@charset "utf-8";
/*基本样式*/
*{margin:0px;padding:0px;border:0px;box-sizing:border-box;font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue",Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;}

ul,li{list-style:none;}
a{text-decoration:none; outline:none;cursor: pointer;}
a:hover{text-decoration:none;color:#0161EE;}
em{font-style: normal;}
table{border-collapse: collapse;border-spacing: 0;border: 0;}
input,select{font-size:inherit;vertical-align:middle;outline: none;}
img {
    max-width: 100%;
    border: none;
    height:auto;
}
input, select {
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}
/*公共样式*/
.f_left{float: left;}
.f_right{float: right;}
.clear{clear:both;}
.clearfix {*zoom: 1;}
.clearfix:before,.clearfix:after {display: table; content: ""; height:0; clear:both; visibility: hidden;}
.none{display:none;}
.text_align_c{text-align: center;}
section:after {display: table; content: ""; height:0; clear:both; visibility: hidden;}


h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
h4, h5, h6{font-size:100%;}

q:before,q:after{content:'';}/* 消除q前后的内容 */
button,input,select,textarea{font-size:100%;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */

/* link */

.clear{ clear:both;}
input[type=button], input[type=submit], input[type=file], input[type=reset], button { cursor: pointer; -webkit-appearance: none; } 


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969799;
    font-size: 14px;
  }
input:-ms-input-placeholder { /* IE 10+ */
    color: #969799;
    font-size: 14px;
  }
input:-moz-placeholder { /* Firefox 18- */
    color: #969799;
    opacity: 1;
    font-size: 14px;
  }
input::-moz-placeholder { /* Firefox 19+ */
   color: #969799;
   opacity: 1;
   font-size: 14px;
}

.input.change{border:1px solid red!important}
.input.change::-webkit-input-placeholder {
   color: red;
}
.select.change{border:1px solid red!important;color: red!important;}


input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #969799;
  }
input:-ms-input-placeholder { /* IE 10+ */
    color: #969799;
  }
input:-moz-placeholder { /* Firefox 18- */
    color: #969799;
    opacity: 1;
  }
input::-moz-placeholder { /* Firefox 19+ */
   color: #969799;
   opacity: 1;
}







.tr6{
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.text-align-center{text-align: center!important}
.text-align-left{text-align: left!important}
.text-align-right{text-align: right!important}
.bghui{background-color: #f8fafd}
.bglhui{background-color: #F2F6FA}
.white{color: #fff!important;}


.flex{display: flex}
.flex-between{display: flex;flex-direction: row;justify-content: space-between;}
.flex-between-wrap{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.flex-column-center{display: flex;flex-direction: column;align-items: center;justify-content: center;}

.btn{display: block;line-height: 36px; height: 36px; text-align: center;font-size: 12px;}
.btn img{width: 12px;margin-left: 5px;}
.btn-blue{width: 106px;height: 36px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color:#fff;font-size: 12px;margin:30 auto 0 auto;}
.btn-blue-left{width: 106px;height: 36px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color:#fff;font-size: 12px;margin:30 0 0 0;}

.btn-white{width: 106px;height: 36px;background:#FFFFFF;;border-radius: 4px;color:#005ADB;font-size: 12px;margin:30 auto 0 auto;}
.btn-white-left{width: 106px;height: 36px;background:#FFFFFF;;border-radius: 4px;color:#005ADB;font-size: 12px;margin:30 0 0 0;}





.btn-blue i{width: 12px;height:7px;margin-left: 5px;background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-blue:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}
.btn-blue-left i{width: 12px;height:7px;margin-left: 5px;background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-blue-left:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}

.btn-white i{width: 12px;height:7px;margin-left: 5px;background:url("../images/btn_jt_blue.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-white:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}
.btn-white-left i{width: 12px;height:7px;margin-left: 5px;background:url("../images/btn_jt_blue.png") no-repeat center center;background-size: 100% 100%;display: inline-block;}
.btn-white-left:hover i{background:url("../images/btn_jt_white.png") no-repeat center center;background-size: 100% 100%}







.section{padding:40px 0;}
.section-title{text-align: center;padding: 0px 0 32px 0;}
.section-title h3{font-size:24px;color:#000;line-height:1.5;font-weight: 600}
.section-title p{font-size:14px;color:#999999;line-height:20px;padding-top:10px;font-weight: 400;padding:0 10px;}

.pl40{padding-left:40px;}
.pr40{padding-right:40px;}
.h50{height:50px;clear:both}
.pt38{padding-top:38px;}
.pd50{padding:50px 0!important}
.bghuijb{background: linear-gradient(180deg, #F8FAFD 0%, #FFFFFF 100%);}
.bgblue{background: #F8FAFD;}

/* 头部 */
.header{
width: 100%;
height: 54px;
position: relative;
z-index: 10;
background-color: #fff;
border-bottom:1px solid #F0F0F0;
}


.wrap{max-width: 780px;margin:0 auto;padding:0px 15px;position: relative;}
.wrap-center{text-align:center;width:auto}
.wrap-center img{display:inline-block}



.header.active{position: fixed;}

.header .logo{float:left;margin-top: 12px}
.header .logo img{height: 30px;}
.header .logofw{float:left;margin:16px 0px 0px 10px;}
.header .logofw img{height: 20px;}

.header .btn_mfsj{width: 66px;height: 24px;background: #fff;border-radius: 13px;text-align: center;color: #0073F8;display: block;position: absolute;right:85px;top:15px;font-size: 12px;line-height:22px;border:1px solid #0073F8;font-size:12px;}

.header .btn_nav{width: 66px;height: 24px;background: #0073F8;border-radius: 13px;text-align: center;color: #fff;display: block;position: absolute;right:15px;top:15px;font-size: 12px;line-height: 24px;}
.header .btn_nav_close{position: absolute;right:15px;top:15px; width: 26px;height: 26px;display: none}






.menu{position:fixed;top:52px;width: 100%;height:100%;background-color: #fff;z-index: 999;display: none}
.menu .nav>a{position: relative; display:block; font-size: 14px;color: #666;line-height:1;padding:18px 15px;position: relative;font-weight:bold;border-bottom:1px solid #EBEDF0;border-top: 1px solid #EBEDF0;margin-top:-1px;}
.menu .nav .item{display: none}
.menu .nav em{background:url("../images/icon_xjt.png") center center;background-size:100% 100%;width: 9px;height: 5px;position: absolute;right:15px;top:20px;}
.menu .nav h3{color:#9B9C9E;padding:20px 36px 10px 36px;}
.menu .nav ul{padding:5px 36px;}
.menu .nav ul li{font-size:14px;line-height:1;color: #323232;width:50%;display:block;padding:10px 0px;}
.menu .nav ul li a{color: #323232;font-size: 14px}
.menu .nav.cur em{background:url("../images/icon_xjt.png") center center;background-size:100% 100%;width: 9px;height: 5px;position: absolute;right:15px;top:20px;transform:rotate(180deg);}
.menu .nav.cur{background-color: #F7F8FA}
.menu .nav.cur .item{display: block}









.cpyfw{width: 847px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:32px;display: none}
.cpyfw .line{height:324px;width: 1px;background-color:#EEEEEE}
.cpyfw .item{width: 30.333%;}
.cpyfw .item ul{position: relative;}
.cpyfw .item:nth-child(3){border-right:0;}
.cpyfw .item:nth-child(1) li:nth-child(1) i{background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);}
.cpyfw .item:nth-child(1) li:nth-child(2) i{background: linear-gradient(180deg, #DF4544 0%, #D50203 100%);}
.cpyfw .item:nth-child(1) li:nth-child(3) i{background: linear-gradient(180deg, #10C299 0%, #009270 100%);}
.cpyfw .item:nth-child(1) li:nth-child(4) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}
.cpyfw .item:nth-child(1) li:nth-child(5) i{background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);}

.cpyfw .item:nth-child(3) li:nth-child(1) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}
.cpyfw .item:nth-child(3) li:nth-child(2) i{background: linear-gradient(180deg, #5587DF 0%, #155CD3 100%);}
.cpyfw .item:nth-child(3) li:nth-child(3) i{background: linear-gradient(180deg, #DF4443 0%, #D50203 100%);}
.cpyfw .item:nth-child(3) li:nth-child(4) i{background: linear-gradient(180deg, #2C9EFF 0%, #0C58CD 100%);}
.cpyfw .item:nth-child(3) li:nth-child(5) i{background: linear-gradient(180deg, #6A77F2 0%, #414EE8 100%);}

.cpyfw .item:nth-child(5) li:nth-child(1) i{background: linear-gradient(180deg, #5BC5FF 0%, #066BFF 100%);}
.cpyfw .item:nth-child(5) li:nth-child(2) i{background: linear-gradient(180deg, #63BE73 0%, #2FA642 100%);}
.cpyfw .item:nth-child(5) li:nth-child(3) i{background: linear-gradient(180deg, #10C299 0%, #009270 100%);}
.cpyfw .item:nth-child(5) li:nth-child(4) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}
.cpyfw .item:nth-child(5) li:nth-child(5) i{background: linear-gradient(180deg, #E64B73 0%, #D43D60 100%);}



.hyal{width: 268px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:27px 24px;display:none;}
.hyal .item li:nth-child(1){margin-top:0px;}
.hyal .item li:nth-child(1) i{background: linear-gradient(180deg, #FFAA1E 0%, #FF720D 100%);}
.hyal .item li:nth-child(2) i{background: linear-gradient(180deg, #DF4443 0%, #D50203 100%);}
.hyal .item li:nth-child(3) i{background: linear-gradient(180deg, #10C299 0%, #009270 100%);}
.hyal .item li:nth-child(4) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}



.akxy{width: 170px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:24px;display:none;}
.akxy .item li i{width:24px;height:24px;}
.akxy .item li p{line-height: 24px;}
.akxy .item li:nth-child(1){margin-top:0px;}
.akxy .item li:nth-child(1) i{background: linear-gradient(180deg, #5BC5FF 0%, #066BFF 100%);}
.akxy .item li:nth-child(2) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}


.gyak{width: 170px;position: absolute;left:0%;top:0;background-color: #fff;border-radius: 10px;padding:24px;display:none;}
.gyak .item li i{width:24px;height:24px;}
.gyak .item li p{line-height: 24px;}
.gyak .item li:nth-child(1){margin-top:0px;}
.gyak .item li:nth-child(1) i{background: linear-gradient(180deg, #5BC5FF 0%, #066BFF 100%);}
.gyak .item li:nth-child(2) i{background: linear-gradient(180deg, #6B77F2 0%, #3F4EEA 100%);}




.logo2{ display:none}
/* 头部结束 */




/* 底部 */
.footer {
    width: 100%;
    height: auto;
    padding:50px 0 64px 0;
    background-color: #06060C;
    font-size: 14px;
    overflow: hidden;
    font-weight:600

}
.footer .flogo{line-height:50px;font-size: 12px;color:#fff;text-align: left}
.footer .flogo img{margin-right: 10px;display: inline-block;vertical-align: middle;height: 26px;}
.footer .summary-info{width:100%;color:#60606D;font-size: 12px;line-height: 26px;font-weight: 400}


.footer .lxfs p{line-height: 28px;}
.footer .lxfs p span{font-size: 14px;color:#fff;font-weight: 400;font-family: D-DIN, D;}
.footer .flxfs{width: 100%}
.footer .flxfs .ewm{width: 96px;}
.footer .flxfs .ewm .pic{background-color: #fff;color:#60606D;border-radius: 5px;overflow:hidden;padding:3px;width:70px;margin:0 auto;}
.footer .flxfs .ewm p{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.footer .copyright{width:calc(100% - 20px);margin:20 auto 0px auto;height: 36px;font-size: 12px;font-weight: 500;color: #60606D;line-height: 36px;border-top:1px solid #2E3442;}
.footer .copyright a{color: #60606D;font-size: 12px;}





.fnav{position: fixed;bottom:0;z-index:10;height:64px;background-color: #fff;width: 100%;background: linear-gradient(180deg, #FFFFFF 0%, #F0F0F0 100%);}
.fnav .item:nth-child(1){border-right:1px solid #ccc;line-height: 64px;text-align: center}
.fnav .item{width: 50%;display: flex;flex-direction:row;align-items: center;justify-content: center; color:#666666;font-size: 12px;border-top:1px solid #ccc;}
.fnav .item img{width: 22px;margin-right: 5px;}




.kefu{position: fixed;top:30%;right:10px; z-index: 999;}

.kefu ul li a{display:flex; flex-direction: column;align-items: center;justify-content: center;margin-bottom: 10px; font-size: 12px; width: 64px;height: 64px;background: linear-gradient(180deg, #F5F6F9 0%, #FFFFFF 100%);box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);border-radius: 8px;border: 2px solid #FFFFFF;}

.kefu ul li a:hover{border:2px solid #0152D9;}
.kefu ul li i{width: 100%;height: 24px;display: block;margin:8px auto;}
.kefu ul li:hover{box-shadow:8px 8px 20px 0 rgba(55,99,170,.1),-8px -8px 20px 0 #fff;}
.kefu ul li:nth-child(1) i{background:url("../images/r_icon1.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(2) i{background:url("../images/r_icon2.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(3) i{background:url("../images/r_icon3.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(4) i{background:url("../images/r_icon4.png") center center no-repeat;background-size: auto 100%}



.kefu ul li:nth-child(1):hover i{background:url("../images/r_icon1_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(2):hover i{background:url("../images/r_icon2_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(3):hover i{background:url("../images/r_icon3_hover.png") center center no-repeat;background-size: auto 100%}
.kefu ul li:nth-child(4):hover i{background:url("../images/r_icon4_hover.png") center center no-repeat;background-size: auto 100%}

.kefu ul li a{color:#000000;}
.kefu ul li:hover a{color:#0152D9;}








.tcbox{}
.tcbox .tc{display: none;position: absolute;top:0;right:84px; width: 293px;background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);border-radius: 6px;border: 2px solid #FFFFFF;padding:24px 24px;}

.tcbox .tcwx .s1{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tcwx .s2{font-size: 14px;line-height: 20px;margin-bottom: 40px;}
.tcbox .tcwx .s3{color: #323233;line-height: 25px;font-size: 18px;text-align: center;margin:33px 0 0px 0px}
.tcbox .tcwx img{ width: 186px }


.tcbox .tc.select{display: block;}



.tcbox .tctel .s1{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tctel .s1 span{font-size: 14px;line-height: 20px;color: #000000;}
.tcbox .tctel .s2{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tctel .s3{font-size: 16px;line-height: 33px;color: #000000;margin-top: 20px;}
.tcbox .tctel .s4{font-size: 14px;line-height: 20px;color:#323233; font-weight: 200}
.tcbox .tctel form input{width: 100%;height: 36px;line-height:36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0;margin-top: 10px;text-indent: 1em;color:#757575}
.tcbox .tctel .btn-dhzx{width: 105px;height: 36px;line-height:36px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color: #fff;margin: 24px auto 0px 0px;font-size:14px}





.tcbox .tcyuyue .s1{font-size: 24px;line-height: 33px;color: #000000;}
.tcbox .tcyuyue .s2{font-size: 16px;line-height: 20px;color: #000000;margin-top: 5px;}
.tcbox .tcyuyue form .input{width: 100%;height: 36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0;margin-top: 13px;margin-bottom:7px;text-indent: 10px;color:#757575;}
.tcbox .tcyuyue form select{width: 100%;height: 36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0;margin-top: 13px;margin-bottom:7px;color:#969799;font-size:14px;}

.tcbox .tcyuyue form select .hide{display: none}
.tcbox .tcyuyue .btn-yyys{width: 100%;height: 36px;line-height:36px;background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;color: #fff;margin: 60px auto 0px 0px;font-size:14px;}
.tcbox .tcyuyue .btn-yyys img {width: 18px;margin-left: 5px;}
.tcbox .tcyuyue .s3{font-size: 14px;line-height: 14px;color: #000000;margin-top: 5px;text-align: left;color: #757575;margin-top: 10px;}
.tcbox .tcyuyue .s3 a{color:#3271FF;}
.tcbox .tcyuyue .yhxy{border: 1px solid #CFCFCF;background-color:#fff;-moz-appearance: button;-webkit-appearance: button;margin-right: 5px;float:left;width: 16px;height: 16px;}


.ewmtc{display:none;width: 80%;position: fixed;left:10%;top:20%;z-index: 999;background-color: #fff;border-radius: 12px;text-align: center;overflow: hidden;box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);}
.ewmtc .tchead{background: linear-gradient(180deg, #368DFB 0%, #2529D3 100%);box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);padding:20px 0 10px 0;color:#Fff;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.ewmtc .tchead p{line-height: 1.5;font-size: 18px;}
.ewmtc .tccontent{padding:47px 0px 0px 0;}
.ewmtc .tccontent p{margin:33px auto 33px auto;}
.ewmtc .close{position: absolute;cursor: pointer;right: 10px;top: 10px;width: 25px;height: 25px;text-align: center;}


.zhucetc{display:none;width: 100%;position: fixed;left:00%;bottom:0%;z-index: 999;background: linear-gradient(180deg, #F3F5F7 0%, #FFFFFF 100%);border-radius: 12px;overflow: hidden;box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.1);padding-top:40px;padding-bottom:30px;border:2px solid #fff}
.zhucetc .tchead{line-height: 1.5;font-size: 18px;text-align: center;}
.zhucetc .tchead p{line-height: 34px;font-size: 24px;}
.zhucetc .tccontent{padding:10px 18px 0px 18px;}
.zhucetc .tccontent p{margin:10px auto;}
.zhucetc .close{position: absolute;cursor: pointer;right: 10px;top: 10px;width: 25px;height: 25px;text-align: center;}

.zhucetc .tccontent .item{margin-bottom: 10px;position:relative;}
.zhucetc .tccontent .item .name{width:55px;line-height: 36px;color: #333333;font-size:12px;}
.zhucetc .tccontent .input{height: 36px;background: #FFFFFF;border-radius: 6px;border: 1px solid #DCDEE0; width: calc(100% - 52px);padding:0 10px;}

.zhucetc .tccontent .btn-zhuce{background: linear-gradient(90deg, #3271FF 0%, #3271FF 100%);border-radius: 4px;height: 34px; line-height:34px;width: 100%;color:#fff;margin-top: 10px;margin-bottom:10px;}
.zhucetc .tccontent .btn-zhuce i{ width:16px;}
.zhucetc .tccontent .s3{font-size: 14px;line-height: 14px;color: #000000;margin-top: 5px;text-align: left;color: #757575;margin-top: 10px;}
.zhucetc .tccontent .s3 a{color:#3271FF;}
.zhucetc .tccontent .yhxy{border: 1px solid #CFCFCF;background-color:#fff;-moz-appearance: button;-webkit-appearance: button;margin-right: 5px;float:left;width: 16px;height: 16px;}

.captchacode{position:absolute;font-size:14px;color:#165BD5;right:10px;top:7px;}


.s3red{color:red;font-size: 12px;padding-left:22px;}
.hide{display:none;}




/* 底部客服结束 */




/* 内页头部 */
.nybanner {width: 100%;overflow: hidden;position: relative;}
.nybanner .txt{position: absolute;top:10%;padding:0px 15px; width: 100%;}
.nybanner .txt p{font-size: 32px; line-height: 48px; font-weight: 600;color:#fff;text-align: center;}
.nybanner .txt p.s1{font-size: 24px;font-weight: bold;color:#292B30;line-height: 37px;}
.nybanner .txt p.s1.jrak{background: linear-gradient(90deg, #21B8C5 0%, #0072FF 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}










.nybanner .txt p.s2{font-size: 14px;font-weight: 500;color: #666666;line-height: 1.5;padding:0 20px}
.nybanner-center{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.nybanner-center .txt{top:25%;}
/* 内页头部结束 */



.fenye{ text-align:center; margin-top:10px; margin-bottom:10px;color:#B3B3B3 ;}
.fenye li{display:inline-block;padding:2px 4px;border:1px solid #B3B3B3 ;color:#B3B3B3;font-size: 14px;margin:5px 2px;height: 25px; } 
.fenye li a,.fenye li span{ color:#B3B3B3;font-size: 14px;}




.position{font-size: 14px;color:#bbbfc4;line-height: 14px;padding:50px 0 0px 0;}
.position img{vertical-align: middle;width: 14px;height:14px;margin-right: 5px;}
.position a{color:#bbbfc4;line-height: 14px;}









.wrap{max-width: 780px;margin:0 auto;}
.dqwz{height: 40px;background: linear-gradient(180deg, #FFFFFF 0%, #F3F5F8 100%);color:#333;line-height:40px;font-size:12px;position:relative}
.dqwz a{color: #333;font-size:12px;line-height:40px;}
.dqwz a:nth-child(1){color:#999;}
.dqwz .sx{position: absolute;right: 15px;top: 6px;text-align:center}
.dqwz .sx i{height:16px;width:24px;display:block;background:url("../images/micon-sx.png") no-repeat center center;background-size:cover;}
.dqwz .sx p{font-size:10px;line-height:1.8}
.sx-tab{position:fixed;z-index: 11;background:#fff;width:100%;height:100%;border-bottom:1px solid #EBEDF0;display:none}
.sx-tab a{ display: block;border-bottom:1px solid #EBEDF0;width:100%;text-indent:15px;color: #323232;font-size:14px;line-height:56px;}







.dqwz .sx.select{position: absolute;right: 15px;top: 11px;text-align:center}
.dqwz .sx.select i{height:16px;width:24px;display:block;background:url("../images/micon-close.png") no-repeat center center;background-size:cover;}

