/* Write your styles */
.sq-warp{
    width: 100%;
    min-width: 1100px;
}
.sq-container {
    width: 1070px;
    margin: 0 auto;
}
img {
    width: 100%;
    vertical-align: unset;
}
body {
    background-color: #fafafa;
    min-width: 1366px;
}

/*layout*/
.header {
    height: 90px;
}
.header .logo{
    width: 107px;
    height: 60px;
    line-height: 60px;
    float: left;
    margin-top: 15px;
}
.header .logo a {
    display: block;
    width: 107px;
    height: 60px;
    line-height: 60px;
}
.header .logo a img {
    vertical-align: middle;
}
.nav {
    height: 60px;
    line-height: 60px;
    float: right;
    margin-top: 15px;
}
.nav .nav-list{
    height: 16px;
    margin-top: 21px;
}
.nav a {
    float: left;
    width: 190px;
    height: 16px;
    line-height: 16px;
    font-size: 20px;
    color: #706f6f;
    border-right: 1px solid #dcdcdc;
    text-align: center;
}
.nav a:last-child {
    border: none;
}
.footer {
    width: 100%;
    height: 180px;
    margin-top: 26px;
}
.footer .info {
    width: 505px;
    height: 110px;
    float: left;
}
.footer .info .tips {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    display: block;
    float: left;
    margin-top: 30px;
}
.footer .info .tips span {
    margin-right: 38px;
}
.footer .info .copyright {
    color: #999;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    float: left;
}
.footer .info .copyright img {
    width: 18px;
    vertical-align: middle;
}
.footer .contact {
    float: right;
    margin-right: 130px;
    width: 205px;
    height: 70px;
    margin-top: 36px;
}
.footer .contact span {
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    color: #999;
    margin-bottom: 15px;
}
.footer .contact .contact-way {
    height: 40px;
}
.footer .contact .contact-way a {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 14px;
}
.footer .contact .contact-way a:first-child {
    margin-left: 0;
}
.go-top {
    position: fixed;
    right: 0px;
    bottom: 330px;
    display: none;
}
.match-adv {
    width: 145px;
    height: 300px;
    overflow: hidden;
    position: fixed;
    right: 0px;
    bottom: 20px;
}


/*index*/
.banner {
    border-top: 1px solid #c2c1c1;
    border-bottom: 1px solid #c2c1c1;
}
.news {
    width: 100%;
    height: 16px;
    line-height: 16px;
    margin: 35px 0 39px 0;
}
.news .news-tag {
    height: 16px;
    line-height: 16px;
    float: left;
    font-size: 14px;
    color: #fff;
    font-weight: bolder;
    background-color: #fa6f17;
    padding: 0 10px;

}
.news .orange-triangle-right {
    float: left;
    width: 9px;
    height: 16px;
    background-image: url("../images/orange-triangle-right.png");
    background-repeat: no-repeat;
    margin-right: 14px;
}
.news .news-item {
    width: 1000px;
    float: left;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}
.news .news-item .am-slider-default {
    background-color: #fafafa;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.news .news-item a {
    color: #565756;
}
.games {
    width: 100%;
    height: 340px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #fff;
}
.games .game-title {
    height: 58px;
    border-bottom: 1px solid #e7e7e7;
}
.games .game-title .hot {
    width: 145px;
    height: 32px;
    float: left;
    margin-top: 13px;
}
.games .game-title .hot .hot-tag {
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}
.games .game-title .hot span {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #888;
}
.more {
    width: 50px;
    height: 17px;
    line-height: 17px;
    float: right;
    margin-right: 30px;
    margin-top: 19px;
}
.more a {
    display: block;
    width: 50px;
    color: #888;
    font-size: 14px;
}
.games .game-list {
    width: 100%;
    height: 280px;
}
.games .game-list .game-item {
    width: 213px;
    border-right: 1px solid #e7e7e7;
    height: 280px;
    float: left;
}
.games .game-list .game-item:last-child {
    border: none;
}
.games .game-list .game-item .game-icon {
    width: 115px;
    height: 115px;
    margin-top: 40px;
    margin-left: 52px;
}
.games .game-list .game-item .game-icon .game-qrcode{
    display: none;
    width: 115px;
}
.games .game-list .game-item .game-name {
    font-size: 16px;
    width: 100%;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #333;
    margin-top: 13px;
}
.games .game-list .game-item .download {
    width: 100%;
    height: 31px;
    margin-top: 16px;
}
.games .game-list .game-item .download .download-btn {
    width: 78px;
    height: 31px;
    line-height: 32px;
    color: #fff;
    font-weight: bolder;
    font-size: 12px;
    background-color: #fa6f17;
    border-radius: 5px;
    float: left;
    text-align: center;
    margin-left: 53px;
    cursor: pointer;
}

