﻿/* CSS Document */

.header-all {
    width: 100%;
    height: 100px;
}

.header {
    width: 960px;
    height: 100px;
    margin: 0px auto;
}

.logo {
    /*width: 145px;*/
    height: 47px;
    float: left;
    margin-top: 38px;
}

.nav {
    height: 47px;
    float: right;
    margin-top: 38px;
}

    .nav ul {
        width: 100%;
        height: 47px;
    }

        .nav ul li {
            float: left;
            height: 47px;
            line-height: 47px;
            background: url(../images/li.png) 0px no-repeat;
            padding: 0px 15px 0px 15px;
        }

            .nav ul li a {
                font-size: 14px;
                font-family: "Microsoft YaHei";
                color: #626262;
            }

                .nav ul li a:hover {
                    color: #e11212;
                    text-decoration: none;
                }

.content {
    width: 100%;
    height: 600px;
    margin-top: 2px;
    position: relative;
}

.banner {
    width: 100%;
    height: 600px;
    margin-top: 2px;
    position: relative;
    overflow: hidden;
}

.banner-temp {
    width: 100%;
    height: 600px;
    position: absolute;
    overflow: hidden;
}

    .banner-temp li {
        height: 600px;
        background-size: cover;
        -webkit-background-size: cover;
        background-position: 50% 50%;
        display: block;
    }

.li1 {
    background: url(../images/bg1.jpg) no-repeat;
}

.li2 {
    background: url(../images/bg2.jpg) no-repeat;
}

.left {
    position: absolute;
    right: 31%;
    bottom: 50px;
}

.right {
    position: absolute;
    right: 28%;
    bottom: 50px;
}

.action {
    width: 480px;
    height: 35px;
    position: absolute;
    background: white;
    top: 3%;
    left: 25%;
    line-height: 35px;
    -webkit-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -moz-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -o-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -ms-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    box-shadow: 0px 3px 3px rgba(211, 211, 211, 1); /*å…¼å®¹ie9ä»¥ä¸Šçš„*/
}

    .action p {
        font-size: 14px;
        font-family: "SimSun";
        color: #e60012;
        text-indent: 1em;
    }

.login-all {
    position: absolute;
    width: 620px;
    height: 430px;
    top: 11%;
    right: 27%;
}

@media (min-width:1600px) and (max-width:1900px) {
    .action {
        left: 20%;
    }

    .login-all {
        right: 10%;
    }

    .left {
        right: 16%;
    }

    .right {
        right: 12%;
    }
}

@media (min-width:1366px) and (max-width:1599px) {
    .action {
        left: 15%;
    }

    .login-all {
        right: 15%;
    }

    .left {
        right: 20%;
    }

    .right {
        right: 16%;
    }
}

@media (min-width:1360px) and (max-width:1365px) {
    .action {
        left: 15%;
    }

    .login-all {
        right: 15%;
    }

    .left {
        right: 21%;
    }

    .right {
        right: 17%;
    }
}

@media (min-width:1280px) and (max-width:1359px) {
    .action {
        left: 13%;
    }

    .login-all {
        right: 15%;
    }

    .left {
        right: 21%;
    }

    .right {
        right: 17%;
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .action {
        left: 3%;
    }

    .login-all {
        right: 1%;
    }

    .left {
        right: 3%;
    }

    .right {
        right: 8%;
    }
}

.warning {
    width: 295px;
    height: 180px;
    float: left;
    border: 1px solid #efeeee;
    border-radius: 5px;
    background: #fffee6;
    margin-top: 55px;
    margin-left: 13px;
    position: relative;
}

.jianjiao {
    position: absolute;
    right: -11px;
    top: 44%;
}

.w-title {
    width: 95%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #ecebd8;
    margin: 0px auto;
}

    .w-title img {
        vertical-align: middle;
        padding-left: 16px;
    }

    .w-title span {
        font-size: 14px;
        font-family: "Microsoft YaHei";
        color: #626262;
        padding-left: 12px;
        letter-spacing: 1px;
    }

.w-detail {
    width: 80%;
    height: 120px;
    margin: 6px auto;
}

    .w-detail ul {
        width: 100%;
        height: 120px;
    }

        .w-detail ul li {
            min-height: 30px;
            line-height: 30px;
            width: 100%;
            font-size: 12px;
            font-family: "Microsoft YaHei";
            color: #626262;
        }

            .w-detail ul li a {
                text-decoration: underline;
                color: #1854dc;
            }

                .w-detail ul li a:hover {
                    color: #dc1818;
                }

.login {
    width: 270px;
    min-height: 428px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    float: left;
    background: #fafafa;
    margin-left: 25px;
}

.l-title {
    width: 100%;
    /*height: 55px;
    border-bottom: 1px solid #ededed;
    line-height: 55px;
    text-align: center;*/
}

/*.l-title {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #707070;
    letter-spacing: 1px;
}*/

.l-detail {
    width: 100%;
    min-height: 227px;
    border-bottom: 1px solid #ededed;
}

.l-user {
    width: 213px;
    height: 38px;
    border: 1px solid #c1c1c1;
    margin: 38px auto 0px auto;
    border-radius: 4px;
    background: white;
}

.l-pwd {
    width: 213px;
    height: 38px;
    border: 1px solid #c1c1c1;
    margin: 25px auto 0px auto;
    border-radius: 4px;
    background: white;
}

.l-img {
    padding-left: 8px;
    vertical-align: middle;
}

.l-input {
    height: 27px;
    width: 175px;
    margin-top: 5px;
    margin-left: 3px;
    border-left: 1px solid #c1c1c1;
    border-right: none;
    border-top: none;
    border-bottom: none;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #c1c1c1;
    text-indent: 1em;
    letter-spacing: 1px;
}

.select {
    width: 200px;
    line-height: 35px;
    margin: 0px auto;
}

    .select ul {
        height: 35px;
        width: 145px;
        float: right;
        display: inline;
    }

        .select ul li {
            line-height: 35px;
            height: 35px;
            float: left;
            display: inline;
            width: auto;
            margin-left: 17px;
            letter-spacing: 1px;
        }

            .select ul li a {
                text-decoration: underline;
                font-size: 12px;
                font-family: "Microsoft YaHei";
            }

.l-btn {
    width: 80%;
    margin: 17px auto 0px auto;
    height: 50px;
}

.go-btn {
    width: 94px;
    height: 35px;
    float: left;
    background: #53c90b;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    -webkit-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -moz-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -o-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -ms-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    box-shadow: 0px 3px 3px rgba(211, 211, 211, 1); /*å…¼å®¹ie9ä»¥ä¸Šçš„*/
}

.button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: white;
}

