body {
    background-color: #f4f4f4;
}

.globalWidth {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.globalSection {
    padding: 12.5px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 15px;
}

.globalSectionContainer .globalSection:first-child {
    margin-top: auto;
}

.globalHeader {
    background-color: #353535;
    font-size: 13px;
}

.globalHeader .headt {
    border-bottom: 1px solid #2a2a2a;
}

.globalHeader .headt,
.globalHeader .headt a {
    color: #cdcdcd;
}

.globalHeader .headtl {
    float: left;
}

.globalHeader .headtl li {
    float: left;
    position: relative;
    padding: 5px 0;
}

.globalHeader .headtl li:last-child {
    margin-left: 1em;
}

.globalHeader .headtl li img {
    display: none;
    position: absolute;
    z-index: 11;
    top: 100%;
    left: 0;
    width: 116px;
    max-width: none;
    border: 1px solid #ccc;
}

.globalHeader .headtl li:hover img {
    display: block;
}

.globalHeader .headtr {
    float: right;
    padding: 5px 0;
}

.globalHeader .headc {
    border-top: 1px solid #525252;
    padding: 10px 0;
}

.globalHeader .headcl {
    float: left;
}

.globalHeader .headcr {
    float: right;
    margin-top: 17.5px;
}

.globalHeader .headSearch {
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.globalHeader .headSearch input[type=text] {
    background: none;
    border: none;
    padding: 7.5px 10px;
    font-size: 15px;
    width: 100%;
    padding-right: 65px;
}

.globalHeader .headSearch input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: none;
    background-color: #007FFF;
    color: #ffffff;
    font-size: 16px;
    padding: 0 15px;
    cursor: pointer;
}

.globalHeader .headHot {
    margin-top: 5px;
}

.globalHeader .headHot,
.globalHeader .headHot a {
    color: #b8b8b8;
    margin-left: .25em;
    margin-right: .25em;
}

.globalNav {
    background-color: #ffffff;
    box-shadow: 0 3px 3px #ccc;
    padding: 7.5px 0;
}

.globalNav a,
.globalNav span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
}

.globalNav a {
    width: 10%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5em;
    transition: all .25s;
}

.globalNav a.active,
.globalNav a:hover {
    background-color: #007FFF;
    color: #ffffff;
}

.globalNav span {
    width: 2.5%;
    position: relative;
}

.globalNav span:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 15px;
    margin-top: -7.5px;
    margin-left: -.5px;
    background-color: #ffe2bf;
}

.globalFooter {
    background-color: #353535;
    padding: 25px 0;
    font-size: 13px;
}

.globalFooter .footImg {
    float: left;
    text-align: center;
    padding-top: 20px;
    width: 400px;
}

.globalFooter .footImg img {
    margin-left: 10px;
    margin-right: 10px;
}

.globalFooter .footInfo {
    margin-left: 200px;
    text-align: center;
}

.globalTitle {
    text-align: center;
    padding-bottom: 12.5px;
    position: relative;
    height: 37.5px;
}

.globalTitle.globalTitle-boder {
    height: 42.5px;
}

.globalTitle.globalTitle-boder:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 12.5px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #f4f4f4;
}

.globalTitleContainer {
    height: 100%;
}

.globalTitle .text {
    float: left;
    font-size: 16px;
    color: #007FFF;
    font-weight: bold;
    position: relative;
}

.globalTitle.globalTitle-text-boder .text {
    height: 30px;
}

.globalTitle.globalTitle-text-boder .text:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 22;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #007FFF;
}

.globalTitle .nav {
    text-align: center;
    height: 100%;
}

.globalTitle .nav a {
    display: inline-block;
    vertical-align: middle;
    color: #8c8c8c;
    transition: all .25s;
    margin: 0 5px;
    padding: 0 5px;
    height: 100%;
    position: relative;
}

.globalTitle .nav a:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 22;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: #007FFF;
    transition: all .25s;
}

.globalTitle .nav a:hover,
.globalTitle .nav a.active {
    color: #007FFF;
}

.globalTitle .nav a:hover:after,
.globalTitle .nav a.active:after {
    height: 1px;
    left: 0;
    right: 0;
}

.globalTitle .more {
    float: right;
    margin-top: 2.5px;
}

.globalTitle .more,
.globalTitle .more a {
    color: #8c8c8c;
}