.games .game-list .game-item .download .disabled {
    background-color: #888;
    cursor: default;
}
.games .game-list .game-item .download .download-qrcode {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 2px;
    margin-left: 9px;
}
.games .game-list .game-item .download-apps {
    height: 58px;
    width: 205px;
    margin: 0 auto;
    margin-top: 2px;
    border: 3px solid #f16d00;
    background-color: #fff;
    display: none;
}
.games .game-list .game-item .download-apps .download-app {
    width: 100px;
    height: 42px;
    float: left;
    border-right: 1px solid #ddd;
    cursor: pointer;
    margin-top: 6px;
}
.games .game-list .game-item .download-apps .download-app:last-child {
    border: none;
    width: 99px;
}
.games .game-list .game-item .download-apps .download-app .platform-icon {
    width: 32px;
    height: 32px;
    float: left;
    margin-left: 7px;
    margin-top: 3px;
}
.games .game-list .game-item .download-apps .download-app .download-link {
    width: 50px;
    height: 32px;
    line-height: 32px;
    float: left;
    color: #888;
    font-size: 18px;
    margin-top: 5px;
    margin-left: 10px;
}
.f-container {
    margin-top: 19px;
    height: 506px;
}

.title-bar {
    height: 58px;
    border-bottom: 1px solid #e7e7e7;
}
.title-bar .icon {
    height: 32px;
    line-height: 32px;
    float: left;
    margin-top: 13px;
}
.title-bar .icon .icon-tag {
    width: 32px;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}
