/* reset */

body {
    color: #999;
    font-size: 16px;
    overflow-x: hidden;
    background: url(../images/bg.jpg) no-repeat center 51px #fec223;
    background-size: cover;
    overflow: hidden;
}

body,
div,
p,
form,
input,
ul,
li,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li ol,
dl,
dt,
dd {
    list-style-type: none;
}

em,
i {
    font-style: normal;
}

img {
    display: block;
    border: 0;
}

a {
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb {
    clear: both;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.dn {
    display: none;
}

.red {
    color: #ff3b43 !important;
}

input::-webkit-input-placeholder {
    color: #abadb3;
}

html,
body {
    -ms-touch-action: none;
    background: url(../images/bg.jpg) center 40px / cover no-repeat rgb(254, 194, 35);
    padding: 0;
    border: 0;
    margin: 0;
    height: 100%;
}

.nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    background: white;
    position: relative;
    z-index: 99;
}

.nav .left ul li {
    float: left;
}

.nav .left ul li a .logo {
    margin-top: 11px;
    border-right: 1px solid #cccccc;
    padding: 0 20px;
}

.nav .left ul li a.public {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    margin-left: 10px;
    padding: 0 8px;
    position: relative;
}

.nav .left ul li a.public i {
    width: 25px;
    height: 19px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left 0;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.nav .left ul li a.public:hover {
    background: white;
}

.nav .left ul li a.public .code {
    width: 126px;
    height: 136px;
    background: url(../images/codeBg.png);
    position: absolute;
    left: 0;
    top: 41px;
    z-index: 99;
}

.nav .left ul li a.public .code img {
    width: 114px;
    height: 114px;
    margin: 0 auto;
    margin-top: 16px;
}

.nav .left ul li a.appDown {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    margin-left: 10px;
    padding: 0 8px;
}

.nav .left ul li a.appDown i {
    width: 16px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left -30px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.nav .left ul li a.appDown:hover {
    background: #31323e;
}

.nav .right {
    float: right;
}

.nav .right ul li {
    float: left;
    font-size: 14px;
    position: relative;
}

.nav .right ul li.sw_bind_box a:hover {
    background: none;
}

.nav .right ul li.sw_bind_box:hover {
    background: none;
}

.nav .right ul li a {
    height: 50px;
    padding: 0 8px;
    display: block;
}

.nav .right ul li a:hover {
    background: #ffeec3;
}

.nav .right ul li:hover {
    background: #ffeec3;
}

.nav .right ul li a .face {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

.nav .right ul li a i.letter {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left -60px;
    position: relative;
    top: 2px;
}

.nav .right ul li a i.letter em {
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -4px;
}

.nav .right ul li a i.home {
    width: 20px;
    height: 17px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left -85px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}

.nav .right ul li .line {
    width: 1px;
    height: 18px;
    background: #ccc;
    overflow: hidden;
    float: left;
    margin: 0 10px;
    position: relative;
    top: 16px;
}

.nav .right ul li dl {
    width: 150px;
    height: 86px;
    border: 1px solid #e3e3e3;
    border-top: none;
    background: #fff;
    position: absolute;
    left: 0;
    top: 51px;
    z-index: 99;
}

.nav .right ul li dl dt a {
    width: 146px;
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    display: block;
    padding: 0;
    margin-left: 2px;
    margin-top: 2px;
    font-size: 14px;
    color: #333;
    transition: all .3s;
}

.nav .right ul li dl dt a i.userCenter {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left -112px;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    top: 4px;
    transition: all .3s;
}

.nav .right ul li dl dt a i.exit {
    width: 18px;
    height: 20px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left -172px;
    margin-left: 12px;
    margin-right: 14px;
    position: relative;
    top: 4px;
    transition: all .3s;
}

.nav .right ul li dl dt a:hover {
    background: #f1f1f1;
    color: #f40d4a;
}

.nav .right ul li dl dt a:hover i.userCenter {
    background-position: left -142px;
}

.nav .right ul li dl dt a:hover i.exit {
    background-position: left -202px;
}

.nav .right .userInfo {
    padding: 0 8px;
}

.nav .right ul li a {
    height: 50px;
    display: block;
    float: left;
    padding: 0;
}

.nav .right ul li i.letter {
    width: 20px;
    height: 15px;
    display: inline-block;
    background: url(../images/icon.png) no-repeat left -60px;
    position: relative;
    top: 2px;
}

.nav .right ul li i.letter em {
    width: 8px;
    height: 8px;
    background: #f00;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -4px;
}

.nav .right ul li a.backHome {
    padding: 0 8px;
}

.nav .curGame {
    width: 300px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    text-align: center;
    color: #333;
}

.verticalScreen {
    background: url(../images/verticalScreenBg.png) no-repeat;
    margin: 0 auto;
    margin-top: 10px;
    background-size: 100% 100%;
    position: relative;
    top: 0px;
}

.verticalScreen .play {
    width: 92.3%;
    height: 90%;
    left: 4%;
    top: 6%;
    background: #000;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}

.verticalScreen .syncGame {
    width: 140px;
    height: 174px;
    overflow: hidden;
    display: inline-block;
}

.verticalScreen .syncGame span {
    display: block;
    text-align: center;
    color: white;
    font-size: 12px;
    background: #f90;
    width: 122px;
    padding: 1px 0;
}

.verticalScreen .syncGame .QRcodeBox {
    width: 120px;
    margin: 17px 0 0 18px;
}

.verticalScreen .syncGame .QRcodeBox img {
    width: 120px;
    height: 120px;
    border: 1px solid #e8e8e8;
}

.verticalScreen .syncGame .QRcodeBox .refresh {
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.verticalScreen .syncGame .QRcodeBox .refresh i {
    width: 33px;
    height: 33px;
    display: block;
    background: url(../images/icon_2.png) no-repeat left -1067px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 10px;
}

.verticalScreen .syncGame .QRcodeBox .refresh i.zhuan {
    animation: zhuan 1s infinite linear;
    transform-origin: 57% 50%;
}

@keyframes zhuan {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-360deg);
    }
}

.verticalScreen .syncGame .QRcodeBox .refresh a {
    color: #fff;
}

.verticalScreen .syncGame .QRcodeBox .refresh a:hover {
    text-decoration: underline;
}

.verticalScreen .menu {
    font-size: 0;
    background: #ffffde;
    border-radius: 10px;
}

.verticalScreen .menu ul {
    position: relative;
    display: inline-block;
    width: 150px;
    padding-top: 10px;
    vertical-align: top;
}

.verticalScreen .menu ul a {
    width: 50px;
    height: 70px;
    margin-bottom: 12px;
    display: inline-block;
    margin-right: 13px;
    margin-left: 12px;
}

.verticalScreen .menu ul a:nth-child(2n) {
    margin-right: 0;
}

.verticalScreen .menu ul a:hover span {
    color: #e4393c;
}


/* .verticalScreen .menu ul a.fullScreenBtn {
    border-top-left-radius: 10px;
} */

.verticalScreen .menu ul a.fullScreenBtn li {
    background: url(../images/menu2_icon1.png) no-repeat center center;
}

.verticalScreen .menu ul a.save li {
    background: url(../images/menu2_icon2.png) no-repeat center center;
}

.verticalScreen .menu ul a.service li {
    background: url(../images/menu2_icon3.png) no-repeat center center;
}

.verticalScreen .menu ul a.more li {
    background: url(../images/menu2_icon4.png) no-repeat center center;
}


/* .verticalScreen .menu ul a.save {
    border-top-right-radius: 10px;
}

.verticalScreen .menu ul a.service {
    border-bottom-left-radius: 10px;
}

.verticalScreen .menu ul a.more {
    border-bottom-right-radius: 10px;
} */

.verticalScreen .menu ul a span {
    display: block;
    text-align: center;
    color: #f90;
    font-size: 12px;
}

.verticalScreen .menu ul a:nth-child(4n) {
    margin-right: 0;
}

.verticalScreen .menu ul a li {
    width: 50px;
    height: 50px;
    background: red;
}

.exchange {
    width: 400px;
    height: 250px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -125px;
    z-index: 999;
}

.exchange p {
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 0 30px;
    margin-top: 78px;
}

.exchange p em {
    font-weight: bold;
    color: #f00;
}

.exchange .btnBox {
    width: 270px;
    margin: 0 auto;
    margin-top: 60px;
}

.exchange .btnBox .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    float: left;
    cursor: pointer;
}

.exchange .btnBox .exchangeYes {
    background: #f8b100;
    border-bottom: 2px solid #f59200;
    color: #333;
}

.exchange .btnBox .exchangeYes:hover {
    background: #efab01;
}

.exchange .btnBox .exchangeNo {
    background: #b5b5b6;
    border-bottom: 2px solid #979799;
    color: #fff;
    float: right;
}

.exchange .btnBox .exchangeNo:hover {
    background: #adadae;
}

.exchange .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/icon_2.png) no-repeat left -990px;
    cursor: pointer;
}

.popup_1 {
    width: 560px;
    height: 356px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -280px;
    margin-top: -148px;
    background: url(../images/popup_1.png) no-repeat;
    background-size: 560px 356px;
    z-index: 999;
}

.popup_1 h5 {
    font-size: 20px;
    color: #fffb5d;
    font-weight: normal;
    text-align: center;
    position: relative;
    top: 88px;
}

.popup_1 .close {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 72px;
    top: 72px;
    cursor: pointer;
}

.popup_1 .QRcode {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 95px;
    bottom: 35px;
}

.kf {
    width: 374px;
    height: 566px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -187px;
    margin-top: -283px;
    z-index: 999;
}

.kf .p1 {
    width: 368px;
    height: 48px;
    line-height: 48px;
    border: 3px dashed #fff;
    border-radius: 24px;
    color: #ff6537;
    font-size: 22px;
    text-align: center;
}

.kf i {
    width: 22px;
    height: 28px;
    display: block;
    margin: 20px auto;
    background: url(../images/icon_2.png) no-repeat left -150px;
}

.kf .p2 {
    width: 368px;
    height: 92px;
    line-height: 40px;
    border: 3px dashed #fff;
    border-radius: 51px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding-top: 10px;
}

.kf .p2 em {
    color: #ff6537;
}

.kf img {
    width: 258px;
    height: 258px;
    margin: 0 auto;
    padding-top: 10px;
}

.kf a.close {
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    right: 80px;
    top: 80px;
    background: url(../images/icon_2.png) no-repeat left -188px;
}

.kf a.close:hover {
    background-position: left -238px;
}

.openBtn {
    width: 30px;
    background: #041b24;
    position: fixed;
    top: 40px;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    z-index: 999;
}

.openBtn.dn {
    display: none;
}

.openBtn i {
    width: 14px;
    height: 17px;
    display: block;
    background: url(../images/icon.png) no-repeat left -31px;
}

.sideNav {
    width: 60px;
    height: 100%;
    background: #041b24;
    position: fixed;
    top: 40px;
    bottom: 0;
    right: -30px;
    z-index: 99;
}

.sideNav ul {
    height: 60px;
    height: 525px;
    position: fixed;
    top: 50%;
    margin-top: -237.5px;
    z-index: 9;
}

.sideNav ul li {
    width: 60px;
    height: 70px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    margin-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
    transition: all .3s;
    position: relative;
}

.sideNav ul li:hover {
    background: #f8b100;
    color: #333;
}

.sideNav ul li i {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/icon_2.png) no-repeat;
    margin: 0 auto;
    margin-bottom: 5px;
    transition: all .3s;
}

