textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    resize: none
}

/*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦Â Â·Ã¥Â¼Â*/
.slide-game::-webkit-scrollbar {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã¦â€¢Â´Ã¤Â½â€œÃ¦Â Â·Ã¥Â¼Â*/
    width: 10px;
    /*Ã©Â«ËœÃ¥Â®Â½Ã¥Ë†â€ Ã¥Ë†Â«Ã¥Â¯Â¹Ã¥Âºâ€Ã¦Â¨ÂªÃ§Â«â€“Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã§Å¡â€žÃ¥Â°ÂºÃ¥Â¯Â¸*/
    height: 9px;
}

.slide-game::-webkit-scrollbar-thumb {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¥Â°ÂÃ¦â€“Â¹Ã¥Ââ€”*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #5c96f7;
}

.slide-game::-webkit-scrollbar-track {
    /*Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡Ã©â€¡Å’Ã©ÂÂ¢Ã¨Â½Â¨Ã©Ââ€œ*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.container {
    padding-bottom: 40px;
}

/*main*/
.main {
    width: 820px;
}

.main .info {
    padding: 32px;
    background: #ffffff;
    margin: 0 0 18px 0;
}

.main .info .img {
    width: 131px;
    height: 131px;
    border-radius: 28px;
    margin: 0 28px 0 0;
}

.main .info .text {
}

.main .info .text .name {
    width: 400px;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 10px 0;
}

.main .info .text .desp {
    font-size: 14px;
    color: #999999;
}

.main .info .text .desp .down {
    margin: 0 12px 0 0;
}
.main .info .text .desp .down a{
    background: #feecec;
    font-size: 14px;
    color: #ff7979;
    padding: 2px 10px;
}
.main .info .text .desp .down a:hover{
    background: #ff7979 !important;
    color: #fff !important;
}
.main .info .text .desp .down span {
    background: #f3f3f3;
    font-size: 14px;
    color: #999999;
    padding: 2px 10px;
}

.main .info .desp .point {
    margin: 0 12px 0 0;
    color: #59aafd;
	font-size:16px;
}

.main .info .desp .point:before {
    content: '\200b';
    font-size: 0;
    width: 15px;
    height: 17px;
    background: url(../img/sprite.png) no-repeat -125px -337px;
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
    background-size: 200px;
}

.main .info .btns {
    text-align: left;
    margin: 24px 0 0 0;
    position: relative;
}

.main .info .btns .btn {
    padding: 4px 8px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    background: #55a8fe;
    border-radius: 5px;
    display: inline-block;
    margin: 0 12px 0 0;
    position: relative;
    vertical-align: top;
}

.main .info .btns .btn.and {
    position: relative;
    background: #999999;
}

.main .info .btns .btn.and.active {
    background: #50c332;
}

/* .main .info .btns .btn.ios{
    background: #999999;
} */
.main .info .btns .btn.ios.active {
    background: #ffcc00;
}

.main .info .btns .btn.pc:after {
    content: "\200B";
    font-size: 0;
    width: 148px;
    height: 38px;
    background: url(../img/pc-tips.png) no-repeat center top;
    position: absolute;
    top: -38px;
    right: -96px;
}

.main .info .btns .btn .cm-icon {
    margin-left: 0;
}

.main .info .btns .qrcode {
    position: absolute;
    left: -5px;
    top: 40px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    display: none;
    z-index: 1000;
    text-align: center;
    width: 140px;
    padding: 10px;
}

.main .info .btns .qrcode img {
    width: 120px;
    height: 120px;
    padding: 20px 10px 0px 10px;
    margin-bottom: -10px;
}

.main .selector {
    text-align: left;
    font-size: 0;
    padding: 0 20px;
    background: #ffffff;
}

.main .selector li {
    width: 120px;
    text-align: center;
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    color: #333333;
    margin: 0 12px;
    cursor: pointer;
}

.main .selector li:hover {
    color: #5c96f7;
    border-bottom: 3px solid #5c96f7;
}

.main .selector li.active {
    color: #5c96f7;
    border-bottom: 3px solid #5c96f7;
}

.main .selector li .num {
    font-size: 12px;
    color: #999999;
    margin: 0 0 0 12px;
}

.main .showing {
    background: #ffffff;
}

.main .showing .showing-page {
    display: none;
}

.main .showing .showing-page.active {
    display: block;
}

.main .showing .game {
    padding: 30px;
}

.main .showing .game .swiper-slide {
    width: auto;
}

.main .showing .game .slide-game {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 8px;
}

.main .showing .game .slide-game img {
    /*width: 171px;*/
    height: 287px;
    background: #000000;
    margin: 0 14px 0 0;
    display: inline-block;
}

.main .showing .game .slide-game img:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

.main .showing .game .slide-game video, .main .showing .game .slide-game iframe {
    height: 287px;
    width: 510px;
    display: inline-block;
    margin-right: 15px;
}

.main .showing .game .desp-wrap {
    margin: 40px 0 0 0;
}

.main .showing .game .desp-wrap .tit {
    font-size: 24px;
    line-height: 42px;
    color: #333333;
}

.main .showing .game .desp-wrap .desp {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    /* height: 700px; */
}

.main .showing .game .desp-wrap .desp p {
    margin-bottom: 5px;
    margin-top: 10px;
}

.main .showing .game .desp-wrap .desp h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 10px;
    color: #5c96f7;
}

