body {
    background-color: #ddebf3;
}
.bhITop {
    margin: 20px auto;
}
.iSlider {
    position: relative;
    width: 1200px;
    height: 388px;
    border-radius: 20px;
    margin: 0 auto 21px;
    overflow: hidden;
}
.iSlider:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(22, 22, 22, 0.7), transparent);
    border-radius: 20px;
}

.iSlider ul {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.iSlider li {
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.iSlider li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.iSlider li a > img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.iSlider a > div {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 40px;
    min-width: 400px;
    max-width: 530px;
    height: 100%;
    background: linear-gradient(90deg, rgba(22, 22, 22, 1), transparent);
    border-radius: 20px;
}

.iSlider a > div img {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 20px;
    margin: 99px 0 15px;
    border: 2px solid #8ed7e8;
}

.iSlider a > div p {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    line-height: 28px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iSlider a > div em {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.iSlider a > div span {
    display: block;
    margin: 10px 0;
    overflow: hidden;
}

.iSlider a > div span i {
    display: block;
    float: left;
    padding: 0 8px;
    height: 18px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 18px;
    margin-right: 6px;
    border-radius: 3px;
}

.iSlider a > div span i:nth-of-type(1) {
    color: #3dc4e8;
}

.iSlider .dot {
    position: absolute;
    right: 30px;
    top: 57px;
    z-index: 5;
    width: 222px;
    height: 274px;
    border-radius: 10px;
}

.iSlider .dot i {
    position: relative;
    display: block;
    width: 100%;
    height: 68px;
    cursor: pointer;
}
.sliderBox {
    position: absolute;
    right: 30px;
    top: 57px;
    z-index: 4;
    width: 222px;
    height: 274px;
    border-radius: 10px;
    overflow: hidden;
}

.sliderBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background: rgba(0, 0, 0, 0.7);
}

.sliderBox .info {
    position: relative;
    z-index: 2;
    padding: 9px 5px 9px 46px;
    height: 48px;
    border-radius: 10px;
    overflow: hidden;
}

.sliderBox .info:last-of-type,
.sliderBox .info:nth-of-type(1) {
    padding-top: 10px;
    padding-bottom: 10px;
}

.sliderBox .info:last-of-type {
    padding-top: 13px;
    padding-bottom: 13px;
}

.sliderBox .info p {
    display: block;
    margin-top: 3px;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sliderBox .info span {
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sliderBox .info.current {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.sliderBox .info:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 25px;
    vertical-align: top;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('../images/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -35px -5px;
}
.bhITop .list {
    width: 1200px;
    margin-bottom: 20px;
    overflow: hidden;
}

.bhITop .list a {
    position: relative;
    float: left;
    display: block;
    padding: 24px 0 19px 104px;
    width: 181px;
    height: 57px;
    background-color: rgba(239, 252, 255, 0.8);
    border-radius: 20px;
    overflow: hidden;
}

.bhITop .list a:nth-of-type(n + 2) {
    margin-left: 20px;
}

.bhITop .list a:nth-of-type(2) {
    background-color: rgba(255, 252, 243, 0.8);
}

.bhITop .list a:nth-of-type(3) {
    background-color: rgba(238, 247, 255, 0.8);
}

.bhITop .list a:nth-of-type(4) {
    background-color: rgba(255, 247, 244, 0.8);
}

.bhITop .list a:before {
    content: '';
    position: absolute;
    top: 24px;
    left: 30px;
    display: block;
    width: 54px;
    height: 54px;
}
.bhITop .list a:nth-of-type(1):before {
    background: url('../images/k1.png') no-repeat;
    background-size: cover;
}
.bhITop .list a:nth-of-type(2):before {
    background: url('../images/k2.png') no-repeat;
    background-size: cover;
}

.bhITop .list a:nth-of-type(3):before {
    background: url('../images/k3.png') no-repeat;
    background-size: cover;
}

.bhITop .list a:nth-of-type(4):before {
    background: url('../images/k4.png') no-repeat;
    background-size: cover;
}

.bhITop .list a em {
    position: relative;
    display: block;
    font-size: 20px;
    color: #323232;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhITop .list a p {
    display: block;
    font-size: 14px;
    color: #8c8d9e;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bhITop .list a em:after {
    content: '';
    position: absolute;
    top: 5px;
    vertical-align: top;
    margin-left: 8px;
    display: inline-block;
    width: 36px;
    height: 16px;
    background: url('../images/icon.png') no-repeat;
    background-size: 1000px 1000px;
    background-position: -65px -5px;
    transition: all 0.15s linear;
}

.bhITop .list a:hover em:after {
    margin-left: 12px;
}
.xhIRec {
    margin: 24px auto;
    padding: 19px 24px 10px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.xhIRec dl {
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}

.xhIRec dl dd span {
    position: absolute;
    left: 0;
    top: 5px;
    display: block;
    width: 73px;
    height: 27px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 27px;
    background: linear-gradient(45deg, #ff5f59 0%, #ff9762 100%);
    border-radius: 5px;
    cursor: pointer;
}

.xhIRec dl dd:nth-of-type(2) span {
    background: linear-gradient(45deg, #64a8fc 0%, #8af5ff 100%);
}

.xhIRec dl dd:nth-of-type(3) span {
    background: linear-gradient(45deg, #5bf3ba 0%, #e8ef92 100%);
}

.xhIRec dl dd {
    position: relative;
    display: block;
    padding-left: 73px;
    width: 1158px;
    height: 38px;
    overflow: hidden;
}

.xhIRec dl dd a {
    position: relative;
    float: left;
    display: block;
    padding: 0 26px 0 27px;
    font-size: 14px;
    color: #666;
    line-height: 38px;
}

.xhIRec dl dd a:hover {
    color: #0ba0ff;
}

.xhIRec .list {
    position: relative;
    width: 1236px;
    overflow: hidden;
}

.xhIRec .list a {
    float: left;
    width: 206px;
    height: 144px;
    margin: 0 30px 0 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
}

.xhIRec .list a .img {
    display: block;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border-radius: 8px;
}

.xhIRec .list a .img img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.xhIRec .list a p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}

.xhIRec .list a p span:nth-of-type(1) {
    flex: 1;
    text-align: left;
}

.xhIRec .list a p span:nth-of-type(2) {
    font-size: 14px;
    color: #999;
}

.xhIRec .list a p span i {
    color: #0ba0ff;
    font-weight: bold;
}

.xhIRec .list a .img img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.xhIRec .list a .img img:hover {
    transform: scale(1.2);
}
.xhIUpdate {
    margin: 21px auto;
    max-height: 518px;
    overflow: hidden;
}

.updateL {
    float: left;
    padding: 0 24px 8px;
    width: 302px;
    background: #fff;
    border-radius: 8px;
}

.updateL ol {
    position: relative;
    padding-bottom: 2px;
}

.updateL ol li {
    position: relative;
    z-index: 1;
    height: 89px;
    padding-left: 36px;
}

.updateL ol li > i {
    position: absolute;
    top: 0;
    left: 1px;
    margin: auto;
    font-weight: bold;
    font-size: 24px;
    color: #b3b3b3;
    line-height: 88px;
    font-style: italic;
}

.updateL ol li a {
    position: relative;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.updateL ol li img {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 12px;
    margin-right: 15px;
}

.updateL ol li div {
    float: left;
    width: 180px;
    height: 60px;
}

.updateL ol li div p:nth-of-type(1) {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.updateL ol li div p:nth-of-type(2) {
    margin-top: 5px;
    height: 22px;
    overflow: hidden;
}

.updateL ol li div p:nth-of-type(2) span {
    float: left;
    margin-right: 13px;
    display: block;
    min-width: 70px;
    height: 22px;
    background: url(../images/tagbg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    text-align: center;
    overflow: hidden;
}

.updateL ol li:nth-of-type(-n + 3) > i {
    font-size: 0;
    position: absolute;
    top: 34px;
    left: 1px;
    display: block;
    width: 22px;
    height: 24px;
    background: url(../images/icon2.png) no-repeat;
    background-size: 1000px 1000px;
}

.updateL ol li:nth-of-type(1) > i {
    background-position: -5px -161px;
}

.updateL ol li:nth-of-type(2) > i {
    background-position: -53px -161px;
}

.updateL ol li:nth-of-type(3) > i {
    background-position: -103px -161px;
}

.updateL ol li:last-of-type a {
    border: none;
}

.updateL ol li:hover div p:nth-of-type(1) {
    color: #0ba0ff;
}

.updateM {
    position: relative;
    float: left;
    padding: 0 23px;
    width: 389px;
    background: #fff;
    border-radius: 8px;
    margin-left: 24px;
}

.updateM ul {
    padding: 13px 0;
    border-top: 1px solid #e5e5e5;
}

.updateM ul li {
    overflow: hidden;
}

.updateM ul li a,
.updateM ul li span {
    float: left;
    display: block;
    line-height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.updateM ul li a:nth-of-type(1) {
    font-size: 14px;
    color: #999;
    margin-right: 3px;
}

.updateM ul li img {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    margin: 0 8px;
    vertical-align: top;
    position: relative;
    top: 6px;
}

.updateM ul li a:nth-of-type(2) {
    font-size: 16px;
    color: #333;
    width: 218px;
}

.updateM ul li span {
    float: right;
    display: block;
    width: 86px;
    color: #999;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
}

.updateM ul li a:nth-of-type(2):hover {
    color: #0ba0ff;
}

.updateM ul li a:nth-of-type(1):hover {
    text-decoration: underline;
}

.updateM ul li:nth-of-type(7) {
    border-top: 1px dashed #e5e5e5;
    margin-top: 8.5px;
    padding-top: 8.5px;
}

.updateM .tabMenu {
    position: absolute;
    z-index: 2;
    top: 27px;
    right: 20px;
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 17px;
    color: #0ba0ff;
    overflow: hidden;
}

.updateM .tabMenu span {
    padding: 0 2px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.updateM .tabMenu span.current {
    font-weight: bold;
    background: #1482fb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.updateM .tabMenu span:hover {
    text-decoration: underline;
}

.updateR {
    float: right;
    padding: 0 24px 7px;
    width: 318px;
    background: #fff;
    border-radius: 8px;
    margin-left: 24px;
}

.updateR .list {
    width: 108%;
    overflow: hidden;
}

.updateR .list li {
    position: relative;
    float: left;
    width: 150px;
    height: 100px;
    border-radius: 8px;
    margin: 12px 18px 6px 0;
    overflow: hidden;
}

.updateR .list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.updateR .list li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.updateR .list li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 27px;
    color: #fff;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.updateR .list li a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.updateR .list li a img:hover {
    transform: scale(1.4) rotate(10deg);
}

.updateSwiper {
    margin: 17px 0;
    width: 318px;
}

.updateSwiper ul li {
    position: relative;
    display: block;
    margin: 0 26px;
    width: 266px !important;
    height: 178px;
    background: #f7f9fa;
    border-radius: 8px;
    overflow: hidden;
}

.updateSwiper li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.updateSwiper li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.updateSwiper li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 33px;
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    text-indent: 1.2em;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.updateSwiper li a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.updateSwiper li a img:hover {
    transform: scale(1.2);
}

.updateSwiper .swiper-container {
    position: relative;
    width: 100%;
    height: 178px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.updateSwiper .swiper-slide {
    position: relative;
}

.updateSwiper .swiper-button-next,
.updateSwiper .swiper-button-prev {
    opacity: 1;
    top: 95px;
    width: 26px;
    height: 36px;
}

.updateSwiper .swiper-button-next {
    right: -6px;
}

.updateSwiper .swiper-button-prev {
    left: -6px;
}

.updateSwiper .swiper-button-next:after,
.updateSwiper .swiper-button-prev:after {
    font-size: 0px;
}

.updateSwiper .swiper-button-next:before,
.updateSwiper .swiper-button-prev:before {
    content: '';
    position: absolute;
    top: 7px;
    width: 13px;
    height: 22px;
    background: url(../images/icon2.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -81px -3px;
}

.updateSwiper .swiper-button-next {
    transform: rotate(180deg);
}

.updateSwiper .swiper-button-next.swiper-button-disabled,
.updateSwiper .swiper-button-prev.swiper-button-disabled {
    pointer-events: inherit;
    opacity: 1;
}

.updateSwiper .swiper-button-next.swiper-button-disabled:before,
.updateSwiper .swiper-button-prev.swiper-button-disabled:before {
    opacity: 1;
    background-position: -109px -4px;
}

.updateSwiper .swiper-horizontal > .swiper-pagination-bullets {
    width: auto;
    bottom: 6px;
    right: 34px;
    left: inherit;
}

.updateSwiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: rgba(255, 246, 245, 0.5);
    opacity: 1;
    margin-left: 3px !important;
    margin-right: 3px !important;
}

.updateSwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 246, 245, 1);
}
.xhGame {
    margin: 24px auto;
    padding: 0 24px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-sizing: border-box;
}
.xhGSList {
    position: relative;
    float: left;
    width: 810px;
}

.xhGSList ul {
    position: relative;
    padding: 15px 0 2px;
    width: 850px;
    overflow: hidden;
}

.xhGSList ul li {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 110px;
    height: 146px;
    margin-right: 31px;
    text-align: center;
    overflow: hidden;
}

.xhGSList ul li a {
    position: relative;
    display: block;
}

.xhGSList ul li img {
    margin: auto;
    width: 110px;
    height: 110px;
    border-radius: 26px;
    margin-bottom: 7px;
}

.xhGSList ul li p {
    margin: auto;
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xhGSList ul li:hover p {
    color: #0ba0ff;
}

.xhGame .updateL {
    float: right;
    width: 300px;
    margin-left: 12px;
    margin-right: 0;
    padding: 5px 0 0;
}

.xhGame .updateL ol li:last-of-type a {
    border: none;
    border-bottom: 1px solid #eee;
}

.xhGame .updateL ol {
    margin-bottom: 6px;
}

.updateL .list {
    padding-top: 12px;
    width: 110%;
    overflow: hidden;
}

.updateL .list a {
    float: left;
    margin: 0 19px 11px 0;
    display: block;
    padding: 0 16px;
    line-height: 38px;
    background-color: #f2f4f6;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
}

.updateL .list a:hover {
    color: #fff;
    background: #0ba0ff;
}
.bhIZt {
    margin-bottom: 18.5px;
    padding: 0 24px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}

.bhIZt ul {
    width: 100%;
    padding-top: 15px;
    overflow: hidden;
}

.bhIZt li {
    position: relative;
    float: left;
    width: 370px;
    height: 218px;
    margin: 0 20px 14px 0;
    overflow: hidden;
}
.bhIZt li:nth-child(3n) {
    margin-right: 0;
}
.bhIZt li > a {
    position: relative;
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 182px;
    border-radius: 10px;
    overflow: hidden;
}

.bhIZt li > a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 10px;
}

.bhIZt li > a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.bhIZt li > a img:hover {
    transform: scale(1.2);
}

.bhIZt li dl {
    position: relative;
    height: 36px;
}

.bhIZt li dt a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 16px;
    color: #000;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bhIZt li dd {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    display: block;
    height: 36px;
    font-size: 14px;
    color: #ccc;
    line-height: 32px;
    text-align: center;
}

.bhIZt li:hover dt a {
    font-weight: bold;
}
.bhTit h2 {
    display: flex;
    align-items: center;
}
.bhTit h2 .i6 {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/i6.png) no-repeat;
    background-size: cover;
}
.bhTit h2 .i7 {
    display: inline-block;
    width: 86px;
    height: 28px;
    background: url(../images/i7.png) no-repeat;
    background-size: cover;
}
.bhTit {
    position: relative;
    z-index: 1;
    padding: 3px 0;
    overflow: hidden;
}

.bhTit a {
    position: relative;
    z-index: 1;
    float: right;
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: 500;
    height: 40px;
    line-height: 42px;
    text-align: center;
    overflow: hidden;
}

.bhTit h2 {
    position: relative;
    float: left;
    max-width: 80%;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xhNews {
    margin: 24px auto;
    overflow: hidden;
}

.xhNL {
    float: left;
    width: 810px;
    padding: 0 24px 18px;
    background: #fff;
    border-radius: 8px;
}

.xhNLtop {
    position: relative;
    top: 12px;
    overflow: hidden;
}

.xhNLSwiper {
    float: left;
    width: 574px;
    height: 346px;
    border-radius: 5px;
}

.xhNLSwiper ul li {
    position: relative;
    display: block;
    width: 100%;
    height: 346px;
    background: #f7f9fa;
    border-radius: 5px;
    overflow: hidden;
}

.xhNLSwiper li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.xhNLSwiper li a img {
    width: 100%;
    min-height: 100%;
    height: auto;
}

.xhNLSwiper li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 48px;
    text-indent: 1.2em;
    background: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xhNLSwiper li a img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.xhNLSwiper li a img:hover {
    transform: scale(1.2);
}

.xhNLSwiper .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.xhNLSwiper .swiper-slide {
    position: relative;
}

.xhNLSwiper .swiper-horizontal > .swiper-pagination-bullets {
    width: auto;
    bottom: 13px;
    right: 12px;
    left: inherit;
}

.xhNLSwiper .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.xhNLSwiper .swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
}

.xhNL .list {
    float: right;
    width: 208px;
}

.xhNL .list a {
    display: block;
    height: 180px;
}

.xhNL .list a div {
    width: 208px;
    height: 116px;
    border-radius: 5px;
    overflow: hidden;
}

.xhNL .list a img {
    width: 100%;
    min-height: 100%;
    height: auto;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.xhNL .list a:hover img {
    transform: scale(1.4) rotate(10deg);
}

.xhNL .list a p {
    display: block;
    font-size: 14px;
    color: #333;
    height: 48px;
    line-height: 24px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xhNR {
    float: right;
    margin-left: 20px;
    width: 296px;
    padding: 0 24px 10px 0;
    background: #fff;
    border-radius: 8px;
}

.xhNR li {
    overflow: hidden;
}

.xhNR li i {
    float: left;
    display: block;
    font-size: 16px;
    color: #b3b3b3;
    text-align: center;
    font-weight: bold;
    margin-top: 17px;
    margin-right: 12px;
    padding-left: 2px;
    line-height: 20px;
    width: 32px;
    height: 23px;
}

.xhNR li:nth-of-type(-n + 3) i {
    color: #fff;
    background: url(../images/icon2.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -170px -161px;
}

.xhNR li:nth-of-type(2) i {
    background-position: -230px -161px;
}

.xhNR li:nth-of-type(3) i {
    background-position: -290px -161px;
}

.xhNR li a {
    float: left;
    width: 248px;
    height: 92.5px;
    overflow: hidden;
}

.xhNR li a p {
    display: block;
    font-size: 16px;
    color: #333;
    height: 48px;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xhNR li a div {
    overflow: hidden;
}

.xhNR li a div span {
    float: left;
    display: block;
    margin-right: 4px;
    padding: 0 15px;
    font-size: 12px;
    color: #999;
    line-height: 22px;
    background: url(../images/newstagbg.png) no-repeat;
    background-size: 100% 100%;
}

.xhNR li a div time {
    float: right;
    position: relative;
    top: 1px;
    display: block;
    width: 90px;
    line-height: 22px;
    color: #999;
}
.xhRank {
    margin: 24px auto;
    overflow: hidden;
}

.xhRank .list {
    float: left;
    position: relative;
    padding: 34px 24px 14px;
    width: 340px;
    margin-right: 18px;
    border-radius: 8px;
    background: url(../images/indexrlbg.png) no-repeat;
    background-size: 100% auto;
    background-color: #fff !important;
}

.xhRank .list:nth-of-type(1) {
    background: url(../images/indexrlbg.png) no-repeat;
    background-size: 100% auto;
}

.xhRank .list:nth-of-type(2) {
    background: url(../images/indexrmbg.png) no-repeat;
    background-size: 100% auto;
}

.xhRank .list:nth-of-type(3) {
    background: url(../images/indexrrbg.png) no-repeat;
    background-size: 100% auto;
}

.xhRank .list:nth-of-type(3) {
    margin-right: 0;
}

.xhRank .list ol {
    position: relative;
    padding-top: 206px;
    margin: auto;
}

.xhRank .list ol li {
    position: relative;
    z-index: 1;
    height: 62px;
}

.xhRank .list ol li a {
    position: relative;
    display: block;
    padding: 11px 0;
    overflow: hidden;
}

.xhRank .list ol li i {
    float: left;
    margin-right: 15px;
    display: block;
    width: 18px;
    height: 40px;
    font-size: 14px;
    color: #999;
    font-family: 'Arial';
    font-weight: bold;
    line-height: 40px;
    text-align: center;
}

.xhRank .list ol li img {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    margin-right: 15px;
}

.xhRank .list ol li p {
    float: left;
    display: block;
    width: 180px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xhRank .list ol li p:nth-of-type(2) {
    float: right;
    width: 56px;
    font-size: 14px;
    color: #999;
}

.xhRank .list ol li a span {
    display: none;
}

.xhRank .list ol li:nth-of-type(-n + 3) {
    position: absolute;
    top: 0;
    width: 114px;
    height: 182px;
    margin: 0;
    background: transparent !important;
}

.xhRank .list ol li:nth-of-type(1) {
    left: 110px;
    width: 120px;
}

.xhRank .list ol li:nth-of-type(2) {
    left: -10px;
    top: 25px;
}

.xhRank .list ol li:nth-of-type(3) {
    left: 235px;
    top: 25px;
}
.xhRank .list ol li:nth-of-type(4) {
    margin-top: 25px;
}
.xhRank .list ol li:nth-of-type(-n + 3) a {
    padding: 30px 0 10px;
}

.xhRank .list ol li:nth-of-type(-n + 3) a i {
    font-size: 0;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: 17px;
    width: 30px;
    height: 30px;
    display: none;
    margin: auto;
    background: url(../images/icon2.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -429px -161px;
}

.xhRank .list ol li:nth-of-type(1) a i {
    left: 6px;
    width: 36px;
    height: 36px;
    background-position: -367px -161px;
    display: none;
}

.xhRank .list ol li:nth-of-type(3) a i {
    background-position: -484px -161px;
}

.xhRank .list ol li:nth-of-type(-n + 3) img {
    float: inherit;
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    margin: auto;
}

.xhRank .list ol li:nth-of-type(1) img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    margin-bottom: 6px;
}

.xhRank .list ol li:nth-of-type(-n + 3) p {
    float: inherit;
    width: 100%;
    text-align: center;
    line-height: 26px;
    margin-top: 8px;
}

.xhRank .list ol li:nth-of-type(-n + 3) p:nth-of-type(2) {
    width: 100%;
    text-align: center;
    line-height: 24px;
    margin-top: 0;
}

.xhRank .list ol li:nth-of-type(-n + 3) a span {
    margin-top: 11px;
    display: block;
    width: 64px;
    height: 28px;
    border-radius: 15px;
    border: 1px solid #0ba0ff;
    font-size: 14px;
    color: #0ba0ff;
    line-height: 28px;
    text-align: center;
    margin: 8px auto 0;
}

.xhRank .list ol li a:hover p:nth-of-type(1) {
    color: #0ba0ff;
}

.xhRank .list > a {
    position: relative;
    display: block;
    height: 55px;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}

.xhRank .list > a:before {
    content: '';
    position: relative;
    right: 8px;
    top: 5px;
    vertical-align: top;
    display: inline-block;
    width: 32px;
    height: 47px;
    background: url(../images/icon2.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -265px;
}

.xhRank .list > a:after {
    content: '';
    position: relative;
    left: 8px;
    top: 5px;
    vertical-align: top;
    display: inline-block;
    width: 32px;
    height: 47px;
    background: url(../images/icon2.png) no-repeat;
    background-size: 1000px 1000px;
    background-position: -5px -265px;
    transform: rotateY(180deg);
}

.xhRank .list > a p {
    display: inline-block;
    max-width: 300px;
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #040000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
}

.xhRank .list > a p em {
    color: #040000;
    font-weight: bold;
}

.xhRank .list:nth-of-type(2) > a p em {
    color: #040000;
    font-weight: bold;
}

.xhRank .list:nth-of-type(3) > a p em {
    color: #040000;
    font-weight: bold;
}

.xhRank .list > a span {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    width: 300px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    color: #040000;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .iSlider {
        height: auto;
    }
    .iSlider .dot,
    .iSlider .sliderBox {
        display: none;
    }
    .iSlider li a > img {
        min-height: unset;
    }
    .iSlider a > div {
        display: none;
    }

    .xhIRec dl dd {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        box-sizing: border-box;
    }
    .xhIRec dl dd a {
        white-space: nowrap;
    }
    .xhIRec .list {
        width: 100%;
    }
    .xhIRec .list a {
        width: 100%;
        margin: 0 0 30px;
    }
    .xhIRec .list a .img {
        height: 100%;
    }
    .xhIRec .list a p {
        height: auto;
        line-height: normal;
    }
    .iSlider,
    .bhITop .list {
        width: 100%;
    }
    .bhITop {
        margin: 0 auto;
    }
    .bhITop .list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .bhITop .list a {
        flex: 1;
        width: auto;
        overflow: unset;
        flex-basis: 200px;
        /* padding: 24px 24px 19px 104px; */
    }
    .bhITop .list a em {
        width: 140px;
    }
    .xhIUpdate {
        max-height: unset;
    }

    .updateL {
        width: 100%;
        box-sizing: border-box;
    }
    .updateM {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .updateM ul li span {
        display: none;
    }
    .updateR {
        width: 100%;
        box-sizing: border-box;
        margin-top: 12px;
    }
    .xhGSList,
    .xhGSList ul {
        width: 100%;
        box-sizing: border-box;
    }
    .xhGSList ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .xhGSList ul li {
        margin-right: 0;
    }
    .xhGSList ul li img {
        width: 82%;
        height: auto;
    }
    .xhGame .updateL {
        width: 100%;
        margin-left: 0;
    }
    .bhIZt li {
        width: 100%;
        margin-right: 0;
    }
    .xhNL {
        width: 100%;
        padding: 0 10px;
        padding-bottom: 24px;
        box-sizing: border-box;
    }
    .xhNLSwiper {
        width: 100%;
    }
    .xhNL .list {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-top: 15px;
    }
    .xhNL .list a {
        width: 48%;
        overflow: hidden;
    }
    .xhNL .list a div {
        width: 100%;
    }
    .xhNR {
        box-sizing: border-box;
        width: 100%;
        padding: 10px;
        margin-top: 15px;
    }
    .xhNR li a {
        width: calc(100% - 65px);
    }
}
