body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, aside, article, figcaption, figure, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

body {
    font-size: 14px;
    color: #333;
    background: #f2f2f2;
    line-height: 2.5;
    overflow-x: hidden;
}

a {
    cursor: pointer;
}

em, i {
    font-style: normal;
}

.clear {
    clear: both;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.org {
    color: #f60;
}

.breadcrumb {
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 98%;
    text-overflow: ellipsis;
}

.breadcrumb span {
    color: #999;
}

.mb10 {
    margin-bottom: 10px;
}

.mt0 {
    margin-top: 0 !important;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt5 {
    margin-top: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pd10 {
    padding: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

a:hover {
    color: #f60;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

fieldset, img {
    border: 0
}

.header {
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 0 12px;
    padding-left: 10px;
    height: 50px;
    background: #fafafa;
    border-bottom: 1px solid #dedede;
}

.header .logo-clip {
    height: 45px;
    -webkit-box-align: center;
}

.logo-clip .img {
    max-height: 35px;
    display: block;
}

.header .form-search {
    -webkit-box-flex: 1;
    position: relative
}

.header .glass-ico {
    display: inline-block;
    position: absolute;
    top: 7px;
    width: 14px;
    height: 14px;
    right: 10px;
    background: url(../images/i_ico.png) no-repeat -3px -100px;
    background-size: 60px auto;
}

.form-search .form-wrap {
    display: -webkit-box;
    padding: 0 10px;
    height: 30px;
    margin-left: 15px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -webkit-box-sizing: border-box;
    -webkit-box-align: center;
    font-size: 14px;
    color: #c5c5c5
}

.form-search .input {
    height: 28px;
    padding: 0 10px 0 0;
    margin-left: 10px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-box-sizing: border-box;
    color: #333;
    border: 0;
}

.form-search .search-btn {
    width: 30px;
    height: 28px;
    display: block;
    -webkit-box-flex: 0;
    background: url(../images/i_ico.png) no-repeat -32px -183px;
    background-size: 60px auto
}

.search-top .form-search {
    width: 100%;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.search-top .form-search {
    margin: 0 15px;
    -webkit-box-flex: 1;
}

.search-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 10;
    display: none;
}

.search-top {
    display: -webkit-box;
    -webkit-box-align: center;
    padding: 0 15px;
    height: 55px;
    background: #fafafa;
}

.search-top .searchBox {
    -webkit-box-flex: 1
}

.search-mask .hot-search {
    border-top: 1px solid #ebebeb
}

.hot-search .hot-t {
    margin-top: 15px;
    margin-left: 15px;
    color: #ababab;
    font-size: 16px;
    text-align: center
}

.hot-search .hot-list {
    *zoom: 1
}

.hot-search .hot-list:before, .hot-search .hot-list:after {
    display: table;
    content: "";
    line-height: 0
}

.hot-search .hot-list:after {
    clear: both
}

.hot-search .items {
    height: 27px;
    float: left;
    display: block;
    padding: 0 15px;
    margin-left: 15px;
    margin-top: 13px;
    border: 1px solid #bbb;
    border-radius: 25px;
    line-height: 27px;
    color: #333;
    font-size: 12px
}

.hot-search .items:active {
    background: #f2f2f2
}

.back-col {
    width: 24px;
    height: 30px;
    display: -webkit-box;
    -webkit-box-pack: start;
    -webkit-box-align: center;
    position: relative
}

.back-col:before {
    content: '';
    width: 10px;
    height: 18px;
    margin-right: 10px;
    display: block;
    background-image: url(../images/i_ico.png);
    background-repeat: no-repeat;
    background-position: -6px -236px;
    background-size: 60px auto
}

.back-col:active:before {
    background-position: -43px -236px
}

.back-col + .form-search {
    margin: 0
}


/*导航开始*/
.nav-list {
    border-bottom: 1px solid #ddd;
    background: #fff;
    height: 38px;
    overflow: hidden;
}

.nav-list .menu {
    height: 38px;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px;
    text-align: center;
}

.nav-list .menu li {
    -webkit-box-flex: 1.0;
    -moz-box-flex: 1.0;
    text-align: center;
    color: #333;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin-right: 5px;
    overflow: hidden;
}

#content {
    display: block;
}

#content .carousel {
    height: 180px;
}

#content .carousel a {
    display: block;
    position: relative;
}

#content .carousel a img {
    width: 100%;
    height: 180px;
}

#content .carousel .caption {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .today_hot {
    align-items: center;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(90deg, #FF881E, #FFA51E);
    box-sizing: border-box;
    padding: 0 0.3rem;
    justify-content: space-between
}

#content .today_hot .icon {
    display: block;
}