.title-bar .icon span {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #888;
}
.activity {
    width: 48%;
    height: 506px;
    margin-right: 20px
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #fff;
}
.activity .activity-list {
    width: 300px;
    margin-left: 30px;
    margin-top: 7px;
}
.activity .activity-list .activity-item {
    width: 300px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.activity .activity-list .activity-item a {
    color: #888;
}
.new-game {
    width: 356px;
    height: 506px;
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-left: 14px;
    background-color: #fff;
}
.new-game .game-info {
    width: 100%;
    height: 95px;
    margin-top: 52px;
}
.new-game .game-info .game-icon {
    width: 95px;
    height: 95px;
    margin-left: 25px;
    float: left;
}
.new-game .game-info .game-icon .game-qrcode {
    display: none;
    width: 95px;
}
.new-game .game-info .game-des {
    height: 95px;
    float: left;
    width: 190px;
    margin-left: 18px;
    color: #888;
}
.new-game .game-info .game-des .des1 {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 10px;
}
.new-game .game-info .game-des .des2 {
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 18px;
}
.new-game .btn-list {
    width: 100%;
    height: 37px;
    margin-top: 20px;
    position: relative;
}
.new-game .btn-list .btn1 {
    width: 130px;
    height: 37px;
    line-height: 37px;
    float: left;
    margin-left: 25px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #cecece;
    border-radius: 10px;
}
.new-game .btn-list .btn1 a {
    color: #888;
}
.new-game .btn-list .btn2 {
    width: 130px;
    height: 37px;
    line-height: 37px;
    float: left;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #fa6f17;
    border-radius: 10px;
}
.new-game .btn-list .qrcode {
    width: 26px;
    height: 26px;
    float: left;
    margin-top: 4px;
    margin-left: 5px;
}
.new-game .btn-list .download-box {
    width: 300px;
    height: 52px;
    border: 2px solid #fa6f17;
    position: absolute;
    top: 39px;
    left: 27px;
    background-color: #fff;
    display: none;
}
.new-game .btn-list .download-box div {
    width: 148px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 9px;
    float: left;
}
.new-game .btn-list .download-box div a {
    color: #898989;
    font-size: 16px;
}
.new-game .btn-list .download-box .box-ios {
    border-right: 1px solid #dedede;
}
.new-game .btn-list .download-box .box-ios i {
    color: #b7b5d9;
    font-size: 22px;
}
.new-game .btn-list .download-box .box-android i {
    color: #a1cb24;
    font-size: 22px;
}
.new-game .game-intro {
    font-size: 12px;
    color: #888;
    width: 308px;
    margin: 0 auto;
    margin-top: 44px;
}
.new-game .game-intro .intro-title {
    margin-bottom: 20px;
}
.new-game .game-intro .intro-content {
    height: 90px;
    line-height: 22px;
    overflow: hidden;
}
.new-game .game-intro .more-detail {
    margin-top: 20px;
}
.new-game .game-intro .more-detail a {
    color: #fa6f17;
}
.comment {
    width: 331px;
    height: 506px;
    float: left;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-left: 13px;
    background-color: #fff;
}
.comment .comment-list {
    width: 318px;
    margin: 0 auto;
}
.comment .comment-list .comment-item {
    width: 318px;
    height: 145px;
    overflow: hidden;
    margin-top: 2px;
    border-bottom: 1px dashed #d7d7d7;
}
.comment .comment-list .comment-item .comment-info {
    margin-left: 6px;
    margin-top: 3px;
    height: 44px;
    width: 310px;
}
.comment .comment-list .comment-item .comment-info .avatar {
    width: 38px;
    height: 38px;
    float: left;
}
.comment .comment-list .comment-item .comment-info .comment-game {
    float: left;
    margin-left: 6px;
}
.comment .comment-list .comment-item .comment-info .comment-game .comment-name {
    font-size: 14px;
    color: #888;
}
.comment .comment-list .comment-item .comment-info .comment-game .stars {
    font-size: 8px;
    color: #fa6f17;
}
.comment .comment-list .comment-item .comment-content {
    width: 299px;
    margin: 0 auto;
}
.comment .comment-list .comment-item .comment-content .detail {
    display: block;
    width: 245px;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
    height: 44px;
    word-break: break-all;
}
.comment .comment-list .comment-item .comment-content .detail img {
    width: 14px;
    height: 13px;
    position: absolute;
    z-index: 999;
}
.comment .comment-list .comment-item .comment-content .detail .comment-left {
    top: -3px;
    left: -25px;
}
.comment .comment-list .comment-item .comment-content .detail .comment-right {
    bottom: -3px;
    right: -25px;
}
.comment .comment-list .comment-item .author {
    font-size: 14px;
    color: #4ebfcd;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
}
.comment .comment-list .comment-item .author span {
    color: #dedede;
}
.match {
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 19px;
}
.match .match-list {
    width: 1045px;
    margin: 22px auto 26px auto;
}
.match .match-list .am-slider-default {
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}
.match .match-list .am-slider-default img {
    width: auto;
    height: 253px;
    margin: 0 auto;
}

/*活动列表页*/
.activity-detail {
    background-color: #fff;
    height: 1104px;
    width: 100%;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-top: 26px;
}
.activity-detail .activity-banner {
    width: 988px;
    height: 290px;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden;
}
.activity-detail .activity-list {
    width: 988px;
    height: 620px;
    margin: 0 auto;
}
.activity-detail .activity-list .activity-item {
    height: 62px;
    line-height: 62px;
    width: 100%;
    border-bottom: 2px dashed #ddd;
}
.activity-detail .activity-list .activity-item a {
    color: #000;
}
.activity-detail .activity-list .activity-item span {
    display: block;
    float: left;
}
.activity-detail .activity-list .activity-item .tag {
    margin-left: 30px;
    color: #fff;
    height: 21px;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    background-color: #28c0c7;
    padding: 0 6px;
    border-radius: 3px;
    margin-top: 22px;
}
.activity-detail .activity-list .activity-item .title {
    color: #333;
    margin-left: 20px;
}
.activity-detail .activity-list .activity-item .date {
    color: #666;
    float: right;
    margin-right: 28px;
}

/*评论页*/
.comment-detail {
    width: 100%;
    background-color: #f2f2f2;
    padding-left: 8px;
}
.comment-detail .comment-title {
    height: 68px;
    line-height: 68px;
}
.comment-detail .comment-title div {
    float: left;
}
.comment-detail .comment-title .line {
    width: 447px;
    height: 68px;
    line-height: 68px;
}
.comment-detail .comment-title .line hr {
    margin: 35px auto !important;
}
.comment-detail .comment-title .title {
    width: 146px;
    text-align: center;
    color: #666;
    font-size: 16px;
}
.comment-detail .comment-list {
    width: 100%;
}
.comment-detail .comment-list .comment-item {
    width: 333px;
    border: 1px solid #dedede;
    box-shadow: 0 2px 10px 0 rgba(14, 21, 96, 0.3);
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
    background-color: #fff;
}
.comment-detail .comment-list .comment-item .comment-info {
    margin-left: 10px;
    margin-top: 10px;
    height: 60px;
    width: 323px;
}
.comment-detail .comment-list .comment-item .comment-info .avatar {
    width: 50px;
    height: 50px;
    float: left;
}
.comment-detail .comment-list .comment-item .comment-info .comment-game {
    float: left;
    margin-left: 10px;
}
.comment-detail .comment-list .comment-item .comment-info .comment-game .comment-name {
    font-size: 18px;
    color: #333;
}
.comment-detail .comment-list .comment-item .comment-info .comment-game .stars {
    font-size: 12px;
    color: #fa6f17;
}
.comment-detail .comment-list .comment-item .comment-content {
    width: 313px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}
.comment-detail .comment-list .comment-item .comment-content .detail {
    display: block;
    width: 245px;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}
.comment-detail .comment-list .comment-item .comment-content .detail img {
    width: 14px;
    height: 13px;
    position: absolute;
    z-index: 999;
}
.comment-detail .comment-list .comment-item .comment-content .detail .comment-left {
    top: -3px;
    left: -25px;
}
.comment-detail .comment-list .comment-item .comment-content .detail .comment-right {
    bottom: -3px;
    right: -25px;
}
.comment-detail .comment-list .comment-item .author {
    font-size: 14px;
    color: #fa6f17;
    margin-top: 10px;
    float: right;
    margin-right: 10px;
}
.comment-detail .comment-list .comment-item .author span {
    color: #dedede;
}
.comment-detail .loading {
    text-align: center;
    color: #777;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: none;
}

/*文章详情*/
.detail-container {
    overflow: hidden;
}
.detail-container:after {
    content:"";
    height:0;
    visibility:hidden;
    display:block;
    clear:both;
}
.news-detail {
    border: 1px solid #dedede;
    width: 100%;
    border-radius: 10px;
    margin-top: 26px;
    background-color: #fff;
    float: left;
}
.news-detail .content {
    min-height: 350px;
    padding: 0 30px;
}
.news-detail .content .title {
    font-size: 20px;
    text-align: center;
    color: #333;
    margin-top: 30px;
}
.news-detail .content .date {
    font-size: 12px;
    text-align: right;
    color: #888;
}
.news-detail .content .contents {
    margin-top: 30px;
    margin-bottom: 30px;
}
.relate-article {
    width: 354px;
    float: left;
    margin-left: 16px;
    height: 437px;
    border: 1px solid #dedede;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 26px;
}
.relate-article .article-list {
    width: 306px;
    margin: 0 auto;
    font-size: 16px;
    margin-top: 20px;
}
.relate-article .article-list .article-item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.relate-article .article-list .article-item a {
    color: #666;
}
.np-article {
    width: 100%;
    height: 35px;
    line-height: 35px;
    float: left;
    margin-top: 23px;
}
.np-article div {
    font-size: 12px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.np-article .prev {
    margin-right: 10px;
    padding-left: 15px;
    float: left;
}
.np-article .next {
    margin-left: 10px;
    padding-right: 15px;
    float: right;
}
.np-article div a {
    color: #333;
}

/*游戏详情*/
.game-detail .game-info {
    width: 100%;
    height: 169px;
    margin-top: 30px;
}
.game-detail .game-info .game-info-left {
    float: left;
    width: 445px;
    height: 160px;
}
.game-detail .game-info .game-info-left .game-icon {
    width: 160px;
    height: 160px;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}
.game-detail .game-info .game-info-left .game-des {
    width: 260px;
    height: 160px;
    float: left;
    margin-left: 25px;
    position: relative;
}
.game-detail .game-info .game-info-left .game-des .des1 {
    font-size: 22px;
    font-weight: bolder;
    color: #464646;
}
.game-detail .game-info .game-info-left .game-des .des2 {
    font-size: 18px;
    color: #464646;
}
.game-detail .game-info .game-info-left .game-des .download {
    width: 211px;
    height: 50px;
    line-height: 50px;
    background-color: #fa6f17;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.game-detail .game-info .game-info-left .game-des .download-box {
    width: 300px;
    height: 52px;
    border: 2px solid #fa6f17;
    position: absolute;
    top: 144px;
    left: -45px;
    background-color: #fff;
    display: none;
}
.game-detail .game-info .game-info-left .game-des .download-box div {
    width: 148px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 9px;
    float: left;
}
.game-detail .game-info .game-info-left .game-des .download-box div a {
    color: #898989;
    font-size: 16px;
}
.game-detail .game-info .game-info-left .game-des .download-box .box-ios {
    border-right: 1px solid #dedede;
}
.game-detail .game-info .game-info-left .game-des .download-box .box-ios i {
    color: #b7b5d9;
    font-size: 22px;
}
.game-detail .game-info .game-info-left .game-des .download-box .box-android i {
    color: #a1cb24;
    font-size: 22px;
}
.game-detail .game-info .game-info-right {
    float: right;
    width: 162px;
    height: 167px;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.game-detail .game-info .game-info-right .qrcode {
    width: 110px;
    margin: 0 auto;
    margin-top: 15px;
}
.game-detail .game-info .game-info-right .tips {
    width: 160px;
    font-size: 14px;
    text-align: center;
    color: #333;
    position: absolute;
    bottom: 8px;
    left: 0;
}
.game-detail .game-content {
    width: 702px;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    margin-top: 31px;
    float: left;
    min-height: 565px;
}
.game-detail .game-content .contents {
    padding: 24px 41px;
}
.game-detail .game-article {
    width: 354px;
    height: 565px;
    border-radius: 10px;
    border: 1px solid #dedede;
    margin-left: 14px;
    float: left;
    background-color: #fff;
    margin-top: 31px;
}
.game-detail .game-article .article-list {
    width: 307px;
    margin: 0 auto;
}
.game-detail .game-article .article-list .list-banner {
    margin-top: 30px;
}
.game-detail .game-article .article-list .article-item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #eee;
    text-indent: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.game-detail .game-article .article-list .article-item a {
    color: #666;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.ml25 {
    margin-left: 25px;
}
.recommand {
    width: 100px;
    height: 40px;
    border: 1px solid #11ef11;
    text-align: center;
}
.recommandbg {
    background-color: #48f748;
}
.hide {
    display: none;
}
.btn {
    border: 1px solid #FF0000;
    padding: 5px 10px 5px 10px;
}
.img_icon {
    height: 19px;
    width: 22px;
    margin: 5px;
}
.menu_selected {
    background-color: #333
}