/*通用2*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: '微软雅黑';
    text-decoration: none;
    list-style: none;
    vertical-align: baseline;
}

:root {
    --highlight-color: #FF457D;
    --highlight-color2: #D71E58;
    --highlight-color3: #FF3867;
    --highlight-color4: #FA3338;
    --highlight-color5: #FFF5F7;
    --highlight-color6: #FEF0F0;
    --highlight-color7: #FF4E78;
    --highlight-color8: #EC325E;
    --highlight-color2-opacity: rgba(215, 30, 88, 0.6)
}

body {
    color: #2f3133;
    display: none;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    display: table;
    content: " ";
    clear: both;
}

img {
    border: none;
}

img[src=""], img:not([src]) {
    opacity: 0;
}

.main-part-top {
    /*background: url("https://static.igmbuy.com/global/fes_img/christmas_head_20241220.jpg") no-repeat top;*/
    position: relative;
}

body:has(.p_index) .main-part-top::after {
    content: '';
    display: block;
    width: 100%;
    height: 500px;
    /*background: url("https://static.igmbuy.com/global/fes_img/christmas_body_20241220.jpg") no-repeat center;*/
    background: #F5F6F9;
    position: absolute;
    z-index: -1;
    top: 100px;
}

.container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.fontNormal {
    /*font-family: "SourceHanSansCN-Normal";*/
    font-weight: 400;
}

.fontBold {
    /*font-family: "SourceHanSansCN-Bold";*/
    font-weight: 700;
}

.bg_white {
    background: #ffffff;
}

.bg_grey {
    background: #F5F6F9;
}

.bg_smoke {
    background: #FAFBFC;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    outline: 0;
    border: none;
    font-size: 14px;
}

input::placeholder {
    color: #b4b8bf;
}

input[type=checkbox] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
    font-size: 14px;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: 0;
}

input[type=checkbox]::after {
    position: absolute;
    top: 2px;
    left: 3px;
    background: #ffffff;
    color: var(--highlight-color3);
    width: 12px;
    height: 12px;
    display: inline-block;
    text-align: center;
    content: '';
    border-radius: 3px;
    border: 1px solid #acb5bf;
}

input[type=checkbox]:checked::after {
    content: "\2714";
    font-size: 12px;
    background: var(--highlight-color3);
    color: #ffffff;
    border-color: var(--highlight-color3);
    line-height: 12px;
}

i {
    font-style: normal;
}

/*显示省略号*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container_padding {
    padding-top: 20px;
}

button {
    border: none;
    outline: 0;
}

.ico_down_grey {
    display: block;
    width: 10px;
    height: 6px;
    background: url("https://static.igmbuy.com/9891/img/ico_down_grey.png") no-repeat;
}

.btn_on_middle {
    width: 116px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    /*background: #ff457d;*/
    background: var(--highlight-color);
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
}

.page_title {
    font-size: 16px;
    position: relative;
    padding-left: 14px;
}

.page_title:before {
    content: ' ';
    width: 4px;
    height: 16px;
    background: #ff457d;
    border-radius: 2px;
    position: absolute;
    top: 4px;
    left: 0;
}

/*分页*/
.pagination-group {
    text-align: center;
    margin: 20px 0;
    position: relative;
    z-index: 1;
}

#pagination .laypage_main button, .laypage_main input, #pagination .laypageskin_default a {
    border: 1px solid #dfe4e6;
}

#pagination .laypage_main a, #pagination .laypage_main span {
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    padding: 0;
}

#pagination .laypage_main a {
    color: #08192f;
}

#pagination .laypageskin_default .laypage_curr {
    background: var(--highlight-color);
}

/*新增*/
.btn_grey {
    background: #e6e7ed;
    color: #81858c;
}

.btn_grey:hover {
    background: #dadbe0;
}

.btn_grey:active {
    background: #d2d3d9;
}

.btn_grey.disabled {
    background: #ebecf2;
    color: #ffffff;
    cursor: default !important;
}

.btn_buy.disabled {
    background: #ffa6c1;
    color: #ffffff;
    cursor: default !important;
}

/*头部*/
header {
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #5c6573;
    /*border-bottom: 1px solid #d2d7d9;*/
}

