@font-face {
    font-family: "mfgehei";
    src: url("//cf.qq.com/cp/a20250904mapuser/font/MFGEHEI-REGULAR.OTF");
    font-display: block;
}

/* @font-face { font-family: "mfgehei"; src: url("./font/zzgfght.TTF"); font-display: block;} */
@font-face {
    font-family: "fzltch";
    src: url("//cf.qq.com/cp/a20250904mapuser/font/fzltch.TTF");
    font-display: block;
}

@font-face {
    font-family: "fzlth";
    src: url("//cf.qq.com/cp/a20250904mapuser/font/fzlth.TTF");
    font-display: block;
}




.p1-title,
.p2-title,
.p3-title,
.p4-title,
.p5-title,
.p6-title {
    font-size: 86px;
    line-height: 100px;
    color: #16244c;
    text-align: left;
    font-style: italic;
    font-family: "mfgehei";
    position: relative;
}

.p1-title {
    padding: 39px 0 0 0;
}

.p2-title {
    padding: 39px 0 0 0;
}

.p3-title {
    padding: 39px 0 0 0;
}

.p4-title {
    padding: 39px 0 0 0;
    color: #f7f7f7;
}

.p5-title {
    padding: 39px 0 0 0;
}

.p6-title {
    padding: 39px 0 0 0;
}

.p1-title span {
    position: relative;
    left: -29px;
    top: -1px;
}

.p2-title span {
    position: relative;
    left: -19px;
    top: -1px;
}

.p3-title span {
    position: relative;
    left: -97px;
    top: -1px;
}

.p4-title span {
    position: relative;
    left: -101px;
    top: -1px;
}

.p5-title span {
    position: relative;
    left: 59px;
    top: 1px;
}

.p6-title span {
    position: relative;
    left: -2px;
    top: 0;
}



.wrapper {
    width: 1920px;
    margin: 0 auto;
}

.header {
    height: 1065px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/header-bg1.jpg) no-repeat top center;
    position: relative;
}

.part1 {
    height: 1906px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/bg.jpg) no-repeat top center;
    position: relative;
    margin-top: -1px;
}

.header .pic-mask {
    width: 100%;
    height: 942px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/pic-bg1.jpg) no-repeat top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/pic-mask1.png);
    -webkit-mask-size: 100% 100%;
}

.header .pic-mask img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.header .main {
    padding-top: 482px;
    position: relative;
    z-index: 1;
}

.header .slogan-box {
    width: 100%;
    height: 144px;
    position: relative;
}

.header .slogan {
    display: block;
    margin: 0 auto;
    position: relative;
    top: -358px;
    pointer-events: none;
    width: 900px;
    height: 442px;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/slogan3.png) no-repeat top center;
    background-size: 100% 100%;
}



.header .reservation-btn {
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 58px;
    position: relative;
    z-index: 1;
}

.header .reservation-btn.disable {
    opacity: 0;
    pointer-events: none;
}

.header .reservation-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header .reservation-btn img.btn-hover {
    display: none;
}

.header .reservation-btn:hover img {
    display: none;
}

.header .reservation-btn:hover img.btn-hover {
    display: block;
}