.main .showing .game .desp-wrap .desp img {
    max-width: 380px;
    margin: 0 auto;
    display: block;
    max-height: 700px;
}

.main .showing .game .desp-wrap .desp.active {
    overflow: visible;
    -webkit-line-clamp: 100;
    height: auto;
    *height: auto;
    height: auto\9;
}

.main .showing .game .desp-wrap .bottom {
    margin: 32px 0 0 0;
}

.main .showing .game .desp-wrap .bottom .tag {
    font-size: 16px;
    color: #999999;
    margin: 0 16px 0 0;
    line-height: 22px;
}

.main .showing .game .desp-wrap .bottom .toggle-btn {
    float: right;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    cursor: pointer;
    display:none;
}

.main .showing .game .desp-wrap .bottom .toggle-btn .show {
    display: inline;
}

.main .showing .game .desp-wrap .bottom .toggle-btn.active .show {
    display: none;
}

.main .showing .game .desp-wrap .bottom .toggle-btn .hide {
    display: none;
}

.main .showing .game .desp-wrap .bottom .toggle-btn.active .hide {
    display: inline;
}

.main .showing .game .desp-wrap .bottom .toggle-btn.active .cm-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main .showing .game .msg,.relation-box,.edition-box {
    padding: 30px 0 0 0;
    border-top: 1px solid #f6f6f6;
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.main .showing .game .msg .tit,.relation-box .tit,.edition-box .tit {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.main .showing .game .msg span {
    display: inline-block;
    width: 350px;
}

/*20190301 comment by wimenlo*/
.main .comment {
}

.main .comment .input-box {
}

.main .comment .input-box .tit {
    font-size: 18px;
    line-height: 42px;
    padding: 0 0 0 30px;
}

.main .comment .input-box .left {
    width: 116px;
    float: left;
    text-align: center;
}

.main .comment .input-box .left .avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.main .comment .input-box .left .user-name {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main .comment .input-box .left .sign-btn {
    display: block;
    margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    height: 20px;
    width: 40px;
    border-radius: 4px;
    background: #55a8fe;
    cursor: pointer;
}

.main .comment .input-box .right {
    width: 666px;
    float: left;
}

.main .comment .input-box .right .wrap {
    border: 1px solid #eeeeee;
    border-radius: 4px;
}

.main .comment .input-box .right .set-point-wrap {
    line-height: 48px;
    padding: 0 0 0 20px;
    font-size: 12px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}

.main .comment .input-box .right .set-point-wrap span {
    display: inline-block;
    vertical-align: middle;
}

.main .comment .star-selector-wrap {
    display: inline-block;
    width: 135px;
    height: 25px;
    font-size: 0;
    vertical-align: middle;
    margin-left: 24px;
    position: relative;
    background: url(../img/sprite.png) no-repeat 0 -86px;
}

.main .comment .star-selector-wrap .s-star {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    cursor: pointer;
    background: none;
}

.main .comment .star-selector-wrap .s-star:nth-child(1) {
    width: 27px;
    z-index: 105;
}

.main .comment .star-selector-wrap .s-star:nth-child(2) {
    width: 54px;
    z-index: 104;
}

.main .comment .star-selector-wrap .s-star:nth-child(3) {
    width: 81px;
    z-index: 103;
}

.main .comment .star-selector-wrap .s-star:nth-child(4) {
    width: 108px;
    z-index: 102;
}

.main .comment .star-selector-wrap .s-star:nth-child(5) {
    width: 135px;
    z-index: 101;
}

.main .comment .star-selector-wrap .s-star.active, .main .comment .star-selector-wrap .s-star:hover {
    background: url(../img/sprite.png) no-repeat 0 -57px;
}

.main .comment .input-box .right .submit-btn {
    width: 110px;
    height: 38px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    line-height: 38px;
    background: #55a8fe;
    color: #ffffff;
    margin: 20px 0;
    cursor: pointer;
}

.main .comment .input-box .right textarea {
    padding: 20px;
    width: 620px;
}

.main .comment .comment-title {
    margin: 0 20px 0 20px;
    padding: 33px 0 40px 0;
    border-top: 1px solid #eeeeee;
}

.main .comment .comment-title .tit {
    font-size: 18px;
    color: #333333;
    float: left;
}

.main .comment .comment-title .tit span {
    font-size: 13px;
    color: #999999;
}

.main .comment .comment-title .tit .total {
}

.main .comment .comment-title .tags {
    float: right;
    color: #999999;
    font-size: 13px;
}

.main .comment .comment-title .tags span {
    margin: 0 8px;
    cursor: pointer;
}

.main .comment .comment-title .tags .active {
    color: #557db4;
}

.main .comment .comment-list {
}

.main .comment .comment-list .wrap {
    border-top: 1px solid #eeeeee;
    margin: 0 20px;
    padding: 12px 0 0 0;
}

.main .comment .comment-list .wrap .left {
    width: 92px;
    float: left;
    text-align: center;
}

.main .comment .comment-list .wrap .left .avatar {
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    height: 50px;
}

.main .comment .comment-list .wrap .right {
    width: 688px;
    float: left;
}

.main .comment .comment-list .wrap .right .user-name {
    font-size: 16px;
    line-height: 32px;
    color: #999999;
}

.main .comment .comment-list .wrap .right .cm-star {
    float: left;
}

.main .comment .comment-list .wrap .right .date {
    float: right;
    font-size: 12px;
    color: #999999;
}

.main .comment .comment-list .wrap .right .desp {
    line-height: 28px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 12px 0 12px 0;
    word-break: break-all;
}

.main .comment .comment-list .wrap .right .desp.active {
    overflow: visible;
    -webkit-line-clamp: 100;
}

.main .comment .comment-list .wrap .right .desp-btn-wrap {
    text-align: right;
    margin: 0 0 20px 0;
}

.main .comment .comment-list .wrap .right .desp-btn-wrap .desp-btn {
    font-size: 14px;
    color: #557db4;
    cursor: pointer;
}

.main .comment .comment-list .rep-wrap {
    background: #f8f8f8;
    font-size: 12px;
    line-height: 26px;
}

.main .comment .comment-list .rep-wrap .reprep {
    border-bottom: 1px solid #eeeeee;
    display: none;
    padding: 8px 0;
    margin: 0 18px;
}

.main .comment .comment-list .rep-wrap .reprep:last-child {
    border-bottom: 0;
}

.main .comment .comment-list .rep-wrap .reprep:nth-child(1), .main .comment .comment-list .rep-wrap .reprep:nth-child(2) {
    display: block;
}

.main .comment .comment-list .rep-wrap.active .reprep {
    display: block;
}

.main .comment .comment-list .rep-wrap .name {
    color: #557db4;
    font-size: 12px;
    line-height: 20px;
}

.main .comment .comment-list .rep-wrap .content {
    color: #333333;
}

.main .comment .comment-list .rep-wrap .rep-date {
    color: #999999;
    float: right;
}

.main .comment .comment-list .rep-wrap .rep-btn {
    color: #999999;
    float: right;
    margin: 4px 0 0 12px;
    cursor: pointer;
    background: url(/assets/wap/img/like.png) no-repeat left bottom;
    background-size: 36px;
    line-height: 18px;
    padding: 0 0 0 24px;
}

.main .comment .comment-list .rep-wrap .rep-input {
    clear: both;
    padding: 12px 0 0 0;
    text-align: right;
    display: none;
}

.main .comment .comment-list .rep-wrap .rep-input textarea {
    display: block;
    width: 626px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: #ffffff;
    padding: 12px;
    height: 60px;
    margin: 0 0 12px 0;
}

.main .comment .comment-list .rep-wrap .rep-input .btn {
    display: inline-block;
    width: 40px;
    height: 26px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    background: #55a8fe;
    color: #ffffff;
    margin: 0 0 0 12px;
    cursor: pointer;
}

.main .comment .comment-list .rep-wrap .rep-input .hide {
    display: inline-block;
    line-height: 26px;
    margin: 0 0 0 12px;
    color: #999999;
    cursor: pointer;
}

.main .comment .comment-list .right .show-more {
    line-height: 32px;
    text-align: center;
    color: #557db4;
    cursor: pointer;
    background: #f8f8f8;
}

.main .comment .comment-list .bottom {
    margin: 20px 0;
    color: #999999;
}

.main .comment .comment-list .bottom span {
    cursor: pointer;
}

.main .comment .comment-list .bottom .jb-btn {
    float: left;
}

.main .comment .comment-list .bottom .dz-btn {
    float: right;
    padding: 0 0 0 12px;
    margin: 0 12px 0 0;
}

.main .comment .comment-list .bottom .hf-btn {
    float: right;
    background: url(../../wap/img/like.png) no-repeat left bottom;
    background-size: 36px;
    line-height: 18px;
    padding: 0 0 0 24px;
    margin: -2px 0 0 0;
}

.main .comment .comment-list .bottom .hf-input {
    display: none;
    clear: both;
    text-align: right;
    padding: 12px 0 0 0;
}

.main .comment .comment-list .bottom .hf-input textarea {
    line-height: 24px;
    border: 1px solid #cccccc;
    width: 662px;
    display: block;
    padding: 12px;
    margin: 0 0 12px 0;
    border-radius: 4px;
    height: 60px;
}

.main .comment .comment-list .bottom .hf-input .btn {
    display: inline-block;
    width: 40px;
    height: 26px;
    font-size: 15px;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    background: #55a8fe;
    color: #ffffff;
    cursor: pointer;
    vertical-align: top;
}

.main .comment .comment-list .bottom .hf-input .hide {
    cursor: pointer;
    line-height: 26px;
    margin: 0 0 0 12px;
}

.main .comment #pager {
    text-align: center;
    padding: 12px 0 24px 0;
}

.main .comment #pager span {
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #999999;
    margin: 0 6px;
    cursor: pointer;
}

.main .comment #pager .disable.prev-btn, .main .comment #pager .disable.next-btn {
    display: none;
}