.globalTitle .more a {
    display: block;
    background: url(../images/more.png) right center no-repeat;
    padding-right: 17.5px;
}

.gameImgType {
    display: block;
    position: relative;
}

.gameImgType-3:after {
    content: 'h5';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: red;
    background-color: #ffffff;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
}

.gameImgTypeDiscount {
    content: '折';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: red;
    background-color: #ffffff;
    line-height: 1;
    padding: 4px;
    border-radius: 4px;
    font-size: 13px;
}

.gameImgType-2 .gameImgTypeDiscount {
    display: block;
}

.gameImgType-lg:after, .gameImgTypeDiscount {
    padding: 5px;
    border-radius: 5px;
    font-size: 14px;
}

.gameImgType-sm:after, .gameImgTypeDiscount {
    padding: 3px;
    border-radius: 2px;
    font-size: 12px;
}

.gameImgType-xs:after, .gameImgTypeDiscount {
    font-size: 10px;
    padding: 2.5px;
    border-radius: 2.5px;
}

.globalMain {
    padding: 15px 0;
}

.globalLocation {
    color: #494949;
    padding-bottom: 10px;
}

.mainFork .mainLeft {
    float: left;
    width: 860px;
}

.mainFork .mainRight {
    float: right;
    width: 325px;
}

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

.giftWidget li:first-child {
    margin-top: auto;
}

.giftWidget li:last-child {
    margin-bottom: auto;
}

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

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

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

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

.giftWidget li .info .desc {
    color: #8c8c8c;
}

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

.giftWidget 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;
}

.giftWidget li:hover .btn {
    background-color: #007FFF;
    border: 1px solid #007FFF;
    color: #ffffff;
}

.lg-backdrop {
    background-color: rgba(0, 0, 0, .75);
}

