@font-face {
    font-family: 'Ruglular';
    src: url('./STSONG.TTF');
}

/* https://xy-sh-plat.oss-cn-shanghai.aliyuncs.com/zjfh/website/img/fb_entrance.png */

html,
body {
    width: 100%;
    height: 100%;
    background: #fff;
    /* font-size: 75px; */
}

* {
    margin: 0;
    padding: 0;
}

i,
em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

#app {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
}

.head {
    width: 100%;
    height: 5.630208rem;
    background: url('/img/headImg.jpg');
    background-size: 100% 100%;
    position: relative;
}

.serveList {
    position: absolute;
    top: 0.14rem;
    right: 0.16rem;
    text-decoration: underline;
    font-size: 0.13rem;
    color: #fff;
    z-index: 101;
    font-family: 'Ruglular';
}

.menus {
    height: 5.78rem;
    width: 1.3rem;
    position: fixed;
    top: 0;
    right: 0.2rem;
    z-index: 100;
    transform: scale(0.75);
    transform-origin: top center;
    font-family: 'Ruglular';
}

.line {
    height: 1.2rem;
    display: block;
    margin-left: .35rem;
    /* margin: 0 auto; */
    cursor: pointer;
}

.link_icon {
    width: .989583rem;
    height: 1.052083rem;
    position: relative;
    background: url('/img/bg_icon.png');
    background-size: 100% 100%;
    margin: 0 auto;
    color: #434056;
    padding-top: 0.35rem;
    box-sizing: border-box;
    /* text-align: center; */
    cursor: pointer;
}

.link_icon:nth-child(2) .english {
    padding-left: 0.1rem;
}

.link_icon:nth-child(3) .english {
    padding-left: 0.05rem;
}

.link_icon:nth-child(4) .english {
    padding-left: 0.1rem;
}

.link_icon:nth-child(5) .english {
    padding-left: 0.07rem;
}

.menu_name {
    font-size: 0.19rem;
}

.menu_name p {
    line-height: 0.2rem;
    padding-left: 0.34rem;
}

.english {
    font-size: 0.07rem;
    text-align: center;
    padding-top: 0.01rem;
}

.active {
    width: 1.270833rem;
    height: 1.052083rem;
    background: url('/img/active_bg_icon_1.png');
    background-size: 100% 100%;
    color: #DF501E;
}

.active p {
    padding-left: 0.48rem;
}

