
* {
    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: 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: 290px;
    text-align: center;
    height: 38px;
    /* line-height: 40px; */
    margin: 0 auto;
    margin-top: 132px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #e0934c;
    background: url(../images/head.png) no-repeat top center;
}

.error_text {
    color: #ffff00;
    font-size: 12px;
    width: 270px;
    /* margin: 0 auto; */
    margin-left: 40%;
    text-align: left;
    height: 20px;
    line-height: 20px;
}

.user_name {
    width: 372px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    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: 280px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}

.user_name_input input {
    width: 96%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
    background: #101010;
    color: gray;
}

.password {
    width: 372px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    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: 280px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}

.password_input input {
    width: 96%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
    background: #101010;
    color: gray;
}

.name {
    width: 372px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    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: 280px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}

.name_input input {
    width: 96%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
    background: #101010;
    color: gray;
}

.code {
    width: 372px;
    height: 34px;
    line-height: 34px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
    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: 280px;
    line-height: 32px;
    border: none;
    display: inline-block;
    position: absolute;
    right: 1px;
}

.code_input input {
    width: 96%;
    height: 100%;
    line-height: 33px;
    border: none;
    position: absolute;
    top: 1px;
    padding-left: 10px;
    background: #101010;
    color: gray;
}

.start_game {
    width: 211px;
    height: 115px;
    line-height: 97px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #552808;
    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: 70px;
}

.qq {
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 49%;
    background: url(../images/qq.png) no-repeat top center;
    cursor: pointer;
}

.wx {
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 54%;
    background: url(../images/wx.png) no-repeat top center;
    cursor: pointer;
}

.fh {
    width: 35px;
    height: 34px;
    display: inline-block;
    position: absolute;
    left: 59%;
    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: 37%;
    color: #e9b366;
}

.rule_box {
    width: 14px;
    height: 14px;
    background: url(../images/rule_box.png) no-repeat top center;
    position: absolute;
    left: 36.5%;
    top: 34px;
    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: 39%;
    top: 30px;
    color: white;
    font-size: 14px;
}

.rule {
    position: relative;
    height: 21px;
    width: 100%;
}

.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;
    margin-left: 25%;
    color:#f24445;
}

.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;
    margin-left: 25%;
    color:#f24445;
}

.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;
}

/* .float{
    width: 541px;
    height: 634px;
    background: url(../images/float.gif) no-repeat top center;
    position: absolute;
    left: 70.05%;
    top: 24.7%;
} */
.mengceng {
    width: 1920px;
    height: 1080px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: grey;
    opacity: 0.5;
    z-index: 5;
    filter: Alpha(opacity=50);
    display: none;
}

.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;
}
.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
}
#iframe1 {
    width: 520px;
    height: 375px;
}

#iframe2 {
    width: 520px;
    height: 390px;
}

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

.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;
}

@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;
    }
}