
*{
    margin: 0;padding: 0;
}
a{
    text-decoration:none;

}
body{
    width: 100%;
    overflow-x: hidden;
}
.content{
    width: 100%;
    height: 1080px;
    margin: 0 auto;
    position: relative;
    background: black;
    background-size: 100% !important;
}
.box{
    width: 772px;
    height: 503px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -134px;
    margin-left: -353px;

    z-index: 2;
    background: url(../images/beijing.png) no-repeat top center;
}
.denglu{
    width: 936px;
    height: 634px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -317px;
    margin-left: -468px;
    z-index: 2;
    background: url(../images/beijing.png) no-repeat top center
}
.head{
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-top: 67px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #1b3956;
}
.error_text{
    color: #fe2320;
    font-size: 12px;
    width: 270px;
    margin: 0 auto;
    text-align: left;
    height: 20px;
    line-height: 20px;
}
.user_name{
    width: 452px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    background: url(../images/user_name.png) no-repeat top center;
}
.user_name_text{
    height: 34px;
    display: inline-block;
    width: 87px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
}
.user_name_input{
    height: 32px;
    width: 360px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}
.user_name_input input{
    width: 97%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
}

.password{
    width: 452px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    background: url(../images/user_name.png) no-repeat top center;
}
.password_text{
    height: 34px;
    display: inline-block;
    width: 87px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
}
.password_input{
    height: 32px;
    width: 360px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}
.password_input input{
    width: 97%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
}

.name{
    width: 452px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10px;
    background: url(../images/user_name.png) no-repeat top center;
}
.name_text{
    height: 34px;
    display: inline-block;
    width: 87px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
}
.name_input{
    height: 32px;
    width: 360px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}
.name_input input{
    width: 97%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
}


.code{
    width: 452px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 5px;
    background: url(../images/user_name.png) no-repeat top center;
}
.code_text{
    height: 34px;
    display: inline-block;
    width: 87px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 0px;
}
.code_input{
    height: 32px;
    width: 360px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}
.code_input input{
    width: 97%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
}
.start_game{
    width: 234px;
    height: 117px;
    line-height: 104px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: white;
    background: url(../images/start_game.png) no-repeat top center;
    margin: 0 auto;
    cursor: pointer;
}
.start_game:hover{
    background: url(../images/start_game_hover.png) no-repeat top center;
}
.other_login{
    text-align: center;
    width: 100%;
    height: 34px;
    position: absolute;
    bottom: 56px;
}
.qq{
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 51%;
    background: url(../images/qq.png) no-repeat top center;
    cursor: pointer;
}
.wx{
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 58%;
    background: url(../images/wx.png) no-repeat top center;
    cursor: pointer;
}
.fh{
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 65%;
    background: url(../images/fh.png) no-repeat top center;
    cursor: pointer;
}
.other_login_text{
    height: 34px;
    line-height: 34px;
    display: inline-block;
    position: absolute;
    left: 35%;
}
.rule_box{
    width: 14px;
    height: 14px;
    background: url(../images/rule_box.png) no-repeat top center;
    position: absolute;
    left: 30%;
    top: 35px;
    cursor: pointer;
}
.gou{
    width: 10px;
    height: 14px;
    margin-top: -3px;
    margin-left: 3px;
}
.rule_box .checked{
    width: 10px;
    height: 14px;
    background: url(../images/gou.png) no-repeat top center;
    margin-top: -3px;
    margin-left: 3px;
}
.rule_text{
    position: absolute;
    left: 34%;
    top: 30px;
}
.rule{
    position: relative;
    height: 21px;
    width: 100%;
}
/* .float{
    width: 541px;
    height: 634px;
    background: url(../images/float.gif) no-repeat top center;
    position: absolute;
    left: 70.05%;
    top: 24.7%;
} */

.fh_anti_indulgence{
    width: 415px;
    height: 390px;
    background: url(../images/fcm.png) no-repeat top center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -195px;
    margin-left: -207.5px;
    z-index: 10;
}
.fh_anti_indulgence_head{
    width: 100%;
    text-align: center;
    font-size: 24px;
    margin-top: 17%;
    *padding-top: 50px;
}
#feihuo_login .error_text{
    margin-top: 40px;
}
.fh_anti_indulgence_number{
    width: 273px;
    height: 36px;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
    position: relative;
}
.fh_anti_indulgence_number_left{
    width: 36px;
    height: 36px;
    border-right: 1px solid #c2c2c2;
    position: relative;
    background: #f9f9f9;
}
.fh_anti_indulgence_number_left img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 16px;
}
.fh_anti_indulgence_password{
    width: 273px;
    height: 36px;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.fh_anti_indulgence_password_left{
    width: 36px;
    height: 36px;
    border-right: 1px solid #c2c2c2;
    position: relative;
    background: #f9f9f9;
}
.fh_anti_indulgence_password_left img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 36px;
    height: 36px;
}
.fh_anti_indulgence_number_right{
    position: absolute;
    right: 0px;
    top: 0px;
}
.fh_anti_indulgence_number_right input{
    height: 33px;
    line-height: 33px;
    border: none;
    width: 226px;
    padding-left: 10px;
}
.fh_anti_indulgence_password_right{
    position: absolute;
    right: 0px;
    top: 0px;
}
.fh_anti_indulgence_password_right input{
    height: 33px;
    line-height: 33px;
    border: none;
    width: 226px;
    padding-left: 10px;
}