.sideNav ul li.phoneGame {
    height: 65px;
    padding-top: 15px;
    margin-bottom: 25px;
}

.sideNav ul li.phoneGame i {
    width: 30px;
    height: 30px;
    background-position: left -288px;
}

.sideNav ul li.phoneGame:hover i {
    background-position: left -328px;
}

.sideNav ul li.package i {
    background-position: left -368px;
}

.sideNav ul li.package:hover i {
    background-position: left -418px;
}

.sideNav ul li.package.active i {
    background-position: left -418px;
}

.sideNav ul li.package.active {
    background-color: #f8b100;
    color: #333;
}

.sideNav ul li.collection i {
    background-position: left -468px;
}

.sideNav ul li.collection:hover i {
    background-position: left -518px;
}

.sideNav ul li.save i {
    background-position: left -568px;
}

.sideNav ul li.save:hover i {
    background-position: left -618px;
}

.sideNav ul li.service i {
    background-position: left -668px;
}

.sideNav ul li.service:hover i {
    background-position: left -718px;
}

.sideNav ul li.arrow {
    height: 23px;
    padding: 0;
    margin: 0;
    padding-top: 7px;
    margin-top: 40px;
}

.sideNav ul li.arrow i {
    width: 14px;
    height: 17px;
    background-position: left -768px;
}