.toTop {
    width: .4375rem;
    height: .5625rem;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.lr_icon {
    width: .067708rem;
    height: .229167rem;
    display: block;
    margin-left: 0.635rem;
    transform-origin: top center;
    animation: lToR 3s linear infinite alternate;
}

.down_load {
    position: absolute;
    top: 3.56rem;
    left: 5.23rem;
    width: 2.354167rem;
    height: .859375rem;
    /* background: url('/img/download_btn.png'); */
    background: url('/img/btn_game.png');
    background-size: 100% 100%;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.down_load h1 {
    width: 100%;
    align-items: center;
    text-align: center;
}

.tit {
    width: 2.333333rem;
    height: .473958rem;
    margin: 0 auto;
    /*  */
}

.part_1 {
    width: 100%;
    height: 4.677083rem;
    background: url('/img/bg_1.jpg');
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 0.1rem;
    position: relative;
}

.tit_1 {
    background: url('/img/tit_1.png');
    background-size: 100% 100%;
}

.wrap_news {
    position: absolute;
    width: 6.1rem;
    height: 2.72rem;
    /* background: #DF501E; */
    top: 0.9rem;
    left: 1.55rem;
}

.left_banner {
    width: 3.3rem;
    height: 2.29rem;
    /* background: #00ff33; */
    margin: .4rem 0 0 .208333rem;
    position: relative;
}

.con_wrap {
    width: 2.291667rem;
    height: 2rem;
    /* background: #00ff33; */
    margin-top: .4rem;
    box-sizing: border-box;
    padding-left: 0.1rem;
    color: #4E315A;
    font-size: 0.08rem;
}

.con_tit {
    font-size: 0.17rem;
}

.con_wrap ul {
    margin-top: .1rem;
}

.con_wrap ul li {
    height: 0.16rem;
    list-style: none;
    cursor: pointer;
}

.newtit {
    width: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newstime {
    width: 0.75rem;
    overflow: hidden;
    /* text-overflow:ellipsis; */
    white-space: nowrap;
    /* font-size:0.1rem; */
}

.part_1 #pagination1 {
    min-width: 0.5rem;
    height: 0.2rem;
    position: absolute;
    bottom: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.part_1 #pagination1 .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0;
    border: 1px solid rgba(73, 71, 101, 1);
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    transform: rotateZ(45deg);
}

.part_1 #pagination1 .swiper-pagination-bullet-active {
    background: rgba(73, 71, 101, 1);
}

.l_tab {
    position: relative;
    width: .395833rem;
    height: 2.4375rem;
    left: .890625rem;
    top: .37rem;
    font-family: 'Ruglular';
    font-weight: bold;
}

.tab_item {
    width: .395833rem;
    height: .713542rem;
    text-align: center;
    background: url('/img/lantern.png');
    background-size: 100% 100%;
    color: #434056;
    font-size: 0.19rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
    padding-top: 0.1rem;
    cursor: pointer;
}

.tab_item:nth-child(2) {
    top: .713542rem;
    ;
}

.tab_item:nth-child(3) {
    top: 1.426rem;
    ;
}

.tab_active {
    width: .739583rem;
    height: .786458rem;
    color: #DF501E;
    background: url('/img/lantern_active.png');
    background-size: 100% 100%;
}

.litter_icon_top {
    width: .057292rem;
    height: .109375rem;
    position: absolute;
    top: 2.12rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.litter_icon_bottom {
    width: .104167rem;
    height: .208333rem;
    position: absolute;
    top: 2.2rem;
    left: 0.12rem;
    transform-origin: top center;
    animation: lToR 3s linear infinite alternate;
}

@keyframes lToR {
    from {
        transform: rotateZ(-15deg);
    }
    to {
        transform: rotateZ(15deg);
    }
}

.part_2 {
    width: 100%;
    height: 5.234375rem;
    background: url('/img/bg_2.jpg');
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 0.3rem;
    position: relative;
}

.tit_2 {
    background: url('/img/tit_2.png');
    background-size: 100% 100%;
}

.role_list {
    width: 1.5rem;
    height: 4.21875rem;
    position: absolute;
    top: 0.2rem;
    right: 1rem;
    /* background: #DF501E; */
}

.role_icon {
    width: .552083rem;
    height: .552083rem;
    /* background: url('https://xy-sh-plat.oss-cn-shanghai.aliyuncs.com/zjfh/website/img/p_bg.png');
    background-size: 100% 100%; */
    /* background: #fff; */
    /* margin: 0.1rem  .15rem .3rem 0; */
    margin: 0.1rem 0.08rem .16rem 0;
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(-45deg);
    cursor: pointer;
    /* transform-origin: right bottom; */
    /* filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5); */
}

.bg_role {
    width: .552083rem;
    height: .552083rem;
    position: absolute;
    top: 0;
    left: 0;
}

.role_icon:nth-child(even) {
    position: relative;
    top: .4rem;
    left: -0.15rem;
}

.role_s {
    width: 0.48rem;
    height: 0.48rem;
    position: relative;
    z-index: 10;
    top: 0.04rem;
    left: 0.04rem;
    overflow: hidden;
    /* background: #fff; */
}

.role_s img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    transform: rotateZ(45deg);
}

.big_role {
    min-width: 3.854167rem;
    height: 4.177083rem;
    position: absolute;
    right: 2.6rem;
    bottom: 0;
    text-align: right;
    box-sizing: border-box;
    padding-right: 0.1rem;
}

.big_role img {
    max-width: 3.854167rem;
    max-height: 4.177083rem;
    transition: all 1s;
}

.introduce {
    position: absolute;
    top: 1.328125rem;
    left: 2.03125rem;
    min-width: 2.552083rem;
    min-height: 2.760417rem;
    /* background: #DF501E; */
    /* display: flex; */
    font-size: 0.13rem;
    color: #fff;
    font-family: 'Ruglular';
}

.one {
    margin: 0 auto;
    height: 2.5rem;
    writing-mode: vertical-rl;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-rl;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    line-height: 0.2rem;
}

.mr20 {
    margin-right: 0.3rem;
}

.role_name {
    margin: 0 auto;
    min-height: 1.5rem;
    font-size: 0.38rem;
    writing-mode: vertical-lr;
    /*从左向右 从右向左是 writing-mode: vertical-rl;*/
    writing-mode: tb-lr;
    /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
    position: relative;
}

.role_name::before {
    content: '';
    width: .01rem;
    background: #fff;
    position: absolute;
    height: 70%;
    top: 0;
    left: 0;
}

.sentence {
    padding: 0.2rem 0;
    position: relative;
    text-align: center;
    box-sizing: border-box;
}

.sentence::before {
    content: '';
    width: .161458rem;
    height: .171875rem;
    position: absolute;
    top: 0;
    right: -0.1rem;
    background: url('/img/jiao_r.png');
    background-size: 100% 100%;
}

.sentence::after {
    content: '';
    width: .161458rem;
    height: .171875rem;
    position: absolute;
    bottom: 0;
    left: -0.1rem;
    background: url('/img/jiao_l.png');
    background-size: 100% 100%;
}

.part_3 {
    width: 100%;
    height: 5.15625rem;
    background: url('/img/bg_3.jpg');
    background-size: 100% 100%;
    padding-top: 0.2rem;
    box-sizing: border-box;
    position: relative;
}

.tit_3 {
    background: url('/img/tit_3.png');
    background-size: 100% 100%;
}

.part_3 .swiper-container::before {
    content: '';
    width: 5.8rem;
    height: 3.2rem;
    background: url('/img/border.png');
    background-size: 100% 100%;
    position: absolute;
    top: 0.06rem;
    left: 0.05rem;
    z-index: 2;
}

.part_3 .swiper-container {
    width: 5.9rem;
    height: 3.32rem;
    margin-top: 0.2rem;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-container {
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #00ff33;
    /* 两种都可以 */
}

/* .part_3 .swiper-container-horizontal>.swiper-pagination-bullets {
    position: absolute;
    bottom: 0.5rem;
    right: 0;
} */

.part_3 .swiper-pagination {
    min-width: .7rem;
    height: 0.5rem;
    position: absolute;
    bottom: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-around;
}

.part_3 .swiper-pagination .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    border-radius: 0;
    border: 1px solid rgba(73, 71, 101, 1);
    background: transparent;
    padding: 0;
    box-sizing: border-box;
    transform: rotateZ(45deg);
    cursor: pointer;
}

.part_3 .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(73, 71, 101, 1);
}

