@import "common.css";
/* 定义一个兼容类 */
.game_detail {
    background-color: #f6f6f6;
    width: 100%;
    padding-bottom: 44px;
}

.game_detail .game_deatail_wrapper {
    width: 860px;
    box-shadow: 0px 2px 10px 0px #f0f0f0;
}

.game_detail .game_deatail_wrapper .game_deatail_h {
    background: #ffffff;
    padding: 29px 0 39px 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_logo {
    width: 180px;
    height: 180px;
    vertical-align: middle;
    margin-right: 21px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info {
    display: inline-block;
    vertical-align: middle;
    font-family: Microsoft YaHei;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info h1 {
    font-size: 26px;
    font-weight: bold;
    color: #212121;
    margin-bottom: 17px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div div {
    font-size: 14px;
    color: #999999;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div div span {
    font-size: 14px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div div span.point1 {
    color: #ff8b1a;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div div span.point2 {
    color: #444444;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div div:nth-of-type(1) {
    margin-bottom: 19px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_info .game_i > div:nth-of-type(1) {
    margin-right: 65px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load {
    margin-top: 29px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load a {
    display: inline-block;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn {
    display: inline-block;
    width: 150px;
    height: 44px;
    background: #4cce67;
    border-radius: 2px;
    line-height: 44px;
    padding-left: 44px;
    cursor: pointer;
    position: relative;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    vertical-align: middle;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn .code_icon {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn .code_icon:hover .code {
    display: block;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn .icon {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn .code {
    position: absolute;
    top: 105%;
    right: -20px;
    display: none;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn .code .code_i {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    top: 20px;
    width: 110px;
    height: 110px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn .code p {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn:hover {
    background-color: #37bb53;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn.ios_load {
    margin: 0 12px;
    background-color: #2c2b2f;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn.ios_load:hover {
    background-color: #151417;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn.pc_load {
    background-color: #498eff;
}

.game_detail .game_deatail_wrapper .game_deatail_h .game_deatail_load .btn.pc_load:hover {
    background-color: #497cff;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box {
    width: 124px;
    height: 124px;
    background: #ffffff;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding-top: 15px;
    position: absolute;
    top: 19px;
    right: 32px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box h2 {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box .score {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #212121;
    margin-top: 12px;
    margin-bottom: 9px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box .star .star1 {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    background: url("../images/star2.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box .star .star2 {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    background: url("../images/star1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box .download_num {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 7px;
}

.game_detail .game_deatail_wrapper .game_deatail_h .score_box .download_num span {
    font-size: 12px;
}

.game_detail .game_deatail_wrapper .game_introduce {
    width: 100%;
    background: #ffffff;
    padding: 26px 26px 26px 30px;
}

.game_introduce p {
    line-height: 30px;
}

.game_detail .game_deatail_wrapper .game_introduce .word {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}

.game_detail .game_deatail_wrapper .game_introduce .word span {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #e95656;
    margin-right: 9px;
}

.game_detail .game_deatail_wrapper .game_introduce .version {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    margin-top: 21px;
    margin-bottom: 26px;
}

.game_detail .game_deatail_wrapper .game_introduce .slide_box {
    width: 100%;
    height: 282px;
    overflow: auto;
}

.game_detail .game_deatail_wrapper .game_introduce .slide_box .swiper-container {
    width: 100%;
    height: 100%;
}

.game_detail .game_deatail_wrapper .game_introduce .slide_box .swiper-container .swiper-slide {
    width: auto;
    height: 100%;
}

.game_detail .game_deatail_wrapper .game_introduce .slide_box .swiper-container .swiper-slide img {
    height: 100%;
}

.game_detail .game_deatail_wrapper .game_introduce .game_des {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 37px;
    max-height: 378px;
    overflow: hidden;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f {
    margin-top: 26px;
    position: relative;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #b8b8b8;
    display: inline-block;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div img {
    display: inline-block;
    vertical-align: middle;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div span {
    font-size: 14px;
    vertical-align: middle;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div.network {
    margin-right: 32px;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div.more {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div.more:hover {
    opacity: 0.85;
}

.game_detail .game_deatail_wrapper .game_introduce .game_introduce_f div.more img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.game_detail .game_deatail_wrapper .anothor_nes {
    margin-top: 16px;
    width: 860px;
    background-color: #fff;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_h {
    padding: 21px 26px 13px 33px;
    border-bottom: 1px solid #eeeeee;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_h span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_h span.more {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_h span.more img {
    vertical-align: middle;
    margin-left: 7px;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_h span.more:hover {
    opacity: 0.85;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list {
    padding: 5px 27px 32px 33px;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box {
    width: 100%;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box a {
    width: 360px;
    display: inline-block;
    border-bottom: 1px solid #f4f4f4;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box a:nth-of-type(2n) {
    margin-left: 73px;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box .l_news_item {
    padding: 18px 0 17px 0;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box .l_news_item .jt {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box .l_news_item .l_news_title {
    max-width: 272px;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box .l_news_item .date {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    float: right;
}

.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box .l_news_item:hover .l_news_title,
.game_detail .game_deatail_wrapper .anothor_nes .anothor_list .l_news_box .l_news_item:hover .date {
    color: #fb5503;
}

.game_detail .game_deatail_wrapper .anothor_version {
    margin-top: 16px;
    width: 860px;
    background-color: #fff;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_h {
    padding: 21px 26px 13px 33px;
    border-bottom: 1px solid #eeeeee;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_h span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_h span.more {
    float: right;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_h span.more img {
    vertical-align: middle;
    margin-left: 7px;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_h span.more:hover {
    opacity: 0.85;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list {
    padding: 5px 27px 32px 33px;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box {
    width: 100%;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box a {
    width: 360px;
    display: inline-block;
    border-bottom: 1px solid #f4f4f4;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box a:nth-of-type(2n) {
    margin-left: 73px;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box .l_news_item {
    padding: 18px 0 17px 0;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box .l_news_item .jt {
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box .l_news_item .l_news_title {
    max-width: 250px;
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box .l_news_item .date {
    float: right;
    width: 88px;
    height: 32px;
    border: 1px solid #e95656;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e95656;
    text-align: center;
    line-height: 32px;
    margin-top: -10px;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box .l_news_item .date:hover {
    color: #fff;
    background-color: #e95656;
}

.game_detail .game_deatail_wrapper .anothor_version .anothor_list .l_news_box .l_news_item:hover .l_news_title {
    color: #fb5503;
}

.game_detail .game_deatail_wrapper .like {
    margin-top: 10px;
    width: 860px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px #f0f0f0;
}

.game_detail .game_deatail_wrapper .like .l_h {
    padding: 18px 0 13px 34px;
    border-bottom: 1px solid #eee;
}

.game_detail .game_deatail_wrapper .like .l_h .title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}

.game_detail .game_deatail_wrapper .like .l_h .l_h_type {
    float: right;
    margin-right: 28px;
}

.game_detail .game_deatail_wrapper .like .l_h .l_h_type span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .like .l_h .l_h_type span.active {
    color: #e95656;
}

.game_detail .game_deatail_wrapper .like .l_h .l_h_type span:hover {
    color: #e95656;
}

.game_detail .game_deatail_wrapper .like .like_items {
    padding: 33px 28px 32px 10px;
}

.game_detail .game_deatail_wrapper .like .like_items a {
    display: inline-block;
}

.game_detail .game_deatail_wrapper .like .like_items a:last-child .item {
    margin-right: 0px;
}

.game_detail .game_deatail_wrapper .like .like_items a:hover .item .game_name {
    color: #FB5503;
}

.game_detail .game_deatail_wrapper .like .like_items.items2 {
    display: none;
}

.game_detail .game_deatail_wrapper .like .like_items.items3 {
    display: none;
}

.game_detail .game_deatail_wrapper .like .like_items .item {
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
}

.game_detail .game_deatail_wrapper .like .like_items .item img {
    width: 104px;
    height: 104px;
}

.game_detail .game_deatail_wrapper .like .like_items .item .game_name {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
    width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin: 14px 0;
}

.game_detail .game_deatail_wrapper .like .like_items .item .game_des {
    width: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #e95656;
    text-align: center;
}

.game_detail .game_deatail_wrapper .f_comment {
    margin-top: 18px;
    width: 860px;
    background: #ffffff;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_title {
    padding: 21px 26px 13px 33px;
    border-bottom: 1px solid #eeeeee;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_title span {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input {
    width: 100%;
    padding: 24px 32px 23px 29px;
    border-bottom: 1px solid #eee;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .l {
    vertical-align: top;
    text-align: center;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .l img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: block;
    margin-bottom: 11px;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .l.no_login span {
    display: inline-block;
    width: 49px;
    height: 23px;
    background: #ed6666;
    border-radius: 4px;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .l.no_login span:hover {
    background-color: #cd3a3a;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .l.is_login span {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #009cff;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box {
    display: inline-block;
    vertical-align: top;
    width: 700px;
    height: 160px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-left: 26px;
    position: relative;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-top: none;
    background-color: #fff;
    top: 15px;
    left: -7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .not_login_warn {
    display: none;
    padding-top: 19px;
    padding-left: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .not_login_warn span {
    font-size: 14px;
    color: #ed6666;
    cursor: pointer;
    margin-left: 5px;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .not_login_warn span:hover {
    color: #fb5503;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .give_star {
    padding: 12px 0 12px 20px;
    border-bottom: 1px solid #eeeeee;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .give_star .word {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    vertical-align: middle;
    margin-right: 8px;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .give_star .star1 {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    background: url("../images/star2.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box .give_star .star2 {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 20px;
    background: url("../images/star1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box textarea {
    width: 96%;
    height: 99px;
    float: left;
    font-size: 14px;
    color: #000;
    padding: 5px 2.7%;
    border: 0;
    margin-top: 1px;
    background-color: #f5f5f5;
    resize: none;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box textarea:focus {
    outline: 0;
    border: none;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box.not_login {
    background-color: #e5e5e5;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box.not_login::after {
    background-color: #e5e5e5;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box.not_login .not_login_warn {
    display: block;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box.not_login .give_star {
    display: none;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .input_box.not_login textarea {
    display: none;
}

.game_detail .game_deatail_wrapper .f_comment .f_comment_input .fabiao_btn {
    margin-top: 12px;
    margin-left: 103px;
    width: 150px;
    height: 42px;
    background: #e95656;
    border-radius: 4px;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .f_comment .no_comment {
    text-align: center;
    padding-top: 48px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-bottom: 56px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment {
    padding: 39px 30px 44px 29px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h {
    width: 100%;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h .word {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #444444;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h div {
    float: right;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h div span {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    cursor: pointer;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h div span.line {
    margin-left: 10px;
    margin-right: 15px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h div span.line:hover {
    cursor: none;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_h div span:hover {
    color: #fb5503;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content {
    width: 100%;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item {
    margin-top: 47px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_head {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: top;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment {
    width: 736px;
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info {
    margin-bottom: 24px;
    position: relative;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .user_name {
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .fabiao_date {
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-left: 15px;
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .star_box {
    margin-top: 8px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .star_box .star1 {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10.3333333px;
    background: url("../images/star2.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .star_box .star2 {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10.3333333px;
    background: url("../images/star1.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .floor {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_info .floor strong {
    font-size: 12px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .user_c {
    width: 100%;
    white-space: normal;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_comment_num {
    text-align: right;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 33px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_comment_num .back {
    font-size: 14px;
    margin-left: 7px;
    cursor: pointer;
    vertical-align: top;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_comment_num .back strong {
    font-size: 14px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_comment_num .back:hover {
    color: #fb5503;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_comment {
    margin-top: 15px;
    text-align: right;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_comment img {
    vertical-align: top;
    margin-right: 7px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_comment span {
    vertical-align: top;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_comment span strong {
    font-size: 14px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content {
    margin-top: 5px;
    width: 100%;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
    padding: 13px 16px 36px 17px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content::after {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #f5f5f5;
    position: absolute;
    top: -7px;
    left: 26px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item:last-child {
    margin-bottom: 0;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .tx {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .a_content {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    width: 624px;
    position: relative;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);;
    padding-right: 42px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .a_content .name {
    font-size: 14px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .a_content .name strong {
    font-size: 14px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .a_content .name:hover {
    color: #999;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .a_content .des {
    color: #999999;
    line-height: 16px;
}

.game_detail .game_deatail_wrapper .f_comment .has_comment .has_comment_content .has_user_item .user_comment .user .another_user_content .another_item .a_content .date {
    position: absolute;
    top: -1px;
    right: 0px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.game_detail .hot_game_recommed {
    width: 320px;
    background: #ffffff;
    box-shadow: 0px 2px 10px 0px #f0f0f0;
    padding: 20px 15px 10px 15px;
}

.game_detail .hot_game_recommed .h_title {
    border-bottom: 1px solid #f4f4f4;
    margin-bottom: 5px;
}

.game_detail .hot_game_recommed .h_title span {
    transform: translateY(1px);
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    display: inline-block;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #444444;
    padding-bottom: 15px;
    border-bottom: 2px solid #e95656;
}

.game_detail .hot_game_recommed .hot_box {
    padding-top: 20px;
}

.game_detail .hot_game_recommed .hot_box a {
    display: block;
    margin-bottom: 25px;
}

.game_detail .hot_game_recommed .hot_box .hot_item {
    width: 100%;
    cursor: pointer;
}

.game_detail .hot_game_recommed .hot_box .hot_item img {
    width: 84px;
    height: 84px;
    vertical-align: middle;
    margin-right: 15px;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info {
    display: inline-block;
    vertical-align: middle;
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 180px;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_game_title {
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info p {
    font-size: 14px;
    color: #999999;
    margin-top: 12px;
    margin-bottom: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div {
    display: inline-block;
    font-size: 14px;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div span {
    font-size: 14px;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div.mark {
    color: #ff8b1a;
    width: 60px;
}

.game_detail .hot_game_recommed .hot_box .hot_item .hot_game_info .hot_item_f div.load_total {
    color: #7bc68b;
}

.game_detail .hot_game_recommed .hot_box .hot_item:hover .hot_game_info .hot_game_title {
    color: #fb5503;
}