#content .today_hot .icon img {
    width: 65px;
    margin-left: 10px;
}

#content .today_hot a {
    display: block;
    margin-left: 10px;
    width: 66%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content .today_hot p {
    width: 90%;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
}


.category-con {
    padding-top: 10px;
    text-align: center;
    background-color: #fff;
    box-sizing: content-box;
    margin: 10px 0;
}

.category-con a {
    width: 23.999%;
    display: inline-block;
}

.category-con a div {
    width: 100%;
}

.category-con a div img {
    width: 50px;
}

.category-con a .img-tit {
    margin-top: 5px;
}

#content .box {
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

#content .box-title {
    height: 30px;
    position: relative;
    margin-bottom: 6px;
}

#content .box-title .more {
    float: right;
    font-size: 14px;
}

#content .box-title .inset-h, #content .box-title h1, #content .box-title h2, #content .box-title h3, #content .box-title p {
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    border-left: 6px solid #f9602c;
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 2px;
}

#content .game-ul {
    padding: 10px 0;
    width: 100%;
}

#content .game-ul li {
    width: 20%;
    max-width: 80px;
    float: left;
    margin-right: 3%;
    margin-left: 2%;
}

#content .game-ul li img {
    width: 100%;
    border-radius: 15px;
    height: 0;
    padding-bottom: 100%;
    background-size: cover;
}

#content .game-ul li a p {
    text-align: center;
    line-height: 14px;
    height: 14px;
    margin-top: 11px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*图片列表*/
#content .game-pro-ul {
    overflow: hidden;
}

#content .game-pro-ul li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

#content .game-pro-ul li:last-child {
    border-bottom: 0;
}

#content .game-pro-ul .pic {
    float: left;
    clear: left;
    overflow: hidden;
    margin-right: 10px;
    width: 80px;
    height: 80px;
    border-radius: 14px;
}

#content .game-pro-ul .pic img {
    width: 100%;
    height: 100%;
}

#content .game-pro-ul .txt {
    line-height: 25px;
}

#content .game-pro-ul p {
    line-height: 25px;
}

#content .game-pro-ul .info {
    color: #666;
    line-height: 30px;
}

#content .game-pro-ul .btn {
    float: right;
    position: relative;
    top: 25px;
}

#content .game-pro-ul h4 {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

#content .game-pro-ul h4 a:hover {
    color: #ff8a0c;
}

#content .game-pro-ul .scoreBox {
    top: -5px;
}

#content .game-pro-ul .datetime {
    color: #999;
}

#content .game-pro-ul .grey-btn {
    cursor: default;
}

#content .game-pro-ul .com-score {
    float: right;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    background: #ff8a0c;
    padding: 0 10px;
}

.down-btn {
    float: right;
    width: 48px;
    height: 26px;
    margin-top: 11px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-image: -webkit-linear-gradient(316deg, #ff7f2a, #ff5244);
    background-image: linear-gradient(134deg, #ff7f2a, #ff5244);
    border-radius: 4px;
    line-height: 26px;
    cursor: pointer;
}

.down-btn:hover {
    color: #fff;
    opacity: 0.8;
}

.game-article-ul {
    overflow: hidden;
}

.game-article-ul li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

.game-article-ul .pic {
    width: 128px;
    height: 80px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 0;
    float: left;
}

.game-article-ul .pic img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.game-article-ul h4 {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.game-article-ul .desc {
    color: #acacac;
    font-size: 12px;
    margin-top: 5px;
    height: 50px;
    overflow: hidden;
    display: block;
    line-height: 18px;
}

.game-article-ul .datetime {
    color: #999;
}

#content .page {
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
}

#content .page a, .page em, .page span {
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ff8a00;
    padding: 3px 5px;
    height: 32px;
    line-height: 32px;
    margin-right: 4px;
    font-style: normal;
    font-size: 12px;
}

#content .page em {
    color: red;
}

#content .page a:hover, .page .active, .page span {
    background: #ff8a00;
    color: #fff;
    border: 1px solid #f60;
}

#content .game-detail {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
    display: block;
    overflow: hidden;
}

#content .game-detail .pic {
    width: 70px;
    display: block;
    overflow: hidden;
}

#content .game-detail .pic img {
    width: 100%;
    height: 70px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-width: none;
    max-height: none;
}