.footer {
    width: 100%;
    height: .520833rem;
    line-height: .520833rem;
    background: #1d1b2c;
    box-sizing: border-box;
    padding: 0 1.75rem;
    position: relative;
    overflow: hidden;
}

.footer .cooperation {
    left: 1.041666666666667rem;
}

.footer .des {
    font-size: 0.0625rem;
    line-height: 0.1041rem;
    color: #fff;
    position: absolute;
    left: 3.1770rem;
    top: 50%;
    transform: translateY(-50%);
}

.footer>p {
    color: #fff;
    font-size: 0.1041rem;
    font-family: 'Ruglular';
    line-height: .520833rem;
}

.footer img {
    height: .322917rem;
    margin-top: .104167rem;
}

.mask {
    position: fixed;
    z-index: 200;
    background: rgba(0, 0, 0, .5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box {
    width: 3.645833rem;
    height: 2.083333rem;
    background: url('/img/modal_bg_m.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    padding: 0 .16rem;
}

.close {
    width: .213542rem;
    height: .21875rem;
    cursor: pointer;
    background: url('/img/close.png');
    background-size: 100% 100%;
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
}

.type_wrap {
    /* height: .32rem;; */
}

.type_wrap .item {
    width: 1rem;
    height: .32rem;
    line-height: .3rem;
    margin-right: 0.1rem;
    text-align: center;
    cursor: pointer;
}

.type_wrap .sel {
    /* background: url('https://xy-sh-plat.oss-cn-shanghai.aliyuncs.com/zjfh/website/img/btn_border.png');
    background-size: 100% 100%; */
    border: .015625rem solid #fff;
    border-radius: .072917rem;
}

.type_wrap .item:last-child {
    margin: 0;
}

.type_wrap .item img {
    width: 100%;
    height: 100%;
    /* width: 0.96rem;
    margin-top: 0.02rem; */
}

.po {
    width: 5.265625rem;
    height: 1.541667rem;
    position: absolute;
    left: -1rem;
    bottom: -0.5rem;
}

.modal_tit {
    line-height: 0.5rem;
    text-align: center;
    font-size: 0.2rem;
    color: #4e315a;
    border-bottom: .005208rem solid #4e315a;
    margin-bottom: 0.2rem;
    font-family: 'Ruglular';
    font-weight: bold;
}

.btn_down {
    width: 1.515625rem;
    height: .463542rem;
    background: url('/img/btn_down.png');
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 0.3rem;
    position: relative;
    z-index: 2;
}

.loading {
    margin: 0.2rem 0;
    font-size: 0.12rem;
}

.header_top {
    height: 0.52rem;
    background: rgba(54, 28, 78, .5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-sizing: border-box;
    padding-right: 0.78125rem;
}

.logo {
    float: left;
    width: 1.234375rem;
    height: 0.47916667rem;
    margin: 0.02rem 0 0 0.5rem;
    background: url('/img/logo_top.png');
    background-size: 100% 100%;
}

.cooperation {
    background-image: url('https://wcdn.tomatogames.com/zjfh/website/img/cooperation.png');
    background-size: 100%;
    width: 0.677rem;
    height: 0.677rem;
    position: absolute;
    left: 1.9166rem;
    top: 50%;
    margin-top: -0.3385rem;
}

.stored {
    float: right;
    width: 1.03645rem;
    height: 0.296875rem;
    margin: 0.109375rem 0.3rem 0 0;
    background: url('/img/stored.png');
    background-size: 100% 100%;
}

.serve {
    float: right;
    width: 1.03645rem;
    height: 0.296875rem;
    margin: 0.109375rem 0.1rem 0 0;
    background: url('/img/serve.png');
    background-size: 100% 100%;
}