body {
    min-height: 100vh;
    background: #FFFFFF;
}

.w_100 {
    width: 100%;
    height: 100%;
}

.w_394 {
    width:77px;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w_363 {
    width: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cp {
    cursor: pointer;
}

.w_80 {
    width: 1280px;
    margin: 0 auto;
}

.navs_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.5);
}

.userBox {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #ECECEC;
    position: relative;
    z-index: 11;
}
.banner-wrap {
    width: 100%;
    height: 490px;
    max-width: 1920px;
    position: relative;
    background: #fff;
    margin: 0 auto;
    margin-top: 115px;
}
.banner-wrap  .banner {
    width: 100%;
    height:484px;
}
.banner .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}
/* //  */
.banner-wrap .swiper-imgs{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: url('//images.sooyooj.com/20240702/H9ULHBMy8CG80ZZA.png') no-repeat;
    z-index: 10;
}
.mask_wrap {
    position: fixed;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
}

.userBox .homeUser {
    height: 30px;
    line-height: 30px;
}

.userBox .homeUser .left .item {
    margin-right: 20px;
}

.userBox .homeUser .left .item img {
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

.userBox .homeUser .left .item span ,.userBox .homeUser .left .item a{
    font-size: 14px;
    color: #131313;
}

.userBox .homeUser .right .advImg {
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border-radius: 50%;
    overflow: hidden;
}

.userBox .homeUser .right span {
    font-size: 14px;
    color: #131313;
}

.userBox .homeUser .right .icon {
    width: 12px;
    height: 6px;
    margin-left: 7px;
}

.userBox .homeUser .right .icon.active {
    transform-origin: center center;
    transform: rotate(180deg);
    transition: transform .2s;
}

/* icon/tab/搜索栏目 */
.tabs {
    height: 84px;
    background: #FFFFFF;
}

.tabs .logo {
    width: 148px;
    height: 52px;
}

.tabs .indextab {
    margin-left: 42px;
}

.tabs .indextab li {
    padding: 6px 22px;
    box-sizing: border-box;
    font-size: 16px;
    color: #131313;
    text-align: center;
    background-color: #FFFFFF;
    border-radius: 24px;
    cursor: pointer;
    margin-right: 10px;
}

.tabs .indextab li:last-child {
    margin-right: 0;
}

.tabs .indextab .active {
    background-color: #FF5C23;
}

.tabs .indextab .active a {
    color: #FFFFFF;
}

.tabs .search {
    width: 390px;

}

.tabs .search .searchBox {
    height: 38px;
    border: 1px solid #FF5C23;
    padding-left: 12px;
    box-sizing: border-box;
}

.tabs .search .searchBox .searchBtn {
    width: 49px;
    height: 100%;
    background: #FF5C23;
}



.tabs .search .searchBox .searchBtn img {
    width: 16px;
    height: 16px;
}

.tabs .search .searchText {
    margin-top: 4px;
}

.tabs .search .searchText span {
    width: 70px;
    font-size: 14px;
    color: #FF5C23;
}

.searchSwiper .swiper-slide {
    width: 100% !important;
}

.tabs .search .searchText .searchSwiper .gameName span {
    font-size: 12px;
    color: #575757;
    cursor: pointer;
}

.tabs .search .searchText .searchSwiper .gameName span:hover {
    color: #FF5C23;

}


.index-content {
    position: relative;
    z-index: 10;
    margin-top: -116px;
}

.title {
   padding: 22px 0 12px;
   box-sizing: border-box;
    z-index: 99999;
}
.title.pt0{
    padding-top: 0;
}
.title span {
    font-size: 22px;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
}

.title .line {
    width: 6px;
    height: 24px;
    background: #FF7A00;
    margin-right: 7px;
}

.title ul {
    margin-left: 16px;
}

.title ul li {
    margin-left: 8px;
    padding: 3px 14px;
    box-sizing: border-box;
    background: #EFEFEF;
    font-size: 12px;
    color: #3C3C3C;
    text-align: center;
    opacity: 0.9;
    cursor: pointer;
}

.title ul li.active {
    background: #DF2B10;
    color: #FFFFFF;
    opacity: 0.9;
}

.title .more {
  padding: 2px 7px 2px 10px;
  box-sizing: border-box;
  border-radius: 6px;
  border: 1px solid #FF7A00;
    margin-left:16px;
    font-size: 12px;
    color: #FF7A00;
}

.title .more a {
    color: #FF7A00;

}

.title .more img {
    width: 8px;
    height: 8px;
    margin-left: 2px;
}

.title .icon h1 {
    width: 1.38rem;
    height: 1.38rem;
    margin-left: 0.75rem;
}
.title .icon h1 img {
    width: 100%;
    height: 100%;
}




.index-content .hotrecommendation .hot-item {
    width: 242px;
    border-radius: 6px;
    background: #F6F6F6;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.index-content .hotrecommendation .hot-item .hot-top {
    width: 100%;
    height: 142px;
}

.index-content .hotrecommendation .hot-item .hot-top .gameimg {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: -66px;
}
.index-content .hotrecommendation .hot-item .hot-top .tag-icon{
position: relative;
left: 0;
top: 0;
width: 64px;
height: 66px;
z-index: 9;
}
.index-content .hotrecommendation .hot-item .hot-top .hoverTop{
    width: 242px;
    height: 142px;
    background: rgba(0,0,0,0.6);
    border-radius: 6px 6px 0px 0px;
    position: relative;
    top: -166px;
    left: 0;
    z-index: 99;
    display: none;
}
.index-content .hotrecommendation .hot-item:hover .hot-top .hoverTop{
    display: flex;
}
.index-content .hotrecommendation .hot-item:hover{
    box-shadow: 3px 3px 6px 0px #8F8E8E;
}
.index-content .hotrecommendation .hot-item .hot-top .hoverTop .qrcodehotgame{
    width: 96px;
    height: 96px;
    border: 2px solid #FFA715;
}
.index-content .hotrecommendation .hot-item:hover .hoverbottom{
    display: flex;
}
.index-content .hotrecommendation .hot-item .hoverbottom{
    display: none;
    padding: 17px 13px;
    box-sizing: border-box;
    position: relative;
    left: 0;
    bottom: 0;
    background: #FFFFFF;
    margin-top: -78px;
}
.index-content .hotrecommendation .hot-item .hoverbottom .btnimg{
width: 101px;
height: 44px;
}
.index-content .hotrecommendation .hot-item .hot-top .hoverTop strong{
    width: 74px;
font-weight: bold;
font-size: 16px;
color: #FFFFFF;
line-height: 26px;
margin-left: 12px;
}

.index-content .hotrecommendation .hot-item .hot-top .top-mask {
    width: 100%;
    height: 24px;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    left: 0;
    bottom: 24px;
    padding-left:10px;
    padding-right: 16px;
}

.index-content .hotrecommendation .hot-item .hot-top .top-mask  span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 16px;
    text-align: left;
    font-style: normal;
}

