.mask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 106;
    background-color: #000;
    opacity: 0.5;
}
.videomask {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 106;
    background-color: #000;
    opacity: 0.5;
}
.dialog_close {
    position: relative;
    
    width: 38px;
    height: 38px;
}
.dialog_yy {
    position: fixed;
    display: none;
    z-index: 107;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -5%;
    width: 628px;
    height: 802px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybg.png) no-repeat;
    background-size: 100%;
}

.yy_close {
    top: 30px;
    left: 560px;
    display: block;
}
.yy_container {
    position: relative;
    width: 503px;
    height: 670px;
    margin: 0 auto;
}
.yy_container input[type=radio] {
    width: 26px;
    height: 26px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/radio.png) no-repeat;
    background-size: 100%;
}
.yy_container input[type=radio]:checked {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/radio2.png) no-repeat;
    background-size: 100%;
}
input[type=radio] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.yy_container .phonetype {
    position: relative;
    height: 36px;
    line-height: 36px;
    color: #4d3708;
    font-size: 28px;
    top: 18%;
    left: 20%;
}
.yy_container .phonetype span {
    margin-left: 10px;
}
.numinput {
    position: relative;
    height: 40px;
    width: 400px;
    margin-top: 30px;
    top: 17.5%;
    left: 20%;
}
.numinput .phonenumf, .phonenumb {
    position: relative;
    float: left;
    height: 40px;
    border: 1px solid #4d3708;
    border-radius: 10px;
}
.numinput .phonenumf {
    width: 100px;
    padding-left: 8px;
}
.numinput .phonenumb {
    width: 250px;
    margin-left: 20px;
    padding-left: 8px;
}
.agree {
    position: relative;
    width: 37px;
    height: 37px;
    top: 21.5%;
    left: -70%;
}
.dialog_btn {
    position: relative;
    display: block;
    width: 241px;
    height: 85px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybtn.png) no-repeat;
    background-size: 100%;
    top: 73%;
    left: 25%;
}
.msg {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -25%;
    z-index: 110;
    width: 573px;
    height: 424px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/msgbg.png) no-repeat;
    background-size: 100%;
}
.msg_close {
    top: 30px;
    left: 510px;
}
.msg_title {
    position: relative;
    color: #4d3708;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}
.msg_text {
    position: relative;
    color: #000000;
    font-size: 24px;
    text-align: center;
    margin-top: 13%;
}
.msg_btn {
    position: relative;
    display: block;
    width: 241px;
    height: 85px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybtn.png) no-repeat;
    background-size: 100%;
    margin-top: 60px;
    margin-left: 166px;
}
.success {
    position: fixed;
    display: none;
    z-index: 110;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -25%;
    width: 573px;
    height: 424px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/msgbg.png) no-repeat;
    background-size: 100%;
}
.success_close {
    top: 30px;
    left: 510px;
}
.success_title {
    position: relative;
    color: #4d3708;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}
.success_text {
    position: relative;
    color: #000000;
    width: 80%;
    margin-left: 10%;
    font-size: 24px;
    text-align: center;
    margin-top: 10%;
}
.googleplay {
    position: relative;
    display: block;
    width: 219px;
    height: 68px;
    float: left;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/googleplay.png) no-repeat;
    background-size: 100%;
    margin-left: 8%;
    margin-top: 8%;
}
.appstore {
    position: relative;
    display: block;
    width: 219px;
    height: 68px;
    float: left;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/appstore.png) no-repeat;
    background-size: 100%;
    margin-left: 5%;
    margin-top: 8%;
}
.dialog_fetters {
    position: fixed;
    display: none;
    z-index: 107;
    top: 4%;
    left: 30%;
    width: 700px;
    height: 795px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_fettersbg.png) no-repeat;
    background-size: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.fetters_close {
    left: 110px;
    top: 30px;
}
.zjpd {
    position: relative;
    float: left;
    top: 85px;
    left: 45px;
    /* width: 200px;
    height: 160px; */
    width: 176px;
    height: 141px;
}
.bwjjs {
    position: relative;
    float: left;
    top: 85px;
    left: 80px;
    /* width: 220px;
    height: 160px; */
    width: 176px;
    height: 141px;
}
.byh {
    position: relative;
    float: left;
    top: 85px;
    left: 132px;
    /* width: 220px;
    height: 160px; */
    width: 176px;
    height: 141px;
}
.slzpx {
    position: relative;
    float: left;
    top: 185px;
    left: 75px;
    /* width: 300px;
    height: 160px; */
    width: 264px;
    height: 141px;
}
.yjzh {
    position: relative;
    float: left;
    top: 185px;
    left: 103px;
    /* width: 320px;
    height: 160px; */
    width: 282px;
    height: 141px;
}
.allyjwb {
    position: relative;
    float: left;
    top: 285px;
    left: 93px;
    /* width: 600px;
    height: 160px; */
    width: 528px;
    height: 141px;
}
.nazi {
    position: relative;
    display: block;
    float: left;
    /* width: 91px;
    height: 157px; */
    width: 80px;
    height: 138px;
}
.naziblack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/nazi-black.png) no-repeat;
    background-size: 100%;
}
.luxi {
    position: relative;
    display: block;
    float: left;
    /*width: 91px;
    height: 157px;*/
    margin-left: 8px; 
    width: 80px;
    height: 138px;
}
.luxiblack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/luxi-black.png) no-repeat;
    background-size: 100%;
}
.ailusha {
    position: relative;
    display: block;
    float: left;
    /* width: 91px;
    height: 157px; */
    margin-left: 8px;
    width: 80px;
    height: 138px;
}
.ailushablack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/ailusha-black.png) no-repeat;
    background-size: 100%;
}
.milazhen {
    position: relative;
    display: block;
    float: left;
    /* width: 91px;
    height: 157px; */
    width: 80px;
    height: 138px;
    margin-left: 8px;
}
.milazhenblack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/milazhen-black.png) no-repeat;
    background-size: 100%;
}
.gelei {
    position: relative;
    display: block;
    float: left;
    /* width: 91px;
    height: 157px; */
    width: 80px;
    height: 138px;
    margin-left: 8px;
}
.geleiblack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/gelei-black.png) no-repeat;
    background-size: 100%;
}
.wendi {
    position: relative;
    display: block;
    float: left;
    /* width: 91px;
    height: 157px; */
    width: 80px;
    height: 138px;
    margin-left: 8px;
}
.wendiblack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/wendi-black.png) no-repeat;
    background-size: 100%;
}
.gejier {
    position: relative;
    display: block;
    float: left;
    /* width: 91px;
    height: 157px; */
    width: 80px;
    height: 138px;
    margin-left: 8px;
}
.gejierblack {
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/gejier-black.png) no-repeat;
    background-size: 100%;
}
.dialog_role {
    position: fixed;
    display: none;
    z-index: 107;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -5%;
    width: 628px;
    height: 802px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/rolesbg.png) no-repeat;
    background-size: 100%;
}
.role_close {
    left: 560px;
    top: 30px;
    display: block;
}
.role_title {
    position: relative;
    color: #4d3708;
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
}
.newtag {
    position: absolute;
    display: none;
    z-index: 108;
    width: 173px;
    height: 124px;
    top: 154px;
    left: 302px;
}
.role_img {
    position: relative;
    width: 475px;
    height: 509px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dia1.png) no-repeat;
    background-size: 100%;
    margin: auto;
}
.role_btn {
    position: relative;
    display: block;
    width: 241px;
    height: 85px;
    background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybtn.png) no-repeat;
    background-size: 100%;
    top: 8%;
    left: 31%;
}
/* д���� */
@media only screen and (max-width: 1680px) {
    .dialog_yy {
        position: fixed;
        display: none;
        z-index: 107;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: -5%;
        width: 428px;
        height: 548px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybg.png) no-repeat;
        background-size: 100%;
    }
    .yy_close {
        top: 20px;
        left: 370px;
    }
    .yy_container {
        position: relative;
        width: 303px;
        height: 490px;
        margin: 0 auto;
        overflow: hidden;
    }
    .yy_container .phonetype {
        position: relative;
        height: 30px;
        line-height: 33px;
        color: #4d3708;
        font-size: 18px;
        top: 14%;
        left: 20%;
    }
    .yy_container input[type=radio] {
        width: 16px;
        height: 16px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/radio.png) no-repeat;
        background-size: 100%;
    }
    .numinput .phonenumf, .phonenumb {
        position: relative;
        float: left;
        height: 30px;
        border: 1px solid #4d3708;
        border-radius: 8px;
        font-size: 12px;
    }
    .numinput {
        position: relative;
        height: 30px;
        width: 300px;
        margin-top: 30px;
        top: 11.5%;
        left: 20%;
    }
    .numinput .phonenumf {
        width: 70px;
        padding-left: 8px;
    }
    .numinput .phonenumb {
        width: 150px;
        margin-left: 10px;
        padding-left: 8px;
    }
    .agree {
        position: relative;
        width: 17px;
        height: 17px;
        top: 15.5%;
        left: -76%;
    }
    .dialog_btn {
        position: relative;
        display: block;
        width: 141px;
        height: 50px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybtn.png) no-repeat;
        background-size: 100%;
        top: 65%;
        left: 25%;
    }
    .dialog_role {
        position: fixed;
        display: none;
        z-index: 107;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        /* top: -5%; */
        width: 428px;
        height: 546px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/rolesbg.png) no-repeat;
        background-size: 100%;
    }
    .role_title {
        position: relative;
        color: #4d3708;
        font-size: 24px;
        text-align: center;
        margin-top: 0px;
    }
    .role_close {
        left: 370px;
        top: 20px;
    }
    .role_img {
        position: relative;
        width: 315px;
        height: 345px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dia1.png) no-repeat;
        background-size: 100%;
        margin: auto;
    }
    .role_btn {
        position: relative;
        display: block;
        width: 141px;
        height: 50px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_yybtn.png) no-repeat;
        background-size: 100%;
        top: 8%;
        left: 35%;
    }
    .dialog_fetters {
        position: fixed;
        display: none;
        z-index: 107;

        width: 500px;
        height: 565px;
        background: url(//static1.gamepanda.tw/web/gamepanda.tw/fthmt/reservation/images/dialog_fettersbg.png) no-repeat;
        background-size: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .fetters_close {
        left: 455px;
        top: 15px;
        display: block;
        width: 28px;
        height: 28px;
    }
    
    .nazi {
        position: relative;
        display: block;
        float: left;
        width: 58px;
        height: 100px;
    }
    .luxi, .ailusha, .gejier, .gelei, .milazhen, .wendi {
        position: relative;
        display: block;
        float: left;
        /*width: 91px;
        height: 157px;*/
        margin-left: 5px; 
        width: 58px;
        height: 100px;
    }
    .zjpd {
        position: relative;
        float: left;
        top: 30px;
        left: 30px;
        width: 125px;
        height: 100px;
        overflow: hidden;
    }
    .bwjjs {
        position: relative;
        float: left;
        top: 30px;
        left: 55px;
        width: 130px;
        height: 100px;
    }
    .byh {
        position: relative;
        float: left;
        top: 30px;
        left: 88px;
        width: 130px;
        height: 100px;
    }
    .slzpx {
        position: relative;
        float: left;
        top: 102px;
        left: 50px;
        width: 186px;
        height: 100px;
    }
    .yjzh {
        position: relative;
        float: left;
        top: 102px;
        left: 76px;
        width: 196px;
        height: 100px;
    }
    .allyjwb {
        position: relative;
        float: left;
        top: 175px;
        left: 65px;
        width: 377px;
        height: 100px;
    }
} /*<1440���豸*/