.sideNav ul li.arrow:hover i {
    width: 14px;
    height: 17px;
    background-position: left -795px;
}

.sideNav ul li.phoneGame .sideCode {
    width: 138px;
    height: 130px;
    background: url(../images/sideCodeBg.png) no-repeat;
    position: absolute;
    left: -130px;
    top: -25px;
}

.sideNav ul li.phoneGame .sideCode img {
    width: 120px;
    height: 120px;
    margin-left: 4px;
    margin-top: 5px;
}

.packageBox_2 {
    width: 480px;
    background: #fff;
    position: fixed;
    left: -540px;
    top: -8px;
    cursor: auto;
    text-align: left;
    padding: 20px;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -258px;
    z-index: 9;
}

.packageBox_2 .hd dl {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
}

.packageBox_2 .hd dl dt {
    float: left;
    margin-right: 20px;
}

.packageBox_2 .hd dl dt a {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #666;
    border-bottom: 3px solid transparent;
    padding: 0 22px;
    display: block;
}

.packageBox_2 .hd dl dt a.active {
    border-color: #f8b100;
    color: #f40d4a;
    font-weight: bold;
}

.packageBox_2 .bd {
    max-height: 420px;
    overflow-y: auto;
    margin-top: 20px;
}

.packageBox_2 .bd dl dt {
    border-bottom: 1px dashed #dedede;
    padding: 20px 0;
}

.packageBox_2 .bd dl dt:first-child {
    padding-top: 0;
}

.packageBox_2 .bd dl dt h4 {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    position: relative;
}

.packageBox_2 .bd dl dt h4 i {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/icon_2.png) no-repeat left -940px;
    float: left;
    margin-right: 10px;
}

.packageBox_2 .bd dl dt h4 span {
    font-size: 18px;
    color: #454545;
    font-weight: bold;
}

.packageBox_2 .bd dl dt h4 a.get {
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #f5682b;
    color: #f5682b;
    display: block;
    float: right;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    top: 5px;
    transition: all .3s;
    margin-right: 5px;
}

.packageBox_2 .bd dl dt h4 a.get:hover {
    background: linear-gradient(to right, #f40d4a, #f5682b);
    color: #fff;
}

.packageBox_2 .bd dl dt h4 a.disGet {
    width: 98px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ccc;
    color: #ccc;
    display: block;
    float: right;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    top: 5px;
    transition: all .3s;
    margin-right: 5px;
    cursor: not-allowed;
}

.packageBox_2 .bd dl dt h4 a.copy {
    width: 62px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #f5682b;
    color: #f5682b;
    display: block;
    float: right;
    font-weight: normal;
    border-radius: 3px;
    position: relative;
    top: 5px;
    transition: all .3s;
    margin-right: 5px;
}

.packageBox_2 .bd dl dt h4 a.copy:hover {
    background: linear-gradient(to right, #f40d4a, #f5682b);
    color: #fff;
}

.packageBox_2 .bd dl dt h4 .cardPassword {
    width: 168px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #dedede;
    font-weight: normal;
    position: absolute;
    right: 75px;
    top: 5px;
    padding: 0 10px;
    font-size: 14px;
    background: #fff;
    color: #999
}

.packageBox_2 .bd dl dt h4 .need {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    position: absolute;
    right: 5px;
    top: 28px;
}

.packageBox_2 .bd dl dt p {
    color: #999;
    font-size: 14px;
    margin-bottom: 5px;
    clear: both;
}

.packageBox_2 .bd dl dt p em {
    color: #f5383e;
}

.packageBox_2 .bd dl dt p span {
    color: #454545;
}

.packageBox_2 .bd dl dt p.p3 {
    padding-top: 5px;
}

.packageBox_2 .bd dl dt:last-child {
    border: none;
}

.packageBox_2 .arrow {
    width: 0;
    height: 0;
    position: absolute;
    right: -18px;
    top: 30px;
    border: 9px solid transparent;
    border-left-color: #fff;
}

.packageBox_2 .hd {
    position: relative;
}

.packageBox_2 .hd i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: -7px;
    display: block;
    background: url(../images/icon_2.png) no-repeat left -990px;
    cursor: pointer;
}

.packageBox_2 .hd i.close:hover {
    background: url(../images/icon_2.png) no-repeat left -1030px;
}

.packageBox_2 .packageTxt {
    text-align: center;
    font-size: 14px;
    color: #ef383a;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    margin-top: 20px;
}

.sideNav .exitFullScreenBtn {
    width: 40px;
    height: 108px;
    background: url(../images/icon_2.png) no-repeat left -822px;
    position: absolute;
    left: -51px;
    top: 10px;
    cursor: pointer;
}

.packageBox_2 .bd::-webkit-scrollbar {
    height: 5px;
}

.packageBox_2 .bd::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.packageBox_2 .bd::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.horizontalScreen {
    background-image: url(../images/horizontalScreenBg.png);
    background-size: 100% 100%;
    position: relative;
    margin: 80px auto 0;
    right: 200px;
}

.horizontalScreen .play {
    width: 800px;
    height: 480px;
    left: 7%;
    top: 6.4%;
    background: #000;
    position: absolute;
    border-radius: 10px;
    overflow: hidden;
}

.horizontalScreen .menu {
    width: 500px;
    position: absolute;
    right: 83px;
    bottom: -128px;
}

.horizontalScreen .menu ul a {
    width: 92px;
    height: 92px;
    margin-bottom: 12px;
    display: inline-block;
    background: #f60;
    margin-right: 20px;
    border-radius: 10px;
}

.horizontalScreen .syncGame {
    width: 115px;
    height: 91px;
    position: absolute;
    left: auto;
    right: 88px;
    bottom: -120px;
    margin-right: 520px;
    cursor: pointer;
}

.horizontalScreen .syncGame .codeBg {
    width: 130px;
    height: 130px;
    background: #fff;
    position: absolute;
    left: -10px;
    top: 90px;
    border-radius: 8px;
    z-index: 99;
}

.horizontalScreen .syncGame .codeBg .codeBox {
    width: 120px;
    height: 120px;
    left: 5px;
    top: 5px;
    position: relative;
}

.horizontalScreen .syncGame .codeBg .codeBox img {
    width: 120px;
    height: 120px;
}

.horizontalScreen .syncGame .codeBg .codeBox .refresh {
    width: 120px;
    height: 120px;
    background: rgba(0, 0, 0, .7);
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.horizontalScreen .syncGame .codeBg .codeBox .refresh a:hover {
    text-decoration: underline;
}

.horizontalScreen .syncGame .codeBg .codeBox .refresh i {
    width: 33px;
    height: 33px;
    display: block;
    background: url(../images/icon_2.png) no-repeat left -1067px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 10px;
}

.horizontalScreen .syncGame .codeBg .codeBox .refresh i.zhuan {
    animation: zhuan2 1s infinite linear;
    transform-origin: 57% 50%;
}

@keyframes zhuan2 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-360deg);
    }
}