.index-content .hotrecommendation .hot-item .hot-top .top-mask  .palynum {
    line-height: 18px;
    font-size:12px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: relative;
}
.index-content .hotrecommendation .hot-item .hot-top .top-mask  .palynum::after{
    content: '';
    position: absolute;
    display: block;
    width: 18px;
    height: 18px;
    background: url('\/\/images.sooyooj.com\/20240709\/Ywa2upWuGCsfj3bq.png') no-repeat;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -9px;
    left: -20px;
}
.index-content .hotrecommendation .hot-item .hot-bottom {
    padding: 13px 10px;
    box-sizing: border-box;
}

.index-content .hotrecommendation .hot-item .hot-bottom .game-title strong {
    font-size: 14px;
    color: #131313;
    text-align: left;
    font-style: normal;
}
.index-content .hotrecommendation .hot-item .hot-bottom .game-title  .ewm{
width: 28px;
height: 28px;
}

.index-content .hotrecommendation .hot-item .hot-bottom .game-title .palygame {
    padding: 2px 11px;
    box-sizing: border-box;
    border-radius: 1px;
    background: #FF5C23;
    cursor: pointer;
    font-size: 12px;
    color: #FFFFFF;
    font-style: normal;
    text-align: center;
}

.index-content .hotrecommendation .hot-item .hot-bottom p {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    margin-top: 8px;
}

.index-content .hotrecommendation .hot-item:hover .hot-bottom {
    background: #FFF0E3;
}


