﻿
#playBox {
    width: 550px;
    height: 320px;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 48px;
}

    #playBox .oUlplay {
        width: 99999px;
        position: absolute;
        left: 0;
        top: 0;
    }

        #playBox .oUlplay li {
            float: left;
        }

            #playBox .oUlplay li img {
                width: 550px;
                height: 320px;
            }

    #playBox .pre, #playBox .next {
        cursor: pointer;
        width: 45px;
        height: 45px;
        background: url(../images/l.png) no-repeat;
        position: absolute;
        top: 140px;
        z-index: 10;
    }

    #playBox .next {
        background: url(../images/r.png) no-repeat;
        right: 10px;
    }

    #playBox .smalltitle {
        width: 550px;
        height: 10px;
        position: absolute;
        bottom: 15px;
        z-index: 10
    }

        #playBox .smalltitle ul {
            width: auto;
            margin: 0 auto;
            float: right;
            margin-right: 15px;
        }

            #playBox .smalltitle ul li {
                width: 10px;
                height: 10px;
                margin: 0 5px;
                border-radius: 10px;
                background: #ffffff;
                float: left;
                overflow: hidden;
                *display: inline;
                *zoom: 1;
            }

        #playBox .smalltitle .thistitle {
            background: #69aaec;
        }

div.wrapper.top {
    width: auto;
    min-width: 990px;
    max-width: 1190px;
}

    div.wrapper.top .ulogo {
        display: inline-block;
    }

    div.wrapper.top .login-tip {
        display: inline-block;
        font-size: 18px;
        margin-top: 40px;
        margin-left: 10px;
        float: left;
    }

.we-chat-qr-code {
    background: white;
    width: 400px;
    height: 400px;
    float: left;
}

    .we-chat-qr-code img.imgstyle {
        float: left;
        width: 278px;
        margin-top: 70px;
        margin-left: 65px;
    }

.login_box div.clear {
    clear: both;
}

.login_box .login_left {
    float: right;
    width: 350px;
    background: #fff;
    height: 335px;
    border: 1px solid #eaeaea;
    margin-top: 40px;
}

    .login_box .login_left .login_ltop p a {
        color: #333;
        text-decoration: none;
    }

    .login_box .login_left .login_form2 {
        margin: 0;
        margin-left: 30px;
    }

        .login_box .login_left .login_form2 .login_user input {
            padding-left: 0px !important;
            text-indent: 40px;
        }

        .login_box .login_left .login_form2 .login_pass input {
            padding-left: 0px !important;
            text-indent: 40px;
        }

        .login_box .login_left .login_form2 .buttbtn a {
            color: #0066CC;
            margin-right: 40px;
        }

        .login_box .login_left .login_form2 .butt {
            padding-left: 40px;
            margin-left: 0;
            margin-top: 20px;
        }

            .login_box .login_left .login_form2 .butt .us_Submit {
                cursor: pointer;
            }

        .login_box .login_left .login_form2 .demo-tips {
            padding-left: 10px;
            margin-left: 0;
            margin-top: 20px;
        }

            .login_box .login_left .login_form2 .demo-tips > span {
                margin-right: 10px;
                color: blue;
                font-size: 14px;
                font-weight: bold;
            }