.horizontalScreen .syncGame .codeBg .codeBox .refresh a {
    font-size: 16px;
    color: #fff;
}

.horizontalScreen .syncGame .codeBg .arrow {
    border: 9px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
}

.horizontalScreen .fullScreenBtn {
    top: 8%;
}

.thisWinPop_code {
    z-index: 99;
    position: fixed;
    left: 50%;
    background: #fff;
    margin-left: -105px;
    width: 210px;
    height: 266px;
    top: 35%;
}

* html .thisWinPop_code {
    position: absolute;
    left: expression(eval((document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)/2+105));
    top: expression(eval(document.documentElement.scrollTop+150))
}

.thisWinPop_code dl {
    width: 182px;
    margin: 0 auto;
    padding-top: 14px;
}

.thisWinPop_code dt,
.thisWinPop_code dt img {
    width: 182px;
    height: 182px;
    display: block;
}

.thisWinPop_code dd {
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 24px;
}

.verticalScreen .play .loading {
    width: 100%;
    height: 100%;
    background: url(../images/loadingBg.jpg) no-repeat center top black;
    position: absolute;
    top: 0;
    background-size: auto 100%;
}

.verticalScreen .play .loading .loadingImg_1 {
    width: 80%;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top: -30%;
}

.verticalScreen .play .loading .loadingImg_2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.verticalScreen .play .loading .loadingImgBox {
    width: 80%;
    position: absolute;
    left: 50%;
    margin-left: -40%;
    top: 50%;
    margin-top: -30%;
    animation: loading 3s linear 0s infinite;
    overflow: hidden;
    height: 103px;
}

.verticalScreen .play .loading p {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 16px;
    top: 60%;
}

@keyframes loading {
    to {
        height: 0
    }
}

.horizontalScreen .play .loading {
    width: 100%;
    height: 100%;
    background: url(../images/loadingBg.jpg) no-repeat center top;
    position: absolute;
    top: 0;
    background-size: 100% 100%;
}

.horizontalScreen .play .loading .loadingImg_1 {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -15%;
}

.horizontalScreen .play .loading .loadingImg_2 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.horizontalScreen .play .loading .loadingImgBox {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -15%;
    animation: loading 3s linear 0s infinite;
    overflow: hidden;
}

.horizontalScreen .play .loading p {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 16px;
    top: 60%;
}

@keyframes loading {
    to {
        height: 0
    }
}

.verticalScreen .loadingResize .loading .loadingImg_1 {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -15%;
}

.verticalScreen .loadingResize .loading .loadingImgBox {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -15%;
    animation: loading 3s linear 0s infinite;
    overflow: hidden;
}

.sideNav ul li.more i {
    background-position: left -1128px;
}

.sideNav ul li.more:hover i {
    background-position: left -1178px;
}

.moreBox {
    width: 480px;
    background: #fff;
    position: fixed;
    left: -540px;
    top: -8px;
    cursor: auto;
    text-align: left;
    padding: 20px;
    z-index: 9;
    left: 50%;
    top: 50%;
    margin-left: -260px;
    margin-top: -258px;
    z-index: 9999;
}

.moreBox .hd dl {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #ccc;
}

.moreBox .hd dl dt {
    float: left;
    margin-right: 20px;
}

.moreBox .hd dl dt a {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #666;
    border-bottom: 3px solid transparent;
    padding: 0 22px;
    display: block;
}

.moreBox .hd dl dt a.active {
    border-color: #f8b100;
    color: #f60;
    font-weight: bold;
}

.moreBox .hd i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    background: url(../images/icon_2.png) no-repeat left -990px;
    cursor: pointer;
}

.moreBox .hd i.close:hover {
    background: url(../images/icon_2.png) no-repeat left -1030px;
}

.moreBox .hd dl dt a.change {
    width: auto;
    font-size: 14px;
    color: #999;
    padding: 0;
    background: url(../images/change.png) no-repeat right center;
    padding-right: 26px;
}

.moreBox .hd dl dt a.change:hover {
    color: #f8b100;
    background: url(../images/changeHover.png) no-repeat right center;
}

.moreBox .moreCont {
    clear: both;
    padding-left: 12px;
    margin-top: 25px;
}

.moreBox .moreCont dl a {
    width: 80px;
    height: auto;
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    float: left;
    margin-right: 45px;
    margin-bottom: 23px;
    transition: all .3s;
}

.moreBox .moreCont dl a:nth-child(4n) {
    margin-right: 0;
}

.moreBox .moreCont dl a:hover {
    color: #f8b100;
    transform: translateY(-10px);
}

.moreBox .moreCont dl a dt img {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin-bottom: 10px;
}

.horizontalScreen .moreBox .moreCont {
    padding-left: 0;
}

.horizontalScreen .moreBox .moreCont dl a {
    margin-right: 36px;
    margin-bottom: 25px;
}

.horizontalScreen .moreBox .moreCont dl a.mr0 {
    margin-right: 0;
}

.wrap_box {
    box-shadow: 0 0 5px #555;
    background: #fff;
    width: 572px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -220px 0 0 -286px;
    height: 440px;
    z-index: 9;
    margin-top: -250px;
    height: auto;
    padding-bottom: 30px;
}

.wrap_box_tit {
    background: #f8b100;
    height: 63px;
    line-height: 63px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: 30px;
}

.wrap_box p {
    /* height: 65px; */
    /* line-height: 65px; */
    text-align: center;
    padding-bottom: 12px;
    font-size: 18px;
    color: #666;
}

.wrap_games {
    height: 149px;
    padding-left: 37px;
    overflow: hidden;
}

