﻿* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

input:focus {
    outline: none;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#box {
    width: 100%;
    height: 100%;
    background-color: #F7FAFC;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.cent-box {
    width: 300px;
    height: 440px;
    vertical-align: middle;
    white-space: normal;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 45%;
    margin-left: -150px;
    margin-top: -220px;
}

.register-box {
    height: 490px;
    margin-top: -270px;
}

.cent-box-header {
    text-align: center;
    margin-bottom: 30px;
}

.hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.cent-box-header .main-title {
    width: 160px;
    height: 74px;
    margin: 0 auto;
    background: url('../images/logo1.png') no-repeat;
    background-size: contain;
}

.cent-box-header .sub-title {
    margin: 30px 0 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    display:none;
}

/*.clearfix:before {
    content: '';
    display: table;
}*/

.index-tab {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

    .index-tab .index-slide-nav {
        display: inline-block;
        position: relative;
    }

        .index-tab .index-slide-nav a {
            float: left;
            width: 4em;
            line-height: 35px;
            opacity: 0.7;
            -webkit-transition: opacity .15s,color .15s;
            transition: opacity .15s,color .15s;
            color: #555;
        }

            .index-tab .index-slide-nav a:hover {
                color: rgb(206,93,92);
                opacity: 1;
            }

            .index-tab .index-slide-nav a.active {
                opacity: 1;
                color: rgb(206,93,92);
            }

.slide-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0 .8em;
    width: 2.4em;
    height: 2px;
    background: rgb(206,93,92);
}

.slide-bar1 {
    left: 4em;
}

.form {
    float: none;
    margin: auto;
    text-align: left;
    width: 300px;
}

    .form .group {
        padding: 1px 0;
        border: 1px solid #d5d5d5;
        border-radius: 3px;
    }

        .form .group .group-ipt {
            position: relative;
            margin: 0;
            overflow: hidden;
            display: flex;
            align-items: center;
        }

            .form .group .group-ipt input {
                padding: 1em .8em;
                width: 100%;
                box-sizing: border-box;
                border: 0;
                border-radius: 0;
                box-shadow: none;
                background: rgba(255,255,255,0.5);
                font-family: 'Microsoft Yahei';
                color: #666;
                position: relative;
                margin-left: 15px;
            }

#password, #verify, #user, #password1 {
    border-top: 1px solid #e8e8e8;
}

.imgcode {
    width: 95px;
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    height: 40px;
}

.button {
    margin-top: 18px;
}

#button {
    width: 100%;
    background: rgb(206,93,92);
    box-shadow: none;
    border: 0;
    border-radius: 3px;
    line-height: 41px;
    color: #fff;
    display: block;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Microsoft Yahei';
}

    #button:hover {
        background: #80c3f7;
    }

.remember {
    margin-top: 10px;
    line-height: 30px;
}

    .remember label {
        display: block;
    }

.remember-me {
    font-size: 14px;
    float: right;
    position: relative;
    cursor: pointer;
}

.icon {
    width: 11px;
    height: 11px;
    display: block;
    border: 1px solid #ccc;
    float: left;
    margin-top: 8px;
    margin-right: 5px;
    cursor: pointer;
}

.zt {
    width: 9px;
    height: 9px;
    background: rgb(206,93,92);
    margin: 1px;
    display: block;
}

#remember-me {
    position: absolute;
    right: 0;
    top: 8px;
    opacity: 0;
    cursor: pointer;
}

.forgot-password {
    float: left;
    font-size: 14px;
}

    .forgot-password a {
        color: #555;
    }

        .forgot-password a:hover {
            text-decoration: underline;
        }

.footer {
    display: none;
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #999;
    z-index: 2;
    padding-bottom: 10px;
    font-size: 13px;
}

    .footer a {
        color: #666;
        text-decoration: underline;
    }

.group-ipt input {
    margin: 0 0 0 0;
    background-color: transparent !important;
    border-bottom: 1px solid rgb(213, 213, 213) !important;

}

    .group-ipt input:focus {
        border-bottom: 1px solid rgb(206, 93, 92) !important;
    }

.group {
        border: none !important;
    }

.group-ipt-icon {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}

.group .group-ipt {
    background-color: transparent !important;
    border: none !important;
    border-color: transparent !important;
}
.button button {
    background-color: transparent !important;
    color: rgb(206,93,92) !important;
    border: 1px solid rgb(206,93,92) !important;
}

.remember-me span {
    color: rgb(206,93,92) !important;
}

.remember-me input {
    color: rgb(206,93,92) !important;
}

#loginName {
    box-sizing: content-box;
    margin-bottom: -0px !important;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
}

#options {
    transition: all 0.3s;
}

#password {
    border-top: none;
}
.group-ipt {
    margin-bottom: 10px !important;
}
.cent-img {
    width: 100px
}

.canclick{
    color: #cc3333 !important;
    text-decoration: underline;
}
.noclick {
    color: #909399;
}

/*屏蔽广告*/
iframe:not(#iframe1) {
    opacity: 0 !important;
    display: none !important;
    visibility: hidden !important;
    z-index: -99999 !important;
    -webkit-filter: blur(1000px) !important;
}

/*屏蔽广告*/
div#last-div ~ div, _form ~ div {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -99999 !important;
    -webkit-filter: blur(1000px) !important;
}

.cent-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    position: fixed;
    bottom: 10px;
    width: 100%;
    left: 0;
}
.cent-bottom img {
    width: 20px;
    margin-right: 3px;
}
.cent-bottom a {
    margin-top: 0;
    font-size: 14px;
    color: rgb(85,85,85);
}