html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
div {
    margin: 0;
    padding: 0;
    font-family: 'ArialMT', 'Arial', sans-serif;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

/* img {
  display: block;
  width: 100%;
  border: 0;
} */

a {
    text-decoration: none;
}

a,
a:active,
button,
button:active,
input,
span,
textarea,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
    background: none;
    border: none;
}

html,
body {
    margin: 0 auto;
    height: 100%;
    font-size: calc(100vw / 750 * 32);
    line-height: 1.6;
    background: #fcfcfc;
    color: #333333;
}

@media screen and (min-width: 750px) {
    html,
    body {
        font-size: 32px;
    }
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

/*首页*/

.g_left_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 0px 10px;
    background-color: #F8F8F8;
}

.t_icon_title {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.g_title {
    font-size: 20px;
    font-weight: bold;
}

.g_icon_1 {
    display: flex;
    margin-right: 10px;
    align-items: center;
}

.g_icon_1 a {
    display: block;
    width: 22px;
    height: 22px;
}

.g_icon_1 img {
    width: 22px;
}

.img_icon_1 {
    height: 22px;
}

/*.g_icon_2 {
    width: 21px;
    height: 18px;
    display: flex;
    !*margin-left: 136px;*!
}*/

.featured_games {
    margin-bottom: 10px;
}

.featured_list ul li {
    width: 102px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.featured_list ul li.empty {
    border-radius: 6px;
    background: #EEEEEE;
    height: 102px;
}

.featured_list .featured_game_thumb {
    height: 76px;
}

.featured_list .featured_game_thumb img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.featured_game_title_num {
    height: 40px;
    line-height: 20px;
}

.featured_game_title a,
.hot_game_title a,
.exclusive_game_title a {
    color: black;
}

/* .featured_game_title_num .featured_game_title{
    font-size:10px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */

.featured_game_num_btn .featured_game_num {
    font-size: 10px;
    color: #2594FF;
    font-weight: 500;
}

.featured_game_num_btn {
    height: 20px;
    line-height: 6px;
}

.featured_game_num_btn .featured_game_btn {
    font-size: 10px;
    color: #7F7F7F;
}

.hot_list ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 5px;
    height: 95px;
    margin-bottom: 10px;
    box-shadow: 3px 3px 5px #efebea;
    background: #ffffff;
}

.hot_list ul li.empty {
    background: #EEEEEE;
}

.hot_list ul li .hot_game_info {
    width: 218px;
    height: 68px;
    padding-left: 26px;
    flex: 1 1 auto;
}

.hot_list ul li .hot_game_info .hot_game_title {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 15px;
}

.hot_list .hot_game_thumb {
    width: 90px;
    height: 68px;
}

.hot_list .hot_game_thumb a {
    display: block;
    width: 100%;
    height: 100%;
}

.hot_list .hot_game_thumb img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.hot_game_label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 210px;
}

.hot_list ul li .hot_game_info .hot_game_label {
    font-size: 10px;
}

.hot_list ul li .hot_game_info .hot_game_label span {
    margin: 0 10px;
}

.hot_list ul li .hot_game_info .hot_game_des {
    font-size: 10px;
    line-height: 16px;
    color: #7F7F7F;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -moz-box-orient: vertical;
}

.exclusive_list ul,
.featured_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.exclusive_list ul li {
    width: 102px;
    margin-right: 10px;
    position: relative;
}

.exclusive_list .exclusive_game_thumb {
    height: 77px;
}

.exclusive_list .exclusive_game_thumb img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.exclusive_game_title_num {
    height: 25px;
    line-height: 20px;
    margin-top: 25px;
}

