/*common css*/
body {
    font: 15px,'microsoft yahei',Arial,Helvetica,sans-serif;
    font-weight: bold;
    color: #000;
    margin: 0px;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
    overflow: hidden;
    position: relative;
}

ul, ol, li, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, h2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

body {
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

input {
    border: normal;
}

img {
    vertical-align: middle;
}
/*通用样式*/
.lf {
}

.rt {
    float: right;
    margin-top: 16px;
}

.clear {
    clear: both;
}

.closed {
    display: none;
}

.open {
    display: block;
}

.Ls {
    padding-left: 0;
}

.Rs {
    padding-right: 0;
}

a {
    color: #fff;
}

    a:hover {
        color: #333;
    }

input, button {
    outline: none;
    border: none;
    line-height: 34px;
}

html, body, form {
    height: 100%;
    width: 100%;
    overflow: hidden;
    /*background-image:url('../../../images/login/bg.png');
    background-size:100% 100%;*/
}
/*界面通用样式*/
div.container {
    width: 880px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 120px;
    background: url('../../../n/head.png') no-repeat center top;
}

#section {
    width: 100%;
    height: 100%;
    position: relative;
}

#worstPic {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
}

div.loginPage {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 400px;
}

#footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 5;
    color: #000;
    text-align: center;
    color: #fff;
    font-weight: normal
    /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#88ffffff,endColorstr=#88ffffff);*/
}

    #footer .contains {
        width: 600px;
        margin: 0 auto;
    }

div.login_area {
    position: relative;
    margin: 43px auto;
    width: 100%;
    /* height: 354px; */
    background: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000,endColorstr=#44000000);
}

    div.login_area > h5 {
        font-weight: 600;
        height: 43px;
        line-height: 43px;
        color: #fff;
        font-size: 16px;
        padding-top: 10px;
    }

    div.login_area #czja {
        position: absolute;
        right: 50px;
        top: 30px;
    }

.login_text {
    position: relative;
    overflow: hidden
}

    .login_text .input-group {
        width: 100%
    }

.input-group-addon {
    background: none;
    color: #fff;
    border: none;
    position: absolute;
    top: 8px;
    left: 5px;
    z-index: 6
}

.login_text .form-group .input-group input, .regest_txt {
    background-color: #3171c4 !important;
    color: #fff !important;
    border: 1px solid #55aad4 !important;
    font-size: 15px !important;
    border-radius: 20px !important;
    height: 45px !important;
    text-indent: 20px !important;
    width: 100%;
    font-weight: normal;
    font-size: 15px;
}

.regest_txt {
    text-indent: 0 !important;
    width: 280px !important;
}

.login_text .form-group .input-group input:focus {
    background-color: transparent;
    color: #fff;
}

input::-webkit-input-placeholder {
    color: #9bcce0 !important;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    transition: color 11111s ease-out, background-color 5000s ease-in-out 0s !important;
}

.login_text .form-group {
    margin-bottom: 18px
}

div.login_area > div ul {
    width: 90%;
    margin: 0 auto
}

    div.login_area > div ul li {
        width: 100%;
        margin-bottom: 17px;
        text-align: center;
    }

        div.login_area > div ul li:not(:first-of-type) {
            margin: 0 auto;
        }

        div.login_area > div ul li:first-of-type {
            display: inline-block;
            /*background: url('../../../images/login/radio-bg.png') no-repeat;*/
            background-size: 100% 100%;
            width: 400px;
            position: relative;
            font-size: 16px;
            padding-left: 66px;
            margin-top: 4px;
            background-size: 100% 100%;
            -ms-behavior: url(backgroundsize.min.htc);
            behavior: url(backgroundsize.min.htc);
        }

            div.login_area > div ul li:first-of-type img {
                /*width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
        background-size: 100% 100%;
        -ms-behavior: url(backgroundsize.min.htc);
        behavior: url(backgroundsize.min.htc);*/
            }

#login {
    margin-top: 35px;
}

    #login input {
        width: 100%;
    }

div.login_area > div ul li input {
    padding-left: 20px;
    color: #000;
}

    /*div.login_area > div ul li:not(:last-of-type) input:focus {
    border: 1px solid #f86f6e;
    outline: 1px solid #f86f6e;
    color: #f86f6e;
}*/

    div.login_area > div ul li input.radio {
        padding: 0;
    }

div.login_area > div ul li a {
    display: inline-block;
}

