/*wf开始*/
body{background-color: #fff!important;}
.xuanhao_c{display: block;}
.rootcolor{color: var(--c);}
.logo{cursor: pointer;width: 1.5rem;display: flex;align-items: center;}
.logo img{flex: 0 0 auto;height: auto;}
.logo .text{line-height: 1.2;margin-top: .08rem;}
.logo .text .title1{padding-top: 0.05rem;}
.logo .text .title2{font-size: 0.1rem;text-align: left;/*color: #ff0033;*/}
.fot_logo{margin-top: 0.03rem;}

/*.fot_logo{display: flex;align-items: center;justify-content: center;}
.fot_logo img{flex: 0 0 auto;height: auto;}
.fot_logo .text{line-height: 1.2;margin-top: 0rem;}
.fot_logo .text .title1{padding-top: 0rem;}
.fot_logo .text .title2{font-size: 0.1rem;text-align: left;/*color: #ff0033;*/}*/

.show-info .ewm img{max-width: 120px;}
select:focus{outline: none;}
.sj_dn.xuanhao{display: block!important;}
.pc_dn .xuanhao_m{display: none!important;}
.xuanhao_c h3.title{text-align: center;font-size: 0.15rem;margin-bottom: 0.12rem;}
.xuanhao_content{max-width: 1000px;margin-left: auto;margin-right: auto; }
.xuanhao_content .btns{display: flex;justify-content: center;}
.xuanhao_content .btns button{width: 0.6rem;height: 0.22rem;border-radius: 5px;background-color: #b3b3b3;font-size: 0.1rem;color: #fff;border: 0;margin: 0 5px;cursor: pointer;transition: all 0.4s; }
.xuanhao_content .btns button.btnPcXh{background-color: #ff0033;}
.xuanhao_content .btns button.btnPcXh:hover{background-color: #b60024;}
.xuanhao_content .xuanhao_lf {width: 100%;text-align: center;padding-bottom: 15px;margin-bottom: 0.1rem;border-bottom: 1px solid #ccc;}
.xuanhao_1{font-size: 0.24rem;justify-content: center;margin-bottom: 0.12rem;float: none;width: 100%;}
.switchTxt .model.type2 .item{display: flex;}
.xuanhao_lf p,.switchTxt .model.type2 .item input{font-size: 0.20rem;}
.xuanhao_1 .switchTxt .model.type2 .item input{width: 0.24rem!important;height: 0.24rem!important;margin-left: 3px;margin-right: 3px;border: 2px solid #bcbcbc;background-color: transparent;color: var(--c);}
.xuanhao_1 .switchTxt{width: auto;}
.xuanhao_1 .switchTxt .model.type2{font-size: 0.24rem;display: flex;justify-content: center;align-items: center;}
.xuanhao_1 .switchTxt .model.type1{display: none;}
.xuanhao_1 .type2 input{padding: 0 1px;text-align: center;}

.xuanhao_content{padding-top: 15px;}
.xuanhao_c h3.title{display: none;}
.switchTxt .model.type2 .item{position: relative;}
.xuanhao_content .xuanhao_lf{display: flex;justify-content: center;align-items: center;}
.xuanhao_content .xuanhao_lf .xuanhao_1{width: auto;margin-bottom: 0;}
.xuanhao_content .btns{margin-left: 20px;}
.ballon p{color: #fff!important;font-size: 16px!important;text-align: left;}
.ballon {
  margin: 0 auto;
  width: 360px;
  padding-left: 15px;
  height: auto;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  /*text-align: center;*/
  position: absolute;
  /*background: rgba(0,128,128,0.81);*/
  background: var(--c);
  border-radius: 9px;
  /*right: 0;*/
  left: 0;
  left: 0.175rem;
  display: none;
  margin-top: -36px;
  /*opacity: 0.81;*/
  z-index: 101;
  float: left;
  cursor: pointer;
}
.balloon_close {
    position: absolute;
    right: 3px;
    top: 3px;
    width: 22px;
    cursor: pointer;
}
.ballon::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  /* 箭头靠下边 skewX(50deg)和skewX(-50deg)可以调节箭头方向 */
  left: 23px;
  bottom: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  /*border-top: 10px solid rgba(0,128,128,0.81);*/
  border-top: 10px solid var(--c);
  transform: skewX(63deg);
  /* 箭头靠右边 skewY(50deg)和skewY(-50deg)可以调节箭头方向*/
  /*top: 25px;    right: -20px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 20px solid teal;
            transform: skewY(50deg);*/
  /* 箭头靠左边 skewY(50deg)和skewY(-50deg)可以调节箭头方向*/
  /* top: 25px;
            left: -20px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 20px solid teal;
            transform: skewY(-50deg); */
  /* 箭头靠下边 skewX(50deg)和skewX(-50deg)可以调节箭头方向*/
  /* left: 25px;
            top: -20px;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-bottom: 20px solid teal;
            transform: skewX(50deg); */
}

.xuanhao_bottom{display: flex;width: 100%; justify-content: center;flex-wrap: wrap;align-items: center;font-size: .08rem;}
.xuanhao_bottom .xuanhao_2{font-size: .08rem;flex: 0 0 auto;margin-top: 0;display: flex;align-items: center;}
/*.xuanhao_2 p{color: #333;}*/
.xuanhao_bottom .xuanhao_3{width: auto;margin-right: 0.15rem;display: flex;align-items: center;}
.xuanhao_bottom .xuanhao_num_4{display: flex;}
.xuanhao_bottom .xuanhao_num_4 button{width: 0.2rem!important;height: 0.2rem!important;background-color: #f0f0f0;margin-bottom: 0!important;line-height: 0.2rem!important;}
.xuanhao_bottom .xuanhao_num_4 button:hover,.xuanhao_bottom .xuanhao_num_4 button.on{background-color: #ff0033;}
.xuanhao_jiage_s select{height: 0.18rem;margin-left: 10px;width: 1rem;background-color: #f0f0f0;border-radius: 5px;border-color: #f0f0f0;padding: 0 10px;font-size: .08rem;}

.xuanhao_2{position: relative;}
.xuanhao_2 .xuanhao_jiage_text{margin-left: 20px;position: relative;font-size: 16px;cursor: pointer;width: calc(200 / 1920 * 100vw);z-index: 99;}
.xuanhao_2 .xuanhao_jiage{position: absolute;top: 120%;left: -0px; width: calc(200 / 1920 * 100vw);padding: 5px 0px;background-color: rgba(255,255,255,0.99);border-radius: 12px;box-shadow: 3px 3px 6px rgba(0,0,0,0.06),-3px -3px 6px rgba(0,0,0,0.06);opacity: 0;visibility: hidden;transition: all 0.4s;}
.xuanhao_2 .xuanhao_jiage_text.on .xuanhao_jiage{opacity: 1;visibility: visible;}
.xuanhao_2 .xuanhao_jiage .p{height: calc(40 / 1920 * 100vw);line-height: calc(40 / 1920 * 100vw); padding: 0 20px;transition: all 0.2s;cursor: pointer;border-bottom: 1px solid #eee;}
.xuanhao_2 .xuanhao_jiage .p:last-child{border-bottom: 0;}
.xuanhao_2 .xuanhao_jiage .p:hover,.xuanhao_2 .xuanhao_jiage .p.on{color: #ff0033;}
.xuanhao_2 .text{background: #f0f0f0 url(../img/icon_xiala.png) right 8px center no-repeat;border-radius: 5px;border-color: #f0f0f0;padding: 0 10px;font-size: 16px;height: 39px;line-height: 39px;background-size: 14px;}
.xuanhao_2 .icon_xiala{position: absolute;right: 8px;top: 50%;width: 14px;height: 14px;margin-top: -7px;object-fit: contain;pointer-events:none;}



.jieguo_c ul li{position: relative;}
.jieguo_c ul li .label{position: absolute;z-index: 1;right: 0;top: 0;width: 0.2rem;height: 0.11rem;line-height: 0.11rem;font-size: 0.06rem; border-top-right-radius: 6px;border-bottom-left-radius: 6px;color: #fff;text-align: center;background-color: #ff0033;pointer-events: none;}

.indexPage {}
.indexPage~.xuanhao{background-color: #fff;}
.indexPage .wrap {}
.wrap {width:90%;max-width: 1600px;margin:0 auto;width: 71%;}
.indexPage .section1 {line-height:calc(214/1920*100vw);background:var(--c);border-radius:calc(15/1920*100vw);font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(48/1920*100vw);color:#FFFFFF;padding-left:calc(108/1920*100vw);background:url(../img/bg1.png) no-repeat 93% center var(--c);background-size:calc(307/1920*100vw);}
.indexPage .section2 {}
.indexPage .section2 .title {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(32/1920*100vw);color:#333333;padding-top:calc(65/1920*100vw);padding-bottom:calc(56/1920*100vw);}
.indexPage .section2 .list {zoom:1;overflow:hidden;}
.indexPage .section2 .list ul {}
.indexPage .section2 .list li:nth-child(4n) {margin-right:0px;}
.indexPage .section2 .list li {float:left;height:calc(136/1920*100vw);background:#F2F7FA;border-radius:calc(13/1920*100vw);border:calc(1/1920*100vw) solid var(--c);margin-right:calc(26/1920*100vw);margin-bottom:calc(30/1920*100vw);width:calc((100% - calc(78/1920*100vw))/4);position:relative;padding-top:calc(14/1920*100vw);padding-left:calc(18/1920*100vw);cursor: pointer;}
.indexPage .section2 .infor1 {display:flex;align-items:center;}
.indexPage .section2 .user img {width:calc(64/1920*100vw);object-fit:contain;}
.indexPage .section2 .rig {padding-left:calc(12/1920*100vw);}
.indexPage .section2 .name {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(24/1920*100vw);color:#333333;}
.indexPage .section2 .tel {font-family:Arial;font-weight:400;font-size:calc(18/1920*100vw);color:#333333;padding-top:calc(10/1920*100vw);}
.indexPage .section2 .infor2 {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(18/1920*100vw);color:#333333;padding-top:calc(10/1920*100vw);}
.indexPage .section2 .ewm img {position:absolute;width:calc(92/1920*100vw);top:calc(25/1920*100vw);right:calc(19/1920*100vw);}
.pagesize {text-align:center;padding-top:calc(35/1920*100vw);font-size:0;}
.pagesize a {width:calc(44/1920*100vw);line-height:calc(44/1920*100vw);background:#F2F2F2;border-radius:50%;display:inline-block;vertical-align:middle;font-family:Microsoft YaHei;font-weight:400;font-size:calc(18/1920*100vw);color:#999999;margin:0 calc(4.5/1920*100vw);}
.pagesize a.current,.pagesize a:hover {background:var(--c);color:#fff;}
.pagesize a.prev {height:calc(44/1920*100vw);background:url(../img/prev.png) no-repeat center center #F2F2F2;}
.pagesize a.next {height:calc(44/1920*100vw);background:url(../img/next.png) no-repeat center center #F2F2F2;}
.indexPage .section3 {background:var(--c);border-radius:calc(15/1920*100vw);position:relative;line-height:1;display:flex;align-items:center;justify-content:space-between;padding:calc(43/1920*100vw) 0;}
.indexPage .section3 .left {display:flex;align-items:center;padding-left:calc(76/1920*100vw);}
.indexPage .section3 .left .icon {}
.indexPage .section3 .left .icon img {width:calc(128/1920*100vw);}
.indexPage .section3 .left .rig {padding-left:calc(18/1920*100vw);}
.indexPage .section3 .left .name .tag {line-height:calc(26/1920*100vw);background:#EDB000;font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(14/1920*100vw);padding:0 calc(4/1920*100vw);margin-left:calc(10/1920*100vw);}
.indexPage .section3 .left .name {font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(36/1920*100vw);color:#FFFFFF;display:flex;align-items:center;}
.indexPage .section3 .left .tel {font-family:Arial;font-weight:400;font-size:calc(30/1920*100vw);padding-top:calc(13/1920*100vw);padding-bottom:calc(16/1920*100vw);color:#fff;}
.indexPage .section3 .left .local {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(22/1920*100vw);color:#FFFFFF;}
.indexPage .section3 .center {text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.indexPage .section3 .center .title1 {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(36/1920*100vw);color:#FFFFFF;}
.indexPage .section3 .center .title2 {font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(30/1920*100vw);color:#FFFFFF;padding-top:calc(9/1920*100vw);}
.indexPage .section3 .center b {font-size:calc(36/1920*100vw);color:#FFE557;}
.indexPage .section3 .right {text-align:center;padding-right:calc(112/1920*100vw);}
.indexPage .section3 .right img {width:calc(120/1920*100vw);}
.indexPage .section3 .right .title {font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(16/1920*100vw);color:#FFFFFF;padding-top:calc(10/1920*100vw);}

.my_yuxuan ul li a {border:none;}
.my_yuxuan ul li a.zixun {float:left;/*border:1px solid #5aa3bc;color:#5aa3bc;*/width: auto;
 padding: 0 5px;}
.my_yuxuan ul li .yc {display:none;}
/*.my_yuxuan ul li .yc .yx {color:#5aa3bc;background:none;}*/
/*.my_yuxuan ul li.on {border-color:#5aa3bc;}*/
.my_yuxuan ul li.on .yc {display:block;}
.my_yuxuan ul li.on .sy {display:none;}
.fuhi,.qingkong {position:fixed;width:100%;height:100%;z-index:99999;background:rgba(0,0,0,.65);top:0;left:0;display:none;}
.tc_con {background:#FFFFFF;width:450px;height:150px;border-radius:8px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;padding-top:28px;}
.tc_con p {text-align:center;font-size:22px;color:#000000;line-height:1;}
.tc_con .btn {text-align:center;margin-top:25px;}
.tc_con .btn button {display:inline-block;color:#FFFFFF;width:83px;height:38px;border-radius:19px;font-size:18px;margin:0 4px;border:none;outline:none;cursor:pointer;}
.tc_con .btn button.qd {background:#5aa3bc;}
.tc_con .btn button.qx {background:#989898;}

/*.shuoming {background:#f6f6f6;border:1px solid #dddddd;border-radius:.05rem;padding:.08rem .15rem;margin-top:.25rem;}
.shuoming li {margin:.12rem 0;overflow:hidden;}
.shuoming li h3 {float:left;color:#5aa3bc;font-size:.12rem;padding-right:.1rem;}
.shuoming li .txt {float:right;width:calc(100% - .62rem);}
.shuoming li .txt h4 {font-size:.09rem;color:#333333;font-weight:normal;}
.shuoming li .txt p {font-size:.08rem;line-height:.15rem;color:#666666;margin-top:.04rem;}
.shuoming li .txt p i {margin:0 .04rem;}*/
/*注册*/

.resMain .return{font-size: 0.085rem;padding-top: 0.1rem;}
.resMain {
    background: #F9F9F9;
    padding: calc(118/1920*100vw) 0px;
}
.resMain .content .left{
    background: url(../img/zhuce.png) no-repeat left center;
    height: 100%;
    width: calc(609/1920*100vw);
    position: absolute;
    left: 0;
    top: 0px;
    background-size: cover;
}
.resMain .content {
    width: calc(1100/1920*100vw);
    height: calc(524/1920*100vw);
    background: #FFFFFF;
    box-shadow: 0px 0px calc(36/1920*100vw) 0px rgba(222,222,222,0.46);
    border-radius: calc(16/1920*100vw);
    max-width: 90%;
    margin: auto;
    height: auto;
    zoom: 1;
    overflow: hidden;
    padding-left: calc(610/1920*100vw);
    position: relative;
}
.resMain .content .right {
    padding: 0px calc(53/1920*100vw);
    height: calc(535/1920*100vw);
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.resMain .content .right .title:after{
    content:'';
    bottom:0px;
    position:absolute;
    width: calc(39/1920*100vw);
    height: calc(4/1920*100vw);
    background: var(--c);
    border-radius: calc(2/1920*100vw);
    margin-left: calc(-20/1920*100vw);
    left: 50%;
}
.resMain .content .right .title {
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: calc(24/1920*100vw);
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: calc(16/1920*100vw);
    margin-bottom: calc(19/1920*100vw);
}
.resMain .content .right .title em {
    display: inline-block;
    width: 1em;
}
.resMain .content .right .model {
    position: relative;
    margin-bottom: calc(24/1920*100vw);
    font-size: calc(16 / 1920 * 100vw);
}
.resMain .content .right .model .words.cw{
    border-color: red;
}
.resMain .content .right .model .words {
    height: calc(47/1920*100vw);
    background: #FFFFFF;
    border-radius: calc(4/1920*100vw);
    border: calc(1/1920*100vw) solid #ECECEC;
    display: block;
    width: 100%;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: #888888;
    padding-left: calc(42/1920*100vw);
    padding-right: calc(30/1920*100vw);
    outline: none;
    cursor: unset;
}
.resMain .content .right .model .words.s1 {
    background: url(../img/s1.png) no-repeat calc(14/1920*100vw) center;
    background-size: calc(17/1920*100vw);
}
.resMain .content .right .model .words.s2 {
    background: url(../img/s2.png) no-repeat calc(14/1920*100vw) center;
    background-size: calc(20/1920*100vw);
}
.resMain .content .right .model.passwords span.error-msg{
    width: 100%;
    text-align: right;
}
span.error-msg,
.resMain .content .right .model .err {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(14/1920*100vw);
    color: #FF4D5E;
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: calc(-21/1920*100vw);
    outline: none;
}
.resMain .content .right .model .qd {
    position: absolute;
    bottom: calc(-21/1920*100vw);
    display: flex;
    align-items: center;
}
.resMain .content .right .model .qd .color {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(14/1920*100vw);
    color: #FF4D5E;
}
.resMain .content .right .model .qd .ui {
    display: flex;
    align-items: center;
}
.resMain .content .right .model .qd .ui i {
    width: calc(29/1920*100vw);
    line-height: calc(12/1920*100vw);
    background: #E2E2E2;
    font-style: normal;
    text-align: center;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(10/1920*100vw);
    color: #333333;
    margin-right: calc(2/1920*100vw);
}
.resMain .content .right .model .qd .ui i.active, 
.resMain .content .right .model .qd .ui i.cur {
    background: #34B327;
    color: #fff;
}
.resMain .content .right .model .words.words2,.resMain .content .right .model #securitycode {
    width: calc(242/1920*100vw);
    border-right: none;height: calc(47 / 1920 * 100vw);font-size: calc(16 / 1920 * 100vw);
}
.resMain .content .right .model #securitycode{border: 1px solid #ECECEC;padding: 0 15px;}
.resMain .content .right .model #securitycode:focus{outline: none;}
.resMain .content .right .model .code,.resMain .content .right .model #securitycode ~ span #captcha {
    position: absolute;
    right: 0;
    top: 0px;
    width: calc(100% - calc(242/1920*100vw));
    height: calc(47/1920*100vw);
    object-fit: cover;
    cursor: pointer;
}
.resMain .content .right .model .words.words3 {
    width: calc(226/1920*100vw);
}
.resMain .content .right .model .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(155/1920*100vw);
    height: calc(47/1920*100vw);
    background: #FFFFFF;
    border-radius: calc(4/1920*100vw);
    border: calc(1/1920*100vw) solid var(--c);
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: var(--c);
    cursor: pointer;
}
.resMain .content .right .send {
    height: calc(46/1920*100vw);
    background: var(--c);
    border-radius: calc(4/1920*100vw);
    width: 100%;
    display: block;
    border: none;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(20/1920*100vw);
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}
.resMain .content .right .send em {display: inline-block; width: 1em}

.alertmodel{
position: fixed;
z-index: 99999;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
}
.alertmodel .shadow{

}
.alertmodel .center{position:absolute;top: 30%;left: 50%;-o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: calc(50/1920*100vw);background: #FFFFFF;box-shadow: 0px 0px calc(36/1920*100vw) 0px rgba(222,222,222,0.46);border-radius: calc(6/1920*100vw);display: flex;align-items: center;justify-content: space-between;padding: 0px calc(30/1920*100vw);}
.alertmodel .center img{width: calc(23/1920*100vw);height: calc(22/1920*100vw);object-fit: contain;margin-right: calc(11/1920*100vw);}
.alertmodel .center span{font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(16/1920*100vw);color: #0F083C;position: relative;top: calc(-2/1920*100vw);}

/*弹窗登录*/
.popup_login{position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;display: none;z-index: 99;}
.popup_login .popupbg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);z-index: 0;}
.close_popup{position: absolute;right: 20px;top: 20px; width: calc(24 / 1920 * 100vw);height: calc(24 / 1920 * 100vw);background: url(../img/exit.png) center no-repeat;background-size: 100%;cursor: pointer;}
.popup_login .content{position: relative;z-index: 1; left: 50%;top: 50%;transform: translate(-50%,-50%); width: calc(491 / 1920 * 100vw);height: auto;  /*height: calc(555 / 1920 * 100vw);*/ display: none;background-color: #fff;box-shadow: 3px 3px 6px rgba(0,0,0,0.15),-3px -3px 6px rgba(0,0,0,0.15);justify-content: center;align-items: center;padding: 40px calc(53 / 1920 * 100vw);border-radius: 10px;}
.popup_login .content.cur{display: flex;}
.popup_login .content form{width: 100%;}

.popup_login .content .tips{font-size: calc(18 / 1920 * 100vw);text-align: center;margin-top: 15px;}
.popup_login .content .title:after{
    content:'';
    bottom:0px;
    position:absolute;
    width: calc(39/1920*100vw);
    height: calc(4/1920*100vw);
    background: var(--c);
    border-radius: calc(2/1920*100vw);
    margin-left: calc(-20/1920*100vw);
    left: 50%;
}
.popup_login .content .title {
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: calc(24/1920*100vw);
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: calc(16/1920*100vw);
    margin-bottom: calc(19/1920*100vw);
}
.popup_login .content .title em {
    display: inline-block;
    width: 1em;
}
.popup_login .content .model {
    position: relative;
    margin-bottom: calc(24/1920*100vw);
    font-size: calc(16/1920*100vw);
}
.popup_login .content .model .words.cw{
    border-color: red;
}
.popup_login .content .model .words {
    height: calc(47/1920*100vw);
    background: #FFFFFF;
    border-radius: calc(4/1920*100vw);
    border: calc(1/1920*100vw) solid #ECECEC;
    display: block;
    width: 100%;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: #888888;
    padding-left: calc(42/1920*100vw);
    padding-right: calc(30/1920*100vw);
    outline: none;
    cursor: unset;
}
.popup_login .content .model .words.s1 {
    background: url(../img/s1.png) no-repeat calc(14/1920*100vw) center;
    background-size: calc(17/1920*100vw);
}
.popup_login .content .model .words.s2 {
    background: url(../img/s2.png) no-repeat calc(14/1920*100vw) center;
    background-size: calc(20/1920*100vw);
}
.popup_login .content .model.passwords span.error-msg{
    width: 100%;
    text-align: right;
}
.popup_login .content .model .err {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(14/1920*100vw);
    color: #FF4D5E;
    position: absolute;
    left: 0;
    bottom: 0;
    bottom: calc(-21/1920*100vw);
    outline: none;
}
.popup_login .content .model .qd {
    position: absolute;
    bottom: calc(-21/1920*100vw);
    display: flex;
    align-items: center;
}
.popup_login .content .model .qd .color {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(14/1920*100vw);
    color: #FF4D5E;
}
.popup_login .content .model .qd .ui {
    display: flex;
    align-items: center;
}
.popup_login .content .model .qd .ui i {
    width: calc(29/1920*100vw);
    line-height: calc(12/1920*100vw);
    background: #E2E2E2;
    font-style: normal;
    text-align: center;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(10/1920*100vw);
    color: #333333;
    margin-right: calc(2/1920*100vw);
}
.popup_login .content .model .qd .ui i.active, 
.popup_login .content .model .qd .ui i.cur {
    background: #34B327;
    color: #fff;
}
.popup_login .content .model .words.words2,.popup_login .content .model #securitycode {
    width: calc(242/1920*100vw);
    border-right: none;height: calc(47 / 1920 * 100vw);font-size: calc(16 / 1920 * 100vw);
}
.popup_login .content .model #securitycode{border: 1px solid #ECECEC;padding: 0 15px;}
.popup_login .content .model #securitycode:focus{outline: none;}
.popup_login .content .model .code,.popup_login .content .model #securitycode ~ span #captcha {
    position: absolute;
    right: 0;
    top: 0px;
    width: calc(100% - calc(242/1920*100vw));
    height: calc(47/1920*100vw);
    object-fit: cover;
    cursor: pointer;
}
.popup_login .content .model .words.words3 {
    width: calc(226/1920*100vw);
}
.popup_login .content .model .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(155/1920*100vw);
    height: calc(47/1920*100vw);
    background: #FFFFFF;
    border-radius: calc(4/1920*100vw);
    border: calc(1/1920*100vw) solid var(--c);
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: var(--c);
    cursor: pointer;
}
.popup_login .content .send {
    height: calc(46/1920*100vw);
    background: var(--c);
    border-radius: calc(4/1920*100vw);
    width: 100%;
    display: block;
    border: none;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(20/1920*100vw);
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
}
.popup_login .content .send em {display: inline-block; width: 1em}
.popup_login .content a.return{font-size: calc(16 / 1920 * 100vw);}
.popup_login .content .center{display: flex;justify-content: space-between;margin-top: 15px;}

.agreen_popup{position: fixed;z-index: 99999;width: 100%;height: 100%;background: rgba(0, 0, 0, .5);top: 0;left: 0;display: none;}
.agreen_popup .content{position: absolute;width: 86.666%;max-width: 600px; height: 70vh; top: 50%;left: 50%;transform: translate(-50%, -50%);border-radius: 20px;padding: 25px 25px 50px;background: #FFFFFF;overflow: auto;box-sizing: border-box;position: relative;}
.agreen_popup .content .title{text-align: center;font-size: 18px;font-weight: bold;}
.agreen_popup .content .title2{font-weight: bold;font-size: 16px;margin-top: 0.1rem;margin-bottom: 0.025rem;}
.agreen_popup .content .con{margin-top: 20px;font-size: 15px;line-height: 1.4;height: calc(100% - 60px);overflow: auto;}
.agreen_popup .content .close{font-size: 15px;position: absolute;left: 0;bottom: 15px;text-align: center;width: 100%;display: flex;justify-content: center;}
.agreen_popup .content .close .btn{width: 100px;background-color: var(--c); color: #fff; height: 40px;line-height: 40px;cursor: pointer;}


/*个人中心 member*/
.usercenter {
    background: #F9F9F9;
    padding-top: calc(45/1920*100vw);
    padding-bottom: calc(50/1920*100vw);
}
.usercenter .w {
    display: flex;
}
.usercenter .left {
    width: calc(260/1920*100vw);
    background: #FFFFFF;
    padding: calc(42/1920*100vw) calc(45/1920*100vw);
}
.usercenter .left a {
    line-height: calc(50/1920*100vw);
    /* background: #F5F7F9; */
    border-radius: calc(8/1920*100vw);
    display: block;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(18/1920*100vw);
    color: #333333;
    padding-left: calc(24/1920*100vw);
}
.usercenter .left a.current {
    background: #F5F7F9;
}
.usercenter .right {
    background: #fff;
    margin-left: calc(25/1920*100vw);
    width: calc(100% - calc(285/1920*100vw));
    padding-top: calc(29/1920*100vw);
    padding-left: calc(45/1920*100vw);
    padding-right: calc(45/1920*100vw);
    padding-bottom: calc(22/1920*100vw);
}
.usercenter .right .title {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: #000000;
}
.usercenter .right .title b{
    color: #FF4D5E;
    font-weight: normal;
}
.usercenter .right .title a {
    color: var(--c);
}
.usercenter .right .block1 {
    display: flex;
    align-items: center;
    padding-top: calc(17/1920*100vw);
    padding-bottom: calc(20/1920*100vw);
    border-bottom: 1px solid #F0F0F0;
}
.usercenter .right .block1 .user {}
.usercenter .right .block1 .user img {
    width: calc(94/1920*100vw);
    height: calc(94/1920*100vw);
    object-fit: cover;
    border-radius: calc(300/1920*100vw);
}
.usercenter .right .block1 .rig {
    padding-left: calc(15/1920*100vw);
}
.usercenter .right .block1 .rig .name {
    font-family: AlibabaPuHuiTiM;
    font-weight: 400;
    font-size: calc(20/1920*100vw);
    color: var(--c);
}
.usercenter .right .block1 .rig .tel {
    font-family: Arial;
    font-weight: 400;
    font-size: calc(18/1920*100vw);
    color: #333333;
    padding-top: calc(10/1920*100vw);
}
.usercenter .right .block2 {}
.usercenter .right .block2 .information {
    padding-top: calc(26/1920*100vw);
    padding-bottom: calc(16/1920*100vw);
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: calc(24/1920*100vw);
}
.usercenter .right .block2 .information .item {
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: #333333;
    line-height: calc(36/1920*100vw);
    /* display: flex; */
    /* justify-content: space-between; */
    zoom: 1;
    overflow: hidden;
    padding-left: calc(115/1920*100vw);
    /* padding-top: 26px; */
    padding-right: calc(85/1920*100vw);
    padding-bottom: calc(9/1920*100vw);
}
.usercenter .right .block2 .information .item .s1 {
    float: left;
}
.usercenter .right .block2 .information .item .s1 b {
    color: #FF0000;
    font-weight: normal;
}
.usercenter .right .block2 .information .item .s2 {
    float: right;
    color: #999999;
}
.usercenter .right .block2 .information .item .s2 .sendimg {
    width: calc(106/1920*100vw);
    height: calc(36/1920*100vw);
    background: var(--c);
    border-radius: calc(4/1920*100vw);
    display: block;
    border: none;
    font-family: AlibabaPuHuiTiR;
    font-weight: 400;
    font-size: calc(16/1920*100vw);
    color: #FFFFFF;
}

.usercenter .right .block2 .send{
	width: calc(106/1920*100vw);
	height: calc(36/1920*100vw);
	background: var(--c);
	border-radius: calc(4/1920*100vw);
	display: block;
	margin: auto;
	border: none;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	font-size: calc(16/1920*100vw);
	color: #FFFFFF;
}


.usercenter .right .block2 .information .item .s2 .words{
	border:none;color: #999999;outline: none;width: 100%;
}


.up_file{width: .3rem;background: rgba(255,255,255,.8);border-radius: .1rem;float: left;}
.up_file .fileBox{width: 100%;}
.hide{display: none !important;}
.up_file .inputBox{width: 100%;height: .3rem;position: relative;cursor: pointer;border-radius: .05rem;}
.up_file .fileInput{width: 100%;height: 100%;opacity: 0;cursor: pointer;position: relative;z-index: 999;}
.up_file .add{position: absolute;top: 0;left: 0;width: 100%;height: .3rem;border: 1px dashed #000000;border-radius: .05rem;background: rgba(0,0,0,.1);line-height: .25rem;text-align: center;font-size: .25rem;color: #000000;}
.up_file .close{width: .12rem;height: .12rem;position: absolute;right: 10px;top: 10px;background: url('../img/028.png');background-size: 100% 100%;z-index: 9999;}
.up_file img{top: 0;left: 0;display: block;width: 100%;height: 100%;border-radius: .05rem;position: absolute;object-fit: fill;}
.show-info .ewm img{max-width: 100%;}

.news_list{margin-bottom: 0.15rem;padding: 0.15rem;border: 1px solid #ccc;border-radius: 0.15rem;margin-top: 0.15rem;}
.news_list li .con{
    position: relative;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.12rem;
    overflow: hidden;
    display: block;
    border-bottom: 1px solid #d0d0d0;
    transition: color .5s;}
.news_list li .txt {
    float: left;
    width: calc(100% - 220px);
    box-sizing: border-box;
    padding-left: 80px;
    background: url(../img/icon1.png) no-repeat left center;
    background-size: 53px;
    background: none;
    color: #333;
    transition: color .5s;
}
.news_list li .con svg{position: absolute;left: 0;top: 30px;width: 60px;height: 45px;}
.news_list li .con svg path {fill: #333;}
.news_list li .date {
    float: right;
    width: 220px;
    text-align: right;
    color: #333;
}
.news_list li .txt:hover{color: #ff0033!important;}

.index_news{padding-top: 0.1rem;}
.news_list2 ul{display: flex;flex-wrap: wrap;width: 100%;}
.news_list2 li{width: 48%;margin-right: 2%;padding-left: 0;}
.news_list2 li .txt{padding-left: 0;width: calc(100% - 100px);}
.news_list2 li .date{width: 100px;}
.news_list2 li .con{height: 0.36rem;line-height: 0.36rem;font-size: 0.1rem;}
.news_list2{padding-top: 0.05rem;}

.index_flink {margin-bottom: -0.1rem;}
.index_flink .tit h3{font-weight: normal;color: var(--c);}
.flink_list {display: flex;flex-wrap: wrap;margin-top: 0.15rem;}
.flink_list a{margin-right: 0.1rem;margin-bottom: 0.1rem;font-size: 0.09rem;}
.flink_list a:hover{color: var(--c);}

.pages{padding: 0.1rem 0;text-align: center;margin-top: 10px!important;}
.pages a {
    width: 3.508vw;
    height: 2.566vw;
    line-height: 2.566vw;
    font-size: 1.25vw;
    border-radius: 2.083vw;
    color: var(--c);
    border: 0.104vw solid #d0d0d0;transition: all .5s;
}
.pages a.on{background-color: var(--c);color: #fff;}
.news_detail_con{font-size: 0.09rem;padding: 0.1rem 0;line-height: 2;}
.news_detail_con p{margin-bottom: 0.1rem;}
.news_detail .news_list{padding-top: 0;}
.news_detail .news_list li {position: relative;}
.news_detail .news_list li .con{display: flex;align-items: center;}
.news_detail .news_list li .txt{float: none;width: 70%;color: var(--c)!important;line-height: 1.6;padding-top: 0;;}
.news_detail .news_list li .info{position: absolute;right: 0;top: 0;color: var(--c);font-size: 1vw;}
.news_detail .news_list li .info span{padding-left: 10px;}

.question_list{margin-bottom: 0.15rem;padding: 0.15rem;border: 1px solid #ccc;border-radius: 0.15rem;margin-top: 0.15rem;}
.question_list li{margin-bottom: 2vw;}
.question_list li .con{color: #333;position: relative;}
.question_list li svg{position: absolute;left: 0;top: 0px;width: 60px;height: 45px;}
.question_list li svg path {fill: #333;}
.question_list li .title {
        background: url(../img/icon4.png) no-repeat left top;
        background: none;
        font-size: 0.12rem;
        padding: 0 0 10px 70px;
        margin-bottom: 0.15rem;
        min-height: 0;
        border-bottom: 1px solid #ccc;
        min-height: 60px;
        line-height: 1.5;
        padding-top: 0.03rem;
}
/*.question_list li .con:hover .title{color: #ff0033!important;}*/
/*.question_list li .con:hover svg path{fill:#ff0033!important;}*/
.question_list li .txt{font-size: 0.08rem;line-height: 1.8;}

@media(min-width: 769px){
	.xuanhao_c{box-shadow: 0px 0px 10px #ddd;}
	.w {
        width: 90%;
        width: 71%;
        max-width: 1600px;margin-left: auto;margin-right: auto;
    }
}
/*wf*/
@media(max-width: 1440px){
  .w,.wrap{width: 68%;}
}

.w .tit h3 span{font-weight: bold;}
.w .tit a.return{float: right;font-size: 0.11rem;line-height: 1.5;padding: 0.05rem 0.15rem;border-radius: 0.15rem;color: #fff;}
.jieguo{margin-top: 0.2rem;}
.jieguo .tit{margin-bottom: 0.05rem;}
.container{padding-top: 0.25rem;}
.cailing_wrap{padding-top: 0.3rem;padding-bottom:  0.3rem;}
.cailing_wrap .tit h3{font-size: 0.15rem;font-weight: normal;}
.cailing_list{padding: 0.05rem 0.15rem 0.15rem;border: 1px solid #ccc;border-radius: 10px;margin-top: 0.05rem;margin-bottom: 0.25rem;}
.cailing_list .item{display: flex;justify-content: space-between;width: 100%;padding: 0.08rem 0;border-bottom: 1px solid #ccc;}
.cailing_list .item .con{flex: 1;margin-right: 0.1rem; text-align: justify; font-size: 0.09rem;display: flex;align-items: center;}
.cailing_list .item .btn{width: 0.76rem;height: 0.26rem;background-color: #f7592e; color: #fff;display: flex;justify-content: center;align-items: center;border-radius: 0.3rem;cursor: pointer;}
.cailing_list .item .icon{width: 0.14rem;height: .15rem;background: url(../img/icon_music_w.png) center no-repeat;background-size: 100%;margin-right: 0.05rem;}
.cailing_list .item .txt{font-size: 0.09rem;}
#cailing_audio,#cailing_audio2,#cailing_audio3{opacity: 0;visibility: hidden;width: 0;height: 0;}


.liucheng_box{padding: 0.15rem;border: 1px solid #ccc;border-radius: 10px;}
.liucheng_box .tit h3{font-size: 0.15rem;font-weight: normal;margin-bottom: 0.15rem;}
.liucheng_box p{font-size: 0.09rem;margin-bottom: 0.1rem;line-height: 1.5;}
.liucheng_box h5{font-size: 0.12rem;font-weight: normal;margin-bottom: 0.1rem;}
.liucheng_box h4{font-size: 0.13rem;font-weight: normal;margin-bottom: 0.1rem;}
.cailing_wrap .gourl{float: right;width: 0.8rem;height: 0.25rem;line-height: 0.25rem;text-align: center; border-radius: 0.05rem;display: block;color: #fff;font-size: 0.1rem;}
.cailing_wrap .gourl:hover{color: #fff;}

/*彩铃定制*/
.cailing_wrap.cailing_dingzhi_wrap{padding-top: 0.15rem;padding-bottom: 0.15rem;}
.cailing_wrap.cailing_dingzhi_wrap .tit h3{font-weight: bold;}
.cailing_list.caliling_mb .btn{display: none;}
.caliling_mb .item:last-child {border-bottom: 0;}
.caliling_mb .item .con{display: block;}
.caliling_mb .item .con .title{font-size: 0.12rem;font-weight: bold;}
.caliling_mb .item .con .desc{font-size: 0.09rem;margin-top: 0.05rem;line-height: 1.5;padding-left: 2em;}

.create_form{padding: 0.05rem 0.15rem 0.15rem;margin-top: 0.15rem;margin-bottom: 0.2rem;border-radius: 0.05rem;}
.create_form .top_con{display: flex;flex-wrap: wrap;align-items: center;}
.create_form .middle_con{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 800px;margin-bottom: 0.1rem;margin-top: 0.1rem;}
.create_form .choose_voice{display: flex;flex-wrap: wrap;align-items: center;width: 100%;}
.create_form .choose_bgm{display: flex;flex-wrap: wrap;align-items: center;width: 100%;margin-top: 0.1rem;}
.create_form .choose_bgm select{height: 0.175rem;margin-right: 10px;font-size: 0.1rem;}
.create_form .label{font-size: 0.1rem;min-width: 0.5rem;}
.create_form .textarea_con{flex: 1;max-width: 800px;}
.create_form .textarea_con textarea{width: 100%;padding: 0.075rem;border-color: #ccc;border-radius: 5px;font-size: 0.08rem;}
.create_form .item{font-size: 0.1rem;}
.create_form .item input{font-size: 0.1rem;}
.create_form .item .radio{margin-right: 5px;cursor: pointer;}
.create_form #bgm{font-size: 0.08rem;border-radius: 0.025rem;padding: 0 3px;width: 1rem;}

.choose_bgm .choose_bgm_text{margin-left: 0.1rem;position: relative;font-size: 16px;cursor: pointer;max-width: 220px;width: 200px;z-index: 99;margin-right: 0.1rem;}
.choose_bgm .choose_bgm_select{position: absolute;top: 100%;left: -0px;max-width: 220px; width: 200px; padding: 5px 0px;background-color: rgba(255,255,255,0.99);border-radius: 12px;box-shadow: 3px 3px 6px rgba(0,0,0,0.06),-3px -3px 6px rgba(0,0,0,0.06);opacity: 0;visibility: hidden;transition: all 0.4s;height: 320px;overflow: auto;}
.choose_bgm .choose_bgm_text.on .choose_bgm_select{opacity: 1;visibility: visible;}
.choose_bgm .choose_bgm_select .p{height: calc(40 / 1920 * 100vw);line-height: calc(40 / 1920 * 100vw); padding: 0 15px;transition: all 0.2s;cursor: pointer;border-bottom: 1px solid #eee;width: 100%;overflow: hidden;white-space: nowrap;}
.choose_bgm .choose_bgm_select .p:last-child{border-bottom: 0;}
.choose_bgm .choose_bgm_select .p:hover,.choose_bgm .choose_bgm_select .p.on{color: #ff0033;}
.choose_bgm .text{background: #f0f0f0 url(../img/icon_xiala.png) right 8px center no-repeat;border-radius: 5px;border: 1px solid #999;padding: 0 10px;font-size: 16px;height: 39px;line-height: 39px;background-size: 14px;overflow: hidden;white-space: nowrap;}
.choose_bgm .icon_xiala{position: absolute;right: 8px;top: 50%;width: 14px;height: 14px;margin-top: -7px;object-fit: contain;pointer-events:none;}
/*火狐浏览器*/
.choose_bgm .choose_bgm_select{scrollbar-width: thin; }

.choose_bgm .choose_bgm_select::-webkit-scrollbar{width:10px;height:5px;}
.choose_bgm .choose_bgm_select::-webkit-scrollbar-track:vertical{background-color:black}
.choose_bgm .choose_bgm_select::-webkit-scrollbar-track-piece{background:#E3E3E3}
.choose_bgm .choose_bgm_select::-webkit-scrollbar-thumb:vertical{background-color:#555;border-radius:30px}
.choose_bgm .choose_bgm_select::-webkit-scrollbar-thumb:vertical:hover{background-color:#3B3B3B}
.choose_bgm .choose_bgm_select::-webkit-scrollbar-corner:vertical{background-color:#535353}
.choose_bgm .choose_bgm_select::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00}



#charCount{position: absolute; bottom: 10px; right: 10px; font-size: 12px;}
#bgmListenBtn{width: 0.6rem;height: 0.2rem;border-radius: 5px;background-color: var(--c);color: #fff;border: 0;font-size: 0.08rem;cursor: pointer;}
.create_form .bottom_con{display: flex;justify-content: center;max-width: 800px;margin-top: 0.1rem;margin-left: 0.5rem;}
.create_form .bottom_con button{width: 0.6rem;height: 0.2rem;border: 0;background-color: var(--c);color: #fff;font-size: 0.08rem;border-radius: 0.1rem;cursor: pointer;margin: 0 5px;}
.create_form .bottom_con #downloadBtn{width: 0.6rem;height: 0.2rem;line-height: 0.2rem; text-align: center; color: #fff;font-size: 0.08rem;border-radius: 0.1rem;cursor: pointer;display: block;}
.create_form .tips{text-align: center;font-size: 0.09rem;max-width: 800px;margin-left: 0.5rem;margin-top: 0.075rem;}

/*400电话办理流程*/
.liucheng_banli{display: flex;flex-wrap: wrap;width: 100%;margin-top: 20px;padding: 20px;}
.liucheng_banli .item{width: 18%;margin: 0 1%;height: 0.85rem;border-radius: 10px;border: 1px solid #ccc;text-align: center;color: #fff;border-radius: 0.2rem;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;background-color: var(--bgc);}
.liucheng_banli .item .num{font-size: 0.15rem;}
.liucheng_banli .item .title{font-size: 0.1rem;margin-top: 0.1rem;}

.tableinfo .icon {background: url(../img/new-icon3.png) no-repeat;width: 234px;height: 207px;background-size: 100%;position: absolute;right: 75px;top: 50%;transform: translateY(-50%);}

.tableinfo {margin-top: 0.2rem; border: 0.104vw solid #d0d0d0;border-radius: 1.562vw;margin-bottom: 2.083vw;position: relative;    }
.tableinfo  table{border-collapse: collapse;border-spacing: 0;border: 0;width: 80%;}
.tableinfo td {
    box-sizing: border-box;
    padding: 0.15rem;
    font-size: 0.833vw;
    border-bottom: 0.104vw solid #d0d0d0;
    border-right: 0.104vw solid #d0d0d0;
}
.tableinfo tr:last-of-type td {
    border-bottom: none;
}
.tableinfo .w1 {width: 15%;    }
.tableinfo .w2 {width: 40%;    }
.tableinfo .w3 {width: 15%;    }
.tableinfo .w4 {width: 15%;    }
.tableinfo .icon {width: 15%;height: 10.78vw;background-size: 60px;right: 0.15rem;transform: translateY(-50%);background-position: center;    }

.jieshao_top{}
.jieshao_top h3{font-size: 0.21rem;}
.jieshao_top .desc{margin-top: 0.1rem;}

.diqulist{margin-top: 0.2rem;margin-bottom: 0.3rem;}
.diqulist ul{display: flex;justify-content: center;margin-top: 0.15rem;border:1px solid #ccc;border-radius: 10px;}
.diqulist li{flex: 1; height: 0.45rem;text-align: center;border-right: 1px solid #ccc;display: flex;align-items: center;justify-content: center;}
.diqulist li a{display: block;font-size: 0.12rem;}
.diqulist li a:hover{color: var(--c);}
.diqulist ul li:last-child{border-right-width: 0;}

.diqulist.box{display: none;}
.diqulist.box.cur{display: block;}

.zixuntab_wrap{position: relative;margin-top: 0.15rem;}
.zixuntab{display: flex;flex-wrap: wrap;}
.zixuntab .con{min-width: 0.7rem;height: 0.35rem;line-height: 0.35rem;text-align: center;border-radius: 0.15rem; border: 1px solid #ccc;margin-right: 0.075rem;font-size: 0.12rem;cursor: pointer;}
.zixuntab .con.cur{background-color: var(--c);color: #fff;}
.zixuntab_wrap .title{display: none;}


.haomalist ul {display: flex;flex-wrap: wrap;}
.haomalist ul li {width: 15.2%;background: #ebe9f1;border-radius: 6px;margin-left: 1.5%;margin-top: 2%;padding: .12rem .05rem;transition: all .3s;}
.haomalist ul li:hover{background-color: var(--c);color: #Fff;}
.haomalist ul li:hover a{color: #Fff;}
.haomalist ul li:nth-child(6n+1) {margin-left: 0;}
.haomalist ul li a {font-weight: normal;color: #27147e;font-size: .13rem;line-height: 1;transition: all .3s;text-align: center;display: block;}

.m-mzw-table-m1 {
    border: 0.005rem solid rgb(208, 208, 208);
    border-radius: 0.12rem;
    background-color: #e9eff2;
    padding: 1px 0.2rem 0.25rem;
    margin-top: 0.2rem;

}
.m-mzw-table-m1.models3 table {
      margin-bottom: 2.083vw;width: 100%;
  }
.m-mzw-table-m1 td {
        height: 4.705vw;
        font-size: 1.058vw;
    }
.m-mzw-table-m1 th {
    height: 5.882vw;
    font-size: 1.411vw;font-weight: normal;
}
.m-mzw-table-m1 tr {
      border-bottom: 0.117vw solid rgb(208, 208, 208);
  }
.m-mzw-table-m1.models3 .txt {
        font-size: 0.885vw;
    }
.m-mzw-table-m1.models3 .txt {
        font-size: 0.08rem;line-height: 1.5;margin-top: 2.083vw;
    }
.tbsm{line-height: 2;font-size: 0.08rem;padding-top: 0.2rem;}
.table-ph{display: none;}
.jieshao_txt h3{margin-bottom: 0.1rem;}

.icp_content{text-align: center;border: 1px solid #eee;border-radius: 0.2rem;padding: 0.15rem;}
.icp_content img{max-width: 100%;}

.apply_wrap .tit{padding-bottom: 10px;}
.apply_wrap .itemmodel {margin-top: calc(28/1920*100vw);margin-top:0!important; background: #FFFFFF;padding-top: calc(28/1920*100vw);}
.apply_wrap .item .gnsm{cursor: pointer;color: var(--hc);}
.apply_wrap .item {zoom:1;overflow: hidden;margin-bottom: calc(11/1920*100vw);line-height: calc(37/1920*100vw);}
.apply_wrap .item .s1 {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(16/1920*100vw);color: #000000;width: calc(170/1920*100vw);float: left;text-align: right;padding-right: calc(18/1920*100vw);}
.apply_wrap .item .s2 b {font-family: Arial;font-weight: 400;font-size: calc(28/1920*100vw);color: var(--hc);}
.apply_wrap .item .s2 {width: calc(100% - calc(170/1920*100vw));float: left;font-size: calc(16 / 1920 * 100vw);}
.apply_wrap .item .s2 .words {width: calc(311/1920*100vw);height: calc(37/1920*100vw);background: #FFFFFF;border: calc(1/1920*100vw) solid #E2E2E2;display: block;font-size: calc(15/1920*100vw);padding: 0px calc(12/1920*100vw);}
.apply_wrap .warning {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(16/1920*100vw);color: #333333;padding-left: calc(60/1920*100vw);margin-top: calc(22/1920*100vw);margin-bottom: calc(20/1920*100vw);background: url(../img/wa.png) no-repeat calc(29/1920*100vw) center;background-size: calc(18/1920*100vw);}
.apply_wrap .sendFile {background: rgb(247 247 247 / 50%);padding-top: calc(20/1920*100vw);margin: 0px 0;}
.apply_wrap .sendFile .item {margin-bottom: calc(25/1920*100vw);}
.apply_wrap .sendFile .item .s1 {width: calc(170/1920*100vw);}
.apply_wrap .sendFile .item .s2 {width: calc((100% - 170)/1920*100vw);}
.apply_wrap .warning2 {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(14/1920*100vw);color: #757575;padding-left: calc(42/1920*100vw);padding-bottom: calc(31/1920*100vw);}
.apply_wrap .warning3 {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(16/1920*100vw);color: #000000;line-height: calc(30/1920*100vw);padding-top: calc(27/1920*100vw);padding-left: calc(44/1920*100vw);padding-bottom: calc(39/1920*100vw);}
.apply_wrap .warning3 b {}
.apply_wrap .btns{display: flex;justify-content: center;}
.apply_wrap .btns button {width: calc(160/1920*100vw);height: calc(38/1920*100vw);background: var(--hc);border-radius: calc(19/1920*100vw);display: block;margin: 20px;border: none;font-family: AlibabaPuHuiTiM;font-weight: 400;font-size: calc(18/1920*100vw);color: #FFFFFF;cursor: pointer;}
.apply_wrap .btns .reset{background-color: #ccc;}
.checkItem span {padding-left: calc(27/1920*100vw);}
.checkItem {position: relative;display: inline-block;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(16/1920*100vw);color: #000000;margin-right: calc(27/1920*100vw);vertical-align: middle;}
.checkItem input[type=radio],.checkItem input[type=checkbox] {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);margin: 0;padding: 0;opacity: 0;z-index: 2;}
.checkItem input[type=radio]+label,.checkItem input[type=checkbox]+label {cursor: pointer;}
.checkItem input[type=radio]+label::before,.checkItem input[type=radio]+label::after,.checkItem input[type=checkbox]+label::before,.checkItem input[type=checkbox]+label::after {content: '';display: block;position: absolute;left: 0;top: 50%;margin-top: -0.3645833333333333vw;width: calc(16/1920*100vw);height: calc(16/1920*100vw);background: #FFFFFF;}
.checkItem input[type=radio]+label::before,.checkItem input[type=checkbox]+label::before {border: calc(1/1920*100vw) solid #DEDEDE;background: #fff;}
.checkItem input[type=radio]+label::before,.checkItem input[type=radio]+label::after {border-radius: 50%;}
.checkItem input[type=radio]:checked+label::before,.checkItem input[type=radio]:checked+label::after,.checkItem input[type=checkbox]:checked+label::before,.checkItem input[type=checkbox]:checked+label::after {-webkit-animation: cd-bounce .3s;-moz-animation: cd-bounce .3s;animation: cd-bounce .3s;border-color: var(--hc);}
.checkItem input[type=radio]+label::after,.checkItem input[type=checkbox]+label::after {background-color: #F29700;background-position: center center;background-repeat: no-repeat;display: none;background: url(../images/corr.png) no-repeat center center;}
.checkItem input[type=radio]+label::after {}
.checkItem input[type=radio]:checked+label::after,.checkItem input[type=checkbox]:checked+label::after {display: block;}

.apply_wrap{padding: 0.15rem;border-radius: 0.1rem;border: 1px solid #ccc;}
.apply_form{max-width: 800px;margin-left: auto;margin-right: auto;}
.apply_wrap .upimg {position: relative;width: calc(110/1920*100vw);height: calc(110/1920*100vw);background: url(../img/sc.png) no-repeat center center;background-size: 100% 100%;cursor: pointer;float: left;}
.apply_wrap .upimg input {position: absolute;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.apply_wrap .showui {display: flex;justify-content: flex-start;}
.apply_wrap .showui li:last-child {/* margin-right:0px;*/}
.apply_wrap .showui li {width: calc(110/1920*100vw);height: calc(110/1920*100vw);position: relative;overflow: hidden;display: inline-block;margin-right: calc(17/1920*100vw);background: #f1f1f1;}
.apply_wrap .showui li img.showimg {position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 6;object-fit: cover;width: 100%;height: 100%;}
.apply_wrap .showdiv {position: absolute;z-index: 9;bottom: 0;width: 100%;padding: calc(10/1920*100vw);display: flex;justify-content: space-around;background: rgba(0,0,0,.6);}
.apply_wrap .showdiv img {width: calc(20/1920*100vw);height: calc(20/1920*100vw);cursor: pointer;margin: 0;padding: 0;background-color: transparent;}
.apply_wrap .showui li:first-child img.left {opacity: .6;cursor: no-drop;padding: 0;margin: 0;background-color: transparent;}
.apply_wrap .showui li:last-child img.right {opacity: .6;cursor: no-drop;padding: 0;margin: 0;background-color: transparent;}
.apply_wrap .oneright {opacity: .6;cursor: no-drop !important;}
.apply_wrap .sendFile .item .s2 .sendimg .btn {display: none;}
.apply_wrap .sendFile .item .s2 .sendimg .showimg {float: left;}
.apply_wrap .sendFile .item .s2 .sendimg {float: left;}
.apply_wrap .sendFile .item .s2 .demo {width: calc(111/1920*100vw);height: calc(110/1920*100vw);float: left;margin-left: calc(17/1920*100vw);background: url(../img/sl1.png) no-repeat center center;
    background-size: cover;}
.apply_wrap .res_content{text-align: center;padding-bottom: 0.2rem;}
.apply_wrap .res_content .img img{width: 0.5rem;}
.apply_wrap .res_content .title{font-size: 0.14rem;margin-top: 0.1rem;color: var(--hc);}
.apply_wrap .res_content .desc{font-size: 0.09rem;margin-top: 0.1rem;}


.tcnxlist{display: flex;flex-wrap: wrap;width: 100%;}
.tcnxlist .con{width: calc(60/1920*100vw);height: calc(30/1920*100vw);line-height: calc(30/1920*100vw);background-color: #f0f0f0;color: #333;margin-right: 0.05rem;margin-bottom: 0.05rem;font-size: calc(16/1920*100vw);text-align: center;border-radius: 5px;cursor: pointer;}
.tcnxlist .con.cur{background-color: var(--c);color: #fff;}
.tcnxlist .hidden{display: none;}
.tcnxlist .zdyct_ipt{padding: 0 10px;;}
.tcnxlist .zdyct_ipt input{   width: 80px;height: calc(30/1920*100vw);text-align: center;}

.kehu_logo ul li{width: 15%; margin: .1rem 0 0 2%;}
.kehu_logo ul li:nth-child(3n+1){margin-left: 2%;}
.kehu_logo ul li:nth-child(6n+1){margin-left: 0;}

@media(max-width: 950px){
  .kehu_logo ul li{width: 32%;}
  .kehu_logo ul li:nth-child(2n+1){margin-left: 2%;}
  .kehu_logo ul li:nth-child(3n+1){margin-left: 0%;}
  .table-ph{
    border-radius: 30px;
    border: 2px solid #d0d0d0;
  }
  .table-ph  li{
    border-bottom: 2px solid #d0d0d0;
  }
  .table-ph  li:last-of-type{border-bottom: none;}
  .table-ph .con{display: flex;}
  .table-ph .tit{
    width: 30%;flex: 0 0 auto;
    float: left;margin-bottom: 0;
  }
  .table-ph .info{
    overflow: hidden;
    border-left: 2px solid #d0d0d0;
    flex: 1;
  }
  .table-ph .info.color{color: #FE5729;}
  .table-ph .tit,
  .table-ph .info,
  .table-ph .txt
  {
    box-sizing: border-box;
    padding: 40px;
    font-size: 24px;
  }
  .m-picktel-detail .g-mzw-tit-m1 span{
    display: block;
  }
}
@media(min-width: 769px){
  .zixuntab{display: flex!important;}
}
@media(max-width: 768px){
    .pcshow{display: none;}

    .zixuntab_wrap .title {
        background-color: #fff;
        color: #184050;
        border: 0.266vw solid #184050;
        height: 14vw;
        line-height: 14vw;padding: 0px 5.333vw;
        border-radius: 4vw;
        display: block;
        position: relative;
    }
    .zixuntab_wrap .title.active {
        border-radius: 4vw 4vw 0 0;
    }
    .zixuntab_wrap .title::after {
      position: absolute;top: 0;
        content: "";
        width: 4vw;
        height: 100%;
        right: 5.333vw;
        background: url(../img/icon_xiala_b.png) center center / 3.866vw 2.133vw no-repeat;
    }
    .zixuntab{display: none;position: relative;left: 0;top: 100%;width: 100%;background-color: #fff;border-radius: 0 0 4vw 4vw;transform: unset;
        height: auto;
        border-radius: 5.333vw;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-sizing: border-box;
        border: 0.266vw solid #184050;overflow: hidden;
        border-top: none;}
    .zixuntab .con{width: 100%;border: 0;border-radius: 0!important;height: 0.45rem;line-height: 0.45rem;font-size: 0.12rem;}
    .table-ph{display: block;}
    .table-ph .con .pic {
        height: 33.33vw;
        width: 33.33vw;margin-left: auto;margin-right: auto;
        background: url(../images/picktel/new-icon3.png) no-repeat center;
        background-size: 22.13vw;
    }
    .liucheng_banli .item{width: 100%;margin-left: 0;margin-right: 0;margin-bottom: 10px;}
    .liucheng_banli .item .title{font-size: 0.13rem;margin-top: 0;}

    .haomalist ul li{width: 32%;margin-left: 1%;}
    .haomalist ul li:nth-child(3n+1){margin-left: 0;}

    .m-mzw-table-m1.models3{display: none;}

    
    .table-ph{
        border-radius: 4vw;
        border: 0.266vw solid #d0d0d0;
      }
      .table-ph  li{
        border-bottom: 0.266vw solid #d0d0d0;
      }
      .table-ph .con{}
      .table-ph .info{
        border-left: 0.266vw solid #d0d0d0;
      }
      .table-ph .info{
      }
      .table-ph .info,
      .table-ph .tit,
      .table-ph .info,
      .table-ph .txt,.tbsm
      {
        box-sizing: border-box;
        /* padding: 5.333vw; */
        padding: 4vw;
        font-size: 3.2vw;
      }

    .jieguo_c ul li a{width: 0.32rem!important;}


    .cailing_list .item .con{font-size: 0.11rem;}
    .caliling_mb .item .con .desc{font-size: 0.1rem;}
    .create_form{padding: 0.1rem;}
    .create_form .choose_bgm{margin-top: 0.1rem;}
    .create_form #bgm{font-size: 0.1rem;width: 1.2rem;}
    .create_form .bottom_con,.create_form .tips{margin-left: 0;}
    #bgmListenBtn,.create_form .bottom_con button,.create_form .bottom_con #downloadBtn{font-size: 0.09rem;width: 0.7rem;height: 0.22rem;}
    .create_form .textarea_con textarea{font-size: 0.1rem;}
    .choose_bgm .choose_bgm_text{height: calc(40 / 700 * 100vw);line-height: calc(40 / 700 * 100vw);font-size: calc(24 / 700 * 100vw);width: 140px;margin-left: 0;}
    .choose_bgm .text{height: calc(40 / 700 * 100vw);line-height: calc(40 / 700 * 100vw);font-size: calc(22 / 700 * 100vw);background-size: 10px;}
    .choose_bgm .choose_bgm_select{right: 0;left: auto;width: 100%;border-radius: 5px;padding-top: 5px;padding-bottom: 5px;height: 205px;}
    .choose_bgm .choose_bgm_select .p{height: 26px;line-height: 26px;padding: 0 10px;font-size: 12px;}
    .choose_bgm .icon_xiala{width: 10px;height: 10px;margin-top: -5px;}

    .news_list li .con {
        height: auto;
        line-height: 1.5;
        padding: 2.263vw 0;
        border-width: 1px;
        
    }
    .news_list li .con svg{width: 24px;height: 24px;top: 15px;}
    .news_list li .txt {
        padding-left: 7.57vw;
        background-size: 7.368vw;
        line-height: 1.5;
        background-position: left 0.526vw;
        /* width: 48.42vw; */
        width: 56vw;
        font-size: 3.789vw;
        background-size: 19px;
    }
    .news_list li .date {
        width: 21.05vw;line-height: 1.2;
        font-size: 3.789vw;
    }
    .news_list2 li{width: 100%;}
    .news_list2 li .txt{padding-left: 0;}

    .pages a{width: 30px;line-height: 26px;height: 26px;font-size: 14px;}
    .news_detail_con{font-size: 14px;}
    .news_detail .news_list{padding-top: 15px;}
    .news_detail .news_list li .con{padding-top: 0;}
    .news_detail .news_list li .info{font-size: 14px;}
    .news_detail .news_list li .info .name{display: none;}
    .news_detail .news_list li .info span{display: none;}
    .news_detail .news_list li .info .ph_date{display: block;}

    .question_list li .title{padding-left: 30px;min-height: 30px;padding-top: 0;}
    .question_list li svg{width: 24px;height: 24px;}

    

    .w, .wrap{width: 93.75%;}
    .fot_logo{margin-top: 0.03rem;}
    .xuanhao_content{padding-top: 15px;}
    .xuanhao_content .xuanhao_lf{flex-direction: column;}
    .xuanhao_content .xuanhao_lf .xuanhao_1{margin-bottom: 0.12rem;}
    .xuanhao_content .btns{margin-left: 0;}
    .ballon p{font-size: 12px!important;}
    .ballon{font-size: 13px;width: 260px;margin-top: -26px;line-height: 22px;left: 0;}
    .ballon::after{left: 33px;bottom: -9px;}
    .balloon_close{width: 11px;top: 5px;right: 5px;}

    .xuanhao_2 .xuanhao_jiage_text{height: calc(46 / 700 * 100vw);font-size: calc(24 / 700 * 100vw);width: 100px;margin-left: 0;}
    .xuanhao_2 .text{height: calc(46 / 700 * 100vw);line-height: calc(46 / 700 * 100vw);font-size: calc(22 / 700 * 100vw);background-size: 10px;}
    .xuanhao_2 .xuanhao_jiage{right: 0;left: auto;width: 120px;border-radius: 5px;padding-top: 5px;padding-bottom: 5px;}
    .xuanhao_2 .xuanhao_jiage .p{height: 26px;line-height: 26px;padding: 0 15px;}
    .xuanhao_2 .icon_xiala{width: 10px;height: 10px;margin-top: -5px;}

	.show-info .ewm{width: 1rem;}
	.xuanhao_c{background-color: transparent;padding: 0 0 15px 0;}
	.xuanhao .tit{font-size: 0.14rem;}
	.xuanhao_content .btns button{font-size: 0.13rem;height: 0.25rem;}
	.xuanhao_bottom{justify-content: space-between;}
	.xuanhao_bottom .xuanhao_3{flex-direction: column;flex: 1; margin-right: 15px;align-items: flex-start;}
	.xuanhao_bottom .xuanhao_3 p{font-size: 12px;width: 100%;}
	.sj_dn.xuanhao{padding-left: 0;padding-right: 0;}
	.xuanhao_1 .switchTxt .model.type2 .item input{background-color: #Fff;border-radius: 3px;border-width: 1px;}
	.xuanhao_bottom .xuanhao_2{font-size: 12px;flex-direction: column;justify-content: center;align-items: flex-start;}
	.xuanhao_jiage_s select{height: 20px;font-size: 12px;width: 100px;margin-left: 0;margin-top: 4px;padding-left: 0;}
	.xuanhao_bottom .xuanhao_num_4{width: 100%;margin-top: 5px;}
	.xuanhao_bottom .xuanhao_num_4 button{width: 0.16rem!important;height: 0.16rem!important;line-height: 0.16rem!important; background-color: transparent;flex: 0 0 auto;margin-top: 0;font-size: 13px;margin-bottom: 0;}

	/*选号列表页*/
	.jieguo_c ul li {
        width: calc((100% - .1rem) / 3)!important;
        margin-left: .05rem!important;  padding: 0.08rem 0.08rem!important;      
    }
    .jieguo_c ul li:nth-child(2n+1){margin-left: .05rem!important;}
    .jieguo_c ul li:nth-child(3n+1){margin-left: 0!important;}
    .jieguo_c ul li h3{font-size: 0.12rem!important;letter-spacing: 0!important;text-align: center;margin-top: 0.04rem;}
    .jieguo_c ul li a{white-space: nowrap;overflow: hidden;max-width: 50%;}

    .jieguo_c ul li .label{width: 0.24rem;height: 0.12rem;line-height: 0.12rem;font-size: 0.075rem;}


    /*客服*/
    .indexPage {margin-top: 0.1rem;}
	.indexPage .wrap {}
	.wrap {width:93.75%;max-width:calc(1600/768*100vw);margin:0 auto;}
	.indexPage .section1 {line-height:calc(214/768*100vw);background:var(--c);border-radius:calc(15/768*100vw);font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(48/768*100vw);color:#FFFFFF;padding-left:calc(34/768*100vw);background:url(../img/bg1.png) no-repeat 93% center var(--c);background-size:calc(107/768*100vw);}
	.indexPage .section2 {}
	.indexPage .section2 .title {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(32/768*100vw);color:#333333;padding-top:calc(65/768*100vw);padding-bottom:calc(56/768*100vw);}
	.indexPage .section2 .list {zoom:1;overflow:hidden;}
	.indexPage .section2 .list ul {}
	.indexPage .section2 .list li:nth-child(4n) {margin-right:0px;}
	.indexPage .section2 .list li {float:none;height:auto;background:#F2F7FA;border-radius:calc(13/768*100vw);border:calc(1/768*100vw) solid var(--c);margin-right:0;margin-bottom:calc(30/768*100vw);width:100%;position:relative;padding-top:calc(14/768*100vw);padding-left:calc(18/768*100vw);}
	.indexPage .section2 .infor1 {display:flex;align-items:center;}
	.indexPage .section2 .user img {width:calc(84/768*100vw);object-fit:contain;}
	.indexPage .section2 .rig {padding-left:calc(12/768*100vw);}
	.indexPage .section2 .name {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(33/768*100vw);color:#333333;}
	.indexPage .section2 .tel {font-family:Arial;font-weight:400;font-size:calc(22/768*100vw);color:#333333;padding-top:calc(10/768*100vw);}
	.indexPage .section2 .infor2 {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(22/768*100vw);color:#333333;padding-top:calc(10/768*100vw);padding-bottom:calc(20/768*100vw);}
	.indexPage .section2 .ewm img {position:absolute;width:calc(122/768*100vw);top:calc(25/768*100vw);right:calc(19/768*100vw);}
	.pagesize {text-align:center;padding-top:calc(35/768*100vw);font-size:0;}
	.pagesize a {width:calc(44/768*100vw);line-height:calc(44/768*100vw);background:#F2F2F2;border-radius:50%;display:inline-block;vertical-align:middle;font-family:Microsoft YaHei;font-weight:400;font-size:calc(18/768*100vw);color:#999999;margin:0 calc(4.5/768*100vw);}
	.pagesize a.current,.pagesize a:hover {background:var(--c);color:#fff;}
	.pagesize a.prev {height:calc(44/768*100vw);background:url(../img/prev.png) no-repeat center center #F2F2F2;}
	.pagesize a.next {height:calc(44/768*100vw);background:url(../img/next.png) no-repeat center center #F2F2F2;}
	.indexPage .section3 {background:var(--c);border-radius:calc(15/768*100vw);position:relative;line-height:1;display:block;align-items:center;justify-content:space-between;padding: calc(23/768*100vw) 0;margin-bottom:5vw;zoom: 1;overflow: hidden;}
	.indexPage .section3 .left {display:flex;align-items:center;padding-left: calc(29/768*100vw);}
	.indexPage .section3 .left .icon {}
	.indexPage .section3 .left .icon img {width:calc(128/768*100vw);}
	.indexPage .section3 .left .rig {padding-left:calc(18/768*100vw);}
	.indexPage .section3 .left .name .tag {line-height:calc(26/768*100vw);background:#EDB000;font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(14/768*100vw);padding:0 calc(4/768*100vw);margin-left:calc(10/768*100vw);}
	.indexPage .section3 .left .name {font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(36/768*100vw);color:#FFFFFF;display:flex;align-items:center;}
	.indexPage .section3 .left .tel {font-family:Arial;font-weight:400;font-size:calc(30/768*100vw);padding-top:calc(13/768*100vw);padding-bottom:calc(16/768*100vw);color:#fff;}
	.indexPage .section3 .left .local {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(22/768*100vw);color:#FFFFFF;}
	.indexPage .section3 .center {text-align:center;position:static;top:50%;left:50%;transform:none;padding: 4vw 0px;padding-left:calc(76/768*100vw);text-align:left;float: left;width: 50%;padding-left: 2vw;}
	.indexPage .section3 .center .title1 {font-family:AlibabaPuHuiTiM;font-weight:400;font-size:calc(36/768*100vw);color:#FFFFFF;}
	.indexPage .section3 .center .title2 {font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(30/768*100vw);color:#FFFFFF;padding-top:calc(9/768*100vw);}
	.indexPage .section3 .center b {font-size:calc(36/768*100vw);color:#FFE557;}
	.indexPage .section3 .right {text-align:left;padding-right:calc(112/768*100vw);padding-right:0;padding-left:calc(76/768*100vw);float: right;text-align: center;width: 50%;}
	.indexPage .section3 .right img {width:calc(120/768*100vw);}
	.indexPage .section3 .right .title {font-family:AlibabaPuHuiTiR;font-weight:400;font-size:calc(16/768*100vw);color:#FFFFFF;padding-top:calc(10/768*100vw);}

	/*注册*/
	.resMain {background: #F9F9F9;padding: calc(118/768*100vw) 0px;
	}
	.resMain .content .left{background: url(../img/zhuce.png) no-repeat left center;height: 100%;width: 100%;position: absolute;left: 0;top: 0px;background-size: cover;height: 75vw;
	}
	.resMain .content {width: calc(1100/768*100vw);height: calc(524/768*100vw);background: #FFFFFF;box-shadow: 0px 0px calc(36/768*100vw) 0px rgba(222,222,222,0.46);border-radius: calc(16/768*100vw);max-width: 90%;margin: auto;height: auto;zoom: 1;overflow: hidden;padding-left: 0;position: relative;padding-top: 75vw;
	}
	.resMain .content .right {padding: 0px calc(53/768*100vw);height: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: -moz-flex;display: -ms-flexbox;display: flex;flex-direction: column;justify-content: center;padding-top: 5vw;padding-bottom: 7vw;
	}
	.resMain .content .right .title:after{content:'';bottom:0px;position:absolute;width: calc(39/768*100vw);height: calc(4/768*100vw);background: var(--c);border-radius: calc(2/768*100vw);margin-left: calc(-20/768*100vw);left: 50%;
	}
	.resMain .content .right .title {font-family: AlibabaPuHuiTiM;font-weight: 400;font-size: calc(33/768*100vw);color: #333333;text-align: center;position: relative;padding-bottom: calc(16/768*100vw);margin-bottom: calc(19/768*100vw);
	}
	.resMain .content .right .title em {display: inline-block;width: 1em;
	}
	.resMain .content .right .model {position: relative;margin-bottom: calc(54/768*100vw);font-size: calc(27 / 768 * 100vw);
	}
	.resMain .content .right .model .words.cw{border-color: red;
	}
	.resMain .content .right .model .words {height: calc(77/768*100vw);background: #FFFFFF;border-radius: calc(4/768*100vw);border: calc(1/768*100vw) solid #ECECEC;display: block;width: 100%;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(27/768*100vw);color: #888888;padding-left: calc(42/768*100vw);padding-right: calc(30/768*100vw);outline: none;cursor: unset;
	}
	.resMain .content .right .model .words.s1 {background: url(../img/s1.png) no-repeat calc(14/768*100vw) center;background-size: calc(17/768*100vw);
	}
	.resMain .content .right .model .words.s2 {background: url(../img/s2.png) no-repeat calc(14/768*100vw) center;background-size: calc(20/768*100vw);
	}
	.resMain .content .right .model.passwords span.error-msg{width: 100%;text-align: right;
	}
	span.error-msg,
	.resMain .content .right .model .err {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(22/768*100vw);color: #FF4D5E;position: absolute;left: 0;bottom: 0;bottom: calc(-34/768*100vw);outline: none;
	}
	.resMain .content .right .model .qd {position: absolute;bottom: calc(-34/768*100vw);display: flex;align-items: center;
	}
	.resMain .content .right .model .qd .color {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(22/768*100vw);color: #FF4D5E;
	}
	.resMain .content .right .model .qd .ui {display: flex;align-items: center;
	}
	.resMain .content .right .model .qd .ui i {width: calc(29/768*100vw);line-height: 2;background: #E2E2E2;font-style: normal;text-align: center;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(15/768*100vw);color: #333333;margin-right: calc(2/768*100vw);
	}
	.resMain .content .right .model .qd .ui i.active, 
	.resMain .content .right .model .qd .ui i.cur {background: #34B327;color: #fff;
	}
	.resMain .content .right .model .words.words2,.resMain .content .right .model #securitycode {width: calc(282/768*100vw);border-right: none;height: calc(77 / 768 * 100vw);font-size: calc(27 / 768 * 100vw);
	}
	.resMain .content .right .model .code,.resMain .content .right .model #securitycode ~ span #captcha {position: absolute;right: 0;top: 0px;width: calc(100% - calc(282/768*100vw));height: calc(77/768*100vw);object-fit: cover;cursor: pointer;
	}
	.resMain .content .right .model .words.words3 {width: calc(296/768*100vw);
	}
	.resMain .content .right .model .btn {position: absolute;top: 0;right: 0;width: calc(245/768*100vw);height: calc(77/768*100vw);background: #FFFFFF;border-radius: calc(4/768*100vw);border: calc(1/768*100vw) solid var(--c);font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(26/768*100vw);color: var(--c);cursor: pointer;
	}
	.resMain .content .right .send {height: calc(78/768*100vw);background: var(--c);border-radius: calc(4/768*100vw);width: 100%;display: block;border: none;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(32/768*100vw);color: #FFFFFF;cursor: pointer;outline: none;
	}
	.resMain .content .right .send em {display: inline-block; width: 1em}

	.alertmodel{
	position: fixed;
	z-index: 99999;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	}
	.alertmodel .shadow{

	}
	.alertmodel .center{position:absolute;top: 30%;left: 50%;-o-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);height: calc(50/768*100vw);background: #FFFFFF;box-shadow: 0px 0px calc(36/768*100vw) 0px rgba(222,222,222,0.46);border-radius: calc(6/768*100vw);display: flex;align-items: center;justify-content: space-between;padding: 0px calc(30/768*100vw);}
	.alertmodel .center img{width: calc(23/768*100vw);height: calc(22/768*100vw);object-fit: contain;margin-right: calc(11/768*100vw);}
	.alertmodel .center span{font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(16/768*100vw);color: #0F083C;position: relative;top: calc(-2/768*100vw);}

  /*弹窗登录注册*/
.popup_login .content {width: calc(680 / 768 * 100vw);
    min-height: calc(700 / 768 * 100vw);height: auto;padding: 20px;
  }
 .popup_login .close_popup{width: 12px;height: 12px;z-index: 2;}
.popup_login .content .title:after{content:'';bottom:0px;position:absolute;width: calc(39/768*100vw);height: calc(4/768*100vw);background: var(--c);border-radius: calc(2/768*100vw);margin-left: calc(-20/768*100vw);left: 50%;
  }
.popup_login .content .title {font-family: AlibabaPuHuiTiM;font-weight: 400;font-size: calc(33/768*100vw);color: #333333;text-align: center;position: relative;padding-bottom: calc(16/768*100vw);margin-bottom: calc(19/768*100vw);
  }
.popup_login .content .title em {display: inline-block;width: 1em;
  }
.popup_login .content .model {position: relative;margin-bottom: calc(44/768*100vw);font-size: calc(27 / 768 * 100vw);
  }
.popup_login .content .model .words.cw{border-color: red;
  }
.popup_login .content .model .words {height: calc(77/768*100vw);background: #FFFFFF;border-radius: calc(4/768*100vw);border: calc(1/768*100vw) solid #ECECEC;display: block;width: 100%;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(27/768*100vw);color: #888888;padding-left: calc(42/768*100vw);padding-right: calc(30/768*100vw);outline: none;cursor: unset;
  }
.popup_login .content .model .words.s1 {background: url(../img/s1.png) no-repeat calc(14/768*100vw) center;background-size: calc(17/768*100vw);
  }
.popup_login .content .model .words.s2 {background: url(../img/s2.png) no-repeat calc(14/768*100vw) center;background-size: calc(20/768*100vw);
  }
.popup_login .content .model.passwords span.error-msg{width: 100%;text-align: right;
  }
  span.error-msg,
.popup_login .content .model .err {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(22/768*100vw);color: #FF4D5E;position: absolute;left: 0;bottom: 0;bottom: calc(-34/768*100vw);outline: none;
  }
.popup_login .content .model .qd {position: absolute;bottom: calc(-34/768*100vw);display: flex;align-items: center;
  }
.popup_login .content .model .qd .color {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(22/768*100vw);color: #FF4D5E;
  }
.popup_login .content .model .qd .ui {display: flex;align-items: center;
  }
.popup_login .content .model .qd .ui i {width: calc(29/768*100vw);line-height: 2;background: #E2E2E2;font-style: normal;text-align: center;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(15/768*100vw);color: #333333;margin-right: calc(2/768*100vw);
  }
.popup_login .content .model .qd .ui i.active, 
.popup_login .content .model .qd .ui i.cur {background: #34B327;color: #fff;
  }
.popup_login .content .model .words.words2,.resMain .content .right .model #securitycode {width: calc(282/768*100vw);border-right: none;height: calc(77 / 768 * 100vw);font-size: calc(27 / 768 * 100vw);
  }
.popup_login .content .model .code,.resMain .content .right .model #securitycode ~ span #captcha {position: absolute;right: 0;top: 0px;width: calc(100% - calc(292/768*100vw));height: calc(77/768*100vw);object-fit: cover;cursor: pointer;
  }
.popup_login .content .model .words.words3 {width: calc(296/768*100vw);
  }
.popup_login .content .model .btn {position: absolute;top: 0;right: 0;width: calc(245/768*100vw);height: calc(77/768*100vw);background: #FFFFFF;border-radius: calc(4/768*100vw);border: calc(1/768*100vw) solid var(--c);font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(26/768*100vw);color: var(--c);cursor: pointer;
  }
.popup_login .content .send {height: calc(78/768*100vw);background: var(--c);border-radius: calc(4/768*100vw);width: 100%;display: block;border: none;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(32/768*100vw);color: #FFFFFF;cursor: pointer;outline: none;
  }
.popup_login .content .send em {display: inline-block; width: 1em}
.popup_login .content a.return{font-size:  calc(26 / 768 * 100vw);}
.popup_login .content .tips{font-size:  calc(26 / 768 * 100vw);}


	/*个人中心 member*/
	.usercenter {
	    background: #F9F9F9;
	    padding-top: calc(45/768*100vw);
	    padding-bottom: calc(50/768*100vw);
	}
	.usercenter .w {
	    display: block;
	}
	.usercenter .left {
	    width: calc(260/768*100vw);
	    background: #FFFFFF;
	    padding: calc(42/768*100vw) calc(45/768*100vw);
	    width: 100%;
	    zoom: 1;
	    overflow: hidden;
	}
	.usercenter .left a {
	    line-height: 2;
	    /* background: #F5F7F9; */
	    border-radius: calc(8/768*100vw);
	    display: block;
	    font-family: AlibabaPuHuiTiR;
	    font-weight: 400;
	    font-size: calc(25/768*100vw);
	    color: #333333;
	    padding-left: calc(24/768*100vw);
	}
	.usercenter .left a.current {
	    background: #F5F7F9;
	}
	.usercenter .right {
	    background: #fff;
	    margin-left: 0;
	    width: 100%;
	    padding-top: calc(29/768*100vw);
	    padding-left: calc(29/768*100vw);
	    padding-right: calc(29/768*100vw);
	    padding-bottom: calc(22/768*100vw);
	}
	.usercenter .right .title {
	    font-family: AlibabaPuHuiTiR;
	    font-weight: 400;
	    font-size: calc(23/768*100vw);
	    color: #000000;
	}
	.usercenter .right .title b{
	    color: #FF4D5E;
	    font-weight: normal;
	}
	.usercenter .right .title a {
	    color: var(--c);
	}
	.usercenter .right .block1 {
	    display: flex;
	    align-items: center;
	    padding-top: calc(17/768*100vw);
	    padding-bottom: calc(20/768*100vw);
	    border-bottom: 1px solid #F0F0F0;
	}
	.usercenter .right .block1 .user {}
	.usercenter .right .block1 .user img {
	    width: calc(144/768*100vw);
	    height: calc(144/768*100vw);
	    object-fit: cover;
	    border-radius: calc(300/768*100vw);
	}
	.usercenter .right .block1 .rig {
	    padding-left: calc(15/768*100vw);
	}
	.usercenter .right .block1 .rig .name {
	    font-family: AlibabaPuHuiTiM;
	    font-weight: 400;
	    font-size: calc(33/768*100vw);
	    color: var(--c);
	}
	.usercenter .right .block1 .rig .tel {
	    font-family: Arial;
	    font-weight: 400;
	    font-size: calc(22/768*100vw);
	    color: #333333;
	    padding-top: calc(10/768*100vw);
	}
	.usercenter .right .block2 {}
	.usercenter .right .block2 .information {
	    padding-top: calc(26/768*100vw);
	    padding-bottom: calc(16/768*100vw);
	    border-bottom: 1px solid #F0F0F0;
	    margin-bottom: calc(24/768*100vw);
	}
	.usercenter .right .block2 .information .item {
	    font-family: AlibabaPuHuiTiR;
	    font-weight: 400;
	    font-size: calc(24/768*100vw);
	    color: #333333;
	    line-height: 3;
	    /* display: flex; */
	    /* justify-content: space-between; */
	    zoom: 1;
	    overflow: hidden;
	    padding-left: 0;
	    /* padding-top: 26px; */
	    padding-right: 0;
	    padding-bottom: calc(9/768*100vw);
	}
	.usercenter .right .block2 .information .item .s1 {
	    float: left;
	}
	.usercenter .right .block2 .information .item .s1 b {
	    color: #FF0000;
	    font-weight: normal;
	}
	.usercenter .right .block2 .information .item .s2 {
	    float: right;
	    color: #999999;
	    width: 50%;
	    text-align: right;
	    line-height: 1.4;
	}
	.usercenter .right .block2 .information .item .s2 .sendimg {
	    width: calc(106/768*100vw);
	    height: calc(36/768*100vw);
	    background: var(--c);
	    border-radius: calc(4/768*100vw);
	    display: block;
	    border: none;
	    font-family: AlibabaPuHuiTiR;
	    font-weight: 400;
	    font-size: calc(16/768*100vw);
	    color: #FFFFFF;
	    float: right;
	    margin-top: calc(21/768*100vw);
	}

	.usercenter .right .block2 .send{
		width: calc(206/768*100vw);
		height: calc(55/768*100vw);
		background: var(--c);
		border-radius: calc(4/768*100vw);
		display: block;
		margin: auto;
		border: none;
		font-family: Adobe Heiti Std;
		font-weight: normal;
		font-size: calc(26/768*100vw);
		color: #FFFFFF;
	}

	.shuoming {padding:.08rem .15rem;margin-top:.25rem;}
	.shuoming li {margin:.12rem 0;}
	.shuoming li h3 {float:none;font-size:.14rem;width:100%;padding-right:.1rem;}
	.shuoming li .txt {width:100%;margin-top:.06rem;}
	.shuoming li .txt h4 {font-size:.12rem;line-height:.2rem;}
	.shuoming li .txt p {font-size:.1rem;line-height:.18rem;margin-top:.06rem;}

  .apply_wrap .itemmodel {margin-top: calc(41/750*100vw);background: #FFFFFF;padding-top: calc(33/750*100vw);    }
  .apply_wrap .item {zoom:1;overflow: hidden;margin-bottom: calc(17/750*100vw);line-height: calc(47/750*100vw);    }
  .apply_wrap .item .s1 {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(24/750*100vw);color: #000000;width: calc(210/750*100vw);float: left;text-align: right;padding-right: calc(18/750*100vw);    }
  .apply_wrap .item .s2 b {font-family: Arial;font-weight: 400;font-size: calc(32/750*100vw);color: #FE643E;    }
  .apply_wrap .item .s2 {width: calc(100% - calc(210/750*100vw));float: left;font-size: calc(26 / 750 * 100vw);    }
  .apply_wrap .item .s2 .words {width: calc(311/750*100vw);height: calc(47/750*100vw);background: #FFFFFF;border: calc(1/750*100vw) solid #E2E2E2;display: block;font-size: calc(24/750*100vw);padding: 0px calc(12/750*100vw);    }
  .apply_wrap .warning {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(24/750*100vw);color: #333333;padding-left: calc(67/750*100vw);margin-top: calc(27/750*100vw);margin-bottom: calc(25/750*100vw);background: url(../img/wa.png) no-repeat calc(29/750*100vw) calc(2/750*100vw);background-size: calc(28/750*100vw);    }
  .apply_wrap .sendFile {background: rgb(247 247 247 / 50%);padding-top: calc(20/750*100vw);padding-bottom: calc(1/750*100vw);margin: 0px;    }
  .apply_wrap .sendFile .item {margin-bottom: calc(25/750*100vw);    }
  .apply_wrap .sendFile .item .s1 {width: calc(210/750*100vw);    }
  .apply_wrap .sendFile .item .s2 {width: calc((100% - 161)/750*100vw);    }
  .apply_wrap .warning2 {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(20/750*100vw);color: #757575;padding-left: calc(18/750*100vw);padding-right: calc(18/750*100vw);padding-bottom: calc(41/750*100vw);line-height: 1.5;    }
  .apply_wrap .warning3 {font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(24/750*100vw);color: #000000;line-height: calc(36/750*100vw);padding-top: calc(27/750*100vw);padding-left: calc(27/750*100vw);padding-bottom: calc(39/750*100vw);padding-right: calc(27/750*100vw);    }
  .apply_wrap .warning3 b {    }
  .apply_wrap .btns{display: flex;justify-content: center;}
  .apply_wrap .btns button{width: calc(200/750*100vw);height: calc(48/750*100vw);background: #FE643E;border-radius: calc(19/750*100vw);display: block;margin: 20px;border: none;font-family: AlibabaPuHuiTiM;font-weight: 400;font-size: calc(24/750*100vw);color: #FFFFFF;    }
  .apply_wrap .btns .reset{background-color: #ccc;}
  .apply_wrap .checkItem span {padding-left: calc(27/750*100vw);    }
  .apply_wrap .checkItem {position: relative;display: inline-block;font-family: AlibabaPuHuiTiR;font-weight: 400;font-size: calc(24/750*100vw);color: #000000;margin-right: calc(27/750*100vw);    }
  .apply_wrap .checkItem input[type=radio],.apply_wrap .checkItem input[type=checkbox] {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);margin: 0;padding: 0;opacity: 0;z-index: 2;    }
  .apply_wrap .checkItem input[type=radio]+label,.apply_wrap .checkItem input[type=checkbox]+label {cursor: pointer;    }
  .apply_wrap .checkItem input[type=radio]+label::before,.apply_wrap .checkItem input[type=radio]+label::after,.apply_wrap .checkItem input[type=checkbox]+label::before,.apply_wrap .checkItem input[type=checkbox]+label::after {content: '';display: block;position: absolute;left: 0;top: 50%;margin-top: calc(-10/750*100vw);width: calc(23/750*100vw);height: calc(23/750*100vw);background: #FFFFFF;    }
  .apply_wrap .checkItem input[type=radio]+label::before,.apply_wrap .checkItem input[type=checkbox]+label::before {border: calc(1/750*100vw) solid #DEDEDE;background: #fff;    }
  .apply_wrap .checkItem input[type=radio]+label::before,.apply_wrap .checkItem input[type=radio]+label::after {border-radius: 50%;    }
  .apply_wrap .checkItem input[type=radio]:checked+label::before,.apply_wrap .checkItem input[type=radio]:checked+label::after,.apply_wrap .checkItem input[type=checkbox]:checked+label::before,.apply_wrap .checkItem input[type=checkbox]:checked+label::after {-webkit-animation: cd-bounce .3s;-moz-animation: cd-bounce .3s;animation: cd-bounce .3s;border-color: #FE643E;    }
  .apply_wrap .checkItem input[type=radio]+label::after,.apply_wrap .checkItem input[type=checkbox]+label::after {background-color: #F29700;background-position: center center;background-repeat: no-repeat;display: none;background: url(../images/corr.png) no-repeat center center;    }
  .apply_wrap .checkItem input[type=radio]+label::after {    }
  .apply_wrap .checkItem input[type=radio]:checked+label::after,.apply_wrap .checkItem input[type=checkbox]:checked+label::after {display: block;    }

  .apply_wrap .upimg {position: relative;width: calc(110/750*100vw);height: calc(110/750*100vw);background: url(../img/sc.png) no-repeat center center;background-size: 100% 100%;cursor: pointer;float: left;}
  .apply_wrap .upimg input {position: absolute;width: 100%;height: 100%;opacity: 0;cursor: pointer;    }
  .apply_wrap .showui {display: flex;justify-content: flex-start;    }
  .apply_wrap .showui li:last-child {/* margin-right:0px;*/    }
  .apply_wrap .showui li {width: calc(110/750*100vw);height: calc(110/750*100vw);position: relative;overflow: hidden;display: inline-block;margin-right: calc(17/750*100vw);background: #f1f1f1;    }
  .apply_wrap .showui li img.showimg {position: absolute;text-align: center;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 6;object-fit: cover;width: 100%;height: 100%;    }
  .apply_wrap .showdiv {position: absolute;z-index: 9;bottom: 0;width: 100%;padding: calc(10/750*100vw);display: flex;justify-content: space-around;background: rgba(0,0,0,.6);    }
  .apply_wrap .showdiv img {width: calc(20/750*100vw);height: calc(20/750*100vw);cursor: pointer;    }
  .apply_wrap .showui li:first-child img.left {opacity: .6;cursor: no-drop;padding: 0;margin: 0;background-color: transparent;    }
  .apply_wrap .showui li:last-child img.right {opacity: .6;cursor: no-drop; padding: 0;margin: 0;background-color: transparent;   }
  .apply_wrap .oneright {opacity: .6;cursor: no-drop !important;    }
  .apply_wrap .sendFile .item .s2 .sendimg .btn {display: none;    }
  .apply_wrap .sendFile .item .s2 .sendimg .showimg {float: left;    }
  .apply_wrap .sendFile .item .s2 .sendimg {float: left;    }
  .apply_wrap .sendFile .item .s2 .demo {width: calc(111/750*100vw);height: calc(110/750*100vw);float: left;margin-left: calc(17/750*100vw);    }
  .tcnxlist .zdyct_ipt input{height: 24px;}
  .tcnxlist .con{width: calc(80 / 768 * 100vw);height: calc(45 / 768 * 100vw);line-height: calc(45 / 768 * 100vw);font-size: calc(24 / 768 * 100vw);}


}

.jieguo_c ul li h3{cursor: pointer;}
/*自定义弹窗信息*/
.warning_popup{position: fixed;z-index: 99999;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;d}
.warning_popup .content{position: absolute;width: 300px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius: 10px;padding: 15px;background: #FFFFFF;text-align: center;}
.warning_popup .content .title{font-size: 16px;line-height: 33px;color: #000;font-weight: normal;line-height: 1.6;}
.warning_popup .content .desc{font-size: 15px;color: #333;margin-top: 10px;line-height: 1.6;}
.warning_popup .content .queding{border-top: 1px solid #ddd;text-align: center;color: rgb(89,103,142);font-size: 16px;font-weight: bold;margin-top: 15px;padding-top: 10px;margin-left: -15px;margin-right: -15px;cursor: pointer;}
/*wf结束