html,
body {
    width: 100%;
    height: 100%;
}

body {
    /*background: #ff6520;*/
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.outter {
    width: 100%;
    min-height: 400px;
    /*background: #ff6520;*/
    position: relative;
    /*background-image:url('../images/regsterBg.png');*/
    background-repeat: no-repeat;
    background-size: 100%;
}

.outter img {
    width: 100%;
}

.form-bg {
    position: absolute;
    top: 6.1rem;
    width: 6.5rem;
    height: 6.77rem;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 60px;
}

.form-outter {
    width: 6rem;
    height: 6.22rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    overflow: hidden;
}

.form-outter .title-logo {
    width: 2.89rem;
    height: 0.44rem;
    position: absolute;
    top: 0.36rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.phoneNum,
.codeInput,
.password {
    -webkit-appearance: none;
    display: block;
    width: 4.2rem;
    height: 0.8rem;
    /*border-radius: 0.4rem;*/
    /*border:0.02rem solid rgba(253,115,66,0.3);*/
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.3rem;
    /*color:rgb(153,153,153);*/
    margin-left: 0.67rem;
    outline: none;
    padding-left: 0.4rem;
    padding-right: 0
}

.codeInputMain {
    width: 4.64rem;
    margin-left: 0.67rem;
    position: relative;
    margin-top: 0.3rem
}

.phoneNum::placeholder,
.codeInput::placeholder,
.password::placeholder {
    font-size: 0.24rem;
    color: rgb(153, 153, 153);
}

.code-layer .layui-m-layercont {
    padding: 0;
}

.codeInput {
    margin-left: 0;
    padding-right: 1.86rem;
    width: 2.34rem;
}

.code-divider {
    width: 0.02rem;
    height: 0.3rem;
    /*background: rgba(253,115,66,0.3);*/
    position: absolute;
    right: 1.86rem;
    top: 50%;
    transform: translate(0, -50%);
}

.code-info {
    position: absolute;
    font-size: 0.24rem;
    width: 1.86rem;
    height: 0.8rem;
    right: 0;
    top: 50%;
    /*color:#fe9374;*/
    line-height: 0.8rem;
    text-align: center;
    transform: translate(0, -50%);
}

.code-await {
    color: rgb(153, 153, 153);
}

.phoneNum {
    margin-bottom: 0.3rem;
    margin-top: 1.06rem;
}

.password {
    margin-top: 0.3rem;
}

.agreementSelect,
.agreementSelect2 {
    margin-left: 0.65rem;
    margin-right: 0.12rem;
    /*margin-top:-1px;*/
    float: left;
    width: 0.2rem;
    height: 0.2rem;
    background: url('../images/unchecked.png') no-repeat center;
    background-size: cover;
    object-fit: cover;
    /* border-radius: 50%;
    overflow: hidden; */
    /* border-radius: 50%; */
    /*float:left;*/
}

.checkedSelect {
    background: url('../images/checked.png') no-repeat center;
    background-size: cover;
    vertical-align: middle;
    object-fit: cover;
}

.agree {
    display: block;
    font-size: 0.2rem;
    font-family: 'UIFontWeightSemibold', Semibold;
    color: rgb(153, 153, 153);
    float: left;
}

.agreement {
    display: block;
    font-size: 0.2rem;
    font-family: 'UIFontWeightSemibold', Semibold;
    color: rgb(67, 146, 244);
    float: left;
    font-weight: 700;
}

.agreementOutter {
    height: 0.2rem;
    margin-top: 0.7rem;
    width: 3rem;
    min-width: 200px;
    margin: 0.7rem auto 0;
}

.registerBtn {
    /*width:4.82rem;*/
    /*height:1.04rem;*/
    margin-top: 0.24rem;
    margin-left: 0.66rem;
    /*background: url('../images/registerBtn.png') no-repeat center;*/
    background-repeat: no-repeat;
    background-size: 100%;
    font-size: 0.36rem;
    color: #fff;
    line-height: 0.88rem;
    text-align: center;
}

.info-layer .layui-m-layercont {
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.code-layer input {
    border: 1px solid #ccc;
    height: 47px;
    border-radius: 4px;
    width: 47%;
    float: left;
}

.code-layer img {
    float: left;
    margin-left: 10px;
    width: 108px;
    height: 50px;
}

.code-layer .layui-m-layercont {
    padding-top: 6px;
    padding-bottom: 50px;
    width: 260px;
    margin: 0 auto;
}

.code-layer .layui-m-layercont div {
    height: 30px;
    width: 250px;
    margin: 0 auto;
}

.code-layer .layui-m-layercont p {
    text-align: right;
    color: #666;
    width: 252px;
}

.code-layer .error-info {
    color: #ff5a30;
    width: 158px;
    float: left;
    height: 20px;
    text-align: center;
}

.code-layer h3 {
    color: #666;
}

.refresh-code {
    width: 80px;
    float: left;
    font-size: 12px;
    text-align: center;
}

.code-layer .layui-m-layerbtn span[no] {
    border-right: 1px solid #eee;
}

.code-layer .layui-m-layerbtn {
    background: #fff;
    border-top: 1px solid #eee;
}

.code-layer {
    width: 86%!important;
}
input::placeholder {
    /* WebKit browsers */
    font-size: 0.28rem!important;
    font-weight: 400;
    color: #c0c4cc;
    font-family: 'UIFontWeightMedium', Medium;
}
input::-webkit-input-placeholder {
    /* WebKit browsers */
    font-size: 0.28rem!important;
    font-weight: 400;
    color: #c0c4cc;
    font-family: 'UIFontWeightMedium', Medium;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-size: 0.28rem!important;
    font-weight: 400;
    color: #c0c4cc;
    font-family: 'UIFontWeightMedium', Medium;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    font-size: 0.28rem!important;
    font-weight: 400;
    color: #c0c4cc;
    font-family: 'UIFontWeightMedium', Medium;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    font-size: 0.28rem!important;
    font-weight: 400;
    color: #c0c4cc;
    font-family: 'UIFontWeightMedium', Medium;
}
.btn-logo{
    width: 3.4rem;
    height: 0.71rem;
}
.btn-logo img{
    position: relative;
    top: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateX(37%);
}

.download-layer{
    width: 80%!important;
    border-radius: 15px;

}
.download-layer .layui-m-layercont{
    padding: 25px 30px;
}
.download-layer .layui-m-layerbtn{
    background: #fff;
    border-top: 0;
    border-radius: 15px;
}
/* .download_btn{
    width: 5.78rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    position: absolute;
    top: 10.5rem;
    left: 0.9rem;
    color: #fff;
    background: #ffc600;
    border-radius: 0.6rem;
    font-size: 0.36rem;
} */
 .code-new-layer{
  border-radius: 0.28rem!important;
}
.code-new-layer.layui-m-layerchild h3{
  margin: 0.2rem auto !important;
  font-size: 0.34rem !important;
  color: #999 !important;
}
.code-new-layer .layui-m-layercont{
  padding: 0 30px 30px 30px!important;

}
.code-new-layer .layui-m-layercont .code-img{
  width: 2.4rem!important;
  height: 1rem!important;
  margin: 0 0 0.1rem 0!important;
}
.code-new-layer .layui-m-layercont>p{
  width: 100%!important;
  text-align: center!important;
  margin: 0 auto!important;
}
.code-new-layer .layui-m-layercont p>.refresh-code{
  text-align: center!important;
  float: none!important;
  font-size: 0.28rem!important;
  color: #ccc!important;
}
.code-new-layer .layui-m-layercont>input{
    width: 4rem;
    height: 1rem;
    margin: 0.35rem auto;
    padding: 0 0 0 1.5rem;
    border-radius: 0.6rem;
    border: none;
    font-size: 0.3rem;
    color: rgb(51, 51, 51);
    background-color: rgb(240, 240, 240);
}
.code-new-layer button{
  width: 94%!important;
  text-align: center;
  margin: 0 auto;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.32rem;
  border: none;
  color: #fff;
  background: rgb(247, 100, 82);
  border-radius: 1.36rem;
}
.code-new-layer .custom-close-btn {
  position: absolute;
  right: 0;
  top: -0.88rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  width: 0.6rem !important;
  height: 0.6rem !important;
}