@charset "utf-8";
/*html{font-size: 610%;}*/
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, img, dl, dt, dd, table, th, td, blockquote, fieldset, div, strong, label, em, a, span { margin: 0; padding: 0; font-weight: normal;}
body { font-size: 0.2rem; font-family: "Microsoft Yahei", Arial; line-height:1.5; color: #333;background: #fff;}
input, button ,table{ margin: 0; font-size: 0.24rem; }
input ,textarea{ outline: none; font-family: "Microsoft Yahei";resize: none; }
.radios input { display: none; }
b { font-weight: normal; }
ul, ol, li { list-style: none; }
i { font-style: normal; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: none; vertical-align: middle;max-width: 100%;}
a{text-decoration: none;color:#333;}
/*common*/
.ovh{overflow: hidden;}
.fl{float: left;}
.fr{float: right;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#ccc;}
textarea{-webkit-appearance:none;}
.c-flex{display: flex;}
.m-container{padding: 0 .3rem;}
.ml10{margin-left: .1rem;}
/* icons */
.i-ico{display: inline-block;width:.4rem;height:.4rem;background:url(../images/icons/icons.png) no-repeat;vertical-align: middle;background-size: 7.5rem auto;}
.i-cur{width: .42rem;height: .42rem;background-position: -5rem 0;}

/* btns */
.b-btn{ display: inline-block;border-radius:0.06rem;line-height:0.58rem;font-size:0.24rem;color:#333;text-align: center;border:.01rem solid #ddd;padding: 0 .43rem;background: #fff;}
.b-bbtn{background-color: #0cf;color:#fff;border-color: #0cf;}
.b-obtn{background-color: #ff5e1e;color:#fff;border-color: #ff5e1e;}
.b-lbbtn{border-color: #0cf;color:#0cf;}
.b-lobtn{border-color: #ff5e1e;color:#ff5e1e;}
.b-lgbtn{border-color: #ddd;color:#333;}
/*单选按钮*/
/* radio */
input[type="radio"]{display:none;}
/*
.c-mradio{display: inline-block;padding:0 0 0 .34rem;height:.44rem;line-height:0.44rem;background:url(../images/icons/ico_radio.png) no-repeat 0 -2.62rem;background-size:.26rem auto;}
*/
.c-mradio.c-mchecked{background-position:0 -2.06rem;}
/*多选*/
input[type="checkbox"]{display: none;}
.i-checkbox{display: inline-block;padding:0 0 0 .45rem;height:.4rem;line-height:0.4rem;background:url(../images/base/ico_checkbox.png) no-repeat center left;background-size: .26rem auto;}
.i-checkbox.checked{background-image:url(../images/base/ico_checkboxed.png);}
.i-checkbox.disabled{background-position:0 -3.15rem;}
/* font */
.f-orange{color:#ff5e1e;}
.f-block{color:#333;}
.f-darkgray{color:#666;}
.f-gray{color:#999;}
.f-blue{color:#0cf;}
.f-red{color:#f00;}
.f-linethrough{text-decoration: line-through;}
.f-bold{font-weight: bold;}
.f-size24{font-size: .24rem;}
.f-size32{font-size: .32rem;}
.f-size36{font-size: .36rem;}
/* 按钮固定在底部 */
.m-flexbtns{position: fixed;left:0;bottom:0;right:0;background:#fff;padding:.2rem .3rem .2rem;display: flex;}
.m-flexbtns .b-btn{line-height: .68rem;font-size: .26rem;flex: 1;}
.m-flexbtns .b-btn+.b-btn{margin-left: .2rem;}
.m-flexbtnssite{height: 1.1rem;}
/* nodata */
.no_data{text-align: center;}
.no_data .no_img{width: 2.77rem;}
.no_data .no_txt{font-size:.24rem;color:#999;line-height: 1.5;margin-top:.36rem;}
/* head */
.m-header{background: #fff;padding: .2rem 0 .16rem;position: relative;z-index:2000;border-bottom: .01rem solid #e7eaec;}
.m-header .m-container{display: flex;justify-content: space-between;align-items: center;}
.m-header .u-logo{display: flex;justify-content: center;align-items: center;}
.m-header .u-logo img{height: .47rem;}
.m-header .u-info{/*flex: 1;*/display: flex;flex-direction: row;justify-content:right;align-items: center;}
.m-header .u-info .i-shopcart,.m-header .u-info .u-user,.m-header .u-info .u-nav{display: flex;margin-left: .5rem;text-align: left;}
.m-header .i-shopcart{background-position: 0 0;position: relative;}
.m-header .i-shopcart i{width:.2rem;background: #fc5148;border:.02rem solid #fff;border-radius: 100%;text-align: center;color: #fff;line-height: .2rem;display:inline-block;position:absolute;right:-.05rem;top:-.04rem;}
.m-header .c-head{width: .5rem;height: .5rem;border-radius: 100%;position: relative;background: #f5f5f5;}
.m-header .c-head i{width: .1rem;height: .1rem;transform: rotate(45deg);border-left: .02rem solid #0cf;border-top: .02rem solid #0cf;background: #f5f5f5;display: none;position: absolute;bottom:-.22rem;left:.18rem;z-index: 1;}
.m-header .c-hinfo{position: fixed;top: .86rem;bottom: 0;right: 0;left: 0;overflow-y:auto;background: #fff;border-top:.02rem solid #0cf;display: none;}
.m-header .c-active .c-head i,.m-header .c-active .c-hinfo{display: block;}
.m-header .c-hinfo-top{background: #f5f5f5;padding: .35rem .3rem .32rem;font-size: .24rem;border-bottom: 1px solid #efefef;}
.m-header .c-hinfo-top .b-btn{padding: 0 .3rem;font-size:.2rem;line-height: .38rem;border-radius: 1rem;margin-left: .26rem;}
.m-header .c-hinfo-main{padding:.2rem .3rem .12rem;}
.m-header .c-hinfo-main dt{background: #fffaf8;border:1px solid #ffeae1;line-height: .3rem;padding: .14rem .25rem;}
.m-header .c-hinfo-main dd{border-bottom: .02rem solid #e0e1e6;}
.m-header .c-hinfo-main dd a{display: flex;justify-content:space-between;align-items: center;color:#333;font-size: .24rem;padding:.17rem .1rem;}
.m-header .c-hinfo-main dd a i{width: .1rem;height: .1rem;border-top: .02rem solid #666;border-right: .02rem solid #666;transform: rotate(45deg);display: block;}
.m-header .c-hinfo-bottom{padding: .2rem .4rem .4rem;font-size: .24rem;}
.m-header .c-hinfo-bottom .b-btn{flex: 1;margin: 0 .2rem;border-radius: 1rem;line-height: .58rem;font-size: .24rem;}
.m-header .i-nav{background-position:-.5rem .06rem;position: relative;}
.m-header .c-ninfo{position: fixed;top: .86rem;bottom: 0;right: 0;left: 0;overflow-y:auto;background: #fff;border-top:.01rem solid #dfe1e6;display: none;}
.m-header .c-ninfo-first{width: 2.18rem;position: absolute;top:0;bottom: 0;left: 0;overflow-y: auto;padding: .2rem 0;background: #f5f5f5;}
.m-header .c-ninfo-first>li>span{line-height: .83rem;padding: 0 .3rem;display: block;}
.m-header .c-ninfo-second{position:fixed;top:.86rem;bottom: 0;left:2.18rem;right:0;overflow-y: auto;padding: .2rem .3rem .2rem .36rem;display: none;}
.m-header .c-ninfo-second>li{border-bottom:1px solid #e0e1e6;}
.m-header .c-ninfo-second>li>span{line-height: .66rem;display:flex;justify-content: space-between;align-items: center;}
.m-header .c-ninfo-second>li>a{line-height: .84rem;display:flex;justify-content: space-between;align-items: center;}
.m-header .c-ninfo-third{padding:0 .3rem .2rem;display: none;}
.m-header .c-ninfo-third>li>a{line-height: .66rem;display: block;}
.m-header .c-ninfo-second>li>a i,.m-header .c-ninfo-second>li>span i{display: block;width: .1rem;height: .1rem;border-top: .02rem solid #666;border-right: .02rem solid #666;}
.m-header .c-active .c-ninfo,.m-header li.c-active .c-ninfo-second,.m-header .c-ninfo-second li.c-active .c-ninfo-third{display: block;}
.m-header .c-ninfo-first>li.c-active>span{background: #fff;font-weight: bold;position: relative;}
.m-header .c-ninfo-first>li.c-active>span:before{width: .05rem;height: .31rem;background: #0cf;display: block;position: absolute;left: 0;top:50%;margin-top: -.15rem;content: "";}
.m-header .c-ninfo-second>li>a i{transform: rotate(45deg);}
.m-header .c-ninfo-second>li>span i{transform: rotate(135deg);}
.m-header .c-ninfo-second>li.c-active>span i{transform: rotate(-45deg);}
/* footer */
.m-footersite{height: 1.21rem;}
.m-footer{background: #fff;border: .01rem solid #e7eaec;position: fixed;left: 0;right: 0;bottom: 0;z-index: 1000;}
.m-footer ul{display: flex;justify-content: center;align-items: center;}
.m-footer ul li{flex: 1;text-align: center;}
.m-footer ul li a{display: block;padding: .2rem 0 .13rem;font-size: .22rem;line-height: .36rem;}
.m-footer ul li i{width: .5rem;height: .5rem;}
.m-footer ul li img{width: 100%;height: 100%;}
.m-footer .c-active a{color: #0cf;}
/* 底部图标 */
.m-footer .i-index{background-position:-.95rem .05rem;}
.m-footer .c-active .i-index{background-position:-.95rem -.45rem;}
.m-footer .i-activity{background-position:-1.45rem .05rem;}
.m-footer .c-active .i-activity{background-position:-1.45rem -.45rem;}
.m-footer .i-fwsc{background-position:-1.94rem .06rem;}
.m-footer .c-active .i-fwsc{background-position:-1.94rem -.44rem;}
.m-footer .i-ucenter{background: #f5f5f5;border-radius: 100%;}
/* module */
.bg-f0f2f4{background: #f0f2f4;}
.m-module{padding: .3rem 0 .5rem;}
.m-module .u-title{padding:.05rem 0 .3rem;text-align: center;}
.m-module .u-title h5{font-weight: normal;font-size: .32rem;line-height: .58rem;}
.m-module .u-title p{font-size: .24rem;line-height: .36rem;color:#888;}
.m-module .u-title02{padding-bottom: .28rem;}
.m-module .u-title02 h5{font-weight: normal;font-size: .26rem;line-height: .4rem;}

/* banner */
.u-banner {position: relative;}
.u-banner .swiper-pagination{bottom: .15rem;width: 100%;}
.u-banner .swiper-pagination-bullet{width: .28rem;height: .04rem;border-radius: 1rem;background: #fff;}
.u-banner .swiper-pagination-bullet+.swiper-pagination-bullet{margin-left: .05rem;}
.u-banner .swiper-pagination-bullet-active{background: rgba(0,0,0,.4);}
.m-module.m-banner{padding: .3rem 0;}
.m-module .u-banner{border-radius: .1rem;overflow: hidden;}
/* 下拉 搜索 */
.c-select{position: relative;z-index: 10;}
.c-select .c-selvalue{font-size: .24rem;line-height: .7rem;display: flex;align-items: center;padding: 0 .22rem 0 .3rem;}
.c-select .c-selvalue .i-ico{width: .17rem;height: .1rem;background-position: -3rem 0;margin-left: .18rem;}
.c-select .c-selinfo{position: absolute;left: 0;top:.7rem;width: 1.9rem;display: none;background: #fff;padding: .1rem 0;max-height: 2rem;overflow-y: auto;}
.c-select.cur .c-selinfo{display: block;}
.c-select .c-selinfo li{padding: 0 .3rem;}
.c-select02 .c-selvalue{line-height: .4rem;font-size: .2rem;padding: 0 .15rem 0 .2rem;background: #f5f5f5;}
.c-select02 .c-selvalue span{min-width: 2.06rem;}
.c-select02 .c-selvalue .i-ico{width: .15rem;height: .09rem;background-position: -3rem -.5rem;margin-left: .18rem;}
.c-select02 .c-selinfo{top:.43rem;left:0;right:0;width:auto;padding: .15rem 0;max-height: 2.06rem;border:1px solid #e0e1e6;border-radius: .04rem;}
.c-select02 .c-selinfo li{padding: 0 .2rem;line-height: .44rem;}

.c-search{display: flex;align-items: center;padding-left: .2rem;}
.c-search input{flex: 1;padding: 0 .2rem;line-height: .7rem;border:none;background: none;}
.c-search .i-ico{width:.28rem;height: .28rem;background-position:-2.5rem 0;margin: 0 .3rem 0 .1rem;}
.u-search{padding-bottom: .2rem;}
.c-select+.c-search{border-left: .01rem solid #e7eaec;padding-left: 0;}
.c-search+.c-select{border-left: .01rem solid #e7eaec;}
.u-searchinner{background: #fff;border-radius: 1rem;display: flex;}
.u-searchtxt{font-size: .2rem;color:#fff;line-height: .28rem;padding: .2rem 0 0 .2rem;}
/*.u-searchtxt span{margin-right: .1rem;}*/
.u-searchtxt a{color:#fff;margin-right: .35rem;}
.bg-search{background: url(../images/bg/bg_search.jpg) no-repeat;background-size: 100% 100%;padding: .4rem 0 .18rem;}
.u-searchinner .c-search{flex: 1;}
.bg-domain{background: url(../images/bg/bg_domain.jpg) no-repeat;background-size: 100% 100%;padding: .6rem 0 0;}
.c-domainselect{position: relative;z-index: 10;border-left: .01rem solid #e7eaec;}
.c-domainselect .c-selbtn{font-size: .24rem;line-height: .7rem;display: flex;align-items: center;padding: 0 .22rem 0 .3rem;}
.c-domainselect .c-selbtn .i-ico{width: .17rem;height: .1rem;background-position: -3rem 0;margin-left: .18rem;}
.bg-domain .u-searchtxt{padding: .12rem .2rem 0;height: .28rem;}
/* dialog */
.m-dialog{background: #fff;position: fixed;top:.87rem;left: 0;right: 0;bottom: 0;z-index:1000;overflow-y: auto;display: none;}
/* page 分页 */
.u-page{overflow: hidden;padding: .2rem 0 .1rem;text-align: center;}
.u-page a,.u-page span{padding: 0 .44rem;font-size: .24rem;line-height: .58rem;border:.01rem solid #e7eaec;color:#666;border-radius: .02rem;}
.u-page a{background: #fff;}
.u-page span{border-color: #dbdddf;display: inline-block;}
/* body base swiper+tab*/
.tab-content{display: none;}
.tab-content.cur{display: block;}
.tab-head {display: flex;padding-bottom: .3rem;}
.tab-head li{font-size: .24rem;line-height: .58rem;border:.01rem solid #ddd;border-radius: .04rem;width: auto;height: auto;background:#fff;min-width: 1.62rem;text-align: center;}
.tab-head li+li{margin-left: .1rem;}
.tab-head li a,.tab-head li span{padding: 0 .2rem;display: block;color:#666;}
.tab-head li.cur {opacity: 1;background: #0cf;border-color: #0cf;color: #fff;}
.tab-head li.cur a,.tab-head li.cur span{color: #fff;}
.tab-head.c-center{justify-content: center;}
.u-productmain,.m-module .u-flexmain{margin: -.1rem;text-align:center;}
.u-productmain ul,.u-flexmain ul{display: flex;text-align: left;}
.u-flexmain ul{justify-content: space-between;flex-wrap: wrap;}
.u-productmain li,.u-flexmain li{display: flex;width: 50%;padding: .1rem;box-sizing: border-box;height: auto;}
.u-productmain .item-inner,.u-flexmain .item-inner{background: #fff;border:1px solid #e7eaec;border-radius: .1rem;display: flex;flex-direction: column;overflow: hidden;width: 100%;}
.u-productmain .item-inner{justify-content: space-between;}
.u-main ul{margin: -.1rem 0;}
.u-main li{padding: .1rem 0;}
.u-main .item-inner{display: block;background: #fff;border-radius: .1rem;border:1px solid #e7eaec;}
.u-navswiperbox{height: .7rem;position: relative;z-index: 1000;}
.u-navswiper{display: flex;padding: 0 0 0 .3rem;border-bottom: .01rem solid #f0f2f4;position: absolute;left: 0;right: 0;top:0;background: #fff;}
.u-navswiper .swiper-container{flex: 1;}
.u-navswiper .swiper-slide{width: auto;font-size: .24rem;}
.u-navswiper .swiper-slide a{padding: 0 .35rem;line-height: .69rem;display: block;}
.u-navswiper .swiper-slide.cur a{background: #0cf;color:#fff;} 
.u-navswiper .swiper-slide span{line-height: .69rem;display: block;}
.u-nav-slide{position: relative;z-index: 1001;}
.u-nav-slide .c-slidebtn{border-left: .02rem solid #f0f2f4;display: flex;justify-content: center;align-items: center;height: 100%;width: .98rem;}
.u-nav-slide .i-ico{background-position: -.46rem -.42rem;width: .32rem;height: .33rem;}
.u-nav-slide .c-slideinfo{position: absolute;right: 0;top:.7rem;width: 7.5rem;background: #fff;box-shadow: 0 5px 21px 0 rgba(0,0,0,.05);padding: .2rem .3rem .7rem;box-sizing: border-box;display: none;max-height: 7.5rem;overflow-y: auto;}
.u-nav-slide.cur .c-slideinfo{display: block;}
.u-nav-slide .c-slideinfo ul{display: flex;flex-wrap: wrap;}
.u-nav-slide .c-slideinfo ul li{font-size: .24rem;line-height: .56rem;width:25%;}
/* 滑动左右切换 */
.c-swiperbox{position: relative;padding: 0 .55rem;}
.c-swiperbox .swiper-button-prev,.c-swiperbox .swiper-button-next{width:.7rem;height: 1.04rem;background: #f5f5f5;line-height: 1.04rem;box-sizing: border-box;}
.c-swiperbox .swiper-button-prev:before,.c-swiperbox .swiper-button-next:before{content: "";border-top: .03rem solid #666;border-right: .03rem solid #666;display: inline-block;width:.14rem;height: .14rem;}
.c-swiperbox .swiper-button-prev{left:0;border-top-left-radius: 1rem;border-bottom-left-radius: 1rem;padding-left: .2rem;}
.c-swiperbox .swiper-button-prev:before{transform: rotate(225deg);}
.c-swiperbox .swiper-button-next{right:0;border-top-right-radius: 1rem;border-bottom-right-radius: 1rem;padding-right: .2rem;}
.c-swiperbox .swiper-button-next:before{transform: rotate(45deg);}
/* 滑动翻页 */
.u-swiperbox{text-align: center;}
.u-swiperbox .swiper-container{padding-bottom: .3rem;}
.u-swiperbox .swiper-pagination{bottom:0;}
.u-swiperbox .swiper-pagination-bullet{background: #d2d2d2;width: .1rem;height: .06rem;border-radius: .1rem;}
.u-swiperbox .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 .02rem 0 .03rem;}
.u-swiperbox .swiper-pagination-bullet-active{background: #0cf;width: .2rem;}
.u-swiperbox ul{justify-content: left}
.u-swiperbox li{width: 33.33%;text-align: center;} 
.u-swiperbox .item-inner{padding: .34rem 0;}
.u-swiperbox .item-inner .i-ico{width:.56rem;height: .56rem;}
.u-swiperbox .item-inner .c-txtbox{padding-top: .17rem;}
.u-swiperbox .item-inner dt{font-size: .24rem;line-height: .36rem;padding-bottom: .05rem;}
.u-swiperbox .item-inner dd{font-size: .18rem;line-height: .3rem;color:#999;}
.c-protocol .c-pofsite{height:1.2rem;}
/* 提示框 */
.c-tippopwin{top: 0;left: 0;bottom: 0;right: 0;z-index:1000;margin: auto;background:rgba(0,0,0,.5); width:60%;padding:10px;text-align:center;color:#fff;border-radius:8px;}
/*协议弹框*/
.c-protocol,.c-protocol-duigong{display:none;position:fixed;top:0;left:0;z-index:110;background:#f0f2f4;width:100%;height:100%;overflow-y: auto;}
/*top*/
.g-headtop{ position: fixed;top:0;left:0;z-index:100; width:100%;height:0.88rem; line-height: 0.88rem;border-bottom: 1px solid #eee;background: #fff;}
.g-topsite,.g-usertopsite{width:100%;height:0.88rem;}
.g-headtop h4{font-size:0.32rem; text-align: center;}
.g-headtop .c-back,.g-headtop .new-index,.g-headtop .i-index{position: absolute; left:.3rem; top:0; font-size: 0.28rem;color:#666;}
.g-headtop .new-index,.g-headtop .i-index{top:.24rem;left:auto;right:.3rem;}
.g-headtop .i-search{position: absolute;right: 15px;top:0.15rem;}
/*main*/
.g-main{padding-bottom: .3rem;}
.u-module,.u-pmodule{margin:0.3rem .3rem 0;}
.c-login .u-module{padding:0 28px;}
/* btns */
.cre-btns{padding:0 .3rem; margin:0.3rem 0 0;}
.c-success .cre-btns{margin: 0.1rem 0 0;}
.c-success .cre-btns .c-btn{font-size: 0.14rem;height: 0.36rem;line-height: 0.36rem;}
.c-login .cre-btns,.c-register .cre-btns{margin-top: .1rem;}
/*.c-pofbtn a{position: absolute;bottom:0;left:0;}*/
.c-pofsite{width:100%;height:1.2rem;}
/* 按钮固定在底部 */
.c-pofbtn{position: fixed;left:0;bottom:0;z-index:20;width: 100%;box-sizing: border-box;margin:0;background:#fff;padding:.11rem .3rem .18rem;border-top: 1px solid #e7eaec;-webkit-transform: translateZ(0);}
.c-pofbtn .c-btn{margin-top: .1rem;height: .8rem;line-height: .8rem;font-size: .28rem;}
.c-pofbtn.pofbtns{display: flex;padding: .16rem .3rem .17rem;}
.c-pofbtn.pofbtns .c-btn{flex: 1;margin: 0 .15rem;width: auto;box-sizing: border-box;}
.c-pofbtn.pofbtns .c-btn:first-child{border:1px solid #0cf;background: none;color:#0cf;box-sizing: border-box;}
.c-pofbtn.pofbtns .c-btn:last-child{border:1px solid #0cf;background: #0cf;color:#fff;}
/*.c-pofbtn a{position: absolute;bottom:0;left:0;}*/
.c-pofbtn.special-btns{display: flex;}
.c-pofbtn.special-btns .c-btn{flex: 1;margin: 0 10px;}
.c-pay-ordersure .c-pofsite{height:2.1rem;}
.c-pay .c-pofsite{height:1.7rem;}
.c-protocol .c-pofsite{height:1.2rem;}
.c-protocol-duigong .c-pofsite{height:1.2rem;}
.c-offline-customer .c-pofsite,.c-requirement .c-pofsite,.c-authentication .c-pofsite,.c-intel-service .c-pofsite{height:1.2rem;}
.c-appdetail .c-pofsite{height:0;}
.c-appdetail .c-pofbtn+.c-pofsite{height:1.15rem;}
.c-invoice-manage .c-pofsite{height:1.7rem;}
/*.c-pofbtn a{position: absolute;bottom:0;left:0;}*/
.c-pofsite{width:100%;height:1.2rem;}
.c-pofbtn.special-btns{display: flex;}
.c-pofbtn.special-btns .c-btn{flex: 1;margin: 0 10px;}
.c-pay-ordersure .c-pofsite{height:2.1rem;}
.c-pay .c-pofsite{height:1.7rem;}
.c-protocol .c-pofsite{height:1.2rem;}
.c-protocol-duigong .c-pofsite{height:1.2rem;}
.c-offline-customer .c-pofsite,.c-requirement .c-pofsite,.c-authentication .c-pofsite,.c-intel-service .c-pofsite{height:1.2rem;}
.c-appdetail .c-pofsite{height:0;}
.c-appdetail .c-pofbtn+.c-pofsite{height:1.15rem;}
.c-invoice-manage .c-pofsite{height:1.7rem;}
.c-bbtn{background: #0cf;color:#fff;}
.cre-double .c-btn{width:45%;font-size:0.22rem;}
.cre-double .c-btn:first-child{margin:0 2% 0 0;}
.c-btn{ display: inline-block;width: 100%;height:0.8rem;border-radius:0.06rem;line-height:0.8rem;font-size:0.28rem;color:#666;text-align: center;}
.c-btngroup .c-btn{width: 48%;float:left;}
.c-btngroup .c-btn:first-child{margin-right: 4%}

/* 选择行业 */

.jrf_radio{padding:0 0 0 .4rem;background: url(/r/system/100a00001/img/jinrficons.png) no-repeat -6.04rem -.74rem;cursor:pointer;background-size: 6.36rem auto;}
.jrf_radio.checked{background-position: -6.04rem .06rem;}
.jrfbtn,.upload_btn{display: inline-block;height:.6rem;line-height:.6rem;padding:0 .4rem;background: #0cf;border:1px solid #0cf;color:#fff;text-align: center; border-radius:2px;transition:all 0.25s ease-in-out 0s;}
.jrfbtn:hover .webuploader-pick{color: #0cf;}

.select_indust{width: 100%;position: fixed;top: -1000px;left: 0;background: #fff;z-index: 999;}
.selind_main{width:100%;margin: 0 auto;position: relative;}
.selind_main .selind_close{display: inline-block;position: fixed;top:.4rem;right:.4rem;text-indent: -999em;width:.36rem;height:.36rem;background: url(/r/system/100a00001/img/navicons.png) no-repeat 0 -3.88rem;background-size:3rem auto;}
.selind_main ul{position: relative;width: 95%;margin: 0 auto;}
.selind_main ul:after{content: "";display: block;clear: both;}
.selind_head{text-align: center;padding:.5rem 0 .4rem;font-size:.36rem;}
.media_01,.media_02,.media_03{display: none;}
.media_02{display: block;}
.black_shade{display: none;width: 100%;height: 100%;position:fixed;top:0;left: 0;background: #000;opacity:0.4;filter:alpha(opacity=40);z-index: 2000;}
.selind_list{overflow-y: auto;padding:.2rem 0 0;}
.indust_item{float: left;position: relative;width:50%;margin:0 0 .2rem;box-sizing: border-box;}
.indust_item .indust_fir{display: block;line-height:.8rem;text-align: center;border:1px solid #ddd;border-radius: 5px;margin:0 .1rem 0 0;font-size:.24rem;}
.indust_item.indust_item2 .indust_fir,.indust_item.indust_item4 .indust_fir{margin:0 0 0 .1rem;}
.indust_item.active .indust_fir{border-color: #f80;}

.indust_fir.c-mchecked{background:#f5f5f5;color:#0cf;}
.indust_item i{display: none;background: url(/r/system/100a00001/img/jinrficons.png) no-repeat -3rem -.34rem;background-size: 3.84rem auto;position: absolute;width:.36rem;height:.36rem;right:-.08rem;top:-.14rem;}
.indust_sec .jrf_radio{display: inline-block;line-height:.4rem;width: 50%;margin:.2rem 0 0;box-sizing: border-box;}
.indust_sec{display: none;padding:0 .3rem .2rem;margin:.2rem 0 0;background: #eee;border: 1px solid #ddd;overflow:hidden;width:200%;box-sizing: border-box;}
.indust_item.active i{display: block;}
.indust_item.active .indust_sec{display: block;}
.indust_item.indust_item1 .indust_sec{margin-left: 0;}
.indust_item.indust_item2 .indust_sec,.indust_item.indust_item4 .indust_sec{margin-left: -100%;}
.indust_item.indust_item3 .indust_sec,.indust_item.indust_item5 .indust_sec{margin-left: -0%;}

.selind_main .bottom_btn{width:100%;padding:.2rem 0;text-align: center;border-top: 1px solid #ddd;position: fixed;left:0;}
.selind_main .bottom_btn .jrfbtn{margin: 0 .1rem;height:.8rem;line-height:.8rem;padding:0 1rem;font-size:.26rem;}
.selind_main .bottom_btn{width:100%;}
/* 企业微信客服弹窗 */
.template_wechat_ewm{background:rgba(0,0,0,.5);position: fixed;left: 0;right: 0;top:0;bottom: 0;margin:auto;z-index: 200;display: none;}
.template_wechat_ewm .wechat_ewm_inner{width:5.55rem;height:5.71rem;background: #fff;position: fixed;left: 0;right: 0;top:0;bottom: 0;margin:auto;}
.template_wechat_ewm .wechat_head{height:1.24rem;color:#fff;font-size:.36rem;text-align: center;line-height:1.24rem;position: relative;background: url("/gw/images/template/wechat_head_bg.jpg") no-repeat;background-size: 100% 100%;}
.template_wechat_ewm .wechat_head .wechat_close{width:.18rem;height:.18rem;cursor:pointer;display: block;background: url("/gw/images/template/wechat_close.png") no-repeat;background-size: 100% 100%;position: absolute;right:.24rem;top:.2rem;}
.template_wechat_ewm .wechat_main{padding:.53rem 0 .68rem;text-align: center;}
.template_wechat_ewm .wechat_main img{width:2.57rem;height:2.57rem;border:1px solid #e9e9e9;}
.template_wechat_ewm .wechat_main div{font-size:.24rem;line-height:.4rem;padding-top:.24rem;}