body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  font-family: "\5FAE\8F6F\96C5\9ED1", helvetica, arial, sans-serif;
  font-size: 14px;
  color: #3a3a3a;
  background-color: #b1b402;
  max-width: 640px;
  margin: 0 auto
}
img {
  border: 0 none;
  max-width: 100%;
}
.cred{
  color: red;
}
.section-box{
  margin: 20px 4%;
  background-color: #f3f0f0;
  position: relative;
}
.register-box{
  margin-top: -32%;
}
.section-box>.title-box{
  background-color: #ffe5b1;
  font-size: 17px;
  color: #6b3001;
  text-align: center;
  height: 64px;
  line-height: 64px;
}
.register-form{
  padding: 20px 6%;
}
.register-form .form-group{
  margin-bottom:12px;
  clear: both;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.register-form .form-group .control-label{
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  font-weight: normal;
  color: #333;
  text-align: right;
  margin-right: 10px;
  margin-bottom: 0;
}
.register-form .form-group .control-input{
  flex:1;
}
.register-form .form-group .control-input .form-control{
  height: 36px;
  line-height: 32px;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  font-size: 15px;
  color: #444;
  padding: 0 10px;
}
.register-form .btn-area{
  margin: 15px auto;
  text-align: center;
}
.register-form .btn{
  width:60%;
  height: 55px;
  line-height: 55px;
  padding: 0;
  background-color: #ffa200;
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 0;
  border-radius: 6px;
  outline: none;
}
.register-form .codeLint{
    overflow: hidden;
}
.register-form .codeLint .sendCode{
  width: 100px;
    display: inline-block;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background-color: #f60;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 15px;
}
.register-box .tips{
    text-align: center;
    color: red;
    padding:0 0 20px;
}
.down-box{
  padding: 24px 15px;
}
.down-box .down-item{
  display: block;
  margin: 0 auto 20px;
  text-align: center;
}
.down-box .down-item img{
  width: 338px;
  height: 90px;
}
.qrcode-box{
  text-align: center;
  margin: 30px auto;
}
.qrcode-box img{
  display: block;
  border:1px solid #ddd;
  margin: 0 auto;
  width: 180px;
  height: 180px;
}
.qrcode-box .tit{
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}
.down-box .gongzhonghao{
  font-size: 13px;
  text-align: center;
}
.down-box .tel{
  font-size: 18px;
  text-align: center;
}
.bottom-tips{
  padding: 20px 15px;
  background-color: #ffefa7;
  font-size: 12px;
  color: red;
}

@media (max-width:960px){
  .down-box .down-item img {
    width: 198px;
    height: 53px;
  }
  .qrcode-box img{
    width: 103px;
    height: 103px;
  }
}