:root {
    --button-bg-color: #00594E;
}



html{
    height: 100%;
}

body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 1200px;
    background: #F5F6FA;
    letter-spacing: 1px;
}

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





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

.banner img{
	width: 100%;
	min-width: 1200px;
	/*height:400px;*/
}

.banner .embed-backdrop{
    width: auto;
    min-width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border-radius: 60px;
}


.banner .backdrop{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


.banner .embeds-img,.embeds-img{
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    transform: translate(-50%,-50%);
    min-width: unset;
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}



.banner .embeds-text,.embeds-text{
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    color: #fff;
    /*transform: scale(1);*/
    /*transform: translate(-50%,-50%);*/
    transform: translate(-50%,-50%);
    -moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}




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




.nav{
    width: 100%;
    height: 80px;
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: center;
    background-color: #fff;
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);*/
    border-bottom: 1px solid #545454;
}
.nav .tunnel{
    align-self: center;
    position: relative;
}
.nav ul{
    display: flex;

    width: 1140px;
}
.nav ul li{
    align-self: center;
    font-weight: 500;
    font-size: 14px;
    width: 200px;
    text-align: center;
}
.nav ul .logo img{
    width: 100px;
    transition-duration: 0.3s;
}
.nav ul .logo .big-logo{
    width: 170px;
}
.nav ul .logo{
    width: 150px;
    flex-shrink:0;
}
.nav ul .baohu{
    width: 150px;
    flex-shrink:0;
}
.nav ul .cart{
    font-weight: 500;
    margin-left: 20px;
}
.nav ul .cart .cart-icon{
    font-size: 26px;
    vertical-align: middle;
    margin-right: 7px;
}
.nav ul .cart .cart-les{
    font-size: 14px;
    position: relative;
    display: flex;
    justify-content: center;

}
.nav ul .cart .cart-les span{
    align-self: center;
}
.cart-menu{
    position: relative;
}
.cart-dot{
    width: 21px;
    height: 21px;
    background: #E82F2F;
    color: #fff;
    font-size: 12px;
    display: block;
    border-radius: 50%;
    line-height: 21px;
    position: absolute;
    top: -12px;
    left: 14px;
}



.nav ul .cart:hover > .apex-cart-hover, .apex-cart-hover:hover{
    display: block;
}




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-color: #000;
    background-image: url("/static/img/footer-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
/*    height: 240px;*/
    min-width: 1200px;
    padding: 70px 0;
}
.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;
    width: 350px;

}
footer .lp .about{
    width: 100%;
    color: #fff;
    font-size: 14px;
}
.footer-nav{
    float: right;
    margin-left: 110px;
}

.footer-nav a{
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.footer-nav-item{
    float:left;
    margin-left: 100px;
}
.footer-nav-item:first-child{
    margin-left: 0;
}
.footer-nav-item .footer-line{
    /*width: 170px;*/
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 24px;
}
.footer-nav-vox p{
    margin-top: 8px;
}
.footer-nav-vox p:first-child{
    margin-top: 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;
}

.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: #00594e!important;
}

.main-color-hover:hover a{
    color: #00594e!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;
    padding-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: #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: #00594E;
}
.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;
    margin-bottom: 37px;
}
.breadcrumb a{
    color: #00594E;
}
.breadcrumb a:after{
    content: ">";
    padding: 0 10px;
    color: #000;
}
.breadcrumb .activate{
    color: #000;
}
.breadcrumb .activate:after{
    content: "";
}


/** 購物車樣式START **/
.apex-cart-header {
    width: 400px;
    height: 64px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
    padding: 14px 23px;
    position: relative;
}
.apex-cart-header .title {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0;
}
.apex-cart-header .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #b3b3b3;
}
.apex-cart-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
}

.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-product-name {
    float: left;
    font-size: 14px;
    color: #333333;
    /* margin-left: 16px; */
    width: 100%;
    padding-right: 50px;
}
.apex-cart-left {
    float: left;
}
.apex-cart-product-num {
    margin-top: 8px;
}
.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;
    border-radius: 28px;
}
.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 {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
}
.apex-cart-product-img-box{
    position: relative;
    float: right;
    width: 70px;
    height: 70px;
}
.apex-cart-product-img {

    width: 70px;
    height: 70px;
    margin-top: 8px;
}

.apex-cart-img-logo{
    position: absolute;
    top: 11px;
    left: 4px;
    width: 42%;

    height: auto;
}

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

.apex-cart-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 218px;
    background: #FFFFFF;
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
}
.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 span {
    float: right;
    letter-spacing: 0;
}
.apex-cart-shopping {
    margin: 0 auto;
    width: fit-content;
    width: -moz-fit-content;
}
.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-shopping-btn {
    width: 328px;
    height: 40px;
    background-color: #00594E;
     border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    margin-top: 15px;
}
.apex-cart-continue {
    text-align: center;
    margin-top: 15px;
}
.apex-cart-continue-btn {
    font-size: 16px;
}

/** 購物車樣式END **/
