@charset "UTF-8";

/**
 *
 * @authors liping (you@example.org)
 * @date    2019-11-27 11:24:28
 * @version $Id$
 */

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;    /* 解决IOS默认滑动卡顿 */ -webkit-overflow-scrolling: touch; font-size: 62.5%; }

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input { resize: none; border: none; }

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
img { width: 100%; height: auto; border: none; margin: 0 auto; /* ie8 */ display: block; -ms-interpolation-mode: bicubic;/*防止ie图片缩放失真*/ }

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { margin: 0; padding: 0; }
body { position: relative; font: 14px/1.5 'Microsoft YaHei', '宋体', Tahoma, Arial, sans-serif; color: #555; background-color: #fff; max-width: 720px; margin: 0 auto; }
em, i { font-style: normal; }
ul, li { list-style-type: none; }
strong { font-weight: normal; }
.clearfix:after { content: ""; display: block; visibility: hidden; height: 0; clear: both; }
.clearfix { zoom: 1; }
a { text-decoration: none; color: #969696; font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif; }
a:hover { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-family: 'Microsoft YaHei'; }
input { font-family: 'Microsoft YaHei'; }



/*单行溢出*/
.one-txt-cut { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

/*多行溢出*/
.txt-cut { overflow: hidden; text-overflow: ellipsis; display: -webkit-box;    /* -webkit-line-clamp: 2; */ -webkit-box-orient: vertical; }

/* 移动端点击a链接出现蓝色背景问题解决 */
/*a:link, a:active, a:visited, a:hover { background: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }*/
a:focus, *:focus { outline: none; }

/*布局*/
.fl { float: left; display: inline; }
.col { height: 100%; display: -webkit-box; -webkit-box-orient: vertical; display: flex; display: -webkit-flex; flex-direction: column; }
.flex { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; flex-direction: wrap; display: -webkit-box; -webkit-box-orient: horizontal; -webkit-box-lines: multiple; width: 100%; height: auto; margin: auto; }
.pr {position: relative;}

#app {
    padding-bottom: 2rem !important;
}
}
body {
    background: #f5f5f5;
}
.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner .logo {
    width: 60%;
    position: absolute;
    top: 5%;
    left: 20%;
}
.banner .logo_gz {
    width: 76%;
    position: absolute;
    top: 5%;
    left: 12%;
}
.navBar ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.navBar ul li {
    width: 25%;
    padding: 2% 0;
    text-align: center;
    font-size: 0.622222rem;
    color: #898989;
    background: #d3d3d4;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    font-weight: 540;
}
.navBar ul li:nth-child(4) {
    border-right: none;
}
.navBar ul li.active {
    color: #d80101;
}
.swiper-slide {
    width: 100%;
}
.title {
    font-size: 0.711111rem;
    color: #d80101;
    text-align: center;
    padding: 10% 0 0;
}
.jsq {
    padding: 1.111111rem 0.666667rem;
    margin: 5% 0.444444rem;
    background: #fff;
    border-radius: 0.666667rem;
    box-shadow: 0px 5px 5px #dbdbdb;
}
.money {
    height: 1.777778rem;
    line-height: 1.777778rem;
    padding: 0 0 0 1rem;
    background: #3e3a39;
    color: #fff;
    font-size: 0.666667rem;
    border-radius: 0.333333rem;
}
.rates {
    margin: 0.888889rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.rates_in {
    flex: 1;
}
.rates_ca,.rates_ca_fj,.rates_ca_ks {
    height: 1.777778rem;
    line-height: 1.777778rem;
    font-size: 0.666667rem;
    background: #d00f1b;
    color: #fff;
    text-align: center;
    border-radius: 0.333333rem;
}
.dkje, .dkfl, .dkqx {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    font-size: 0.666667rem;
    margin-bottom: 0.666667rem;
}
.label {
    padding-right: 0.222222rem;
}
.value,.qishu  {
    flex: 1;
    border-bottom: 1px solid #909090;
    position: relative;
}
.value input {
    width: 100%;
    font-size: 0.666667rem;
    padding-left: 0.666667rem;
    position: relative;
    z-index: 2;
    background: transparent;
}
.tip {
    position: absolute;
    left:  0.666667rem;
    bottom: 0;
    color: #909090;
    display: none;
    z-index: 1;
}
.tip.show {
    display: block;
}
.notice {
    padding-left: 0.666667rem;
    color: #aaa;
}
.notice span {
    color: #000;
    padding-left: 0.444444rem;
}
.rate ul li img {
    display: block;
    width: 100%;
}
.dkqx .value,.qishu {
    border-bottom: none;
}
.value ul,.qishu ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}
.value ul li,.qishu ul li {
    flex: 1;
    padding: 0.133333rem 0;
    text-align: center;
    font-size: 0.577778rem;
    color: #414141;
    background: #f5f5f5;
    margin-right: 0.222222rem;
}
.value ul li:nth-child(6),.qishu ul li:nth-child(6) {
    margin-right: 0;
}
.value ul li.active,.qishu ul li.active {
    color: #fff;
    background: #d00f1b;
}
.advantage {
    position: relative;
    overflow: hidden;
}
.advantage ul li {
    width: 22%;
    position: absolute;
}
.advantage ul li:nth-child(1) {
    left: 39%;
    top: 8%;
}
.advantage ul li:nth-child(2) {
    left: 5%;
    top: 32%;
}
.advantage ul li:nth-child(3) {
    right: 5%;
    top: 32%;
}
.advantage ul li:nth-child(4) {
    left: 15%;
    top: 63%;
}
.advantage ul li:nth-child(5) {
    right: 15%;
    top: 63%;
}
.question ul li img {
    display: block;
    width: 100%;
}
.process img {
    display: block;
    width: 100%;
}


.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 2.0rem;
    line-height: 2.0rem;
    background: #d3d3d4;
    box-sizing: border-box;
    z-index: 1000;
}
.footer ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    padding: 0 0.444444rem;
}
.footer ul li {
    font-size: 0.666667rem;
    color: #d80101;
}
.footer ul li.yuyue {
    font-size: 0.577778rem;
    border-radius: 1.555556rem;
    height: 1.555556rem;
    line-height: 1.555556rem;
    text-align: center;
    background: #d80101;
    color: #fff;
    margin-top: 0.222222rem;
    padding: 0 0.444444rem;
}




.pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 10000;
    display: none;
    transition: all .3s;
}

.pop_form {
    margin: 0 0.666667rem;
    padding: 0.5rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 0.444444rem;
}
.pop .icon_close {
    position: relative;
    font-size: 20px;
    text-align: right;
    line-height: 20px;
}
#ZtXiadan .input-text,
#ZtXiadan .select-text { margin: 0.55rem auto; height: 1.6rem; border: 1px solid #150f0f; font-size: 14px; font-family: "Microsoft Yahei"; color: #9fa0a0;box-sizing: border-box; border-radius: 5px;overflow: hidden;}
#ZtXiadan .select-text .label { display: inline-block; width:3rem; height: 100%; background: #150f0f; text-align: center; color: #fff; line-height: 1.6rem; }
#ZtXiadan .input-text input { width: 13rem;padding: 0 0.5rem; height: 100%; border: none; font-size: 14px; font-family: "Microsoft Yahei"; color: #9fa0a0; }
#ZtXiadan .input-text.loupan { float: left; width: 6rem; }
#ZtXiadan .input-text.loupan input { width: 4.8rem; }
#ZtXiadan .input-text.mianji { float: left; margin-left: 0.222222rem; width: 6.77rem; }
#ZtXiadan .input-text.mianji input { width: 2.5rem; }
#ZtXiadan .input-text.mianji .danwei { float: right; width: 1.333333rem; height: 100%; background: #150f0f; color: #fff; text-align: center; line-height: 1.111111rem; }
#ZtXiadan .input-text.core { display: inline-block; width: 6rem; }
#ZtXiadan .input-text.core input { width: 3.955556rem; }
#ZtXiadan .codeimg { position: absolute; left: 6.2rem; top: 0.422222rem; cursor: pointer; }
#ZtXiadan .codeimg img {height: 1.3rem;}
#ZtXiadan .submit { margin: 0.333333rem 0; height: 1.511111rem; background: #ed281c; border-radius: 5px; text-align: center; line-height: 1.511111rem; letter-spacing: 10px; font-size: 18px; }
#ZtXiadan .submit a { width: 100%; height: 100%; display: block; color: #fff;font-weight: bold; } 
#ZtXiadan .select-text {
    border: none;
}
#ZtXiadan .select-text select { 
    width: 6.2rem; 
    height: 100%; 
    font-size: 14px; 
    font-family: "Microsoft Yahei"; 
    background-color: #fff; 
    border: 1px solid #150f0f;
    border-radius: 5px;
    overflow: hidden;
    color: #9fa0a0;
    box-sizing: border-box;
    float: left;
    padding: 0 0.45rem;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background-image: url("https://xystcdn.xydec.com.cn/static/mxy/images/icon_04.png");
    background-repeat: no-repeat;
    background-position: 4.5rem center;
    background-size: 12px 7px;

}

select::-ms-expand { display: none; }

#ZtXiadan .select-text select:nth-child(2){
    float: right;
}



