::selection{
    color: #fff;
    background-color: #936DFC;
}
.form-box{
    width: 100%;
    min-width: 1440px;
    text-align: center;
    margin-bottom: 69px;
}
.form-box .form{
    width: 1000px;
    /*display: inline-block;*/
    /*background-color: #fff;*/
    padding: 30px 77px;
    text-align: left;
}
.form-box .form h3{
    margin: 0;
    font-size: 24px;
    font-family: 黑体;
}
.top-desc{
    margin-top: 30px;
}
.top-desc p{
    font-size: 16px;
    color: #474747;
}
form{
    margin-top: 50px;
}
form .form-item{
    margin-bottom: 34px;
}
form .form-inline .form-textarea {
    position: relative;
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    resize: vertical;
    width: 100%;
    border: gray;
}
form .form-label{
    font-size: 18px;
    color: #474747;
    font-family: 黑体;
    font-weight: 800;
}
form .form-inline .form-input{
    border: 0;
    border-bottom: 1px #EAEAEA solid;
    height: 50px;
    width: 340px;
    line-height: 50px;
    font-size: 16px;
    color: #936DFC;
    outline: none;
}
form .form-inline .form-input:focus-visible{
    border-bottom: 1px #936DFC solid;
}
form .form-checkbox{
    margin-top: 26px;
}
form .form-checkbox div{
    display: inline-block;
    width: 200px;
    margin: 13px 0;
}
form .form-checkbox div input{
    width: 22px;
}
form .form-checkbox div label{
    font-size: 16px;
    color: #474747;
    cursor: pointer;
}
form .form-checkbox input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

form .form-checkbox input[type="checkbox"]+.form-checkbox-label,
form .form-checkbox input[type="checkbox"]+.mark {
    display: inline-block;
}
/*圆形checkbox*/

form .form-checkbox .form-checkbox-label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 2px #979797 solid;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: background ease-in .3s;
}

input[type="checkbox"]:checked+.form-checkbox-label::before {
    background-color: #936DFC;
    background-image: url("../img/checkbox.png");
    background-size: 22px;
    border: unset;
}

.rule-box {
    padding: 30px 30px 40px 30px;
    background-color: #F8F8FF;
}
.form-box .form .rule-box h3{
    color: #141414;
    font-size: 20px;
}
.rule-box li{
    font-size: 16px;
    margin: 7px 0;
}
form .submit{
    margin-top: 60px;
    margin-bottom: 66px;
    width: 912px;
    text-align: center;
}
form .submit #submit{
    display: inline-block;
    cursor: pointer;
    width: 571px;
    height: 80px;
    line-height: 80px;
    background-color: #936DFC;
    border-radius: 55.5px;
    font-size: 18px;
    font-family: 黑体;
    border: 0;
    color: #fff;
}
.submit-disabled{
    background-color: #ad8eff !important;
    cursor: not-allowed !important;
}
form .submit #submit:hover{
    background-color: #ad8eff;
}