header .common_box {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

header .common_box_gap {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .seller-entry {
    height: 36px;
    border-radius: 8px;
    padding: 0 20px;
    border: 1px solid #D71E58;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #D71E58;
    cursor: pointer;
    /*margin-right: 20px;*/
    transition: all 300ms ease-in-out;
}

header .seller-entry:hover {
    background: rgba(215, 30, 88, 0.1);
}

header .btn_login {
    width: fit-content;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    background-color: #D71E58;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    /*margin-right: 20px;*/
}

header .btn_register {
    margin-left: 20px;
    cursor: pointer;
}

header .lang_change_btn {
    color: #2F3133;
    cursor: pointer;
    /*margin-left: 20px;*/
}

header .btn-cart {
    position: relative;
    display: flex;
    align-items: center;
}

header .icon-cart {
    width: 26px;
    cursor: pointer;
}

header .cart-num {
    display: none;
    position: absolute;
    left: 20px;
    top: -10px;
    color: #FFFFFF;
    font-size: 12px;
    padding: 0 2px;
    background: #D71E58;
    height: 16px;
    line-height: 16px;
    min-width: 16px;
    text-align: center;
    border-radius: 8px;
}

header a {
    position: relative;
    color: #5c6573;
    cursor: pointer;
}

.header-kefu {
    position: relative;
}

.header-kefu:before {
    content: ' ';
    width: 1px;
    height: 19px;
    position: absolute;
    top: 0;
    left: 0;
    background: #d2d7d9;
}

.header-kefu .code_wrap {
    position: absolute;
    right: 0;
    top: 26px;
    background: #ffffff;
    z-index: 8;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 10px;
    font-size: 14px;
    transform: scale(0);
    transform-origin: right top;
    transition: all 300ms;
}

.header-kefu:hover .code_wrap {
    transform: scale(1);
}

.header-kefu img {
    width: 100px;
}

.header-kefu .txt {
    line-height: 18px;
}

.noLog {
    display: block;
}

.isLog {
    display: none;
}

header #bind-mobile, header #finish-realName {
    display: block;
    float: left;
    cursor: pointer;
}

/*logo 搜索*/
.logo-search {
    height: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.logo-search .logo {

}

.logo {
    height: 40px;
}

.logo.mtop20 {
    margin-top: 20px;
}

.logo img {
    height: 100%;
}

.logo-search .search_wrap {
    margin-left: 246px;
    border-radius: 3px;
    position: relative;
}

.logo-search input {
    width: 500px;
    height: 40px;
    line-height: 40px;
    background: #EDEEF2;
    border: 1px solid #EDEEF2;
    outline: 0;
    padding: 0 10px 0 0;
    color: #2F3133;
    border-radius: 0 8px 8px 0;
}

.p_allGames .search_wrap {
    width: 100%;
    border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 10px;
}

.p_allGames input {
    width: 1360px;
    height: 40px;
    line-height: 40px;
    background: #EDEEF2;
    border: 1px solid #EDEEF2;
    outline: 0;
    padding: 0 10px 0 0;
    color: #2F3133;
    border-radius: 0 8px 8px 0;
}

.logo-search input:focus {
    /*border: 1px solid #ffffff;*/
    /*background: #ffffff;*/
}

.searchRes {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 600px;
    /*max-height: 272px;*/
    overflow: hidden;
    background: #ffffff;
    /*border: 1px solid #ffffff;*/
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
    border-radius: 3px;
    padding: 0 10px;
}

.searchRes .res li a {
    display: block;
    height: 34px;
    line-height: 34px;
    color: #81858C;
    padding-left: 10px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.searchRes .res li a:first-child {
    margin-top: 6px;
}

.searchRes .res li a:last-child {
    margin-bottom: 10px;
}

.searchRes .res li span {
    height: 34px;
    line-height: 34px;
    color: #81858C;
    font-size: 14px;
}

.searchRes .res li a:hover {
    background: rgb(242, 243, 245);
    border-radius: 8px;
}

.searchRes .res li.on a {
    background: rgb(242, 243, 245);
    border-radius: 8px;
}

.noRes {
    padding: 0 10px;
}

.noRes .title {
    margin: 10px 0;
}

.searchRes .goods_list a {
    display: block;
    float: left;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #5c6573;
    background: #f0f5f7;
    font-size: 14px;
    transition: all 200ms;
    cursor: pointer;
}

.searchRes .goods_list a:hover {
    color: #ffffff;
    background: var(--highlight-color3);
}

.noRes .tips {
    display: none;
    height: 56px;
    line-height: 56px;
    color: #aab4bf;
}

.res_panel_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.res_panel_title .clear {
    margin-left: auto;
    font-size: 12px;
    cursor: pointer;
}

.icon_search {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EDEEF2;
    border: 1px solid #EDEEF2;
    border-radius: 8px 0 0 8px;
}

.icon_search:after {
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("https://static.igmbuy.com/global/img/ico_search.png") no-repeat center;
}

.logo-search .container {
    position: relative;
}

.logo-search .search_hot {
    margin-top: 10px;
}

.logo-search .search_hot li {
    float: left;
    margin-right: 15px;
    cursor: pointer;
}

.logo-search .search_hot a {
    font-size: 13px;
    color: #aab4bf;
    transition: color 200ms;
}

.logo-search .search_hot a:hover {
    color: var(--highlight-color);
}

.logo-search .search_hot span {
    background: var(--highlight-color3);
    color: #ffffff;
    padding: 0 2px;
    border-radius: 2px;
}

.logo-search .code_gzh_wrap {
    text-align: center;
    position: absolute;
    right: 0;
    top: 8px;
}

.code_gzh_wrap span {
    display: block;
    margin-top: -6px;
    word-spacing: 2px;
    font-size: 10px;
}

.code_gzh_wrap .fr {
    margin-left: 5px;
    font-size: 10px;
    margin-top: 4px;
}

.code_gzh_wrap .fr p {
    line-height: 17px;
}

/*导航*/
.nav {
    display: flex;
    min-height: 40px;
    position: relative;
    /*box-shadow: 0 4px 0 0 rgba(0, 0, 0, .1);*/
}

.nav_list {
    display: flex;
    /*padding: 15px 0;*/
    margin-left: 8px;
}

.nav_list .nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: relative;
    padding: 0 40px;
    font-size: 14px;
    color: #FFFFFF;
    background: #000000;
    border-radius: 8px 8px 0 0;
    transition: background-color 200ms;
}

.nav_list .nav-icon {
    width: 20px;
    margin-right: 5px;
    line-height: 1;
}

.nav_list .nav-icon img {
    width: 100%;
    height: 100%;
}

/*.nav_list li:not(.ico_others):hover a {*/
/*    color: #ff3867;*/
/*}*/

/*.nav_list li:not(.ico_others).active {*/
/*    color: #ff3867;*/
/*}*/

/*.nav_list li:not(.ico_others).active a {*/
/*    color: #D71E58;*/
/*}*/

/*.nav_list li a {*/
/*    padding: 0 20px;*/
/*    margin-right: 20px;*/
/*    font-weight: 500;*/
/*    font-size: 14px;*/
/*    color: #2F3133;*/
/*    display: inline-block;*/
/*    transition: color 200ms;*/
/*    position: relative;*/
/*}*/

/*.nav_list li i {*/
/*    font-size: 10px;*/
/*    font-style: normal;*/
/*    color: #ffffff;*/
/*    display: block;*/
/*    width: 28px;*/
/*    line-height: 14px;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: -6px;*/
/*    right: -8px;*/
/*    background: #ff9e35;*/
/*    border-radius: 3px 3px 3px 0;*/
/*}*/

.n_hot_position {
    width: fit-content;
    height: fit-content;
    position: absolute;
    z-index: 11;
    top: 20px;
    left: 60px;
}


.nav .n_hot {
    width: 160px;
    background: #fff;
    color: #ffffff;
    font-size: 14px;
    height: 40px;
    position: relative;

}

.nav .n_hot > span {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 53px;
    height: 40px;
    line-height: 40px;
    background: #D71E58;
    border-radius: 8px 8px 0 0;
}

.nav .n_hot > span:before {
    content: ' ';
    background: url("https://static.igmbuy.com/global/img/icon-category-white.png") no-repeat center center;
    /*background: url("https://static.igmbuy.com/global/img/ico_hot1.png") no-repeat center center;*/
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100%;
    margin-right: 4px;
}

.nav .n_hot .nav-category {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 40px;
    background: #D71E58;
    padding: 0;
}

.nav .ico_expand {
    position: absolute;
    background: url("https://static.igmbuy.com/9891/img/ico_expand.png") no-repeat;
    width: 16px;
    height: 14px;
    right: 38px;
    top: 15px;
}

.nav .n_hot:hover .hotGamesUl {
    display: flex;
    flex-direction: column;
}

.index_group {
    padding-top: 10px;
    padding-bottom: 30px;
}

.nav .hotGamesUl {
    display: none;
    width: 160px;
    height: 340px;
    position: absolute;
    z-index: 10;
    align-items: center;
    padding: 14px 0;
    background-color: #fff;
}

.nav .hotGamesUl li {
    display: flex;
    width: 160px;
    justify-content: center;
    padding: 0 8px;
}

.nav .hotGamesUl li > a {
    width: 144px;
    color: #2F3133;
    font-weight: 500;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    position: relative;
    padding-left: 12px;
    text-align: left;
    /*margin-left: 40px;*/
    display: block;
    cursor: pointer;
}

.nav .hotGamesUl ul li i {
    display: inline-block;
    width: 18px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.nav .hotGamesUl > a {
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color: #2F3133;
    text-align: left;
    transition: color 200ms;
    transform: translate3d(0, 0, 0);
}

/*.nav .hotGamesUl > a:hover {*/
/*color: #ff6085;*/
/*}*/

.nav .others {
    display: inline-block;
    width: 104px;
    height: 30px;
    background: url("https://static.igmbuy.com/9891/img/ico_ellipsis.png") no-repeat center;
    cursor: pointer;
    position: relative;
    box-sizing: content-box;
}

.ico_others:hover .other_nav {
    display: block;
}

.nav .other_nav {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 136px;
    padding: 10px;
    background: #ffffff;
    z-index: 10;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    box-shadow: 0px 8px 8px 0px rgba(188, 194, 204, 0.2);
}

.other_nav a {
    display: block;
    padding-left: 10px;
    height: 40px;
    color: #08192f;
    line-height: 40px;
    transition: all 100ms ease-in-out;
}

.other_nav a:hover {
    color: var(--highlight-color3);
}

/*展开*/
.hotGamesUl .expand {
    display: none;
    position: absolute;
    left: 160px;
    top: 0px;
    width: 400px;
    height: 340px;
    background: #ffffff;
    color: #5c6573;
    padding: 0 20px;
    z-index: 8;
    cursor: default;
    transition: all 500ms;
    border-left: solid #E8EAED 1px;
}

.hotGamesUl li:hover > a {
    background: #F5F6F8;
    border-radius: 8px
}

.hotGamesUl .game-title {
    text-align: center;
}

.hotGamesUl li:hover .expand {
    width: 400px;
    display: block;
}

.hotGamesUl ul:before {
    display: none;
}

.hotGamesUl .title {
    /*display: block;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    z-index: 9;
    position: relative;
    margin-bottom: 5px;
    margin-top: 28px;
}

.hotGamesUl .title a {
    color: #999;
    font-size: 12px;
    margin-left: 10px;
    font-weight: 400;
    transition: color 200ms;
}

.hotGamesUl .title .more {
    color: #999;
    font-size: 12px;
}

.hotGamesUl .title .more:after {
    display: inline-block;
    content: '';
    width: 6px;
    height: 10px;
    background: url("https://static.igmbuy.com/global/img/icon-right-grey.png") no-repeat;
    background-size: 100%;
    margin-left: 4px;
}

/*.hotGamesUl .title a:hover {*/
/*    color: #ff3867;*/
/*}*/

.hotGamesUl .goods_list {
    z-index: 9;
    position: relative;
    height: 260px;
    overflow: auto;

}

.hotGamesUl .goods_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*float: left;*/
    padding: 0 8px;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    color: #333;
    /*background: #F5F6F8;*/
    font-size: 12px;
    transition: all 200ms;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.hotGamesUl .goods_list a:hover {
    background: #F5F6F9;
}

.hotGamesUl .goods_list .desc {
    color: #999;
}

/*.hotGamesUl .goods_list a.hot:before,*/
.searchRes .goods_list a.hot:before {
    content: 'HOT';
    background: var(--highlight-color3);
    color: #ffffff;
    font-size: 12px;
    margin-right: 4px;
    padding: 0 2px;
    border-radius: 2px;
}

/*.hotGamesUl .goods_list a.new:before {*/
/*    content: '新品';*/
/*    background: #ff3867;*/
/*    color: #ffffff;*/
/*    font-size: 12px;*/
/*    margin-right: 4px;*/
/*    padding: 0 2px;*/
/*    border-radius: 2px;*/
/*}*/


/*.hotGamesUl .goods_list a b, */
/*.nav .n_hot .tag,*/
.searchRes .goods_list a span {
    background: var(--highlight-color3);
    color: #ffffff;
    font-size: 12px;
    margin-right: 4px;
    padding: 0 2px;
    font-weight: 400;
    border-radius: 2px;
}

/*.hotGamesUl .goods_list a:hover:before,*/
/*.hotGamesUl .goods_list a:hover b, */
/*.nav .n_hot a:hover .tag,*/
.searchRes .goods_list a:hover span {
    color: var(--highlight-color3);
    background: #ffffff;
}

/*.hotGamesUl .goods_list a:hover b{*/
/*    color: #ff3867;*/
/*    background: #ffffff;*/
/*}*/

/*底部*/
.footer .footer-des {
    display: flex;
    width: 1400px;
    padding: 0 46px 40px 46px;
    justify-content: space-between;
    color: #2F3133;
    border-bottom: 1px solid #E8EAED;
}

.footer .footer-des .des-item {
    width: 360px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer-des .des-item .title {
    font-size: 18px;
    margin-top: 20px;
}

.footer .footer-des .des-item .des {
    font-size: 13px;
    color: #81858C;
    margin-top: 20px;
    text-align: center;
}

.footer .pay-way-slide {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.footer .footer-pay {
    display: flex;
    width: fit-content;
    /*padding: 0 46px;*/
    /*justify-content: space-between;*/
    align-items: center;
}

.footer .footer-pay .img-box {
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .foot-bottom {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #2F3133;
    margin-top: 100px;
}

.footer .foot-bottom .doc-box {
    width: fit-content;
    display: flex;
    align-items: center;
}

.footer .foot-bottom a {
    color: #2F3133;
    line-height: 20px;
}

.footer .foot-bottom span {
    color: #2F3133;
    line-height: 20px;
}

.footer .foot-bottom .line {
    width: 1px;
    height: 14px;
    background: #2F3133;
    margin-right: 16px;
    margin-left: 16px;
}

.footer .footer-header {
    background: #e6edf5;
    height: 110px;
    text-align: center;
    padding-top: 24px;
}

.footer .footer-footer {
    background: #FAFBFC;
    padding-top: 40px;
}

.footer .footer-footer.index {
    padding-top: 40px;
    padding-bottom: 20px;
}

.f-left .footer-item {
    float: left;
    width: 170px;
}

.f-right .footer-item {
    float: left;
    margin-left: 30px;
}

.f-right .footer-item:first-child {
    margin-left: 0px;
}

.footer-item p {
    color: #08192f;
}

.footer-item ul {
    margin-top: 34px;
}

.footer-item ul li {
    margin-bottom: 6px;
    position: relative;
}

.footer-item ul a {
    color: #5c6573;
    font-size: 14px;
}

.footer-item ul a:hover + div {
    display: block;
}

.footer-item li > div {
    display: none;
    position: absolute;
    right: -36px;
    top: -20px;
    text-align: center;
}

.footer-item li > div p {
    color: #08192f;
    font-size: 14px;
}

.f-right .footer-item p {
    text-align: center;
}

.footer-footer .wx_code {
    margin-top: 20px;
    width: 124px;
    height: 124px;
}

/*.footer-footer .f-right-r {*/
/*    margin-left: 102px;*/
/*}*/

.footer-footer .f-right-r p {
    margin-bottom: 4px;
    text-align: left;
}

.footer-footer .kefu {
    display: inline-block;
    width: 86px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: var(--highlight-color3);
    border-radius: 3px;
    margin-top: 10px;
}

.footer-footer .ff {
    color: #5c6573;
    font-size: 14px;
    text-align: center;
}

.footer-footer.index .ff {
    color: #5c6573;
    font-size: 14px;
    margin-top: 45px;
    border-top: 1px solid #d2d7d9;
    padding-top: 20px;
    text-align: center;
}

.footer-link a, .ff a {
    color: #5c6573;
    font-size: 14px;
}

.footer-link a {
    margin-right: 4px;
    padding-right: 11px;
    position: relative;
}

.footer-link a:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.footer-link a:after {
    content: ' ';
    position: absolute;
    top: 2px;
    right: 0;
    width: 1px;
    height: 16px;
    background: #5c6573;
}

.footer-link a:last-child:after {
    display: none;
}

.footer-footer .ff p {
    margin-top: 10px;
}

.footer-footer .imgUl li {
    display: inline-block;
    padding-right: 30px;
    padding-top: 15px;
}

.footer-footer .imgUl img {
    width: 83px;
    height: 30px;
}

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

/*登录*/
.modal-form {
    width: 440px;
    height: 500px;
    background: #ffffff;
    z-index: 100;
    position: relative;
    color: #a1abbf;
    font-size: 14px;
}

.login-form, .bind-form, .register-form {
    display: none;
}

.modal-form a {
    font-size: 14px;
    color: #3377aa;
    cursor: pointer;
}

.form-form {
    padding: 0 50px;
}

.login_header {
    padding-top: 80px;
    text-align: center;
    height: 28px;
    box-sizing: content-box;
    margin-bottom: 40px;
}

.login_header .pwd_login, .login_header .mes_login, .login_header .wx_login {
    padding-bottom: 10px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #a1abbf;
}

.login_header .mes_login {
    margin-right: 106px;
}

.login_header a.on {
    font-weight: 700;
    color: #000000;
}

.login_header .pwd_login.on:after, .login_header .mes_login.on:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 26px;
    width: 50px;
    height: 2px;
    margin-left: -24px;
    box-sizing: content-box;
    background: #000000;
}

.login_content > div {
    display: none;
}

.login_content > div.on {
    display: block;
}

.login_content .pwd_login_box, .login_content .mes_login_box {
    display: none;
}

.login_content .pwd_login_box.on, .login_content .mes_login_box.on {
    display: block;
}

.form-form input {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #f5f6f7;
    color: #000000;
    padding-left: 10px;
    font-size: 14px;
    margin-bottom: 12px;
    outline: 0;
}

.form-form input.mobileCode {
    float: left;
    width: 220px;
}

.modal-form .getMobileCode {
    float: left;
    width: 110px;
    line-height: 44px;
    text-align: center;
    margin-left: 10px;
    background: #212b3d;
    color: #ffffff;
    cursor: pointer;
}

.modal-form .getMobileCode.disabled {
    background: #a7afbe;
    cursor: default;
}

.form-form input::placeholder {
    color: #d7d8d9;
}

/*滑块*/
.nc_scale {
    background: #f5f6f7 !important;
}

.nc-container {
    margin-bottom: 12px;
}

.nc-container .nc_scale span {
    box-sizing: content-box;
}

.formBtn:hover {
    background: var(--highlight-color7);
}

.formBtn:active {
    background: var(--highlight-color8);
}

.forgetTip {
    display: block;
    text-align: right;
    cursor: pointer;
}

.login_footer {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.login_header .loginWay {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.login_header .loginWay > div {
    display: none;
}

.login_header .loginWay > div.on {
    display: block;
}

.loginWay .loginWay_tips {
    display: inline-block;
    width: 106px;
    height: 24px;
    line-height: 24px;
    background: url("https://static.igmbuy.com/mall/img/icons/bg_change.png") no-repeat;
    color: #986e32;
    position: absolute;
    top: 12px;
    right: 56px;
}

.sao_login_content {
    /*width: 240px;*/
    /*height: 240px;*/
    padding: 5px;
    /*margin: 0 auto;*/
    /*background: url(https://static.igmbuy.com/mall/img/icons/bg_code.png) no-repeat;*/
}

.sao_login_content .tips {
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
}

.sao_login_content .tips img {
    vertical-align: middle;
    padding-right: 6px;
}

/*重置密码*/
.form-header {
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #000000;
    position: relative;
}

.form-header-title {
    font-weight: 700;
    font-size: 22px;
}

.header-btn {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.submitBtn {
    margin-top: 38px;
}

/*重置密码成功*/
.forgot-success {
    text-align: center;
}

.forgot-success-wrapper {
    height: 180px;
    margin-top: 44px;
}

.forgot-success .title {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
}

.forgot-success p {
    text-align: center;
}

/*注册账号*/
.register-form, .bind-form {
    height: 608px;
}

.agree-privacy {
    display: block;
    margin-bottom: 7px;
}

.form-footer {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
}

/*绑定手机*/
.header-tips {
    width: 100%;
    padding: 6px 16px;
    background: #fff9cf;
    color: #986e32;
    text-align: center;
    margin-bottom: 40px;
}

.modal-form input[type="checkbox"] {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 0px;
    border-radius: 3px;
}

.formBtn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: var(--highlight-color3);
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 4px;
    margin: 12px 0 20px 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.formBtn2 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    letter-spacing: 4px;
    margin-top: -8px;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
    background: #ffffff;
    color: #000000;
    border: 1px solid #f0f1f2;
}

.formBtn3 {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: var(--highlight-color3);
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 4px;
    margin: 38px 0 20px 0;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.formBtn4 {
    width: 304px;
    height: 44px;
    line-height: 44px;
    background: var(--highlight-color3);
    color: #ffffff;
    cursor: pointer;
    border: none;
    letter-spacing: 4px;
    margin: 38px 0 20px 120px;
    outline: 0;
    font-size: 16px;
    font-weight: 700;
}

.avatar-wrapper {
    height: 108px;
    background: url("https://static.igmbuy.com/mall/img/icons/bg_headImg.png") no-repeat;
    text-align: center;
    margin-bottom: 12px;
    padding: 10px 0;
}

.avatar-wrapper img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.avatar-wrapper p {
    color: #000000;
}

/*右侧*/
.rightSlide {
    width: 50px;
    background: #ffffff;
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    border-radius: 50%;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
}

.rightSlide a {
    display: block;
    height: 50px;
    text-align: center;
    background-position: center 10px;
    background-repeat: no-repeat;
    position: relative;
    color: #08192f;
    font-size: 12px;
    border-top: 1px solid #e6edf5;
    cursor: pointer;
}

.rightSlide a:first-child {
    margin-top: 0;
}

.rightSlide a span {
    display: block;
    position: absolute;
    bottom: 0px;
}

.rightSlide .kefucontact {
    background-image: url("https://static.igmbuy.com/global/img/kefu_ear.png");
    border-top: none;
}

.rightSlide .kefucontact.third {
    display: none;
}

.rightSlide .telcontact {
    background-image: url("https://static.igmbuy.com/9891/img/r_tel.png");
}

.rightSlide .myOrder {
    background-image: url("https://static.igmbuy.com/9891/img/r_order.png");
}

.rightSlide .saocode {
    background-image: url("https://static.igmbuy.com/9891/img/r_sao.png");
}

.rightSlide .saocode.active .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.rightSlide .sell {
    background-image: url("https://static.igmbuy.com/9891/img/r_sell.png");
}

.toolbar-layer {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 20px;
    right: 60px;
    transform: scale(0.01);
    -webkit-transform: scale(0.01);
    transition: transform 500ms;
    color: #08192f;
}

.toolbar-layer-img {
    top: -36px;
}

.rightSlide a:hover .toolbar-layer {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.myOrder .toolbar-layer {
    width: 107px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: url("https://static.igmbuy.com/common/right/small_white_bg.png");
}

@media screen and (max-width: 1180px) {
    .rightSlide {
        display: none;
    }
}

/*首页头部*/
.p_index_header {
    background: #f5f6f8;
}

.p_index_logo_search {
    background: url("https://static.igmbuy.com/9891/img/bg_index_logo_search.jpg");
}

.p_index_nav {
    background: url("https://static.igmbuy.com/9891/img/bg_index_nav.jpg");
}

.p_index_nav li a, .p_index_logo_search .code_gzh_wrap, .p_index_logo_search .search_hot a, .p_index_logo_search input::placeholder {
    color: #ffffff;
}

.p_index_nav li.active {
    background: none;
}

.p_index_nav li.active a, .p_index_logo_search .search_hot a:hover {
    color: #fd8b38;
}

.p_index_logo_search input {
    background: #810d0c;
    color: #ffffff;
    border: none;
}

.p_index_logo_search input:focus {
    background: #810d0c;
    border: none;
}

.p_index_logo_search .icon_search, .p_index_nav .n_hot {
    background: #b81c1e;
}

.nav_ico_new, .nav_ico_hot {
    animation: navShock 500ms infinite;
    position: absolute;

}

@keyframes navShock {
    0% {
        right: -4px;
        top: -10px;
    }

    50% {
        right: -3px;
        top: -9px;
    }

    100% {
        right: -4px;
        top: -10px;
    }
}

/*顶部广告*/
.index_banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
}

.index_banner a {
    display: block;
    height: 60px;
    z-index: 1;
}

.index_banner a img {
    width: 100%;
    height: 100%;
}

.index_banner_close {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 2;
    cursor: pointer;
}

.footer_banner {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 200px;
    text-align: center;
    z-index: 10;
}

.footer_banner_wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.footer_banner a img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.banner_close {
    position: absolute;
    right: 10px;
    bottom: 48px;
    cursor: pointer;
}

.footer_banner_btn {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #cf4094;
    padding: 28px 28px 28px 0;
    border-radius: 0 50% 50% 0;
    box-sizing: content-box;
    cursor: pointer;
    z-index: 10;
}

.footer_banner_txt {
    display: block;
    padding: 0 32px 0 10px;
    background: url("https://static.igmbuy.com/9891/img/ico_right_white.png") no-repeat right;
}

/*滑块样式更新*/
.nc-container.sm-pop-inner {
    position: relative;
}

/*扫码过期*/
.code_expire {
    display: none;
    float: left;
    position: relative;
    color: #08192f;
    line-height: 22px;
}

.code_mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("https://static.igmbuy.com/9891/img/code_appdown.png");
    background-size: 100%;
    opacity: .06;
}

.code_expire_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 160px;
    height: 160px;
    position: relative;
    z-index: 2;
}

.code_expire_txt .underline {
    text-decoration: underline;
    cursor: pointer;
}

.zfb_tips {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    color: #aab4bf;
}

.zfb_tips i {
    color: #f36106
}

.isGray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*滚动条宽高及背景*/
.list-scroll::-webkit-scrollbar {
    width: 6px;
    background: #ffffff;
}

/*滑块*/
.list-scroll::-webkit-scrollbar-thumb {
    background: #f5f5f5;
    border-radius: 3px;
}

/*滚动条轨道*/
.list-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05)
}

/* 语言币种切换弹窗 */
#lang-set-tpl {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

.lang-set-box select {
    width: 280px;
    height: 40px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url('https://static.igmbuy.com/global/img/arrow_black_down.png') no-repeat scroll right 10px center #EDEEF2;
    padding: 0 28px 0 10px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 8px;
    outline: 1px solid #EDEEF2;
}

.lang-set-box select option {
    background-color: #fff;
}

.lang-set-box {
    width: 300px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    top: 200px;
    left: calc(50% - 150px);
    padding: 20px 10px 10px 10px;
    display: flex;
    flex-direction: column;
}

.lang-set-box .title {
    font-size: 16px;
    color: #232629;
    margin-bottom: 20px;
}

.lang-set-box .label {
    font-size: 14px;
    color: #81858C;
    margin-bottom: 10px;
}

.lang-set-box .lang-btn-box {
    width: 280px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.lang-set-box .lang-btn-box .lang-btn-ok {
    width: 135px;
    height: 36px;
    /*background: #D71E58;*/
    background: var(--highlight-color2);
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}

.lang-set-box .lang-btn-box .lang-btn-cancel {
    width: 135px;
    height: 36px;
    background: #F5F6F9;
    border-radius: 8px;
    text-align: center;
    line-height: 36px;
    color: #232629;
    cursor: pointer;
}

/* cookie使用提示 */
.cookie-tip {
    width: 100%;
    height: 70px;
    display: flex;
    position: fixed;
    z-index: 200;
    bottom: 0;
    left: 0;
    background-color: #EDEEF2;;
}

.cookie-tip .tip-box {
    display: flex;
    align-items: center;
}

.cookie-tip .tip {
    font-weight: 500;
    font-size: 14px;
    color: #2F3133;
}

.cookie-tip .btn-ok {
    width: 88px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #333333;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: auto;
    cursor: pointer;
}

.cookie-tip .btn-no {
    width: 86px;
    height: 32px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 10px;
    border: 1px solid #333333;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    margin-left: auto;
    cursor: pointer;
}

/* 客服菜单 */
.rightSlide .kf-menu {
    width: 400px;
    height: 288px;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    z-index: 90;
    top: -288px;
    left: -400px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #2F3133;
}

.kf-menu .welcom {
    font-size: 24px;
}

.kf-menu .menu-item {
    display: flex;
    width: 360px;
    height: 54px;
    background: #F5F6F8;
    border-radius: 8px;
    align-items: center;
    padding: 0 20px;
    position: relative;
    z-index: 91;
}

.kf-menu .m-left10 {
    margin-left: 10px;
}

.kf-menu .m-top10 {
    margin-top: 10px;
}

.kf-menu .m-top18 {
    margin-top: 18px;
}

.kf-menu .menu-txt {
    font-weight: 400;
    font-size: 16px;
    color: #2F3133;
}

.kf-menu .menu-btn {
    width: 68px;
    height: 34px;
    background: #2F3133;
    border-radius: 8px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
    margin-left: auto;
    cursor: pointer;
}

.menu-item .line-ico {
    width: 34px;
    height: 34px;
    background: #6AAE2D;
    border-radius: 50%;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    line-height: 34px;
}

.line-qr {
    width: 150px;
    height: 150px;
    padding: 5px;
    position: absolute;
    z-index: 92;
    top: 44px;
    right: 10px;
    background: #FFFFFF;
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.line-qr img {
    width: 140px;
    height: 140px;
}

/* 反馈弹窗 */
.send-msg-box {
    width: 600px;
    height: 344px;
    background: #FFFFFF;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 90;
    top: 200px;
    left: calc(50% - 300px);
    padding: 20px;
}

.send-msg-box .label {
    font-weight: 400;
    font-size: 14px;
    color: #2F3133;
    margin-bottom: 20px;
}

.send-msg-box .textarea {
    width: 560px;
    height: 100px;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
    background: #F5F6F8;
    position: relative;
    z-index: 91;
    display: flex;
}

.send-msg-box textarea {
    width: 540px;
    height: 70px;
    background: #F5F6F8;
    border: none;
    resize: none;
    overflow: hidden;
    outline: 0;
    position: relative;
    z-index: 92;
}

.send-msg-box #send_msg_txt_count {
    position: absolute;
    z-index: 93;
    right: 10px;
    bottom: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #2F3133;
}

#send_msg_txt_count span {
    color: #2F3133;
}

.send-msg-box .input {
    width: 560px;
    height: 40px;
    background: #F5F6F8;
    border-radius: 8px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.send-msg-box .btn-box {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.send-msg-box .btn-box .btn-submit {
    width: 180px;
    height: 44px;
    background: #2F3133;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}

.send-msg-box .btn-box .btn-cancel {
    width: 180px;
    height: 44px;
    background: #F5F6F8;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #2F3133;
    text-align: center;
    line-height: 44px;
    margin-left: 10px;
    cursor: pointer;
}

.flex {
    display: flex;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}