.listcontent {
    background: #ffffff;
    padding: 5px 20px 140px 20px;
    margin: 35px auto 0;
    width: 1160px;
    overflow: hidden;
    z-index: 2;
}
.listcontent .fl {
    width: 850px;
    margin-right: 25px;
	float;left;
}
.hd_title {
    line-height: 22px;
    position: relative;
}
.hd_title .title {
    display: inline-block;
    font-size: 22px;
    color: #525252;
    line-height: 34px;
}
.hd_title .line {
    display: inline-block;
    background: #ff7800;
    width: 4px;
    height: 22px;
    vertical-align: middle;
    margin-right: 15px;
}
.game_wrap {
    border: 1px #e6e6e6 solid;
    padding: 30px;
    margin-top: 20px;
}
.game_wrap .game_pic {
    float: left;
}
.game_wrap .game_pic .pic {
    width: 120px;
    height: 120px;
    background: url(../images/details_game.png) center center no-repeat;
    overflow: hidden;
    border-radius: 18px;
}
.game_wrap .game_pic img {
    width: 120px;
    height: 120px;
}
.game_wrap .game_pic .grade {
    margin-top: 5px;
}
.game_wrap .game_pic .grade .icon_stars {
    vertical-align: top;
}
.icon_stars i {
    display: inline-block;
    background: url(../images/icon_staron.png) repeat-x 0 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
}