.exclusive_game_title_num .exclusive_game_title,
.featured_game_title_num .featured_game_title {
    font-size: 10px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

.exclusive_game_num_star {
    border-radius: 5px;
    width: 38px;
    height: 17px;
    line-height: 3px;
    position: relative;
    top: -45px;
    left: 5px;
    background-color: #333333;
}

.exclusive_game_num_star .exclusive_game_num {
    color: #fcfcfc;
    font-size: 8px;
    position: absolute;
    top: 7px;
    left: 15px;
}

.exclusive_game_star {
    position: absolute;
    top: 5px;
    left: 3px;
}

.exclusive_game_star {
    position: absolute;
    top: 3px;
    left: 1px;
}

.exclusive_game_num_star .exclusive_game_star {
    width: 10px;
}

.exclusive_game_num_star .exclusive_game_star img {
    margin-bottom: 1px;
    width: 100%;
}

/*Detailed Info页*/

.img_icon_1_h {
    height: 20px;
}

.img_icon_2_h {
    margin-left: 139px;
}

.img_icon_2_h img,
.g_icon_2 img {
    vertical-align: top;
}

.embed_game {
    background-color: #ccc;
}

.detail_name_thumb_info {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.detail_game_type {
    padding: 10px;
    background-color: white;
}

.detail_game_thumb {
    width: 90px;
    flex: 0 0 auto;
}

.detail_game_thumb a {
    display: block;
    width: 100%;
}

.detail_game_thumb img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.detail_game_name_type {
    margin-left: 10px;
    align-self: flex-start;
}

.detail_game_name_type span {
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
}

.detail_game_type_f {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 20px;
    align-items: flex-start;
}

.detail_game_play {
    line-height: 0px;
    margin-top: 5px;
}

.detail_game_play ul {
    display: flex;
    flex-wrap: wrap;
}

.detail_game_play ul li {
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.detail_game_play ul li img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.detail_who_play {
    margin-top: 10px;
}

.detail_who_play .detail_who {
    font-size: 10px;
    color: #ccc;
}

.detail_game_type_t {
    display: block;
    font-size: 12px;
    margin-right: 10px;
    padding: 0 4px;
    background: #EAE3FE;
    color: #6952B8;
    border-radius: 4px;
}

.detail_game_name_t {
    font-size: 12px;
    color: #7051BC;
    position: absolute;
    top: -4px;
    left: 7px;
}

.detail_game_decorate {
    width: 62px;
    height: 11px;
    background-color: rgba(237, 228, 255, 1);
}

.detail_game_star {
    display: flex;
    flex-wrap: wrap;
    line-height: 8px;
    margin-top: 8px;
}

.detail_game_star .detail_game_star_s img {
    width: 13px;
    height: 12px;
}

.game_intro {
    padding-bottom: 10px !important;
}


.game_intro_descr,
.game_intro_play {
    font-size: 10px;
}

.pbwhite10 {
    padding: 10px;
}

.tags_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tags_list ul li {
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 15px;
    margin: 0 16px 10px 0;
    background-color: white;
}

.tags_list ul li a {
    color: black;
}

.exclusive_list_t ul li {
    width: 95px;
}

/* 目录 */

.tags_list_cat ul li {
    font-size: 14px;
    margin: 0 13px 10px 0;
}

.tags_cate ul li {
    font-size: 12px;
    text-align: center;
}

.tags_list_cat ul li {
    background-color: #d4d4d4;
}

/* 分类/标签名 */

.game_cate_con {
    position: relative;
}

.game_cate_con_play {
    width: 80px;
    height: 25px;
    border-radius: 10px;
    padding: 2px 15px;
    font-size: 14px;
    background-color: #2825c9;
    text-align: center;
}

.game_cate_con_play a {
    color: white;
}

.game_search_play {
    display: flex;
    align-items: baseline;
}

.game_search_sitg {
    height: 65px;
}

/* 搜索有结果 */

.search_result {
    position: relative;
    height: 57px;
}

.search_icon,
.search_close {
    width: 19px;
    height: 19px;
}

.search_input {
    position: absolute;
    top: 9px;
    left: 36px;
    width: 288px;
}

.search_close {
    position: absolute;
    top: 13px;
    right: 10px;
}

.search_icon {
    position: absolute;
    top: 13px;
    left: 7px;
}

.search_input input {
    border: 0;
    font-size: 14px;
    color: #AAAAAA;
    line-height: 25px;
    width: 288px;
    padding-left: 10px;
    background-color: #f6f6f6;
    border-bottom: 1px solid black;
}

.search_icon img,
.search_close img {
    width: 100%;
}

/* 搜索没有结果 */

.search_no_result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 220px;
}

.search_no_result_img {
    width: 128px;
    height: 128px;
}

.search_no_result_img img {
    width: 100%;
}

.search_no_result_title {
    color: #E37A22;
    font-size: 20px;
    font-weight: bold;
}

/* search_bar */

.search_bar {
    position: relative;
    width: 346px;
}

.search_bar_close {
    position: absolute;
    top: 14px;
    right: 25px;
}

.search_bar_input input {
    border: 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid rgb(188, 188, 188);
}

#beforeLoading {
    padding: 10px;
    text-align: center;
    color: #aaaaaa;
}

.fullscreen-wrap {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
}

.fullscreen-wrap .is-fullscreen {
    width: 120px;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    text-align: center;
    font-size: 13px;
    border-radius: 3px;
}

.card {
    background: #ffffff;
    margin-bottom: 20px;
    border-radius: 3px;
}

.search-dd {
    display: flex;
}

.to-home .button {
    display: block;
    padding: 3px 10px;
    color: #ffffff;
    /*background: #CB7A2F;*/
    background: #e37a22;
    border-radius: 3px;
    margin-top: 20px;
}

.detail-container {
    justify-content: flex-start !important;
}

.dd {
    width: 100%;
    margin: 0.6rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #E0E0E0;
}

.dd.footer-float {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
    margin: 0 !important;
}

.dd>div,
.dd>ins {
    display: block !important;
    margin: 0 auto !important;
}

.dd .title {
    text-align: center;
    padding: 3px 0;
    font-size: 0.8rem;
}

.dd:before {
    content: 'Advertisement';
    text-align: center;
    padding: 0.2rem 0 0.3rem;
    font-size: 0.8rem;
    display: block;
}

.share-wrap {
    position: relative;
}

.share-wrap .share-icon img {
    width: 20px;
    height: 20px;
}

.share-wrap .share-ext {
    display: none;
    position: absolute;
    top: 0;
    left: -8px;
    background: #FFFFFF;
    padding: 0 6px 6px;
    flex-direction: column;
    align-items: center;
    z-index: 2000;
}

.share-wrap .share-ext .close {
    text-align: center;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
}

.share-wrap .share-ext .icon {
    margin-bottom: 8px;
}

.share-wrap .share-ext .icon img {
    width: 22px;
    height: 22px;
}

.share-wrap .share-ext.active {
    display: flex;
}

.t_icon_title .righ {
    display: flex;
    align-items: center;
}

.g_icon_2 {
    margin-right: 18px;
}

.g_icon_2 img {
    width: 20px;
    height: 20px;
}

.footer {
    background: #E0E0E0;
    padding: 0.6rem 0 1rem;
    text-align: center;
    font-size: 0.8rem;
    color: #333333;
}

.footer a {
    color: #333333;
}

.game-title {
    display: block;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}