.main{
  padding-top: 50px;
  box-sizing: border-box;
}
.main .box{
 max-width: 1200px;
  margin: 0 auto;
}
.main .menu{
  float: left;
  width: 300px;
  height: 588px;
}
.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;
  font-weight: normal;
  margin-right: 20px;
  vertical-align: middle;
}
.mobileCode{
  position: relative;
}
.hints{
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 23px;
  margin-bottom: 20px;
}
.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;
}

/* content */
.main .content{
  float: right;
  max-width: 840px;
  min-height: 500px;
  background-image: url(../../img/service/bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #f6f6f6;
  padding: 93px 354px 174px 86px;
  box-sizing: border-box;
}
.main .content .title{
  font-size: 24px;
  line-height: 28px;
  color: #333;
  font-weight: bold;
  margin-bottom: 51px;
}
.main .content .prompt{
  font-size: 12px;
  color: #333;
  font-weight: bold;
  margin-bottom: 12px;
  cursor: pointer;
}
.main .content input{
  display: block;
  width: 400px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #fff;
  
  border: none;
  padding: 0 15px;
  box-sizing: border-box;

}
.main .content 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: 20px;
  cursor: pointer;
  margin-top: 36px;
  /* -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -ms-transition: all ease 0.6s;
  transition: all ease 0.6s; */
}
.main .content button:hover{
  border: 1px solid #c6092d;
  background: #fff;
  color: #c6092d;
}
@media screen and (max-width: 1200px){
  .main{
    padding: 0 20px;
  }
  .main .menu{
    width: 25%;
  }
  .main .content{
    width: 65%;
    background-size: 100% 588px;
    padding: 74px 13% 63px 6%;
  }
  .main .content input{
    width: 100%;
  }
}

@media screen and (max-width: 768px){
  .main{
    padding: 0;
  }
  .main .content{
    width: 100%;
    min-height: 100%;
    background-image: url(../../img/service/bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #f6f6f6;
    padding: 40px 13% 59px 13%;
    box-sizing: border-box;
  }
  .main .content .title{
    font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .hints {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 23px;
    margin-bottom: 20px;
    text-align: center;
}
  .main .content .prompt{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .main .content input{
    display: block;
    width:100%;
    height: 45px;
    line-height: 45px;
    border-radius: 3px;
    background: #fff;
    border: none;
   
    padding: 0 15px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #eee;
  }
  .mobileCode_text{
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: #C6092D;
    line-height: 20px !important;
    right: 0;
    top: 45%;
    padding: 7px 15px !important;
    border: none  !important;
    background: #fff;
    width: 110px !important;
    height: auto !important;
    cursor: pointer;
  }
  .main .content  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;
    margin-top: 45px;
  }
  
}