.header .info {
    width: 1200px;
    height: 406px;
    margin: 0px auto 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .info-title {
    margin: 14px 0 0 33px;
    font-size: 0;
    height: 45px;
    text-align: left;
}

.header .info-title>a {
    width: 116px;
    height: 45px;
    color: #16244c;
    font-size: 18px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-bottom: 2px solid #d0d3db;
}

.header .info-title>a i {
    display: none;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -58px;
}

.header .info-title>a:hover {
    color: #fc8b2c;
    font-weight: bold;
}

.header .info-title>a.on {
    color: #fc8b2c;
    font-weight: bold;
    border-bottom: 2px solid transparent;
}

.header .info-title>a.on i {
    display: block;
}

/* .header .info-title .dec { width: 58px; height: 100%; border-bottom: 2px solid #d0d3db; display: inline-block; vertical-align: top; position: relative;}
.header .info-title .dec a.i-dec { position: absolute; top: 14px; right: 1px;} */
.header .info-title .dec {
    width: 70px;
    height: 100%;
    border-bottom: 2px solid #d0d3db;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.header .info-title .dec a.i-dec {
    width: auto;
    height: auto;
    background: none;
    display: inline-block;
    font-size: 18px;
    color: #16244c;
    position: absolute;
    top: 8px;
    right: 1px;
}

.header .info-title .dec a.i-dec:hover {
    color: #fc8b2c;
}

.info-pic {
    width: 908px;
}

.info-pic .list-prop {
    display: flex;
    justify-content: center;
    margin: 0 auto 0;
}

.info-pic .list-prop .prop-li {
    height: 406px;
    transition: all 0.5s ease-in-out;
}

.info-pic .list-prop .prop-li .prop-box {
    height: 406px;
    display: flex;
}

.info-pic .list-prop .prop-li.on .info-cont {
    width: 741px;
}

.info-pic .prop-li .info-navbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84px;
    height: 406px;
    text-align: center;
    font-size: 34px;
    line-height: 38px;
    color: #ffffff;
    font-family: "mfgehei";
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

.info-pic .info-navbtn .icon_rd {
    display: none;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/icon-rd.png) no-repeat;
    background-size: 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    right: 16px;
    top: 114px;
}

.info-pic .info-navbtn .icon_rd.on {
    display: block;
}

.info-pic .info-navbtn .label-icon {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/icon-wqd.png) no-repeat;
    background-size: 100%;
    width: 69px;
    height: 32px;
    position: absolute;
    right: -6px;
    top: 26px;
    z-index: 1;
}

.info-pic .info-navbtn .label-icon.yqd {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/icon-yqd.png) no-repeat;
    background-size: 100%;
}

.info-pic .prop-li.on .label-icon {
    display: none;
}

.info-pic .prop-li .info-navbtn1 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_nav1.png) no-repeat;
    background-size: 100%;
}

.info-pic .prop-li .info-navbtn2 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_nav2.png) no-repeat;
    background-size: 100%;
}

.info-pic .prop-li.on .info-navbtn1 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_nav1_on.png) no-repeat;
    background-size: 100%;
}

.info-pic .prop-li.on .info-navbtn2 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_nav2_on.png) no-repeat;
    background-size: 100%;
}

.info-cont {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_bg.png) no-repeat left center;
    background-size: auto 100%;
    width: 0;
    height: 406px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.info-prop {
    height: 406px;
    /* padding:30px 30px 20px; */
    overflow-x: hidden;
    box-sizing: border-box;
}

.info-prop>img {
    display: block;
    margin: 0 auto;
}

.rw-con {
    width: 741px;
    height: 406px;
    display: block;
    box-sizing: border-box;
    padding: 24px 18px;
    position: relative;
}

.rw-tit {
    text-align: left;
    font-size: 34px;
    color: #16244c;
    font-family: "mfgehei";
    font-style: italic;
}

.rw-tit span {
    font-size: 12px;
    font-family: "fzlth";
    margin-left: 6px;
}

.rwlist-box {
    height: 308px;
    /* box-sizing: border-box; */
    padding-right: 10px;
    overflow-x: hidden;
}

.rwlist-box::-webkit-scrollbar-track-piece {
    background-color: #cfcfcf;
    border-radius: 5px
}

.rwlist-box::-webkit-scrollbar {
    width: 6px;
}

.rwlist-box::-webkit-scrollbar-thumb {
    background: #fc8b2c;
    border-radius: 5px
}

.rw-con .rw_qd {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_btn1.png) no-repeat;
    background-size: 100%;
    width: 69px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    color: #fefefe;
    font-family: "fzltch";
    position: absolute;
    right: 30px;
    top: 30px;
}