.index-content .new-game .line {
    width: 1480px;
    height: 2px;
    margin: 0 auto;
    margin-top: 31px;
}

.index-content .new-game .new-gameli {
    margin-top: -30px;
}

.index-content .new-game .new-gameli .new-game-item {
    width:1280px;
}

.index-content .new-game .new-gameli .new-game-item .time {
    font-weight: bold;
    font-size: 14px;
    color: #FF7A00;
    line-height: 19px;
}

.index-content .new-game .new-gameli .new-game-item .raw {
    width: 12px;
    height: 12px;
    margin-top: 5px;

}

.index-content .new-game .new-gameli .new-game-item .icon {
    width: 84px;
    height: 84px;
    margin-top:7px;
}

.index-content .new-game .new-gameli .new-game-item p {
    font-weight: bold;
    font-size: 13px;
    color: #3C3C3C;
    line-height: 17px;
    margin-top: 5px;
}

.index-content .new-game .new-gameli .new-game-item .tag span {
    padding: 0 8px;
    background: #FFFFFF;
    border-radius: 3px;
    border: 1px solid #CECECE;
    box-sizing: border-box;
    font-size: 12px;
    color: #3C3C3C;
    text-align: center;
    margin-top: 4px;
}

.index-content .new-game .new-gameli .new-game-item .tag span:nth-child(1) {
    margin-right: 4px;
}

