.ibanner {
    background-color: #ffffff;
    position: relative;
    height: 365px;
    overflow: hidden;
}

.ibanner a {
    display: block;
    position: absolute;
}

.ibanner img {
    display: block;
    width: 100%;
    height: 100%;
}

.ibanner a:nth-child(1) {
    top: 0;
    left: 0;
    width: 300px;
    height: 182px;
}

.ibanner a:nth-child(2) {
    top: 0;
    left: 302.5px;
    width: 430px;
    height: 100%;
}

.ibanner a:nth-child(3) {
    top: 0;
    right: 0;
    width: 465px;
    height: 175px;
}

.ibanner a:nth-child(4) {
    bottom: 0;
    left: 0;
    width: 300px;
    height: 181px;
}

.ibanner a:nth-child(5) {
    bottom: 0;
    left: 735px;
    width: 231.125px;
    height: 187.5px;
}

.ibanner a:nth-child(6) {
    bottom: 0;
    right: 0;
    width: 231.125px;
    height: 187.5px;
}

.index .il {
    float: left;
    width: 792.5px;
}

.index .ir {
    float: right;
    width: 392.5px;
}

.itopn {
    float: left;
    width: 115px;
}

.itopn a {
    display: block;
    overflow: hidden;
    position: relative;
    color: #8c8c8c;
    background-color: #f3f3f3;
    margin-top: 7.5px;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    transition: all .25s;
}

.itopn a:first-child {
    margin-top: auto;
}

.itopn a:hover,
.itopn a.active {
    color: #ff9b24;
}

.itopn a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background-color: transparent;
    transition: all .25s;
}

.itopn a:hover:before,
.itopn a.active:before {
    display: block;
    background-color: #ff9b24;
}

.itopc {
    float: right;
    width: 1050px;
}

.itopce {
    display: none;
}

.itopce.active {
    display: block;
}

.itopce li {
    float: left;
    width: 8.333%;
    text-align: center;
}

.itopce li .img {
    display: block;
    width: 65px;
    height: 65px;
    margin-left: auto;
    margin-right: auto;
}

.itopce li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.itopce li .name {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.itopci ul {
    margin-left: 15px;
    margin-top: 7.5px;
    height: 20px;
    overflow: hidden;
}

.itopci li {
    float: left;
    margin-right: 1.5em;
    line-height: 20px;
}

.inewsc,
.iserverc {
    height: 350px;
    overflow: hidden;
}

.inewscl {
    float: left;
    width: 325px;
    height: 350px;
    position: relative;
}

.inews .gallery-top {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.inews .swiper-slide {
    background-size: cover;
    background-position: center;
}

.inews .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.inews .gallery-thumbs {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
}

.inews .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 68px;
    opacity: .9;
    cursor: pointer;
}

.inews .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.inewscr {
    float: right;
    width: 425px;
}

.inewscrt:after {
    content: '';
    display: block;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 7.5px;
}

.inewscrt .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fc5d2a;
    text-align: center;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.inewscrt .desc {
    display: block;
    color: #979797;
    line-height: 22.5px;
    height: 45px;
    overflow: hidden;
}

.inewscrl {
    padding: 5px 5px 0 5px;
}

.inewscrl li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 1em;
}

.inewscrl li:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -2px;
    background-color: #fc5d2a;
}

.inewscrl li a {
    color: #333333;
}

.inewscrl li span {
    color: #ccc;
    float: right;
    margin-left: 1em;
}

.iserver ul {
    margin-top: -17.5px;
}

.iserver li {
    margin-top: 3.5px;
    margin-bottom: 2.5px;
}

.iserver li .img {
    float: left;
    width: 50px;
    height: 50px;
}

.iserver li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.iserver li .info {
    margin-left: 62.5px;
    margin-right: 55px;
    font-size: 16px;
}

.iserver li .info .datetime {
    color: #ff9b24;
}

.iserver li .info .datetime,
.iserver li .info .name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iserver li .btn {
    float: right;
    border: 1px solid #ff9b24;
    color: #ff9b24;
    padding: 2.5px 7.5px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 10px;
}

.ihotgamec {
    height: 370px;
    overflow: hidden;
}

.ihotgame .navc {
    margin-top: -7.5px;
    margin-left: -2.5px;
    margin-right: -2.5px;
    display: none;
}

.ihotgame .navc.active {
    display: block;
}

.ihotgame li {
    float: left;
    width: 12.5%;
    padding: 7.5px 2.5px;
}

.ihotgame li .img {
    display: block;
    margin-left: 12.5px;
    margin-right: 12.5px;
}

.ihotgame li .img img {
    display: block;
}

.ihotgame li .text {
    display: block;
    font-size: 13px;
    color: #8c8c8c;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7.5px;
}

.ihotgiftc {
    height: 375px;
    overflow: hidden;
}

.ihotgift ul {
    margin-top: -15px;
}

.ihotgift li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.ihotgift li .img {
    float: left;
    width: 50px;
    height: 50px;
}

.ihotgift li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.ihotgift li .info {
    margin-left: 65px;
    padding-top: 2.5px;
    margin-right: 45px;
}