.main .comment #pager span.cur {
    background: #55a8fe;
    color: #ffffff;
    border: 1px solid #55a8fe;
}

/*20190301 comment end*/
/*20190319 card start*/
.main .card-wrap {
    padding: 30px;
}

.main .card-item {
    padding: 12px 0 0 0;
    margin: 0 0 24px 0;
    border-top: 1px solid #dddddd;
}

.main .card-item:first-child {
    border-top: 0;
}

.main .card-item .left {
    width: 600px;
    float: left;
}

.main .card-item .name {
    font-size: 20px;
    line-height: 40px;
}

.main .card-item .per {
    margin: 0 0 12px 0;
    display: none;
}

.main .card-item .per .num {
    font-size: 16px;
    line-height: 18px;
    color: #f4b722;
    display: inline-block;
    vertical-align: middle;
}

.main .card-item .per .light {
    width: 440px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    background: #dddddd;
    margin: 0 16px 0 0;
    border-radius: 9px;
}

.main .card-item .per .light span {
    height: 18px;
    display: block;
    border-radius: 9px;
    background: #f4b722;
}

.main .card-item .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main .card-item .right {
    width: 120px;
    float: right;
}

.main .card-item .right .btn {
    border-radius: 5px;
    width: 80px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 28px;
    font-size: 15px;
    cursor: pointer;
    margin: 28px 0 0 0;
}

