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);
    background: rgba(0,0,0,1);
    height: 180px;
}
img{
    display: block;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 18px;
}

.navs{
    margin-bottom: 10px;
    min-width: 1200px;
}

.apex{



	background: rgba(0,0,0,1);
	width: 100%;
	min-width: 1200px;
    position: relative;
}
.apex .logo{
    /*width: 125px;
    height: 21px;*/
    /*float: left;*/
   /* position: absolute;
    top: 50%;
    transform: translate(0,-50%);*/
}
.apex-content{
 /*   line-height: 70px;*/
    padding-top: 15px;
    margin: 0 auto;
    width: 1200px;
    position: relative;
    height: 73px;
}
.apex .guidance{
    height: 80px;
    float:right;
    margin-right: 30px;
}
.apex-cart{
    background: #000;
    /*border-radius: 6px;*/
    border: 1px solid #fff;
}

.apex .logo-box{
    width: 700px;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    height: 35px;
}

.apex .logo-box .logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.apex .search-box{
    display: inline-block;
    position: relative;
}
.apex .search-box input{
    background-color: #000;
    border: 1px solid #808080;
    height: 32px;
    border-radius: 4px;
    width: 160px;
    color:#808080;
    padding-left:25px;
}

.apex .search-box .search-iconfont{
    position: absolute;
    left: 5px;
    color: #808080;
    top: 50%;
    transform: translate(0,-50%);
}

.apex .guidance .nav-a{
    color: #fff;
    font-size: 14px;
    width: 100px;
    text-align: center;
    padding: 5px 20px;
}

.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: 42px;
    padding-top: 12px;
    line-height: initial;
}
.apex-cart:hover+.apex-cart-hover,.apex-cart-hover:hover{
    display: block;
}*/

.apex-cart-header{
    width: 400px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 14px 23px;
    position: relative;
}

.apex-cart-header .close{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

.apex-cart-header .title{
    font-size: 16px;
    font-weight: 400;
    color: #000000;

}

.apex-cart-header .sub-title{
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
}

.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-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;
    position: fixed;
    width: 100%;
    max-width: 384px;
}
.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: #000;
    border-radius:10px;
}
.apex-cart-product::-webkit-scrollbar-thumb:hover{
    background: #333;
}
.apex-cart-product::-webkit-scrollbar-corner{
    background: #000;
}

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

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

.apex-cart-left{
    float: left;
}

.apex-cart-product-img{
    float: right;
    width: 70px;
    height: 70px;
    margin-top: 5px;
}



.apex-cart-product-name{
    float: left;
    font-size: 14px;
    color: #333333;
    /*margin-left: 16px;*/
    width: 100%;
    padding-right: 50px;
}

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

.apex-cart-product-remove-cart:hover{
    color: #fb3131;
}

.apex-cart-product-num{
/*    position: absolute;
    left: 95px;
    bottom: 0;
    font-size: 14px;
    display: flex;*/
    margin-top: 8px;

}

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

    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;*/
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}

.apex-cart-footer{
    position: absolute;
    bottom: 0;
    width: 100%;

    height: 236px;
    background: #FFFFFF;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.1);
}

.apex-cart-count{
/*    text-align: right;*/
    font-size: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 16px;
}

.apex-cart-count label{

}

.apex-cart-count span{
    float:right;
}



.apex-cart-shopping{
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.apex-cart-shopping-btn{
    width: 328px;
    height: 40px;
    background: #000;
/*    border-radius: 6px;*/
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    margin-top: 15px;
}

.apex-cart-list-btn{
    width: 328px;
    height: 40px;
    border: 1px solid #999999;
    /*    border-radius: 6px;*/
    color: #000;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
}
.apex-cart-continue{
    text-align: center;
    margin-top: 15px;
}
.apex-cart-continue-btn{
    font-size: 16px;
}


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

.nav{
	/*height: 64px;
	line-height: 64px;*/
	background: #000;
	width: 100%;
	min-width: 1400px;
}

.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:#fff;
    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;*/
    min-width: 1200px;
}

.banner img{
	width: 100%;
	min-width: 1200px;
	/*height:400px;*/
}
.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: #000;
    padding-bottom: 40px;
    flex: 1;
}




footer{
    position: relative;
    /*height: 240px;*/
    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;

    background-size: 100%;
    height: 400px;
    min-width: 1400px;
}

footer .parallax_holder .backdrop-text{
    text-align: center;
    color: #fff;
    font-weight: 500;
    transform: translate(0,200px);
}

