/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%
}

q:before,
q:after {
    content: ''
}

fieldset,
img,
abbr,
acronym {
    border: 0
}


/*footer*/

#afooter {
    position: relative;
    z-index: 9;
    color: #fff;
}

.foot {
    width: 100%;
    font-size: 0.2rem;
    text-align: center;
    color: #ffff;
    background-color: #000000;
    line-height: 0.32rem;
}

.foot a {
    color: #424242;
}

.c:before,
.c:after {
    content: "";
    display: table
}

.c:after {
    clear: both
}

.c {
    zoom: 1
}

body {
    font: 12px/1.5 tahoma, \5b8b\4f53, sans-serif;
    font-family: "\65b9\6b63\5170\4ead\9ed1\000d\000a";
    position: relative;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

input {
    outline: none;
}

.wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 7;
    /* padding-top:1rem */
}


/*newswrap*/

.news_con {
    min-height: 13rem;
    padding: 1.8rem 0 0.01rem;
    box-sizing: border-box;
    background: #fff;
}

.swiper-container {
    width: 100%;
}

.swiper-container img {
    width: 7.5rem;
    /*height: 3.89rem;*/
}

.swiper-pagination .swiper-pagination-bullet {
    background: url(//game.gtimg.cn/images/hssm/m/m202111/inner/pagination.png) no-repeat right/0.77rem 0.2rem;
    width: 0.2rem;
    height: 0.2rem;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-position: left;
}

.page-head {
    display: flex;
    height: .7rem;
    padding: 0 .25rem;
    margin: 0 auto 0.4rem;
}

.page-head a {
    flex-grow: 1;
    color: #30333a;
    font-size: .3rem;
    width: 33%;
    line-height: .7rem;
    text-align: center;
}

.page-head a>span {
    display: inline-block;
    position: relative;
}

.page-head a.on>span::before,
.page-head a.on>span::after {
    display: block;
}

.page-head a>span::before,
.page-head a>span::after {
    content: "";
    width: .15rem;
    height: .15rem;
    display: none;
    top: 50%;
    left: -.3rem;
    transform: translateY(-50%);
    position: absolute;
    background: url(//game.gtimg.cn/images/hssm/m/m202111/bg6_after.png) no-repeat center/100% 100%;
}

.page-head a>span::after {
    left: auto;
    right: -.3rem;
}

.page-head a.on {
    color: #ffffff;
    background: #d5b081;
}

.page-nav {
    margin: 0.25rem;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
    font-size: 0.3rem;
    color: #4f535c;
    align-items: center;
    border-bottom: 1px solid #d0cfcf;
    box-sizing: border-box;
}

.page-nav a {
    flex-grow: 1;
    text-align: center;
}

.page-nav a.on {
    color: #d5b081;
    position: relative;
}

.page-nav a.on:after {
    content: '';
    height: 0.05rem;
    width: 70%;
    position: absolute;
    background: #d5b081;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.05rem;
}

.page-ul {
    width: 100%;
    /*margin-top: 0.6rem;*/
}

.page-ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0.2rem 0.25rem;
    color: #30333a;
    position: relative;
}

.page-ul a:after {
    content: '';
    width: 7.5rem;
    height: 0.01rem;
    background: #c1c5cd;
    position: absolute;
    left: 50%;
    margin-left: -3.75rem;
    bottom: 0;
}

.page-ul a:hover {
    background-color: #f3f3f3;
}

.page-ul a:hover:after {
    background: url(//game.gtimg.cn/images/hssm/m/m202111/other/page-icon.png) no-repeat center/100%;
    width: 1.29rem;
    height: 0.14rem;
    bottom: 0.3rem;
    left: inherit;
    margin-left: inherit;
    right: 1.0rem;
}

.page-tab {
    width: 1.4rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    font-size: 0.28rem;
    color: #d5b081;
    /*border: 1px solid #d5b081;*/
    /*border-radius: 5px;*/
}

.tab2 {
    color: #45c5c9;
}

.tab3 {
    color: #da8059;
}


.page-ti {
    width: calc(100% - 2.5rem);
    font-size: 0.28rem;
    font-weight: bold;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #30333a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.05rem;
}

.page-news {
    width: 5rem;
}

.page-news .page-ti {
    width: 100%;
}

.page-desc {}

.pager {
    text-align: center;
    margin: 0.5rem auto;
}

.laypageskin_default .laypage_curr {
    background: #d5b081;
    color: #fff !important;
}

.page-img,
.page-img img {
    max-width: 2.45rem;
    max-height: 1.35rem;
}

.page-ul2 .page-news {
    width: 9.0rem;
    line-height: 1.35rem;
}

.page-time {
    font-size: .28rem;
    line-height: 0.6rem;
    height: 0.6rem;
    width: 1rem;
}

.page-ul2 .page-time {
    line-height: 0.25rem;
    font-size: 0.18rem;
}


/*详情*/

.page-top {
    margin: 0.25rem;
    font-size: .26rem;
}

.news-ti {
    text-align: center;
    font-size: 0.30rem;
    color: #30333a;
    font-weight: bold;
    margin: 0.25rem;
}

.news-desc {
    color: #30333a;
    font-size: 0.24rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid #e3e4e5;
}

.news-desc p {
    margin-left: 1.7rem;
    opacity: .7;
    display: block;
    position: relative;
}

.news-box {
    font-size: 0.16rem;
    color: #4f535c;
    /*width: 8.5rem;*/
    margin: 0.5rem 0.3rem;
    line-height: 0.5rem;
}
.news-box p{
    font-size: .22rem !important;
}
.news-box span{
    font-size: .22rem !important;
}

.news-box img {
    max-width: 100%;
    height: auto;
    margin: 0.2rem auto;
    display: block;
}

.prize-box p {
    text-align: center;
}

/*表格*/
.img-role {
    display: block;
    width: 80%;
}

.role-table {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    border-spacing: 1px;
}

.role-table td {
    min-height: 1rem;
    line-height: .3rem;
    font-size: .22rem;
}

.tb-h1 {
    height: .6rem;
}

.tb-h2 {
    height: 1.4rem;
}

.td-1 {
    width: 30%;
}

.td-5 {
    width: 15%;
}

.td-2 {
    width: 15%;
}

.td-3 {
    width: 35%;
}

.td-4 {
    width: 20%;
}

.role-xingzhe .tb-body .td-3,
.role-xingzhe .tb-body .td-4 {
    text-align: left;
    padding-left: .1rem;
}

/*抽奖概率表格*/
.prize-table {
    border-collapse: collapse;
    width: 5rem;
    text-align: center;
    border-spacing: 1px;
    margin: .2rem auto;
}

.tb-h3 {
    height: .6rem;
    background: #2b2b2b;
    color: #d7d7d7;
}

.tb-h4 {
    height: .4rem;
}

.prize-table td {
    /* width: 50%; */
}

.role-select {
    position: absolute;
    width: 1.42rem;
    height: .42rem;
    top: 2.75rem;
    left: 0.3rem;
    border: 1px #919191 solid;
    z-index: 9;
}

.role-select::after {
    position: absolute;
    content: '';
    width: .1rem;
    height: .1rem;
    border-bottom: 1px #9f9f9f solid;
    border-left: 1px #9f9f9f solid;
    transform: rotate(-225deg);
    right: .15rem;
    top: 0.18rem;
    pointer-events: none;
    transition: all 0.5s;
}

.role-select.close {
    overflow: hidden;
}

.role-select.close::after {
    transform: rotate(-45deg);

    top: .12rem;
}

.role-select ul {
    width: 100%;
    height: 100%;
    line-height: .42rem;
}

.role-select li,
.role-select li a {
    line-height: .42rem;
    font-size: .15rem;
    background-color: #ffffff;
    cursor: pointer;
}

.role-select li a {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: .14rem;
    box-sizing: border-box;
    background-color: transparent;
}

.role-select li a:hover {
    font-weight: normal;
}

.role-select li:nth-child(1) a {
    pointer-events: none;
}

.role-select li:hover {
    background-color: #d0a672;
}

.role-select li:nth-child(1):hover {
    background: none;
}

.role-select li:nth-child(n + 1) {
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
}

.role-select li:last-child {
    border-bottom: 1px #e5e5e5 solid;
}

/* 底部按钮 */
.laypageskin_default span {
    height: 0.5rem !important;
    line-height: .5rem !important;
    padding: 0 !important;
    width: 0.5rem !important;
    font-size: .28rem !important;
}

.laypageskin_default a {
    width: 0.5rem !important;
    height: 0.5rem !important;
    padding: 0 !important;
    font-size: .26rem !important;
    line-height: .5rem !important;
}

.laypageskin_default .laypage_last,
.laypageskin_default .laypage_next,
.laypageskin_default .laypage_prev,
.laypageskin_default .laypage_first {
    width: 1rem !important;
}