.wrap_games a {
    text-decoration: none;
    color: #333;
    width: 125px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.wrap_games a span {
    margin-top: 10px;
}

.wrap_games a img {
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 20px;
}

a.wrap_btn {
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    color: #ff6537;
    display: block;
    margin: 0 auto;
    border: #ff6537 solid 2px;
    border-radius: 10px;
    width: 164px;
    height: 42px;
    line-height: 42px;
    /**margin-top: 30px;**/
}

.public {
    width: 670px;
    height: 930px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -335px;
    margin-top: -440px;
    border-radius: 20px;
    transform: scale(.6);
}

.public .tit {
    width: 670px;
    height: 124px;
    background: #f90;
    text-align: center;
    font-size: 36px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.public .cont p {
    width: 464px;
    height: 94px;
    line-height: 94px;
    text-align: center;
    border: 1px solid #ff4c4c;
    margin: 0 auto;
    font-size: 30px;
    color: red;
    margin-top: 36px;
}

.public .cont .copyBtn {
    width: 290px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #f60;
    text-align: center;
    border-radius: 40px;
    font-size: 32px;
    color: #fff;
    display: block;
    margin: 0 auto;
    margin-top: 26px;
}

.public .cont .lace {
    width: 623px;
    height: 24px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

.public .cont .erweima {
    width: 310px;
    height: 310px;
    margin: 0 auto;
    display: block;
    border: 10px solid #ededed;
    margin-top: 28px;
}

.public .cont .read {
    width: 262px;
    height: 45px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.closeBtn {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.closeBtn img {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 7;
    display: none;
}

.hp_code_img img {
    height: 100px;
    width: 100px;
}

.hp_code_img {
    width: 127px !important;
    height: 100px !important;
    background: url(../images/hp_code_img.png) no-repeat center center !important;
}

#gameFrame {
    width: 100%;
    height: 100% !important;
}

.how_to_play {
    width: 194px;
    padding-bottom: 5px;
    background: #c33b35;
    border-radius: 20px;
    border: 3px solid #ec5b4a;
    position: absolute;
    left: -227px;
    top: 63%;
}

.how_to_play .how_play_content {
    text-indent: 9px;
    margin-top: 10px;
    padding: 0 10px;
}

.right_menu {
    width: 300px;
    position: absolute;
    right: -313px;
    border-radius: 10px;
    top: 0;
}

.how_to_play .how_play_content p {
    color: white;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
}

.how_to_play .how_play_content p:nth-child(2n) {
    margin-bottom: 10px;
    font-size: 12px;
    color: #cecece;
    font-weight: normal;
}

#boxright {
    border-radius: 10px;
    position: absolute;
    left: -313px;
    top: 0;
    width: 300px;
}

#rightbox {
    padding: 18px 15px 8px;
    background: #ffffde;
    border-radius: 10px;
}

.appDown {
    margin-top: 13px;
    background: #ffffde;
    border-radius: 10px;
}

.appDownimg {
    width: 110px;
    padding: 20px 0 20px 20px;
    display: inline-block;
}

.appDownimg img {
    width: 110px;
    height: 110px;
    border: 1px solid #f90;
}

.appDownimg span {
    display: block;
    text-align: center;
    font-size: 12px;
    background: #f90;
    width: 112px;
    color: white;
    padding: 3px 0;
}

.appDownText {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 15px;
    height: 145px;
}

.appDownText h3 {
    color: #f90;
    margin-top: 5px;
    display: block;
    text-align: center;
}

.appDownText em {
    font-size: 13px;
    color: #f60;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.appDownText a {
    border: 1px solid #f90;
    display: block;
    width: 130px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    color: #f90;
    margin-top: 10px;
    border-radius: 3px;
    border-radius: 50px;
}

.appDownText a:hover {
    background: #f90;
    color: white;
}

.appDownText a i {
    width: 24px;
    height: 24px;
    background: url(../images/azBcg.png) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    background-size: 100%;
    margin-right: 5px;
    border-radius: 3px;
}

.ins-box1,
.ins-box2 {
    width: 100%;
}

.tab {
    height: 36px;
    line-height: 36px;
    color: #e1e1e1;
    border-bottom: 3px solid #f5ae4a;
    margin-top: 0 !important;
}

#relatedtab {
    color: #f90;
}

.tab span.on {
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
    height: 35px;
}

.tab span>em.about {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/about_smallgame_icon.png) no-repeat center center;
    vertical-align: -7px;
    margin-right: 5px;
}

.tab span>em.gift {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/game_gift_icon.png) no-repeat center center;
    vertical-align: -7px;
    margin-right: 5px;
}

.tab span>em.tj {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/game_tj_icon.png) no-repeat center center;
    vertical-align: -7px;
    margin-right: 5px;
}

.tab>div.more_box {
    display: inline-block;
    float: right;
}

.tab span {
    height: 36px;
    font-size: 14px;
    border-bottom: 2px solid #ddd;
    cursor: pointer;
    color: #999;
    display: inline-block;
}

.tab>div.more_box i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/more_game_icon.png) no-repeat center center;
    vertical-align: -5px;
    margin-left: 4px;
}

#relateddiv,
#webgamediv {
    width: 276px;
    margin: 15px auto 0;
}

.ins-ul {
    width: 280px;
    padding-left: 2px;
    overflow: hidden;
    margin-top: 15px;
}

.ins-ul li {
    width: 80px;
    height: 110px;
    margin: 0 6px;
    float: left;
}

.ins-ul li a {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-align: center;
}

.ins-ul img {
    width: 72px;
    height: 72px;
    margin: 0 auto 5px;
}

.ins-box2 {
    padding-top: 7px;
    border-top: 1px solid #e3e3e3;
}

#webgametab {
    color: #D81E06;
}

.tab span>em.moreplay {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/moreplay_icon.png) no-repeat center center;
    vertical-align: -5px;
    margin-right: 8px;
}

.ins-box1>p {
    font-size: 14px;
    padding: 14px 0px 14px;
    text-indent: 2em;
    color: #999;
    line-height: 22px;
}

.game_gg_list {
    padding: 6px 0;
}

.game_gg_list ul {
    font-size: 0;
}

.game_gg_list ul li {
    font-size: 14px;
    line-height: 38px;
    border-bottom: 1px dotted #dedede;
    height: 38px;
}

.game_gg_list ul li:hover p {
    color: #f90;
}

.game_gg_list ul li p {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #666
}

.game_gg_list ul li p em {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 7px solid #f90;
    border-right: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    vertical-align: middle;
}

