body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

body{
    font-family: Microsoft YaHei !important;
    height: 100%;
    width: 100%;
    min-width: 1040px;
    min-height: 700px;
    display: block;
    background-image: url(../pic/bg.jpg);
    background-repeat: no-repeat;
    font-size: 14px;
    font-weight: 400;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat; 
    background-color: #fff;
    -webkit-user-select:none;
    -moz-user-select:none;
    -o-user-select:none;
    user-select:none;
    display: none;
    padding-top: 1.7rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.clear {
    clear: both;
}
input::-webkit-input-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}
input::-ms-input-placeholder {
    color: #999;
}
form {
    margin: 0;
    padding: 0;
}
.wrapper {
    width: 11rem;
    height: 5.71rem;
    margin: auto;
    background-image: url(../pic/inner_bg1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
}

.wrapper.en {
    background-image: url(../pic/inner_bg_en.png)!important;
}

.left_part {
    width: 45%;
    float: left;
    height: auto;
    position: relative
}

.left_part .play-btn-wrapper{
    width: 100%;
    height: 200px;
    position: absolute;
    top: 2.7rem;
    left: 0.11rem;
    text-align: center;
}

.left_part .play-btn-wrapper .play-btn-inner{
    display: block;
    width: 1.2rem;
    margin: 0 auto;
    text-decoration: underline;
}

.left_part .play-btn-wrapper .play-btn{
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin: 0 auto;
    background-image: url(../pic/pay-btn-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border-radius: 100%;
    cursor: pointer;
}

.left_part .play-btn-wrapper .play-btn-text{
    width: 1.2rem;
    margin: 0 auto;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    line-height: 0.6rem;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
}


.right_part {
    width: 45%;
    float: right;
    height: auto;
    margin-right: 0.15rem;
}
.top_logo {
    width: 88%;
    height: auto;
    margin-top: 0.9rem;
    text-align: center;
}
.top_logo img{
    -webkit-user-drag: none;
}
.info_table {
    width: 63%;
    margin-left: 17%;
    margin-top: 0.45rem;
}
.form_controll {
    border: 1px solid #dcdcdc;
    border-width: 0px 0px 1px 0px;
    width: 100%;
    height: auto;
}
.form_controll_noline {
    border-width: 0px;
}
.top_line {
    margin-top: 0.2rem;
}
.inputs_box {
    height: 0.6rem;
}
.one_line {
    width: 100%;
    height: 0.6rem;
    position: relative;
}
.icons {
    position: absolute;
    width: 0.22rem;
    height: 0.22rem;
    float: left;
    margin-top: 0.26rem;
    background-size: contain;
    bottom: 0.12rem;
    left: 0;
    font-weight: normal;
    letter-spacing: 1px;
}
.icon_account {
    background: url('../pic/business.png') no-repeat;
    background-size: contain;
}
.icon_operator1 {
    background: url('../pic/account.png') no-repeat;
    background-size: contain;
}
.icon_password {
    background: url('../pic/pwd.png') no-repeat;
    width: 0.24rem;
    background-size: contain;
}
.form_controll .inpText {
    background: #fff;
    border: 0;
    height: 0.4rem;
    color: #444;
    outline: none;
    margin-top: 0.17rem;
    line-height: 0.4rem;
    font-size: 14px;
    width: 100%;
    text-indent: 0.32rem;
}

.form-control-checkbox{
    margin-top: 12px;
    margin-bottom: 0.2rem;
}

.rememberCheck{
    opacity: 0;
}

.remember-label{
    position: relative;
    text-indent: 24px;
    font-size: 14px;
    color: #666;
}

.remember-label:before{
    content: "";
    display: block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../pic/login-check.png) no-repeat;
    border: none;
    cursor: pointer;
    transition: 0s;
    z-index: 1;
    position: absolute;
    top: 1px;
    left: -24px;
}

.rememberCheck:checked + .remember-label:before{
    background-position: 0 -36px;
}

.btn-login {
    display: block;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00C2DE;
    cursor: pointer;
    background-color: #00C2DE;
    color: #fefdfd;
    height: 0.44rem;
    width: 100%;
    line-height: 0.44rem;
    font-size: 0.16rem;
    outline: none;
    transition: all 0.2s;
}

.btn-disabled{
    opacity: 0.4;
}
.out_bottom_border { position: absolute; bottom: 20px; width: 800px; left: 50%; margin-left: -400px; }
.copyright_text { text-align: left; line-height: 30px; font-size: 14px; color: #fff; letter-spacing: 0.5px; width: 100%; text-align: center; }
.report_wrap { font-size: 14px; height: 20px; line-height: 20px; color: #fff; width: 100%; text-align: center; }
.report_link { text-decoration: none; }
