﻿html, body {
    width: 100%;
    height: 100%;
}

body {
    background: #F0F3FA;
    min-width: 1240px;
    min-height: 660px;
}

.header {
    width: 100%;
    height: 80px;
    background: #FEFEFE;
    box-shadow: 0px 3px 3px rgba(191, 191, 191, 0.16);
    margin: 0 auto;
}

.logodiv {
    width: 49px;
    height: 80px;
    float: left;
}

.logo {
    margin: 23px 0 0px 80px;
}

.gotologin {
    text-align: right;
    margin-right: 20px;
    padding-top: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #515151;
    float: right;
}

.content {
    width: 1240px;
    height: calc(99% - 203px);
    margin: 0 auto;
    padding-top: 100px;
}

.advshow {
    width: 700px;
    height: 394px;
    float: left;
    margin-left: 50px;
}


.loginform {
    width: 334px;
    height: 417px;
    background: #FFFFFF;
    float: right;
    margin-right: 50px;
    border-radius: 8px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 120px;
    background: #FEFEFE;
}

.brown {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #303030;
    margin: 10px auto;
    padding-top: 10px;
}

.comment {
    height: 16px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}

.form-control {
    width: 296px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    margin-top: 16px;
}

.btn:focus, .btn:active:focus,
.btn.active:focus, .btn.focus,
.btn:active.focus, .btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

.btn-login {
    width: 296px;
    height: 40px;
    margin-top: 16px;
    margin-left: 16px;
    border-radius: 8px;
    background: #4877E6;
    color: white;
}

    .btn-login:hover {
        color: white;
    }

    .btn-login:active {
        color: white;
    }

    .btn-login:focus {
        color: white;
    }

    .btn-login:active:focus {
        color: white;
    }


.from-control-verify {
    width: 160px;
    float: left;
}

.from-control-verifyimg {
    margin-right: 24px;
    margin-top: 16px;
    float: right;
}

.from-control-verifyTel {
    width: 160px;
    float: left;
}

.btn-sendTelRegi {
    margin-right: 10px;
    margin-top: 18px;
    float: right;
}


.btn-sendTel {
    margin-right: 24px;
    margin-top: 16px;
    float: right;
}

.divverfiy {
    margin-left: 16px;
}

.tab-pane {
    margin: 30px auto;
    margin-bottom: 10px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        border-bottom: 2px solid #004eff;
        color: #4877E6;
    }

.nav-tabs > li > a {
    color: #555;
    font-size: 18px;
    font-weight: bold
}


.nav-tab-li-login {
    width: 50%;
    text-align: center;
}

.display-inline {
    width: 400px;
    display: inline-block;
}

.linkBro {
    text-decoration: none;
    color: #303030;
}

    /*去除未被访问的a标签的下划线*/
    .linkBro:link {
        text-decoration: none;
        color: #303030;
    }
    /*去除已经被访问过的a标签的下划线*/
    .linkBro:visited {
        text-decoration: none;
        color: #303030;
    }
    /*去除鼠标悬停时的a标签的下划线*/
    .linkBro:hover {
        text-decoration: none;
        color: #303030;
    }
    /*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
    .linkBro:active {
        text-decoration: none;
        color: #303030;
    }
    /*去除获得焦点的a标签的下划线（被鼠标点击过）*/
    .linkBro:focus {
        text-decoration: none;
        color: #303030;
    }

.qrcode {
    width: 100%;
    text-align: center;
}

.qrpanel {
    position: absolute;
    top: 383px;
    right: calc((99% - 1024px)/2 - 15px);
    width: 264px;
    height: 155px;
    display: none;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

.qrcode:hover .qrpanel {
    display: block;
}

#ChangePass {
    text-decoration: none;
    color: #303030;
}

    /*去除未被访问的a标签的下划线*/
    #ChangePass:link {
        text-decoration: none;
        color: #303030;
    }
    /*去除已经被访问过的a标签的下划线*/
    #ChangePass:visited {
        text-decoration: none;
        color: #303030;
    }
    /*去除鼠标悬停时的a标签的下划线*/
    #ChangePass:hover {
        text-decoration: none;
        color: #303030;
    }
    /*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
    #ChangePass:active {
        text-decoration: none;
        color: #303030;
    }
    /*去除获得焦点的a标签的下划线（被鼠标点击过）*/
    #ChangePass:focus {
        text-decoration: none;
        color: #303030;
    }

.ispassprivacy-area {
    font-size: 12px;
    color: #666666;
    font: 100;
}

.ispassprivacy-checkbox-privacy {
    color: dodgerblue;
}
