@import "https://ttad.resources.3737.com/gw/gray.css";

/*------common------*/

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
div,
input,
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
    /* font-size: 100% */
}

em,
i,
b {
    font-style: normal
}

ul,
ol,
li {
    list-style: none
}

input {
    vertical-align: 0px;
    outline: 0
}

textarea {
    resize: none
}

td,
th,
ul,
ol {
    padding: 0px;
}

a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    cursor: pointer
}

a:hover {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

.fix {
    *zoom: 1
}

.fix:after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both
}

.clear {
    clear: both;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    height: 0px;
    line-height: 0px;
}

.clearfix {
    display: block;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ofh {
    overflow: hidden;
}

.dpb {
    display: block;
}

a,
button,
input {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", tahoma, arial, SimSun;
    font-size: 100%;
    color: #4f4f4f;
}

html {
    font-size: 100%;
    color: #4f4f4f;
}


/*竖屏浏览*/
@-webkit-keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%,
    60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

@keyframes rotation {
    10% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    50%,
    60% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg)
    }
    90% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    100% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
}

#orientLayer {
    display: none
}

@media screen and (min-aspect-ratio:13/8) {
    #orientLayer {
        display: block
    }
    #loading {
        display: none
    }
}

.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9997;
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    top: 45%;
    margin-top: -75px;
    text-align: center
}

.mod-orient-layer__icon-orient {
    background-image: url("../images/xxx.png");
    display: inline-block;
    width: 67px;
    height: 109px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: rotation infinite 1.5s ease-in-out;
    -webkit-background-size: 67px;
    background-size: 67px
}

.mod-orient-layer__desc {
    margin-top: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}


/*------popupbox_download------*/
.popupbox_download {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/mask_1.jpg) no-repeat center top;
    background-size: cover;
}


.sub_rule_txt img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.sub_rule_txt h4 {
    font-size: 1.5rem;
    color: #e6c48c;
    line-height: 6rem;
    background: url(../images/biao.png) no-repeat 3% center;
    text-indent: 1em;
    padding: 0 4%;
}

.sub_rule_txt h3 {
    width: 100%;
}

.sub_rule_txt h3 img {
    width: 100%;
    margin-top: 60px;
}


.swiper-container {
    overflow: hidden;
    position: relative;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("../images/next.png");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("../images/prev.png");
    right: 10px;
    left: auto;
}

/*悬浮窗*/
.fix_rule_nav {
    width: 151px;
    height: 498px;
    position: fixed;
    top: 50%;
    right: 0;
    background: url(../images/NavBg.png) no-repeat left top;
    margin-top: -249px;
}

.fix_rule_nav ul {
    width: 100%;
    height: auto;
    padding-top: 38px;
}

.fix_rule_nav ul li {
    width: 100%;
    height: 29px;
    overflow: hidden;
}

.fix_rule_nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #ac8c55;
    line-height: 30px;
    text-align: center;
    padding-left: 8px;
}

.fix_rule_nav ul li a:hover,
.fix_rule_nav ul li.on a {
    color: #fdcc74;
}

.fix_rule_nav ul li.rule_nav_top {
    width: 50px;
    height: 50px;
    display: block;
    margin: 40px 0 0 0;
}

/*安排悬浮侧边*/
.fix_nav {
    width: 123px;
    height: 211px;
    position: fixed;
    top: 50%;
    z-index: 9999;
    margin-top: -105px;
    right: 0;
}
.ulbox{
    width: 100%;
    position: relative;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}
.fix_nav ul {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.fix_nav ul li {
    width: 122px;
    height: 31px;
    margin: 12px auto 0px;
    background: url(../images/fixed.png) no-repeat;
    overflow: hidden;
}

.fix_nav ul li a {
    width: 130px;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #fdcc74;
    line-height: 36px;
    text-align: center;
    padding-left: 12px;
    /*background: url(../img/fix_nav.png) no-repeat;*/
    /*background-position: 0 0;*/
}

.fix_nav ul li.on a {
    color: #383830;
    background-position: 0 -36px;
}

.fix_nav_foot a:hover,
.fix_nav_foot a {
    width: 100%;
    height: 100%;
    display: block;
}

.fix_nav_foot {
    width: 50px;
    height: 50px;
    margin: 12px auto 0px;
    background: url(../images/fixed.png) no-repeat;
    background-position: -158px -157px;
}


.fix_nav ul li.on1 {
    background-position: -123px 0px;
}

.fix_nav ul li.on2 {
    background-position: -123px -42px;
}

.fix_nav ul li.on3 {
    background-position: -123px -84px;
}

.fix_nav ul li.on4 {
    background-position: -123px -123px;
}

.fix_nav ul li.on5 {
    width: 50px;
    height: 50px;
    margin: 12px auto 0px;
    background-position: -158px -157px;
}

.fix_nav ul li.on1.on {
    background-position: 0px 0px;
}

.fix_nav ul li.on2.on {
    background-position: 0px -42px;
}

.fix_nav ul li.on3.on {
    background-position: 0px -84px;
}

.fix_nav ul li.on4.on {
    background-position: 0px -123px;
}

.fix_nav ul li.on5.on {
    background-position: -35px -157px;
}


.TopFix {
    width: 640px;
    height: 95px;
    background: #221c17;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -320px;
    z-index: 20;
}

.logo {
    width: 117px;
    height: 117px;
    display: block;
    margin: 12px 10px 0 12px;
    float: left;
}

.logo img {
    width: 100%;
    height: 100%;
}

.GameName {
    width: 355px;
    margin: 20px 0 0 0;
    color: #ffffff;
    overflow: hidden;
    /* background: rebeccapurple; */
}

.GameName h1 {
    font-size: 25px;
}

.GameName p {
    font-size: 20px;
    margin-top: 2px;
    color: #c3aa7a;
}

.fix-btn-down,.fix-btn-home {
    display: block;
    width: 124px;
    height: 50px;
    float: left;
    background: url(../images/fix_load.png) no-repeat center top;
    margin: 18px 10px 0 0;
}
.fix-btn-home {
    background: url(../images/fix_home.png) no-repeat center top;
    display: none;
}
.enxpand_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 41px;
    margin: 20px 23px 22px 0;
}

.enxpand_nav span {
    display: block;
    background: #a3865f;
    width: 50px;
    height: 6px;
    position: absolute;
    left: 0;
    transition: all ease 0.35s;
}

.enxpand_nav span:nth-of-type(1) {
    top: 0
}

.enxpand_nav span:nth-of-type(2) {
    top: 18px;
}

.enxpand_nav span:nth-of-type(3) {
    top: 36px;
}

.enxpand_nav_hide span:nth-of-type(1) {
    top: 17px;
    transform: rotate(45deg);
}

.enxpand_nav_hide span:nth-of-type(2) {
    width: 0
}

.enxpand_nav_hide span:nth-of-type(3) {
    top: 17px;
    transform: rotate(-45deg);
}