#content .game-detail .tips {
    margin-top: 10px;
    padding: 3px;
    text-align: center;
    background-color: #f94e3f;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
}

#content .game-detail .tips a {
    color: #eab86b;
}

#content .game-detail .tips a i {
    vertical-align: bottom;
    margin-right: 3px;
}

#content .game-detail .info {
    width: 78%;
    height: auto;
    margin: 0;
    text-align: left;
    padding: 0 0 0 12px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
}

#content .game-detail .info h1 {
    text-align: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    display: block;
    overflow: hidden;
}

#content .game-detail .info .type {
    width: 100%;
    margin: 2px 0 0 0;
    overflow: hidden;
}

#content .game-detail .info .type b {
    width: 50%;
    height: 16px;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    float: left;
    margin: 6px 0 0 0;
    display: inline;
    overflow: hidden;
}

#content .game-detail .info .desc {
    color: #999;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content .game-detail .game-download {
    white-space: nowrap;
}

#content .game-detail .game-download a {
    height: 30px;
    margin-right: 5px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    cursor: pointer;
    padding: 0 5px;
}

#content .game-detail .game-download a i {
    vertical-align: top;
}

#content .game-detail .game-download a:hover {
    color: #fff !important;
}

#content .game-detail .game-download a.android {
    background: #a4cc38;
}

#content .game-detail .game-download a.ios {
    background: #282725;
    background: -moz-linear-gradient(top, #282725 0%, #1e1e1e 100%);
    background: -webkit-linear-gradient(top, #282725 0%, #1e1e1e 100%);
    background: linear-gradient(to bottom, #282725 0%, #1e1e1e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282725', endColorstr='#1e1e1e', GradientType=0);
}

#content .game-detail .game-download a.windows {
    background: #f7a934;
}

#content .game-detail .game-download .layui-btn:hover {
    opacity: 0.8;
}

#content .score-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#content .score-box .tags-list {
    display: flex;
}

#content .score-box .tags-list .tag {
    padding: 2px 5px;
    border-radius: 3px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    border: 1px solid #FF7234;
    color: #FF7234;
}

#content .score-box .tags-list .tag:nth-child(1) {
    border: 1px solid #FF3A3A;
    color: #FF3A3A;
}

#content .score-box .tags-list .tag:nth-child(2) {
    border: 1px solid #FF7234;
    color: #FF7234;
}

#content .score-box .score {
    font-weight: bold;
    color: #0AAF60;
    position: relative
}

#content .game-content {
    color: #666;
    padding: 5px 8px;
    line-height: 25px;
    overflow: hidden;
}

#content .game-content h1,
#content .game-content h2,
#content .game-content h3,
#content .game-content h4,
#content .game-content h5 {
    position: relative;
    margin-bottom: 13px;
    padding-left: 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
}

#content .game-content h1:before,
#content .game-content h2:before,
#content .game-content h3:before,
#content .game-content h4:before,
#content .game-content h5:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-linear-gradient(316deg, #ff7f2a, #ff5244);
    background-image: linear-gradient(134deg, #ff7f2a, #ff5244);
}

#content .game-content .is-for-you {
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}

#content .game-content img {
    max-width: 100%;
    max-height: 600px;
    margin: 10px auto;
    border-radius: 5px;
    display: block;
}

#content .game-content p {
    line-height: 30px;
    margin-bottom: 8px;
}

#content .game-content a {
    color: #f9602c;
    /* margin: 0 4px; */
    text-decoration: underline;
}

#content #game-video {
    margin: 10px 0;
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

#content .view-more {
    z-index: 1;
    display: none;
    overflow: hidden;
    position: relative;
}

#content .view-more span {
    display: block;
    width: 160px;
    height: 30px;
    line-height: 30px;
    margin: 12px auto 20px;
    text-align: center;
    border-radius: 6px;
    background: #f9602c;
    color: #fff;
    cursor: pointer;
}

#content .view-more span:hover {
    opacity: 0.6;
}


#content .screen-list {
    position: relative;
    height: 320px;
    overflow: hidden;
    padding: 10px;
    white-space: nowrap;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

#content .screen-list ul {
    height: 100%;
    margin: 0;
    font-size: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

#content .screen-list li {
    display: inline-block;
    position: relative;
    padding-right: 10px;
    vertical-align: middle;
}

#content .screen-list li:hover {
    opacity: 0.8;
}

#content .screen-list ul li img {
    height: 300px;
    border-radius: 5px;
    cursor: pointer;
}

#content .game-article-list {
    padding: 0;
    margin: 0;
}

