/* latin-ext */
/*html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);} */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v16/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@charset "UTF-8";
/**
 *
 * @authors QW
 * @date    2018-10-16 15:56:15
 * @version 20181016
 */
 /*初始化*/
body{padding:0; margin:0 auto!important;font-size: 14px!important;line-height:24px!important;font-family:'Lato', sans-serif, "Microsoft YaHei";color: #333;min-width: 320px;width: 100%;zoom:1;
/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none;
/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-tap-highlight:rgba(0,0,0,0);
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;
background: #f5f5f5;max-width: 720px;
}
input:-moz-placeholder,
textarea:-moz-placeholder{color: #999;opacity: 1;}
input::-moz-placeholder,
textarea::-moz-placeholder{color: #999;opacity: 1;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder{color: #999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999;}
/*初始化图片样式*/
img{ border:none;vertical-align:top;max-width: 100%;}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#333;}
/*表单元素获得焦点时不显示虚线框*/
input:focus {outline: none;}
input,button,select,textarea{font-family:'Lato', sans-serif, "Microsoft YaHei";font-size: 14px;outline:none;-webkit-appearance:none;/*强制去除表单自带的样式*/ }
/*不允许多行输入文本框有滚动条*/
textarea{ resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ }
/*初始化表单元素样式*/
textarea,input,select { background:none; border:none; margin:0; padding:0;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

*{touch-action: pan-y;/*解决触屏报错*/box-sizing:border-box;-webkit-box-sizing:border-box;}

.p,.h1,.h2,.h3,.h4,.h5,.h6,p,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
.ul,.ul li,.dl,.dl dd,.dl dt,ul,ul li,dl,dl dd,dl dt{list-style:none;margin:0;padding:0;}
a{color:#666;text-decoration:none; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus{outline:none; -moz-outline:none;}
a:hover{color:#e52f22;}
.clear {clear:both;height:0px;overflow:hidden;}
em,i {font-style:normal;}
.ds_color{color: #e52f22;}
/*.ds_ovh{overflow: hidden;position: fixed;width: 100%;height: 100%;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);top: 0;}
*/
.weui-dialog, .weui-toast{z-index:999999999999!important;}
/*全局样式*/
.ds_warp{padding: 0 4%;margin: 0 auto;}
.ds_pic{position: relative;height: 0;overflow: hidden;}
.ds_pic img{position: absolute;display: block;width: 100%;min-height: 100%;left: 0;top: 0;z-index: 0;}
.ds_clear{clear:both;height:0;overflow:hidden;}
.ds_clearfix{position: relative;zoom: 1;}
.ds_clearfix:after{content:"";display:block;height:0; clear:both;width: 100%;position: relative;}
.ds_dot{display: block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ds_db{display: block;}
.ds_fl{float: left;}
.ds_fr{float: right;}
.ds_none{display: none;}
.ds_noneImp{display: none!important;}
.ds_inbk{display: inline-block;vertical-align: top;}
.ds_wd2{width: 50%;float: left;}
.ds_pad4{padding: 4%;}
.ds_padt4{padding-top: 4%;}
.ds_padl4{padding-left: 4%!important;}
.ds_padr4{padding-right: 4%!important;}
.ds_padb4{padding-bottom: 4%;}
.ds_padtrl4{padding:4% 4% 0;}
.ds_marb4{margin-bottom: 4%;}
.ds_mart4{margin-top: 4%;}
.ds_martb4{margin: 4% auto;}
.ds_marb0{margin-bottom: 0;}
.ds_mart0{margin-top: 0;}
.ds_txtem{text-indent: 2em;}
.ds_padtb5{padding: 5px 0;}

.dsWd2{width:50%;}
.dsWd3{width: 33.3333333333%;}
.dsWd4{width: 25%;}

.ds_marb3{margin-bottom: 3%!important;}

.dsOvh{overflow: hidden;}

/*颜色*/
.ds_col{color: #e52f22;}
.ds_col_ls{color: #2fa92f;}
.ds_col_999{color: #999;}
.ds_col_js{color: #ff6600!important;}

/*背景*/
.dsBgFFF{background: #fff!important;}
.dsBgFFF4{background: #fff;padding: 4%;}
.dsBgFFF15{background: #fff;padding: 15px;}
.dsBgFFF20{background: #fff;padding: 20px;}
.dsBgFFF_TB4{background: #fff;padding-top: 4%;padding-bottom: 4%;}

/*头部样式*/
.fd_nav{position:absolute;left:0;top:0;width:100%;z-index:111}
.r_nav2018 {overflow:auto;background:#1c1c1e;box-sizing:content-box;}
.righr_nav2018{position:fixed;right:-75%;width:75%;top:0;background:#1c1c1e;z-index:999999;height:100%}

.r_nav2018 ul {padding:0;background:#1c1c1e}
.r_nav2018 ul li a.yiji {display:block;position:relative;height:40px;line-height:40px;text-indent:48px;color:#fff;font-size:16px;border-bottom:0}
.r_nav2018 ul li a.yiji i {display:block;height:40px;width:12px;right:15px;top:0;background:url(/static/wap/images/public/images/top_xia.png) right center no-repeat;background-size:12px 7px;position:absolute;}
.r_nav2018 ul li a.yiji i.teshu {width:7px;background:url(/static/wap/images/public/images/top_you.png) right center no-repeat;background-size:7px 12px;}
.r_nav2018 ul .l_1 .yiji {background:url(/static/wap/images/public/images/top_r1.png) 15px center no-repeat;background-size:16px 18px}
.r_nav2018 ul .l_2 .yiji {background:url(/static/wap/images/public/images/top_r2.png) 15px center no-repeat;background-size:18px 18px}
.r_nav2018 ul .l_3 .yiji {background:url(/static/wap/images/public/images/top_r3.png) 15px center no-repeat;background-size:20px 18px}
.r_nav2018 ul .l_4 .yiji {background:url(/static/wap/images/public/images/top_r4.png) 15px center no-repeat;background-size:18px 15px}
.r_nav2018 ul .l_5 .yiji {background:url(/static/wap/images/public/images/top_r5.png) 15px center no-repeat;background-size:18px 17px}
.r_nav2018 ul .l_6 .yiji {background:url(/static/wap/images/public/images/top_r6.png) 15px center no-repeat;background-size:17px 18px}
.r_nav2018 ul .l_7 .yiji {background:url(/static/wap/images/public/images/top_r7.png) 15px center no-repeat;background-size:18px 18px}
.r_nav2018 ul .l_8 .yiji {background:url(/static/wap/images/public/images/top_r8.png) 15px center no-repeat;background-size:18px 16px}
.r_nav2018 ul li ul a {height:40px;text-indent:68px;line-height:40px;font-size:16px;color:#fff;display:block;position:relative}
.r_nav2018 ul li ul {border-bottom:0}
.r_nav2018 ul li ul a span {display:block;position:absolute;top:0;right:8px;background:url(/static/wap/images/public/images/top_jb_you.png) center center no-repeat;width:5px;height:40px;background-size:5px 7px;}
.r_nav2018 ul li ul {padding:0 10px;display:none}
.r_nav2018 ul li.hover ul {display:block}
.r_nav2018 ul li.hover  a.yiji i {background:url(/static/wap/images/public/images/top_xia.png) right center no-repeat;width:12px;background-size:12px 7px;}
.r_nav2018 ul li ul li {border-bottom:1px  solid #31343d}
.r_nav2018 ul li ul li:last-child {border-bottom:none;}
.r_nav2018 ul li .ab101 {background:url(/static/wap/images/public/images/top_w0.png) 40px center no-repeat;color:#e52f22;background-size:15px 15px;}
.r_nav2018 ul li ul a.ab101 span {background:url(/static/wap/images/public/images/top_jb_you2.png) center center no-repeat;background-size:5px 7px;}
.r_nav2018 ul li .ab1 {background:url(/static/wap/images/public/images/top_w1.png) 40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab2 {background:url(/static/wap/images/public/images/top_w2.png) 40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab3 {background:url(/static/wap/images/public/images/top_w3.png) 40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab4 {background:url(/static/wap/images/public/images/top_w4.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab5 {background:url(/static/wap/images/public/images/top_w5.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab15 {background:url(/static/wap/images/public/images/top_w6.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab10 {background:url(/static/wap/images/public/images/top_w7.png)   40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab11 {background:url(/static/wap/images/public/images/top_w8.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab12 {background:url(/static/wap/images/public/images/top_w9.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab6 {background:url(/static/wap/images/public/images/top_w10.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab16 {background:url(/static/wap/images/public/images/top_w11.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab17 {background:url(/static/wap/images/public/images/top_w12.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab18 {background:url(/static/wap/images/public/images/top_w13.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab21 {background:url(/static/wap/images/public/images/top_w14.png)    40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab7 {background:url(/static/wap/images/public/images/top_w15.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab8 {background:url(/static/wap/images/public/images/top_w16.png)  40px center no-repeat;background-size:15px 15px;}
.r_nav2018 ul li .ab9 {background:url(/static/wap/images/public/images/top_w17.png)  40px center no-repeat;background-size:15px 15px;}

.r_nav2018 ul li .dtzz{background: url(/static/wap/images/public/images/navico_dtzz.png) 40px center no-repeat;background-size: auto 16px;}
.r_nav2018 ul li .zhwl{background: url(/static/wap/images/public/images/navico_zhwl.png) 40px center no-repeat;background-size: auto 16px;}
.r_nav2018 ul li .faq{background: url(/static/wap/images/public/images/navico_faq.png) 40px center no-repeat;background-size: auto 16px;}

.fd_nav_n1 {background:#e43a3d;color:#fff;text-align:center;font-size:16px;background-size:12px 20px;height:44px;line-height:44px;position:relative;}
.fd_nav_n1 i {position:absolute;top:12px;display:block;left:10px;width:20px;height:20px;background:url(/static/wap/images/public/images/top_close.png) 0 0 no-repeat;background-size:20px 20px;}

.r_nav2018 ul .diyi {background:#222426;margin-bottom:10px;}
.fd_nav_n1 a {position:absolute;right:10px;display:block;width:26px;height:44px;top:0px;background:url(/static/wap/images/public/images/top_home2.png) left center no-repeat;background-size:26px 24px}
.htop_45 {height:45px;}
.new_top{position:fixed;z-index:9999;border-bottom:1px solid #e5e5e5;background:#fff;height:45px;max-width: 720px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);top:0;width:100%;}
.new_bt {height:45px;line-height:45px;text-align:center;font-size:18px;position:relative}
.new_bt a {position:absolute;display:block;top:0;height:45px;}
.new_bt .logo {background:url(/static/wap/images/public/images/top_logo.png) center center no-repeat;background-size:40px 35px;width:60px;}
.new_bt .nav_bt {background:url(/static/wap/images/public/images/top_nav.png) left center no-repeat;background-size:19px 17px;width:29px;right:0}
.new_bt .user {background:url(/static/wap/images/public/images/top_mem.png) center center no-repeat;margin-top:0!important;background-size:17px 19px;width:30px;right:40px}
.new_bt .balck_sj {position:absolute;background:url(/static/wap/images/public/images/top_home.png) left center no-repeat;z-index:22;display:block;top:0;left:28px;height:45px;width:26px;background-size:26px 24px}
.new_bt .logo.ts {left:47px;}
.new_bt .fanghuisyy {position:absolute;background:url(/static/wap/images/public/images/top_back.png) left center no-repeat;z-index:22;display:block;top:0;left:10px;height:45px;width:15px;background-size:10px 17px}

.yingyin{width:100%;height:100%;background:#000;opacity:0.6;position:fixed;top:0;z-index:999999;display:none;}

/*头部二级*/
.ds_home_top .new_bt .fanghuisyy {display:none;}
.ds_home_top .new_bt .balck_sj {left:10px;}
.ds_home_top .new_bt .logo.ts {left:30px;}

/*底部样式*/
.ds_foot1{ height:60px;text-align:center; overflow:hidden;}
.ds_foot1 a{ display:inline-block;vertical-align: top;height:60px; line-height:60px; position:relative; margin:0 10px;padding-left:35px;  overflow:hidden;font-size:12px; color:#666}
.ds_foot1 a span{font-size:12px; line-height:16px;margin-top: 14px;color: #666;display:inline-block;vertical-align: top;text-align: left;}
.ds_foot1 .cpb{ background:url(/static/wap/images/public/images/bot_6.png) left center no-repeat; background-size:28px 28px;  }
.ds_foot1 .pcb{ background:url(/static/wap/images/public/images/bot_7.png) left center no-repeat; background-size:28px 28px; }
.ds_foot1 .dhhm{ background:url(/static/wap/images/public/images/bot_5.png) left center no-repeat; background-size:28px 28px; }

#ds_footer_menu1 {position:fixed;bottom:0;max-width: 720px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);width:100%;height:55px;z-index:99999;border-top:1px solid #e5e5e5;background:#fff}
#ds_footer_menu1 ul {margin:0 auto;list-style-type:none;width:100%;max-width:720px;height:100%}
#ds_footer_menu1 ul li {float:left;width:20%;height:100%;text-align:center;position:relative;font-size:12px;line-height: 22px;}
#ds_footer_menu1 ul li .line {position:absolute;top:0;right:0;z-index:30}
#ds_footer_menu1 ul li .menu_li {position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;color:#454545;background:#fff;padding-top: 6px;}
#ds_footer_menu1 ul li .img_front {position:absolute;top:0;left:0;z-index:30;width:100%;height:100%}
#ds_footer_menu1 ul li .img_front img {width:100%;height:100%}
#ds_footer_menu1 ul li span {position:absolute;bottom:-300px;left:50%;width:104px;margin-left:-52px;margin-bottom:14px;height:auto;text-align:center;z-index:-3;}
#ds_footer_menu1 ul li span div {position:absolute;top:0;left:0}
#ds_footer_menu1 ul li span a {float:left;width:100%;height:43px;line-height:43px;color:#454545;text-decoration:none}
#ds_footer_menu1 ul li#zhunav {background:#fff}
#ds_footer_menu1 ul li#zhunav .zhuico {background: url(/static/wap/images/public/images/bot_8.png) center center no-repeat;background-size: 45px 60px; height:60px;z-index:12;position:absolute;width:100%;left:0;top:-10px}
#ds_footer_menu1 ul li#zhunav.on .zhuico{background: url(/static/wap/images/public/images/bot_9.png) center 0 no-repeat;background-size: 45px 53px;}
#ds_footer_menu1 ul li#zhunav span {width:100%}
#ds_footer_menu2 {background:url(/static/wap/images/public/images/bot_yy.png);width:100%;height:100%;top:0;left:0;position:fixed;display:none;z-index:9999;}
#ds_footer_menu2 .menu_nav {position:absolute;width:100%;background:#f8f8f8;left:0;bottom:50px;height:92px}
#ds_footer_menu2 .menu_nav a {width:25%;float:left;text-align:center;display:block;font-size:12px;padding-top:55px;text-decoration:none}
#ds_footer_menu2 .menu_nav .a11 {background: url(/static/wap/images/public/images/bot_1.png) center 10px no-repeat;background-size: 39px 39px;}
#ds_footer_menu2 .menu_nav .a22 {background: url(/static/wap/images/public/images/bot_2.png) center 10px no-repeat;background-size: 39px 39px;}
#ds_footer_menu2 .menu_nav .a33 {background: url(/static/wap/images/public/images/bot_3.png) center 10px no-repeat;background-size: 39px 39px;}
#ds_footer_menu2 .menu_nav .a44 {background: url(/static/wap/images/public/images/bot_4.png) center 10px no-repeat; background-size: 39px 39px;}
#ds_footer_menu2 .menu_nav .a45 {background: url(/static/wap/images/xiaochengxu/index/images/8.png) center 10px no-repeat; background-size: 39px 39px;}
#ds_footer_menu2 .menu_nav .a46 {background: url(/static/wap/images/xiaochengxu/index/images/10.png) center 10px no-repeat; background-size: 39px 39px;}

/*在线咨询弹窗*/
.ds_zxzx_fix *{-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.ds_zxzx_fix{position: fixed;width: 100%;height: 100%;max-width: 720px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);top: 0;z-index: 9999999999;background: rgba(0,0,0,.2);display: none;}
.ds_zxzx_fix2{position: absolute;width: 100%;left: 0;bottom: 0;background: #fff;border-top: 3px solid #f5500e;}
.ds_zxzx_fix11{position: relative;padding: 3%;overflow: hidden;background: url(/static/wap/images/public/images/zxzx_bg1.png) right bottom no-repeat;background-size:auto 65%;}
.ds_zxzx_fix11 .zxzx_cls{display: block;width: 24px;height: 24px;position: absolute;right: 5px;top: 5px;background: url(/static/wap/images/public/images/zxzx_cls.png) center no-repeat;background-size: 100% 100%;}
.ds_zxzx_fix11 .div1{font-size: 16px;margin-bottom: 3%;color: #ff6600;}
.ds_zxzx_fix11 .div2{width: 60%;}
.ds_zxzx_fix11 .div2 img{display: block;width: 100%;}
.ds_zxzx_fix22 .ul{overflow: hidden;padding: 3% 0;border-top: 1px solid #e5e5e5;}
.ds_zxzx_fix22 .ul li{float: left;width: 20%;overflow: hidden;text-align: center;padding: 0 2%;font-size: 14px;}
.ds_zxzx_fix22 .ul li a{display: block;overflow: hidden;color: #333;}
.ds_zxzx_fix22 .ul li i{display: block;margin: 0 auto 5px;width: 40px;height: 40px;}
.ds_zxzx_fix22 .ul li img{display: block;width: 100%;height: 100%;}
@media screen and (max-width:350px){
.ds_zxzx_fix22 .ul li{font-size: 12px;}
.ds_zxzx_fix11 .div1{font-size: 14px;}
.ds_zxzx_fix11{background-size: auto 55%;}
.ds_foot1 a{margin: 0 5px;}
#ds_footer_menu1 ul li{font-size: 12px;}
}

/*底部2*/
.footer20180816{overflow: hidden;position: fixed;width: 100%;max-width: 720px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);bottom: 0;z-index: 999;border-top: 1px solid #e5e5e5;background: #fff;}
.footer20180816 .ul li{width: 25%;float: left;overflow: hidden;padding: 2px 1.5px;text-align: center;font-size: 14px;line-height: 20px;}
.footer20180816 .ul li a{padding: 5px;display: block;overflow: hidden;}
.footer20180816 .ul li i{display: block;margin: 0 auto;background: center no-repeat;background-size: auto 18px;height: 23px;}
.footer20180816 .ul li span{display: block;color: #333;}
.footer20180816 .ul li a:hover span{color: #e52f22;}
.footer20180816 .ul li.list1 i{background-image: url(/static/wap/images/public/images/bot2_ico1.png);}
.footer20180816 .ul li.list2 i{background-image: url(/static/wap/images/public/images/bot2_ico2.png);}
.footer20180816 .ul li.list3 i{background-image: url(/static/wap/images/public/images/loginico3.png);}
.footer20180816 .ul li.list4 i{background-image: url(/static/wap/images/public/images/bot2_ico4.png);}
.footer20180816 .ul li.list2 a{background: #ff6600;border-radius: 5px;}
.footer20180816 .ul li.list3 a{background: #e54e3d;border-radius: 5px;}
.footer20180816 .ul li.list2 span,
.footer20180816 .ul li.list3 span{color: #fff!important;}

.ds_blackbg{background: rgba(0,0,0,.2);position: fixed;width: 100%;height: 100%;top: 0;max-width: 720px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 999999;display: none;}
.footer_more{background: #fff;position: fixed;width: 100%;bottom: 0;max-width: 720px;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 1000000;text-align: center;font-size: 14px;display: none;}
.footer_more a.ds_cancel{display: block;overflow: hidden;color: #333;height: 40px;line-height: 40px;}
.footer_more .ul{overflow: hidden;background: #f8f8f8;padding: 0 5px;height: 88px;}
.footer_more .ul li i{display: block;margin: 0 auto 5px;background: center no-repeat;background-size: 39px 39px;height: 39px;}
.footer_more .ul li.list1 i{background-image: url(/static/wap/images/public/images/bot2_ico11.png);}
.footer_more .ul li.list2 i{background-image: url(/static/wap/images/public/images/bot2_ico22.png);}
.footer_more .ul li.list22 i{background-image: url(/static/wap/images/public/images/bot2_ico222.png);}
.footer_more .ul li.list3 i{background-image: url(/static/wap/images/public/images/bot2_ico33.png);}
.footer_more .ul li.list4 i{background-image: url(/static/wap/images/public/images/bot2_ico44.png);}
.footer_more .ul li.list5 i{background-image: url(/static/wap/images/public/images/bot2_ico55.png);}
.footer_more .ul li{width: 25%;float: left;overflow: hidden;}
.footer_more .ul li a{display: block;overflow: hidden;padding: 10px 2px;}

.footer_more22 .ul li{width: 50%;}
.footer_more22 .ul li.list8{ background: url(../../import/images/qgtel.png)  center 15px no-repeat; background-size:39px 39px; }
.footer_more22 .ul li.list9{ background: url(../../import/images/hwtel.png)  center 15px no-repeat; background-size:39px 39px; }
.footer_more22 .ul li a{display: block;overflow: hidden;color: #999;padding-top: 60px;font-size: 12px;line-height: 18px;}
.footer_more22 .ul li span{display: block;color: #333;font-size: 14px}

/*微信弹窗*/
.hgbjweixin20181228{max-width: 720px;width: 100%;height: 100%;position: fixed;z-index: 9999999999;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background: rgba(0,0,0,.6);display: none;}
.hgbjweixin20181228_2{border-radius: 5px;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background:#fff;padding: 15px;text-align: center;width: 210px;line-height: 20px;color: #000}
.hgbjweixin20181228_2 img{display: block;margin: 0 auto 10px;width: 180px;height: 180px;}
.hgbjweixin20181228_2 .dscls{display: block;width: 25px;height: 25px;position: absolute;top: 100%;margin-top: 10px;left: 50%;margin-left: -12.5px;background: url(/static/wap/images/public/images/dsCon_cls.png) center no-repeat;background-size: auto 100%;}

/*让搬家变得更简单*/
.ds_txtbg{height: 80px;background: url(/static/wap/images/public/images/per_bg2.png) center no-repeat;background-size: auto 40px;}

/*底部3*/
.ds_clearfix{position: relative;zoom: 1;}
.ds_clearfix:after{content:"";display:block;height:0; clear:both;width: 100%;position: relative;}
.ds_footer{background: #fff;position: fixed;width: 100%;bottom: 0;left: 0;z-index: 9999;text-align: center;border-top: 1px solid #e5e5e5;font-size: 14px;}
.ds_footer:before{position: absolute;top: -8px;width: 60px;height: 60px;border-radius: 100%;border: 1px solid #e5e5e5;z-index: -1;content: '';background: #fff;left: 50%;margin-left: -31px;display: block;}
.ds_footer ul{position: relative;z-index: 1;background: #fff;padding: 3px 0;}
.ds_footer li{width: 20%;float: left;overflow: hidden;padding: 0 2%;}
.ds_footer li a{background-position: center 5px;background-size: auto 25px;background-repeat: no-repeat;display: block;overflow: hidden;padding-top: 32px;line-height: 20px;}
.ds_footer li.list1 a{background-image: url(/static/wap/images/public/images/ft_ico1.png);}
.ds_footer li.list2 a{background-image: url(/static/wap/images/public/images/ft_ico2.png);}
.ds_footer li.list4 a{background-image: url(/static/wap/images/public/images/ft_ico4.png);}
.ds_footer li.list5 a{background-image: url(/static/wap/images/public/images/ft_ico5.png);}
.ds_footer li.list1 a:hover{background-image: url(/static/wap/images/public/images/ft_ico11.png);}
.ds_footer li.list2 a:hover{background-image: url(/static/wap/images/public/images/ft_ico22.png);}
.ds_footer li.list4 a:hover{background-image: url(/static/wap/images/public/images/ft_ico44.png);}
.ds_footer li.list5 a:hover{background-image: url(/static/wap/images/public/images/ft_ico55.png);}

.ds_footer li.list3{border-radius: 100%;overflow: hidden;margin-top: -5px;z-index: 1;position: relative;}
.ds_footer li.list3 a{background-image: url(/static/wap/images/public/images/ft_ico3.png);background-color: #e52f22;padding: 0 0 50px;position: relative;height: 0;background-position: center;border-radius: 100%;background-size: 35px;z-index: 5;margin: 0 auto;color: #fff;width: 50px;line-height: 50px;}
.ds_footer li.list3 a.no_img{background-image: none;}

@media screen and (max-width:350px){
.ds_footer_h{padding-bottom: 57px;}
.ds_footer li a{background-size: auto 23px;padding-top: 30px;font-size: 12px;}
.ds_footer:before{top: -8px;}
}

@media screen and (min-width:720px){
.ds_footer{max-width: 720px;left: 50%;margin-left: -360px;}
.ds_footer li.list3{max-width: 60px;margin: -5px 42px 0;padding: 0;}
}

/*返回顶部*/
a.ds_backtop{display: none;position: fixed;right: 4%;bottom: 70px;z-index: 999;color: #e52f22;width: 35px;font-size: 35px;height: 35px;text-align: center;opacity: 0.9;background: #eee;border-radius: 100%;line-height: 35px;padding: 1px;}

.ds_pic{background:#f9f9f9 url(/static/wap/images/public/images/ds_loading.gif) center no-repeat;}

.swiper-pagination-bullet-active{background: #e52f22;}

/*公用banner*/
.banBox{overflow: hidden;}
.banBox .ul li img{display: block;width: 100%;}
.banBox .swiper-pagination-bullet{opacity: 1;border-radius: 0;width: 35px;height: 3px;background: #fff;position: relative;}
.banBox .swiper-pagination-bullet:after{display: block;position: absolute;left: 0;top: 0;width: 0;content: '';background: #e52f22;transition:width 0 line;height: 100%;}
.banBox .swiper-pagination-bullet-active:after{width: 100%;transition:width 3.5s ease-out;}
.banBox .swiper-pagination-bullet-active{background: #fff;}
.banBox .swiper-pagination{font-size: 0;line-height: 0;}

.banBoxImg{overflow: hidden;}
.banBoxImg img{display: block;width: 100%;}

/*公用wapSwiper 标题 图标背景*/
.wapTitle{text-align: center;line-height: 0;overflow: hidden;}
.wapTitle span{display: inline-block;line-height: 24px;vertical-align: top;padding: 0 12px;background-size: 18px auto;position: relative;color: #e52f22;font-size: 17px;}
.wapTitle span:after,
.wapTitle span:before{display: block;width: 40px;height: 1px;content: '';position: absolute;top: 50%;margin-top: -.5px;}
.wapTitle span:before{left: 100%;background: url(/static/wap/images/public/images/ds_ttr.png) left center no-repeat;background-size: 100% auto;}
.wapTitle span:after{right: 100%;background: url(/static/wap/images/public/images/ds_ttl.png) left center no-repeat;background-size: 100% auto;}
.wapTitle b{color: #999;line-height: 20px;display: block;margin-top: 6px;padding: 0 15px;}
.wapTitle i{display: inline-block;vertical-align: top;width: 20px;height: 24px;background: center no-repeat;background-size:contain;margin-right: 5px;}
.wapTitle1 i{background-image: url(/static/wap/images/public/images/loc_tt1.png);}
.wapTitle2 i{background-image: url(/static/wap/images/public/images/loc_tt2.png);}
.wapTitle3 i{background-image: url(/static/wap/images/public/images/loc_tt3.png);}
.wapTitle4 i{background-image: url(/static/wap/images/public/images/loc_tt4.png);}
.wapTitle5 i{background-image: url(/static/wap/images/public/images/loc_tt5.png);}
.wapTitle6 i{background-image: url(/static/wap/images/public/images/loc_tt6.png);}
.wapTitle7 i{background-image: url(/static/wap/images/public/images/loc_tt7.png);}
.wapTitle8 i{background-image: url(/static/wap/images/public/images/loc_tt8.png);}
.wapTitle9 i{background-image: url(/static/wap/images/public/images/loc_tt9.png);}
.wapTitle10 i{background-image: url(/static/wap/images/public/images/loc_tt10.png);}
.wapTitle11 i{background-image: url(/static/wap/images/public/images/loc_tt11.png);}
.wapTitle12 i{background-image: url(/static/wap/images/public/images/loc_tt12.png);}
.wapTitle13 i{background-image: url(/static/wap/images/public/images/loc_tt13.png);}
.wapTitle14 i{background-image: url(/static/wap/images/public/images/loc_tt14.png);}
.wapTitle15 i{background-image: url(/static/wap/images/public/images/loc_tt15.png);}
.wapTitle16 i{background-image: url(/static/wap/images/public/images/loc_tt16.png);}
.wapTitle17 i{background-image: url(/static/wap/images/public/images/loc_tt17.png);}

/*标题 橘黄背景*/
.lcTitle{text-align: center;margin: 4% 0 3%;}
.lcTitle span{display: inline-block;vertical-align: top;padding: 0 10px;font-size: 16px;color: #ff6600;position: relative;}
.lcTitle span:after,
.lcTitle span:before{display: block;width: 90px;height: 2px;content: '';position: absolute;top: 50%;margin-top: -1px;}
.lcTitle span:before{left: 100%;background: url(/static/wap/images/public/images/lcTitle_bg2.png) left center no-repeat;background-size: 100% auto;}
.lcTitle span:after{right: 100%;background: url(/static/wap/images/public/images/lcTitle_bg1.png) left center no-repeat;background-size: 100% auto;}
.lcTitle em{display: inline-block;vertical-align: top;margin-top:-1px;margin-right: 3px;}

/*标题 灰色背景*/
.lcTitle2{text-align: center;margin: 4% 0 3%;overflow: hidden;}
.lcTitle2 span{display: inline-block;vertical-align: top;padding: 0 10px;font-size: 16px;position: relative;color: #333;}
.lcTitle2 span:after,
.lcTitle2 span:before{display: block;width: 50px;height: 1px;content: '';position: absolute;top: 50%;margin-top: -.5px;}
.lcTitle2 span:before{left: 100%;background: url(/static/wap/images/public/images/ds_ttr.png) left center no-repeat;background-size: 100% auto;}
.lcTitle2 span:after{right: 100%;background: url(/static/wap/images/public/images/ds_ttl.png) left center no-repeat;background-size: 100% auto;}

/*标题 红色背景*/
.lcTitle3{text-align: center;margin: 4% 0 3%;}
.lcTitle3 span{display: inline-block;vertical-align: top;padding: 0 10px;font-size: 16px;color: #e52f22;position: relative;}
.lcTitle3 span:after,
.lcTitle3 span:before{display: block;width: 90px;height: 2px;content: '';position: absolute;top: 50%;margin-top: -1px;}
.lcTitle3 span:before{left: 100%;background: url(/static/wap/images/public/images/lcTitle_bg4.png) left center no-repeat;background-size: 100% auto;}
.lcTitle3 span:after{right: 100%;background: url(/static/wap/images/public/images/lcTitle_bg3.png) left center no-repeat;background-size: 100% auto;}
.lcTitle3 em{display: inline-block;vertical-align: top;margin-top:-1px;margin-right: 3px;}

/*标题 红色背景*/
.lcTitle4{text-align: center;margin: 4% 0 3%;}
.lcTitle4 span{display: inline-block;vertical-align: top;padding: 0 10px;font-size: 16px;color: #fff;position: relative;}
.lcTitle4 span:after,
.lcTitle4 span:before{display: block;width: 90px;height: 2px;content: '';position: absolute;top: 50%;margin-top: -1px;}
.lcTitle4 span:before{left: 100%;background: url(/static/wap/images/public/images/lcTitle_bg6.png) left center no-repeat;background-size: 100% auto;}
.lcTitle4 span:after{right: 100%;background: url(/static/wap/images/public/images/lcTitle_bg5.png) left center no-repeat;background-size: 100% auto;}
.lcTitle4 em{display: inline-block;vertical-align: top;margin-top:-1px;margin-right: 3px;}

.wapSwiper{background: #fff;padding: 4%;}
.wapSwiper .wapSwiperBtn{position: relative;line-height: 0;padding-top: 3%;top: 0;text-align: center;}
.wapSwiper .wapSwiperBtn .swiper-pagination-bullet{opacity: 1;border-radius: 0;width: 12px;height: 4px;background: #e5e5e5;position: relative;display: inline-block;}
.wapSwiper .wapSwiperBtn .swiper-pagination-bullet-active{background: #e52f22;}
.wapSwiper .wapSwiperBtnRight,
.wapSwiper .wapSwiperBtnLeft{position: absolute;width: 24px;height: 44px;top: 50%;margin-top: -22px;background:center no-repeat;background-size:100% 100%;z-index: 2;}
.wapSwiper .wapSwiperBtnLeft{left: 0;background-image: url(/static/wap/images/public/images/btnLeft.png);}
.wapSwiper .wapSwiperBtnRight{right: 0;background-image: url(/static/wap/images/public/images/btnRight.png);}

/*全局*/
.dsDpBlk{display: block!important;}
.dsNone{display: none!important;}
.dsFl{float: left!important;}
.dsFr{float: right!important;}
.dsFn{float: none!important;}
.dsTxtL{text-align: left!important;}
.dsTxtR{text-align: right!important;}
.dsTxtC{text-align: center!important;}
.dsTxtJ{text-align: justify!important;}
.dsTxtEm{text-indent: 2em;}

/*宽度*/
.dsWid48{width: 48%;}

/*字号*/
.dsFons10{font-size: 10px!important;}
.dsFons12{font-size: 12px!important;}
.dsFons14{font-size: 14px!important;}
.dsFons16{font-size: 16px!important;}
.dsFons18{font-size: 18px!important;}
.dsFons20{font-size: 20px!important;}
.dsFons22{font-size: 22px!important;}
.dsFons24{font-size: 24px!important;}
.dsFons26{font-size: 26px!important;}
.dsFons28{font-size: 28px!important;}
.dsFons30{font-size: 30px!important;}

/*边距*/
.dsMarAuto{margin-left: auto!important;margin-right: auto!important;}
.dsMarT0{margin-top: 0!important;}
.dsMarR0{margin-right: 0!important;}
.dsMarB0{margin-bottom: 0!important;}
.dsMarL0{margin-left: 0!important;}
.dsMarT5{margin-top: 5px;}
.dsMarR5{margin-right: 5px;}
.dsMarB5{margin-bottom: 5px;}
.dsMarL5{margin-left: 5px;}
.dsMarT10{margin-top: 10px;}
.dsMarR10{margin-right: 10px;}
.dsMarB10{margin-bottom: 10px;}
.dsMarL10{margin-left: 10px;}
.dsMarT15{margin-top: 15px;}
.dsMarR15{margin-right: 15px;}
.dsMarB15{margin-bottom: 15px;}
.dsMarL15{margin-left: 15px;}
.dsMarT20{margin-top: 20px;}
.dsMarR20{margin-right: 20px;}
.dsMarB20{margin-bottom: 20px;}
.dsMarL20{margin-left: 20px;}
.dsMarT4{margin-top: 4%;}
.dsMarR4{margin-right: 4%;}
.dsMarB4{margin-bottom: 4%;}
.dsMarL4{margin-left: 4%;}
.dsMarT3{margin-top: 3%;}
.dsMarR3{margin-right: 3%;}
.dsMarB3{margin-bottom: 3%;}
.dsMarL3{margin-left: 3%;}
.dsMar4{margin: 4%;}
.dsMar3{margin: 3%;}
.dsPad0{padding: 0!important;}
.dsPadT0{padding-top: 0!important;}
.dsPadR0{padding-right: 0!important;}
.dsPadB0{padding-bottom: 0!important;}
.dsPadL0{padding-left: 0!important;}
.dsPadT5{padding-top: 5px!important;}
.dsPadR5{padding-right: 5px!important;}
.dsPadB5{padding-bottom: 5px!important;}
.dsPadL5{padding-left: 5px!important;}
.dsPad10{padding: 10px!important;}
.dsPadT10{padding-top: 10px!important;}
.dsPadR10{padding-right: 10px!important;}
.dsPadB10{padding-bottom: 10px!important;}
.dsPadL10{padding-left: 10px!important;}
.dsPad15{padding: 15px!important;}
.dsPadT15{padding-top: 15px!important;}
.dsPadR15{padding-right: 15px!important;}
.dsPadB15{padding-bottom: 15px!important;}
.dsPadL15{padding-left: 15px!important;}
.dsPad20{padding: 20px!important;}
.dsPadT20{padding-top: 20px!important;}
.dsPadR20{padding-right: 20px!important;}
.dsPadB20{padding-bottom: 20px!important;}
.dsPadL20{padding-left: 20px!important;}
.dsPad25{padding: 25px!important;}
.dsPadT25{padding-top: 25px!important;}
.dsPadR25{padding-right: 25px!important;}
.dsPadB25{padding-bottom: 25px!important;}
.dsPadL25{padding-left: 25px!important;}
.dsPadT4{padding-top: 4%!important;}
.dsPadR4{padding-right: 4%!important;}
.dsPadB4{padding-bottom: 4%!important;}
.dsPadL4{padding-left: 4%!important;}

/*宽度*/
.dsW130{width: 130px!important;}
.dsW140{width: 140px!important;}
.dsW150{width: 150px!important;}
.dsW160{width: 160px!important;}

/*颜色*/
.dsCol{color: #e52f22!important;}
.dsColfff{color: #fff!important;}
.dsCol333{color: #333!important;}
.dsCol666{color: #666!important;}
.dsCol999{color: #999!important;}
.dsColLs{color: #2fa92f!important;}/*绿色*/
.dsColJs{color: #ff6600!important;}/*橘色*/
.dsColLans{color: #108ee9!important;}/*橘色*/

/*边框*/
.dsBorT1{border-top: 1px solid #e5e5e5;}
.dsBorR1{border-right: 1px solid #e5e5e5;}
.dsBorB1{border-bottom: 1px solid #e5e5e5;}
.dsBorL1{border-left: 1px solid #e5e5e5;}

.dsBorT0{border-top: none!important;}
.dsBorR0{border-right: none!important;}
.dsBorB0{border-bottom: none!important;}
.dsBorL0{border-left: none!important;}

/*弹窗样式一（验证手机）*/
.fancybox-slide--html{font-size: 0;}
.fancybox-content{font-size: 14px;}
.dsPopBoxDef{width: 90%;display: none;}
.dsPopBoxDef.fancybox-content{background: none;padding: 0;max-width: 360px;}
.dsPopCls{margin: 4% auto 0;background: url(/static/wap/images/public/images/ds_clsBtn.png) center no-repeat;background-size: contain;width: 35px;height: 35px;}
.dsPopBoxDef .dsBtn{text-align: center;display: block;width: 100%;color: #fff;font-size: 16px;height: 50px;line-height: 50px;background: url(/static/wap/images/public/images/dsBtn_bg.png) repeat-x;background-size: auto 100%;border-radius: 50px;}
.dsPopBoxDef .dsPopDefBd{padding: 6%;background: #fff;}
.dsPopBoxDef .dsPopDefBd .divin .text{line-height: 20px;padding: 10px;border: 1px solid #e5e5e5;text-align: left;width: 100%;border-radius: 5px;height: 100px;transition:all .4s ease-out;}
.dsPopBoxDef .dsPopDefBd .divin .text:focus{border-color: #e52f22;}
.dsPopBoxDef .dsPopDefHd{overflow: hidden;border-radius: 5px 5px 0 0;background: #fff;}
.dsPopBoxDef .dsPopDefHd img{display: block;width: 100%;}
.dsPopBoxDef .dsPopDefEd{overflow: hidden;border-radius: 0 0 5px 5px;background: #fff;padding: 0 6% 6%;}

.ullist_bdys .list{position: relative;margin-bottom: 4%;}
.ullist_bdys .list:last-child{margin-bottom: 0;}
.ullist_bdys .list .dsYzm{position: absolute;display: block;right: 0;text-align: center;width: 120px;top: 0;height: 44px;line-height: 44px;}
.ullist_bdys .text{display: block;width: 100%;padding: 0 20px 0 45px;height: 45px;line-height: 45px;border-radius: 45px;border: 1px solid #e5e5e5;transition:all .4s ease-out;}
.ullist_bdys .text:focus{border-color: #e52f22;}
.ullist_bdys .list:after{display: block;position: absolute;left: 15px;top: 50%;margin-top: -13px;width: 18px;height: 26px;background: center no-repeat;background-size: contain;content: '';}
.ullist_bdys .list.list_sj:after{background-image: url(/static/wap/images/public/images/bdys_sj.png);}
.ullist_bdys .list.list_yzm:after{background-image: url(/static/wap/images/public/images/bdys_yzm.png);}

#PopXjtjcg .h3{font-size: 18px;color: #333;text-align: center;font-weight: normal;margin-bottom: 2px;}
#PopXjtjcg .p{color: #666;text-align: center;}


.jgxxName{color: #e52f22;text-align: center;}
.jgxxName span{padding-left: 22px;background: 0 4px no-repeat;background-size: auto 16px;display: inline-block;vertical-align: top;font-size: 16px;}
.jgxxName1 span{background-image:  url(/static/wap/images/public/images/jbxx_ico.png);}
.jgxxName2 span{background-image:  url(/static/wap/images/public/images/wpxx_ico.png);}
.jgxxName3 span{background-image:  url(/static/wap/images/public/images/tsqk_ico.png);}


/*switch*/
.dsCheckbox22 .dsCheckbox{display: inline-block;position: relative;padding-left: 40px;background: url(/static/wap/images/public/images/mblabbg1.png) left center no-repeat;background-size: 35px auto;}
.dsCheckbox22.on .dsCheckbox{background-image: url(/static/wap/images/public/images/mblabbg2.png);}
.dsCheckbox .switch{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;}

/*checkbox*/
.checkboxDiv{display: inline-block;vertical-align: top;position: relative;line-height: 20px;padding-left: 20px;background: url(/static/wap/images/public/images/dsCheckbox1.png) left 2px no-repeat;background-size: 16px 16px;text-align: left;}
.checkboxDiv.on{background-image: url(/static/wap/images/public/images/dsCheckbox2.png);}
.checkboxDiv .dsCheckbox{display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;opacity: 0;}
.checkboxDiv a{color: #005ba1;position: relative;z-index: 1;}

/*地图*/
.waptipmap{position: fixed;z-index: 9999;left: 0;top: 0;background: #fff;display: none;width: 100%;height: 100%;}

/*客户评价*/
.wapSwiper_khpj{background: #fff;padding: 4% 12px;overflow: hidden;margin-top: 4%;}
.wapSwiper_khpj.wapSwiper{margin-top: 0;}
.wapSwiper_khpj .swiper-container{overflow: visible;}
.wapSwiper_khpj .ul li{width: 160px;float: left;background: #fff;padding: 12px;box-shadow: 0 0 5px #ccc;border-radius: 5px;line-height: 22px;}
.wapSwiper_khpj .ul li a{display: block;overflow: hidden;}
.wapSwiper_khpj .ul li .ds_pic{padding-bottom: 60%;}
.wapSwiper_khpj .ul li .ds_pic video{position: absolute;left: 0;top: 0;background: #333;z-index: 0;}
.wapSwiper_khpj .ul li figcaption{position: absolute;right: 4%;bottom: 4%;background:rgba(0,0,0,.5);color: #fff;padding: 0 10px;border-radius: 10px;}
.wapSwiper_khpj .ul li figcaption i{font-size: 14px;display: inline-block;vertical-align: top;margin-right: 3px;}
.wapSwiper_khpj .ul li .h3{color: #333;font-size: 14px;font-weight: normal;}
.wapSwiper_khpj .ul li .div{color: #999;margin-top: 10px;height: 66px;overflow: hidden;text-align: justify;line-height: 22px;font-size: 12px;word-break: break-word;}
.wapSwiper_khpj .ul li .div span i{vertical-align: top;margin: 1px 0 0 3px;font-size: 12px;height: 0;line-height:22px;position: relative;top: 1px;}
.wapSwiper_khpj .ul li .div span{color: #e52f22;}
.wapSwiper_khpj .ul li time{margin-bottom: 5px;color: #999;display: block;font-size: 12px;}
.wapSwiper_khpj .ul li time i{display: inline-block;vertical-align: top;margin-right: 3px;}
.wapSwiper_khpj .ul li:hover .h3{color: #e52f22;}
.wapSwiper_khpj a.ds_more{display: block;margin-top: 4%;background: #e52f22;color: #fff;text-align: center;height: 45px;line-height: 45px;border-radius: 45px;font-size: 16px;letter-spacing: 1px;}
.wapSwiper_khpj a.ds_more i{display: inline-block;vertical-align: top;margin: 1px 0 0 3px;}

.wapSwiper_khpj .ul li.vlist figcaption{display: none;}
.wapSwiper_khpj .ul li .divbtn{position: absolute;left: 0;top: 0;color: #fff;width: 100%;height: 100%;background: rgba(0,0,0,.2);}
.wapSwiper_khpj .ul li .divbtn i{position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto;width: 30px;height: 30px;font-size: 24px;text-align: center;line-height: 30px;z-index: 5;}
video.ds_vnone{display: none;background: #000;position: fixed;width: 100%;height: 100%;z-index: 999999;left: 0;top: 0;}
video.ds_show{display: block;}
video.none2019{display: none;background: #333;position: fixed;width: 100%;height: 100%;z-index: 99999;left: 0;top: 0;}

.VideoPopBox2019{padding: 0!important;background:none!important;color: #fff;width: 92%;overflow: visible!important;margin-top: -30px!important;}
.VideoPopBox2019 video{display: block;background: #000;border-radius: 5px 5px 0 0;overflow: hidden;height: 200px!important;}
.VideoPopBox2019 .videotxt{background: #fff;border-radius: 0 0 5px 5px;overflow: hidden;padding: 4%; padding-bottom:5px; padding-top:5px;text-align: justify;color: #999;}
.VideoPopBox2019 .divtx1 i{display: block;width: 40px;height: 40px;overflow: hidden;border-radius: 50%;float: left;border: 1px solid #e5e5e5;}
.VideoPopBox2019 .divtx1 i img{display: block;width: 100%;min-height: 100%;}
.VideoPopBox2019 .divtx1 .divtxt{margin-left: 50px;line-height: 18px;margin-top: 6px;}
.VideoPopBox2019 .divtx1 .h3{font-size: 14px;font-weight: normal;color: #333;margin:5px 0 2px;}
.VideoPopBox2019 .divtx1 time{display: block;color: #999;font-size: 12px;}
.VideoPopBox2019 .divtx1{overflow: hidden;position: relative;padding:0 0 2%;}
.VideoPopBox2019 .divtx2{color: #999;line-height: 16px;max-height: 66px;overflow: hidden; font-size:12px;margin-bottom: 10px;}
.VideoPopBox2019 .divtx2 span{display:block;float: right;color: #e52f22;}
.VideoPopBox2019 .divtx2 span i{display: inline-block;vertical-align:top;margin:0 0 -3px 5px;font-size: 14px;}
.VideoPopBox2019 .prevbbb,
.VideoPopBox2019 .nextbbb{position: absolute;bottom: 0;line-height: 35px;display: block;width: 35px;height: 35px;background: center no-repeat;background-size: contain;}
.VideoPopBox2019 .prevbbb{left: 15%;background-image: url(/static/wap/images/public/images/vprev.png);}
.VideoPopBox2019 .nextbbb{right: 15%;background-image: url(/static/wap/images/public/images/vnext.png);}
#videoTips{position: fixed;z-index: 999999999999999;width: 100%;left: 0;bottom: 15px;text-align: center;color: #999;display: none;}
#videoTips span{display: inline-block;vertical-align: top;margin-right: 5px;background: url(/static/wap/images/wapv2018/images/move_img/sdico_next.png) center no-repeat;background-size: auto 12px;width: 24px;height: 24px;animation: start 1.4s infinite ease-in-out;-webkit-animation: start 1.4s infinite ease-in-out;}
@-webkit-keyframes start {
0%,30% {opacity: 0;-webkit-transform: translate(0,-5px);}
60% {opacity: 1;-webkit-transform: translate(0,0);}
100% {opacity: 0;-webkit-transform: translate(0,5px);}
}
@keyframes start {
0%,30% {opacity: 0;transform: translate(0,-5px);}
60% {opacity: 1;transform: translate(0,0);}
100% {opacity: 0;transform: translate(0,5px);}
}

/*按钮*/
.wapSwiper .wapSwiperBtnL,
.wapSwiper .wapSwiperBtnR{display: block;position: absolute;top: 50%;margin-top: -22px;width: 22px;height: 44px;background: center no-repeat;background-size: 100% 100%;z-index: 2;}
.wapSwiper .wapSwiperBtnL{left: 0;background-image: url(/static/wap/images/xiaochengxu/index/images/14.png);}
.wapSwiper .wapSwiperBtnR{right: 0;background-image: url(/static/wap/images/xiaochengxu/index/images/15.png);}

/*快速链接*/
.ds_fastnav{overflow: hidden;background: #fff;padding: 0 5px;}
.ds_fastnav .ul li{width: 25%;float: left;text-align: center;}
.ds_fastnav .ul li a{display: block;overflow: hidden;padding: 10px 5px;}
.ds_fastnav .ul li figure{margin: 0 auto 5px;width: 45px;height: 45px;line-height: 45px;color: #fff;overflow: hidden;border-radius: 100%;}
.ds_fastnav .ul li figure i{font-size: 22px;}
.ds_fastnav .ul li.list1 figure{background: #68b2ec;}
.ds_fastnav .ul li.list2 figure{background: #fa809f;}
.ds_fastnav .ul li.list3 figure{background: #a2cb83;}
.ds_fastnav .ul li.list4 figure{background: #627ea1;}
.ds_fastnav .ul li.list5 figure{background: #ffcb72;}
.ds_fastnav .ul li.list5 figure i{font-size: 26px;}
.ds_fastnav .ul li.list6 figure{background: #ff6e3e;}
@media screen and (max-width:400px){
.ds_fastnav .ul li .p{font-size: 12px;}
}
@media screen and (max-width:360px){
.ds_fastnav{padding: 0;}
.ds_fastnav .ul li a{padding: 10px 0;}
}

/*按钮组*/
.dibBtn20181113{margin-top: 15px;display: block;width: 100%;height: 45px;line-height: 45px;border-radius: 45px;background: #e52f22;color: #fff;font-size: 16px;position: relative;}
.dibBtn20181113:after{position: absolute;left: 50%;margin-left: -.5px;top: 50%;margin-top: -12.5px;background: #fff;width: 1px;height: 25px;content: '';}
.dibBtn20181113 a.btnA{display: block;width: 50%;color: #fff;float: left;text-align: center;}
.dibBtn20181113 a.btnA i{display: inline-block;vertical-align: top;width: 20px;height: 20px;background: center no-repeat;margin: 12.5px 5px 0 0;background-size: contain;}
.dibBtn20181113 a.btnA1 i{background-image: url(/static/wap/images/wapv2018/images/local_img/snbj_ico7.png);}
.dibBtn20181113 a.btnA2 i{background-image: url(/static/wap/images/wapv2018/images/local_img/snbj_ico8.png);}

/*列表*/
img.lazy{background: url(/static/wap/images/public/images/ds_loading.gif) center no-repeat;}

/*分页*/
.no_info{display:none; text-align:center; padding:10px; font-size:14px; background:#fff;}
.pagination{height:60px;line-height:60px;margin:0 auto;text-align:center;}
.pagination div{display:inline-block;}
#dropdown-select{display: none;}
.pagination a{margin:0;padding:6px 13px;border:0;background:#fefefe;box-shadow:0 1px 2px 0 rgba(0,0,0,0.25);border-radius:5px;color:#666;}
.pagination a:hover{border:0;background:#fefefe;}
.pagination a:active{background:#ececec}
.pagination .disabled a,
#listhome5 .pagination .disabled a:hover{color:#999;}
.pagination .allpage{position:relative;text-align:center;vertical-align:baseline;display:inline-block;}
.pagination .currentpage{line-height:30px;width:50px;}
/*20180108列表页面异步加载*/
.dropload-load{text-align:center;display:none;font-size:14px;background:#fff;height:60px;line-height:60px;}
.dropload-load .loading{display:inline-block;height:15px;width:15px;border-radius:100%;margin:6px;border:2px solid #666;border-bottom-color:transparent;vertical-align:middle;-webkit-animation:rotate 0.75s linear infinite;animation:rotate 0.75s linear infinite;}
@-webkit-keyframes rotate{
	0%{-webkit-transform:rotate(0deg);}
	50%{-webkit-transform:rotate(180deg);}
	100%{-webkit-transform:rotate(360deg);}
}
@keyframes rotate{
	0%{transform:rotate(0deg);}
	50%{transform:rotate(180deg);}
	100%{transform:rotate(360deg);}
}

/*晒单*/
.shaidan20181115_1{overflow: hidden;z-index: 99;width: 100%;left: 0;position: absolute;top: 0;}
.shaidan20181115_1 .shaidan_menu{width:20%;float:left;font-size:14px;overflow:hidden;padding:8px 0;line-height: 20px;border-bottom:1px solid #e5e5e5;text-align:center;background:#FFF;}
.shaidan20181115_1_kd .shaidan_menu{width: 25%;}
.shaidan20181115_1 .sdsd{border-bottom:1px solid #e4393c;color:#e4393c;}
.shaidan20181115_1 .kasdda1{float:left; width:110px; height:30px; text-align:center;font-size:14px;color:#fff;border:0px solid rgba(0,0,0,0.3);border-bottom:2px solid #700001;border-radius:5px 5px 5px 5px; background:#E1000E; margin-right:10px; margin-bottom:15px; line-height:30px;}
.shaidan20181115_1 .kasdda2{float:left; width:110px; height:30px; text-align:center;font-size:14px;color:#666;border:0px solid rgba(0,0,0,0.3);border-bottom:2px solid #8E8E8E;border-radius:5px 5px 5px 5px; background:#D6D6D6; margin-right:10px; margin-bottom:15px;line-height:30px;}
.shaidan20181115_1H{height: 58px;position: relative;}
.shaidan20181115_1F{position: fixed;top: 45px;}

.newsinfo20181121_box.swiper-container{border-bottom: 1px solid #e5e5e5;}
.newsinfo20181121_box .swiper-slide a{height: 35px;line-height: 35px;background: #f8f8f8;text-align: center;font-size: 14px;display: block;border-radius: 5px 5px 0 0;}
.newsinfo20181121_box .swiper-slide.on a{color: #fff;background: #e52f22;}
.newsinfo20181121.newsinfo20181121_box .divName{font-weight: normal;font-size: 20px;}

.divInfo20181122{border-bottom: 1px dashed #999;padding: 15px 0;text-align: justify;word-break: break-all;overflow: hidden;}
.divboxkhpf1{background: #f8f8f8;padding:10px 15px;overflow: hidden;}
.divboxkhpf1 span{width: 33.3333333%;float: left;overflow: hidden;color: #999;font-size: 12px;}
.divboxkhpf2{margin-top: 10px;overflow: hidden;text-align: center;font-size: 0;}
.divboxkhpf2 span{display: inline-block;vertical-align: top;width: 30.33333333%;border-radius:5px;border: 1px solid #e52f22;color: #e52f22;margin:1.5%;font-size: 12px;height: 30px;line-height:30px;}

/* swipe */
.newsinfo20181121_box.swipe{width:100%;height:235px;overflow:hidden;position:relative;}
.newsinfo20181121_box.swipe ul{-webkit-transition:left 800ms ease-in 0;transition:left 800ms ease-in 0;}
.newsinfo20181121_box.swipe #pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.newsinfo20181121_box.swipe #pagenavi a{width:10px;height:10px;line-height:99em;background:#f8f8f8;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.newsinfo20181121_box.swipe #pagenavi a.active{background:#e52f22;}
.newsinfo20181121_box.swipe ul li img{min-height: 235px;}
.newsinfo20181121_box img{vertical-align: baseline!important;}

/*zlyl*/
.zlyl{background: #fff;margin-top: 15px;}
.zlyl ul{padding: 0 15px;}
.zlyl ul li{ float:left; width:48.3%; padding-bottom:15px;}
.zlyl ul li.li_1{ float:right}
.zlyl ul li a{ text-decoration:none; color:#333}
.zlyl ul li a .d1{ font-size:14px; height:35px; line-height:35px; overflow:hidden}
.zlyl ul li a .pic{ position:relative}
.zlyl ul li a .pic .sp1{ position:absolute; background:rgba(0,0,0,.3); color:#fff; left:0; top:0; font-size:12px; padding:3px 5px;}
.zlyl ul li a .pic .sp2{ width:100%; text-align:center; position:absolute; background:rgba(0,0,0,.3); color:#fff; left:0; bottom:0; font-size:12px; padding:5px 0;}
.zlyl ul li a .pic img{ width:100%}
.zlyl ul li a .mmore{ color:#ff6600; font-size:12px;}
.zlyl ul li a .info{ line-height:18px; font-size:12px; padding:8px 0 0;text-align: justify;}
.moresd{ text-align:center; background:#fff; border-top:2px solid #e5e5e5; padding:15px;}
.moresd a{ text-decoration:none; width:100%; text-align:center; display:block; font-size:16px;height:35px; line-height:35px;background:#E4393C; color:#fff;border-radius:5px 5px 5px 5px;}
.maintit{ border-bottom:1px solid #e5e5e5; padding:13px 15px;}
.maintit span{ display:block; border-left:4px solid #e52f22; height:20px; line-height:20px; text-indent:7px; font-size:16px; color:#333}

/*当前位置location20181121*/
.location20181121{padding:15px;overflow: hidden;line-height: 20px;}
.location20181121 a{color: #333;display: inline-block;vertical-align: top;padding: 0 5px;}
.location20181121 span{color: #666;vertical-align: top;padding: 0 5px;}
.location20181121 a.homeIco{width: 18px;height: 20px;background: url(/static/wap/images/public/images/houseb.png) center no-repeat;background-size:contain;margin-right: 5px;}

/*按钮组*/
.dsBtn20181220{text-align: center;display: inline-block;vertical-align: top;padding: 0 25px;font-size: 16px;height: 40px;line-height: 40px;color: #fff!important;background: #e52f22;border-radius: 40px;cursor: pointer;}
/*橘色*/
.dsBtn20181220_2{background: #ff6600;}
/*浅红色*/
.dsBtn20181220_3{background: #ffe7e5;border: 1px solid #e52f22;color: #e52f22!important;}

/*空运弹窗*/
.dsPopBox20181228_bg{max-width: 720px;width: 100%;height: 100%;position: fixed;z-index: 999999;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background: rgba(0,0,0,.6);display: none;}
.dsPopBox20181228_1{width: 92%;border-radius: 5px;overflow: hidden;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background:#fff;max-width: 320px;}
.dsPopBox20181228_1 .dsCls20181228{background:url(/static/wap/images/public/images/cls_btn22.png) center no-repeat;background-size: auto 100%;position: absolute;top: 0;right: 4%;width: 40px;height: 25px;}
.dsPopBox20181228_1 .dsHd{height: 85px;background: url(/static/wap/images/public/images/pop_tt1.png) center right no-repeat;background-size: auto 100%;line-height: 85px;text-align: center;font-size: 22px;color: #fff;text-shadow: 5px 4px 3px #333;}
.dsPopBox20181228_1 .dsBd{padding: 20px;}
.dsPopBox20181228_1 .dsBd .ullist .list{margin-bottom: 15px;}
.dsPopBox20181228_1 .dsBd .ullist .list:last-child{margin-bottom: 0;}
.dsPopBox20181228_1 .dsBd .text{display: block;width: 100%;padding:9px 10px;border: 1px solid #e5e5e5;line-height: 22px;height: 40px;border-radius: 5px;transition:all .4s ease-out;}
.dsPopBox20181228_1 .dsBd .text:focus{border-color: #e52f22;}
.dsPopBox20181228_1 .dsBd .dsBtn20181220{min-width: 120px;}
.dsPopBox20181228_1 .dsBd .ullist .listBtn{overflow: hidden;}
.dsPopBox20181228_1 .dsBd .ullist .dsBtn20181220_2{margin: 0 0 0 10px;}
.dsPopBox20181228_1 .dsBd .listName .text{background: url(/static/wap/images/public/images/ft_ico5.png) 10px center no-repeat;background-size: auto 18px;padding-left: 35px;}
.dsPopBox20181228_1 .dsBd .listTel .text{background: url(/static/wap/images/public/images/bdys_sj.png) 10px center no-repeat;background-size: auto 18px;padding-left: 35px;}


/*下单成功弹窗*/
.dsHgbjPopBox{max-width: 720px;width: 100%;height: 100%;position: fixed;z-index: 999999;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background: rgba(0,0,0,.6);display: none;overflow: auto;}
.dsHgbjPopBox_1{width: 92%;border-radius: 5px;overflow: hidden;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background:#fff;max-width: 420px;}
.dsHgbjPopBox_1 .dsCls20181228{background:url(/static/wap/images/public/images/cls_btn22.png) center no-repeat;background-size: auto 100%;position: absolute;top: 0;right: 4%;width: 40px;height: 25px;}
.dsHgbjPopBox_1 .dsHd{background: url(/static/wap/images/public/images/onlinebg00.png) center no-repeat;background-size: cover;text-align: center;color: #fff;padding:25px 20px;}
.dsHgbjPopBox_1 .dsHd .h3{font-size: 20px;font-weight: normal;margin-bottom: 5px;display: inline-block;vertical-align: top;padding-left: 30px;background: url(/static/wap/images/public/images/onlinebg000.png) 0 1px no-repeat;background-size: auto 22px;}
.dsHgbjPopBox_1 .dsHd .p{line-height: 20px;}
.dsHgbjPopBox_1 .dsBd{padding: 20px;}
.dsHgbjPopBox_1 .dsBd .ullist11{padding:0 15px 20px;border: 1px solid #e5e5e5;background: #f8f8f8;border-radius: 5px;margin: 35px auto 0;max-width: 300px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2{text-align: center;margin-top: 20px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2 .divimg{display: inline-block;vertical-align: top;border: 1px solid #e5e5e5;background: #fff;padding: 5px;border-radius: 5px;width: 110px;height: 110px;text-align: center;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2 .divimg1{margin-right: 5px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2 .divimg2{margin-left: 5px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2 .divimg2 span{position: relative;display: block;background:url(/static/wap/images/public/images/onlinebg.png) center 10px no-repeat;background-size: auto 50px;height: 0;padding-top: 70px;font-size: 12px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list1{background: #ff9900 url(/static/wap/images/public/images/onlinebg0.png) 10px center no-repeat;background-size: auto 50px;color: #fff;padding: 15px 15px 15px 70px;border-radius: 40px;line-height: 20px;max-width: 260px;margin: -35px auto 0;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list1 .h3{font-size: 16px;font-weight: normal;height: 20px;overflow: hidden;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list1 .p{font-size: 12px;}
.dsHgbjPopBox_1 .dsBd .ullist22{overflow: hidden;}
.dsHgbjPopBox_1 .dsBd .ullist22 li{width: 49%;}
.dsHgbjPopBox_1 .dsBd .ullist22 li a{display: block;overflow: hidden;background: #fff5e5;padding: 10px;border-radius: 5px;line-height: 16px;text-align: center;}
.dsHgbjPopBox_1 .dsBd .ullist22 li .h3{font-weight: normal;font-size: 12px;color: #999;}
.dsHgbjPopBox_1 .dsBd .ullist22 li .p{font-style: italic;margin-top: 5px;color: #ff9900;}

@media screen and (max-width:355px){
.dsHgbjPopBox_1 .dsBd .ullist22 li .p{font-size: 12px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2 .divimg{width: 100px;height: 100px;}
.dsHgbjPopBox_1 .dsBd .ullist11 .list2 .divimg2 span{padding-top: 62px;}
}


/*倒计时*/
.dsDjsPopBox{max-width: 720px;width: 100%;height: 100%;position: fixed;z-index: 999999;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background: rgba(0,0,0,.6);display: none;overflow: auto;}
.dsDjsPopBox_1{width: 92%;border-radius: 5px;overflow: hidden;position: absolute;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);-webkit-transform:translateX(-50%) translateY(-50%);background:#fff;max-width: 420px;}
.dsDjsPopBox_1 .dsHd{background: url(/static/wap/images/public/images/onlinebg00.png) center no-repeat;background-size: cover;text-align: center;color: #fff;padding:25px 20px;}
.dsDjsPopBox_1 .dsHd .h3{font-size: 20px;font-weight: normal;}
.dsDjsPopBox_1 .dsCls20181228{background:url(/static/wap/images/public/images/cls_btn22.png) center no-repeat;background-size: auto 100%;position: absolute;top: 0;right: 4%;width: 40px;height: 25px;}
.dsDjsPopBox_1 .dsBd{overflow: hidden;background: #fff;padding: 20px;font-size: 16px;line-height: 26px;text-align: center;}
.dsDjsPopBox_1 .dsBd .p{margin: 15px 0 20px;}
.dsDjsPopBox_1 .dsBd .dsBtn20181220{width: 120px;}
/*倒计时*/
.dsDjsBox{position: relative;text-align: center;height: 190px;}
.dsDjsBox .alert-circle{position:absolute;left:50%;margin-left:-65px;z-index: 1;}
.dsDjsBox .alert-sec-circle{stroke-dashoffset:0;stroke-dasharray:500;transition:stroke-dashoffset 1s linear}
.dsDjsBox .h3{position: absolute;width: 100%;z-index: 3;color: #333;font-weight: normal;font-size: 18px;line-height: 125px;}
.dsDjsBox .h3 span{font-size: 45px;margin-bottom: -10px;display: inline-block;vertical-align: sub;}
.dsDjsBox .p{position: absolute;width: 100%;z-index: 2;left: 0;bottom: 0;}

.fancybox-container{z-index: 999999!important;}

/*晒单视频*/
.sdShaixuan20190319{position: relative;background: #fff;padding:0 12px;z-index: 10;margin-top: -4%;}
.sdShaixuan20190319 .divhd{background: #f7f7f7;padding: 15px 5px;box-shadow: 0 0 2px #ccc;overflow: hidden;border-radius: 5px;}
.sdShaixuan20190319 .divhd li{text-align: center;width: 25%;float: left;line-height: 18px;}
.sdShaixuan20190319 .divhd li i{display: block;width: 22px;height: 22px;margin: 0 auto 4px;background: center no-repeat;background-size: cover;}
.sdShaixuan20190319 .divhd li.list1 i{background-image: url(/static/wap/images/public/images/sdico2019_1.png);}
.sdShaixuan20190319 .divhd li.list2 i{background-image: url(/static/wap/images/public/images/sdico2019_2.png);}
.sdShaixuan20190319 .divhd li.list3 i{background-image: url(/static/wap/images/public/images/sdico2019_3.png);}
.sdShaixuan20190319 .divhd li.list4 i{background-image: url(/static/wap/images/public/images/sdico2019_4.png);}
.sdShaixuan20190319 .divhd li.list1.on i{background-image: url(/static/wap/images/public/images/sdico2019_11.png);}
.sdShaixuan20190319 .divhd li.list2.on i{background-image: url(/static/wap/images/public/images/sdico2019_22.png);}
.sdShaixuan20190319 .divhd li.list3.on i{background-image: url(/static/wap/images/public/images/sdico2019_33.png);}
.sdShaixuan20190319 .divhd li.list4.on i{background-image: url(/static/wap/images/public/images/sdico2019_44.png);}
.sdShaixuan20190319 .divhd li span{display: inline-block;vertical-align: top;padding-right: 13px;background: url(/static/wap/images/wapv2018/images/other_img/faqmv_ico1.png) right center no-repeat;background-size: auto 4px;font-size: 12px;}
.sdShaixuan20190319 .divhd li.on span{background-image: url(/static/wap/images/wapv2018/images/other_img/faqmv_ico11.png);color: #e52f22;}
.sdShaixuan20190319 .divbd{display: none;position: absolute;top: 73px;background: #fff;padding: 12px;left: 0;box-shadow: 5px 5px 5px #666;width: 100%;max-height: 300px;overflow: auto;}
.sdShaixuan20190319 .divbd .divbd3{margin: -5px 5px 0;}
.sdShaixuan20190319 .divbd .divbd3 a{border-bottom: 1px solid #e5e5e5;display: block;padding: 15px 0;}
.sdShaixuan20190319 .divbd .divbd3 a.on{color: #e52f22;background: url(/static/wap/images/public/images/duibgcol.png) right center no-repeat;background-size: auto 20px;}
.sdShaixuan20190319 .divbd .divbd1{font-weight: bold;margin-bottom: 5px;margin-left: 1%;}
.sdShaixuan20190319 .divbd .divbd2 a{margin: 1.5%;min-width: 30.33333333333%;float: left;padding: 5px;text-align: center;border: 1px solid #e5e5e5;display: block;}
.sdShaixuan20190319 .divbd .divbd2 a.on{color: #fff;background: #ff6600;border-color: #ff6600;}

.dsPop20190328{position: fixed;z-index: 999999999999;right: -100%;top: 0;overflow: hidden;width: 94%;height: 100%;background: rgba(0,0,0,.7);}
.dsPop20190328 .dsPop20190328_hh{position: absolute;width: 100%;left: 0;top: 0;background: #fff;z-index: 2;}
.dsPop20190328 .dsPop20190328_hh .divtt{border-bottom: 1px solid #e5e5e5;padding: 15px;position: relative;font-size: 18px;color: #333;text-align: center;}
.dsPop20190328 .dsPop20190328_hh .divtt a{position: absolute;width: 20px;height: 20px;left: 4%;top: 50%;margin-top: -10px;background: url(/static/wap/images/public/images/top_back.png) left center no-repeat;background-size: auto 20px;}
.dsPop20190328 .dsPop20190328_hh .ul{overflow: hidden;padding: 10px 0;border-bottom: 1px solid #e5e5e5;}
.dsPop20190328 .dsPop20190328_hh .ul li{width: 25%;float: left;border-right: 1px solid #e5e5e5;text-align: center;line-height: 35px;}
.dsPop20190328 .dsPop20190328_hh .ullist3 li{width: 33.33333333%;}
.dsPop20190328 .dsPop20190328_hh .ul li:last-child{border-right: none;}
.dsPop20190328 .dsPop20190328_hh .ul li span{display: inline-block;vertical-align: top;background: url(/static/wap/images/wapv2018/images/other_img/faqmv_ico1.png) right center no-repeat;background-size: auto 4px;padding-right: 12px;}
.dsPop20190328 .dsPop20190328_hh .ul li.on{color: #e52f22;}
.dsPop20190328 .dsPop20190328_hh .ul li.on span{background-image: url(/static/wap/images/wapv2018/images/other_img/faqmv_ico11.png);}
.dsPop20190328 .dsPop20190328_ee{position: absolute;width: 100%;left: 0;bottom: 0;background: #f8f8f8;padding:15px;z-index: 2;text-align: center;}
.dsPop20190328 .dsPop20190328_ee .divtops{color: #999;position: relative;margin-bottom:10px;}
.dsPop20190328 .dsPop20190328_ee .divtops:after{position: absolute;left: 0;top: 50%;margin-top: -.5px;width: 100%;height: 1px;background: #e5e5e5;content: '';}
.dsPop20190328 .dsPop20190328_ee .divtops span{background: #f8f8f8;padding: 0 10px;display: inline-block;vertical-align: top;position: relative;z-index: 2;}
.dsPop20190328 .dsPop20190328_ee a{display: inline-block;vertical-align: top;margin: 0 8%;color: #333;line-height: 22px;}
.dsPop20190328 .dsPop20190328_ee a i{display: block;margin: 0 auto 3px;width: 50px;height: 50px;background: center no-repeat;background-size: auto 100%;}
.dsPop20190328 .dsPop20190328_ee a i.i1{background-image: url(/static/wap/images/public/images/sdicoee1.png);}
.dsPop20190328 .dsPop20190328_ee a i.i2{background-image: url(/static/wap/images/public/images/sdicoee2.png);}
.dsPop20190328 .dsPop20190328_bb{overflow: auto;position: absolute;width: 100%;height: 100%;padding: 111px 0 139px;background: #fff;z-index: 1;}
.dsPop20190328 .dsPop20190328_bb .divbd{display: none;}
.dsPop20190328 .dsPop20190328_bb .divbd3 a{border-bottom: 1px solid #e5e5e5;display: block;padding: 15px;}
.dsPop20190328 .dsPop20190328_bb .divbd3 a span{display: block;float: right;color: #999;margin-right: 35px;}
.dsPop20190328 .dsPop20190328_bb .divbd3 a.on{color: #e52f22;background: url(/static/wap/images/public/images/duibgcol.png) 96% center no-repeat;background-size: auto 20px;}
.dsPop20190328 .dsPop20190328_bb .divbd1{padding: 10px 15px 5px;}
.dsPop20190328 .dsPop20190328_bb .divbd2{padding:0 12px 10px;overflow: hidden;}
.dsPop20190328 .dsPop20190328_bb .divbd2 a{margin: 1.5%;min-width: 30.33333333333%;float: left;padding: 5px;text-align: center;border: 1px solid #e5e5e5;display: block;}
.dsPop20190328 .dsPop20190328_bb .divbd2 a.on{color: #fff;background: #e52f22;border-color: #e52f22;}
.dsPop20190328 .dsPop20190328_bb .divbd2 a.loc{color: #e52f22;border-color: #e52f22;width: auto;background: url(/static/wap/images/public/images/sdicoee3.png) 15px center no-repeat;background-size: auto 14px;padding: 5px 15px 5px 35px;text-align: left;}
.divss20190328{background: #f8f8f8;padding: 15px;border-bottom: 1px solid #e5e5e5;position: relative;}
.divss20190328 .dstext{display: block;width: 100%;background: #fff;background-size: auto 16px;padding: 5px 50px 5px 15px;border-radius: 32px;border: 1px solid #e5e5e5;line-height: 32px;}
.divss20190328 .dsbtnss{position: absolute;right: 5px;top: 50%;margin-top: -17px;width: 34px;height: 34px;background: url(/static/wap/images/public/images/sdbtnbgg.png) center no-repeat;background-size: auto 100%;z-index: 2;display: block;margin-right: 15px;}

.VideoPopBox2019 .divtx1 .divtxt{margin-top: 3px;}
.VideoPopBox2019 .videotxt{background: #f8f8f8;}
.VideoPopBox2019 .divtx1 .h3{margin: 0 0 3px;}
.VideoPopBox2019 .divtx1 time span{padding-left: 20px;background: left center no-repeat;background-size: auto 14px;}
.VideoPopBox2019 .divtx1 time span.span1{background-image: url(/static/wap/images/public/images/timebg999.png);margin-right: 25px;}
.VideoPopBox2019 .divtx1 time span.span2{background-image: url(/static/wap/images/public/images/lookbg999.png);}
.btnbox20190319{position: absolute;top: 100%;width: 200px;left: 50%;margin-left: -100px;text-align: center;/*transform: translateZ(0);-webkit-transform: translateZ(0);*/z-index: 5;transform: rotateX(180deg);-webkit-transform: rotateX(180deg);}
.dsbtn20190319{width: 35px;height: 35px;background: center no-repeat;background-size: cover;display: inline-block;vertical-align: top;margin-top: 8px;}
.dsbtn20190319_l{background-image: url(/static/wap/images/public/images/dsbtn2019_1.png);float: left;}
.dsbtn20190319_r{background-image: url(/static/wap/images/public/images/dsbtn2019_2.png);float: right;}
.dsPopCls20190319{width: 50px;height: 55px;background:#fff url(/static/wap/images/public/images/dsbtn2019_cls.png) top center no-repeat;background-size:100% auto;display: inline-block;vertical-align: top;border-radius: 50px 50px 0 0;}
.VideoPopBox2019 .infolist20190319{background: #fff;position: relative;padding:10px; padding-bottom:0px; padding-top:5px}
.VideoPopBox2019 .infolist20190319 .dl dd a{position: relative;}
/*.VideoPopBox2019 .infolist20190319 .dl dd a:after{position: absolute;left:50%;top: 50%;margin: -25px 0 0 -25px;content: '';width: 50px;height: 50px;}
*/.VideoPopBox2019 .infolist20190319 .dl dd a{border-radius: 5px;display: block;overflow: hidden;}
.VideoPopBox2019 .infolist20190319 i{display: block;width: 100%;height: 0;padding-bottom: 50%;overflow: hidden;border: 1px solid #f9f9f9;position: relative;}
.VideoPopBox2019 .infolist20190319 i:after{position: absolute;width: 25px;height: 25px;background: url(/static/wap/images/public/images/vbg2.png) center no-repeat;background-size: cover;z-index: 2;right: 50%;bottom: 50%;content: '';margin: 0 -12.5px -12.5px 0;}
.VideoPopBox2019 .infolist20190319 dd.noneico i:after{display: none;}
.VideoPopBox2019 .infolist20190319 i img{display: block;width: 100%;min-height: 100%;position: absolute;left: 0;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.VideoPopBox2019 .infolist20190319 .divtxt{line-height: 22px;padding: 4% 0;}
.VideoPopBox2019 .infolist20190319 .h3{font-weight: normal;color: #333;font-size: 14px;}
.VideoPopBox2019 .infolist20190319 .onon .h3{color: #e52f22;}
.VideoPopBox2019 .infolist20190319 time{display: block;color: #fff;font-size: 12px;position: absolute;z-index: 2;bottom: 5px;left: 5px;}
.VideoPopBox2019 .infolist20190319 time span{padding-left: 20px;background: left center no-repeat;background-size: auto 14px;}
.VideoPopBox2019 .infolist20190319 time span.span1{background-image: url(/static/wap/images/public/images/timebgfff.png);margin-right: 15px;}
.VideoPopBox2019 .infolist20190319 time span.span2{background-image: url(/static/wap/images/public/images/lookbg999.png);display: none;}
.VideoPopBox2019 .wapSwiper .wapSwiperBtn .swiper-pagination-bullet{margin: 0 2.5px;}
.morebox20190319 .dsaa{background: #f5f5f5;display: inline-block;vertical-align: top;width: 48%;border-radius: 35px;line-height: 35px;text-align: center;color: #333;}
.morebox20190319 .dsaa i{position: relative;top: 1px;margin-left: 5px;color: #e52f22;}
.morebox20190319{padding: 3% 0 0;overflow: hidden;}

.infolist20190319 .swiper-button-prev,
.infolist20190319 .swiper-button-next{display: block;position: absolute;top: 50%;margin-top: -22px;width: 22px;height: 44px;background: center no-repeat;background-size: 100% 100%;z-index: 2;opacity: 1!important;}
.infolist20190319 .swiper-button-prev{left: 0;background-image: url(/static/wap/images/xiaochengxu/index/images/14.png);}
.infolist20190319 .swiper-button-next{right: 0;background-image: url(/static/wap/images/xiaochengxu/index/images/15.png);}
.infolist20190319_00{font-size: 16px;color: #333;padding: 4% 4% 0;background: #fff;}
.infolist20190319_00 a{display: block;float: right;color: #999;font-size: 14px;}

.videobox201909{position: relative;border-radius: 5px 5px 0 0;overflow: hidden;height: 200px;}
.videobox201909.dsh210{height: 200px;}
.videobox201909.dsh260{height: 260px;}

/*登录弹窗*/
.dsLogin20190328{position: fixed;z-index: 999999999999;left: 0;top: 0;overflow: hidden;width: 100%;height: 100%;background: rgba(0,0,0,.6);display: none;}
.dsLogin20190328 .loginBtn{color:#fff; font-size:14px; background:#e52f22; border-radius:25px; height:40px; line-height:40px; text-align:center;display: inline-block;vertical-align: top;width: 48%;}
.dsLogin20190328 .loginBtn2{background:#ff9900;}
.dsLogin20190328 .divbdbd{display: none;}
.dsLogin20190328 .dsLogin20190328_box{background: #fff;position: absolute;top: 50%;left:50%;transform: translateX(-50%) translateY(-50%);-webkit-transform: translateX(-50%) translateY(-50%);border-radius: 5px;width: 90%;}
.dsLogin20190328 .dsPopCls{margin-bottom: -55px;display: block;}
.dsLogin20190328 .divbdbox{padding: 4%;text-align: center;overflow: hidden;}
.dsLogin20190328 .divhd{color: #fff;padding: 0 4%;overflow: hidden;background: url(/static/wap/images/public/images/login20190328.png) center no-repeat;background-size: cover;text-align: center;font-size: 16px;border-radius: 5px 5px 0 0;}
.dsLogin20190328 .divhd li{width: 50%;float: left;padding:18px 0 16px;position: relative;}
.dsLogin20190328 .divhd li.on:after{position: absolute;left:50%;bottom: 0;margin-left: -10px;border: 10px solid transparent;border-top: none;border-bottom: 10px solid #fff;content: '';}
.dsLogin20190328 .divhd li i{display: block;margin: 0 auto 10px;width: 26px;height: 26px;background: center no-repeat;background-size: auto 100%;}
.dsLogin20190328 .divhd li.list1 i{background-image: url(/static/wap/images/public/images/loginico1.png);}
.dsLogin20190328 .divhd li.list2 i{background-image: url(/static/wap/images/public/images/loginico2.png);}
.dsLogin20190328 .dived{padding: 6% 0;}
.dsLogin20190328 .divtips{position: relative;margin-bottom: 3%;font-size: 16px;}
.dsLogin20190328 .divtips:after{position: absolute;content: '';left:0;top: 50%;margin-top: -.5px;height: 1px;width: 100%;background: #e5e5e5;}
.dsLogin20190328 .divtips span{padding: 0 10px;background: #fff;position: relative;z-index: 1;display: inline-block;vertical-align: top;}
.dsLogin20190328 .weixin{display: inline-block;vertical-align: top;width: 45px;height: 45px;background: url(/static/wap/images/public/images/loginico3.png) center no-repeat;background-size: auto 100%;}
.dsLogin20190328 .divbd{padding:2% 0 6%;}
.dsLogin20190328 .divbdbd .list{position: relative;}
.dsLogin20190328 .divbdbd .list .dstext{display: block;width: 100%;padding: 0 15px 0 30px;border-bottom: 1px solid #e5e5e5;line-height: 45px;background: 7px center no-repeat;background-size: auto 16px;}
.dsLogin20190328 .divbdbd .list .dstext:focus{border-bottom-color:rgba(229,47,34,.6);background-color: #f8f8f8;}

.dsLogin20190328 .divbdbd .list_yzm a{display: block;line-height: 45px;position: absolute;right: 0;top: 0;z-index: 2;padding: 0 15px;}
.dsLogin20190328 .divbdbd .list_sj .dstext{background-image: url(../../member/images/hyzx/shouji.png);}
.dsLogin20190328 .divbdbd .list_yzm .dstext{background-image: url(../../member/images/hyzx/yanzhengma.png);}
.dsLogin20190328 .divbdbd .list_yh .dstext{background-image: url(/static/wap/images/public/images/loginico22.png);}
.dsLogin20190328 .divbdbd .list_mm .dstext{background-image: url(../../member/images/hyzx/yaoshi.png);background-position: 10px center;padding-right: 50%;}
/*留言弹窗*/
.dsMsg20190328{position: fixed;z-index: 999999999999;left: 0;top: 0;overflow: hidden;width: 100%;height: 100%;background: #f8f8f8;display: none;}
.dsMsg20190328 .dsMsg20190328_hh{background: #fff;border-bottom: 1px solid #e5e5e5;overflow: hidden;color: #333;text-align: center;position: relative;z-index: 2;}
.dsMsg20190328 .dsMsg20190328_hh a.back{position: absolute;width: 20px;height: 20px;left: 4%;top: 50%;margin-top: -10px;background: url(/static/wap/images/public/images/cls20190328.png) left center no-repeat;background-size: auto 16px;}
.dsMsg20190328 .dsMsg20190328_hh a.fabu{color: #fff;background: #e52f22;border-radius: 20px;line-height: 30px;position: absolute;right: 4%;margin-top: -15px;top: 50%;padding: 0 20px;}
.dsMsg20190328 .dsMsg20190328_hh span{display: inline-block;vertical-align: top;height: 45px;line-height: 45px;border-bottom: 2px solid transparent;margin: 0 15px;font-size: 16px;}
.dsMsg20190328 .dsMsg20190328_hh span.on{color: #e52f22;border-color: #e52f22;}
.dsMsg20190328 .dsMsg20190328_bb a.divbox{background: #fff;padding: 15px;overflow: hidden;display: block;}
.dsMsg20190328 .dsMsg20190328_bb .divbox i{display: block;width: 45px;height: 45px;overflow: hidden;border-radius: 50%;float: left;border: 1px solid #e5e5e5;background: #f8f8f8;}
.dsMsg20190328 .dsMsg20190328_bb .divbox i img{display: block;min-height: 100%;width: 100%;}
.dsMsg20190328 .dsMsg20190328_bb .divbox .divtxt{margin-left: 55px;line-height: 18px;}
.dsMsg20190328 .dsMsg20190328_bb .divbox .h3{font-size: 14px;font-weight: normal;color: #333;margin:2px 0 6px;height: 18px;}
.dsMsg20190328 .dsMsg20190328_bb .divbox time{display: block;color: #999;font-size: 12px;padding-left: 18px;background: url(/static/wap/images/public/images/timebg999.png) left center no-repeat;background-size: auto 14px;}
.dsMsg20190328 .dsMsg20190328_bb .divbox .divname{font-size: 16px;text-align: justify;margin-top: 8px;clear: both;color: #333;}
.dsMsg20190328 .dsMsg20190328_bb a.divbox:hover .divname{color: #e52f22;}
.dsMsg20190328 .dsMsg20190328_bb .divin textarea{display: block;width: 100%;line-height: 22px;text-align: justify;word-break: all;padding:15px;height: 120px;}
.dsMsg20190328 .dsMsg20190328_bb .divin{display: none;}

/*全屏视频*/
.FullPageV .fancybox-slide--html{padding: 0;}
.VVV20190329.fancybox-content{margin: 0!important;padding: 0!important;height: 100%!important;width: 100%!important;overflow: hidden!important;}
.VVV20190329 video{display: block;background:none!important;position: absolute;left:0;z-index: 1;width: 100%;border: 3px solid rgba(255,255,255,.7);border-radius: 5px;padding: 6px;}
.VVV20190329 .VVVBG{position: absolute;width: 100%;background: center no-repeat;background-size: cover;height: 100%;z-index: 0;top: 0;left:0;filter: blur(5px);-webkit-filter: blur(5px);}
.VVV20190329 .VDivBot{position: absolute;background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.8));width: 100%;padding:15px;overflow: hidden;left:0;bottom: -100%;color: #fff;z-index: 10;text-align: justify;word-break: break-all;opacity: 0;transition:all .4s ease-out;-webkit-transition:all .4s ease-out;}
.VVV20190329 .VDivBot .videotxt>a{color: #fff;display: block;overflow: hidden;}
.VVV20190329 .VDivBot .divtx1 i{display: block;width: 50px;height: 50px;overflow: hidden;border-radius: 50%;float: left;border: 1px solid #e5e5e5;}
.VVV20190329 .VDivBot .divtx1 i img{display: block;width: 100%;min-height: 100%;}
.VVV20190329 .VDivBot .divtx1 .divtxt{margin-left: 63px;line-height: 18px;margin-top: 6px;}
.VVV20190329 .VDivBot .divtx1 .h3{font-size: 14px;font-weight: normal;color: #fff;margin:5px 0 2px;}
.VVV20190329 .VDivBot .divtx1 time{display: block;font-size: 12px;}
.VVV20190329 .VDivBot .divtx1{overflow: hidden;}
.VVV20190329 .VDivBot .divtx2 .h3{font-size: 16px;font-weight: normal;color: #fff;margin:5px 0 2px;}
.VVV20190329 .VDivBot .divtx2 .divdiv{line-height: 22px;font-size: 12px;overflow: hidden;max-height: 132px;}
.VVV20190329 .VTops{padding: 15px 40px;text-align: center;font-size: 18px;background: linear-gradient(to bottom, rgba(0,0,0,.8), rgba(0,0,0,0));color: #fff;transition:all .4s ease-out;-webkit-transition:all .4s ease-out;opacity: 0;z-index: 10;position: relative;left:0;top:-100%;width: 100%;}
.VVV20190329 .VTops .vback{position: absolute;left:4%;width: 20px;height: 20px;top: 50%;margin-top: -10px;background: url(/static/wap/images/public/images/backbgfff.png) left center no-repeat;background-size: auto 16px;;}
.VVV20190329 .VDivBot .divmore{text-align: center;margin-top: 10px;}
.VVV20190329 .VDivBot .divmore span{opacity: .5;display: inline-block;vertical-align: top;}
.VVV20190329 .VDivBot .divmore i{display: inline-block;vertical-align: top;width: 20px;height: 24px;margin-right: 3px;background: url(/static/wap/images/public/images/sjtxfff.png) left center no-repeat;background-size: auto 16px;-webkit-animation: start 1.2s infinite ease-in-out;animation: start 1.2s infinite ease-in-out;}
@-webkit-keyframes start {
0% {opacity: 0;-webkit-transform: translate(0,-5px);}
60% {opacity: 1;-webkit-transform: translate(0,0);}
100% {opacity: 0;-webkit-transform: translate(0,5px);}
}
@keyframes start {
0% {opacity: 0;transform: translate(0,-5px);}
60% {opacity: 1;transform: translate(0,0);}
100% {opacity: 0;transform: translate(0,5px);}
}
.FullPageV .VVV20190329 .VTops{opacity: 1;top: 0;}
.FullPageV .VVV20190329 .VDivBot{opacity: 1;bottom: 0;}

/*分享弹窗*/
.dsShare20190403{position: fixed;z-index: 999999999999;right:0;top: 0;overflow: hidden;width: 100%;height: 100%;background: rgba(0,0,0,.7);display: none;}
.dsShare20190403 .dsShare20190403_box{background: #fff;position: absolute;bottom: 0;left:0;width: 100%;text-align: center;}
.dsShare20190403 .divtt{border-bottom: 1px solid #e5e5e5;padding: 15px;font-size: 16px;}
.dsShare20190403 .diveb{border-top: 1px solid #e5e5e5;padding: 15px;font-size: 16px;}
.dsShare20190403 .divbd .ul{overflow: hidden;padding: 15px 0;}
.dsShare20190403 .divbd .ul li{width: 25%;float: left;}
.dsShare20190403 .divbd .ul li i{display: block;width: 42px;height: 42px;border-radius: 50%;border: 1px solid #e5e5e5;background: center no-repeat;background-size: auto 20px;margin: 0 auto 5px;}
.dsShare20190403 .divbd .ul li.list1 i{background-image: url(/static/wap/images/public/images/sdfxbg1.png);}
.dsShare20190403 .divbd .ul li.list2 i{background-image: url(/static/wap/images/public/images/sdfxbg2.png);}
.dsShare20190403 .divbd .ul li.list3 i{background-image: url(/static/wap/images/public/images/sdfxbg3.png);}
.dsShare20190403 .divbd .ul li.list4 i{background-image: url(/static/wap/images/public/images/sdfxbg4.png);}
.dsShare20190403 .divbd .ul li.list5 i{background-image: url(/static/wap/images/public/images/sdfxbg5.png);}
.weui-picker-container, .weui-picker-overlay{z-index: 9999999999999999999999999!important;}


/*暂无数据*/
.none201904171118{padding:155px 15px 25px;background:#fff url(/static/wap/images/public/images/none20190417.png) center 25px no-repeat;background-size: auto 120px;text-align: center;font-size: 16px;line-height: 22px;color: #999;}
.none201904171118 a{color: #e52f22;}

/*点赞按钮组*/
.more20190425{text-align: center;overflow: hidden;font-size: 0;margin-left: -1.5%;margin-right: -1.5%;}
.more20190425 a.btnbtn{display: inline-block;vertical-align: top;font-size: 12px;line-height: 30px;border-radius: 30px;color: #666;margin-left: 5px;background: 12px center no-repeat;background-size: auto 16px;padding: 0 12px 0 26px;width: 22%;margin: 0 1.5%;border: 1px solid #e5e5e5;height: 32px;}
.more20190425 a.btnbtn.on{color: #e52f22;}
.more20190425 a.btnbtn1{background-image:url(/static/wap/images/wapv2018/images/move_img/sdico_pl.png);}
.more20190425 a.btnbtn2{background-image:url(/static/wap/images/wapv2018/images/move_img/sdico_dz.png);}
.more20190425 a.btnbtn3{background-image:url(/static/wap/images/public/images/sdico_wx.png);}
.more20190425 a.btnbtn4{background-image:url(/static/wap/images/public/images/sdico_wb.png);}

.more20190425.more20190425_22 a.btnbtn{color: #fff;}
.more20190425.more20190425_22 a.btnbtn1{background-image:url(/static/wap/images/wapv2018/images/move_img/sdico_pl2.png);}
.more20190425.more20190425_22 a.btnbtn2{background-image:url(/static/wap/images/wapv2018/images/move_img/sdico_dz2.png);}

.more20190425.more20190425_33{margin-left: 0;margin-right: 0;}
.more20190425.more20190425_33 a.btnbtn{font-size: 10px;background-size: auto 12px;width: auto;margin: 0 0 0 7px;padding: 0 8px 0 24px;background-position: 8px center;height: 26px;line-height: 26px;}

/*.wapSwiper .swiper-slide{margin-right: 20px;}*/

/*地址选择*/
.selectCityBoxFixed{position: fixed;width: 100%;left:50%;top: 0;max-width: 720px;transform: translateX(-50%);-webkit-transform: translateX(-50%);z-index: 3;}
.selectCityChina .selectCityBox1{background: #ec3e32;color: #fff;font-size: 16px;text-align: center;position: relative;padding:12px 15px;}
.selectCityChina .selectCityBox1 .dsBack{position: absolute;width: 24px;height: 100%;left:15px;top: 0;background: url(/static/wap/images/wapv2018/images/other_img/sel201906_ico1.png) left center no-repeat;background-size: auto 16px;}
.selectCityChina .selectCityBox2{padding: 10px;background: #f8f8f8;position: relative;}
.selectCityChina .selectCityBox2 .dstext{display: block;width: 100%;padding: 7px 15px 7px 35px;border-radius: 5px;border: 1px solid #e5e5e5;background: #fff url(/static/wap/images/wapv2018/images/other_img/sel201906_ico2.png) 12px center no-repeat;background-size: auto 16px;line-height: 22px;transition:all .4s ease-out;}
.selectCityChina .selectCityBox2 .dstext:focus{border-color: #e52f22;}
.selectCityChina .selectCityBox2 .dsClearl{visibility: hidden;position:absolute;right: 20px;top:50%;height: 20px;width: 20px;font-size: 12px;text-align:center;color: #999;line-height: 20px;margin-top: -10px;border: 1px solid #999;border-radius: 50%;}
.selectCityChina .selectCityBox3{background: #fff;padding: 106px 15px 0;position: fixed;width: 100%;height: 100%;overflow: auto;left:50%;top: 0;max-width: 720px;transform: translateX(-50%);-webkit-transform: translateX(-50%);}
.selectCityChina .selectCityBox3 .divname{color: #333;font-size: 16px;background: left center no-repeat;background-size: auto 18px;line-height: 34px;padding: 12px 0 12px 26px;}
.selectCityChina .selectCityBox3 .tCityBoxDw .divname{background-image: url(/static/wap/images/wapv2018/images/other_img/sel201906_ico3.png);}/*定位*/
.selectCityChina .selectCityBox3 .tCityBoxRm .divname{background-image: url(/static/wap/images/wapv2018/images/other_img/sel201906_ico4.png);}/*热门*/
.selectCityChina .selectCityBox3 .tCityBoxCs .divname{background-image: url(/static/wap/images/wapv2018/images/other_img/sel201906_ico5.png);}/*城市*/
.selectCityChina .selectCityBox3 .tCityBoxGj .divname{background-image: url(/static/wap/images/wapv2018/images/other_img/sel201906_ico6.png);}/*国家*/
.selectCityChina .selectCityBox3 .tCityBox{border-bottom: 1px solid #e5e5e5;}
.selectCityChina .selectCityBox3 .tCityBox:last-child{border-bottom: none;}
.selectCityChina .selectCityBox3 ul.ullistCityChina{font-size: 0;overflow: hidden;padding-bottom: 10px;margin: -8px -5px 0;}
.selectCityChina .selectCityBox3 ul.ullistCityChina li{width: 33.333333333%;display: inline-block;vertical-align: top;font-size: 14px;padding: 5px;text-align: center;}
.selectCityChina .selectCityBox3 ul.ullistCityChina li span{display: block;padding:7px 5px;line-height: 20px;border: 1px solid #e5e5e5;border-radius: 3px;}
.selectCityChina .selectCityBox3 ul.ullistCityChina li.hovercity span{background: #edf7ff;border-color: #4499ff;color: #4499ff;}

.selectCityChina .selectCityBox3 .divname span{display: inline-block;vertical-align: top;margin-left: 15px;padding:6px 25px;line-height: 20px;border: 1px solid #e5e5e5;border-radius: 3px;font-size: 14px;}
.selectCityChina .selectCityBox3 .divzimu{background: #f8f8f8;padding: 8px 15px 8px 17px;color: #999;font-size: 16px;margin: -5px -15px 15px;}
.selectCityChina .selectCityBox3 .divname span.hovercity{background: #edf7ff;border-color: #4499ff;color: #4499ff;}

.selectCityChina .selectCityBox3 ul.ullistCityGj{font-size: 0;overflow: hidden;padding-bottom: 10px;margin: -8px -5px 0;}
.selectCityChina .selectCityBox3 ul.ullistCityGj li{width: 50%;display: inline-block;vertical-align: top;font-size: 14px;padding: 5px;text-align: left;}
.selectCityChina .selectCityBox3 ul.ullistCityGj li span{display: block;padding:9px 10px 9px 45px;line-height: 20px;border: 1px solid #e5e5e5;border-radius: 3px;position: relative;}
.selectCityChina .selectCityBox3 ul.ullistCityGj li span img{display: block;width:30px;height: 20px;margin-right: 5px;border: 1px solid #e5e5e5;transition:all .4s ease-out;position: absolute;left:10px;top: 50%;margin-top: -10px;}
.selectCityChina .selectCityBox3 ul.ullistCityGj li span .fem{display:block;width:30px;height:20px;margin-right:5px;border:1px solid #e5e5e5;font-size:12px;background:#ffb14c;line-height:18px;text-align:center;color:#FFF;transition:all .4s ease-out;font-style: normal;position: absolute;left:10px;top: 50%;margin-top: -10px;}

.selectCityChina .selectCityBox3 ul.ullistCityGj li.hovercity span{background: #edf7ff;border-color: #4499ff;color: #4499ff;}

.selectCityChina .selectCityBox3 .tCityBoxRm ul.ullistCityGj li{text-align: center;width: 25%;}
.selectCityChina .selectCityBox3 .tCityBoxRm ul.ullistCityGj li span{padding:7px 5px;}
.selectCityChina .selectCityBox3 .tCityBoxRm ul.ullistCityGj li span img,
.selectCityChina .selectCityBox3 .tCityBoxRm ul.ullistCityGj li span .fem{position: relative;margin: 0 auto 5px;left:auto;top: auto;width: 30px;height: 30px;line-height: 28px;border-radius: 50%;}

.selectCityChina .selectCityBox3 ul.ullistCityKd{font-size: 0;overflow: hidden;padding-bottom: 15px;margin: -8px -5px 0;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li{font-size: 12px;color: #999;padding:15px 10px;line-height: 20px;border: 1px solid #e5e5e5;border-radius: 3px;margin:10px 5px 0;position: relative;overflow: hidden;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li.hovercity{background: #edf7ff;border-color: #4499ff;color: #4499ff;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv1 img{display: block;width:30px;height: 30px;margin-right: 5px;border: 1px solid #e5e5e5;transition:all .4s ease-out;position: absolute;left:0;top: 50%;margin-top: -15px;border-radius: 50%;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv1 .fem{display:block;width:30px;height:30px;margin-right:5px;border:1px solid #e5e5e5;font-size:12px;background:#ffb14c;line-height:28px;text-align:center;color:#FFF;transition:all .4s ease-out;font-style: normal;position: absolute;left:0;top: 50%;margin-top: -15px;border-radius: 50%;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv1{position: relative;width: 41%;float: left;color: #333;font-size: 14px;padding-left: 35px;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv3{width: 20%;float: right;text-align: right;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv2{margin: 0 20% 0 41%;padding: 0 5px;font-size: 0;overflow: hidden;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv2 .span{display:block;overflow: hidden;font-size: 12px;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv2 .span1{background: #edf5fb;height: 4px;border-radius: 2px;margin-top: 8px;position: relative;margin-right: 40px;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv2 .span2{width: 35px;text-align: right;float: right;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li .dddiv2 .span1 i{position: absolute;width:0;height: 100%;left:0;top: 0;z-index: 2;background: #e52f22;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li.hovercity .dddiv2 .span1{background: #fff;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li.list1 .dddiv2 .span1 i{background:#e52f22;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li.list2 .dddiv2 .span1 i{background:#818ffb;}
.selectCityChina .selectCityBox3 ul.ullistCityKd li.list3 .dddiv2 .span1 i{background:#ff9b1b;}

/*弹窗选择*/
/*托运物品类型选择*/
.selectService20190703{position: fixed;z-index: 999999999999;left: 0;top: 0;overflow: hidden;width: 100%;height: 100%;background:#fff;display: none;}
.selectService20190703 .selectSerHdhd{position: absolute;width: 100%;left: 0;top: 0;background: #fff;z-index: 2;text-align: center;}
.selectService20190703 .selectSerHdhd1{padding: 15px;position: relative;font-size: 16px;}
.selectService20190703 .selectSerHdhd .dsBack{background: url(/static/wap/images/public/images/top_back.png) left center no-repeat;background-size: auto 18px;width: 20px;height: 20px;left: 15px;top: 50%;margin-top: -10px;position: absolute;}
.selectService20190703 .selectSerHdhd2{padding: 10px 15px;position: relative;background: #ffe4e2;color: #e52f22;}
.selectService20190703 .selectSerHdhd2 span{padding-left: 20px;background: url(/static/wap/images/wapv2018/images/other_img/tips20190703.png) left center no-repeat;background-size: auto 16px;}
.selectService20190703 .selectSerEded{position: absolute;width: 100%;left: 0;bottom: 0;background: #fff;z-index: 2;padding: 15px;text-align: center;}
.selectService20190703 .selectSerEded .dsBtnS{display: block;width: 100%;height: 45px;line-height: 45px;border-radius: 45px;background: #e52f22;color: #fff;font-size: 16px;letter-spacing: 10px;}
.selectService20190703 .selectSerBdbd{background: #fff;padding: 98px 0 76px;overflow: auto;position: absolute;width: 100%;height: 100%;left: 0;top: 0;text-align: justify;}

/*弹出页面模板*/
.showBox20190705{display: none;}
.divPopBox20190706{position: relative;}
.divPopBox20190706 .divPopBoxHd_Red{font-size: 16px;text-align: center;position: fixed;width: 100%;left: 0;top: 0;background: #e52f22;color: #fff;height: 50px;line-height: 50px;overflow: hidden;letter-spacing: 1px;z-index: 2;}
.divPopBox20190706 .divPopBoxHd_Red .dsBack{background: url(/static/wap/images/wapv2018/images/other_img/sel201906_ico1.png) left center no-repeat;background-size: auto 16px;position: absolute;width: 20px;height: 100%;left: 15px;top: 0;}
.divPopBox20190706 .divPopBoxHd_FFF{background: #fff;color: #333;}
.divPopBox20190706 .divPopBoxHd_FFF .dsBack{background-image: url(/static/wap/images/public/images/top_back.png);}
.divPopBox20190706 .divPopBoxEd{background: rgba(255,255,255,.9);z-index: 2;position: fixed;width: 100%;left: 0;bottom: 0;padding: 15px;}
.divPopBox20190706 .divPopBoxBd{position: fixed;width: 100%;height: 100%;overflow: auto;background: #f9f9f9;text-align: justify;}
.divPopBox20190706 .divPopBoxEd .dsBtnS{background: #e52f22;color: #fff;border-radius: 45px;display: block;width: 100%;height: 45px;line-height: 45px;text-align: center;letter-spacing: 5px;font-size: 16px;}

/*特殊物品*/
.tips20190706{padding: 10px 15px;position: relative;background: #ffe4e2;color: #e52f22;text-align: center;}
.tips20190706 span{padding-left: 20px;background: url(/static/wap/images/wapv2018/images/other_img/tips20190703.png) left center no-repeat;background-size: auto 16px;}
.wplbBox20190705{padding-bottom: 15px;}
.wplbBox20190705 .txtList{margin-top: 15px;overflow: hidden;border: 1px solid #e5e5e5;background: #fff;}
.wplbBox20190705 .txtList .divtt{color: #333;font-size: 16px;font-weight: bold;padding: 13px 15px;line-height: 20px;border-bottom: 1px solid #e5e5e5;background: #f5f5f5;}
.wplbBox20190705 .txtList .divpp{color: #666;line-height: 26px;padding: 15px 15px;}

/*托运物品类别*/
.ullist_wpxz20190703{overflow: hidden;padding: 15px;}
.ullist_wpxz20190703 .list{background: #fff url(/static/wap/images/xiaochengxu/index/images/meixuan.png) right bottom no-repeat;background-size: auto 35px;border-radius: 5px;margin-bottom: 15px;padding:20px 15px;padding-left: 34%;position: relative;transition:all .4s ease-out;}
.ullist_wpxz20190703 .list:after{content: '';position: absolute;width: 31%;height: 100px;background: left bottom no-repeat;background-size: contain;left: 0;bottom: 0;}
.ullist_wpxz20190703 .list1:after{background-image: url(/static/wap/images/wapv2018/images/other_img/wplximg1.png);}
.ullist_wpxz20190703 .list2:after{background-image: url(/static/wap/images/wapv2018/images/other_img/wplximg2.png);}
.ullist_wpxz20190703 .list3:after{background-image: url(/static/wap/images/wapv2018/images/other_img/wplximg3.png);}
.ullist_wpxz20190703 .list:last-child{margin-bottom: 0;}
.ullist_wpxz20190703 .list .h3{font-size: 16px;color: #333;margin-bottom: 5px;transition:all .4s ease-out;}
.ullist_wpxz20190703 .list .p{color: #666;line-height: 22px;}
.ullist_wpxz20190703 .list.on{box-shadow: 5px 4px 3px #ccc;background-image: url(/static/wap/images/xiaochengxu/index/images/xuanzhong.png);}
.ullist_wpxz20190703 .list.on .h3{color: #e52f22;}

/*地址选择*/
.ullistDzxl20190713{margin: 15px 15px 0;}
.ullistDzxl20190713 li{background: #fff url(https://wap.dragonsea-china.com/img/add.jpg) top repeat-x;background-size: auto 2px;border-bottom: 1px solid #e5e5e5;margin-bottom: 15px;position: relative;}
.ullistDzxl20190713 li .divbox1{padding: 4%;border-bottom: 1px solid #f5f5f5;overflow: hidden;}
.ullistDzxl20190713 li .divbox2{padding: 4% 4% 0;overflow: hidden;}
.ullistDzxl20190713 li .divbox3{padding: 2% 4% 4%;overflow: hidden;}
.ullistDzxl20190713 li img{position: absolute;display: block;width: 35px;height: 35px;right: 0;bottom: 0;z-index: 1;}

/*物品选择*/
.wupinBox20190717{background: #fff;overflow: hidden;border-bottom: 1px solid #e5e5e5;position: fixed;width: 100%;height: 100%;left:0;top: 0;}
.wupinBox20190717 .divleft{width: 110px;background: #f5f5f5;text-align: center;position: absolute;left:0;top: 0;height: 100%;overflow: auto;padding: 50px 0 75px;z-index: 2;}
.wupinBox20190717 .divleft li{border-right: 1px solid #e5e5e5;border-bottom: 1px solid #e5e5e5;height: 55px;line-height: 55px;position: relative;}
.wupinBox20190717 .divleft li:last-child{border-bottom: none;}
.wupinBox20190717 .divleft li.on{background: #fff;border-right: none;}
.wupinBox20190717 .divleft li em{position: absolute;z-index: 2;top: 5px;right: 5px;background: #e52f22;color: #fff;font-size: 12px;height: 20px;line-height: 20px;width: 20px;text-align: center;border-radius: 50%;}
.wupinBox20190717 .divright{position: absolute;left:0;top: 0;height: 100%;overflow: auto;padding: 65px 15px 90px 125px;width:100%;z-index: 1;}
.wupinBox20190717 .divright .divboxbox{display: none;}
.wupinBox20190717 .divright .divboxbox#con_dt_1{display: block;}
.wupinBox20190717 .divright li{width:46%;margin: 2%;border:1px solid #e5e5e5;background: center no-repeat;background-size: 96% 96%;float: left;border-radius: 5px;position: relative;height: 110px;}
.wupinBox20190717 .divright li img{position: absolute;width: 22px;left:5px;top: 5px;z-index: 1;}
.wupinBox20190717 .divright li span{position: absolute;width: 96%;left:2%;bottom: 2%;height: 22px;line-height: 22px;color: #fff;font-size: 12px;background: rgba(0,0,0,.7);text-align: center;}

/*单选按钮组*/
.dsqqRadIN{display: inline-block;position: relative;vertical-align: middle;}
.dsqqRadIN input{position: absolute;width: 100%;height: 100%;left:0;top: 0;opacity: 0;cursor: pointer;margin: 0;}
.dsqqRadIN .inbgbox{height: 22px;background: url(/static/wap/images/wapv2018/images/other_img/memdzico1.png) left center no-repeat;background-size: auto 18px;display: block;padding-left: 24px;-webkit-transition:all .4s ease-out;transition:all .4s ease-out;}
.dsqqRadIN input[type='radio']:checked + .inbgbox{background-image: url(/static/wap/images/wapv2018/images/other_img/memdzico2.png);color: #e52f22;}

/*加载中css3*/
.pppcontainer{display:flex;display:-webkit-flex;-webkit-justify-content:center;-webkit-align-items:center;justify-content:center;align-items:center;height:100px;overflow:hidden;animation-delay:1s;-webkit-animation-delay:1s;}
.pppcontainer div{display:-webkit-flex;display:flex;-webkit-justify-content:center;-webkit-align-items:center;justify-content:center;align-items:center;width:15px;height:15px;border-radius:50%;margin:7px;}
.pppcontainer div.item-1{background:#eed968;}
.pppcontainer div.item-2{background:#eece68;}
.pppcontainer div.item-3{background:#eec368;}
.pppcontainer div.item-4{background:#eead68;}
.pppcontainer div.item-5{background:#ee8c68;}
.pppcontainer div:before{content:'';width:15px;height:15px;border-radius:50%;background:#eed968;opacity:0.9;animation:scale 2s infinite cubic-bezier(0,0,0.49,1.02);transition:.2s all ease;transform:scale(1);-webkit-animation:scale 2s infinite cubic-bezier(0,0,0.49,1.02);-webkit-transition:.2s all ease;-webkit-transform:scale(1);}
.pppcontainer div.item-1:before{background:#eed968;animation-delay:200ms;-webkit-animation-delay:200ms;}
.pppcontainer div.item-2:before{background:#eece68;animation-delay:400ms;-webkit-animation-delay:400ms;}
.pppcontainer div.item-3:before{background:#eec368;animation-delay:600ms;-webkit-animation-delay:600ms;}
.pppcontainer div.item-4:before{background:#eead68;animation-delay:800ms;-webkit-animation-delay:800ms;}
.pppcontainer div.item-5:before{background:#ee8c68;animation-delay:1000ms;-webkit-animation-delay:1000ms;}
@keyframes scale{
	0%{transform:scale(1);-webkit-transform:scale(1);}
	50%,75%{transform:scale(2);-webkit-transform:scale(2);}
	78%,100%{opacity:0;-webkit-opacity:0;}
}
@-webkit-keyframes scale{
	0%{transform:scale(1);-webkit-transform:scale(1);}
	50%,75%{transform:scale(2);-webkit-transform:scale(2);}
	78%,100%{opacity:0;-webkit-opacity:0;}
}
.fanyi-qos-wrap .fany-qos-nav {border-radius: 25px;overflow: hidden;border: 1px solid #e43a3d;background-color: #fff;width: 90%;margin: 0 auto;margin-bottom: 15px;display: flex;}
.fanyi-qos-wrap .fany-qos-nav a {display: flex;text-align: center;width: 50%;font-size: 14px;line-height: 20px;padding: 5px 10px;justify-content: center;align-items: center;}
.fanyi-qos-wrap .fany-qos-nav a.active {background-color: #e43a3d;color: #fff;}
/*.fanyi-qos-wrap .fany-qos-nav::after {display: block;content:"";clear: both;}*/
.fanyi-qos-bar .qos-list {background: #f9f9f9;color: #333;border-bottom: 1px solid #e5e5e5;overflow: hidden;}
.fanyi-qos-bar .qos-list:first-of-type {border-top: 1px solid #e5e5e5;}
.fanyi-qos-bar .qos-list .qos-list-title {display: flex;justify-content: space-between;align-items: center;background: #fff;padding: 10px 14px;font-size: 12px;}
.fanyi-qos-bar .qos-list .qos-list-title b {display: block;width: 22px;}
.fanyi-qos-bar .qos-list .qos-list-title b img {display: block;width: 100%;}
.fanyi-qos-bar .qos-list .qos-list-title span {display: block;width: calc(100% - 80px);}
.fanyi-qos-bar .qos-list .qos-list-title i {display: block;width: 40px;height: 20px;background: url("/static/wap/images/public/images/top_xia.png") no-repeat right center;background-size: 18px 10px;-webkit-transition: all 200ms linear;transition: all 200ms linear;}
.fanyi-qos-bar .qos-list .qos-list-title.active i {-webkit-transform: rotate(180deg);transform: rotate(180deg);background-position: left center;}
.fanyi-qos-bar .qos-list .qos-list-main {padding: 10px 14px;display: none;}
.fanyi-qos-bar .qos-list .qos-list-main p {color: #666;}
.fanyi-qos-bar .qos-list .qos-list-main .big-item-wrap .big-item-list {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #e5e5e5;padding: 10px 0;}
.fanyi-qos-bar .qos-list .qos-list-main .big-item-wrap .big-item-list .item-pic {width: 60px;height: 60px;}
.fanyi-qos-bar .qos-list .qos-list-main .big-item-wrap .big-item-list .item-pic img {width: 100%;height: 100%;}
.fanyi-qos-bar .qos-list .qos-list-main .big-item-wrap .big-item-list .big-item-main {width: calc(100% - 80px);}
.fanyi-qos-bar .qos-list .qos-list-main .sm-item-wrap {display: flex;flex-flow: row wrap;align-content: flex-start;justify-content: space-between;}
.fanyi-qos-bar .qos-list .qos-list-main .sm-item-wrap .sm-item-list {flex: 0 0 48%;text-align: center;background: #fff;margin-bottom: 10px;padding: 10px;}
.fanyi-qos-bar .qos-list .qos-list-main .sm-item-wrap .sm-item-list .item-pic {width: 60px;height: 60px;margin: 0 auto;}
.fanyi-qos-bar .qos-list .qos-list-main .sm-item-wrap .sm-item-list .item-pic img {width: 100%;height: 100%;}
.fanyi-qos-bar .qos-list .qos-list-main .sm-item-wrap .sm-item-list h4 {margin-top: 10px;}
.fanyi-qos-bar .qos-list .qos-list-main .sm-item-wrap .sm-item-list p {line-height: 20px;margin-top: 10px;}
.fan-qos-article {padding: 0 20px;}
.none {display: none;}
.qos-timer-ta {width: 100%;}
.qos-timer-ta th {padding: 5px 0;text-align: center;background-color: rgb(229, 47, 34);color: #fff;font-weight: 500;}
.qos-timer-ta td {text-align: center;padding: 5px;background: #e5e5e5;}
.qos-timer-ta tr:nth-of-type(2) td {background-color: rgb(255, 120, 97);color: #fff;}
.fanyi-qos-more {text-align: center;}
.fanyi-qos-more a {display: inline-block;margin: 0 auto;height: 32px;border: 1px solid #e5e5e5;line-height: 32px;padding: 0 20px;color: #333;border-radius: 20px;margin-top: 10px;background: url("https://wap.dragonsea-china.com/images/upp.png") no-repeat right 5px center;background-size: 28px 28px;padding-right: 30px;}

.mask-shadow {width: 100%;height: 100%;background: rgba(0,0,0,.8);position: fixed;z-index: 10000;left: 0;top: 0;display: none;}
.ups-cont{position: fixed;left: 0;bottom: 0;width: 100%;height: 70%;z-index: 10001;-webkit-transition: all 150ms linear;transition: all 150ms linear;-webkit-transform: translateY(100%);transform: translateY(100%);background: #fff;}
.ups-cont.active {-webkit-transform: translateY(0);transform: translateY(0);}
.ups-cont .ups-cont-title {height: 50px;line-height: 50px;border-bottom: 1px solid #e5e5e5;padding: 0 10px;position: relative;text-align: center;}
.ups-cont .ups-cont-title .close-btn {display: block;width: 24px;height: 24px;position: absolute;right: 5px;top: 12px;background: url(/static/wap/images/public/images/zxzx_cls.png) center no-repeat;background-size: 100% 100%;}
.ups-cont .fan-qos-li {height: calc(100% - 50px);overflow-y: auto;-webkit-overflow-scrolling: touch;}

.mt10 {margin-top: 10px!important;}
.f12 {font-size: 12px!important;}
.f14, .f14 i {font-size: 14px!important;}
.cl {zoom: 1;}
.z {float: left;}
.y {float: right;}
.cl:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.funcbar {padding: 0;color: #999;}
.percent-line {background: #F6C3C1;width: 55%;min-width: 90px;height: 14px;display: inline-block;position: relative;border-radius: 14px;overflow: hidden;line-height: 1;color: #fff;padding: 0 5px;max-width: 320px;}
.timedown .percent-line {background: #fee100;color: #f0415e;width: 100%;padding: 0;}
.seckill_bg {background-color: #2268d8;}
.seckill_bg img {width: calc(100vw);display: block;min-height: 200px;max-height: 260px;}
.seckill_bg em {display: block;background: linear-gradient(to bottom,rgba(255,255,255,0),#efefef);position: relative;width: 100%;height: 50px;top: -49px;}
.album_em {background: linear-gradient(to bottom, rgba(0, 192, 123, 0),#2268d8)!important;}
.seckill-view-c {opacity: .98;margin-top: -90px;padding: 10px;}
.weui-flex {display: flex;}
.seckill_field {background-color: #f0415e;color: #fff;height: 53px;line-height: 54px;padding: 0 15px;}
.weui-flex__item {-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.f14, .f14 i {font-size: 14px!important;}
.seckill_pricebtn {color: #fff;display: inline-block;position: relative;line-height: 1;padding: 5px;font-size: 14px;}
.seckill_pricebtn:after {content: " ";width: 200%;height: 200%;position: absolute;top: 0;left: 0;border: 1px solid #fff;-webkit-transform: scale(.5);transform: scale(.5);-webkit-transform-origin: 0 0;transform-origin: 0 0;box-sizing: border-box;border-radius: 10px;}
.timedown {min-width: 53%;font-size: 14px;line-height: 0;}
.hmt {padding: 5px 0;}
.timedown .hmt {height: 32px;line-height: 32px;font-size: 13px!important;}
.percent-cover {position: absolute;left: 3px;top: 0;bottom: 0;right: 3px;background-image: linear-gradient(-45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size: 20px 20px;}
.percent-fill {position: absolute;left: 0;top: 0;width: 50%;height: 100%;border-radius: 7px;}
.seckill-percent {color: #999;font-size: 12px;line-height: 1;align-items: center;-webkit-align-items: center;width: calc(100vw - 200px);position: relative;}
.timedown .percent-fill {position: relative;}
.timedown .percent-fill span{position:absolute;top:6px;display:block}
.timedown .percent-line-word {margin-left: 5px;}
.percent-line-word {position: absolute;top: 1px;margin-left: 5px;}
.timer i {background-color: #fff!important;color: #f0415e;border-radius: 5px;line-height: 1;margin:0 1px;padding:0 1px}
.seckill-head {position: relative;text-align: center;}
.seckill-card {background-color: rgba(255,255,255,.98);box-shadow: 0 1px 10px rgba(0,0,0,.05);position: relative;top: 0;padding: 20px 0;margin-top: 5px;}
.dis_tit {font-weight: 700;line-height: 1.35;color: #E64340;margin-bottom: 15px;font-size: 18px;}
.dis_tit, .color-sec {color: #2268d8!important;}


.funcbar span:first-child, .funcbar span:nth-child(2) {margin-right: 5px;}
.color-sec {color: #f0415e;}
.dis_tit, .color-sec {color: #2268d8!important;}
.weui-cell_access {-webkit-tap-highlight-color: rgba(0,0,0,0);color: inherit;}
.funcbar {padding: 0;color: #999;}
.weui-cell__ft {text-align: right;color: #999;}
.weui-cell_access .weui-cell__ft {padding-right: 13px;position: relative;}
.weui-cell {padding: 10px 15px;position: relative;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-align: center;-webkit-align-items: center;align-items: center;}
.weui-cell__bd {-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.weui-cell_access {-webkit-tap-highlight-color: rgba(0,0,0,0);color: inherit;}
.arguments-treatment li:not(:last-child) {float: left;margin-right: 15px;}
.iconfont {font-family: iconfont!important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.arguments-treatment i.iconfont {font-size: 13px;margin-right: 1px;}
.icon-duigou2:before {content: "\e62d";}
.arguments-treatment {color: #23a93c !important;font-size: 13px;overflow: hidden;}
.seckill_logs {display: block;height: 30px;overflow: hidden;}
.seckill_logs li {float: left;margin-left: -10px;}
.seckill_logs li:first-child {margin-left: 0;}
.seckill-card img {max-width: 100%;margin: 0 auto;}
.seckill_logs img {width: 28px;height: 28px;border-radius: 28px;border: 1px solid #fff;}
.weui_bar__item_on span:after, .weui-btn_primary, .weui-btn_primary:not(.weui-btn_disabled):active, .weui-btn_mini {background-color: #2268d8!important;}

.noti {position: fixed;top: 15px;left: 15px;background: rgba(0,0,0,.6);z-index: 999;color: #fff;border-radius: 4px;overflow: hidden;height: 30px;line-height: 30px;box-shadow: 0 0 1px #333;padding-left: 35px;padding-right: 5px;font-size: 13px;opacity: 0;-webkit-transition: opacity .6s;transition: opacity .6s;}
.noti {top: 60px;border-radius: 30px;background: rgba(0,0,0,.35);padding-right: 10px;transition: opacity 2s;opacity: 0;}
.noti .avt {width: 26px;height: 26px;display: inline-block;position: absolute;left: 2px;top: 2px;border-radius: 34px;}
.p-ri-icon {display: inline-block;vertical-align: middle;width: 13px;height: 13px;background: url("../../kd_huodong/img/success.png") no-repeat;background-size: 100% 100%;}
.fanyi-qos-bar .q-item-sp {display: table;justify-content: space-between;align-items: flex-start;padding: 10px 20px;box-sizing: border-box;width: 100%;background: url("/static/wap/images/public/images/unchecked.png") no-repeat left 10px center;padding-left: 40px;background-color: #f9f9f9;position: relative;}
.fanyi-qos-bar .q-item-sp.active {background: url("/static/wap/images/public/images/checked.png") no-repeat left 10px center;background-color: #f9f9f9;}
.q-item-sp div, .q-item-sp .items-count {display: table-cell;}
.q-item-sp div:first-of-type {width: 40%;}
.q-item-sp div:nth-of-type(2) {width: 28%;}
.q-item-sp div:last-of-type {text-align: right;}
.q-item-sp .items-count {width: 80px;text-align: center;border: 1px solid #dedede;padding: 0 4px;}
.q-item-sp i {display: block;width: 20px;height: 20px;position: absolute;left: 10px;top: 50%;margin-top: -10px;}
.q-item-next {height: 45px;line-height: 45px;background: #e52f22;border-radius: 25px;text-align: center;color: #fff;font-size: 16px;display: block;width: 80%;margin: 18px auto;border: none;-webkit-appearance: none;appearance: none;}
.q-item-sp .item-orders {width: 90%;border: 1px solid #dedede;padding: 0 5px;}