div.login_area > div ul li input.radio:focus {
    border: none;
    outline: none;
    color: #f86f6e;
}

div.login_area > div ul li input.regest {
    width: 80%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

div.login_area > div ul li input.regest_txt {
    width: 340px;
    height: 36px;
    margin-right: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

div.login_area #vimg {
    width: 70px;
}

div.login_area > div ul li p {
    float: left;
    margin-left: 113px;
}

div.typeIn {
    width: 466px;
    height: 528px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -270px;
    margin-left: -233px;
    z-index: 5;
    background: url(../../../n/login-bg.png);
    padding: 20px;
}

.login-title {
    text-align: center;
    height: 78px;
    line-height: 92px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 3px;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5)
}

.note {
    padding: 0;
    margin-top: -9px;
    width: 100%;
    color: #333;
    font-weight: 100;
}

    .note > em {
        display: inline-block;
        position: relative;
        font-size: 20px;
        height: 40px;
        top: 7px;
        color: #f00;
        padding-right: 10px;
    }

div.left_top {
    position: absolute;
    right: 50px;
    top: 27px;
}

.bottompic {
    position: absolute;
    bottom: 0;
}

body {
    position: relative;
}

div.aside {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 15;
    background: url(../../../images/aside_02.png);
}

div.copyr {
    overflow: hidden;
    width: 100%;
    font-weight: 500;
}

    div.copyr p {
        margin: 5px 0;
    }

    div.copyr > dt, dd {
        overflow: hidden;
        float: left;
        width: 100%;
    }

    div.copyr > dd > p {
        font-size: 12px;
        margin: 8px;
        font-weight: 500;
    }

    div.copyr > dt {
        border-right: 1px solid #777373;
        margin-right: 20px;
        height: 50px;
        width: 70px;
        background: url(../../../images/log_03.jpg);
    }

        div.copyr > dt > img {
            width: 100%;
        }

.hand {
    float: left;
    height: 100%;
    line-height: 50;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    margin-top: -38px;
}

.mains {
    float: left;
}

.closed {
    display: none;
}

.appear {
    display: block;
}

#mains {
    position: relative;
}

#eucode {
    background: url(../../../images/wei.png) no-repeat 21px 10px;
}

#hotline {
    background: url(../../../images/580hotline.png) no-repeat 21px 10px;
}

#app {
    background: url(../../../images/app.png) no-repeat 21px 10px;
}

#zxt {
    background: url(../../../images/zxt.png) no-repeat 18px 10px;
}

#mains ul {
    width: 100%;
    height: 1000px;
    display: block;
}

#mains > ul > li {
    height: 90px;
    width: 80px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    /*margin-bottom:24px*/;
}

    #mains > ul > li > p {
        position: absolute;
        bottom: 0;
        height: 40px;
        width: 100%;
        line-height: 20px;
        text-align: center;
        color: #fff;
    }

    #mains > ul > li > div.toolbar {
        position: absolute;
        display: none;
        top: 0px;
    }

        #mains > ul > li > div.toolbar.eucode {
            width: 120px;
            height: 90px;
            background: #f5f5f5;
            left: -119px;
            border: 1px solid #ddd;
            line-height: 90px;
        }

        #mains > ul > li > div.toolbar.app {
            width: 200px;
            height: 200px;
            background: #f5f5f5;
            left: -199px;
            border: 1px solid #ddd;
        }

        #mains > ul > li > div.toolbar.hotline {
            width: 260px;
            height: 190px;
            background: #f5f5f5;
            left: -260px;
            border: 1px solid #ddd;
        }

    #mains > ul > li:hover div.toolbar {
        display: block;
    }

.typeIn span {
    COLOR: #FFF;
    FONT-WEIGHT: 300;
}

#mains > ul > li > a {
    display: block;
    width: 100%;
    height: 100%;
}

.eucode img, .app img {
    width: 200px;
    height: 200px;
}

#ibtnLogin {
    padding: 0;
}

.kefu {
    text-indent: 20px;
    line-height: 24px;
    color: #5d5d5d;
}

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

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

input:-ms-input-placeholder {
    color: #000;
}

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

/*logo-top*/
#logo-top {
    width: 100%;
    height: 99px;
    position: relative;
}

    #logo-top img {
        width: 100%;
        height: 100%;
    }

#heard {
}

#bg-i {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

    #bg-i img {
        width: 100%;
        height: 100%;
    }
