@charset "utf-8";
/* CSS Document */
*{padding:0; margin:0;font-family: "microsoft yahei UI";}
a{text-decoration:none;}
li{list-style:none;}
button{outline: none; cursor: pointer;}
.vertical{width:0; height:100%; display:inline-block; vertical-align:middle;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.display-none {
    display: none;
}
.l{
    float: left;
}
.r{
    float: right;
}
body,html{
    height: 100%;
    width: 100%;
    background: url("../img/background.jpg") no-repeat center;
    position: relative;
}
.tab-con {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 100px 0 0 -225px;
    z-index: 1;
}
.tab-form {
    display: none;
    width: 300px;
    padding: 65px 75px 85px;
}
.tab-con .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    content:'';
    top:0;
    left:0;
    z-index: -1;
    background-color: #fff;
}
.tab-form.active{
    display: block;
}
.tab-form h3 {
    font-size: 30px;
    color: #4f4f4f;
}
.form-item {
    margin-top: 10px;
    position: relative;
}
.form-label {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    width: 100%;
}
.form-input {
    height: 40px;
    width: 100%;
    outline: none;
    border: 1px solid #999;
    box-sizing: border-box;
    padding-left: 10px;
}
.form-input:hover {
    border: 1px solid #000;
}
.form-input:focus {
    border: 2px solid #00c099;
}
.sumit-error .form-input{
    border: 2px solid #ff006f;
}
.sumit-warning .form-input{
    border: 2px solid #ff5e00;
}
.form-input.smscode {
    width: 200px;
}
.form-input:disabled{
    border: 1px solid #999!important;
}
.form-button {
    float: right;
    width: 90px;
    background: #fff;
    border: 2px solid #00C099;
    color: #00C099;
    font-size: 16px;
    height: 40px;
}
.forum-notice {
    display: none;
    position: absolute;
    font-size: 14px;
    line-height: 22px;
    padding-right: 20px;
    bottom: 40px;
    right: 0;
}
.forum-notice span{
    float: right;
    width: 20px;
    height: 22px;
    margin-right: -20px;
    background: url(../img/icons.png) no-repeat;
}
.sumit-error .forum-notice{
    color: #ff006f;
    display: block;
}
.sumit-error .forum-notice span{
    background-position:5px -396px;
}
.sumit-warning .forum-notice{
    color: #ff5e00;
    display: block;
}
.sumit-warning .forum-notice span{
    background-position:-196px -396px;
}
.sumit-ok .forum-notice{
    color: #00C099;
    display: block;
}
.sumit-ok .forum-notice span{
    background-position:-397px -397px;
}
.form-submit {
    height: 40px;
    outline: none;
    border: none;
    background: #00c099;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.href-con {
    margin-top: 20px;
}
.href-con p{
    font-size: 15px;
    color: #333;
    width: 50%;
}
.href-con p.r{
    text-align: right;
}
.href-con p a{
    color: #008873;
}
.line-init {
    margin-top: 20px;
    height: 19px;
    display: flex;
}
.line-init p{
    font-size: 14px;
    line-height: 19px;
    color: #888;
    width: 34px;
}
.line-init:after {
    width: 100%;
    content:"";
    border-top: 1px solid #ccc;
    height: 10px;
    margin-top: 9px;
}
.third-party {
    margin-top: 20px;
    text-align: center;
}
.third-party a{
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 8px;
}
.third-party .qq {
    background: url(../img/icons.png) no-repeat 0 0;
}
.third-party .qq:hover {
    background: url(../img/icons.png) no-repeat -200px 0;
}
.third-party .wx {
    background: url(../img/icons.png) no-repeat 0 -200px;
}
.third-party .wx:hover {
    background: url(../img/icons.png) no-repeat -200px -200px;
}
@media only screen and (max-width: 449px) {
    .tab-con {
        margin: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .tab-form {
        margin-top: 100px;
        width: 90%;
        padding: 5%;
    }
}
@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)){
    .tab-con .bg {
        background: rgba(255,255,255,0.87);
        backdrop-filter: saturate(100%) blur(50px);
    }
}