html, body {
    height: 100%;
}

.padding-x {
    padding-left: 15px;
    padding-right: 15px;
}

.body {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    background: #ffad2f;
}

.top {
    background: url(../img/mobile/bg.png) top center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 25px;
}

.top_top {
    background-color: #f25719;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    height: 85px;
}

.top .logo {
    padding: 10px 0;
}

.top .logo img {
    display: block;
    width: 125px;
    margin-left: auto;
    margin-right: auto;
}

.top .gold img {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.top .top_img {
    position: relative;
    z-index: 22;
    margin-top: -85px;
}

.top_content {
    position: relative;
    margin-top: -10px;
    overflow: hidden;
}

.top .top_mobile {
    float: left;
    margin-left: 7.5%;
}

.top .top_mobile img {
    height: 250px;
}

.top .top_good {
    position: absolute;
    right: -10%;
    top: 0;
    width: 70%;
}

.top .top_golds {
    position: absolute;
    right: 15%;
    bottom: -2.5%;
    width: 60%;
}

.top_button {
    display: block;
    height: 65px;
    background: url(../img/mobile/button.png) center center no-repeat;
    background-size: auto 100%;
    color: #722e04;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    line-height: 50px;
}

.top_times {
    text-align: center;
    margin-top: -10px;
}

.top_times span {
    font-size: 14px;
    color: #fffec7;
}

.top_times span,
.top_times i {
    display: inline-block;
    vertical-align: middle;
}

.top_times i {
    background-color: #fffecd;
    color: #d34629;
    padding: 0 2.5px;
    border-radius: 5px;
    font-size: 15px;
    margin-left: .25em;
    margin-right: .25em;
}

.top_times span:first-child {
    margin-right: .25em;
}

.top_times span:last-child {
    margin-left: .25em;
}

.main {
    padding-bottom: 12.5px;
    background: #ffad2f;
}

.main_item {
    margin-top: 15px;
}

.main_item:first-child {
    margin-top: auto;
}

.main_item_adorn img {
    height: 35px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_item_adorn_left img {
    float: left;
}

.main_item_adorn_right img {
    float: right;
}

.main_item_title {
    margin-left: 10%;
    position: relative;
    z-index: 22;
}

.main_item_title img {
    height: 45px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_item_container {
    background-color: #fff7d2;
    border-radius: 10px;

    margin-top: -15px;
}

.main_item_ts {
    padding: 25px 25px 10px 25px;
}

.main_item_ts dt {
    float: left;
    margin-right: 15px;
}

.main_item_ts dt img {
    width: 50px;
}

.main_item_ts dd h1 {
    font-size: 15px;
    color: #e83512;
    font-weight: bold;
}

.main_item_zs {
    margin-top: 15px;
    position: relative;
    padding-bottom: 25px;
}

.main_item_zs .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.main_item_zs .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
}

.main_item_zs .swiper-pagination-bullet {
    background-color: #ea6647;
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 5px;
}

.main_item_zs .swiper-pagination-bullet-active {
    width: 20px;
    background-color: #ffffff;
}

.main_item_xz {
    padding: 25px 0 15px 0;
    position: relative;
    overflow: hidden;
}

.main_item_xz:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #ffd8b4;
}

.main_item_xz table {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 22;
}

.main_item_xz th span {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
}

.main_item_xz th span img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_item_xz th:first-child span {
    background-color: #ea6647;
}

.main_item_xz th:last-child span {
    background-color: #999796;
}

.main_item_xz td {
    padding: 7.5px 0;
}

.main_item_xz td:first-child,
.main_item_xz td:last-child {
    font-size: 14px;
    padding: 10px;
}

.main_item_xz td:first-child {
    color: #ea6647;
}

.main_item_xz td:last-child {
    color: #656565;
}

.main_bottom {
    text-align: center;
    color: #ffffff;
    margin-top: 12.5px;
}

.main_item_xz td span {
    width: 50px;
    height: 50px;
    padding: 7.5px;
    border-radius: 50%;
    display: inline-block;
    background: #ff5a3a;
    color: rgba(255, 255, 255, .75);
    line-height: 17.5px;
    font-size: 15px;
}

.vipBody {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.vipMain {
    flex: 1;
    overflow-y: scroll;
    position: relative;
    -webkit-overflow-scrolling: touch;

}

.vipTab li {
    float: left;
    width: 50%;
    padding: 10px 0;
    text-align: center;
}

.vipTab li p {
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    position: relative;
    padding: 0 10px;
    padding-bottom: 5px;
}

.vipTab li.active p {
    color: #f1720c;
    border-bottom: 2px solid #f1720c;
}

.vipTab li img {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    transform: rotate(15deg) translate(40%, -40%);
}

.vipBranch {
    position: relative;
    overflow: hidden;
    background: #f1560c top center no-repeat;
    background-size: 100% 100%;
    padding: 17.5px;
    text-align: center;
}

.vipBranchVip {
    background-image: url(../img/vip/bg.png);
}

.vipBranchFree {
    background-image: url(../img/free/bg.png);
}

.vipBranchContainer {
    position: relative;
}

.vipBranch .logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 75px;
}

.vipBranch .icon {
    width: 125px;
    height: 125px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 0 7.5px #fff;
    position: relative;
}

.vipBranchVip .icon:after {
    content: '至尊版';
    display: block;
    position: absolute;
    bottom: auto;
    right: -15px;
    top: 12.5px;
    color: #ffffff;
    background-color: red;
    transform: rotate(45deg);
    width: 75px;
    text-align: center;
    font-size: 12px;
}

.vipBranchVip .icon.wan9917:after {
    background-color: #86bc65;
}

.vipBranch .icon img {
    display: block;
}

.vipBranch .img {
    display: block;
    margin: 5% auto;
    max-width: 50%;
}

.vipBranch .btn {
    display: block;
    background-color: #85bd66;
    margin-top: 12.5px;
    text-align: center;
    font-size: 17px;
    padding: 7.5px;
    border-radius: 10em;
    color: #ffffff;
}

.vipBranch .desc {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.udidArea p {
    color: #ffffff;
}

.vipCodeEntrance {
    color: #85bd66;
}

.vipBranchVip .tips {
    color: #fff;
}

.vipBranchVip .tips a {
    color: #85bd66;
}

.toBrowser {
    position: fixed;
    z-index: 917917917917;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.75);
    display: none;
}

.toBrowser:before {
    content: '';
    display: block;
    position: absolute;
    top: 2.5%;
    left: 0;
    bottom: 0;
    right: 2.5%;
    background: url(../../../img/m/toBrowser.png) no-repeat top right;
    background-size: 75% auto;
}