.card-dialog-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    z-index: 10;
}

.card-dialog {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 20;
    margin: auto;
    padding: 30px;
    width: 500px;
    border: 1px solid #eeeeee;
}

.card-dialog .close {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 24px;
    width: 24px;
    background: url(../img/sprite.png) no-repeat -108px -117px;
    background-size: 160px;
    cursor: pointer;
}

.card-dialog .tit {
    font-size: 18px;
    line-height: 36px;
}

.card-dialog .content {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 24px 0;
    border-bottom: 1px solid #dddddd;
}

.card-dialog .step-wrap {
    text-align: center;
    margin: 12px 0 24px 0;
}

.card-dialog .step-wrap .step {
    width: 70px;
    display: inline-block;
    line-height: 48px;
    padding: 8px;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.card-dialog .step-wrap .step p {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    font-size: 14px;
}

.card-dialog .step-wrap .arrow {
    width: 38px;
    height: 32px;
    background: url(../img/arrow.png) no-repeat 0px -3px;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.card-dialog .down-btn {
    padding: 8px 12px;
    width: 120px;
    font-size: 14px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    background: #55a8fe;
    color: #ffffff;
}

/*20190319 card end*/
/*aside*/
.aside {
    width: 360px;
}

.aside {
}

.aside-top {
    background: #ffffff;
    margin: 0 0 24px 0;
    padding: 18px;
}

.aside .star-wrap {
    width: 116px;
    height: 116px;
    -webkit-box-shadow: 0 0 4px #dddddd;
    -moz-box-shadow: 0 0 4px #dddddd;
    box-shadow: 0 0 4px #dddddd;
    border-radius: 20px;
    text-align: center;
    float: left;
}

.aside .star-wrap .cm-star {
    margin: 0;
}

.aside .star-wrap .point {
    font-size: 36px;
    line-height: 42px;
    padding: 20px 0 0 0;
}

.aside .star-wrap .num {
    font-size: 12px;
    color: #d0d0d0;
    margin: 6px 0 0 0;
}

.aside .qr-wrap {
    width: 116px;
    height: 116px;
    text-align: center;
    float: left;
}

.aside .qr-wrap img {
    height: 100%;
    width: 100%;
}

.aside .gzh-tit {
    font-size: 20px;
    line-height: 36px;
    color: #333333;
}

.aside .gzh-tit2 {
    font-size: 16px;
    line-height: 36px;
    color: #999999;
}

.aside .share-btns {
    margin: 4px 0 0 20px;
    float: left;
    width: 170px;
}

.aside .share-btns .cm-icon {
    margin: 3px 8px 3px 0;
}

.aside .share-btns .text {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #333333;
}

.aside-list-wrap {
    margin: 0 0 20px 0;
}

.aside-list-wrap .list {
    background: #ffffff;
    padding: 0 0 22px 0;
}

.aside-list-wrap .list li {
    padding: 22px 18px 0 18px;
}

.aside-list-wrap .list li .num {
    width: 26px;
    height: 32px;
    margin: 18px 16px 0 0;
    line-height: 40px;
    text-align: center;
}

.aside-list-wrap .list li:nth-child(1) .num {
    background: url("../img/sprite.png") no-repeat -9px -180px;
    color: #ffffff;
}

.aside-list-wrap .list li:nth-child(2) .num {
    background: url("../img/sprite.png") no-repeat -43px -180px;
    color: #ffffff;
}

.aside-list-wrap .list li:nth-child(3) .num {
    background: url("../img/sprite.png") no-repeat -76px -180px;
    color: #ffffff;
}

.aside-list-wrap .list li .img {
    width: 86px;
    height: 86px;
    border-radius: 12px;
}

.aside-list-wrap .list li .content {
    width: 200px;
    margin: 0 0 0 20px;
    position: relative;
}

.aside-list-wrap .list li .name {
    line-height: 32px;
    font-size: 16px;
    color: #333333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
}

.aside-list-wrap .list li .name:hover {
    color: #59aafd;
}

.today .list li .tag {
    display: none;
}

.aside-list-wrap .list li .tags {
    color: #999999;
    font-size: 12px;
}

.other .list li .size {
    margin-left: 8px;
    line-height: 26px;
}

.aside-list-wrap .list li .tag {
    color: #999999;
    font-size: 12px;
    line-height: 26px;
    margin: 0 8px 0 0;
}

.aside-list-wrap .list li .desp {
    /* line-height: 24px; */
    font-size: 12px;
    color: #999999;
}

.aside-list-wrap .list li .point {
    color: #59aafd;
    margin: 0 22px 0 0;
}

.aside-list-wrap .list li .point:before {
    content: '\200b';
    font-size: 0;
    width: 15px;
    height: 17px;
    background: url(../img/sprite.png) no-repeat -125px -337px;
    display: inline-block;
    margin: 0 4px 0 0;
    vertical-align: middle;
    background-size: 200px;
}

.aside-list-wrap .list li .down {
    margin: 0 22px 0 0;
}

.aside-list-wrap .list li .down .cm-icon {
    margin: 0 6px 0 0;
}

.today .list li .size {
    display: none;
}

.relation-box ul {
    margin-top: 20px;
    width: 800px;
}

.relation-box ul li {
    margin-right: 26px;
    width: 86px;
    float: left;
    margin-bottom: 20px;
}

.relation-box ul li a {
    display: block;
    width: 100%;
    color: #333333;
}

.relation-box ul li a img {
    width: 100%;
    height: 86px;
    border-radius: 20px;
}

.relation-box ul li a p {
    text-align: center;
    font-size: 14px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.msg p {
    margin-bottom: 15px;
}

.edition-box {
    overflow: hidden;
}

.edition-box ul {
    width: 800px;
    margin-top: 10px;
}

.edition-box ul li {
    width: 375px;
    margin-right: 15px;
    height: 40px;
    background: #fafafa;
    margin-bottom: 10px;
    float: left;
    transition: all 0.2s;
}

.edition-list {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #323333;
}

.edition-list img {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin: 6px 10px;
}

.edition-list span {
    display: inline-block;
    width: 136px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}

.edition-list em {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
}

.edition-tit {
    color: #333333;
}

.edition-label {
    color: #999999;
}

.edition-btn {
    color: #5c96f7;
    font-weight: bold;
}

.edition-box ul li:hover {
    transform: translateY(-5px);
    background: #5c96f7;
}

.edition-box ul li:hover .edition-tit {
    color: #fff !important;
}

.edition-box ul li:hover .edition-label {
    color: #cbe8d9 !important;
}

.edition-box ul li:hover .edition-btn {
    color: #fff !important;
}

.edition-box ul li a i {
    padding: 0 2px;
}

.lately ul {
    position: relative;
    background: #fff;
    padding: 22px 18px 10px 18px;
}

.lately li {
    width: 100%;
    height: 28px;
    position: relative;
    margin-bottom: 18px;
    transition: all 0.2s;
}

.lately li a {
    display: block;
    font-size: 14px;
}

.lately .line {
    width: 1px;
    height: 85%;
    background: #eeeeee;
    position: absolute;
    left: 22px;
    top: 30px;
    display: block;
}

.lately li a em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/light1-icon.png) no-repeat 0 0;
    vertical-align: top;
    margin-top: 7px;
    margin-right: 10px;
}

.lately li a img {
    width: 28px;
    height: 28px;
    display: inline-block;
    border-radius: 2px;
}

.lately li a span {
    display: inline-block;
    width: 130px;
    height: 28px;
    line-height: 28px;
    margin-left: 10px;
    vertical-align: top;
    overflow: hidden;
}

.lately li a i {
    font-style: normal;
    float: right;
    line-height: 28px;
    color: #999999;
}

.lately li:hover em {
    background: url(../img/light-icon.png) no-repeat 0 0 !important;
}

.lately li:hover span {
    color: #59aafd !important;
}

.stars {
    display: block;
    width: 68px;
    height: 12px;
    background: url(../img/index-icons.png) no-repeat 0 -47px;
    overflow: hidden;
    zoom: 1; margin-top: 4px;
}

/*Ã¦â€°â€¹Ã¦Å“ÂºÃ¥ÂÂ·Ã§Â ÂÃ©ÂªÅ’Ã¨Â¯ÂÃ©Â¢â€žÃ§ÂºÂ¦*/
.yAlert {
    width: 500px;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    height: 310px;
    padding-bottom: 10px;
    top: 50%;
    margin-top: -155px;
    z-index: +101;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

.yAlert b {
    text-align: center;
    font: 16px/40px microsoft yahei;
    display: block;
    margin: 10px 0
}

.yAlert_t {
    background: #59aafd;
    font: 18px/45px microsoft yahei;
    color: #fff;
    padding: 0 15px
}

.yAlert_t span {
    float: right;
    font-size: 20px;
    cursor: pointer
}

.yAlert .yAlert_br,.yAlert .yAlert_bs,.yAlert input {
    width: 80%;
    padding: 0 10px;
    font: 14px/45px microsoft yahei;
    border-radius: 5px
}

.yAlert input {
    border: #ccc 1px solid;
    display: block;
    margin: 20px auto 0 auto
}

.yAlert input:focus {
    border: #59aafd 1px solid
}

.yAlert_b {
    border-top: #ddd 1px solid;
    padding-top: 10px
}

.yAlert .yAlert_br,.yAlert .yAlert_bs {
    font-size: 16px;
    margin: 10px auto;
    text-align: center;
    cursor: pointer
}

.yAlert .yAlert_bs {
    background: #59aafd;
    color: #fff
}

.yAlert .yAlert_br {
    border: #59aafd 1px solid;
    color: #59aafd;
}

.yAlert_bg {
    z-index: +100;
    background: #000;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.yuyue-btn {
    width: 100px;
    text-align: center;
    background: #59aafd;
}

.g-right {
    float: right;
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
}

.g-right div {
    border: 1px solid #ededed;
    padding: 12px 0px;
    margin-bottom: 10px;
}

.g-right p {
    color: #999999;
    font-size: 14px;
}

.c-lation-game {
    padding: 30px 0 0 0;
    border-top: 1px solid #f6f6f6;
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #666666;
    overflow: hidden;
}

.c-game-tit .tit {
    font-size: 24px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.c-lation {
    /* width: 630px; */
    margin: 0 auto;
    overflow: hidden;
}

.c-lation-top {
    width: 100%;
    overflow: hidden;
    height: 46px;
    margin-bottom: 10px;
}

.c-lation-top span {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    padding: 8px 24px;
    border-radius: 5px;
    background: #e8f5fb;
    margin-bottom: 5px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}

.c-lation-top span:hover {
    background: #5c96f7 !important;
    color: #fff !important;
}

.lation-top-active {
    background: #5c96f7 !important;
    color: #fff !important;
}

.sub-box {
    width: 100%;
    /* display:none; */
    margin-bottom: 20px;
}

.sub-box-img {
    width: 340px;
    height: 160px;
    float: left;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.sub-box-img img {
    width: 100%;
    height: 100%;
    /* border-radius: 15px; */
}

.c-infos {
    float: right;
    width: 400px;
}

.c-infos-tit {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.c-infos-tit .c-a1 {
    display: inline-block;
    color: #444444;
    font-size: 16px;
    width: 300px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    vertical-align: middle;
}

.c-infos-tit .c-a1:hover {
    color: #21aadb;
}

.c-infos-tit .c-a2 {
    float: right;
    color: #999999;
}

.c-infos-tit span {
    color: #999999;
    display: inline-block;
    padding: 0 10px;
}

.c-infos-tit em {
    color: #ffb31e;
    display: inline-block;
    padding: 2px;
}

.c-infos p {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 120px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.tab-box ul {
    /* width:650px; */
    width: 780px;
}

.tab-box ul li {
    float: left;
    padding: 10px 0;
    transition: all 0.3s;
    width: 230px;
    margin: 0px 16px 20px 6px;
    border-radius: 10px;
    background: #f3f3f3;
}

.tab-box ul li:hover {
    transform: translateY(-8px);
    box-shadow: 2px 3px 8px 5px #eee;
}

.tab-box ul li:hover .like-info-tits {
    color: #21aadb;
}

.likeimg-box {
    display: block;
    width: 85px;
    height: 85px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.likeimg-box img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.like-info-box {
    float: left;
    width: 116px;
}

.like-info-box .like-info-tits {
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    width: 116px;
    overflow: hidden;
    height: 20px;
    display: block;
    margin-top: 9px;
    margin-bottom: 5px;
}

.like-info-box .like-info-type {
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    width: 100px;
    overflow: hidden;
}
.desp-wrap table{
    border: 1px solid #e5e5e5;
    text-align:center;
    margin:10px auto;
}
.desp-wrap table td{

    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    
}
.desp-wrap table td strong{
    display:block;
    width:100%;
    text-align:center;
}
.desp-wrap table td strong span{
    color:#333 !important;
}
.desp-wrap table tr td:first-child,.desp-wrap table tr td:first-child{width:320px;}
.desp-wrap table td img{
    margin-top: 10px !important;
}
.desp-wrap table tr td:last-child{
    padding:10px;
}

.cq-tips{
	width: 755px;
	/* height:120px; */
	position:relative;
	margin: 15px auto 0;
}
.cq-tips a{
	display:block;
	width:100%;
	height:100%;
}
.cq-tips a img{
  width: 100%;
  /* height: 120px; */
}
.cq-tips em,.fmt-box em{
	display:block;
	width:29px;
	height:16px;
	background:url(../img/ad_tip_2016.png) no-repeat 0 0;
	position:absolute;
	bottom: 2px;
	left:0;
	z-index: 5;
}
.cq-tips div{
	position:absolute;
	right:0;
	top: -10px;
	color:#fff;
	font-size:20px;
	padding:10px;
  cursor: pointer;
  z-index: 5;
}
.g-tips-box{
    position: relative;
    top:0;
    left: 0;
    display: inline-block;
    /* background:#fea342; */
    border-radius:5px;
    padding: 0 5px;
    width: 181px;
    color: #fff;
}
.g-tips-pc{
    float:left;
    width: 28px;
    height: 28px;
    background:url(../img/pc_btn.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin: 5px;
}
.g-tips-box img{
    width: 200px;
    height:38px;
    cursor: pointer;
    display:block;
    position:relative;
}
.g-tips-txt{
    float:left;
}
.g-tips-txt p{
    margin-top:4px;
    margin-bottom:2px;
    font-weight:bold;
}
.g-tips-txt div{
    font-size:12px;
}
/* .g-tips-box:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    content: "";
    width: 30px;
    height: 14px;
    background: url(../img/gg-tips.png) no-repeat;
} */
.g-tips-box img:hover,.cq-tips a img:hover,.main .showing .game .desp-wrap .desp img:hover,.fmt-box img:hover{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.move-tips{line-height:20px;width: 100px;margin: 5px auto 0;padding:0 20px;overflow:hidden;}
.move-tips .tips-comment{padding-left:20px;font-size: 14px;color: red;display:inline-block;white-space:nowrap;animation:10s wordsLoop linear infinite normal;margin:0 10px;background: none;border: none;}
@keyframes wordsLoop{0%{transform:translateX(80px);-webkit-transform:translateX(80px)}
100%{transform:translateX(-100%);-webkit-transform:translateX(-100%)}
}
@-webkit-keyframes wordsLoop{0%{transform:translateX(80px);-webkit-transform:translateX(80px)}
100%{transform:translateX(-100%);-webkit-transform:translateX(-100%)}
}
.kf1-body body{
    /* background: url(../img/20220427.jpg) no-repeat center 40px fixed !important; */
}
.kf1-body .cm-topbar{
    background: rgba(52,52,52,0.7);
    margin-bottom: 10px;
    position: relative;
}
.kf1-body .cm-topbar a{
    color:#fff;
}