.rw-con .rw_qd.on {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_btn1_on.png) no-repeat;
    background-size: 100%;
}

.rw-con .list-rw .rw-li {
    width: 694px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0;
}

.rw-con .list-rw .rw-li:first-of-type {
    margin-top: 0;
}

.rw-con .list-rw .rw-li1 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_bg1.png) no-repeat;
    background-size: 100%;
}

.rw-con .list-rw .rw-li2 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_bg2.png) no-repeat;
    background-size: 100%;
}

.rw-con .rw-li .rw-txtbox {
    width: 432px;
}

.rw-con .rw-li .rw-txtbox p {
    font-size: 14px;
    text-align: left;
    font-family: "fzlth";
}

.rw-con .rw-li1 .rw-txtbox p {
    color: #ffffff;
}

.rw-con .rw-li2 .rw-txtbox p {
    color: #16244c;
}

.rw-con .rw-li .rw-txtbox p span {
    font-size: 18px;
    font-family: "fzltch";
}

.rw-con .rw-li .rw-txtbox .rw-jdtbox {
    width: 431px;
    height: 12px;
    position: relative;
}

.rw-con .rw-li .rw-txtbox .rw-jdt {
    width: 0%;
    height: 12px;
    position: absolute;
    left: 0;
    top: 0;
}

.rw-con .rw-li1 .rw-txtbox .rw-jdtbox {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_jdt1.png) no-repeat;
    background-size: auto 100%;
}

.rw-con .rw-li2 .rw-txtbox .rw-jdtbox {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_jdt2.png) no-repeat;
    background-size: auto 100%;
}

.rw-con .rw-li1 .rw-txtbox .rw-jdt {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_jdt1_on.png) no-repeat;
    background-size: auto 100%;
}

.rw-con .rw-li2 .rw-txtbox .rw-jdt {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_jdt2_on.png) no-repeat;
    background-size: auto 100%;
}

.rw-con .rw-li .rw-propbox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 6px;
}

.rw-con .rw-li .rw-propbox .rwprop-box {
    width: 68px;
    height: 54px;
    margin: 0 4px;
    position: relative;
}

.rw-con .rw-li .rwprop-box img {
    display: block;
    width: 68px;
    margin: 0 auto;
}

.rw-con .rw-li1 .rw-propbox .rwprop-box {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_prop_bg1.png) no-repeat;
    background-size: 100%;
}

.rw-con .rw-li2 .rw-propbox .rwprop-box {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-rw_prop_bg2.png) no-repeat;
    background-size: 100%;
}

.rw-con .rw-li .rwprop-box .prop-name {
    width: 100%;
    font-size: 12px;
    font-family: "fzlth";
    position: absolute;
    left: 0;
    bottom: 0;
}

.rw-con .rw-li1 .rwprop-box .prop-name {
    color: #16244c;
}

.rw-con .rw-li2 .rwprop-box .prop-name {
    color: #ffffff;
}

.rw-con .rw-li .rw-btn {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-list_btn2.png) no-repeat;
    background-size: 100%;
    width: 75px;
    height: 27px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    color: #ffffff;
    font-family: "fzltch";
    margin: 0 4px;
}

.header .info-individual {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-individual_bg.png) no-repeat;
    background-size: 100%;
    width: 286px;
    height: 403px;
    position: relative;
    box-sizing: border-box;
    padding: 24px 16px 0;
}

.info-individual .ind-name {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin: 0 auto 0;
}

.info-individual .name-txt {
    font-size: 20px;
    color: #16244c;
    font-family: "fzltch";
}

.info-individual .district-txt {
    font-size: 14px;
    color: #16244c;
    font-family: "fzltch";
}

.info-individual .ind-jdttxt {
    margin: 6px auto 0;
}

.info-individual .jdt-txt {
    /* width: 100%; */
    text-align: left;
    font-size: 14px;
    color: #16244c;
    font-family: "fzltch";
}

