/*搜索条样式*/
.searchBox{ width: 100%; }
.searchBox .list{ min-height: 32px; margin: 4px 0; float: left; }
.searchBox .list > *{ float: left; }
.searchBox .list > .form-label{ max-height: 28px; }
.searchBox .left{ line-height: 31px; padding: 0; text-align: right; }
.searchBox.key_nowrap .left{ white-space: nowrap; }
.searchBox .right{  }
.searchBox .btn{ margin-top: 2px; margin-left: 10px; }
.searchBox .btns{ float: right; }



/*主要模块的table辅助样式*/
.mainCont table .btn-link{ margin: 0 4px; vertical-align: middle; word-break: keep-all; }




/*检测用户名的结果下拉样式 star*/
.checkNameResList{ width: auto; max-width: 100%; margin-top: 2px; padding: 0 5px; border: 1px solid #bbb; background: #fff; box-sizing: border-box; display: none; /*left: 0;*/ z-index: 1; border-radius: 9px; }
.checkNameResList ul{ width: 100%; max-height: 140px; overflow-y: auto; display: inline-block; }
.checkNameResList.active{ display: inline-block; *zoom: 1; *display: block; }
.checkNameResList li{ width: 100%; line-height: 20px; padding: 4px 0; font-size: 14px; color: #333; border-bottom: 1px dashed #bbb; float: left; }
.checkNameResList li:last-child{ border: none; }
.checkNameResList li.title{ line-height: 32px; font-weight: bold; }

/*检测用户名的结果下拉样式 end*/

body{width: 100vw;height: 100vh;overflow: auto;line-height: 1.5;}
select,input{border: none;outline: none;font-size: 0.43rem;color:#353535}
input::-webkit-input-placeholder{color: #B2B2B2;}
.img_text{padding-top:16%;width: 6.16rem;margin: 0 auto;transition: 1s;}
.img_text img{display:block;width: 100%; margin-bottom: 0.36rem;}
.img_logo{ line-height: 1.4em; padding-top: 0.7rem; font-size: 0.4rem; color: #fff; display: flex; flex-wrap: wrap; justify-content: center; }
.img_logo img{ width: 2.013333rem; margin-bottom: 0.373333rem; width: 4rem; max-height: 1.28rem; }
.img_logo p{ flex-basis: 100%; text-align: center; }
.img_logo .en{ font-size: 0.346667rem; }
.comm_box{background-color: #fff;border-radius: 10px;width: 9.2rem;margin: 0 auto;margin-top: 1.2rem;padding: 1.13rem 0;}
.comm_box.no_pd{ padding: 0; }
.comm_box h3{font-size: .54rem;text-align: center;}
.comm_box p{font-size: .46rem;width: 8.27rem;margin: 0 auto;margin-top: 0.86rem;margin-bottom: 0.91rem;text-align: center;line-height: 1.5;}
.btn_small{width: 8.06rem;height: 1.13rem;line-height:1.13rem;text-align:center;font-size: 0.46rem;border-radius: 0.16rem;margin: 0 auto;display: block;background: linear-gradient(95deg,rgba(41,225,89,1) 0%,rgba(0,202,130,1) 100%);color: #fff;}
.btn_small[disabled]{background: #EEEEEE;color: #353535;}
.btn_big{width: 9.2rem;height: 1.06rem;line-height: 1.06rem;text-align: center;  color: #353535;font-size: 0.37rem;border-radius: 0.16rem;margin: 0 auto;display: block;background-color: #fff;margin-top: 0.45rem;margin-bottom: 0.45rem;}
.btn_big.active{  }
.tips_text{background-color: #FFFFFF;color: #FF8181;font-size: .32rem;width: 9.2rem;border-radius: 0.27rem;margin: 0 auto;padding: 0.19rem 0.32rem;box-sizing: border-box;margin-top: 0.7rem;}
.tel_wrapper,.form_wrapper{display: none;}
.form_wrapper.block{ display: block; }
.form_box{width: 9.2rem;background-color: #fff;margin: 0 auto;border-radius: 0.27rem;font-size: .46rem;color:#353535;margin-top: 0.36rem;padding:0 0.54rem;box-sizing: border-box;}
.form_box .label{display: flex;flex-wrap: wrap; align-items: baseline; border-bottom: 1px solid #EEEEEE;padding: 0.4rem 0;}
.form_box .label.none{ display: none; }
.form_box .label.active{ display: flex; }
.form_box .label:last-child{ border-bottom: none; }
.form_box .signStar:before{ content: '*'; margin-right: 0.08rem; vertical-align: middle; color: red; }
.signStar_after:after{ content: '*'; margin-left: 0.08rem; vertical-align: middle; color: red; }
.form_box .label .text{flex-basis: 35%;/*height: 0.8rem;line-height: 0.8rem;*/}
.form_box .label .inp{flex:1; position: relative;}
.form_box .label .inp input{width: 100%;height: 0.8rem;line-height: 0.8rem; box-sizing: border-box;}
.form_box .label .inp_clear{ display: none; }
.form_box .label .inp_clear.active{ display: inline-block; }
.form_box .label .list_btn{ width: 0.5rem; height: 0.5rem; background-image: url('../image/list_add.png'); background-size: 100% 100%; }
.form_box .label .list_del{ background-image: url('../image/list_del.png'); }
.form_box .label .select{flex:1}
.form_box .label .select select{background: #fff;border:1px solid #eee;height: 0.8rem;width: 90%;}
.form_box .label .text.w_100{flex-basis: 100%;}
.form_box .label .error{ font-size: 0.32rem; color: red; }
.form_box .label .error.long{ flex-basis: 100%; }
.form_box .btns,
.btns_box .btns{ padding: 0.4rem 0; font-size: 0.426667rem; color: #fff; display: flex; justify-content: space-between; align-items: center; }
.form_box .btn,
.btns_box .btn{ line-height: 1; color: #fff; background-color: #0A8C5D; text-align: center; border-radius: 0.16rem; }
.form_box .btn.cancle,
.btns_box .btn.cancle{ background-color: #ccc; }
.form_box .btns .btn,
.btns_box .btns .btn{ padding: 0.34rem 0.36rem; flex-grow: 1; }
.form_box .btns .btn ~ .btn,
.btns_box .btns .btn ~ .btn{ margin-left: 0.4rem; }
.bg_00CA82{background:#00CA82;}
.agreement_box{display: flex;width: 9.2rem;margin: 0 auto;align-items: flex-start;margin-top: .62rem;}
.error_mask{background-color: rgba(0,0,0,0.6);position: fixed;top: 0;left: 0;right: 0;bottom: -1px;display: none;}
.error_content{background-color: #fff;width: 8.86rem;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);border-radius: 0.27rem;font-size: 0.46rem;padding-bottom: 0.4rem;}
.error_content .btn_small{background: linear-gradient(95deg,rgba(41,225,89,1) 0%,rgba(0,202,130,1) 100%);color: #fff;}
.error_content .content{width: 7.5rem;margin: 0 auto;padding: 1.95rem 0;text-align: center;}
/* .code_wrapper{display: none;} */
.code_wrapper h3{color: #353535;font-size: 0.59rem;font-weight: normal;}
.code_wrapper .logo{width: 4.64rem;margin: 0.72rem auto;font-size: 0.32rem;text-align: center;}
.code_wrapper .logo img{width: 100%;min-height: 1rem;}
.code_wrapper .info{color:#353535;font-size: 0.5rem;text-align: center;}
/*.code_wrapper .code_img{width: 4rem;!*height: 4.7rem;*!margin: 0.51rem auto; !*background: #1FC374;*!}*/
.code_wrapper .code_img{width: 6rem;/*height: 4.7rem;*/margin: 0.51rem auto; /*background: #1FC374;*/}
.code_wrapper .code_img img{width: 100%;}
.code_wrapper .tips p{margin: 0;width: 100%;text-align: center;color: #B2B2B2;font-size: 0.43rem;}
.tel_wrapper{padding-top: 0.3rem;}
.tel_wrapper .btn_small{margin-top: 0.96rem;}
.tel_wrapper .label .text{flex-basis: 35%;}
.get_code{background-color: #00CA81;color: #fff;font-size: 0.38rem;width: 3.1rem;height: 1.02rem;text-align: center;line-height: 1.02rem;border-radius: 0.16rem;}
.get_code[disabled]{background-color: #eee;color: #353535;}

/*公用图片铺满页面*/
.pub_imgs_box{ display: flex; flex-wrap: wrap; justify-content: center; }
.pub_imgs_box.ov_h{ overflow: hidden; }
.pub_imgs_box .img{ width: 100%; flex: none; }

/*观众登记倒计时*/
.time_msg_info{ /*margin: 0.6rem 0;*/ padding: 0.6rem 0.4rem; font-size: 0.48rem; color: #fff; box-sizing: border-box; display: flex; justify-content: flex-end; align-items: center; }
.time_msg_info > span[class]{ width: 0.72rem; height: 0.72rem; line-height: 0.72rem; margin: 0 0.16rem; color: #000; background-color: #fff; text-align: center; border-radius: 0.053333rem; }

/*公用标题*/
.pub_title{ padding: 0.3rem 0.4rem 0.5rem; line-height: 1.2em; font-size: 0.56rem; color: #fff; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
.pub_title.none{ display: none; }
.pub_title .line{ height: 1px; background-color: #fff; flex-grow: 1; }
.line_dash{ width: 100%; height: 0; border-bottom: 2px dashed #ccc; }
.pub_title .txt{ margin: 0 0.56rem; }

/*公用弹窗*/
.pub_alertBox{ width: 100vw; height: 100vh; position: fixed; left: 0; top: 0; display: none; flex-wrap: wrap; justify-content: center; align-items: center; }
.pub_alertBox.active{ display: flex; }
.pub_alertBox .wrap{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); position: absolute; left: 0; top: 0; }
.pub_alertBox .cont,
.pub_alertBox .btns_box{ width: 80%; box-sizing: border-box; }
.pub_alertBox .cont{ min-height: 4rem; max-height: 80vh; position: relative; overflow: hidden; overflow-y: auto; border-radius: 0.27rem; }
.pub_alertBox .form_box{ width: 100%; margin-top: 0; padding-top: 0.4rem; padding-bottom: 0.4rem; position: relative; }
.pub_alertBox .btns_box{  }
.pub_alertBox select,
.pub_alertBox button,
.pub_alertBox textarea{ border-radius: 0.12rem; }
/*.pub_alertBox .form_box .btns{ width: 100%; padding-left: 0.54rem; padding-right: 0.54rem; box-sizing: border-box; position: absolute; left: 0; bottom: 0; }*/

/*版权*/
.copyRight{ padding: 0.6rem 0; font-size: 0.28rem; color: #fff; background-color: #54a47d; display: flex; flex-wrap: wrap; align-items: center; }
.copyRight p{ text-align: center; flex-basis: 100%; }