.index-content .new-game .new-gameli .new-game-item .btn {
    width: 54px;
    height:24px;
    margin-top: 10px;
    font-size: 12px;
    color: #ff5c23;
    border: 1px solid #ff5c23;
}
.index-content .new-game .new-gameli .new-game-item .btn .icons{
    display: block;
    width: 14px;
    height: 14px;
    background: url(//images.sooyooj.com/20240618/gFMvTZSk6xJZoBmS.png) no-repeat;
    background-size: 100% 100%;
    margin-right: -2px;
}
.index-content .new-game .new-gameli .new-game-item .btn:hover {
    background: #ff5c23;
    color: #fff;

}

.index-content .new-game .new-gameli .new-game-item .btn:hover .icons{
    background: url(//images.sooyooj.com/20240618/XdSSX0OkHrswlnEo.png) no-repeat;
    background-size: 100% 100%;
}
.index-content .new-game .gameli {
    margin-top:10px;
}

.index-content .new-game .gameli .game-item {
    width: 308px;
    height: 162px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
    overflow: hidden;
    margin-top: 20px;
    transition: all 0.3s;
}
.index-content .new-game .gameli .game-item:hover{
    box-shadow: 3px 3px 6px 0px #8F8E8E;
}
.index-content .new-game .gameli .game-item:hover .right .palygame-btn{
    border: 2px solid #FFFFFF;
}
.index-content .new-game .gameli .game-item .left .gameimg {
    width:206px;
    height: 120px;
}

.index-content .new-game .gameli .game-item .left .gamepalynum {
    padding: 2px 8px;
    box-sizing: border-box;
}

.index-content .new-game .gameli .game-item .left .gamepalynum p {
    font-size: 14px;
    color: #3C3C3C;
    line-height: 19px;
}

.index-content .new-game .gameli .game-item .right {
    width:102px;
    height: 100%;
    border-radius: 0px 6px 6px 0px;
    padding: 10px 6px ;
    box-sizing: border-box;
}

.index-content .new-game .gameli .game-item:nth-child(1) .right {
    background: #716E6E;
}

.index-content .new-game .gameli .game-item:nth-child(2) .right {
    background: #A27C52;
}

.index-content .new-game .gameli .game-item:nth-child(3) .right {
    background: #BE5635;
}

.index-content .new-game .gameli .game-item:nth-child(4) .right {
    background: #3D65AE;
}

.index-content .new-game .gameli .game-item:nth-child(5) .right {
    background: #209DA4;
}

.index-content .new-game .gameli .game-item:nth-child(6) .right {
    background: #908D0E;
}

.index-content .new-game .gameli .game-item:nth-child(7) .right {
    background: #CE8F07;
}

.index-content .new-game .gameli .game-item:nth-child(8) .right {
    background: #AA3030;
}

.index-content .new-game .gameli .game-item .right .tag {
    width:90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    color: #FFFFFF;
}

.index-content .new-game .gameli .game-item .right p {
    margin-top:11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-height: 18px;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color: #FFFFFF;
}

.index-content .new-game .gameli .game-item .right .palygame-btn {
    width:90px;
    height: 32px;
    border-radius: 18px;
    border: 1px solid #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
/* .index-content .new-game .gameli .game-item .right .palygame-btn:hover{
    border: 2px solid #FFFFFF;
} */

.index-content .minigame-and-phonegame .down-img-box{
    width: 242px;
    height: 256px;
    background: url(//images.sooyooj.com/20240702/xwZfo8faN2ehDa02.png) no-repeat;
    background-size: 100% 100%;
}


.index-content .minigame-and-phonegame .down-img-box .btn-box{

    position: relative;
    left: 13px;
    top: 152px;
    width: 140px;
    height: auto;
}
.index-content .minigame-and-phonegame .down-img-box .btn-box .btn{
    width: 140px;
    height: 36px;
}
.index-content .minigame-and-phonegame .phone-game {
    margin-left: 12px;
}

.index-content .minigame-and-phonegame .phone-game .comme-box {
    height: 214px;
    border: 1px solid #D9D9D9;
    border-top: 2px solid #FF7A00;
    padding: 22px 14px;
    box-sizing: border-box;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item {
    width: 308px;
    height: 75px;
    margin-bottom: 20px;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .game-img {
    width:124px;
    height: 74px;
    position: relative;
    margin-right: 8px;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .tab {
    width: 48px;
    height: 22px;
    position: absolute;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box strong {
    font-size: 14px;
    color: #3C3C3C;
    line-height: 19px;
    text-align: left;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .text {
    margin-top: 8px;
    font-size: 12px;
    color: #999999;
    line-height: 16px;
    text-align: center;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .text span:nth-child(1) {
    margin-right: 10px;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .btn-box {
    margin-top: 8px;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .btn-box .btn {
    padding: 4px 18px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(255, 92, 35, 0.5);
    text-align: center;
    font-size: 12px;

}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .btn-box .left {
    color: #FF5C23;
    border: 1px solid rgba(255, 92, 35, 0.5);
    margin-right: 10px;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .btn-box .right {
    color: #3C3C3C;
    border: 1px solid #CECECE;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .btn-box .left:hover {
    background: #FF5C23;
    color: #FFFFFF;
}

.index-content .minigame-and-phonegame .phone-game .comme-box .comme-item .content-box .btn-box .right:hover {
    border: 1px solid rgba(255, 92, 35, 0.5);
    color: #FF5C23;
}

.index-content .subject-matter {
    margin-top: 16px;
    display: flex;
}

.index-content .subject-matter .left {
    position: relative;
}

.index-content .subject-matter .left .dicount-pagination {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.index-content .subject-matter .discount-swiper {
    width: 630px;
    height: 178px;
}

.index-content .subject-matter .discount-swiper .swiper-wrapper .swiper-slide {
    width: 630px;
    height: 156px;
}

.discount-swiper .swiper-button-next, .discount-swiper .swiper-button-prev{
    width: 30px;
    height: 52px;
    top:50%;
    margin-top: -26px;
    background:rgba(0, 0, 0, .4);
}
.discount-swiper .swiper-button-next{
    right: 0;
}
.discount-swiper .swiper-button-prev{
    left: 0;
}
.index-content .subject-matter .dicount-pagination .pagination {
    width: 24.8%;
    height: 22px;
    background-color: #999999;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
}

.index-content .subject-matter .dicount-pagination .pagination.cur {
    background-color: #FF7A00;
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #FF7A00 !important;
}

.index-content .subject-matter .right {
    width: 630px;
    max-height: 178px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    margin-left: 20px;
    overflow: hidden;
}

.index-content .subject-matter .right .subject-matter-box {
    width: 630px;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
}

.index-content .subject-matter .right .subject-matter-box .item {
    margin-right: 8px;
    margin-bottom: 8px;
    padding:5px 6px;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
}

.index-content .edition .edition-box .edition-item {
    background: #F5F5F5;
    border-radius: 6px;
    padding: 0 30px 10px 10px;
    box-sizing: border-box;
    margin-right: 15px;
}
.index-content .edition .edition-box .edition-item:last-child{
    margin-right: 0;
}

.index-content .edition .edition-box .edition-item:hover {
    background: #FFF0E3;
}

.index-content .edition .edition-box .edition-item .top .icon {
    width: 54px;
    height: 54px;
    border-radius: 10px;
    margin-top: -6px;
}

.index-content .edition .edition-box .edition-item .top .text {
    margin-left: 6px;
}

.index-content .edition .edition-box .edition-item .top .text h1 {
    font-weight: bold;
    font-size: 14px;
    color: #3C3C3C;
    line-height: 20px;
    margin-top: 2px;
}

.index-content .edition .edition-box .edition-item .top .text p {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
}

.index-content .edition .edition-box .edition-item .bottom {
    margin-top:9px ;
    font-size: 12px;
    color: #FF7A00;
    line-height: 18px;
}

.index-content .server-box .left {
    width: 412px;
}

.index-content .server-box .left .messge-content {
    width:412px;
    height: 272px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-top:2px solid #FF7A00;
    padding: 8px 12px;
    box-sizing: border-box;
}


.index-content .server-box .left .messge-content li .nohover {
    display: flex;
    width: 100%;
    height: 27px;
}

.index-content .server-box .left .messge-content li .nohover .origin {
    width: 6px;
    height: 6px;
    background: #DCDCDC;
    border-radius: 100%;
    margin-right:10px;
}

.index-content .server-box .left .messge-content li .nohover .text {
    width: 276px;
    font-size: 12px;
    color: #3C3C3C;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    margin-right: 15px;
}
.index-content .server-box .left .messge-content li .nohover:hover .text{
    color: #DF2B10;
}
.index-content .server-box .left .messge-content li .nohover:hover p{
    color: #DF2B10;
}

.index-content .server-box .left .messge-content li .nohover p {
    font-size: 12px;
    color: #999999;
    text-align: left;

}

.index-content .server-box .left .messge-content li .hover-content {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #E0E0E0;
    padding: 8px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.index-content .server-box .left .messge-content li .hover-content .messgetitle {
    display: block;
    font-weight: bold;
    font-size: 14px;
    color: #F25277;
  
}

.index-content .server-box .left .messge-content li .hover-content .more-box .more {
    font-size: 12px;
    color: #131313;
    line-height: 18px;
    text-align: left;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /*省略几行写几*/
    -webkit-box-orient: vertical;

}

.index-content .server-box .left .messge-content li .hover-content .more-box .more .other {
    font-size: 12px;
    color: #FF7A00;
    display: inline;
}

.index-content .server-box .left .messge-content li .hover-content .more-box p {
    font-size: 13px;
    color: #999999;
    line-height: 17px;
    text-align: left;
    font-style: normal;
    margin-top:4px;
}

.index-content .server-box .right {
    margin-left: 26px;
}

.index-content .server-box .right .table-header {
    width: 612px;
    height:28px;
    background: #F1F1F1;
    padding: 4px 13px;
    box-sizing: border-box;
}

.index-content .server-box .right .table-header .headeritem {
    width:274px;
}

.index-content .server-box .right .table-header .headeritem span {
    font-size: 12px;
    color: rgba(122, 122, 122, 0.5);
}

.index-content .server-box .right .table-content {
    width:612px;
    max-height: 244px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    padding: 10px 13px;
    box-sizing: border-box;
    border-right: none;
}

.index-content .server-box .right .table-content .item {
    width: 275px;
    height: 38px;
    border-bottom: 1px dashed #D9D9D9;
    font-size: 12px;
    color: #131313;
    padding: 0 11px;
    box-sizing: border-box;
}

.index-content .server-box .right .table-content .item:nth-last-child(1),
.index-content .server-box .right .table-content .item:nth-last-child(2){
    border-bottom: none;
}

.index-content .server-box .right .table-content .item:hover {
    background: #DF2B10;
    color: #FFFFFF;
}

.index-content .server-box .right .recommend {
    margin-top: 63px;
}

.index-content .server-box .right .recommend .recommend-title {
    width: 230px;
    height:28px;
    background: #999999;
    font-size: 16px;
    color: #FFFFFF;
    /* line-height: 28px; */
    padding: 4px 12px;
    box-sizing: border-box;
}

.index-content .server-box .right .recommend ul {
    width: 229px;
    height: 244px;
    border: 1px solid #D9D9D9;
    padding: 6px 0;
    box-sizing: border-box;
}

.index-content .server-box .right .recommend li {
    width: 100%;
    padding: 5px 11px;
    box-sizing: border-box;
    cursor: pointer;
}

.index-content .server-box .right .recommend li:hover {
    background: #FFF0E3;
}
.index-content .server-box .right .recommend li a {
    width: 100%;
    height: 100%;
}

.index-content .server-box .right .recommend li a .img {
    width: 100px;
    height: 48px;
}

.index-content .server-box .right .recommend li a .liright {
    margin-left: 8px;
}

.index-content .server-box .right .recommend li a .liright strong {
    font-size: 12px;
    color: #3C3C3C;
    display: block;
}

.index-content .server-box .right .recommend li a  .liright p {
    color: #DF2B10;
    font-size: 12px;
}

.index-content .server-box .right .recommend li a .liright span {
    color: #999999;
    font-size: 12px;
    display: block;
}

.title .page .last {
    width: 22px;
    height: 22px;
    background: url(//images.sooyooj.com/20240619/NYxi6YtwGrywA9pE.png) no-repeat;
    background-size: 100% 100%;
}

.title .page .next {
    margin-left: 12px;
    width: 22px;
    height: 22px;
    background: url(//images.sooyooj.com/20240619/RJx4tr5Nc6Y5OZWF.png) no-repeat;
    background-size: 100% 100%;
}

.title .page .last:hover {
    background: url(//images.sooyooj.com/20240619/G31nwVKYFJY28TXO.png) no-repeat;
    background-size: 100% 100%;
}

.title .page .next:hover {
    background: url(//images.sooyooj.com/20240619/pWYdvPiYHK01KdFp.png) no-repeat;
    background-size: 100% 100%;
}


footer {
    width: 100%;
    height: 184px;
    background: #222222;
    margin-top: 30px;
    padding: 19px 0;
    box-sizing: border-box;
}

footer .footercontent .iconimg {
    width: 92px;
    height: 32px;
}

footer .footercontent .copyright {
    margin-left:26px;
}

footer .footercontent .copyright ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.26);
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-left: 20px;
    cursor: pointer;

}

footer .footercontent .copyright ul span {
    color: rgba(255, 255, 255, 0.2);
    margin-right: 20px;
}

footer .footercontent .copyright ul li:hover a {
    color: rgba(255, 255, 255, 1);
}

footer .footercontent .copyright .down {
    margin-top: 16px;
    margin-bottom:23px;
}

footer .footercontent .copyright .down span {

    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
}

footer .footercontent .copyright .down .downbtn {
    width: 116px;
    height: 34px;
    line-height: 34px;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-left: 20px;
}

footer .footercontent .copyright .down .downbtn .icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

footer .footercontent .copyright .down .downbtn span {
    font-size: 14px;
    color: #FFFFFF;
}

footer .footercontent .copyright p {
    margin-top: 23px;
    font-size: 14px;
    display: block;
    color: rgba(255, 255, 255, 0.4);
}

footer .footercontent .hint {
    color: rgba(255, 255, 255, 0.24);
    margin-left:57px;
    font-size: 14px;
    line-height:30px;
}

footer .footercontent .ewm-box {
    margin-left:62px;
}

footer .footercontent .ewm-box .ewm {
    width: 120px;
    height: 120px;
}

footer .footercontent .ewm-box span {
    margin-top: 6px;
    font-size: 14px;
    color: #FFFFFF;
}

footer .footercontent .back-top {
    width: 112px;
    height: 40px;;
    background: rgba(255, 255, 255, 0.1);
    margin-left: 46px;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
}

footer .footercontent .back-top .icon {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url(http://images.sooyooj.com/20240624/WKsNmcx7KAGRvboA.png) no-repeat;
    background-size: 100% 100%;
}

footer .footercontent .back-top:hover .icon {
    background: url(http://images.sooyooj.com/20240624/lHSdvFOCuGv4mpoD.png) no-repeat;
    background-size: 100% 100%;
}