.headTop {
    width: 100%;
    height: 12vw;
    background: #6da1e0;
}

.headTop .gjl {
    width: 90%;
    margin: 0 auto;
}

.headTop .gjl .fl {
    margin-top: .15rem;
}

.headTop .gjl a {
    font-weight: bold;
    padding:0 8px;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    color: #ffffff;
    background: #f17d00;
    margin-right: .15rem;
    border-radius: .1rem;
    display: inline-block;
}

.headTop .gjl .ipv6 img {
    width: 2rem;
    height: auto;
}

.headTop .navtoggle {
    width: .5rem;
    height: .4rem;
    margin-top: .25rem;
    background: url("/pubm2023/menu_m.png") no-repeat;
    right: 2%;
    z-index: 30;
    cursor: pointer;
    background-size: 100% 100%;
}

.headTop .mainnav_mobile {
    display: none;
}
.navclose {
    width: 0.4rem;
    height: 0.4rem;
    background: url(/pubm2023/close.png) no-repeat;
    background-size: 100% 100%;
}
.headTop .mainnav_mobile {
    background: #4899e4;
    width: 65%;
    left: 0;
    right: auto;
    height: 100%;
    position: absolute;
    z-index: 999;
}

.headTop .mainnav_mobile li {
    text-align: center;
    position: relative;
    padding: 13px 0;
    font-size: .38rem;
}

.headTop .mainnav_mobile li.active a {
    border-bottom: 4px solid #ffffff;
    padding-bottom: .2rem;
    font-weight: bold;
}

.headTop .mainnav_mobile li a {
    color: #fff;
    line-height: 40px;
}

.head {
    width: 100%;
    height: 52vw;
    background: url("/pubm2023/banner_m.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.head .logo {
    width: 75%;
    margin: 0 auto;
    padding-top: .3rem;
}

.head .logo img {
    width: 100%;
}

.head .searchbox {
    width: 75%;
    height: .7rem;
    background: url("/pubm2023/search_bg_m.png") center no-repeat;
    margin: 0.2rem auto;
    background-size: 100% 100%;
}

.head .searchbox .jsms {
    width: 28%;
    float: left;
    margin: .1rem .2rem;
}

.head .searchbox .jsms a {
    display: block;
    position: relative;
    z-index: 10;
}

.head .searchbox .jsms img {
    width: 100%;
    height: auto;
}

.head .search_con {
    width: 62%;
    float: left;
    line-height: .7rem;
}

.head .search_con .stxt {
    width: 82%;
    line-height: 40px;
    border: none;
    background: none;
    float: left;
    outline: none;
    color: #8B8E92;
    font-size: 14px;
}

.head .search_con .ssbtn {
    width: .6rem;
    float: right;
    height: .7rem;
    background: url("/pubm2023/search_m.png") center no-repeat;
    outline: none;
    border: none;
}

/* 角色模式 */
.jsms_list {
    display: none;
    width: 80%;
    margin: 0 auto;
    background: url("/pubm2023/jsms_bg_m.png") center no-repeat;
    padding: 6% 2% 3%;
    position: absolute;
    top: 48vw;
    left: 8%;
    z-index: 9;
    background-size: 100% 100%;
}

.jsms_list li {
    width: 31%;
    margin-right: 10px;
    border-radius: 12px;
    background: #fff;
    height: 100%;
    float: left;
    padding-bottom: .2rem;
}

.jsms_list li .pic {
    margin: .2rem 0;
}

.jsms_list li .pic img {
    display: block;
    margin: 0 auto;
    width: 50%;
}

.jsms_list li .jsmc {
    font-size: .3rem;
    font-weight: bold;
    color: #237cea;
    display: block;
    text-align: center;
}

.jsms_list li .jsspan {
    width: 90%;
    margin: .2rem auto 0;
    display: block;
    text-align: center;
    font-size: .28rem;
    padding: .1rem 0;
    border-radius: .1rem;
}

.jsms_list li.yksj .jsspan {
    border: 1px solid #87dcdc;
}

.jsms_list li.jmsj .jsspan {
    border: 1px solid #71bfe7;
}

.jsms_list li.qysj .jsspan {
    border: 1px solid #f5b473;
}

.jsms_list li.qysj {
    float: right;
    margin-right: 0;
}

.mask {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    transition: all 0.4s linear;
    left: 0;
    top: 0;
    display: none;
}

.gzfg .content p{text-indent: 2em;}

