@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

body {
    background: url(../newLoginImage/bg.jpg) no-repeat center;
    background-size: cover;
    font-family: "微软雅黑";
    min-height: 830px;
    min-width: 900px;
    position: relative;
}

input::-webkit-input-placeholder {
    color: #cccccc;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #cccccc;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #cccccc;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cccccc;
}

#logo {
    width: 900px;
    height: auto;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    margin-top: -309px;
    left: 50%;
    margin-left: -450px;
}

#logo .title {
    text-align: center;
    margin-bottom: 45px;
}

#logo .title .t1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 2px;
}

.login {
    width: 900px;
    height: 430px;
    border-radius: 10px;
    background-color: #ffffff;
}

.login .left {
    width: 359px;
    height: 430px;
    float: left;
    background: url(../newLoginImage/left.png) no-repeat;
}

.login .left .content {
    margin-top: 70px;
    margin-left: 50px;
}

.login .left .content .welcome {
    margin-bottom: 25px;
}

.login .left .content .default {
    margin-bottom: 25px;
}

.login .right {
    width: 541px;
    height: 430px;
    float: left;
}

.login .right .content {
    margin-top: 45px;
    margin-left: 30px;
    /*  复选框样式*/
}

.login .right .content .title {
    font-size: 26px;
    color: #1c5ac9;
    margin-bottom: 0 !important;
    text-align: left !important;
    background: url(../newLoginImage/tlx.png) no-repeat left 3px;
    padding-left: 12px;
    line-height: 30px;
}

.login .right .content .text {
    margin-top: 0px;
}

.login .right .content label {
    position: relative;
    height: 39px;
    display: inline-block;
    margin-top: 30px;
}

.login .right .content label input {
    width: 468px;
    height: 37px;
    font-size: 16px;
    padding-left: 10px;
    outline: none;
    border: none;
    border-bottom: 1px solid #cccccc;
}

.login .right .content label img {
    position: absolute;
    right: 15px;
    top: 10px;
}

.login .right .content .vcode {
    position: relative;
    width: 358px;
}

.login .right .content .vcode input {
    width: 348px;
}

.login .right .content .vcode img {
    position: absolute;
    top: -8px;
    right: -122px;
}

.login .right .content .vcode .img1 {
    right: -120px;
    top: -8px;
}

.login .right .content .vcode .img2 {
    right: 10px;
    top: 10px;
}

.login .right .content .button {
    width: 468px;
    height: 42px;
    border: 1px solid #1c5bcc;
    border-radius: 15px;
    margin-top: 16px;
    cursor: pointer;
    background: #fff;
    color: #1c5bcc;
    font-size: 18px;
    margin-top: 42px;
}

.login .right .content .button input {
    width: 468px;
    height: 38px;
    background: none;
    border: none;
    font-size: 22px;
    color: #1b5acc;
    outline: none;
    cursor: pointer;
}

.login .right .content .button input:hover {
    color: #ffffff;
}

.login .right .content .button:hover {
    color: #ffffff;
    background-color: #1c5bcc;
}

.login .right .content .srk_bot {
    font-size: 14px;
    width: 478px;
    overflow: hidden;
    margin-top: 16px;
}

.login .right .content .srk_bot input {
    width: 13px;
    height: 13px;
}

.login .right .content .srk_bot .zhmm {
    float: right;
    width: 80px;
    margin-top: 2px;
}

.login .right .content .srk_bot .zhmm a {
    color: #1c5bcc;
    text-decoration: none;
    font-style: italic;
    font-size: 14px;
}

.login .right .content .srk_bot .zhmm a:visited {
    color: #0f9d58;
    text-decoration: none;
}

.login .right .content .srk_bot .zhmm a:hover {
    color: red;
}

.login .right .content .or-chk {
    float: left;
}

.login .right .content .or-chk input {
    margin-top: 4px !important;
    display: inline;
    float: left;
}

.login .right .content .or-chk label {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    float: left;
    padding-left: 5px;
    padding-right: 15px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
}

input[type="text"]:focus {
    border-color: #ff6600 !important;
}

.fotter {
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-top: 36px;
}

.opc {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #333;
    opacity: 0.3;
}

.ipt-protocol,
.agree,
.protocol {
    color: #666;
    line-height: 38px;
}

.protocol {
    color: #004499;
}

.popup-protocal {
    display: none;
    position: absolute;
    z-index: 2000;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -450px;
    width: 900px;
    height: 500px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0;
}

.popup-protocal .top {
    height: 36px;
    line-height: 36px;
    background-color: #ebebeb;
    width: 900px;
    font-size: 16px;
    color: #333333;
    padding-left: 20px;
}

.popup-protocal .remind {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.protocal-tilte {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    color: #31659c;
}

.pop-colse {
    position: absolute;
    top: -14px;
    right: -6px;
    padding: 20px;
    cursor: pointer;
}

.protocal-content {
    height: 335px;
    padding: 0 20px 10px;
    overflow-y: auto;
    font-size: 16px;
    color: #333333;
}

.protocal-content p {
    text-indent: 2em;
    line-height: 24px;
}

/*# sourceMappingURL=main.css.map */