.info-individual .ind-jdtbox {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/ind-jdt1.png) no-repeat;
    background-size: 100%;
    width: 258px;
    height: 12px;
    position: relative;
    margin: 0 auto 0;
}

.info-individual .ind-jdtbox .ind-jdt {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/ind-jdt2.png) no-repeat;
    background-size: auto 100%;
    width: 0%;
    height: 12px;
}

.info-individual .ind-list {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head-individual_bg1.png) no-repeat;
    background-size: 100%;
    width: 256px;
    height: 279px;
    box-sizing: border-box;
    padding: 10px 10px 0;
    margin: 10px auto 0;
}

.ind-list .ind-navbox {
    display: flex;
    justify-content: center;
    align-items: end;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 6px;
}

.ind-list .ind-navbox .ind-nav {
    font-size: 14px;
    color: #16244c;
    font-family: "fzlth";
    margin: 0 10px;
}

.ind-list .ind-navbox .ind-nav.on {
    font-size: 18px;
    line-height: 24px;
    color: #16244c;
    font-family: "fzltch";
    text-decoration: underline;
}

.ind-list .databox .data_box1 {
    height: 36px;
    background: #16244c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.ind-list .data_box1 p {
    font-size: 16px;
    color: #ffffff;
    font-family: "fzltch";
}

.ind-list .data_box1 .databox1_txt3 {
    font-size: 12px;
    color: #ffffff;
    font-family: "fzltch";
}

.ind-list .databox .data_box2 {
    margin: 12px auto 0;
    /* background: #16244c;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px; */
}

.ind-list .databox .data_txt1 {
    font-size: 16px;
    color: #16244c;
    font-family: "fzltch";
    text-align: left;
}

.ind-list .databox .data_con {
    background: #ffffff;
    height: 58px;
    border: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.ind-list .databox .data_con p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ind-list .data_con p .data_num {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    color: #16244c;
    font-family: "mfgehei";
}

.ind-list .data_con p .data_txt2 {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #888888;
    font-family: "fzlth";
}



.header .hsw-pagin {
    position: absolute;
    bottom: 15px;
    left: 23px;
    z-index: 3;
    height: 8px;
    text-align: left;
    font-size: 0;
}

.header .hsw-pagin span {
    display: inline-block;
    vertical-align: top;
    opacity: 1;
    width: 26px;
    height: 8px;
    background-color: #fff;
    border-radius: 0;
    transform: skew(-35deg, 0);
    margin-right: 6px;
}

.header .hsw-pagin span.swiper-pagination-bullet-active {
    width: 60px;
    background-color: #fc8b2c;
}


.header .info-pic .sw-btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 3;
    display: none;
}

.header .info-pic .sw-btn a {
    position: absolute;
    top: 50%;
    margin-top: -36px;
    z-index: 5;
}

.header .info-pic .sw-btn a.sw-left3 {
    left: 0;
}

.header .info-pic .sw-btn a.sw-right3 {
    right: 0;
}

/* .header .info-pic .sw-btn a.swiper-button-disabled { pointer-events: none;} */
.header .info-pic:hover .sw-btn {
    display: block;
}

.header .btn_gdzx {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/head_gdzx.png) no-repeat;
    background-size: 100%;
    width: 480px;
    height: 49px;
    position: absolute;
    left: 0;
    bottom: -21px;
}

.header .btn_gdzx:hover {
    filter: brightness(1.2);
}




.part1 .main {
    padding-top: 28px;
    width: 1920px;
}

.p1-box {
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
}

.p1-navbox {
    display: flex;
    justify-content: left;
    align-items: center;
}

.p1-nav {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-nav.png) no-repeat;
    background-size: 100%;
    width: 225px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    color: #ffffff;
    font-family: "fzltch";
    box-sizing: border-box;
    padding-right: 20px;
    margin-right: 10px;
}

.p1-nav.on {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-nav_on.png) no-repeat;
    background-size: 100%;
}

.icon-yb {
    display: inline-block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/icon_yb.png) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 41px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}

