html{
    height: 100%;
}

body{
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 1200px;
}
.overflow-hidden{
    overflow: hidden!important;
}

.header-fixed{
    position: fixed;
}
img{
    display: block;
}
h1{
    font-size: 22px;
}
h2{
    font-size: 18px;
}


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





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





header .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;*/
}

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

.container{
    width: 100%;
    height: auto;
    /* min-width: 1200px; */
    position: relative;
    color: var(--text-color);

    flex: 1;
}



.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: #F7F7F7;
    display: flex;
    min-width: 1200px;
    position: relative;
    z-index: 1;
}
.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;
}





.cart-action-disable {
    color: rgba(255,255,255,0.4)!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: 36px;
}


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

.info-tips-skin .sub-text{
    color: rgba(255,255,255,0.6);
    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: var(--text-color);
}


.landslide-item{
    overflow: hidden;
}


.landslide-item:hover > .landslide-cartbom{
    transform: translate(-50%,-90px);
    opacity: 1;
}

.landslide-item:hover > .landslide-info{
    transform: translateX(265px);
    opacity: 0;
}

.landslide-cartbom{
    position: absolute;
    left: 50%;
    opacity: 0.5;
    transform: translate(-385px,-90px);
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.landslide-info{
    opacity: 1;
    -moz-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

/** 購物車樣式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: #fff;
    padding: 0;
}
.apex-cart-header .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.6);
}
.apex-cart-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    cursor: pointer;
    color: #fff;
}

.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 rgba(255,255,255,0.4);
    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: #fff;
    /* 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 #fff;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 14px;
    background-color: transparent;
    color: #fff;
    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: #fff;
    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: rgba(255,255,255,1);
    font-size: 14px;
    margin-top: 15px;
}
.apex-cart-product-img {
    float: right;
    width: 70px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}
.apex-cart-product-img .main-img{
    width: 100%;
}
.apex-cart-product-img .float1{
    position: absolute;
    top: 7px;
    left: 14px;
    width: 44px;
}
.apex-cart-product-img .float2{
    position: absolute;
    top: 6px;
    left: 6px;
    width: 28px;
}
.apex-cart-product-img.liwai .float1{
    position: absolute;
    top: 30px;
    left: 6px;
    width: 40px;
    z-index: 1;
}
.apex-cart-product-img.liwai .float2{
    position: absolute;
    top: 6px;
    left: 15px;
    width: 46px;
    z-index: 2;
}
.apex-cart-product-remove-cart {
    color: #fff;
    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: 188px;
    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 rgba(255,255,255,0.4);
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 16px;
    margin-right: 16px;
    color: #fff;
}
.apex-cart-count span {
    float: right;
}
.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: 48px;
    background: #000;
    /* border-radius: 6px; */
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 48px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 48px;
}
.apex-cart-continue {
    text-align: center;
    margin-top: 15px;
}
.apex-cart-continue-btn {
    font-size: 16px;
}

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