.qw_anti_indulgence{
    width: 415px;
    height: 390px;
    background: url(../images/fcm.png) no-repeat top center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -195px;
    margin-left: -207.5px;
    z-index: 10;
}
.qw_anti_indulgence_head{
    width: 100%;
    text-align: center;
    font-size: 16px;
    margin-top: 17%;
    *padding-top: 50px;
}
.qw_anti_indulgence_head1{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
#feihuo_fcm .error_text{
    margin-top: 40px;
}
.qw_anti_indulgence_number{
    width: 273px;
    height: 36px;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
    position: relative;
}
.qw_anti_indulgence_number_left{
    width: 36px;
    height: 36px;
    border-right: 1px solid #c2c2c2;
    position: relative;
    background: #f9f9f9;
}
.qw_anti_indulgence_number_left img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 15px;
    height: 16px;
}
.qw_anti_indulgence_password{
    width: 273px;
    height: 36px;
    border: 1px solid #c2c2c2;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
}
.qw_anti_indulgence_password_left{
    width: 36px;
    height: 36px;
    border-right: 1px solid #c2c2c2;
    position: relative;
    background: #f9f9f9;
}
.qw_anti_indulgence_password_left img{
    position: absolute;
    left: 11px;
    top: 10px;
    width: 17px;
    height: 18px;
}
.qw_anti_indulgence_number_right{
    position: absolute;
    right: 0px;
    top: 0px;
}
.qw_anti_indulgence_number_right input{
    height: 33px;
    line-height: 33px;
    border: none;
    width: 226px;
    padding-left: 10px;
}
.qw_anti_indulgence_password_right{
    position: absolute;
    right: 0px;
    top: 0px;
}
.qw_anti_indulgence_password_right input{
    height: 33px;
    line-height: 33px;
    border: none;
    width: 226px;
    padding-left: 10px;
}
.forget_password{
    width: 275px;
    text-align: right;
    margin: 0 auto;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}
.login{
    width: 275px;
    height: 43px;
    line-height: 43px;
    background: #f24445;
    text-align: center;
    margin: 0 auto;
    color: white;
    cursor: pointer;
}
.mengceng{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: grey;
    opacity: 0.5;
    z-index: 5;
    filter:Alpha(opacity=50);
}
.float{
    width: 100%;
    height: 1080px;
    background: url(../images/float1.gif) no-repeat top center;
    position: absolute;
    left: 0%;
    bottom: 0%;
    display: block;
}
.clear1{
    width: 16px;
    height: 16px;
    background: url(../images/X.png) no-repeat top center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.clear2{
    width: 16px;
    height: 16px;
    background: url(../images/X.png) no-repeat top center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.clear3,.clear4{
    width: 16px;
    height: 16px;
    background: url(../images/X.png) no-repeat top center;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.pop-qqlogin-box,.pop-wxlogin-box{
   width: 520px;
    height: 375px;
    border: 1px solid gray;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -202.5px;
    z-index: 20;
    padding: 30px;
    background: white;
}
#iframe1{
	width: 520px;
    height: 375px; 
}
#iframe2{
	width: 520px;
    height: 390px; 
}
.phstyle{
    font-size: 12px;
    padding: 7px 11px 8px;
    width: 220px;
    height: 20px;
    line-height: 20px;
    border: 0;
    color: #82808a;
    position: absolute;
    top: 0;
    left: 0;
}

.movie {
    width: 100%;
    min-width: 1900px;
    height: 1080px;
}


@media screen and (max-width: 1769px) {
    .content{
        width: 100%;
        height: 992px;
        margin: 0 auto;
        position: relative;
        background: black;
        background-size: 100%;
        /* background: url(../images/bg.gif) no-repeat top center; */
    }
    .movie {
        width: 100%;
        min-width: 1740px;
        height: 992px;
    }
}
@media screen and (max-width: 1681px) {
    .content{
        width: 100%;
        height: 1050px;
        margin: 0 auto;
        position: relative;
        background: black;
        background-size: 100%;
        /* background: url(../images/bg.gif) no-repeat top center; */
    }
    .movie {
        width: 100%;
        min-width: 1657px;
        height: 992px;
    }
}
@media screen and (max-width: 1601px) {
    .content{
        width: 100%;
        height: 900px;
        margin: 0 auto;
        position: relative;
        background: black;
        background-size: 100%;
        /* background: url(../images/bg.gif) no-repeat top center; */
    }
    .movie {
        width: 100%;
        min-width: 1580px;
        height: 900px;
    }
}
@media screen and (max-width: 1441px) {
    .content{
        width: 100%;
        height: 900px;
        margin: 0 auto;
        position: relative;
        background: black;
        background-size: 100%;
        /* background: url(../images/bg.gif) no-repeat top center; */
    }
    .movie {
        width: 100%;
        min-width: 1420px;
        height: 798px;
    }
}
@media screen and (max-width: 1367px) {
    .content{
        width: 100%;
        height: 768px;
        margin: 0 auto;
        position: relative;
        background: black;
        background-size: 100%;
        /* background: url(../images/bg.gif) no-repeat top center; */
    }
    .movie {
        width: 100%;
        min-width: 1341px;
        height: 768px;
    }
}