body{
    background-color: #A18CEB;
}
.none{
    display: none;
}
input::-webkit-input-placeholder{
    color:#999999;
}
.areaSel{
    color: #000 !important;
}
.sub-content{
    width: 7.5rem;
    height: 18.08rem;
    background: url("../img/teacCe.png") no-repeat;
    background-size: 7.5rem 18.08rem;
    position: relative;
}
.sub-title{
    width: 5.59rem;
    height: 0.89rem;
    background: url("../img/ceTit.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0.5rem;
    left: 50%;
    transform: translateX(-50%);

}
.form-con{
    width: 5.4rem;
    min-height: 2rem;
    position: absolute;
    top: 5.8rem;
    left: 50%;
    margin-left: -2.7rem;
}
.input-con{
    position: relative;
    margin-top: 0.45rem;

}

.comInputes{
    width: 5.4rem;
    height: 0.75rem;
    height: 0.75rem;
    border: none;
    border-radius: 0.38rem;
    box-shadow: 1px 2px 6px 0px
    rgba(105, 119, 233, 0.45);
    background-color: #fff;
    outline: none;
    display: block;
    margin: 0 auto;
    color: #999999;
    font-size: 0.26rem;
    padding-left: 0.3rem;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

}
#areaVal option{
    font-size: 0.26rem;
}
.pro-input::after{
    content: "";
    width: 0.24rem;
    height: 0.12rem;
    display: block;
    background-image: url(../img/down.png);
    background-size: 0.24rem 0.12rem;
    position: absolute;
    top: 0.35rem;
    right: 0.45rem;

}
.input-tip{
    font-size: 0.2rem;
    color: #e53333;
    position: absolute;
    bottom: -0.4rem;
    left: 0.3rem;
}
#nameVal,#phoneVal{
    width: 5.1rem;
    height: 0.72rem;
    border: none;
    border-radius: 0.38rem;
    box-shadow: 1px 2px 6px 0px
    rgba(105, 119, 233, 0.45);
    outline: none;
    display: block;
    margin: 0 auto;
    font-size: 0.26rem;
    padding-left: 0.3rem;
    -webkit-appearance: none;

}
.code-con::after{
    display: block;
    content: "";
    clear: both;
}
#imgVal,#codeVal{
    width: 2.9rem;
    height: 0.72rem;
    border: none;
    border-radius: 0.38rem;
    box-shadow: 1px 2px 6px 0px
    rgba(105, 119, 233, 0.45);
    outline: none;
    display: block;
    margin: 0 auto;
    font-size: 0.26rem;
    padding-left: 0.3rem;
    float: left;
    -webkit-appearance: none;
}
.img-code{
    width: 1.45rem;
    height: 0.47rem;
    background-color: #ae7000;
    float: right;
    margin-right: 12px;
    margin-top: 6px;
}
#codeBtn{
    width: 1.9rem;
    height: 0.75rem;
    line-height: 0.75rem;
    color: #fff;
    font-size: 0.24rem;
    background-color: #a18ceb;
    border-radius: 0.38rem;
    outline: none;
    border: none;
    float: right;
}
#codeBtn:disabled{
    background-color: #FBFBFB;
    color: #C9C9C9;
}
#subBtn{
    width: 5.4rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 0.3rem;
    color: #ffffff;
    background-image: linear-gradient(60deg,
    #5115df 0%,
    #5f44e3 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 1px 2px 6px 0px
    rgba(105, 119, 233, 0.45);
    border-radius: 0.4rem;
}
.layui-layer-rim001{
    border-radius: 4px !important;
}
.ceTiShi{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.4rem;
    font-weight: 800;
}
.ceCont{
    width: 3.68rem;
    height: 1.08rem;
    font-size: 0.28rem;
    margin: 0 auto;
    margin-top: 0.57rem;
    line-height: 0.4rem;
    color: #333333;
}
.backShou{
    display: block;
    width: 3.2rem;
    height: 0.8rem;
    background-image: linear-gradient(60deg,
    #5115df 0%,
    #5f44e3 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    background-blend-mode: normal,
    normal;
    box-shadow: 1px 2px 6px 0px
    rgba(105, 119, 233, 0.45);
    border-radius: 0.4rem;
    color: #ffffff;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.8rem;
    margin: 0 auto;
    margin-top: 0.6rem;
}
.layui-layer-shade{
    opacity: 0.7 !important;
}