.main{
  width: 100%;
  margin-top: 50px;
  box-sizing: border-box;
}
.main .box{
 max-width: 1200px;
  margin: 0 auto;
}
.main .menu{
  float: left;
  width: 300px;
  height: 588px;
}
.clearfix{
  display: flex;
  justify-content: space-between;
}
.clearfix label {
  display: block;
  display: block;
  width: 32%;
  height: 45px;
}
.selectArrowhead {
position: relative;
}
.clearfix label > .selectCon {
display: block;
position: relative;
vertical-align: middle;
margin: 0;
cursor: pointer;
background-color: #fff;
}
.clearfix label > .selectCon .select {
padding: 0 15px;
line-height: 43px;
border: 1px solid #eee;
border-radius: 3px;
width: 100%;
font-size: 14px;
color: #939393;
position: relative;
box-sizing: border-box;
}
.clearfix label > .selectCon .selectDiv {
position: absolute;
top: 44px;
left: 0;
right: 0;
z-index: 60;
border: 1px solid #eee;
display: none;
max-height: 229px;
overflow-y: scroll;
}
.clearfix label > .selectCon .selectDiv p {
font-size: 14px;
color: #888;
background: #fff;
min-height: 45px;
line-height: 45px;
padding: 0 15px;
cursor: pointer;
}
.clearfix label > .selectCon .selectDiv p + p {
border-top: 1px solid #eee;
}
.clearfix label > .selectCon .selectDiv p {
font-size: 14px;
color: #888;
background: #fff;
min-height: 45px;
line-height: 45px;
padding: 0 15px;
cursor: pointer;
}
.selectArrowhead::after {
content: "";
display: block;
position: absolute;
top: 50%;
right: 15px;
width: 12px;
height: 8px;
background: url(../../img/greySelectArrow.png) no-repeat 50% 50%;
background-size: 100%;
margin: -4px 0 0 0;
}
.main .menu_list li>a{
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  font-weight: bold;
  color: #888;
  border-bottom: 1px solid #eee;
}
.main .menu_list .active{
  color: #333;
  border-bottom: 2px solid #c00a27;
}
.main .menu_list .active .arrow{
  float: right;
  width:5px;
  height: 10px;
  margin: 31px 14px 0 0;
  background-image: url(../../img/service/arrow.png);
  background-size: 5px 10px;
}
.main .menu_list li>a .text{
  vertical-align: middle;
}
.main .menu_list .icon{
  font-size: 25px;
  color: #888;
  margin-right: 20px;
  font-weight: normal;
  vertical-align: middle;
}

/* register */
.main .register{
  float: right;
  max-width: 840px;
  background-image: url(../../img/service/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #f6f6f6;
  padding: 74px 184px 68px 86px;
  box-sizing: border-box;
}
.main .register .title{
  font-size: 24px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 19px;
}
.main .register .hint{
  font-size: 14px;
  line-height: 24px;
  color: #c6092d;
  margin-bottom: 14px;
}
.main .register .hints{
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 23px;
}
.main .register .content{
  width: 400px;
}
.main .register .prompt{
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
  cursor: pointer;
}
.mobileCode{
  position: relative;

}
.mobileCode_text{
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #C6092D;
  line-height: 20px;
  right: 0;
  top: 40%;
  border: none;
  background: #fff;
  width: 110px !important;
  height: auto !important;
  cursor: pointer;
}
.main .register input{
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #fff;
  border: none;
  padding: 0 15px;
  box-sizing: border-box;
}
.main .register .retrieve{
  float: right;
  color: #c6092d;
  margin-right: 6px;
}
.main .register .verification{
  position: relative;
}
.main .register .verification>img{
  position: absolute;
  top: 12px;
  right: 22px;
  width: 80px;
  height: 20px;
  cursor: pointer;
}
.main .register .footer{
  margin-top: 35px;
  background: none;
}
.main .register .footer button{
  width: 110px;
  height: 40px;
  line-height: 38px;
  background: #c6092d;
  border: 1px solid #c6092d;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 23px;
  cursor: pointer;
  /* -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s; */
}
.main .register .footer button:hover{
  border: 1px solid #c6092d;
  background: #fff;
  color: #c6092d;
}
.main .register .msg>a{
 
  line-height: 40px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.main .register .msg{
  float: right;
}

@media screen and (max-width: 1200px){
  .main{
    padding: 0 20px;
  }
  .main .menu{
    width: 25%;
  }
  .main .register{
    width: 65%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f6f6f6;
    padding: 74px 13% 63px 6%;
  }
  .main .register input{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .main{
    margin: 0;
    padding: 0;
  }

  .main .register{
    width: 100%;
    background-image: url(../../img/service/bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f6f6f6;
    padding: 40px 10% 50px 10%;
    box-sizing: border-box;
  }
  .main .register .title{
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .main .register .msg{
    float: none;
  }
  .clearfix {
    display: block;
  }
  .clearfix label {
    display: block;
    display: block;
    width: 100%;
    height: 45px;
}
  .main .register .hints {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 23px;
    text-align: center;
}
  .main .register .hint{
    font-size: 14px;
    line-height: 20px;
    color: #c6092d;
    margin-bottom: 7px;
  }
  .main .register .content{
    width: 100%;
  }
  .main .register .prompt{
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 23px;
  }
  .main .register input{
    display: block;
    width: 100%;
    height: 45px;
    line-height: 31px;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #eee;
    -webkit-appearance: none;
    font-size: 14px;
    /* padding: 7px 3%; */
    padding: 7px 15px;
  }
  .mobileCode_text{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #C6092D;
    line-height: 20px !important;
    right: 0;
    top: 45%;
    border: none  !important;
    background: #fff;
    width: 110px !important;
    height: auto !important;
    cursor: pointer;
  }
  .main .register .retrieve{
    float: right;
    color: #c6092d;
    margin-right: 1%;
  }



  .main .register .verification{
    position: relative;
  }
  .main .register .verification>img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
    width: 18.4%;
    height: 18px;
  }
  .main .register .footer{
    margin-top: 30px;
    background: none;
  }
  .main .register .footer button{
    width: 37%;
    height: 40px;
    line-height: 40px;
    background: #c6092d;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
  }
  .main .register .msg{
    float: none;
    display: block;
    font-size: 14px;
    margin:30px 0 auto;
    line-height: 0;
    color: #333;
    font-weight: bold;
    text-align: center;
  }
}