.tradeWidget ul li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.tradeWidget ul li {
    margin: 10px auto;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.tradeWidget ul li:first-child {
    margin-top: auto;
    border-top: none;
    padding-top: 0;
}

.tradeWidget ul li:last-child {
    margin-bottom: auto;
}

.tradeWidget li .img {
    float: left;
    width: 52.5px;
    height: 52.5px;
    margin-right: 10px;
}

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

.tradeWidget li .name {
    display: block;
    color: #494949;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tradeWidget li .title {
    display: block;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #007FFF;
}

.tradeWidget li .price {
    float: right;
    color: #007FFF;
    font-weight: bold;
    padding-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gameType {
    overflow: hidden;
}

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

.gameType li {
    /*width: 33.33333%;*/
    width: 25%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
}

.gameType li a {
    display: block;
    background-color: #eaeaea;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 5px;
    font-size: 20px;
    padding: 15px 0;
    transition: all .25s;
}

.gameType li.active a,
.gameType li a:hover {
    border-top: 5px solid #007FFF;
    background-color: #ffffff;
    margin-top: auto;
}

.bannerWidget {
    height: 185px;
    overflow: hidden;
    padding: 0;
    background: none;
}

.bannerWidget .swiper-container {
    width: 100%;
    height: 100%;
}

.bannerWidget .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

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

.bannerWidget .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.bannerWidget .swiper-slide p {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    line-height: 1.25;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bannerWidget .swiper-slide p a {
    color: #ffffff;
}

.bannerWidget .swiper-pagination {
    position: absolute;
    z-index: 33;
    bottom: 7.5px;
    right: 5px;
    width: auto;
    text-align: right;
}

.bannerWidget .swiper-pagination-bullet {
    background-color: #747374;
    width: 25px;
    height: 10px;
    border-radius: 5px;
    opacity: 1;
}

.bannerWidget .swiper-pagination-bullet-active {
    background-color: #007FFF;
}

.serviceWidget li {
    margin-top: 20px;
    margin-bottom: 20px;
}

.serviceWidget li:first-child {
    margin-top: auto;
}

.serviceWidget li:last-child {
    margin-bottom: auto;
}

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

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

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

.serviceWidget li .info .time {
    color: #007FFF;
}

.serviceWidget li .info .time,
.serviceWidget li .info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.serviceWidget li .btn {
    display: block;
    float: right;
    border: 1px solid #007FFF;
    color: #007FFF;
    padding: 2.5px 7.5px;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 10px;
}

.relatedsWidgetNav {
    position: relative;
}

.relatedsWidgetNav:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 11;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cccccc;
}

.relatedsWidgetNav li {
    display: block;
    float: left;
    padding: 5px 5px 10px 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    z-index: 22;
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-bottom: 2px;
}

.relatedsWidgetNav li:hover,
.relatedsWidgetNav li.active {
    font-weight: bold;
    color: #007FFF;
    border-bottom: 2px solid #007FFF;
    margin-bottom: 0;
}

.relatedsWidgetContent ul {
    display: none;
}

.relatedsWidgetContent ul.active {
    display: block;
}

.relatedsWidgetContent ul {
    padding: 5px 0;
}

.relatedsWidgetContent li {
    padding: 5px 10px;
    float: left;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding-left: 1em;
}

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

.relatedsWidgetContent li a {
    color: #333333;
}

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

.topicWidget .swiper-container {
    width: 100%;
    height: 100%;
}

.topicWidget .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 125px;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.topicWidget .swiper-button-prev,
.topicWidget .swiper-button-next {
    width: 20px;
    height: 30px;
    margin-top: -15px;
    background: rgba(0, 0, 0, .65);
    color: #ffffff;
    line-height: 30px;
    text-align: center;
}

.topicWidget .swiper-button-prev {
    left: 0;
}

.topicWidget .swiper-button-next {
    right: 0;
}

.topicWidget .swiper-slide .img {
    display: block;
    width: 100%;
    height: 100%;
}

.topicWidget .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.topicWidget .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, .65);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #007FFF;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #007FFF;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #007FFF;
    border-color: #007FFF;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

div.pagination {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

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

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

.topWidget 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;
}

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

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

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

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

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

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

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

.topWidget li .infos {
    float: left;
}

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

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

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

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

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

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

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

.yTopicWidget ul {
    margin: -5px;
}

.yTopicWidget li {
    float: left;
    padding: 5px;
    width: 50%;
}

.yTopicWidget li .img {
    display: block;
    width: 100%;
    height: 60px;
}

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

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

.yNewsWidget li {
    margin: 7.5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

.yNewsWidget li:first-child {
    margin-top: auto;
}

.yNewsWidget li:last-child {
    margin-bottom: auto;
}

.yNewsWidget li span {
    display: block;
    float: left;
    margin-right: 7.5px;
    background-color: #f6f6f6;
    width: 25px;
    text-align: center;
    border-radius: 5px;
}

.yNewsWidget li:nth-child(1) span,
.yNewsWidget li:nth-child(2) span,
.yNewsWidget li:nth-child(3) span {
    /*background-color: #007FFF;*/
    /*color: #ffffff;*/
}

.fixedSwt {
    position: fixed;
    z-index: 917;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fixedSwt > ul > li {
    padding: 2.5px 5px;
}

.fixedSwt li .container {
    position: relative;
}

.fixedSwt li .noumenon {
    float: right;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
    line-height: 1.25;
    /*transition: all .25s;*/
    cursor: pointer;
    width: 45px;
}

.fixedSwt li i.fa {
    font-size: 20px;
    line-height: 1.25;
    /*transition: all .25s;*/
}

.fixedSwt li i.fa-mobile {
    font-size: 24px;
}

.fixedSwt li p {
    margin-top: 5px;
    display: none;
}

.fixedSwt li .expand {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ccc;
    background-color: #ffffff;
    display: none;
    border-radius: 5px;
}

.fixedSwt li .expand img {
    display: block;
    width: 100%;
}

.fixedSwt li.weixinQRcode .expand,
.fixedSwt li.appQRcode .expand {
    width: 125px;
}

.fixedSwt li.qq .expand {
    width: 125px;
    padding: 10px;
}

.fixedSwt li.qq .expand li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}

.fixedSwt li.qq .expand li:last-child {
    border: none;
}

.fixedSwt li.qq .expand span.fa {
    font-size: 14px;
    margin-right: .5em;
}

.fixedSwt li.qq .expand a {
    color: blue;
}

.fixedSwt li .container:hover .noumenon {
    width: 75px;
}

.fixedSwt li .container:hover i.fa {
    font-size: 24px;
}

.fixedSwt li .container:hover i.fa-mobile {
    font-size: 28px;
}

.fixedSwt li .container:hover p {
    display: block;
}

.fixedSwt li .container:hover .expand {
    display: block;
}

.replaceHref {
    color: #136ec2;
}