html{
    height: 100%;
}

body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 1280px;

    background-image:url("/test/bg.gif") !important ;
    background-repeat: repeat !important;
    background-color: #0a0a0a !important;
    color: var(--main-text-color);
}

a{
    color: inherit;
}

header{
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.transparent-header{
    box-shadow:unset;
}
.header-fixed{
    position: fixed;
}
img{
    display: block;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 18px;
}



.apex{
	height: 80px;
    line-height: 78px;
	background: #1a1a1a;
	width: 100%;
	min-width: 1200px;
    position: relative;
    transition: background-color .5s;
}
.transparent-header .apex{

}
.apex .logo{

    float: left;

}
.apex-content{
    margin: 0 auto;
    width: 1180px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.apex .guidance{
    height: 80px;
    float: right;

}
.apex-cart{
    /*background: #C69B6F;*/
    border-radius: 6px;
}



.apex .guidance .nav-a{
    color: rgba(255,255,255,0.75);
    font-size: 15px;
    width: 100px;
    text-align: center;
    padding: 10px 35px;
}

.apex .guidance a .iconfont{
    vertical-align: top;
    font-size: 20px;
    margin-right: 3px;
}
.apex .guidance a span{
    vertical-align: top;
}

.apex .guidance a .order-iconfont{
    font-size: 20px;
}

.apex .guidance .apex-cart .iconfont{
    margin-right: 10px;
}


.apex-cart-hover{

    display: none;

    position: absolute;
    z-index: 99;
    right: -13px;
    top: 59px;
    padding-top: 12px;
    line-height: initial;
}

.apex-cart-box{
    width: 360px;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /*padding: 24px 16px;*/
    padding-top: 24px;
    padding-bottom: 24px;

}
.apex-cart:hover+.apex-cart-hover,.apex-cart-hover:hover{
    display: block!important;
}

.apex-cart-box .triangle{
    position: absolute;
    right: 93px;
    top: 12px;
    line-height: 0;
    color: #fff;
    font-size: 24px;

}

.apex-cart-product{
    overflow-y: auto;
    padding-left: 16px;
    padding-right: 16px;

}
.apex-cart-product::-webkit-scrollbar{
    width:5px;


}
.apex-cart-product::-webkit-scrollbar-track{
    background: rgb(239, 239, 239);
    border-radius:2px;
}
.apex-cart-product::-webkit-scrollbar-thumb{
    background: #1a1a1a;
    border-radius:10px;
}
.apex-cart-product::-webkit-scrollbar-thumb:hover{
    background: #333;
}
.apex-cart-product::-webkit-scrollbar-corner{
    background: #1a1a1a;
}

.apex-cart-product-goods{
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}
.apex-cart-product-goods:last-child{
    margin-bottom: 0;
}

.apex-cart-product-box{
    position: relative;
    line-height: initial;
}

.apex-cart-product-img{
    float: left;
/*    width: 80px;*/
    height: 80px;
    margin-right: 32px;
    margin-left: 32px;
}

.apex-cart-product-name{
    float: left;
    font-size: 14px;
    color: #333333;
    margin-left: 16px;
    width: 180px;
}

.apex .apex-cart-product-box .apex-cart-product-remove-cart{
    color: #999!important;
    position: absolute;
    right: 0;
    font-size: 14px;
    width: auto;
    padding: 0;
}
.apex .apex-cart-product-box .apex-cart-product-remove-cart:hover{
    color: #fb3131!important;
}

.apex-cart-product-num{
    position: absolute;
    left: 95px;
    bottom: 0;
    font-size: 14px;
    display: flex;
}

.apex-cart-product-num-text{
    float: left;
    align-self: center;
}

.apex-cart-product-su{
    position: relative;
    width: 96px;
    float: left;
}

.apex-cart-product-input{
    width: 96px;
    height: 28px;
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 14px;
}

.apex-cart-product-su i{
    font-size: 14px;
    position: absolute;
    width: 30px;
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #000;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.apex-cart-product-reduce{
    left: 0;
}

.apex-cart-product-add{
    right: 0;
}

.apex-cart-product-price{
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px;
}

.apex-cart-count{
    text-align: right;
    font-size: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 16px;
    position: relative;
}
.apex-cart-shopping{
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.apex-cart-count label{
    width: 70px;
    display: inline-block;
    text-align: left;
}
.apex-cart-count .span-price{
    width: 70px;
    display: inline-block;
    text-align: left;
}
.apex-cart-shopping-btn{
    width: 328px;
    height: 40px;
    background: #1a1a1a;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
}




.dropdown-toggle{
	color: #fff;
	font-size: 12px;
}

.nav{
	height: 80px;
	line-height: 80px;

}

.nav-ul{
    /*width: 700px;*/
    margin: 0 auto;
    text-align: center;
}

.nav .logo{
	float: left;
	height: 88px;

}
.nav .logo img{

    margin-top: 10px;
}

.nav-box{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.nav-item a{
	color:rgba(255,255,255,0.75);
    display: inline-block;
    font-size: 15px;
    line-height: 1.5;
}
.nav-item a:hover{
    color: #fff;
    text-decoration: underline;
}
.nav-item{
	font-size:16px;
	display: inline-block;
	text-align: center;
    padding-left:35px;
    padding-right: 35px;
    /*border-bottom: 4px solid #fff;*/
}



.nav-ul li a{
	color:#fff;
	font-size:16px;
	height:88px;
	display: inline-block;
}

.nav .ship{

	width: 160px;
	height: 40px;
	background: #E51728;
	border-radius: 6px;
	padding: 12px 46px;
	color: #fff;
	font-size: 16px;
}


.banner{
	position: relative;
	/*height: 400px;*/
}

.banner img{

	width: 1280px;
    margin: 0 auto;
}
.index-banner{
	/*height: 600px;*/
}

.index-banner img{
	/*height: 600px;*/
}

.container-fix{
	width: 1280px; margin: 0 auto;position: relative;
}

.container{
    width: 100%;
    height: auto;
    min-width: 1200px;
    position: relative;
    color: #fff;

    flex: 1;
}






.footer-bot{

    height: 178px;
}
.footer-bot .wrapper{
    position: relative;
    height: 100%;
}
.footer-bot .logo{
/*    width: 192px;
    height: 32px;*/
    display: inline-block;
    margin-top: 30px;
}
.footer-bot .copyright{
    color: #b8b8b8;
    position: absolute;
    bottom: 9px;
    font-size: 12px;
    font-weight: 300;
}
footer .lp{
    float:left;
}
.footer-nav{
    position: absolute;
    bottom: 30px;
    left:0;
}
.footer-nav a{
    color: #fff;
    font-size: 14px;
}
.footer-nav-item{
    float:left;
}

.footer-nav-item:after{
    content: "/";
    color: #fff;
    margin-left: 16px;
    margin-right: 16px;
}
.footer-nav-item:last-child:after{
    content: "";
}

.footer-nav-vox p{
    margin-top: 31px;
}

.footer-about{
    color: #fff;
    line-height: 28px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.nav-ul>.nav-item{
	position: relative;
}
.nav-list{
	position: absolute;
	left: 10px;
	/*width: 100%;*/
    /*width: 145px;*/
    /* height: 250px; */
    background: rgba(0,0,0,0.55);
   display: none;
}
.nav-list li{
    list-style: none;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}
.nav-list li a{
	font-size: 14px;
}

.nav-ul>.nav-item:hover .nav-list{
    position: absolute;
    left: 10px;
    display: block;
}

.nav-ul>.nav-item .nav-list li{
    height: 45px;
    line-height: 45px;
    color: white;


}


.wrapper{
    width: 1280px;
    margin: 0 auto;
}
.line{
    height: 1px;
    background: #999;
}


.main-color-hover:hover{
    color: #1a1a1!important;
}

.main-color-hover:hover a{
    color: #1a1a1a!important;
}


.cart-action-disable {
    color: #B3B3B3!important;
    cursor: not-allowed!important;
}

.cart-empty-tips{
    color: #b3b3b3;
    font-size: 16px;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
}


.loading-action-btn-disabled{
    cursor:not-allowed;
    opacity:.55;
}


.tips-main{
    border-radius: 10px!important;

}
.info-tips-skin{
    text-align: center;
    padding: 20px 25px;

}
.info-tips-skin .error{
    color: #ff3a3a;
}
.info-tips-skin .success{
    color: #1a1a1a;
}
.info-tips-skin .iconfont{
    font-size: 50px;
}

.info-tips-skin .text{
    font-size: 18px;
    margin-bottom: 8px;
    padding-right: 10px;
    padding-left: 10px;
}

.info-tips-skin .success-text{
    color: #1a1a1a;
}
.info-tips-skin .error-text{
    color: #ff3a3a;
}

.info-tips-skin .sub-text{
    color: #333;
    font-size: 14px;
}
.info-tips-skin .btn-box{



}
.info-tips-skin .btn-box a{

    line-height: 30px;
    background-color: #f8ba01;
    display: inline-block;
    width: 100%;
    color: #fff;
}