.game-article-list li {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.game-article-list li::before {
    content: '◇';
    color: #f9602c;
    position: absolute;
    left: 0;
}

.game-article-list li a {
    display: block;
    font-weight: 500;
    color: #333;
    width: 100%;
    padding-left: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.today-server-list {
    margin-bottom: 25px;
    border-bottom: 1px dotted #f5f5f5;
    background: #fdfdfd;
    padding-left: 4px
}

.today-server-list li {
    height: 90px;
    padding: 15px 0 15px;
    position: relative;
    border-bottom: 1px dotted #ebebeb;
    border-left: 1px solid #f7f7f7;
    background: #fff
}

.today-server-list li:hover {
    background: #fafafa
}

.today-server-list li:hover .tit, .today-server-list li:hover .tit a {
    color: #f60
}

.today-server-list li.last {
    border-bottom: none
}

.today-server-list li.kf-item {
    padding: 35px 0 15px
}

.today-server-list .pic {
    margin: 0 15px;
    float: left;
    position: relative;
    _cursor: pointer
}

.today-server-list .pic img {
    width: 50px;
    height: 50px
}

.today-server-list .time {
    height: 18px;
    padding-left: 26px;
    color: #666;
    line-height: 18px;
    position: absolute;
    font-size: 14px;
    left: -10px;
    top: 9px;
    background: url("../images/newgame_icon.png") no-repeat -72px -194px
}

.today-server-list .right-text {
    margin-top: 10px;
}

.today-server-list .right-text .tit {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 26px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.today-server-list .right-text .tit a:hover {
    text-decoration: underline
}

.today-server-list .right-text .text {
    width: 420px;
    height: 44px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    cursor: default
}

.today-server-list .right-text .text a {
    color: #666
}

.today-server-list .right-text .type {
    color: #999;
    font-size: 14px;
    cursor: default;
    margin-left: 15px;
}

.today-server-list .right-text .type .name {
    color: #0050b4;
    font-style: normal
}

.today-server-list .right-text .type .type-con {
    margin-right: 20px
}

.today-server-list .right-text .type .org {
    color: #f80;
    font-style: normal
}

.today-server-list .right-text .type .na {
    color: #666
}

.today-server-list .right-text .android {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    margin-left: 3px;
    background-position: -111px -320px
}

.today-server-list .right-text .ios {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url("../images/pcnew_ico.png") no-repeat 100px 100px;
    _background: url("../images/pcnew_ico.gif") no-repeat 100px 100px;
    margin-left: 3px;
    background-position: -138px -320px
}

.today-server-list .other-btn {
    overflow: hidden;
    position: absolute;
    top: 58px;
    right: 0
}

.today-server-list .other-btn .btn {
    height: 23px;
    padding: 2px 5px;
    display: block;
    margin-right: 10px;
    border: 1px solid #ccc;
    line-height: 23px;
    text-align: center;
    font-size: 12px;
    float: left;
    background: #fafafa;
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.today-server-list .other-btn .btn:hover {
    color: #fff
}

.today-server-list .other-btn .no {
    border-color: #f3f3f3;
    background: #f3f3f3;
    color: #a6a6a6;
    cursor: default
}

.today-server-list .other-btn .no:hover {
    color: #a6a6a6
}

.today-server-list .other-btn .green {
    color: #a3ce0e
}

.today-server-list .other-btn .green:hover {
    border-color: #a3ce0e;
    background: #a3ce0e
}

.today-server-list .other-btn .red {
    color: #ff622b
}

.today-server-list .other-btn .red:hover {
    border-color: #ff622b;
    background: #ff622b
}

.today-server-list .other-btn .orange {
    color: #ff8a00
}

.today-server-list .other-btn .orange:hover {
    border-color: #ff8a00;
    background: #ff8a00
}

.today-server-list .other-btn .blue {
    color: #50c0ff
}

.today-server-list .other-btn .blue:hover {
    border-color: #50c0ff;
    background: #50c0ff;
    cursor: pointer
}

.today-server-list .after-day {
    color: #fff;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    background: #f9602c;
    border-radius: 100px 0 0 100px;
}

.article-detail {

}

.article-detail h1 {
    line-height: 30px;
    font-size: 18px;
}

.article-detail .info {

    height: 25px;
    line-height: 25px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.article-detail .info span {
    display: inline-block;
    margin: 0 5px;
}

.download-box {
    border: 1px solid #e3e3ee;
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
    height: 60px;
    border-radius: 5px;
}

.download-box .pic {
    overflow: hidden;
    border-radius: 14px;
    float: left;
    margin-right: 5px;
    padding: 4px;
}

.download-box .pic img {
    width: 52px;
    height: 52px;
    border-radius: 5px;
    margin: 0 auto;
}

.download-box .btn {
    float: right;
    margin-left: 5px;
    position: relative;
    top: 13px;
    margin-right: 10px;
}

.download-box .txt a {
    color: black;
}

.download-box .btn a {
    color: white;
}

.download-box h3 {
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    line-height: 30px;
}

.download-box span {
    font-size: 13px;
    line-height: 2.4;
}

.download-box .txt {
    color: #666;
    line-height: 1.2;
}

.article-tags {
    padding: 0px 10px;
}

#content .special-list {
    display: block;
    clear: both;
    overflow: hidden;
}

#content .special-list li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

#content .special-list a {
    display: block;
    margin: 0 5px;
    position: relative;
}

#content .special-list .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    line-height: 20px;
    color: #fff;
    padding: 0 10px;
    height: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#content .special-list li .box-img {
    padding-top: 44%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

#content .special-list li .box-img img {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

#content .special-box {
    position: relative;
    padding-top: 40%;
}

#content .special-box .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#content .special-box .tit {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    height: 26px;
}

#content .special-box .tit span {
    float: left;
    color: #fff;
    margin-left: 10px;
    line-height: 26px;
}