/*animation*/

/*左右摆动*/
.shakes { -webkit-animation: 0.5s ease-in-out 0s normal none infinite trx; -moz-animation: 0.5s ease-in-out 0s normal none infinite trx; -o-animation: 0.5s ease-in-out 0s normal none infinite trx; -ms-animation: 0.5s ease-in-out 0s normal none infinite trx; animation: 0.5s ease-in-out 0s normal none infinite trx; }
@-webkit-keyframes trx {
    50% { transform: translateX(4px); -webkit-transform: translateX(4px); }
    100% { transform: translateX(0px); -webkit-transform: translateX(0); }
}
@-moz-keyframes trx {
    50% { transform: translateX(4px); -webkit-transform: translateX(4px); }
    100% { transform: translateX(0px); -webkit-transform: translateX(0); }
}
@-o-keyframes trx {
    50% { transform: translateX(4px); -webkit-transform: translateX(4px); }
    100% { transform: translateX(0px); -webkit-transform: translateX(0); }
}
@-ms-keyframes trx {
    50% { transform: translateX(4px); -webkit-transform: translateX(4px); }
    100% { transform: translateX(0px); -webkit-transform: translateX(0); }
}
@keyframes trx {
    50% { transform: translateX(4px); -webkit-transform: translateX(4px); }
    100% { transform: translateX(0px); -webkit-transform: translateX(0); }
}

/* 上下摆动*/

.updown { -webkit-animation: updown 2s .2s ease both infinite; -moz-animation: updown 2s .2s ease both infinite; -o-animation: updown 2s .2s ease both infinite; -ms-animation: updown 2s .2s ease both infinite; animation: updown 2s .2s ease both infinite; }
@-webkit-keyframes updown {
    0% { opacity: 1; -webkit-transform: translateY(0) }
    50% { opacity: 1; -webkit-transform: translateY(-10px) }
    100% { opacity: 1; -webkit-transform: translateY(0px) }
}
@-moz-keyframes updown {
    0% { opacity: 1; -moz-transform: translateY(0) }
    50% { opacity: 1; -moz-transform: translateY(-10px) }
    100% { opacity: 1; -moz-transform: translateY(0px) }
}
@-o-keyframes updown {
    0% { opacity: 1; -o-transform: translateY(0) }
    50% { opacity: 1; -o-transform: translateY(-10px) }
    100% { opacity: 1; -o-transform: translateY(0px) }
}
@-ms-keyframes updown {
    0% { opacity: 1; -ms-transform: translateY(0) }
    50% { opacity: 1; -ms-transform: translateY(-10px) }
    100% { opacity: 1; -ms-transform: translateY(0px) }
}

/*透明度变化*/
.flsh { -webkit-animation: flashgh 6s .5s ease both infinite; -moz-animation: flashgh 4s .2s ease both infinite; animation: flashgh 4s .2s ease both infinite; }
@-webkit-keyframes flashgh {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes flashgh {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}
@-o-keyframes flashgh {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}
@-ms-keyframes flashgh {
    0% { opacity: 1; }
    25% { opacity: 0; }
    50% { opacity: 1; }
    75% { opacity: 0; }
    100% { opacity: 1; }
}

/*大小伸缩*/
.hg { -webkit-animation: pulse 2s .2s ease both infinite; -moz-animation: pulse 2s .2s ease both infinite; -o-animation: pulse 2s .2s ease both infinite; -ms-animation: pulse 2s .2s ease both infinite; animation: pulse 2s .2s ease both infinite; }
@-webkit-keyframes pulse {
    0% { -webkit-transform: scale(1) }
    50% { -webkit-transform: scale(1.1) }
    100% { -webkit-transform: scale(1) }
}
@-moz-keyframes pulse {
    0% { -moz-transform: scale(1) }
    50% { -moz-transform: scale(1.1) }
    100% { -moz-transform: scale(1) }
}
@-o-keyframes pulse {
    0% { -o-transform: scale(1) }
    50% { -o-transform: scale(1.1) }
    100% { -o-transform: scale(1) }
}
@-ms-keyframes pulse {
    0% { -ms-transform: scale(1) }
    50% { -ms-transform: scale(1.1) }
    100% { -ms-transform: scale(1) }
}
@media screen and (max-width:500px) {
    .item_06 p {font-size: 12px;line-height: 16px;top: 30%;}
}
@media screen and (max-width:360px) {
    .item_06 p {width: 80%;left: 10%;top: 30%;}
}
@media screen and (max-width:340px) {
    .zt_form_r .right .input-text input,.zt_form_r .right .select-text .label,.zt_form_r .right .input-text, .zt_form_r .right .select-text {font-size: 12px;}