.icon_stars {
    display: inline-block;
    background: url(../images/icon_staroff.png) repeat-x 0 0;
    text-align: left;
    width: 80px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
}
.game_wrap .game_text {
    padding-left: 20px;
    width: 430px;
    float: left;
}
.game_wrap .game_text .txt_box .name {
    font-size: 24px;
    font-weight: bold;
    color: #ff7800;
}
.game_wrap .game_text dl div {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #666666;
    padding-top: 10px;
}
.blue {
    color: #ff7800;
}
.game_wrap .game_text dl .intro {
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.game_wrap .btn_box {
    float: right;
    vertical-align: top;
    width: 140px;
}
.game_wrap .btn_box a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #ff7800;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-top: 15px;
    border-radius: 5px;
    position: relative;
}
.game_wrap .btn_box a .icon1 {
    background-position: 0px 0px;
}
.game_wrap .btn_box a i {
    width: 24px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background-image: url(../images/device_icon.png);
    background-repeat: no-repeat;
}
.game_wrap .btn_box .sweep_code .code_arrow {
    border-bottom: 15px solid #FFF;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    font-size: 0;
    height: 0;
    width: 0;
    line-height: 0;
    position: absolute;
    top: -15px;
    left: 65px;
}
.game_wrap .btn_box .sweep_code {
    display: ;
    opacity: 0;
    visibility: hidden;
    margin-left: -80px;
    position: absolute;
    top: 105px;
    left: 50%;
    z-index: 97;
    transition: all 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.game_wrap .btn_box .sweep_code .code {
    background: #FFF;
    text-align: center;
    padding: 20px 20px 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4);
}
.game_wrap .btn_box .sweep_code .code img {
    width: 120px;
    height: 120px;
}
.game_wrap .btn_box .sweep_code .code p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.game_wrap .btn_box a.off {
    background-color: #c7c7c7;
}
.game_wrap .btn_box a:hover .sweep_code {
	opacity: 1;
	visibility: visible;
	top: 40px;
}
.mt35 {
    margin-top: 35px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.m-screenshot-box {
    overflow: hidden;
    position: relative;
    height: 316px;
}
.m-screenshot-box .m-screenshot-list {
    position: absolute;
    height: 316px;
    white-space: nowrap;
    font-size: 0;
    left: 0;
}
.m-screenshot-box .m-screenshot-list .m-screenshot-item {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-right: 10px;
    display: inline-block;
    width: 190px;
    height: 316px;
}
.m-detail-text-box .m-detail-text-wrapper {
    line-height: 19px;
    font-size: 14px;
    color: #303030;
    overflow: hidden;
}
.m-detail-text-box .m-expand-wrapper {
    margin-top: 20px;
    overflow: hidden;
}
.m-detail-text-box .m-expand-wrapper .u-btn-expand {
    outline: none;
    float: right;
    display: block;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #ff7800;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.m-detail-text-box .m-expand-wrapper .u-btn-expand .sprite {
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.sprite-ic-arrow-3 {
    width: 12px;
    height: 6px;
    background-position: -297px -73px;
}
.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.sprite-ic-arrow-4 {
    width: 12px;
    height: 6px;
    background-position: -367px -173px;
}
.game_wrap .btn_box a .icon2 {
    background-position: -28px 0px;
}
.listcontent .fr {
    width: 285px;
}
.fr {
    float: right;
}
.hot_title {
    font-size: 22px;
    color: #525252;
    line-height: 34px;
    height: 34px;
    position: relative;
}
.hot_title .pq_icon {
    width: 28px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/hotrank_icon.png) no-repeat;
    position: absolute;
    left: 100px;
    top: 2px;
}
.hot_list {
    border: 1px #e6e6e6 solid;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.hot_list ul li {
    padding: 5px 0 5px 10px;
    border-bottom: 1px #e6e6e6 solid;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.hot_list .ranking {
    width: 20px;
    height: 42px;
    vertical-align: middle;
    background-image: url(../images/hotrank_icon.png);
    background-repeat: no-repeat;
    background-position: -72px -26px;
    float: left;
    margin-right: 10px;
}
.hot_list .ranking_1 {
    background-position: -0px -26px;
}
.hot_list .ranking_2 {
    background-position: -24px -26px;
}
.hot_list .ranking_3 {
    background-position: -48px -26px;
}
.hot_list .ranking span {
    color: #fff;
    padding-top: 12px;
    display: block;
    text-align: center;
    line-height: 22px;
}
.hot_list .text {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
}

.hot_list .text .name {
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
}
.hot_list .text .name_title {
    font-size: 14px;
    color: #666;
    line-height: 42px;
    padding-left: 3px;
}
.hot_list .down_load {
    font-size: 12px;
    padding: 0 10px;
    line-height: 22px;
    margin-top: 9px;
    float: right;
    border-radius: 3px;
    vertical-align: top;
    border: 1px #ff7800 solid;
    color: #ff7800;
    text-align: center;
    transition: all 0.3s linear;
}
.hot_list ul li .change_two {
    padding: 10px 0;
    display: none;
}
.hot_list .pic {
    display: inline-block;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 13px;
    position: relative;
}
.hot_list .pic .img-font {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 13px;
    margin: 0 auto;
    display: table;
    text-align: center;
    background: #e2e2e2;
    color: #bbbaba;
    overflow: visible;
}
.hot_list .pic .img-font-cell {
    display: table-cell;
    vertical-align: middle;
}
.hot_list .pic .img-font-text {
    width: 100%;
    font-size: 16px;
}
.hot_list .pic img {
    width: 60px;
    height: 60px;
    position: relative;
}
.hot_list .al_t {
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    margin-top: -70px;
}
.hot_list .text .game-version {
    height: 16px;
    font-size: 14px;
    line-height: 16px;
    max-width: 100%;
    width: 100%;
    margin-top: 35px;
}
.hot_list .text p {
    margin-top: 5px;
    width: 100%;
    height: 15px;
    line-height: 15px;
}
.hot_list .text p span {
    height: 100%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 60px;
    overflow: hidden;
}
.hot_list .text .game-version span {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.hot_list .text .game-version .game-version-ios {
    margin-top: 5px;
}
.hot_list .text .game-version img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.hot_list .text .game-version i {
    font-style: normal;
    line-height: 16px;
    margin: 0 2px;
}
.hot_list .down_load_on {
    color: #fff;
    background-color: #ff7800;
    margin-top: 25px;
}
.hot_list .down_load_position {
    position: absolute;
    top: 10px;
    right: 0;
}
.pt5 {
    padding-top: 5px;
}
.al_t {
    vertical-align: top !important;
}
.m-screenshot-box .m-button {
    position: absolute;
    text-align: center;
    width: 20px;
    height: 60px;
    line-height: 60px;
    z-index: 99;
    top: 128px;
}
.m-screenshot-box .m-button-left {
    left: 8px;
}
.m-screenshot-box .m-button .u-bg {
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.m-screenshot-box .m-button-right {
    right: 8px;
}
.sprite-ic-arrow-1 {
    width: 10px;
    height: 28px;
    background-position: -5px -35px;
}
.sprite-ic-arrow-1-y {
	width: 10px;
	height: 28px;
	background-position: -25px -35px;
}
.sprite-ic-arrow-2 {
    width: 10px;
    height: 28px;
    background-position: -499px -35px;
}
.sprite-ic-arrow-2-y {
	width: 10px;
	height: 28px;
	background-position: -519px -35px;
}
.m-screenshot-box .m-button .sprite {
    vertical-align: middle;
    cursor: pointer;
}