﻿/********登录页**********/


/*重置样式*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

* {
    margin: 0;
    padding: 0
}

body,
html {
    background: #fff;
    color: #333;
    font-family: "microsoft yahei", Verdana, Geneva, sans-serif;
    font-size: 14px;
}

a {
    cursor: pointer;
}

    a:link,
    a:visited {
        text-decoration: none;
    }

    a:hover,
    a:active {
        text-decoration: none;
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.fc {
    clear: both;
}


/*改变placeholder的颜色*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #bbb;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    color: #bbb;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    color: #bbb;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #bbb;
}


.login-wrap {
    width: 100%;
    overflow: hidden;
}



#login-content-wrap {
    width: 1200px;
    margin: 0 auto;
}

#login-content {
    float: left;
    margin-left: 20px;
}

    #login-content .content {
        padding: 20px 0px;
    }

    #login-content .header {
        width: 100%;
        margin-bottom: 20px;
    }

        #login-content .header .headertit {
            color: #0E7BE6;
            font-size: 24px;
            text-align: center;
            padding-bottom: 5px;
        }

        #login-content .header img {
            float: right;
            margin-right: 20px;
            margin-top: 10px;
        }

        #login-content .header a {
            color: #0E7BE6;
        }

    #login-content .input {
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }

    #login-content .input-blur {
        border: 1px solid #A8D8FE;
        box-shadow: rgb(168, 216, 254) 0px 0px 2px;
    }


    #login-content .input input[type="text"], #login-content .input input[type="password"], #login-content .input input[type="number"] {
        border: 1px solid #D8D8D8;
        padding-left: 5px;
        width: 300px;
        height: 36px;
        line-height: 32px;
        font-family: "微软雅黑";
        outline: none;
        font-size: 14px;
        background-color: #FFFFFF;
    }

    #login-content .input span {
        text-align: right;
        width: 95px;
        display: inline-block;
    }

        #login-content .input span label {
            color: red;
            margin-right: 0px;
        }


    #login-content .psw label {
        color: #999;
        position: relative;
    }

        #login-content .psw label input {
            position: absolute;
            top: 12px;
            left: 2px;
        }

.vercode {
    width: 205px !important;
}

.img_vercode {
    width: 90px;
    height: 36px;
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
}

#login-content .psw label span {
    padding-left: 22px;
    height: 35px;
    line-height: 35px;
    color: #333333;
}

.login-btn {
    margin-top: 15px;
    overflow: hidden;
    margin-left: 95px;
}

    .login-btn input {
        width: 100px;
        height: 36px;
        border: none;
        color: #fff;
        font-size: 16px;
        line-height: 36px;
    }

    .login-btn .login-btn-reset {
        background: #14d2ae;
    }

    .login-btn .login-btn-enter, .login-btn .login-btn-clear {
        background: #0E7BE6;
        font-family: "微软雅黑";
        border-radius: 4px;
        font-weight: bold;
        font-size: 16px;
    }

    .login-btn .login-btn-clear {
        margin-left: 20px;
    }

.register {
    margin-top: 15px;
    clear: both;
    text-align: center;
}

    .register a {
        text-decoration: none;
        font-size: 14px;
    }

        .register a.reg {
            color: #bbb;
        }

        .register a.findpwd {
            text-align: center;
            color: #333;
            text-decoration: underline;
        }

.foot {
    padding: 20px 0px 0px 0px;
}

    .foot p {
        color: #333;
        text-align: center;
        line-height: 24px;
        font-size: 14px;
    }

        .foot p a {
            color: #fff;
        }

.shortcutNav {
    overflow: hidden;
    background-color: #f7f8fa;
    height: 30px;
    border-bottom: 1px solid #E7E9EE;
}

.shortcutNavw {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
}

    .shortcutNavw ul.right {
        float: right;
    }

    .shortcutNavw ul li {
        float: left;
        color: #333;
    }

        .shortcutNavw ul li a {
            color: #333;
        }

.gan {
    padding: 0px 8px;
    font-size: 12px;
    line-height: 28px;
}


.foot {
    background-color: #327ED9;
    text-align: center;
    padding: 12px 0px 12px 0px;
}

    .foot ul {
        margin: 0px 0px 14px 0px;
        overflow: hidden;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

        .foot ul li {
            float: left;
        }

            .foot ul li a {
                color: #fff;
            }


    .foot p {
        color: #fff;
        font-size: 12px;
        line-height: 20px;
        clear: both;
    }

.leftregis {
    margin: 70px 0px 0px 55px;
    float: left;
}



.tiaokuan {
    color: #1E6FCB;
}

.gitcode {
    width: 90px;
    height: 36px;
    background: #3B80D3;
    border: 1px solid #3B80D3;
    color: #fff;
}

.boxsh {
    overflow: hidden;
    box-shadow: 0px 6px 11px -7px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10;
}

#login-header {
    width: 1200px;
    height: 138px;
    background: url(../../images/lou.png) no-repeat center;
    background-position-x: 377px;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}

    #login-header .header-logo {
        margin-top: 37px;
        float: left;
        /* margin-bottom: 20px; */
    }

.login-header-r {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.header-phone {
    display: flex;
    align-items: center;
    justify-content: center;
}


    .header-phone img {
        display: block;
        height: 40px;
        width: auto;
    }

/* 公用热线卡片 — 上下排列 */
.hotline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 24px;
}

.serveline {
    margin-right: 40px;
    margin-left: 7px;
}

/* 热线上一行：中文标题 */
.hotline-label {
    font-weight: bold;
    color: #FF873E;
    letter-spacing: 0.3px;
}

/* 热线下一行：电话号码 */
.hotline-number {
    font-weight: bold;
    color: #333;
}


.hotline-number {
    word-break: keep-all;
}


@media (max-width: 640px) {
    .login-header-r {
        gap: 16px;
        padding: 0 12px;
        height: auto;
        min-height: 70px;
        flex-wrap: wrap;
    }
}