.tab>a {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/more_icon.png) no-repeat 50% 50%;
    margin-top: 7px;
    transform: rotate(0);
    transition: all .6s;
}

.tab>a:hover {
    transform: rotate(180deg);
}

.game_gg_list ul li span {
    vertical-align: top;
    color: #999;
    float: right;
}

.game_lb_list ul {
    margin-top: 5px;
}

.game_lb_list ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #dedede;
}

.game_lb_list ul li:last-child {
    border-bottom: none;
}

.game_lb_list ul li:hover span {
    background: #e4393c;
}

.game_lb_list ul li a {
    display: block;
    overflow: hidden;
}

.game_lb_list ul li a img {
    width: 40px;
    height: 40px;
    display: inline-block;
}

.game_lb_list_left {
    float: left;
}

.game_lb_list_left div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.game_lb_list_left div h3 {
    font-size: 13px;
    font-weight: normal;
    color: #333;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_lb_list_left div p {
    font-size: 12px;
    margin-top: 3px;
}

.game_lb_list_left div p em {
    display: inline-block;
    width: 80px;
    background: #b1b1b1;
    height: 6px;
    position: relative;
    border-radius: 20px;
}

.game_lb_list_left div p em i {
    display: inline-block;
    background: #f90;
    width: 90%;
    height: 6px;
    position: absolute;
    border-radius: 20px;
}

.game_lb_list_right span {
    background: #f90;
    color: white;
    font-size: 13px;
    border-radius: 3px;
    padding: 3px 12px;
}

.game_lb_list_right {
    float: right;
    margin-top: 8px;
}

.game_xg_list ul {
    margin-top: 15px;
    font-size: 0;
}

.game_xg_list ul li {
    width: 72px;
    display: inline-block;
    margin-right: 32px;
    margin-bottom: 15px;
}

.game_xg_list ul li:nth-child(3n) {
    margin-right: 0;
}

.game_xg_list ul li a {
    display: block;
}

.game_xg_list ul li img {
    width: 72px;
    height: 72px;
}

.game_xg_list ul li span {
    font-size: 12px;
    margin-top: 5px;
    width: 72px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.horizontalScreen .menu ul {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.horizontalScreen .menu ul a li {
    width: 50px;
    height: 50px;
    margin: 10px auto 5px;
    background: red;
}

.horizontalScreen .menu ul a.fullScreenBtn li {
    background: url(../images/menu_icon1.png) no-repeat center center;
}

.horizontalScreen .menu ul a.more li {
    background: url(../images/menu_icon4.png) no-repeat center center;
}

.horizontalScreen .menu ul a.save li {
    background: url(../images/menu_icon2.png) no-repeat center center;
}

.horizontalScreen .menu ul a.service li {
    background: url(../images/menu_icon3.png) no-repeat center center;
}

.horizontalScreen .menu ul a span {
    display: block;
    text-align: center;
    color: white;
    font-size: 12px;
}

.game_bottom_box {
    width: 300px;
    background: #ffffde;
    padding: 10px 20px 8px;
    border-radius: 10px;
    font-size: 0;
    position: absolute;
    right: -360px;
    top: 0px;
}

.game_bottom_left {
    width: 300px;
    display: inline-block;
}

.game_bottom_right {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.game_bottom_title span {
    float: right;
    height: 30px;
}

.game_bottom_title span a {
    font-size: 12px;
    color: #999;
}

.game_bottom_title span a i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/more_game_icon.png) no-repeat center center;
    vertical-align: -5px;
    margin-left: 4px;
    background-size: 80%;
}

.game_bottom_title {
    height: 36px;
    line-height: 36px;
    border-bottom: 2px solid #ddd;
}

.game_bottom_title p>a {
    font-size: 14px;
    color: #f90;
    font-weight: bold;
    display: inline-block;
    border-bottom: 2px solid #f60;
    padding-right: 10px;
}

.game_bottom_title p>a em {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/about_smallgame_icon.png) no-repeat center center;
    vertical-align: -7px;
    margin-right: 5px;
}

.game_bottom_title p>a em.yxgg {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/moreplay_icon.png) no-repeat center center;
    vertical-align: -5px;
    margin-right: 5px;
}

.game_bottom_title p>a em.yxlb {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../images/game_gift_icon.png) no-repeat center center;
    vertical-align: -5px;
    margin-right: 5px;
}

.game_bottom_left>p {
    margin: 10px 0 0;
    text-indent: 2em;
    color: #888;
    line-height: 22px;
    font-size: 14px;
}

.game_bottom_gg {
    width: 300px;
    display: inline-block;
    margin-top: 10px;
}

.game_bottom_gg ul {
    padding: 8px 0;
}

.game_bottom_gg ul li {
    font-size: 12px;
    line-height: 34px;
    border-bottom: 1px dotted #dedede;
    height: 34px;
}

.game_bottom_gg ul li:last-child {
    border-bottom: none;
}

.game_bottom_gg ul li p {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    color: #666;
}

.game_bottom_gg ul li p em {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid #f90;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    vertical-align: -1px;
}

.game_bottom_gg ul li span {
    vertical-align: top;
    color: #999;
    float: right;
}

.game_bottom_gg ul li a {
    display: block;
    height: 34px;
    line-height: 34px;
}

