.metMainTabbox{
  border-bottom: 1px solid #3dcd58;
  border-top: 1px solid #3dcd58;
  width: 100%;
  box-sizing:border-box;
  padding:0 4%;
  margin-bottom: 15px;
}
.metMainTab{
  overflow:hidden;
  height: 45px;
  line-height: 45px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
.metMainTabdiv{
  overflow:hidden;
}
.metMainTab span{
  padding: 0 12px 0 0;
  font-size: 13px;
  color: #666;
  position: relative;
  display: inline-block;
  height: 43px;
}
.metMainTab span.metMainTabAct{
  color: #3dcd58;
}
.downloadHtml{
  width:92%;
  margin:15px auto;
  overflow:hidden;
}
.downloadContent{
  width:100%;
  overflow:hidden;
}
.downloadTitle{
  width: 100%;
  box-sizing:border-box;
  padding:12px 10px;
  background:url(../images/infotitle.png) 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
}
.downloadUlbox{
  overflow:hidden;
  width: 100%;
  padding:10px 10px 20px 10px;
  background:#4B4B4B;
  overflow: hidden;
  position: relative;
  border-radius: 0 0 8px 8px;
  box-sizing:border-box;
  margin-bottom: 20px;
  /*height: 209px;*/
}
.downloadUlbox li{
  overflow:hidden;
  width: 48%;
  position: relative;
  margin-bottom: 20px;
  cursor: pointer;
  margin-right: 4%;
  float: left;
}
.downloadUlbox li>a{
  display: block;
  width: 100%;
  overflow:hidden;
}
.downloadUlbox li:nth-child(2n){
  margin-right: 0;
}
.downloadUlImgbox{
  width:100%;
  height: 140px;
  background: #fff;
  text-align:center;
  border-radius: 5px;
}
.downloadUlImgbox img{
    height: 80%;
    margin-top: 10%;
}
.downloadUltext{
  width: 100%;
  overflow:hidden;
  color: #fff;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 35px;
  margin-top: 5px;
  line-height: 1.4;
}

.arrowBox{
  width: 100%;
  overflow:hidden;
  text-align:center;
  position:absolute;
  bottom:0px;
  padding-top: 2px;
  padding-bottom: 3px;
  left:0;
  background:#4B4B4B;
}
.arrowImg{
  width:6%;
  opacity:1;
  z-index:99;
}


.downBox,.downUl{
  width: 100%;
  overflow:hidden;
}
.downUl li{
  float: left;
  width: 48%;
  box-sizing:border-box;
  background: #fff;
  margin-right: 4%;
  margin-bottom: 15px;
  border-radius: 8px;
  background:#4C4C4C;
  padding:0 0 15px 0;
}
.downUl li:nth-child(2n){
   margin-right: 0;
}
.pdfImgbox{
  width: 100%;
  overflow:hidden;
  text-align: center;
  /*padding:15px;*/
  background: #fff;
  box-sizing:border-box;
  border-radius:8px 8px 0 0;
}
.pdfImgbox img{
  height: 130px;
  /* width: 100%; */
  display: block;
  margin:0 auto;
}
.downTextbox{
  width: 100%;
  overflow:hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.6;
  height: 40px;
  padding:0 15px;
  box-sizing:border-box;
}
.downView{
  display: block;
  width: 90px;
  height: 32px;
  background:#3dcd58;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 32px;
  margin:5px auto 0;
  font-size: 15px;
}


.moduleMainregister{
  width: 90%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.moduleContentregister{
    width: 100%;
    height: 85%;
    padding: 8px;
    box-sizing: border-box;
}
.registerContent{
  width: 100%;
  overflow:hidden;
  height: 100%;
  overflow-y: auto;
  border-radius: 0 0 8px 8px;
}
.registerTitle{
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin:15px auto;
}
.registerBox{
  width: 100%;
  overflow:hidden;
}
.selectHtml{
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  /*overflow: hidden;*/
  border:1px solid #3dcd58;
  border-radius: 10px;
  min-height: 200px;
  margin:0 auto 2px;
  background: #444;
  position:relative;
}
.selectLi{
  width: 100%;
  overflow:hidden;
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.warningBox{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.warningBox input{
  border-radius: 3px;
}
.warningHtml{
  flex: 1;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  margin-left: 10px;
  text-align:justify;
  line-height: 1.5;
}
.warningHtml span{
  text-decoration: underline;
}
.listSpan{
  display: block;
  color: #fff;
  font-size: 13px;
  width: 66px;
  text-align:right;
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
}
.listInput{
  height: 32px;
  border:0;
  /*border-bottom: 1px solid #3dcd58;*/
  font-size: 13px;
  outline-style: none;
  /*background: #6A6A6A;*/
  background:url(../images/selectBg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  display: block;
  color: #fff;
  width: 65%;
  flex: 1;
  border-radius: 0 15px 0 0;
  padding-left: 5px;
}
.listSelectBox{
  height: 32px;
  border:0;
  /*border-bottom: 1px solid #3dcd58;*/
  font-size: 13px;
  outline-style: none;
  display: block;
  color: #fff;
  flex: 1;
  border-radius: 0 15px 0 0;
   /*background:#6A6A6A;*/
   background:url(../images/selectBg.png) 0 0 no-repeat;
  background-size: 100% 100%;
   padding-left: 5px;
}
.listSelect{
  height: 32px;
  border:0;
  font-size: 13px;
  outline-style: none;
  display: block;
  color: #fff;
  width: 97%;
  /* 清除默认的箭头样式 */
   appearance: none;
   -moz-appearance: none;
   -webkit-appearance: none;
   /* 右侧添加箭头的背景图  自行调整位置 */
    background: url(../images/selectIcon.png) no-repeat scroll right 11px transparent;
    background-size: 16.8px 10.8px;
}
.phoneVeri{
  height: 32px;
  /*border-bottom: 1px solid #3dcd58;*/
  font-size: 13px;
  display: flex;
  flex: 1;
}
.VeriNumBox{
  width: 48%;
  display: inline-block;
  background:url(../images/veriBg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 32px;
}
.VeriNum{
  height: 32px;
  border:0;
  font-size: 13px;
  outline-style: none;
  background: transparent;
  color: #fff;
  width: 100%;
  text-align:center;
}
.VeriNum_btnBox{
  width: 48%;
  display: inline-block;
  background:url(../images/veriBg.png) 0 0 no-repeat;
  background-size: 100% 100%;
  height: 32px;
  margin-left: 4%;
}
.VeriNum_btn{
  height: 32px;
  border:0;
  font-size: 13px;
  outline-style: none;
  background: transparent;
  color: #fff;
  flex: 1;
  border-radius: 3px 10px 3px 3px;
  float:left;
  text-align:center;
  width: 100%
}
.listPersonBox{
  min-height: 32px;
  border:0;
  font-size: 13px;
  outline-style: none;
  display: block;
  color: #fff;
  flex: 1;
  border-radius: 0 15px 0 0;
  background:url(../images/registertext.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
.listPerUl{
  width:96%;
  margin:10px auto 0;
}
.listPerUl li{
  float: left;
  margin-bottom: 10px;
}
.listPerUl li:nth-child(odd){
  width: 38%;
}
.listPerUl li:nth-child(even){
  width: 62%;
}
input[type="checkbox"]:checked, input[type="checkbox"]:not(:checked) {
    background-color: transparent;
    border: 1px solid #3dcd58;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    position: relative;
    text-indent: -9999px;
    width: 22px;
    outline-style: none;
}
.listPerUl li input{
  vertical-align: top;
  margin-top: -2px!important;
  border-radius: 3px;
  margin-right: 5px;
}
.bottomBox{
  width: 100%;
  /*overflow: hidden;*/
  position:relative;
  margin-top: -2px;
  margin-bottom: 20px;
}
.bBtn{
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align:center;
  background:#3dcd58;
  top: 10%;
  left: 50%;
  transform: translate(-50%,-10%);
  position:absolute;
  color: #fff;
  font-size: 15px;
  border-radius: 17.5px;
}
.bImg{
  width: 100%;
}
.bBack{
  width: 200px;
  top: 30%;
  position:absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%,-10%);
  color: #3dcd58;
  text-align:center;
  font-size: 16px;
}
.bBack img{
  width: 28px;
  vertical-align: top;
    margin-top: -4px;
}
.bottomTips{
  width: 100%;
  /*padding: 15px 0;*/
  background: #42B751;
  position:absolute;
  bottom:-22px;
}
.bottomTips img{
  width: 100%;
}
.bottomTips div{
  width: 100%;
  text-align:center;
  color: #fff;
  font-size: 12px;
}
input:disabled, input[disabled]{
   background-color: #aaa!important;
   color: #fff!important;
}
.borderLeft{
  width: 15px;
  height: 15px;
  position:absolute;
  left: -12px;
  top: -10px;
  overflow: hidden;
  border-radius: 0 0 7px 0;
}
.borderLeft img{
  width: 100%;
}

.selectBox{
  position:relative;
}
.borderRight{
  width: 15px;
  height: 15px;
  position:absolute;
  right: 3%;
  top: -2px;
  overflow: hidden;
  border-radius: 7px 0 0 0;
}
.borderRight img{
  width: 100%;
  margin-right: 4px;
}
.warningHtml2{
  width: 100%;
  overflow: hidden;
  margin:15px 0;
}
.warningHtml2 div{
  margin-left:90px;
  margin-right: 5px;
  line-height: 1.6;
  overflow: hidden;
  text-align: justify;
  font-size: 13px;
  color: #fff;
}





