body {
    line-height: 24px;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    min-width: 1366px;
    overflow: auto;
    max-width: 1920px;
    margin: 0 auto;
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
.top-left {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
#china-flag {
    width: 30px;
    height: 20px;
    display: inline-block;
    background-image: url('/images/cn.png');
    background-size: cover;
    margin-right: 5px;
}
.top{width:980px;margin:0px auto;position:relative;}
.text{font-size:14px;color:#333;margin:43px 0px 0px 145px;}
.tel{width:197px;height:44px;background:url('/img/tel.png') no-repeat;position:absolute;top:30px;right:500px;}     
.sethome{float:right;font-size:14px;line-height:18px;color:#953c00;background:url(images/home.png) no-repeat;width:140px;height:66px;}
.sethome a{text-decoration:none;margin:0 10px;color:#953c00;}
.wrap{margin:10px auto;width:980px;overflow:hidden;}
.center{background:#fff;overflow:hidden;}
.big_tit{background:url(images/title_bg.png) no-repeat;width:980px;height:50px;}
.big_tit h2{font-size:16px;color:#fff;line-height:48px;padding-left:15px;}
.nav_box{width:957px;margin:10px auto;background:#f7f7f7;border:1px solid #eee;overflow:hidden;}
.nav_li{float:left;width:142px;height:46px;border:2px solid #dedede; background:#fff;float:left;margin:8px 5px 8px 8px;text-align:center;line-height:46px;font-size:15px; cursor:pointer;}
.nav_li:hover{width:142px;height:46px;border:2px solid #ffc42b;float:left;margin:8px 5px 8px 8px;text-align:center;line-height:46px;font-size:15px;}
.nav_li em {margin-left:5px; vertical-align:middle;}
.wrap_b{background:url(images/wrap_b.png) repeat-x;height:4px;}

.header-wrap {
    width: 980px;
    margin: 0 auto;
    height: 90px;
    position: relative;
}
.header-top-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.header_top {
    width: 980px;
    margin: 0 auto;
    height: 120px;
    position: relative;
}

.banner{
    height:420px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:42px;
    color:#fff;
}
.shop-title{
    width:1200px;
    margin:60px auto 30px;
    font-size:30px;
    border-left:5px solid #912bff;
    padding-left:16px;
}
.goods-box{
    width:1200px;
    margin:0 auto 80px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}
.goods-item{
    background:#16161e;
    border:1px solid #2c2c44;
    border-radius:10px;
    overflow:hidden;
}
.goods-item:hover{
    border-color:#912bff;
    box-shadow:0 0 18px #912bff33;
}
.goods-pic{
    height:200px;
    background:#222;
}
.goods-text{
    padding:16px;
}
.goods-text h4{
    font-size:18px;
    margin-bottom:10px;
	background: #ffc42b;
    color: #f00;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s;
	text-align: center;
}
.goods-price{
    color:#ffbc42;
    font-size:20px;
	text-align: center;
	
}

.login-mask{
    display:none;
    position:fixed;
    left:0;top:0;
    width:100%;height:100%;
    background:rgba(0,0,0,0.8);
    z-index:9999;
    align-items: center;
    justify-content: center;
}
.login-pop{
    width:420px;
    background:#111118;
    border:1px solid #912bff;
    border-radius:10px;
    position:absolute;
    left:50%;top:50%;
    transform:translate(-50%,-50%);
    padding:32px;
    box-shadow:0 0 40px #8020ff40;
}
.pop-close{
    position:absolute;
    right:18px;top:14px;
    font-size:28px;
    color:#aaa;
    cursor:pointer;
}
.pop-tab{
    display:flex;
    border-bottom:1px solid #2c2c44;
    margin-bottom:26px;
}
.pop-tab-item{
    flex:1;
    text-align:center;
    font-size:18px;
    padding:12px 0;
    color:#999;
    cursor:pointer;
}
.pop-tab-item.active{
    color:#c488ff;
    border-bottom:2px solid #912bff;
}
.form-panel{display:none;}
.form-panel.active{display:block;}
.form-item{margin-bottom:20px;}
.form-item input{
    width:100%;
    height:48px;
    background:#1e1e2b;
    border:1px solid #3c3c58;
    color:#fff;
    border-radius:6px;
    font-size:16px;
    box-sizing:border-box;
    padding:0 12px;
}
.form-item input:focus{
    border-color:#912bff;
    outline:none;
}
.submit-btn{
    width:100%;
    height:50px;
    background:#8033dd;
    border:none;
    color:#fff;
    font-size:18px;
    border-radius:6px;
    cursor:pointer;
}
.submit-btn:hover{
    background:#912bff;
}	


/* 右侧客服+登录 */
.tel-btn{
    position:absolute;
    top:22px;
    right:-30px;
    width:185px;
    height:46px;
    background:#695030;
    border-radius:4px;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:46px;
}
.login-btn{
    position:absolute;
    top:22px;
    right:220px;
    width:130px;
    height:46px;
    background:#755936;
    border-radius:4px;
    color:#fff;
    font-size:20px;
    text-align:center;
    line-height:46px;
    cursor:pointer;
}
.login-btn:hover,.tel-btn:hover{
    background:#8c6c40;
}
.logo{
    position:absolute;
    left:-120px;
    
}
.logo img{
    height:85px;
}

.float-right-sky {
    position: fixed;
    right: 15px;
    bottom: 120px;
    z-index: 998;
}
.float-right-sky ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.float-item {
    margin-bottom: 10px;
    border-radius: 6px;
}
.float-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
#popup {
    position: relative;
}
#popup img.desktop {
    max-width: 90vw;
    max-height: 90vh;
}
.ggClose {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}
#goTopBtn {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}