.register-btn {
    width: 92px;
    height: 33px;
    float: right;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
}

.button2 {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #e05f00;
    -webkit-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -moz-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -o-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    -ms-box-shadow: 0px 3px 3px rgba(211, 211, 211, 1);
    box-shadow: 0px 3px 3px rgba(211, 211, 211, 1); /*å…¼å®¹ie9ä»¥ä¸Šçš„*/
}

.browser {
    width: 100%;
    height: 85px;
    padding-bottom: 15px;
    border-top: 1px solid white;
}

    .browser ul {
        width: 80%;
        height: 90px;
        margin: 10px auto 0px auto;
    }

        .browser ul li {
            width: 100%;
            height: 22px;
            line-height: 22px;
            letter-spacing: 1px;
        }

            .browser ul li a {
                font-size: 12px;
                font-family: "Microsoft YaHei";
                color: #1854dc;
            }

            .browser ul li img {
                vertical-align: middle;
                padding-left: 10px;
            }

            .browser ul li span {
                vertical-align: middle;
                font-size: 12px;
                font-family: "Microsoft YaHei";
                color: #626262;
            }

.register-btn:hover {
    border-color: #e7cccc;
    background: #fae5e5;
}

.go-btn:hover {
    background: #409f07;
}
/*footer*/
.footer {
    width: 100%;
    height: 94px;
    overflow: hidden;
    margin-top: 25px;
}

.footer-detail {
    width: 435px;
    height: 89px;
    margin: 3px auto 0px auto;
}

    .footer-detail p {
        font-size: 12px;
        font-family: "SimSun";
        text-align: center;
        margin-top: 5px;
        color: #999999;
        letter-spacing: 1px;
    }

.register-btn:hover {
    border-color: #e7cccc;
    background: #fae5e5;
}

.go-btn:hover {
    background: #409f07;
}
/*footer*/
.footer {
    width: 100%;
    height: 94px;
    overflow: hidden;
    margin-top: 25px;
}

.footer-detail {
    width: 435px;
    height: 89px;
    margin: 3px auto 0px auto;
}

    .footer-detail p {
        font-size: 12px;
        font-family: "SimSun";
        text-align: center;
        margin-top: 5px;
        color: #999999;
        letter-spacing: 1px;
    }


.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}

.none {
    display: none;
}

.l-title ul li {
    width: 133px;
    height: 47px;
    font-size: 14px;
    background-color: #f3f3f3;
    line-height: 47px;
    cursor: pointer;
    text-align: center;
    border-bottom: solid 1px #ebebeb;
    float: left;
    display: inline;
}

    .l-title ul li.l-title-app {
        border-left: solid 1px #ebebeb;
        background: #f3f3f3 url("../images/login-code.png") no-repeat 12px 17px;
    }

    .l-title ul li.l-func-normal {
        border-right: solid 1px #ebebeb;
    }

    .l-title ul li:hover, .l-title ul li.tab-hover {
        border-color: #fff;
        background-color: #fff;
    }

h3.loginCodeBoxh {
    padding-top: 20px;
    font-weight: normal;
    line-height: 35px;
    text-align: center;
}

.loginCodeBox {
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

    .loginCodeBox iframe {
        width: 200px !important;
        min-height: 250px;
        margin: -1px !important;
    }

        .loginCodeBox iframe .loginPanel {
            width: 200px !important;
            margin-right: auto;
            margin-left: auto;
        }

        .loginCodeBox iframe .impowerBox .qrcode {
            border: none !important;
            margin-top: 0px !important;
        }

#loginCodeBox iframe .main .loginPanel .panelContent .wrp_code {
    width: 184px;
    height: 140px !important;
    text-align: center;
    margin: 20px auto !important;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    padding: 2px;
}

.panelContent .wrp_code .impowerBox .qrcode {
    width: 184px;
    margin-top: 0px !important;
    margin-left: 0px !important;
}

.impowerBox .info {
    margin-left: -12px !important;
}

.login-wrap-bg1 {
    width: 100%;
    height: 600px;
    background-size: cover;
    -webkit-background-size: cover;
    background: url('../images/bg1.jpg') no-repeat center center;
}

.login-wrap-bg2 {
    width: 100%;
    height: 600px;
    background-size: cover;
    -webkit-background-size: cover;
    background: url('../images/bg2.jpg') no-repeat center center;
}
