@font-face
{
    font-family: siyuanheiti;
    src: url("/static/lib/fonts/siyuanheiti-Light.otf"),
    url("/static/lib/fonts/siyuanheiti-Light.otf");
}
html{
    font-size: inherit;
}
body{
    background: -webkit-linear-gradient(left,#241348, #0c2e5a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#241348, #0c2e5a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#241348, #0c2e5a); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#241348, #0c2e5a); /* 标准的语法 */
    color: #fff;
}
a:hover,a, a:focus {
    color: #ffffff;
    outline: none;
    text-decoration: none;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
*,input,textarea{
    font-family: siyuanheiti;
    outline:none;
}
#apply{
    width: 100%;
}
.m0{
    margin: 0;
}
.p0{
    padding: 0;
}
.bl{
    border-left: 5px solid #a9288d;
}
.apply_container img{
    margin-left: 16px;
    width: 50%;
    max-width: 340px;
    display: block;
}

.apply_container{
    max-width: 1440px;
    margin: 12rem auto 0;
}
.apply_input .apply_title{
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
}
.apply_input p{
    margin-top: 1.25rem;
    font-size: 1rem;
    color: #fff;
}
.apply_input{
    max-width: 1200px;
}
.apply_input textarea{
    height: 120px;
}
.apply_input input[type=text],.apply_input textarea{
    margin-top: 1.5rem;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    background: transparent;
    padding: 0.7rem;


}
.apply_input input[type=text]{
    height:2.5rem;
}
.apply_input input[type=text]::placeholder,.apply_input textarea::placeholder{
    color: #CCCCCC;
}
.apply_input input[type=text]:focus,.apply_input textarea:focus{
    border:1px solid #ffffff;
    outline:none;
}
.apply_input>div{
    padding-right: 0.5rem;
}
.apply_logo>img{
    width: 80%;
    max-width: 340px;
    margin: 0 auto;
    display: block;
}
.submit_btn{
    margin-top: 1rem;
    display: block;
    text-decoration: none;
    font-size: 1rem;
    width: 11rem;
    height: 2.5rem;
    border: 0;
    background-color: #a9288d;
    text-align: center;
    line-height: 2.5rem;
    color: #ffffff;
    text-decoration: none;
    border-radius: 1.25rem;
    box-shadow: 0 0 0 0 rgba(169, 40, 141, 0.4);
}

.submit_btn:hover{
    transition: all 0.2s;
    box-shadow: 0 0 20px 1px rgb(169, 40, 141);
    background: #ffffff;
    color: #a9288d;
}

.input_error {
    border-color: #a9288d!important;
}
#mask{
    position: fixed;
    z-index: 999999;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left,#241348, #0c2e5a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#241348, #0c2e5a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#241348, #0c2e5a); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,#241348, #0c2e5a); /* 标准的语法 */
    display: none;
}
.mask_box{
    width: 100%;
    max-width: 1140px;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.mask_box h2{
    font-size: 1.5rem;
    color: #fff;
    line-height: 30px;
    padding-top: 7.5rem;
}
.m-t-md{
    margin-top: 1.5rem;
}
.product {
    padding-right: 0.5rem;
    line-height: 30px;
}
.product-title{
    font-size: 18px;
}
.i-checks {
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
    font-weight: 500;
    margin: 0 10px;
}
.i-checks input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
    width: 16px;
    height: 16px;
}
.i-checks > i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    /* border-radius: 4px; */
    border: 1px solid #cfdadd;
}
.i-checks input:checked + i {
    border-color: #e31cac;
    background-color: #e31cac;
}
.i-checks > i {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #cfdadd;
}
.i-checks input:checked + i:before {
    left: 0px;
    width: 7px;
    height: 2px;
    background-color: #ffffff;
    top: 8px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.i-checks > i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.i-checks input:checked + i:after {
    left: 4px;
    width: 10px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
    top: 6px;
}
.i-checks > i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(130deg);
    -moz-transform: rotate(130deg);
    -ms-transform: rotate(130deg);
    -o-transform: rotate(130deg);
    transform: rotate(130deg);
}
#codeImg{
    width: auto;
    height: 2.5rem;
    margin-top: 1.5rem;

}
@media (max-width:741px) {
    .product-checks{
        width: 110px;
    }
    .apply_input input[type="text"], .apply_input textarea {
        margin-top: 35px;
        color: #ffffff;
        font-size: 14px;
        border: 1px solid #ffffff;
        background: transparent;
        padding: 10px;
    }
    .apply_input .apply_title {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }
    .apply_input p {
        margin-top: 15px;
        font-size: 14px;
        color: #fff;
    }
    .apply_input input[type=text] {
        height: 50px;
    }
    .apply_input{
        padding: 20px;
    }
    .submit_btn{
        margin: 30px auto 0;
        display: block;
        text-decoration: none;
        font-size: 22px;
        width: 200px;
        height: 50px;
        border: 0;
        border-radius: 30px;
        background-color: #a9288d;
        text-align: center;
        line-height: 50px;
        box-shadow: 0 0 0 0 rgba(169, 40, 141, 0.4);
    }
    .apply_container {
        margin: 50px auto;
    }
    .product {
        line-height: 30px;
    }
    .mask_box img{
        margin: auto;
        display: block;
    }
    .mask_box h2{
        font-size: 20px;
        color: #fff;
        padding: 0 40px;
        text-align: center;
    }
}