.icon-jb {
    display: inline-block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/icon_jb.png) no-repeat;
    background-size: 100%;
    width: 41px;
    height: 42px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 4px;
}

.info-prop1 {
    cursor: pointer;
}


.p1-jlzcx {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-btn1.png) no-repeat;
    background-size: 100%;
    width: 137px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    color: #ffffff;
    font-family: "fzltch";
    position: absolute;
    right: 20px;
    top: 26px;
}

.p1-con {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/ct1-bg.png) no-repeat;
    background-size: 100%;
    width: 1200px;
    height: 786px;
    position: relative;
    box-sizing: border-box;
    padding: 14px 28px 0;

}

.p1-con_txt {
    display: flex;
    justify-content: end;
    align-items: center;
}

.p1-con_txt .btn-sddhgz {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-sddhgz.png) no-repeat;
    background-size: 100%;
    width: 246px;
    height: 45px;
}

.p1-con_txt .p1-txtbox {
    display: flex;
    justify-content: right;
    font-size: 22px;
    color: #16244c;
    font-family: "mfgehei";
    font-style: italic;
}

.p1-con_txt .p1-txtbox p {
    margin: 0 20px;
}

.p1-cont {
    margin: 14px auto 0;
}

.p1-conts {
    height: 670px;
    overflow-x: hidden;
}

.p1-conts::-webkit-scrollbar-track-piece {
    background-color: #cfcfcf;
    border-radius: 5px
}

.p1-conts::-webkit-scrollbar {
    width: 6px;
}

.p1-conts::-webkit-scrollbar-thumb {
    background: #fc8b2c;
    border-radius: 5px
}

.p1-conts .list-prop {
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0;
}

.p1-conts .list-prop .prop-li {
    width: 204px;
    margin: 30px 10px 0;
    position: relative;
}

.p1-conts .list-prop .prop-li:nth-of-type(-n+5) {
    margin-top: 0;
}

.p1-conts .prop-li .prop-box {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-prop_bg.png) no-repeat;
    background-size: 100%;
    width: 204px;
    height: 142px;
    position: relative;
}

.p1-conts .list-prop .prop-box .icon-tal1 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-tal1.png) no-repeat;
    background-size: 100%;
    width: 76px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    font-family: "fzltch";
    position: absolute;
    left: 0;
    top: -4px;
}

.p1-conts .list-prop .prop-box .icon-tal2 {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-tal2.png) no-repeat;
    background-size: 100%;
    width: 116px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #ffffff;
    font-family: "fzltch";
    position: absolute;
    right: 0;
    top: -4px;
}

.p1-conts .prop-li .prop-box img {
    display: block;
    width: 204px;
}

.p1-conts .prop-li .prop-box .time-txt {
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    color: #16244c;
    font-family: "fzlth";
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.p1-conts .prop-li .p1-btn2 {
    display: block;
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-btn2.png) no-repeat;
    background-size: 100%;
    width: 161px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #ffffff;
    font-family: "fzltch";
    margin: 10px auto 0;
    box-sizing: border-box;
    padding-right: 24px;
}


.p2-box {
    width: 1200px;
    margin: 114px auto 0;
}

.p2-tit {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-tit1.png) no-repeat;
    background-size: 100%;
    width: 695px;
    height: 163px;
}

.p2-box .rule-box {
    text-align: left;
    margin: 50px auto 0;
}

.p2-box .rule-box p {
    box-sizing: border-box;
    padding-left: 50px;
    position: relative;
    font-size: 20px;
    color: #fff6ee;
    font-family: "fzlth";
    line-height: 24px;
    margin: 0 auto 30px;
}

.p2-box .rule-box .rule-icon {
    background: url(//game.gtimg.cn/images/cf/cp/a20250904mapuser/home/p1-rule_icon.png) no-repeat;
    background-size: 100%;
    width: 33px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}

.p2-box .rule-box a {
    color: #fff6ee;
}