﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Microsoft YaHei',Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

ul, li, ol, dl {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        color: #dd3200;
        text-decoration: none;
    }

img {
    border: none;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.bian:before {
    content: "";
    display: table;
}

.clearfloat:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfloat {
    zoom: 1;
}

.link {
    display: block;
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
/* 公共 */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #ededed !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;

}

input {
    background-color: transparent;
}
.loginmain {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/back.jpg) no-repeat 0 0;
    background-position: center;
    background-size: cover;
}

.loginmaink {
    position: relative;
    width: 100%;
    height: 100%;
}

.zlw-loginzt {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.zlw-loginztk {
    width: 100%;
    height: 100%;
    position: relative;
}

.zlw-loginztk-con {
    width: 480px;
    height: 470px;
    position: absolute;
    top: 50%;
    right: 150px;
    margin-top: -235px;
    box-sizing: border-box;
}

.zlw-loginztk-conyi img {
    display: inline-block;
    width: 80%;
}

.zlw-loginztk-conyi {
    text-align: center;
}

    .zlw-loginztk-conyi p {
        text-align: center;
        font-size: 18px;
        color: #00bff4;
        margin: 4px 0 18px 0;
    }

.zlw-loginztk-coner {
    border: 3px solid #1765a6;
    padding: 30px 35px 50px 35px;
    position: relative;
    border-radius: 15px;
    background: rgba(3, 34, 93, 0.8);
}

.zlw-lftop {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 50px;
    height: 50px;
    background: url("../images/icon1.png") no-repeat 0 0;
}

.zlw-rgtop {
    position: absolute;
    top: -3px;
    right: -3px;
    width: 50px;
    height: 50px;
    background: url("../images/icon2.png") no-repeat 0 0;
}

.zlw-lfbot {
    position: absolute;
    bottom: -3px;
    left: -3px;
    width: 50px;
    height: 50px;
    background: url("../images/icon3.png") no-repeat 0 0;
}

.zlw-rgbot {
    position: absolute;
    bottom: -3px;
    right: -3px;
    width: 50px;
    height: 50px;
    background: url("../images/icon4.png") no-repeat 0 0;
}

.zlw-loginztk-conertitle p {
    font-size: 28px;
    color: #00bff4;
    text-align: center;
    letter-spacing: 8px;
}

.zlw-loginztk-conercon ul li input {
    width: 100%;
    height: 40px;
    border: 1px solid #1765a6;
    box-sizing: border-box;
    background: rgba(16, 80, 161, 0.37);
    outline: none;
    box-sizing: border-box;
    padding: 0 10px 0 38px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 4px;
    color: #ddd;
}

.zlw-loginztk-conercon ul li {
    position: relative;
    margin-top: 25px;
}

    .zlw-loginztk-conercon ul li:nth-child(1) span {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/icon5.png") no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .zlw-loginztk-conercon ul li:nth-child(2) span {
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/icon6.png") no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 10px;
    }

    .zlw-loginztk-conercon ul li input::-webkit-input-placeholder {
        color: #00bff4;
    }

    .zlw-loginztk-conercon ul li:nth-child(4) input {
        width: 100%;
        height: 40px;
        background: #3376dc;
        padding: 0;
        color: #fff;
        font-size: 20px;
        text-align: center;
        line-height: 40px;
        border: none;
        cursor: pointer;
        letter-spacing: 4px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) i {
        float: left;
        font-size: 19px;
        color: #00bff4;
        display: block;
        line-height: 56px;
        letter-spacing: 4px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) input {
        width: 228px;
        padding: 0 10px 0 38px;
        float: left;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) img {
        width: 165px;
        height: 40px;
        float: right;
    }

.buttondj {
    width: 100%;
}

.zlw-loginztk-conercon ul li .focusInput {
    background: rgba(16, 80, 161, 0.6);
    box-shadow: 0 0 5px #03a9f4;
}

.zlw-loginztk-conercon ul li:nth-child(3) span {
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon7.png") no-repeat 0 0;
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 10px;
}
.zlw-loginztk-conyi span {
    color: #00c0e3;
    letter-spacing: 2px;
    font-size: 30px;
    display: block;
    text-align: center;
}
/* 全尺寸的媒体查询 */
@media (min-width: 1280px) {
}

@media screen and (max-width: 768px) {
}



@media (max-width: 1680px) {
    .zlw-loginztk-conyi span {
        color: #00c0e3;
        font-size: 24px;
        display: block;
        text-align: center;
        letter-spacing: 2px;
    }
    .zlw-loginztk-con {
        width: 430px;
        height: 398px;
        position: absolute;
        top: 50%;
        right: 90px;
        margin-top: -200px;
        box-sizing: border-box;
    }

    .zlw-loginztk-conyi p {
        text-align: center;
        font-size: 16px;
        color: #00bff4;
        margin: 4px 0 18px 0;
    }

    .zlw-loginztk-conertitle p {
        font-size: 26px;
        color: #00bff4;
        text-align: center;
        letter-spacing: 8px;
    }

    .zlw-loginztk-conercon ul li input {
        width: 100%;
        height: 34px;
        border: 1px solid #1765a6;
        box-sizing: border-box;
        background: rgba(16, 80, 161, 0.37);
        outline: none;
        box-sizing: border-box;
        padding: 0 10px 0 38px;
        line-height: 32px;
        font-size: 14px;
        color: #ddd;
    }

    .zlw-loginztk-conercon ul li:nth-child(1) span {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icon5.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 7px;
    }

    .zlw-loginztk-conercon ul li:nth-child(2) span {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icon6.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 7px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) span {
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icon7.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 10px;
        top: 7px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) img {
        width: 136px;
        height: 34px;
        float: right;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) input {
        width: 212px;
        padding: 0 10px 0 38px;
        float: left;
    }

    .zlw-loginztk-conercon ul li:nth-child(4) input {
        width: 100%;
        height: 34px;
        background: #3376dc;
        padding: 0;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 34px;
        border: none;
        cursor: pointer;
        letter-spacing: 4px;
    }

    .zlw-loginztk-conercon ul li {
        position: relative;
        margin-top: 20px;
    }

    .zlw-loginztk-coner {
        border: 3px solid #1765a6;
        padding: 25px 25px 35px 25px;
        position: relative;
        border-radius: 15px;
        background: rgba(3, 34, 93, 0.8);
    }
}

@media (max-width: 1440px) {
    .zlw-loginztk-con {
        width: 400px;
        height: 410px;
        position: absolute;
        top: 50%;
        right: 90px;
        margin-top: -205px;
        box-sizing: border-box;
    }

    .zlw-loginztk-conertitle p {
        font-size: 22px;
        color: #00bff4;
        text-align: center;
        letter-spacing: 8px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) input {
        width: 222px;
        padding: 0 10px 0 45px;
        float: left;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) img {
        width: 120px;
        height: 36px;
        float: right;
    }

    .zlw-loginztk-conercon ul li input {
        font-size: 14px;
        color: #ddd;
    }

    .zlw-loginztk-coner {
        border: 3px solid #1765a6;
        padding: 20px 20px 30px 20px;
        position: relative;
        border-radius: 15px;
        background: rgba(3, 34, 93, 0.8);
    }

    .zlw-loginztk-conercon ul li input {
        width: 100%;
        height: 36px;
        border: 1px solid #1765a6;
        box-sizing: border-box;
        background: rgba(16, 80, 161, 0.37);
        outline: none;
        box-sizing: border-box;
        padding: 0 10px 0 45px;
        line-height: 34px;
        font-size: 14px;
        color: #ddd;
    }

    .zlw-loginztk-conercon ul li:nth-child(1) span {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon5.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 12px;
        top: 8px;
    }

    .zlw-loginztk-conercon ul li:nth-child(2) span {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon6.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 12px;
        top: 8px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) span {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon7.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 12px;
        top: 8px;
    }

    .zlw-loginztk-conyi p {
        text-align: center;
        font-size: 16px;
        color: #00bff4;
        margin: 4px 0 18px 0;
    }

    .zlw-loginztk-conyi img {
        display: inline-block;
        width: 70%;
    }

    .zlw-loginztk-conercon ul li:nth-child(4) input {
        width: 100%;
        height: 36px;
        background: #3376dc;
        padding: 0;
        color: #fff;
        font-size: 17px;
        text-align: center;
        line-height: 36px;
        border: none;
        cursor: pointer;
        letter-spacing: 4px;
    }
}

@media (max-width: 1366px) {
    .zlw-loginztk-con {
        width: 330px;
        height: 340px;
        position: absolute;
        top: 50%;
        right: 90px;
        margin-top: -170px;
        box-sizing: border-box;
    }

    .zlw-loginztk-coner {
        border: 3px solid #1765a6;
        padding: 15px 20px 20px 20px;
        position: relative;
        border-radius: 15px;
        background: rgba(3, 34, 93, 0.8);
    }

    .zlw-loginztk-conercon ul li input {
        width: 100%;
        height: 32px;
        border: 1px solid #1765a6;
        box-sizing: border-box;
        background: rgba(16, 80, 161, 0.37);
        outline: none;
        box-sizing: border-box;
        padding: 0 10px 0 38px;
        line-height: 30px;
        font-size: 13px;
        color: #ddd;
    }

    .zlw-loginztk-conercon ul li:nth-child(1) span {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon5.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 11px;
        top: 7px;
    }

    .zlw-loginztk-conercon ul li:nth-child(2) span {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon6.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 11px;
        top: 7px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) span {
        display: block;
        width: 18px;
        height: 18px;
        background: url(../images/icon7.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        left: 11px;
        top: 7px;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) input {
        width: 168px;
        padding: 0 10px 0 38px;
        float: left;
    }

    .zlw-loginztk-conercon ul li:nth-child(3) img {
        width: 110px;
        height: 32px;
        float: right;
    }

    .zlw-loginztk-conercon ul li:nth-child(4) input {
        width: 100%;
        height: 32px;
        background: #3376dc;
        padding: 0;
        color: #fff;
        font-size: 15px;
        text-align: center;
        line-height: 30px;
        border: none;
        cursor: pointer;
        letter-spacing: 4px;
    }

    .zlw-loginztk-conercon ul li {
        position: relative;
        margin-top: 17px;
    }

    .zlw-loginztk-conyi p {
        text-align: center;
        font-size: 13px;
        color: #00bff4;
        margin: 4px 0 18px 0;
    }
    .zlw-loginztk-conyi span {
        color: #00c0e3;
        font-size: 20px;
        display: block;
        text-align: center;
    }
}



















@media screen and (min-height: 1000px) {
}

/* 全尺寸的媒体查询 */
@media screen and (max-width:1600px) {
}

@media (min-width: 1280px) {
}

@media screen and (max-width: 768px) {
}

@media (min-width: 1440px) {
}

@media (min-width: 1680px) {
}

@media (min-width: 1920px) {
}