.ihotgift li .info .name {
    color: #3f3f3f;
    font-size: 16px;
}

.ihotgift li .info .gift {
    color: #ff9b24;
}

.ihotgift li .info .name,
.ihotgift li .info .gift {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ihotgift li .btn {
    float: right;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 50%;
    font-size: 16px;
    margin-top: 10px;
    line-height: 33px;
    text-align: center;
    transition: all .25s;
}

.ihotgift li:hover .btn {
    background-color: #ff9b24;
    border: 1px solid #ff9b24;
    color: #ffffff;
}

.iar {
    overflow: hidden;

}

.iaw {
    margin-left: -10px;
    margin-right: -10px;
}

.iare {
    width: 33.333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.iarvc ul {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
}

.iarvc li {
    float: left;
    width: 50%;
    margin-top: 5px;
    padding: 5px;
}

.iarvc li .img {
    display: block;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.iarvc li .img img {
    display: block;
    width: 100%;
    height: 100%
}

.iarvc li .title {
    display: block;
    margin-top: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.iarvc li span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #ffffff;
    border: 2.5px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    opacity: .75;
}

.iarpct:after {
    content: '';
    display: block;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #f1f1f1;
    margin-top: 7.5px;
}

.iarpct .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #fc5d2a;
    text-align: center;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.iarpct .desc {
    display: block;
    color: #979797;
    line-height: 22.5px;
    height: 45px;
    overflow: hidden;
}

.iarpctl {
    padding: 12px 5px 0 5px;
}

.iarpctl li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    position: relative;
    padding-left: 1em;
}

.iarpctl li:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    background-color: #fc5d2a;
}

.iarpctl li a {
    color: #333333;
}

.iarpctl li span {
    color: #ccc;
    float: right;
    margin-left: 1em;
}

.iaract {
    height: 165px;
}

.iaract img {
    display: block;
    width: 100%;
    height: 100%;
}

.iaractl {
    padding: 10px 5px 0 5px;
}

.iaractl li {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: -2.5px;
    margin-bottom: 7.5px;
    position: relative;
    padding-left: 1em;
}

.iaractl li:after {
    content: '';
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-top: -1px;
    background-color: #fc5d2a;
}

.iaractl li a {
    color: #000000;
}

.iaractl li span {
    color: #ccc;
    float: right;
    margin-left: 1em;
}

.itradec {
    height: 375px;
    overflow: hidden;
}

.itrade ul {
    margin-top: -15px;
}

.itrade li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.itrade li .img {
    float: left;
    width: 50px;
    height: 50px;
}

.itrade li .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.itrade li .info {
    margin-left: 62.5px;
    margin-right: 60px;
    padding-top: 2.5px;
}

.itrade li .info .name {
    color: #3f3f3f;
    font-size: 16px;
}

.itrade li .info .title {
    color: #ff9b24;
}

.itrade li .info .name,
.itrade li .info .title {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.itrade li .price {
    float: right;
    width: 85px;
    color: #ff9b24;
    font-size: 16px;
    padding-top: 10px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ilinkt span,
.ilinkt p {
    display: inline-block;
    vertical-align: middle;
}

.ilinkt span {
    width: 25px;
    height: 25px;
    text-align: center;
    color: #ffffff;
    line-height: 25px;
    border-radius: 50%;
    background-color: #ff9b24;
}

.ilinkt p {
    font-size: 16px;
    margin-left: 5px;
    color: #333333;
}

.ilinkc {
    margin-top: 10px;
}

.ilinkc a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #666;
}

.iranking {
    overflow: hidden;
}

.irankingc {
    margin-left: -10px;
    margin-right: -10px;
}

.irankinge {
    width: 33.333%;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.iranking ul {
    margin-top: -15px;
    margin-bottom: -15px;
}

.iranking li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.iranking li .id {
    float: left;
    background-color: #b7eb8f;
    width: 27.5px;
    height: 27.5px;
    text-align: center;
    line-height: 27.5px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}

.iranking li:nth-child(1) .id {
    background-color: #ff4d4f;
}

.iranking li:nth-child(2) .id {
    background-color: #fa8c16;
}

.iranking li:nth-child(3) .id {
    background-color: #ffc53d;
}

.iranking li.active .id {
    height: 80px;
    line-height: 80px;
}

.iranking li .info {
    float: left;
    margin-left: 15px;
}

.iranking li .info .img {
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.iranking li .info .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.iranking li .infos {
    float: left;
}

.iranking li .info .name {
    display: block;
    font-size: 15px;
    color: #494949;
}

.iranking li .info .tags {
    font-size: 13px;
}

.iranking li.active .btn {
    font-size: 13px;
    color: #ff9b24;
    border: 1px solid #ff9b24;
    padding: 1.25px 10px;
    margin-top: 7.5px;
    border-radius: 3px;
    width: 75px;
}

.iranking li .info .img,
.iranking li .info .tags,
.iranking li .info .btn {
    display: none;
}

.iranking li.active .img,
.iranking li.active .tags,
.iranking li.active .btn {
    display: block;
}

.iranking li .tags2 {
    float: right;
    color: #8c8c8c;
}

.iranking li.active .tags2 {
    display: none;
}