* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', 'Segoe UI', sans-serif;
}
body{ background: #F3F3F3;}

ul li{ list-style:none;}

a{ font-style: normal; text-decoration: none;}

.head{ width:100%; height: 60px; background: #000; line-height: 60px;z-index: 99999999999999999;
    position: relative; }
.warp{ width:1200px; margin:0 auto;}
.head .ym{ display:inline-block; font-size:18px; color:#fff;  }
.head .warp{ display: flex;}
.head .ym a{ color:#fff; }
.head .share{ display:inline-block; margin-right: 50px;}
.head .share a{ color:#000; display:inline-block;  position:relative; width:30px; height:30px; line-height: 30px; background:#fff; border-radius:30px; text-align:center; vertical-align:middle;}
.head .share a span{ font-size:20px;}
.head .share a img{ vertical-align:middle; vertical-align: top;
    margin-top: 5px;}
.head .share a em{ display:none; position:absolute; padding:1px; background:#fff; top:30px; left:0;}
.head .share a em img{ width:100px; height:100px;}
.head .share a:hover{ background: #F8B901; color:#fff; }
.head .share a:hover em{ display:block; }

.head .share a:hover>img{filter: invert(1)  contrast(2);  }

.head .login{ display:inline-block; color:#fff; float:right;  }
.head .login i{ color:#fff; margin-right: 5px;  }
.head .login a{ color:#fff; }
.search-container{ display: inline-block; vertical-align: middle; line-height: 30px; margin-left: 100px; margin-top: 12px; margin-right: 70px; }
.search-container form select{ height:36px; float:left; line-height: 36px; border:0; width:60px; text-align: center;}
.search-container form .txt{ height:36px; width:250px; line-height: 36px; float:left; border:0; border-left:1px solid #000; }
.search-container form button{ width:36px; height: 36px; line-height: 36px; text-align: center; border:0; background: #fff; float:left;  }
.head .nav { padding:10px 0; background: #fff;}
.nav .logo{ display:inline-block; vertical-align: middle;}
.nav .logo img{ height:60px; padding-left: 10px;}
.nav .navs{ display:inline-block; vertical-align: middle; width: 720px;
    margin-left: 230px; line-height: 30px; font-size: 16px; padding:10px 0; }
.nav .navs>a{ display:inline-block; width:60px; line-height: 24px; text-align: center; color:#000;}
.nav .navs>span{ display:inline-block; border-left:1px solid #eee; width:320px; line-height:24px;  }
.nav .navs>span>a{ display:inline-block; text-align: center; padding:0 10px; color:#000;   } 
.nav .navs>span:nth-child(3){ width:263px; border-right: 1px solid #eee; }
.nav .navs>span:nth-child(3)>a{ display:inline-block; padding:0 10px; min-width: 70px;}
.nav .navs a>hover{ color:#F8B901;}
main .warp{ background:#fff;}
.secnav { padding:10px 10px; }
.secnav li { margin-bottom:10px; }
.secnav li a{ display:inline-block; overflow:hidden;white-space: nowrap; text-overflow:ellipsis;  width:95px; border-right:1px solid #ccc; text-align: center; color:#333; font-size:13px; }
.secnav li a:last-child{ border:0;}
.secnav li a:hover{ color:#F8B901;}
.red{ color:#f00!important;}
.secnav li font{ font-weight:bold; }


.s1-l-1 {
    height: 345px;
    overflow: hidden;
    position: relative;
}
.s1-l-con {
    width: auto;
    height: 290px;
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

.s1-l-con a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.s1-l-con a div {
    width: 100%;
    height: 290px;
    overflow: hidden;
}

.s1-l-con b {
    display: block;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 2%;
    margin: auto;
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 235px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

.s1-l-1 {
    overflow: hidden;
}

.s1-toggle-container {
    width: calc( 100% - 0px );
    height: 58px;
    overflow: hidden;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 10px;
}

.s1-l-1 .s1-toggle {
    width: auto;
    padding: 0;
    text-align: left;
    height: 58px;
    box-sizing: border-box;
    font-size: 0;
    white-space: nowrap;
    position: relative;
    left: 0;
}

.s1-toggle span {
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    width: 138px;
    height: 58px;
}

.s1-toggle span img {
    width: 116px;
    height: 43px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: block;
    margin: auto;
    border-radius: 2px;
}

.s1-toggle span.active {
    /*box-shadow: 0px 0px 8px 0px rgba(214, 214, 214, 0.88);*/
    box-shadow: 0px -3px 10px 0px rgba(50, 50, 50, 0.8);
    background: #ffffff;
}

.s1-toggle span.active img {
    width: 116px;
    height: 50px;
    border-radius: 4px;
}

.s1-l-1 .s1-left,
.s1-4-left {
    width: 35px;
    height: 55px;
    background: url(../img/L.png) no-repeat;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    top: 117px;
    left: -35px;
    cursor: pointer;
    transition: all 0.4s;
}
.s1-l-1 .s1-right,
.s1-4-right {
    width: 35px;
    height: 55px;
    background: url(../img/R.png) no-repeat;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 117px;
    right: -35px;
    cursor: pointer;
    transition: all 0.4s;
}
.mod1>.left{width:720px; padding-left:10px; float:left;}
.s1-l-con a img{ width:100%; }

.s1-l-1:hover .s1-left {
    left: 0;
}

.s1-l-1:hover .s1-right {
    right: 0;
}



/*.s1-l-con img:hover {
    transform: scale(1.3);
}*/

.mod1-1 .left{ width:360px; float:left; }


ul.YMPC {
    width: 360px;
    height: auto;
    margin-bottom: 10px
}

ul.YMPC li.pic {
    width: 360px;
    height: 75px;margin-bottom: -11px;
    border-bottom: 1px solid #cecece
}
ul.YMPC li.pic img{ width:100%;}
ul.YMPC li.pic a {
    display: inline-block;
    width: 360px;
    height: 75px;
    position: relative
}

ul.YMPC li.pic a div {
    cursor: pointer;
    position: absolute
}

ul.YMPC li.pic a .mask {
    width: 360px;
    height: 75px;
    background: url(../img/pm.png);
    left: 0;
    top: 0
}

ul.YMPC li.pic a .txt {
    width: 285px;
    height: 68px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    left: 12px;
    top: 15px
}

ul.YMPC li.pic a .txt {
    text-shadow: 1px 1px 1px #000;
    _filter: DropShadow(Color=#000,OffX=1,OffY=1,Positive=1)
}

ul.YMPC li.pic a .txt h3 {
    margin: 0 0 3px;
    display: block;
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    overflow: hidden
}

ul.YMPC li.pic a .pnum {
    width: 72px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: "Microsoft YaHei"
}

ul.YMPC li.pic a .pnum {
    background: url(../img/pf.png) no-repeat;
    right: 2px;
    top: 2px
}

ul.YMPC li.pic a .pnum.n1,ul.YMPC li.pic a .pnum.n1-0 {
    background-position: 0 0
}

ul.YMPC li.pic a .pnum.n1-5 {
    background-position: -72px 0
}

ul.YMPC li.pic a .pnum.n2,ul.YMPC li.pic a .pnum.n2-0 {
    background-position: -144px 0
}

ul.YMPC li.pic a .pnum.n2-5 {
    background-position: -216px 0
}

ul.YMPC li.pic a .pnum.n3,ul.YMPC li.pic a .pnum.n3-0 {
    background-position: -288px 0
}

ul.YMPC li.pic a .pnum.n3-5 {
    background-position: -360px 0
}

ul.YMPC li.pic a .pnum.n4,ul.YMPC li.pic a .pnum.n4-0 {
    background-position: -432px 0
}

ul.YMPC li.pic a .pnum.n4-5 {
    background-position: -504px 0
}

ul.YMPC li.pic a .pnum.n5,ul.YMPC li.pic a .pnum.n5-0 {
    background-position: -576px 0
}

ul.YMPC li.pic a .pnum.n5-5 {
    background-position: -648px 0
}

ul.YMPC li.pic a .pnum.n6,ul.YMPC li.pic a .pnum.n6-0 {
    background-position: -720px 0
}

ul.YMPC li.pic a .pnum.n6-5 {
    background-position: -792px 0
}

ul.YMPC li.pic a .pnum.n7,ul.YMPC li.pic a .pnum.n7-0 {
    background-position: -864px 0
}

ul.YMPC li.pic a .pnum.n7-5 {
    background-position: -936px 0
}

ul.YMPC li.pic a .pnum.n8,ul.YMPC li.pic a .pnum.n8-0 {
    background-position: -1008px 0
}

ul.YMPC li.pic a .pnum.n8-5 {
    background-position: -1080px 0
}

ul.YMPC li.pic a .pnum.n9,ul.YMPC li.pic a .pnum.n9-0 {
    background-position: -1152px 0
}

ul.YMPC li.pic a .pnum.n9-5 {
    background-position: -1224px 0
}

ul.YMPC li.pic a .pnum.n10 {
    background-position: -1296px 0
}

ul.YMPC li.pic a:hover {
    text-decoration: none
}
.tit{ line-height:30px;}
.tit .more{ float:right; color:#999; font-size:14px;}
.tit>a:nth-child(2){ font-size:18px; color:#333; font-weight:bold;  }
.tit .more i{ margin-left:5px;}
.s1-l-1{ background:#eee;}
.mod1-1 .item{ width:175px; float:left; margin-right: 10px; }
.mod1-1  li.pic{ margin-bottom:10px; }
.mod1-1  li.pic img{ display: block;width:100%; height:75px; }
.mod1-1  li.pic a{ overflow:hidden; display: block; }
/*.mod1-1 li.pic a:hover img{ transform: scale(1.3);}*/
.mod1-1  li.pic a:nth-child(2){ display:block; text-align: center; color:#333; font-size:14px;}
.mod1-1  li.txt{ width:50%; float:left; line-height: 30px; }
.mod1-1  li.txt a{ color:#333; font-size:14px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis; display: block;}
.mod1-1  li.txt a:hover{ color:#F8B901;}
.mod1-1 .item:nth-child(5){ margin-right:0;}

.clear{ clear:both; }
.mod1-1 .right { margin-left: 10px; width:340px; float:left; }
.mod1-1 .right ul li{ width:165px; margin-right: 10px; float:left;}
.mod1-1 .right ul li:nth-child(2n){ margin-right:0;}


.Mid1_M {
    float: left;
    margin: 0 20px;
    width: auto;
    /* height: 1216px; */
    /*ä¸­é—´å›ºå®šé«˜åº¦*/
}

.Mid1Mnav {
    width: 387px;
    height: 34px;
}

.Mid1Mnav a {
    float: left;
    margin-right: 2px;
    display: inline-block;
    width: 127px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    background: #e5e5e5;
    border-top: 2px solid #d0d0d0;
}

.Mid1Mnav a.Nav_list {
    width: 191px;
}

.Mid1Mnav a[href="javascript:;"]:hover {
    text-decoration: none;
}

.Mid1Mnav a.cur {
    font-weight: bold;
    background: #f2f2f3;
    border-top: 2px solid #555;
}

.Mid1Mcon {
    width: 460px; float:left; margin-left: 10px;
    height: auto;
    min-height: 155px;
}

ul.bgx {
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #e5e7e9;
}

ul.bgx li {
    width: 100%;
    text-align: center;
}

ul.bgx li span {
    width: 3px;
    display: inline-block;
}

ul.bgx li.h1 {
    margin-top: 2px;
    margin-bottom: 5px;
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

ul.bgx li.h1 a {
    text-decoration: none;
    color:  rgba(235, 65, 61, 1);
}
ul.bgx li.h1 a:hover {
    text-decoration: none;
    color:rgba(235, 65, 61, .7);
}
.hei ul.bgx li.h1 a{
    color:  rgba(255, 154, 30, 1)
}
.hei ul.bgx li.h1 a:hover {
color: rgba(255, 154, 30, 0.7)
}

ul.bgx li.h2 {
    margin-bottom: 6px;
    height: 26px;
    line-height: 26px;
    color: #e5e7e9;
}
.hei ul.bgx li.h2 {
    color:#D7D7D9
}

ul.bgx li.h2 a {
    color: rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

ul.bgx li.h2 a:hover {
    color: rgba(235, 65, 61, 0.7);
}

ul.Ptxt {
    margin: 9px 0;
    width: 100%;
    height: auto;
}

ul.Ptxt.mid1R1 {
    height: 135px;
}

ul.Ptxt li {
    width: 100%;
    height: 20px;
}

ul.Ptxt li.img {
    margin-top: -1px;
    padding-top: 21px;
    height: 95px;
    border-top: 1px dotted #cecece;
}

ul.Ptxt li.img .img {
    float: left;
    width: 146px;
    height: 72px;
}

ul.Ptxt li.img .img a {
    display: inline-block;
}

ul.Ptxt li.img .tit {
    float: left;
    margin: -5px 0 9px;
    width: 241px;
    height: 48px;
    line-height: 24px;
}

ul.Ptxt li.img .tit a {
    color: #333;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}

ul.Ptxt li.img .tit a:hover {
    color: #e11d03;
}

ul.Ptxt li.img .tme {
    float: left;
    width: 241px;
    height: 20px;
}

ul.Ptxt li.img .tme div {
    width: auto;
    height: 20px;
    line-height: 20px;
}

ul.Ptxt li.img .tme div.name {
    float: left;
}

ul.Ptxt li.img .tme div.name a {
    float: left;
    display: inline-block;
    color: #999;
    font-size: 12px;
    cursor: default;
}

ul.Ptxt li.img .tme div.name a:hover {
    text-decoration: none;
}

ul.Ptxt li.img .tme div.name img {
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
}

ul.Ptxt li.img .tme div.pls {
    float: right;
    color: #e23703;
    font-size: 12px;
    text-indent: 18px;
    background: url(../img/pls_red.png) 0 center no-repeat;
}

ul.Ptxt li.pic {
    height: 112px;
    border-bottom: 1px dotted #cecece;
}

ul.Ptxt li.pic .tit {
    float: left;
    width: 387px;
    height: 42px;
    line-height: 42px;
}

ul.Ptxt li.pic .tit a {
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

ul.Ptxt li.pic .tit a:hover {
    color: #e11d03;
}

ul.Ptxt li.pic .img {
    float: left;
    width: 122px;
    height: 60px;
}

ul.Ptxt li.pic .img a {
    display: inline-block;
}

ul.Ptxt li.pic .txt {
    float: left;
    width: 265px;
    height: 60px;
    line-height: 20px;
    color: #666;
}

ul.Ptxt li.li3 {
    margin-bottom: 9px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

ul.Ptxt li.li3::before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #DDDDDD;
}

ul.Ptxt li.split-li {
    height: 10px;
    margin-bottom: 0;

}

ul.Ptxt li.li3 div {
    float: left;
    height: 20px;
    line-height: 20px;
}

ul.Ptxt li.li3 .txt {
    padding-left: 12px;
    width: 411px; overflow: hidden;
    font-size: 14px;
}

ul.Ptxt li.li3 .txt a {
    color: #222;
    line-height: 20px;
    text-decoration: none;
}
.hei ul.Ptxt li.li3 .txt a:hover{
    color: #FF9A1E !important;
}

ul.Ptxt li.li3:hover .txt a {
    color:   rgba(235, 65, 61, 0.7)
}

ul.Ptxt li.li3 .txt a .tc {
    color: rgba(235, 65, 61, 1);
}
.hei ul.Ptxt li.li3 .txt a .tc {
    color:  rgba(255, 154, 30, 1);
}
.hei ul.Ptxt li.li3 .txt a:hover .tc{
    color:  rgba(255, 154, 30, 0.7)

}

ul.Ptxt li.li3:hover .txt a .tc {
    color:  rgba(235, 65, 61, 0.7);
    text-decoration: none;
}
.hei ul.Ptxt li.li3:hover .txt a .tc {
    color: rgba(255, 154, 30, 0.7);
}


ul.Ptxt li.li3 .time {
    /*width: 36px;*/
    color: #999; font-size:13px;
    text-align: right;
    flex-shrink: 0;
}

ul.Ptxt li.pc {
    height: 136px;
    border-top: 1px dotted #cecece;
    margin-top: -1px;
}

ul.Ptxt li.pc .tit {
    float: left;
    width: 400px;
    height: 42px;
    line-height: 42px;
    margin-top: 0px;
}

ul.Ptxt li.pc .tit a {
    color: #262626;
    font-size: 16px;
    font-weight: bold;
    font-family: "Microsoft YaHei";
}

ul.Ptxt li.pc .tit a:hover {
    color: #e11d03;
}

ul.Ptxt li.pc .img {
    float: left;
    width: 130px;
    height: 73px;
}

ul.Ptxt li.pc .img a {
    display: inline-block;
}

ul.Ptxt li.pc .txt {
    float: left;
    width: 234px;
    height: 76px;
    line-height: 20px;
    color: #666;
    margin-left: 20px;
}
.none {
    display: none;
}



.Home-Page {
    margin: 0 auto 0px;
    width: auto;
    height: 12px; height:18px; overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;margin-top: -5px;
}

.Home-Page .page-turn {
    width: 12px; width:18px;
    height: 12px; height:18px;
    position: relative;
}

.Home-Page .page-turn a {
    display: inline-block;
    width: 12px;width:18px;
    height: 12px; height:18px;
    text-indent: -999px;
    border-radius: 12px;border-radius: 18px;
}

.Home-Page .page-turn a.Pprev {
    background: #E5E7E9;
}

.Home-Page .page-turn a.Pprev::before {
    position: absolute;
    width: 6px; width:12px;
    height: 6px; height:12px;
    content: '';
    display: block;
    top: 3px;
    left: 3px;
    background: url('../img/icon_6_arrow_left.svg') no-repeat center / 6px;
}

.Home-Page .page-turn a.Pnext {
    background: #E5E7E9;
}

.Home-Page .page-turn a.Pnext::before {
    position: absolute;
    width: 6px;width:12px;
    height: 6px;height:12px;
    content: '';
    display: block;
    top: 3px;
    left: 3px;
    background: url('../img/icon_6_arrow_right.svg') no-repeat center / 6px;
}

.Home-Page .page-num {
    padding: 4px;
    width: auto;
    height: 12px;
}

.Home-Page .page-num a {
    margin: 0px 6px;
    display: inline-block;
    width: 8px; width:16px;
    height: 4px; height:8px;
    border-radius: 4px;
    background: #e5e7e9; vertical-align: top;
}

.Home-Page .page-num a.cur {
    background: #EB413D;
    box-shadow: 0;
}
.mob2{ padding:0 10px;}


.mob2 .list {
    overflow: hidden;
    width: 100%;
}

.mob2 .list ul {
    width: 105%;
}

.mob2 .list ul li {
    float: left;
    width: 160px;
    margin: 0 10px 0 0;
    position: relative;
}

.mob2 .list ul li .img {
    height: 220px;
    width: 100%;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 8px;
    position: relative;
}

.mob2 .list ul li .img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0.6) 100%);
    z-index: 1;
    pointer-events: none;
}

.mob2 .list ul li .img .tab {
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 2px 7px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: linear-gradient(270deg,rgba(255,255,255,0.8) 0%,#ffffff 50%,rgba(255,255,255,0.8) 100%);
    color: #000;
    border-radius: 2px;
    z-index: 1;
}

/*.mob2 .list ul li .img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}*/

.mob2 .list ul li .name {
    position: absolute;
    line-height: 25px;
    width: calc(100% - 12px);
    bottom: 0;
    left: 6px;
    padding: 10px 0;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.mob2 .list ul li .lab {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mob2 .list ul li .lab .time {
    float: left;
    display: block;
    color: #6f6f6f;
    font-size: 13px;
}

.mob2 .list ul li .lab .bq {
    background: #f14027;
    color: #fff;
    border-radius: 2px;
    padding: 2px 6px;
}
.mob2 .list ul li .lab em{ font-size:12px; color:#f00; font-style: normal; }
.mob3{ padding:0 0px;}
.mob3>.tit{ padding:0 10px; }
.mob3 .tit>a{ float:left;}
.mob3 .tit span{ float:left; margin-left:200px; }
.mob3 .tit>a.more{float:right;}
.mob3 .tit span a{ display:inline-block; color:#999; font-size:14px; margin:0 10px; font-weight:normal; }

.mob3-warp{ background:#000; padding:10px;}
.mob3-warp .left{ width:820px; float:left; }



	.gallery-top {
        width:630px; float:left; height:516px;
        
    }
    .gallery-thumbs {
        height: 516px; width:190px;
        box-sizing: border-box; float:left;
        padding: 0px 0;  
    }
    .gallery-thumbs .swiper-slide {
        width: 100%;
        height: 120px; padding:5px;
        opacity: 1;
    }
	.gallery-thumbs .swiper-slide img{ width:100%; height:110px;}
    .gallery-thumbs .swiper-slide-active { opacity: 1; padding:5px; background:#fff;  }
.gallery-top .swiper-slide { background:#fff; padding:10px; min-height:516px;}
.gallery-top .swiper-slide  h2{ font-size:18px; color:#000; margin-bottom:10px;}
.gallery-top .swiper-slide   .div2 div.win {
    display: flex;
    align-items: center;
    gap: 8px; margin-bottom:10px;
    flex-wrap: wrap;    overflow: hidden;
}

.gallery-top .swiper-slide   .div2 div.win a {
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    width: auto;
    border-radius: 2px;
    background: #f5f7fa;
    font-size: 12px;
    line-height: 12px;
    color: #666;
    cursor: default
}

.gallery-top .swiper-slide  .div2 div.win a img {
    margin-right: 4px;
    width: 16px;
    height: 16px
}
 .gallery-top .swiper-slide .tt1{ display:flex; margin-bottom:10px;}
 .gallery-top .swiper-slide .tt1 .tit {
    flex-shrink: 0;
    position: relative;
    margin-right: 8px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    color: #999;
    font-size: 15px;
}.tt1 .titv {
    line-height: 24px;
    color: #222;
    font-size: 15px;
} .tt2 .tag a {
    margin-right: 4px;
    display: inline-block;
    color: #1c8ddc;
}
.gallery-top .swiper-slide .div .div2{ display:inline-block; vertical-align:top; width:290px;padding-right: 10px; }
.gallery-top .swiper-slide .div .div3{ display:inline-block; vertical-align:top; margin-left:20px; padding-left:40px; position:relative;   }
.gallery-top .swiper-slide .div .div4{ display:inline-block; vertical-align:top;  margin-left:40px; padding-left:20px; position:relative; }
.gallery-top .swiper-slide .div .div3 b,.gallery-top .swiper-slide .div .div4 b{ display:block; text-align:center; color:#000;font-size:30px;}
.gallery-top .swiper-slide .div .div3 span,.gallery-top .swiper-slide .div .div4 span{ display:block; text-align:center; font-size:12px; color:#333; }
.gallery-top .swiper-slide .div .div3 b{  color:#ff9f1d; } 
.gallery-top .swiper-slide .div .div3:before{ width:1px; display:block;  content:" "; height:40px; background:#eee; position:absolute; left:0px; top:15px;}
.gallery-top .swiper-slide .div .div4:before{ width:1px; display:block;  content:" "; height:40px; background:#eee; position:absolute; left:0px; top:15px;}
.gallery-top .swiper-slide .div ul { background:#eee; padding:10px 10px; margin-top:10px; margin-bottom:10px;}
.gallery-top .swiper-slide .div ul li{ display:inline-block; width:calc( 20% - 5px  ); text-align:center;white-space: nowrap; }
.gallery-top .swiper-slide .div ul li b{ display:block; font-size:16px; margin-bottom:5px; }
.gallery-top .swiper-slide .div ul li span{ display:block; font-size:12px; color:#999; }
.gallery-top .swiper-slide .div .des{ padding:0 0 10px 0; line-height:160%; font-size:14px; color:#999; padding:0 0 10px 0;
    line-height:160%;
    font-size:14px;
    color:#999;
    display:-webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis; height:64px; margin-bottom:20px;}
.gallery-top .swiper-slide .div .pic img{ width:calc( 33.33% - 5px ); float:left; margin-right:5px; }

.mob3{ padding-top:10px;}
.mob3  .left .tit a:nth-child(2){ color:#fff; }
.mob3  .left .tit a.more{ color:#fff; }
.mob3 .picbox{ padding-top:40px;position:relative; padding-bottom:40px;}
.picbox{ }

.mob3  .swiper-button-prev.swiper-button-white{ left:20px; top:20px;width: 157px;transform: scaleY(0.5) rotate(90deg);
}
.mob3  .swiper-button-next.swiper-button-white{ left:20px; top:565px;transform: scaleY(0.5) rotate(90deg);
width: 157px;}

.mob3  .right{ float:left; width:350px; margin-left:10px;}
.mob3  .right .tit a:nth-child(2){ color:#fff; }
.mob3  .right .tit a.more{ color:#fff; }
.mob3  .right .tit { clear:both; }
.mob3  .right ul{ margin-top:40px; background:#fff;}
.mob3  .right ul li{ padding:10px; border-bottom:1px solid #eee;}
.mob3  .right ul li a:nth-child(1){ width:150px; display:inline-block; margin-right:10px; vertical-align:middle; }
.mob3  .right ul li a:nth-child(1) img{ width:100%; height:78px; }
.mob3  .right ul li a:nth-child(2){ display:inline-block; width:calc( 100% - 170px ); vertical-align:middle;  }
.mob3  .right ul li a:nth-child(2) span{ display:block; position:relative;}
.mob3  .right ul li a:nth-child(2) span b{ display:block; color:#000; font-size:18px; }
.mob3  .right ul li a:nth-child(2) span em{ display:block; color:#999; font-size:14px; font-style:normal;}
.mob3  .right ul li a:nth-child(2) span i{ /*position:absolute; right:0; top:0;*/ font-style:normal;color:#999;    font-style: normal;
    color: #999;
    display: block;
    text-align: right;}

.mob4{ padding:0 10px; padding-top:10px; }
.mob4 .left{ width:820px; float:left; }
.mob4 .right{ width:360px; float:left;margin-left:0px; }


.mob4  .left ul{ margin-top:10px; }
.mob4  .left ul li{ float:left;width: calc( 25% - 8px) ; margin-right:10px; margin-bottom:10px; }
.mob4  .left ul li:nth-child(4n){ margin-right:0; }
.mob4  .left ul li a:nth-child(1){  display:block;  }
.mob4  .left ul li a:nth-child(1) img{ width:100%; height:108px; }
.mob4  .left ul li a:nth-child(2){ display:block;  }
.mob4  .left ul li a:nth-child(2) span{ display:block; position:relative;}
.mob4  .left ul li a:nth-child(2) span b{ display:block; color:#000; font-size:14px; }
.mob4  .left ul li a:nth-child(2) span em{ display:block; color:#999; font-size:14px; font-style:normal;}

.mob4  .right .tit{ margin-left:10px;}
.mob4  .right ul{ margin-top:0px; }
.mob4  .right ul li{ padding:10px; border-bottom:1px solid #eee;}
.mob4  .right ul li a:nth-child(1){ width:150px; display:inline-block; margin-right:10px; vertical-align:middle; }
.mob4  .right ul li a:nth-child(1) img{ width:100%; height:78px; }
.mob4  .right ul li a:nth-child(2){ display:inline-block; width:calc( 100% - 170px ); vertical-align:middle;  }
.mob4  .right ul li a:nth-child(2) span{ display:block; position:relative;}
.mob4  .right ul li a:nth-child(2) span b{ display:block; color:#000; font-size:18px; }
.mob4  .right ul li a:nth-child(2) span em{ display:block; color:#999; font-size:14px; font-style:normal;}

.mob5{ padding:0 10px; padding-top:10px; }
.mob5  .left{ width:830px; float:left; }
.mob5  .left .tit{ padding-right:10px;}
.mob5  .left ul{ margin-top:10px; background:#fff;}
.mob5  .left ul li{ float:left;width: calc( 33% - 7px) ; margin-right:10px; margin-bottom:10px; }
.mob5  .left ul li:nth-child(3n){ margin-right:0; }
.mob5  .left ul li a:nth-child(1){  display:block;  }
.mob5  .left ul li a:nth-child(1) img{ width:100%; height:150px; }
.mob5  .left ul li a:nth-child(2){ display:block;  }
.mob5  .left ul li a:nth-child(2) span{ display:block; position:relative; text-align:center;
}
.mob5  .left ul li a:nth-child(2) span b{ color:#000; font-size:14px; }
.mob5  .left ul li a:nth-child(2) span em{ color:#999; font-size:13px; font-style:normal; padding-right:10px; }
.mob5  .right { width:350px; float:left;margin-left:0px; }
.mob5  .right ul{ margin-top:10px; background:#fff;}
.mob5  .right ul li{  width:calc( 100% - 5px ); margin-right:10px; margin-bottom:10px; }



.mob5  .right ul li:nth-child(2n){ margin-right:0;}
.mob5  .right ul li>a:nth-child(1){  display:inline-block; width:40%; vertical-align:top;   }
.mob5  .right ul li>a:nth-child(1) img{ width:100%;}
.mob5  .right ul li>div>a b{ display:block;  color:#000; vertical-align:top; font-size:18px; margin-bottom:5px; }
.mob5  .right ul li>div{ display:inline-block;width:calc( 60% - 20px ); margin-left:10px; }
.mob5  .right ul li>div>a{ display:block; }
.mob5  .right ul li span{ display:inline-block;}
.mob5  .right ul li span>a{ display:inline-block; color:#fff; padding:5px 8px; border-radius:5px; margin-right:10px; font-size:12px;}
.mob5  .right ul li span>a:nth-child(1){ background:#FF3333;}
.mob5  .right ul li span>a:nth-child(2){ background:#FFB443;}
.mob5  .right ul li span>a:nth-child(3){ background:#3333FF;}
.mob5  .right ul li span>a:nth-child(4){ background:#66CC66;}
.mob5  .right ul li span>a:nth-child(5){ background:#2E97FF;}
.mob5  .right ul li span>a:nth-child(6){ background:#393939;}

.mob6{ padding:0 10px; padding-top:10px; }
.mob6 .left{ width:820px; float:left; margin-right:10px;  }
.mob6 .left .item{ float:left; width:calc( 50% - 5px ); margin-right:10px;}
.mob6 .left .item:nth-child(2n){ margin-right:0;}
.mob6 .left .item ul li{padding-left: 12px;font-size: 14px;position: relative; height:20px; line-height:20px; margin-top:10px; }
.mob6 .left .item ul li a { color: #222; line-height: 20px; text-decoration: none; white-space: nowrap; text-overflow:ellipsis; overflow:hidden;  display:block; }
.mob6 .left .item ul li::before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #DDDDDD;
}
.mob6 .left .item ul{ margin-bottom:10px;}
.mob6 .left .item ul li.pic{ padding-left:0; width:calc( 50% - 5px ); margin-right:10px; float:left; height:auto;   }
.mob6 .left .item ul li.pic:nth-child(2){ margin-right:0;}
.mob6 .left .item ul li.pic::before{ display:none;}
.mob6 .left .item ul li.pic img{ width:100%;}

.mob6  .right { width:350px; float:left;margin-left:0px; }

.mob6  .right ul li{padding-left: 12px;font-size: 14px;position: relative; height:20px; line-height:20px; margin-top:10px;overflow: hidden;
    text-overflow: ellipsis;  white-space: nowrap;}
.mob6  .right ul li a { color: #222; line-height: 20px; text-decoration: none;}
.mob6  .right ul li::before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #DDDDDD;
}
.mob6  .right ul{ margin-bottom:10px;}
.mob6  .right ul li.pic{ padding-left:0; width:calc( 50% - 5px ); margin-right:10px; float:left; height:auto;   }
.mob6  .right ul li.pic:nth-child(2){ margin-right:0;}
.mob6  .right ul li.pic::before{ display:none;}
.mob6  .right ul li.pic img{ width:100%;}

.swiper-container2 .swiper-slide img{ width:100%; height:100px;}



/*第八屏*/
.section8 {
    height: 1100px;
    padding: 0 26px;
    box-sizing: border-box;
}

.ranking-container {
    width: 362px;
    float: left;
}

.ranking-ul {
    padding-top: 6px;
}

.ranking-li {
    margin-bottom: 13px;
}

.ranking-li .ranking-head {
    height: 30px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-bottom: 3px;
}

.ranking-head .ranking-num {
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    background: #d8d8d8;
    color: white;
    float: left;
}

.ranking-ul .ranking-li:first-child .ranking-head .ranking-num {
    background-image: linear-gradient(32deg,
    #fb391f 0%,
    #fc612a 100%);
}

.ranking-li .ranking-head span {
    color: #878787;
    width: 52px;
    display: inline-block;
    vertical-align: middle;
}

.ranking-li .ranking-head a {
    max-width: 172px;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
	color:#616161;
}

.ranking-li .ranking-head em {
    float: right;
    width: 19px;
    height: 21px;
    background: url(../images/indexicon.png) no-repeat;
    margin-left: 9px;
}

.ranking-li .ranking-head .up {
    margin-top: 3px;
    background-position: -510px -164px;
}

.ranking-li .ranking-head .down {
    margin-top: 3px;
    background-position: -473px -164px;
}

.ranking-li .ranking-head .level {
    margin-top: 4px;
    background-position: -434px -164px;
}

.ranking-li .ranking-head .new {
    width: 40px;
    background-position: -377px -166px;
}

.ranking-li .ranking-head .hot-num {
    float: right;
    width: 62px;
}

.ranking-head .hot-num i {
    float: left;
    margin: 3px 6px 0 0;
    width: 8px;
    height: 22px;
    background: url(../images/indexicon.png) no-repeat -551px -163px;
}

.ranking-con {
    width: 340px;
    height: 159px;
    margin-left: 42px;
    display: none;
    padding-bottom: 6px;
}

.ranking-li.active .ranking-con {
    display: block;
}

.ranking-con > a {
    width: 120px;
    height: 159px;
    overflow: hidden;
    float: left;
}
.ranking-con > a img{ width:100%;height: 100%;}
.ranking-con .ranking-r {
    float: left;
    margin-left: 10px;
    color: #878787;
    width: 200px;
}

.ranking-r p {
    height: 34px;
    line-height: 34px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap; text-overflow: ellipsis;
}

.ranking-r div {
    height: 30px;
    margin-top: 27px;
    font-size: 0;
}

.ranking-r div a {
    width: 72px;
    height: 28px;
    line-height: 28px;
    border: solid 1px #b9b9b9;
    text-align: center;
    color: #676767;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 16px;
    border-radius: 15px;
}

.section8 .col-line {
    display: block;
    width: 1px;
    height: 550px;
    background-color: #f5f5f5;
    border-radius: 1px;
    float: left;
    margin: 60px 10px 0;
}

.section8.warp{ background:#fff; border:10px solid #000;}
.part-title{ margin-top:10px; margin-bottom:10px;font-size: 18px;
    color: #333;
    font-weight: bold;}
	.hot-num .fa.fa-fire{ color:#f00;  display:inline-block; vertical-align:middle; margin-top:7px; margin-right:8px; }
	.ranking-li .ranking-head b{float:right;width:72px; text-overflow:ellipsis; overflow:hidden; display:none; }
	
	
	
.Bot {
    padding-bottom: 30px;
    width: 100%;
    min-width: 1100px;
    height: auto;
    background: #141414;
    position: relative;
    z-index: 2
}

.Bot .Links {
    margin: 0 auto;
    width: 1000px;
    height: 38px;
    background: #222
}

.Bot .Links .like {
    float: left;
    width: 907px;
    height: 38px;
    line-height: 38px;
    color: #555
}

.Bot .Links .like a {
    margin: 0 19px;
    color: #aaa
}

.Bot .Links .like a:hover {
    color: #fff
}

.Bot .Links .gotop {
    float: right;
    width: 93px;
    height: 38px;
    line-height: 38px;
    color: #555
}

.Bot .Links .gotop a {
    padding: 0 15px 0 30px;
    display: block;
    width: auto;
    height: 38px;
    line-height: 38px;
    color: #aaa;
    cursor: pointer
}

.Bot .Links .gotop a {
    background: url(//image.gamersky.com/webimg15/gotop.png) 0 6px no-repeat
}

.Bot .Hot {
    width: 100%;
    min-width: 1100px;
    height: auto;
    background: #181818
}

.Bot .Hot .Hots {
    margin: 0 auto;
    width: 1098px;
    padding-top: 40px;
    height: auto
}

.Bot .Hot .Hots ul.foot {
    margin-bottom: 24px;
    width: 1128px;
    height: auto
}

.Bot .Hot .Hots ul.foot li {
    float: left;
    margin-right: 29px;
    width: 158px;
    height: auto;
    border-right: 1px dotted #2f2f2f
}

.Bot .Hot .Hots ul.foot li .tit {
    width: 129px;
    height: 32px;
    line-height: 20px;
    color: #666;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Microsoft YaHei'
}

.Bot .Hot .Hots ul.foot li .tit a {
    color: #666
}

.Bot .Hot .Hots ul.foot li .tit a:hover {
    color: #aaa
}

.Bot .Hot .Hots ul.foot li .like {
    width: 158px;
    height: 116px
}

.Bot .Hot .Hots ul.foot li .like div {
    float: left;
    width: 79px;
    height: auto
}

.Bot .Hot .Hots ul.foot li .like div a {
    margin-bottom: 15px;
    display: block;
    color: #666;
    font-family: 'Microsoft YaHei'
}

.Bot .Hot .Hots ul.foot li .like div a:hover {
    color: #aaa
}

.Bot .Hot .Hots .links {
    padding: 20px 0 10px;
    width: 1100px;
    height: auto;
    font-family: 'Microsoft YaHei';
    border-top: 1px dotted #2f2f2f
}

.Bot .Hot .Hots .links span {
    margin-bottom: 15px;
    display: inline-block;
    color: #666
}

.Bot .Hot .Hots .links a {
    margin: 0 15px 15px 0;
    display: inline-block;
    color: #666
}

.Bot .Hot .Hots .links a:hover {
    color: #aaa
}

.Bot .Copyright {
    margin: 0 auto;
    width: 1100px;
    padding: 30px 0 0;
    height: auto;
    line-height: 30px;
    text-align: center;
    color: #454545;
    font-family: 'Microsoft YaHei'
}

.Bot .Copyright a {
    color: #454545
}

.Bot .Copyright a:hover {
    color: #aaa
}

.time-selector {
      border: 1px solid #ccc;
      padding: 0px 5px;
      border-radius: 3px;
      cursor: pointer;
      display: inline-block;
      position: relative; font-size:12px;
	  width:50px; height:22px;line-height:20px;  color:#fff;
    }

    /* 箭头样式 */
   .time-selector::after {
      content: "▲";
      position: absolute;
      right: 5px;
      top: 50%;
      transform: translateY(-50%);
    } .time-selector.up::after {
      content: "▼";
    }
	.time-con{ position:absolute; right:0; top:10px;}
	
	
  /* 遮罩层 */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
        }

        /* 弹窗容器 */
        .modal-container {
            background: #fff;
            border-radius: 8px;
            width: 420px;
            max-width: 90vw;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
            animation: modalSlideIn 0.3s ease;
        }

        @keyframes modalSlideIn {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* 关闭按钮 */
        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            width: 28px;
            height: 28px;
            border: none;
            background: none;
            cursor: pointer;
            font-size: 20px;
            color: #999;
            line-height: 28px;
            text-align: center;
            border-radius: 4px;
            transition: all 0.2s;
        }

        .modal-close:hover {
            background: #f5f5f5;
            color: #333;
        }

        /* 标签切换 */
        .modal-tabs {
            display: flex;
            padding: 24px 40px 0;
            border-bottom: 1px solid #eee;
        }

        .tab-btn {
            padding: 12px 0;
            margin-right: 32px;
            border: none;
            background: none;
            font-size: 16px;
            color: #666;
            cursor: pointer;
            position: relative;
            transition: color 0.2s;
        }

        .tab-btn:hover {
            color: #333;
        }

        .tab-btn.active {
            color: #333;
            font-weight: 600;
        }

        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            right: 0;
            height: 2px;
            background: #ff6b35;
        }

        /* 表单区域 */
        .modal-body {
            padding: 24px 40px 32px;
        }

        .form-group {
            margin-bottom: 16px;
        }

        .form-input {
            width: 100%;
            padding: 12px 16px;
            border: 1px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            transition: border-color 0.2s;
            outline: none;
        }

        .form-input:focus {
            border-color: #ff6b35;
        }

        .form-input::placeholder {
            color: #bbb;
        }

        /* 提示文字 */
        .form-hint {
            font-size: 12px;
            color: #999;
            margin-top: 4px;
            line-height: 1.5;
        }

        /* 验证码行 */
        .verify-row {
            display: flex;
            gap: 12px;
        }

        .verify-row .form-input {
            flex: 1;
        }

        .verify-btn {
            padding: 12px 20px;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: #fff;
            color: #666;
            font-size: 14px;
            cursor: pointer;
            white-space: nowrap;
            transition: all 0.2s;
        }

        .verify-btn:hover {
            border-color: #ff6b35;
            color: #ff6b35;
        }

        /* 协议勾选 */
        .agreement {
            display: flex;
            align-items: flex-start;
            margin: 20px 0;
            font-size: 13px;
            color: #666;
        }

        .agreement input[type="checkbox"] {
            margin-right: 8px;
            margin-top: 2px;
            cursor: pointer;
        }

        .agreement a {
            color: #ff6b35;
            text-decoration: none;
        }

        .agreement a:hover {
            text-decoration: underline;
        }

        /* 条款弹窗 */
        .terms-modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.6);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 2000;
        }

        .terms-modal-overlay.active {
            display: flex;
        }

        .terms-modal {
            background: #fff;
            border-radius: 8px;
            width: 600px;
            max-width: 90vw;
            max-height: 80vh;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            display: flex;
            flex-direction: column;
            animation: modalSlideIn 0.3s ease;
        }

        .terms-modal-header {
            padding: 20px 24px;
            border-bottom: 1px solid #eee;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .terms-modal-title {
            font-size: 18px;
            font-weight: 600;
            color: #333;
        }

        .terms-modal-close {
            width: 32px;
            height: 32px;
            border: none;
            background: none;
            cursor: pointer;
            font-size: 22px;
            color: #999;
            border-radius: 4px;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .terms-modal-close:hover {
            background: #f5f5f5;
            color: #333;
        }

        .terms-modal-body {
            padding: 20px 24px;
            overflow-y: auto;
            flex: 1;
        }

        .terms-modal-body h3 {
            font-size: 16px;
            color: #333;
            margin: 16px 0 8px;
        }

        .terms-modal-body h3:first-child {
            margin-top: 0;
        }

        .terms-modal-body p {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 12px;
        }

        .terms-modal-footer {
            padding: 16px 24px;
            border-top: 1px solid #eee;
            text-align: right;
        }

        .terms-modal-btn {
            padding: 10px 32px;
            border: none;
            border-radius: 4px;
            background: #eb413d;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            transition: background 0.2s;
        }

        .terms-modal-btn:hover {
            background: #e55a2b;
        }

        /* 提交按钮 */
        .submit-btn {
            width: 100%;
            padding: 14px;
            border: none;
            border-radius: 4px;
            background: #eb413d;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.2s;
        }

        .submit-btn:hover {
            background: #e55a2b;
        }

        /* 第三方登录 */
        .third-party {
            margin-top: 24px;
            text-align: center;
        }

        .third-party-title {
            font-size: 13px;
            color: #999;
            margin-bottom: 16px;
            position: relative;
        }

        .third-party-title::before,
        .third-party-title::after {
            content: '';
            position: absolute;
            top: 50%;
            width: 60px;
            height: 1px;
            background: #eee;
        }

        .third-party-title::before {
            left: 40px;
        }

        .third-party-title::after {
            right: 40px;
        }

        .third-party-icons {
            display: flex;
            justify-content: center;
            gap: 24px;
        }

        .third-icon {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: transform 0.2s;
            border: 1px solid #eee;
        }

        .third-icon:hover {
            transform: scale(1.1);
        }

        .third-icon svg {
            width: 20px;
            height: 20px;
        }

        /* 登录表单特殊样式 */
        .login-options {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 16px 0;
            font-size: 13px;
        }

        .login-options label {
            display: flex;
            align-items: center;
            color: #666;
            cursor: pointer;
        }

        .login-options input[type="checkbox"] {
            margin-right: 6px;
        }

        .login-options a {
            color: #ff6b35;
            text-decoration: none;
        }

        .login-options a:hover {
            text-decoration: underline;
        }

        /* 隐藏/显示 */
        .form-section {
            display: none;
        }

        .form-section.active {
            display: block;
        }
		/* 手机登录表单 */
        .phone-login-back {
            display: inline-flex;
            align-items: center;
            gap: 4px;
            font-size: 13px;
            color: #ff6b35;
            cursor: pointer;
            margin-bottom: 16px;
            border: none;
            background: none;
            padding: 0;
        }

        .phone-login-back:hover {
            text-decoration: underline;
        }

        .phone-login-back svg {
            width: 14px;
            height: 14px;
        }
		
		#modalOverlay{ display:none; }
		
		
		
		
		
		
		
/* 背投广告铺满整个页面背景，z-index最低 */
.back-ad {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
/* 给页面内容设置较高层级，浮在背投上 */
main,header { position: relative; z-index: 10; }
.back-ad-close {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 999999;
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 13px;
    cursor: pointer;
    display: none;
}
.back-ad-close:hover { background: rgba(0,0,0,0.85); }


/* ============ 2. 中间弹窗广告（5秒自动关闭） ============ */
.center-popup-mask {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    display: none;
    justify-content: center;
    align-items: center;
}
.center-popup {
    position: relative;
    width: 600px;
    max-width: 90%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
}
.center-popup img {
    width: 100%;
    display: block;
    cursor: pointer;
}
.center-popup-close {
    position: absolute;
    top: 8px; right: 8px;
    width: 32px; height: 32px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.center-popup-close:hover { background: rgba(0,0,0,0.8); }
.center-popup-countdown {
    position: absolute;
    top: 8px; left: 8px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 13px;
}

/* ============ 3. 右下角弹窗广告 ============ */
.right-bottom-popup {
    position: fixed;
    bottom: 0; right: 0;
    width: 320px;
    background: #fff;
    border-radius: 8px 8px 0 0;
    box-shadow: -4px -4px 16px rgba(0,0,0,0.15);
    z-index: 9999;
    display: none;
    overflow: hidden;
}
.right-bottom-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 14px;
}
.right-bottom-popup-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    margin-left: 8px;
}
.right-bottom-popup-close:hover { opacity: 0.7; }
.right-bottom-popup-body { padding: 0; }
.right-bottom-popup-body img { width: 100%; display: block; cursor: pointer; }
.right-bottom-popup-footer {
    padding: 10px 14px;
    font-size: 13px;
    color: #555;
    background: #fafafa;
}

/* ============ 4. 对联广告 ============ */
.couplet-ad {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    width: 120px;
    z-index: 9998;
    display: none;
}
.couplet-ad.left { left: 10px; }
.couplet-ad.right { right: 10px; }
.couplet-ad-inner {
    position: relative;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
}
.couplet-ad img {
    width: 100%;
    display: block;
    cursor: pointer;
}
.couplet-ad-close {
    position: absolute;
    top: 2px; right: 2px;
    width: 20px; height: 20px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.couplet-ad-close:hover { background: rgba(0,0,0,0.7); }




.r-page {
    margin: 30px auto 40px;
    width: auto;
    height: 50px;
    text-align: center;
	padding-bottom:20px;
	clear:both;
}
.r-page:before{ display:block; content:" "; clear:both;}
.r-page a,.r-page span {
    margin: 0 2px;
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    color: #777;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
	margin-bottom:20px;
}

.r-page a,.r-pagespanem {
    padding: 0 13px
}

.r-page a:hover,.r-page a:hover {
    color: #000;
    background: #e03800;
    border: 1px solid #e03800
}

.r-page a {
    color: #fff;
    font-weight: bold;
    background: #d4d2d2;
    border: 1px solid #d4d2d2
}

.r-page a:hover {
    text-decoration: none;
	color:#fff;
}

.r-page span {
    padding: 0 10px;
	background: #e03800;
	color:#fff;
    border: 1px solid #e03800;
}

.Page i {
    font-family: verdana;
    font-style: normal
}


.pagecss{
    margin: 30px auto 40px;
    width: auto;
    height: 50px;
    text-align: center;
	padding-bottom:20px;
	clear:both;
}
.pagecss:before{ display:block; content:" "; clear:both;}
.pagecss a,.pagecss span {
    margin: 0 2px;
    display: inline-block;
    width: auto;
    height: 32px;
    line-height: 32px;
    color: #777;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    background: #e1e1e1;
    border: 1px solid #e1e1e1;
	margin-bottom:20px;
}

.pagecss a,.r-pagespanem {
    padding: 0 13px
}

.pagecss a:hover,.pagecss a:hover {
    color: #000;
    background: #e03800;
    border: 1px solid #e03800
}

.pagecss a {
    color: #fff;
    font-weight: bold;
    background: #d4d2d2;
    border: 1px solid #d4d2d2
}

.pagecss a:hover {
    text-decoration: none;
	color:#fff;
}

.pagecss span {
    padding: 0 10px;
	background: #e03800;
	color:#fff;
    border: 1px solid #e03800;
}




/* ==================== 遮罩层 ==================== */
.jubao_mask {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9999;
    animation: fadeIn 0.2s ease;
}
.jubao_mask.show { display: flex; align-items: center; justify-content: center; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ==================== 举报弹窗主体 ==================== */
.jubao {
    width: 560px;
    max-height: 85vh;
    background: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 40px rgba(0,0,0,0.2);
    animation: slideUp 0.3s ease;
    overflow: hidden;
}
@keyframes slideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* ==================== 头部 ==================== */
.jubao .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 1px solid #f0f0f0;
    flex-shrink: 0;
}
.jubao .header .gz {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #999;
    cursor: pointer;
}
.jubao .header .gz img {
    width: 14px; height: 14px;
}
.jubao .header_title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.jubao .jubao_close {
    font-size: 24px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 0 4px;
    transition: color 0.2s;
}
.jubao .jubao_close:hover { color: #333; }

/* ==================== 内容区（滚动） ==================== */
.jubao .list {
    flex: 1;
    overflow-y: auto;
    padding: 8px 24px 0;
}
/* 滚动条样式 */
.jubao .list::-webkit-scrollbar {
    width: 6px;
}
.jubao .list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 3px;
}
.jubao .list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
    transition: background 0.2s;
}
.jubao .list::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}
.jubao .list {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5;
}

/* 举报分类项 */
.jubao .item {
    border-bottom: 1px solid #f5f5f5;
    padding: 16px 0;
}
.jubao .item:last-of-type { border-bottom: none; }
.jubao .item .tit {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 12px;
}
.jubao .item .select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.jubao .select_item {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    background: #f7f8fa;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s;
    user-select: none;
}
.jubao .select_item:hover {
    background: #fff0f0;
}
.jubao .select_item .img {
    width: 16px; height: 16px;
    border: 1.5px solid #ccc;
    border-radius: 50%;
    position: relative;
    transition: all 0.2s;
    flex-shrink: 0;
}
.jubao .select_item .img::after {
    content: '';
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 8px; height: 8px;
    background: #e8384d;
    border-radius: 50%;
    transition: transform 0.2s;
}
.jubao .select_item.cur .img {
    border-color: #e8384d;
}
.jubao .select_item.cur .img::after {
    transform: translate(-50%, -50%) scale(1);
}
.jubao .select_item span {
    font-size: 13px;
    color: #666;
    transition: color 0.2s;
}
.jubao .select_item.cur span {
    color: #e8384d;
}

/* 输入框区域 */
.jubao .input_tit {
    padding: 16px 0;
    border-bottom: 1px solid #f5f5f5;
}
.jubao .input_tit .title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.jubao .input_tit input[type="text"] {
    width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}
.jubao .input_tit input[type="text"]:focus {
    border-color: #e8384d;
}
.jubao .input_tit input[type="text"]::placeholder {
    color: #bbb;
}

/* 举报理由文本域 */
.jubao .liyou textarea {
    width: 100%;
    min-height: 80px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    resize: vertical;
    transition: border-color 0.2s;
    font-family: inherit;
}
.jubao .liyou textarea:focus {
    border-color: #e8384d;
}
.jubao .liyou textarea::placeholder {
    color: #bbb;
}
.jubao .tarea-num {
    text-align: right;
    font-size: 12px;
    color: #999;
    margin-top: 4px;
}
.jubao .tarea-dnum { color: #e8384d; }

/* ==================== 底部按钮 ==================== */
.jubao .footer {
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
    flex-shrink: 0;
}
.jubao .btn_box {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}
.jubao .btn {
    padding: 8px 28px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}
.jubao .btn.qx {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #e0e0e0;
}
.jubao .btn.qx:hover {
    background: #eee;
}
.jubao .btn.qr {
    background: #e8384d;
    color: #fff;
    border: 1px solid #e8384d;
}
.jubao .btn.qr:hover {
    background: #d63247;
}
.jubao .btn.qr:disabled {
    background: #ccc;
    border-color: #ccc;
    cursor: not-allowed;
}

/* ==================== 提示信息 ==================== */
.jubao_tip {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 12px 28px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 10000;
    animation: fadeIn 0.2s ease;
    pointer-events: none;
}

#jubaoForm{ height:100%; overflow-y:auto;}



#ym_zhongping .zp_bottom .r .wantplay2 {
    height: 32px;
   
    justify-content: center;
    align-items: center;
    background: #eb413d;
    color: #fff;
    border-radius: 4px;
    line-height: 32px;
    cursor: pointer;
    padding: 0 15px
}
#ym_zhongping .zp_bottom .r  .wantplay2 .icon {
    width: 16px;
    height: 16px; margin-top:2px;
    margin-right: 6px;
}


/* 回到顶部按钮样式 */
#back-to-top {
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#back-to-top:hover {
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(0) scale(1.1);
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#back-to-top svg {
    width: 22px;
    height: 22px;
    fill: #fff;
    vertical-align: middle;
    margin-top: -3px;
}

#hmsg{ position:relative; }
#hmsg b{ position:absolute; right:-6px; top:-3px; background:red; border-radius:100%; color:#fff;  height:15px; width:15px; text-align:center;  font-size:10px; line-height:15px;}

.lgy_no_data { text-align:center;padding:20px 0;}


#hytx{ border-radius:100%; height:30px; display:inline-block;  vertical-align:middle; }