/*通用*/
html {
    height: 100%;
    width: 100%;
    position: fixed;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font: 14px "microsoft yahei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #FFF;
    height: 100%;
}

ul, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0px;
    padding: 0px;
    border: none;
    list-style: none;
}

a {
    text-decoration: none;
    text-shadow: none;
    font-weight: normal;
}

ul {
    list-style: none;
}

textarea, input, button, select, textarea {
    outline: none;
    -webkit-appearance: none;
    font-family: "微软雅黑";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #6c6c6c;
    text-decoration: none;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.dk {
    /*width: 1200px;*/
    /*margin: 0 auto;*/
}

/****************登录注册****************/
.Login {
    background: url(../images/back.jpg) no-repeat center;
    background-size: 100% 100%;
    /*min-width: 1200px;*/
    position: relative;
}

.Login_rightback {
    /*opacity: 0.3;*/
    background-color: white;
    width: 400px;
    height: 100%;
    /*margin-top: -100px;*/
    position: absolute;
    right: 0px;
    box-shadow: #000c1c 0px 0px 15px;
}

.Login_heand {
    /*padding-top: 70px;*/
}

.Login_logo {
    height: 49px;
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-left: 10%;
    margin-top: 10%;
}

    .Login_logo p {
        padding-top: 17px;
        margin-left: 20px;
    }

a.Login_down {
    font-size: 12px;
    color: #FFF;
    padding-top: 28px;
}

.Login_k {
    /*padding-left: 57%;
    width: 43%;*/
    position: absolute;
    right: 30px;
    /*min-width: 515px;*/
    margin-top: 40%;
}

.Login_T {
    /*border-bottom: 1px solid #6092ce;*/
    color: #FFF;
    font-size: 20px;
    position: relative;
    text-align: center;
    padding: 10px 0;
}

    .Login_T p {
        position: absolute;
        background: #00b4ff;
        height: 2px;
        width: 60px;
        bottom: -1px;
        left: 0;
    }

.Login_dl {
    /*width: 400px;*/
    margin-top: 10px;
    padding-top: 10px;
}

.Login_row {
    /*background: rgba(255,255,255,0.15);*/
    /*background: url(../images/icon_01.png) no-repeat 20px center;*/
    /*border: 1px solid #FFF;
    border-radius: 30px;*/
    margin-top: 15px;
    height: 45px;
    width: 332px;
}

.Login_input {
    margin-left: 62px;
    padding-right: 20px;
    width: 250px;
    color: black !important;
    font-size: 14px;
    background: none;
    border: none;
    height: 45px;
    line-height: 45px;
}

.Login_inp1 {
    border: 1px solid lightslategray;
    border-radius: 5px;
    background-color: white;
    opacity: 0.9;
    color: black;
}

.Login_inp2 {
    border-radius: 5px;
    border: 1px solid lightslategray;
    background-color: white;
    opacity: 0.9;
    color: black;
}

.Login_inp3 {
    border: 1px solid lightslategray;
    border-radius: 5px;
    background-color: white;
    opacity: 0.9;
    color: black;
}

input.Login_input::-webkit-input-placeholder {
    color: #FFF;
}

a.Login_dla {
    background: #0069c7;
    width: 334px;
    border-radius: 40px;
    margin-bottom: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    display: block;
    margin-top: 25px;
    box-shadow: #0069c7 0px 0px 10px;
}

    a.Login_dla:hover {
        text-shadow: 0 0 5px #FFF;
    }

.Login_pitch {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #FFF;
}

    .Login_pitch input[type="checkbox"] {
        -webkit-appearance: none;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        display: block;
        outline: none;
        border: 1px solid #FFF;
        border-radius: 2px;
        overflow: hidden;
        margin-right: 15px;
        margin-top: 2px;
    }

        .Login_pitch input[type="checkbox"]:checked {
            background: url(../images/icon_dh.png) no-repeat center;
            background-size: 16px;
        }

.Login_wj {
    width: 200px;
    font-size: 14px;
    line-height: 20px;
    color: #b4b4b4;
    text-align: right;
}

    .Login_wj a {
        color: #b4b4b4;
    }

        .Login_wj a:hover {
            color: #FFF;
        }

.Login_foot {
    font-size: 12px;
    color: gray;
    width: 1200px;
    position: absolute;
    bottom: 15px;
    left: 5%;
    /*margin-left: -600px;*/
    line-height: 20px;
}