#content .special-box .photo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 2px solid #fff;
    overflow: hidden;
    margin-top: -26px;
}

#content .special-box .photo img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
}

#content .special-box .down {
    display: inline-block;
    float: right;
    line-height: 20px;
    margin: 3px 10px 3px 0;
    padding: 0 10px;
    background: #ffa600;
    color: #fff;
    border-radius: 3px;
}

.game-gift-list li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #d8d8d8;
}

#content .game-gift-list .pic {
    width: 65px;
    height: 70px;
    float: left;
    clear: left;
    overflow: hidden;
    margin-right: 7px;
}

#content .game-gift-list .pic img {
    width: 100%;
    height: 100%;
}

#content .game-gift-list .btn {
    top: 15px;
}

#content .game-gift-list .txt {
    margin-right: 65px;
    line-height: 20px;
}

#content .game-gift-list h4 {
    font-size: 15px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

#content .progress {
    display: inline-block;
    width: 70px;
    height: 10px;
    border-radius: 5px;
    background: #ddd;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}

#content .progress em {
    display: inline-block;
    height: 10px;
    border-radius: 5px 0 0 5px;
    background: #75c233;
    position: absolute;
    left: 0;
    top: 0;
}

#content .orange {
    color: #ff8a0c;
}

#content .game-gift-list p {
    line-height: 25px;
}

#content .gift-code-box {
    padding: 20px 0;
    margin-bottom: 10px;
    background: #fcf8e3;
    color: #b99047;
    display: none;
    text-align: center;
}

#content .gift-code-box p {
    line-height: 30px;
}

#content .gift-code-box .desc {
    color: red;
}

#content .gift-box {
    overflow: hidden;
}

#content .gift-box li {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}


/*底部样式表*/
#footer {
    padding: 15px 0;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    background-color: #fff;
    border-top: .02rem solid #d9d9dc;
}

#footer .u-copy {

    color: #979797;
    text-align: center;
}

#footer .u-copy a {
    font-size: 12px;
}

#footer .u-copy img {
    width: 18px;
    vertical-align: sub;
}

.toTop-btn {
    width: 30px;
    height: 30px;
    font-size: 28px;
    border-radius: 3px;
    position: fixed;
    bottom: 35px;
    right: 5px;
    cursor: pointer;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #d9d9dc;
}

.toTop-btn span {
    font-size: 20px;
    position: absolute;
    left: 6px;
    bottom: -11px;
}

.downbtn {
    display: none;
    height: 50px;
    font-size: 1.6rem;
    line-height: 50px;
    background: #ec3840;
    text-align: center;
    margin: 18px 0;
    border-radius: 10px;
    box-shadow: 3px 4px 3px 0px #000;
    animation: shareCodeBtnAn 0.5s ease-in-out infinite alternate;
}

@keyframes shareCodeBtnAn {
    from {
        transform: scale(0.93);
    }

    to {
        transform: scale(1);
    }
}
.downbtn a {
    display: block;
    color: #fff !important;
    letter-spacing: 0.1rem;
    font-size: 25px;
    text-decoration: none !important;
}