.game_bottom_lb {
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

.game_bottom_lb ul {
    margin-top: 11px;
}

.game_bottom_lb ul li {
    padding: 8px 0;
    border-bottom: 1px dotted #dedede;
}

.game_bottom_lb ul li:last-child {
    border-bottom: none;
}

.game_bottom_lb ul li a {
    display: block;
    overflow: hidden;
}

.game_bottom_lb ul li a .game_bottom_lb_left {
    float: left;
}

.game_bottom_lb ul li a .game_bottom_lb_left img {
    width: 36px;
    height: 36px;
    display: inline-block;
}

.game_bottom_lb ul li a .game_bottom_lb_left div {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.game_bottom_lb ul li a .game_bottom_lb_left div h3 {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.game_bottom_lb ul li a .game_bottom_lb_left div p {
    font-size: 12px;
    margin-top: 3px;
}

.game_bottom_lb ul li a .game_bottom_lb_left div p em {
    display: inline-block;
    width: 80px;
    background: #b1b1b1;
    height: 6px;
    position: relative;
    border-radius: 20px;
}

.game_bottom_lb ul li a .game_bottom_lb_left div p em i {
    display: inline-block;
    background: #f90;
    width: 90%;
    height: 6px;
    position: absolute;
    border-radius: 20px;
}

.game_bottom_lb_right {
    float: right;
    margin-top: 11px;
}

.game_bottom_lb_right span {
    background: #f90;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    padding: 3px 12px;
}

.get_lb_code {
    width: 240px;
    padding-bottom: 20px;
    background: white;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -120px;
    margin-top: -150px;
    border-radius: 5px;
    z-index: 99999;
}

.get_lb_code p {
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: white;
    background: #f90;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.get_lb_code p em {
    position: absolute;
    right: 10px;
    top: 1px;
    cursor: pointer;
}

.get_lb_code div {
    text-align: center;
    margin-top: 20px;
    color: #333;
}

.get_lb_code div span {
    display: block;
    width: 180px;
    height: 32px;
    line-height: 32px;
    color: white;
    margin: 15px auto;
    background: #f60;
    font-size: 13px;
}

.get_lb_code>a {
    display: block;
    width: 100px;
    margin: 50px auto 0;
    text-align: center;
    background: #f90;
    line-height: 28px;
    height: 28px;
    color: white;
    border-radius: 3px;
}

.xyx_text_box>p {
    text-indent: 0 !important;
    padding-bottom: 5px !important;
    padding-top: 2px !important;
}

.xyx_text_box>p:nth-child(2n) {
    padding: 5px 5px 0 !important;
}

.nav .right ul li.sw_bind_box em {
    background: #f90;
    color: white;
    padding: 3px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.yjsw_box {
    position: absolute;
    top: 51px;
    left: 0;
    height: 270px;
    width: 100%;
    background: white;
    z-index: 9999;
    display: none;
}

.yjsw_box_wrap {
    width: 1120px;
    margin: 0 auto;
}

.yjsw_box_wrap h3 {
    background: url(../images/sw-logo.png) no-repeat 0 8px;
    border-bottom: 1px solid #f4f4f4;
    color: #999999;
    font-size: 12px;
    line-height: 22px;
    margin-left: 287px;
    overflow: hidden;
    padding: 0px 0 5px 107px;
    width: 590px;
    margin-top: 5px;
    font-weight: normal;
}

.yjsw_box_wrap h3 b {
    color: #ea7800;
    font-weight: bold;
}

.yjsw_box_wrap ul {
    color: #999;
    margin-left: 390px;
    margin-top: 0px;
    width: 530px;
}

.yjsw_box_wrap ul li {
    padding-top: 10px;
}

.yjsw_box_wrap ul li p {
    display: inline-block;
}

.yjsw_box_wrap ul li p a {
    display: inline-block;
    vertical-align: top;
}

.yjsw_box_wrap ul li em {
    vertical-align: top;
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
}

.yjsw_box_wrap ul li em a {
    color: #999;
}

.yjsw_box_wrap ul li label {
    color: #535353;
    float: left;
    font-family: SimSun;
    font-size: 14px;
    height: 27px;
    line-height: 26px;
    text-align: right;
    width: 70px;
}

.yjsw_box_wrap ul li input {
    border: 1px solid #bcbcbc;
    margin-right: 5px;
    padding: 5px 2px;
    width: 180px;
    vertical-align: middle;
    border-radius: 3px;
}

.yjsw_box_wrap ul li span {
    color: #ca3231;
    font-size: 12px;
}

.sw_btn_box {
    width: 240px;
    margin: 20px auto;
}

.sw_btn_box a {
    padding: 6px 20px;
    background: #f60;
    color: white;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 12px;
}

.sw_btn_box a:last-child {
    background: #b3b3b3;
}

.sw_btn_box a:hover {
    background: #f90;
}

.bind_success {
    width: 200px;
    height: 100px;
    background: white;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-top: -50px;
    margin-left: -100px;
    z-index: 99999;
    border-radius: 3px;
}

.bind_success p span {
    display: block;
    text-align: center;
    line-height: 36px;
    height: 36px;
    background: #f90;
    color: white;
    font-size: 14px;
}

.bind_success p {
    text-align: center;
}

.bind_success p a {
    padding: 5px 15px;
    background: #f60;
    color: white;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
}

.bind_success {
    width: 200px;
    height: 100px;
    background: white;
    position: fixed;
    left: 50%;
    top: 40%;
    margin-top: -50px;
    margin-left: -100px;
    z-index: 99999;
    border-radius: 3px;
}

.bind_success p span {
    display: block;
    text-align: center;
    line-height: 36px;
    height: 36px;
    background: #f90;
    color: white;
    font-size: 14px;
}

.bind_success p {
    text-align: center;
}

.bind_success p a {
    padding: 5px 15px;
    background: #f60;
    color: white;
    margin-top: 20px;
    display: inline-block;
    border-radius: 3px;
}

.game_msg_box {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px dotted #dedede;
    margin-bottom: 5px;
}

.game_msg_box .img_box {
    position: relative;
    width: 110px;
    height: 110px;
    float: left;
}

.game_msg_box .img_box h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0 0 20px 20px;
}

.game_msg_box .img_box span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: white;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    background: rgba(0, 0, 0, .7);
    border-radius: 0 0 20px 20px;
}

.game_msg_box img {
    width: 110px;
    height: 110px;
    float: left;
    overflow: hidden;
    margin: 0 12px 0 0;
    border-radius: 20px;
}

.game_details_box {
    float: left;
    width: 144px;
    height: 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    margin-left: 15px;
}

.game_details_box p {
    color: #666;
    font-size: 12px;
}

.game_details_box p a.cur {
    color: #f90;
}

.game_details_box p a {
    margin-right: 8px;
    color: #f90;
}

.right_menu .ins-box1 {
    background: #ffffde;
    padding: 18px 15px 8px;
    border-radius: 10px;
    width: 270px;
}

.menu {
    margin-top: 13px;
}

.game_tj_box {
    margin-top: 13px;
    background: #ffffde;
    background: #ffffde;
    padding: 18px 15px 0;
    border-radius: 10px;
    width: 271px;
}

.game_tj_box ul {
    margin-top: 15px;
    font-size: 0;
}

.game_tj_box ul li {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 20px;
}

.game_tj_box ul li:nth-child(3n) {
    margin-right: 0;
}

.game_tj_box ul li a img {
    width: 70px;
    height: 70px;
}

.game_tj_box ul li a span {
    font-size: 12px;
    display: block;
    text-align: center;
    width: 70px;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.game_tj_box ul li:hover a span {
    color: #f90;
}

.game_tj_box ul li:hover a img {
    opacity: .7;
}

.topbar {
    width: 100%;
    height: 40px;
    background: white;
}

.warp1200 {
    width: 1200px;
    margin: 0 auto;
}

.warp100 {
    width: 100% !important;
    margin: 0 auto;
}

.topbar .logo {
    width: 270px;
    height: 34px;
    overflow: hidden;
    text-indent: -99em;
    background: url(../images/topbar-new-logo.png) no-repeat;
    position: relative;
    z-index: 10;
    margin-top: 3px;
}

.topbar .maps {
    line-height: 40px;
    color: #666;
    font-size: 13px;
    margin-left: 0px;
}

.topbar .maps a {
    margin-left: 20px;
    color: #666;
    font-size: 13px;
}

.topbar .maps a:hover {
    color: #f90;
}

.fr {
    float: right;
    display: inline;
    position: relative;
}

.topbar .topwords {
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 13px;
    /* margin-right:30px; */
}

.topbar .topwords a {
    color: #666;
    font-size: 13px;
}

.topbar .topwords a.blue {
    color: #f90;
    text-decoration: underline;
}

.topbar .topwords span a {
    color: #f90;
}

.warp100 .topwords {
    margin-right: 100px !important;
}

.warp100 .logo {
    margin-left: 30px !important;
}

.new_tip_box {
    position: absolute;
    width: 320px;
    left: -96px;
    bottom: -31px;
    z-index: 50;
    background: #fff;
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    color: #666;
    border: 1px solid #ffb83b;
    border-radius: 0px;
    padding: 3px 20px 3px 15px;
}

.new_tip_box>p {
    font-size: 12px;
}

.new_tip_box::after {
    position: absolute;
    bottom: 28px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid white;
    border-top: 0px solid transparent;
    z-index: 9999;
}

.new_tip_box::before {
    position: absolute;
    bottom: 29px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #FE610B;
    border-top: 0px solid transparent;
    z-index: 9999;
}

.new_tip_box i {
    margin-left: 10px;
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    background: url(../images/new_tip_box_close.png) no-repeat center center;
    width: 18px;
    height: 18px;
}

.new_tip_box a {
    color: #f90;
    margin-left: 5px;
    font-size: 12px;
}

.new_tip_box a:hover {
    color: #f60;
}

.new_tip_box em {
    font-size: 12px;
}

.gzhtqm_box {
    width: 460px;
    background: white;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -230px;
    margin-top: -150px;
    border-radius: 5px;
    z-index: 99999;
}

.gzhtqm_box>p {
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: white;
    background: #f90;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.gzhtqm_box p em {
    position: absolute;
    right: 10px;
    top: 1px;
    cursor: pointer;
}

.gzhtqm_box ul {
    padding-left: 30px;
}

.gzhtqm_box ul li {
    line-height: 52px;
    color: #666;
    font-size: 14px;
}

.gzhtqm_box ul li span {
    color: #e4393c;
    font-weight: bold;
}

.gzhtqm_box ul li i {
    width: 18px;
    height: 18px;
    background: url(../images/fahao_popup.png) no-repeat center center;
    display: inline-block;
    margin-right: 6px;
    background-size: 100% 100%;
    vertical-align: middle;
}

.gzhtqm_box .gzhtqm_box_bottom div {
    text-align: center;
    color: #333;
    border-left: 1px dotted #f90;
    padding-bottom: 18px;
    padding-top: 10px;
}

.gzhtqm_box .gzhtqm_box_bottom div span {
    color: #333;
}

.gzhtqm_box .gzhtqm_box_bottom div span em {
    color: #e4393c;
    margin-left: 5px;
    font-weight: bold;
}

.gzhtqm_box .gzhtqm_box_bottom div img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.gzhtqm_box .gzhtqm_box_bottom div p {
    color: #f60;
    font-size: 14px;
}

.gzhtqm_box_bottom ul {
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
}

.gzhtqm_box_bottom div {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    padding-left: 15px;
}

.gzhtqm_box_top {
    padding: 10px 30px 10px 30px;
    border-bottom: 1px dotted #f90;
}

.gzhtqm_box_top>p {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 0;
}

.gzhtqm_box_btn p {
    text-align: center;
    padding: 25px 0;
}

.gzhtqm_box_btn p span {
    color: #f90;
}

.gzhtqm_box_btn {
    padding-bottom: 20px;
}

.gzhtqm_box_btn p i {
    display: inline-block;
    color: red;
}

.gzhtqm_box_btn>a {
    display: block;
    margin: 0 auto;
    width: 120px;
    background: #f90;
    color: white;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 16px;
}

.jfdh_tc_box {
    width: 440px;
    background: white;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -150px;
    border-radius: 5px;
    z-index: 99999;
}

.jfdh_tc_box>p {
    line-height: 36px;
    height: 36px;
    text-align: center;
    color: white;
    background: #f90;
    border-radius: 5px 5px 0 0;
    position: relative;
}

.jfdh_tc_box>p em {
    position: absolute;
    right: 10px;
    top: 1px;
    cursor: pointer;
}

.jf_details_item {
    text-align: center;
    padding: 15px 0;
}

.jf_details_item span {
    margin: 0 30px;
    color: #333;
}

.jf_details_item span em {
    color: #f90;
}

.jf_details_item span:last-child em {
    color: #f60;
}

.jfdh_tc_btn a {
    display: block;
    width: 120px;
    margin: 20px auto 30px;
    background: #f90;
    text-align: center;
    line-height: 30px;
    height: 30px;
    color: white;
}

.jf_details_ts {
    text-align: center;
}

.jf_details_ts p {
    padding: 15px 0;
    color: #333;
}

.jf_details_ts p em {
    color: red;
    font-weight: bold;
}

.jf_details_ts p.no_jifen {
    color: red;
}

.jfdh_tc_btn a.gray {
    background: #ccc;
}

.tab>a.cur {
    width: auto;
    background: none;
    font-size: 14px;
    margin-top: 0;
    color: #f90;
    transition: none;
    transform: none;
}

.tab>a.cur:hover {
    color: #f60;
}
#zk:after {
background: url(../images/user-plus-status.png) no-repeat 0 -16px;
content: "";
width: 80px;
height: 16px;
position: absolute;
margin-left: 8px;
}