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: #fff;
	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: 1200px;
    position: relative;
    display: flex;
}
.apex .guidance{
    height: 80px;
    float:right;
}
.apex-cart{
    background: #26b44b;
    border-radius: 6px;
}



.apex .guidance .nav-a{
    color: #fff;
    font-size: 16px;
    width: 100px;
    text-align: center;
    padding: 10px 35px;
}
.apex .guidance .nav-a:first-child{
    color: #26b44b;
}

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


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

.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;
    max-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-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: #26b44b;
    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;
	background: #ffffff;
	width: 100%;

}

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

.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:rgb(0, 0, 0);
    display: inline-block;
}


.nav-item{
	font-size:15px;
	display: inline-block;
	text-align: center;
    padding:0 30px;;
    /*border-bottom: 4px solid #fff;*/
}

.nav-item:last-child{
	font-size:16px;
	display: inline-flex;
	text-align: center;
    padding:0 30px;;
    background-color: #26b44b;
    height: 48px;
    border-radius: 99px;
    align-items: center;

}

.nav-item .buytext{
	font-size:15px;
	color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-item .entericon{
	width: 14px;
    height: 14px;
    fill: #FFF;
    margin-left: 8px;
    margin-top: 1px;
}

.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: 100%;
    min-width: 1200px;
    width: 100%;
    overflow: hidden;
}

.banner img{
	width: 100%;
	min-width: 1920px;
	height:100%;
}
.banner-right-img {
    transform: translate(400px,40px);
}

.banner-backdrop {
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right, #daffe3 , #fff);
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.banner-right-img {
    transform: translate(400px,40px);
}

.right-resent {
    position: absolute;
    top: 48px;
    right: 48px;
    color: #fff;
}

.right-resent p {
    display: inline-block;
    vertical-align: middle;
}

.right-resent .p-2 {
    font-size: 15px;
}

.banner-box .page-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 399px;
    text-align: center;
}

.banner-box .page-title .page-title-text {
    font-size: 32px;
    font-weight: 500;
    color: #26b44b;
}

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

.guarantee-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.plate-item{
    color: #26b44b;
    display: flex;
    align-items: center;

}

.plate-item .ico{
    background-color: #eeffee;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plate-item .ico img{
    width: 26px;
}

.plate-item .text{
    font-size: 16px;
    margin-left: 8px;
    color: #000;
}

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

footer{
    position: relative;
    min-width: 1200px;
    padding-bottom: 40px;
}

.footer-bot{
    background: #ffffff;
    min-width: 1200px;
}
.footer-bot .wrapper{
    display: flex;
    justify-content: space-between;
}
.footer-bot .logo{
/*    width: 192px;
    height: 32px;*/
    display: inline-block;
    margin-top: 20px;
}
.footer-bot .copyright{
    color: rgb(0, 0, 0);
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    font-weight: 500;
}

.footer-nav{

    margin-top: 35px;
}

.footer-nav a{
    color: rgb(0, 0, 0);
    font-size: 14px;
}
.footer-nav-item{
    float:left;
    margin-left: 40px;
}
.footer-nav-item .footer-line{
    width: 144px;
    height: 3px;
    background: #2ab24b;
}
.footer-nav-vox p{
    margin-top: 20px;
}

.footer-bot .customer{
    width: 300px;
    text-align: center;
    margin-top: 35px;
}

.footer-bot .customer .qrcode{
    width: 200px;
    height: 200px;
    margin: 0 auto;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.footer-bot .customer .lineid{
    text-align: center;
    margin: 8px 0;
    font-size: 14px;
}

.footer-bot .customer .linebtn{
    background-color: #26b44b;
    color: #fff;
    padding: 10px 28px;

    border-radius: 6px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-bot .customer .linebtn i{
    margin-right: 6px;
    font-weight: 500;
    font-size: 20px;
}



.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: rgb(0, 0, 0);


}

.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: #e3e3e3;
}

.page-title{
    text-align: center;
    font-weight: 500;
    font-size: 32px;
}



.guarantee{
    height: 80px;
    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;

}
.guarantee .guarantee-item svg{

    width: 20px;
}
.guarantee .guarantee-item p{
    float:left;
    align-self: center;
    font-size: 14px;
    color: #000;
}






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

.main-color-hover:hover a{
    color: #26b44b!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: #26b44b;
}
.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: #26b44b;
}
.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: #26b44b;
}