footer .parallax_holder .backdrop-text h2{
    font-size: 32px;
}
footer .parallax_holder .backdrop-text p{
    font-size: 18px;
    width: fit-content;
    width: -moz-fit-content;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.footer-bot{
    background: #000;
    height: 120px;
    display: flex;
    position: relative;
}

.nav-wrapper{
    height: 80px;
    background: #333;
}

.footer-bot .logo{
    width: 192px;
    height: 32px;
    display: inline-block;
}
.footer-bot .copyright{
    color: #fff;
    position: absolute;
    bottom: 9px;
}

.footer-bot .center-wrapper{
    align-self: center;
}

footer .lp{
    float:left;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}


footer .rp{
    float:right;
    width: 501px;
    padding: 0 42px;
    max-height: 108px;
    overflow: hidden;

}

footer .rp p{
    width: 100%;
    color: #ccc;
    font-size: 13px;
    line-height: 23px;
    max-height: 108px;
    overflow: hidden;
}

footer .nav-wrapper{
    display: flex;
}

footer .nav-wrapper .nav-wrapper-box{
    width: 1200px;
    margin: 0 auto;
    align-self: center;
}

footer .nav-wrapper .nav-wrapper-box .copyright{
    float: left;
    color: #808080;
    font-size: 14px;
}
footer .nav-wrapper .nav-wrapper-box .footer-nav{
    float:right;

}
footer .nav-wrapper .nav-wrapper-box .footer-nav a{
    color:#fff;
    margin-left: 48px;
    font-size: 14px;
}
footer .nav-wrapper .nav-wrapper-box .footer-nav a:first-child{
    margin-left: 0;
}




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


.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;
    margin-top: 50px;
}


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

.info-tips-skin .sub-text{
    color: #7f7f7f;
    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;
}


.wrapper-page-fixed{
    position: relative;
    top: -78px;
    background: #fff;
    z-index: 99;
  /*  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);*/
    padding: 20px 20px 30px 20px;
    background: #fff;
}

.box-shadow-half{
    width: 1200px;
    height: 520px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
}


.breadcrumb{
    margin-top: 20px;
    font-size: 14px;
    color: #000;
}
.breadcrumb .partition{
    margin-left: 20px;
    margin-right: 20px;
    color: #333;
}
.breadcrumb .activate{
    color: #000;
}




.faq{
    width: 100%;
    background-image: url("/static/img/bz/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    color: #FEFEFE;
    padding-top: 60px;
}

.faq-row{
    width: 760px;
}

.faq-row .title{
    font-size: 28px;
    color: #FEFEFE;
}

.faq-main{
    margin-top: 40px;
}

.faq-item:first-child{
    border-top: 1px solid #999;
    padding-top: 22px;
}

.faq-item{

    margin-bottom: 22px;
    padding-bottom: 22px;
    border-bottom: 1px solid #999;
}

.faq-item .faq-title{
    font-size: 16px;
    position: relative;
}

.faq-item .faq-desc{
    font-size: 14px;
    width: 660px;
    margin-top: 24px;
    display: none;
}
.faq-item .unfold{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 18px;
    cursor: pointer;

    -moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}

.faq-item .unfold-hide{
    display: none;
}


.comment{
    width: 100%;
    background-image: url(/static/img/bz/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 480px;
    color: #FEFEFE;
    padding-top: 40px;
}

.comment .title{
    font-size: 28px;
    padding-left: 20px;
}

.comment-main{
    margin-top: 70px;
}

.comment-main .comment-item{
    width: 360px;
    float:left;
    margin-left: 20px;
}


.comment-main .comment-item .name{
    font-size: 14px;
    padding-left: 14px;
    margin-bottom: 12px;
    float:left;
}

.comment-main .comment-item .raise{
    float:right;
    margin-right: 4px;
}

.comment-main .comment-item .info{
    background: rgba(0,0,0,0.27);
    padding: 16px 15px;
    font-size: 14px;
}

.comment-main .comment-item .info p{
    line-height: 22px;
    height: 88px;
    overflow: hidden;
}

.comment-main .comment-item .info .kuitu{
    margin-top: 5px;
}

.comment-main .comment-item .info .kuitu img{
    width: 100px;
    display: inline-block;
    margin-left: 5px;
}

.comment-main .comment-item .info .kuitu img:first-child{
    margin-left: 0;
}



.slide-header{
    height: 80px;
}
.slide-header .header-main{
    position: relative;
    height: 80px;
    width: 1200px;
    margin: 0 auto;
}

.slide-header .apex-content{
    height: 80px;
}

.slide-header .apex .guidance{
    height: auto;
}

.slide-header .navs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 690px;
}

.slide-header .apex .logo-box{

    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    margin: 0;
    width: 192px;
    height: 32px;
}

.slide-header .apex .guidance{
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    transform: translate(0,-50%);
}

.slide-header .nav-item{
    padding-left: 20px;
    padding-right: 20px;
}


@media screen and (max-width: 1200px) {
    .slide-header .apex .logo-box{
        left: 20px;
    }

    .slide-header .apex .guidance{
        right: 20px;
    }

    .faq-row{
        margin-left: 50px;
    }

    footer .lp{
        left:50px
    }

}
