html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
}

a, input {
    outline: 0
}

fieldset, img, input {
    border: 0
}

a, b, blockquote, body, button, canvas, dd, div, dl, dt, em, fieldset, footer, form, frame, frameset, h1, h2, h3, h4, h5, h6, header, i, iframe, img, input, label, li, main, nav, ol, optgroup, p, pre, section, select, span, strong, table, tbody, td, textarea, th, thead, tr, ul, video {
    margin: 0;
    padding: 0
}

b, em, i, strong, th {
    font-style: normal;
    font-weight: 400
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

a {
    text-decoration: none;
    cursor: pointer
}

a:active, a:hover {
    outline-width: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li, ol, ul {
    list-style: none
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

* {
    font-family: "Microsoft Yahei";
}

/*# sourceMappingURL=reset.pc.css.map */

a {
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

html img,
body img {
    display: inline;
    width: auto;
    border: 0;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
}

.main-wrap {
    width: 7.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

/*导航栏*/
.headerBox {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 15;
    padding: 0.09rem 0.2rem 0;
    height: 0.95rem;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    float: left;
}

.gameName a,
.gameName a img {
    display: block;
    width: 1rem;
    height: 1rem;
}

.gameName {
    float: left;
}

.headerTitle {
    padding-left: 0.2rem;
    float: left;
}

.headerTitle h1 {
    font-size: 0.28rem;
    font-weight: bold;
    color: #fff;
    padding-bottom: 0.1rem;
}

.headerTitle p {
    line-height: 100%;
    font-size: 0.24rem;
    color: #b0cde4;
}

.btn_down_event {
    width: 2.1rem;
    height: 0.7rem;
    display: block;
    text-align: center;
    background-size: cover;
    margin-top: 0.05rem;
    float: right;
}
.btn_down_event img {
    display: block;
    width: 2.1rem;
    height: 0.7rem;
}

/*首页*/
.pageOne, .pageTwo, .pageThree {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.pageOne {
    height: 13.34rem;
}

.pageTwo {
    height: 26.6rem;
    background: url(../images/mob/bg2.jpg) top center;
    background-size: 100%;
}

.pageThree {
    height: 26.6rem;
    background: url(../images/mob/bg3.jpg) top center;
    background-size: 100%;
}

.pageTwo .model-one {
    width: 100%;
    height: 14.5rem;
    margin: 0 auto;
    overflow: hidden;
}

.title1 {
    display: block;
    height: 1.13rem;
    margin: 0 auto;
    padding: 0.7rem 0 0.5rem;
}

.pageTwo .login-box {
    width: 7.5rem;
    height: 0.6rem;
    margin: 0 auto 0.5rem;
    position: relative;
}
.pageTwo .login-box .btn-loginIn {
    border-bottom: 1px solid #e7443f;
}
.pageTwo .login-box p {
    width: 100%;
    height: 0.6rem;
    position: absolute;
    text-align: center;
    line-height: 0.4rem;
    color: #ebd8b7;
    font-size: 0.28rem;
}

.pageTwo .login-box p a {
    color: #e7443f;
}

.pageTwo .login-box .logined {
    display: none;
}

.gift-invite {
    width: 6.2rem;
    height: 3.8rem;
    margin: 0 auto;
}

.gift-invite ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.gift-invite ul li {
    min-width: 2rem;
    height: 1.7rem;
    position: absolute;
}

.gift-invite ul li:nth-of-type(1) {
    top: 0;
    left: 0.9rem;
}

.gift-invite ul li:nth-of-type(2) {
    top: 0;
    right: 0.9rem;
}

.gift-invite ul li:nth-of-type(3) {
    bottom: 0;
    left: 0;
}

.gift-invite ul li:nth-of-type(4) {
    bottom: 0;
    left: 50%;
    margin-left: -1rem;
}

.gift-invite ul li:nth-of-type(5) {
    bottom: 0;
    right: 0;
}

.gift-invite ul li img {
    width: 1.28rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.gift-invite ul li p {
    min-width: 1.6rem;
    font-size: 0.2rem;
    color: #ddd;
    text-align: center;
    line-height: 0.4rem;
    padding-top: 1.3rem;
}

.pageTwo .value, .pageThree .value {
    display: block;
    margin: 0.4rem auto 0.5rem;
    width: 5.5rem;
    height: 0.76rem;
    text-align: center;
    line-height: 0.76rem;
    color: #ebd8b7;
    font-size: 0.35rem;
}

.pageTwo .value span, .pageThree .value span {
    color: #ffa405;
}

.pageTwo .value a, .pageThree .value a {
    display: block;
    width: 2.14rem;
    height: 0.76rem;
    background: url(../images/mob/btn_moregift.png) top center;
    background-size: cover;
    float: right;
}

.pageTwo .step-box {
    width: 5.88rem;
    height: 4.76rem;
    margin: 0 auto;
    position: relative;
}

.pageTwo .step {
    display: block;
    width: 5.88rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.pageTwo .model-two {
    width: 100%;
    height: 12.1rem;
    margin: 0 auto;
    overflow: hidden;
}

.pageTwo .title2 {
    display: block;
    height: 1.03rem;
    margin: 0 auto;
    padding: 0.6rem 0 0.5rem;
}

.pageTwo .gift-invite-more {
    width: 6.2rem;
    height: 6.1rem;
    margin: 0 auto;
    position: relative;
}

.pageTwo .gift-invite-more ul {
    width: 100%;
    height: 100%;
    position: absolute;
}

.pageTwo .gift-invite-more ul .gift-invite-more-bg {
    width: 5.86rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pageTwo .gift-invite-more ul li {
    min-width: 2.2rem;
    height: 2.9rem;
    position: absolute;
}

.pageTwo .gift-invite-more ul li:nth-of-type(1) {
    top: 0;
    left: 0.45rem;
}

.pageTwo .gift-invite-more ul li:nth-of-type(2) {
    top: 0;
    right: 0.45rem;
}

.pageTwo .gift-invite-more ul li:nth-of-type(3) {
    bottom: 0;
    left: 2rem;
}

.pageTwo .gift-invite-more ul li:nth-of-type(4) {
    bottom: 0;
    right: 0.45rem;
}

.pageTwo .gift-invite-more ul li img {
    width: 1.8rem;
    position: absolute;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
}

.pageTwo .gift-invite-more ul p {
    min-width: 1.8rem;
    font-size: 0.24rem;
    color: #17141f;
    text-align: center;
    line-height: 0.4rem;
    font-weight: bold;
    padding-top: 2.5rem;
}

.pageTwo .title3 {
    display: block;
    height: 1.57rem;
    margin: 0 auto;
    padding: 0.4rem 0 0.3rem;
}

.pageTwo .btn-box {
    width: 6.2rem;
    height: 0.89rem;
    margin: 0rem auto;
}

.pageTwo .btn-box .btn-invite {
    display: block;
    width: 2.75rem;
    height: 0.89rem;
    background: url(../images/mob/btn_invite.png) top center;
    background-size: cover;
    float: left;
}

.pageTwo .btn-box .btn-rules {
    display: block;
    width: 2.75rem;
    height: 0.89rem;
    background: url(../images/mob/btn_rules.png) top center;
    background-size: cover;
    float: right;
}


.pageThree .model-three {
    width: 100%;
    height: 12.4rem;
    margin: 0 auto;
    overflow: hidden;
}

.pageThree .invite-info {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.5rem;
    text-align: center;
    line-height: 0.4rem;
    color: #ebd8b7;
    font-size: 0.24rem;
}

.pageThree .invite-info span {
    color: #e7443f;
}

.pageThree .invite-code-box {
    width: 6.7rem;
    height: 0.98rem;
    margin: 0.5rem auto 0.4rem;
    background: url(../images/mob/invite_bg.png) top center;
    background-size: cover;
    position: relative;
}

.pageThree .invite-code-box .invite-code {
    height: 0.5rem;
    font-size: 0.46rem;
    line-height: 0.5rem;
    color: #e7443f;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 3.3rem;
}

.pageThree .btn-down {
    display: block;
    width: 2.75rem;
    height: 0.89rem;
    background: url(../images/mob/btn_down.png) top center;
    background-size: 100%;
    margin: 0 auto;
}

.pageThree .title4 {
    display: block;
    height: 1.62rem;
    margin: 0 auto;
    padding: 0.4rem 0 0.6rem;
}

.pageThree .model-four {
    width: 100%;
    height: 14.2rem;
    margin: 0 auto;
    overflow: hidden;
}

.pageThree .title5 {
    display: block;
    height: 1.13rem;
    margin: 0 auto;
    padding: 0.6rem 0;
}

.pageThree .model-four .gift-invite ul li p {
    color: #17141f;
}

.pageThree .btn-box {
    width: 6.5rem;
    height: 0.89rem;
    margin: 0.4rem auto;
}

.pageThree .btn-box .btn-invite-too {
    display: block;
    width: 3.6rem;
    height: 0.89rem;
    background: url(../images/mob/btn_invite_too.png) top center;
    background-size: cover;
    float: left;
}

.pageThree .btn-box .btn-rules {
    display: block;
    width: 2.75rem;
    height: 0.89rem;
    background: url(../images/mob/btn_rules.png) top center;
    background-size: cover;
    float: right;
}

.pageThree .title6 {
    display: block;
    height: 0.67rem;
    margin: 0 auto;
    padding: 0.4rem 0;
}


/*轮播模块*/
.feature {
    width: 6.8rem;
    height: 4rem;
    margin: 0.5rem auto 0;
    position: relative;
}

.swiper-feature .swiper-slide {
    width: 5.2rem !important;
    height: 3rem;
!important;
}

.swiper-feature .swiper-slide img {
    position: absolute;
    width: 5.2rem;
    height: 3rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.prev-feature, .next-feature {
    width: 0.63rem !important;
    height: 0.68rem !important;
    cursor: pointer;
    opacity: 1 !important;
    position: absolute;
    z-index: 200;
    top: 28%;
}

.prev-feature {
    background: url(../images/mob/prev.png) no-repeat !important;
    background-size: cover !important;
    left: -0.2rem
}

.next-feature {
    background: url(../images/mob/next.png) no-repeat !important;
    background-size: cover !important;
    right: -0.2rem;
}

.pagination-feature {
    font-size: 0;
    width: 6.30rem;
    height: 0.15rem;
    margin: 0.2rem auto;
    text-align: center;
}

.pagination-feature .swiper-pagination-bullet {
    width: 0.15rem !important;
    height: 0.15rem !important;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #6c696b;
    opacity: 1 !important;
    margin: 0 0.15rem !important;
}

.pagination-feature .swiper-pagination-bullet-active {
    background: #000;
}


/*预约弹框*/
.pop_group {
    display: none;
    border-radius: 4px;
    font-size: 20px;
}

.pop_invite {
    width: 7rem;
    height: 5rem;
    color: #939393;
    background-image: url(../images/mob/pop_invite.png);
    background-size: cover;
}

.pop_group .pop_rong_Box {
    position: relative;
    width: 100%;
    height: 100%;
}

.pop_group .close-pop {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.61rem;
    height: 0.61rem;
    background-image: url(../images/mob/pop_close.png);
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: middle;
}

.pop_invite .invite-code {
    height: 0.6rem;
    margin: 0px auto;
    font-size: 0.6rem;
    line-height: 0.6rem;
    color: #920803;
    text-align: center;
    padding-top: 1.65rem;
}

.pop_invite .btn-share {
    display: block;
    width: 2.75rem;
    height: 0.89rem;
    background: url(../images/mob/btn_share.png) top center;
    background-size: cover;
    margin: 1.4rem auto 0;
}

/*规则*/
.pop_rules {
    width: 7rem;
    height: 5rem;
    color: #939393;
    line-height: 1.8;
    background-image: url(../images/mob/pop_rules.png);
    background-size: cover;
}

.pop_rules .rules-details {
    width: 6rem;
    height: 3.1rem;
    overflow-y: auto;
    color: #2f2f33;
    line-height: 0.25rem;
    font-size: 0.24rem;
    padding: 0 0.15rem;
    position: absolute;
    left: 50%;
    margin-left: -3.15rem;
    bottom: 0.3rem;
}

.pop_rules .rules-details p {
    line-height: 0.4rem;
    font-size: 0.22rem;
}

.pop_rules .rules-details strong {
    font-weight: bold;
}

/*更多奖励*/
.pop_gift_invite, .pop_gift_join {
    width: 7rem;
    height: 8.4rem;
    color: #939393;
    line-height: 1.8;
    background-image: url(../images/mob/pop_gift.png);
    background-size: cover;
}

.pop_group .pop_gift_title {
    width: 6.6rem;
    height: 0.5rem;
    position: absolute;
    left: 50%;
    margin-left: -3.3rem;
    top: 1.35rem;
}

.pop_group .pop_gift_title p {
    width: 1.8rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #920803;
}

.pop_group .pop_gift_title p:nth-of-type(1) {
    float: left;
}

.pop_group .pop_gift_title p:nth-of-type(2) {
    float: right;
}

.pop_group .pop_gift_list {
    width: 6.5rem;
    height: 6rem;
    overflow: auto;
    color: #17141f;
    position: absolute;
    left: 50%;
    margin-left: -3.25rem;
    bottom: 0.25rem;
}

.pop_group .pop_gift_list > li {
    width: 100%;
    height: 1.5rem;
    position: relative;
}

.pop_group .pop_gift_list > li .condition {
    width: 1.23rem;
    height: 1.23rem;
    line-height: 1.23rem;
    background-image: url(../images/mob/pop_gift_leavel.png);
    background-size: cover;
    text-align: center;
    font-size: 0.26rem;
    color: #0d0d0e;
    position: absolute;
    left: 0;
    top: 0.13rem;
}

.pop_group .pop_gift_list > li .show {
    width: 6rem;
    height: 1.3rem;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 1.3rem;
    top: 0.18rem;
}

.pop_group .pop_gift_list > li .show li {
    min-width: 1.5rem;
    height: 100%;
    position: relative;
    margin: 0 0.05rem;
}

.pop_group .pop_gift_list > li .show li img {
    width: 0.96rem;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.pop_group .pop_gift_list > li .show li p {
    min-width: 1.5rem;
    font-size: 0.2rem;
    color: #17141f;
    text-align: center;
    line-height: 0.4rem;
    padding-top: 0.9rem;
}

/*选服*/
.pop_servers {
    width: 6rem;
    height: 4.38rem;
    color: #939393;
    line-height: 1.8;
    background-image: url(../images/mob/pop_servers.png);
    background-size: cover;
}
.pop_servers .close-pop {
    top: 0.2rem;
    right: 0.28rem;
    width: 0.4rem;
    height: 0.4rem;
    display: inline-block;
    background: none;
    vertical-align: middle;
}
.pop_servers .server {
    width: 4.5rem;
    height: 0.45rem;
    position: absolute;
    left: 50%;
    margin-left: -2.25rem;
    top: 2.08rem;
    border: none;
    background: #fff;
}
.pop_servers .server option {
    line-height: 0.3rem;
    padding: 0px 0.1rem;
}
.pop_servers .server-ok {
    width: 2rem;
    height: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    background: #ef8d21;
    position: absolute;
    bottom: 0.6rem;
    left: 0.72rem;
}
.pop_servers .server-cancle {
    width: 2rem;
    height: 0.6rem;
    font-size: 0.3rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    background: #7c7c7c;
    position: absolute;
    bottom: 0.6rem;
    right: 0.72rem;
}


.api-loading {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8) url(//pic.youzu.com/hd/dj/web/mob/images/loading-1.gif) no-repeat center center;
    background-size: 50px;
    z-index: 999999;
    display: none;
}

/*横竖屏幕*/

.mod-orient-layer {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .9;
    z-index: 9;
}

.mod-orient-layer__content {
    position: absolute;
    width: 100%;
    height: 3rem;
    top: 50%;
    margin-top: -1.5rem;
    text-align: center;
    padding-top: 20px
}

.mod-orient-layer__icon-orient {
    display: inline-block;
    width: 1.3rem;
    height: 2rem;
    background: url(//pic.youzu.com/hd/36m/king/across/images/landscape.png?20190617) no-repeat;
    -webkit-animation: rotation infinite 1.5s ease-in-out;
    animation: myfirst infinite 1.5s ease-in-out;
    animation-direction: alternate;
    background-size: 100%;
}

@keyframes myfirst {
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@-moz-keyframes myfirst
    /* Firefox */

{
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@-webkit-keyframes myfirst
    /* Safari 閸滐拷 Chrome */

{
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

@-o-keyframes myfirst
    /* Opera */

{
    from {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
}

.mod-orient-layer__desc {
    margin-top: 20px;
    font-size: 15px;
    color: #fff
}