html{
    height: 100%;
}

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

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



.apex{
	height: 80px;
    line-height: 78px;

	background: rgba(0,0,0,1);
	width: 100%;
    position: relative;
}
.apex .logo{
    width: 125px;
    height: 21px;
    float: left;
   /* position: absolute;
    top: 50%;
    transform: translate(0,-50%);*/
}
.apex-content{
    margin: 0 auto;
    width: 1150px;
    position: relative;
}
.apex .guidance{
    height: 80px;
    float:right;
}
.apex-cart{
    background: #C69B6F;
    border-radius: 6px;
}



.apex .guidance .nav-a{
    color: #fff;
    font-size: 16px;
    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{

}

.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;
}

.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: #C69B6F;
    border-radius:10px;
}
.apex-cart-product::-webkit-scrollbar-thumb:hover{
    background: #333;
}
.apex-cart-product::-webkit-scrollbar-corner{
    background: #C69B6F;
}

.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;
}

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

.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-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{
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.apex-cart-shopping-btn{
    width: 328px;
    height: 40px;
    background: #C69B6F;
    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: 64px;
	line-height: 64px;
	background: #fff;
	width: 100%;

}

.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: 1280px;
    margin: 0 auto;
    position: relative;
}
.nav-item a{
	color:#000;
    display: inline-block;
}
.nav-item{
	font-size:16px;
	display: inline-block;
	text-align: center;
    padding-left:30px;
    padding-right: 30px;
    /*border-bottom: 4px solid #fff;*/
}

/* .nav-item:hover{
	border-bottom: 4px solid #fff;
}*/

/*.nav-item::before {
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width: 100%;
    !* 重点 *!
    height:4px;
    background:#fff;
    transform:scaleX(0);
    !* 重点 *!
    transition:all .5s;
    !* 重点 *!
}
.nav-item:hover::before {
    transform:scaleX(1);

}*/


.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: 100%;
	min-width: 1200px;
	/*height:400px;*/
}
.index-banner{
	/*height: 600px;*/
}

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

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

.container{
    width: 100%;
    height: auto;
    min-width: 1200px;
    position: relative;
    color: #000;
    padding-bottom: 150px;
    flex: 1;
}




footer{
    position: relative;
    min-width: 1200px;
}
footer .parallax_holder{
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center bottom;
    background-attachment: fixed;
    overflow: hidden;
    max-height: 400px;
    background-size: 100% auto;
/*    height: 400px;*/
    min-width: 1200px;
    min-height: 200px;
    display: flex;
}

footer .parallax_holder:before{content: ""; display: block; padding-top: 100%;}

footer .parallax_holder .backdrop-text{
    text-align: center;
    color: #fff;
    font-weight: 500;
    align-self: center;
    margin: 0 auto;
}

footer .parallax_holder .backdrop-text h2{
    font-size: 24px;
    font-weight: 500;
}
footer .parallax_holder .backdrop-text p{
    font-size: 14px;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    font-weight: 300;
    margin-top: 20px;
}

.footer-bot{
    background: #000;
    height: 240px;
    min-width: 1200px;
}
.footer-bot .logo{
    width: 192px;
    height: 32px;
    display: inline-block;
    margin-top: 30px;
}
.footer-bot .copyright{
    color: #fff;
    position: absolute;
    bottom: 9px;
    font-size: 12px;
    font-weight: 300;
}
footer .lp{
    float:left;
}
.footer-nav{
    float: right;
    margin-top: 35px;
}

.footer-nav a{
    color: #fff;
    font-size: 14px;
}
.footer-nav-item{
    float:left;
    margin-left: 40px;
}
.footer-nav-item .footer-line{
    width: 144px;
    height: 3px;
    background: #FFFFFF;
}
.footer-nav-vox p{
    margin-top: 31px;
}


.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;


}

.head-inline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.embe .decorate span{
	width: 10px;
	height: 14px;
	background-color: #E51728;
	display: inline-block;
	margin-left: 5px;
	transform:skewX(-30deg);
	-webkit-transform:skewX(-30deg);  /*兼容-webkit-引擎浏览器*/
	-moz-transform:skewX(-30deg);/*兼容-moz-引擎浏览器*/
}

.embe .de-l{
	position: absolute;
	left: -58px;
	top: 50%;
	transform: translate(0%,-50%);
}

.embe .de-r{
	position: absolute;
	right: -58px;
	top: 50%;
	transform: translate(0%,-50%);
}
.dropdown-toggle:hover + .dropdown-menu{
    display: block;
}
.dropdown{
    position: relative;
}
.dropdown-menu:hover{
    display: block;
}
.dropdown-menu{
    position: absolute;
    top: 24px;
    width: 62px;
    text-align: center;
    z-index: 100;
    display: none;
}
.dropdown-menu li{
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,0.5);
    border-radius: 5px;
}
.dropdown-menu a{
    color: #fff;
}


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

.guarantee{
    height: 80px;
    background: #F5F5F5;
    display: flex;
    min-width: 1200px;
}
.guarantee .wrapper{
    align-self: center;
}
.guarantee .guarantee-item{
    display: flex;
    float:left;
    margin-left: 100px;
}
.guarantee .guarantee-item:first-child{
    margin-left: 0;
}
.guarantee .guarantee-item img{
    float:left;
    width: 50px;
}
.guarantee .guarantee-item p{
    float:left;
    align-self: center;
    font-size: 14px;
    color: #000;
}

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

.main-color-hover:hover a{
    color: #C69B6F!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;
    /*width: 200px;*/
    /*padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;*/
    padding: 20px 25px;

}
.info-tips-skin .error{
    color: #ff3a3a;
}
.info-tips-skin .success{
    color: #C69B6F;
}
.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: #C69B6F;
}
.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;
}

.breadcrumb{
    margin-top: 20px;
    font-size: 14px;
}

.breadcrumb .activate{
    color: #C69B6F;
}


