* {
    webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

html, body, div, input, button, span, a, img, ul, ol, li, dl, dt, dd, p, b, i, h1, h2, h3, h4, h5, h6, hr {
    padding: 0;
    margin: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

html, body {
    font-family: "Microsoft YaHei", "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
    color: #333;
    background: #ffffff;
    font-size: .2rem;
}

.container .wrap {
    max-width: 750px;
    margin: 0 auto;
    background: #ffffff;
}

.header-container {
    background-image: url("../img/22.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 1.03rem;
    position: relative;
}

.header-container .logo-img {
    background-image: url("../img/icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: .9rem;
    height: .9rem;
    position: absolute;
    top: 0.06rem;
    left: .25rem;
}

.header-container .login-title {
    color: #ffffff;
    width: 4rem;
    font-size: 18px;
    position: absolute;
    top: 0.30rem;
    left: 1.35rem;
}

.header-container .language-btn {
    position: absolute;
    top: 0.31rem;
    right: 1.4rem;
    color: #ffffff;
    padding-right: .20rem;
    font-size: .24rem;
    line-height: 1.8;
    border: 1px solid #ffffff;
    border-radius: .06rem;
    padding-left: .08rem;
    cursor: pointer;
    user-select: none;
}

.header-container .language-btn:before {
    content: "";
    position: absolute;
    top: .20rem;
    right: .06rem;
    width: 0;
    height: 0;
    border-top: .06rem solid #ffffff;
    border-right: .06rem solid transparent;
    border-left: .06rem solid transparent;
}

.menu-btn {
    background-image: url("../img/20.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: .54rem;
    height: .42rem;
    position: absolute;
    top: .32rem;
    right: .33rem;
    cursor: pointer;
}

.menu-sel-box,
.language-sel-box {
    position: absolute;
    top: 1.03rem;
    right: 1.0rem;
    color: #fff;
    background-color: #363636;
    padding: .15rem 0;
    border-radius: .10rem;
    display: none;
    z-index: 999;
}

.menu-sel-box {
    right: 0.05rem;
}

.menu-sel-box a,
.language-sel-box a {
    display: block;
    width: 1.50rem;
    height: .60rem;
    line-height: .60rem;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
}

.menu-sel-box a.active,
.menu-sel-box a:hover,
.language-sel-box a.active,
.language-sel-box a:hover {
    color: #ffed7d;
}

.content-container {
    position: relative;
}

.home-img {
    background-image: url("../img/home.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 12.27rem;
}

.pay-btn {
    background-image: url("../img/pay_zh-tw.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: .85rem;
    width: 3.67rem;
    position: absolute;
    left: .2rem;
    bottom: 1.5rem;
    color: transparent;
}

.paytip-btn {
    background-image: url("../img/pay_tip_zh-tw.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: .78rem;
    width: 2.15rem;
    position: absolute;
    left: .82rem;
    bottom: 0.7rem;
    color: transparent;
}

.footer-container {
    background-color: #363636;
    padding: .2rem;
    overflow: hidden;
    display: flex;
}

.footer-container .img-game-level {
    /* margin-top: .1rem; */
    width: .72rem;
    height: .72rem;
    background-image: url("../img/12.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 5px;
}

.footer-container .img-yihlogo {
    margin-top: .1rem;
    width: .72rem;
    height: .72rem;
    background-image: url("../../img/yhlogo.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.footer-container .footer-txt {
    font-size: .12rem;
    color: #8f8e8a;
    padding-left: .1rem;
    flex: 1;
}

.game-introduction .game-txt {
    font-size: .2rem;
    color: #2d2d35;
    padding: .1rem;
    line-height: 1.6;
}

.game-introduction .img-div {
    display: flex;
    width: 7.2rem;
    margin: 0 auto;
    overflow: hidden;
    overflow-x: auto;
    padding-bottom: .2rem;
    padding-top: .1rem;
}

.game-introduction .img-div img {
    width: 2.5rem;
    padding-right: .1rem;
}

.game-contact {
    padding: .3rem .2rem;
    height: 11rem;
    font-size: .28rem;
    line-height: 1.8;
}

.game-refund-policy {
    padding: .3rem .2rem;
    line-height: 1.8;
}

.game-privacy {
    padding: .3rem .2rem;
    line-height: 1.5;
}

