.full-width{
	width: 100%;
}

.nowrap {
    white-space: nowrap; /* 防止换行 */
}

.align-cennter{
	align-items: center;
}
.justify-start{
	justify-content: flex-start;
}
.footer-mobile-navication{
	padding-bottom:20px;
}

.footer-tel-email-box-li{
	font-family: PingFangSC-Regular, PingFang SC !important;
	font-weight: 400 !important;
	color: #fff !important;
	font-size: 16px !important;
}


.footer-mobile-navication ul li{
	margin-left: 6px;
	margin-right: 6px;
}

/* mobile 搜索区域 */
.mobile-header-search-wrapper{}
.mobile-header-search-logo{}
.mobile-header-search-title{
	width: 110px;
	height: 22px;
	font-size: 16px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff !important;
	line-height: 22px;
}
.mobile-header-search-menu{
	padding-right: 30px;
}
.mobile-header-search-menu-item{
	margin-left: 22px;
}

.mobile-header-search-menu-item img{
	width: 30px;
	height: 30px;
}

.close-download-btn-dialog{
    width: 41px;
    height: 41px;
    background: #E9E9E9;
    border-radius: 50%;
 
    font-size: 28px;
	position: absolute;
    right: 27px;
    top: 40px;
    cursor: pointer;
}

.close-download-btn-dialog:hover{
    background: #d6d6d6;
}

.cursor{
	cursor: pointer;
}

.download-app-title-dialog{
	font-size: 25px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #373737;
	line-height: 70px;
	padding-left: 44px;
}

.download-app-dialog-container .el-dialog{
    border-radius: 10px !important;
	overflow: hidden !important;
}


.download-app-dialog-icon{
	position: relative;
	width: 120px;
	height: 120px;
}

.android-pc-download-bottom-wrapper{
	background-color: #f0f0f0;
	height: 280px;
}

.close-mobile-menu-btn-dialog{
	background: #E9E9E9;
    border-radius: 50%;
 
    font-size: 28px;
	position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;

	width: 30px;
	height: 30px;
	top: 15px;
	right: 20px;
	font-size: 16px;
}
.close-mobile-menu-btn-dialog:active{
    background: #d6d6d6;
}

.mobile-dialog-menu-wrapper{
	position: relative;
	z-index: 199;
}
.mobile-dialog-menu-item-a{
    padding-top: 7.5px;
    padding-bottom: 7.5px;
	color: #333336;

}
.mobile-dialog-menu-item-a a{
	font-size: 22px !important;
    line-height: 1.1428571429;
    font-weight: 600;
}

.mobile-menu-btn-dialog-container .v-modal{
	
}

.mobile-menu-btn-dialog-container .el-dialog{
	box-shadow:0 1px 3px rgba(0,0,0,.0) !important;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.0) !important;
}

	
.android-pc-download-url{
	width: 140px;
	height: 140px;
}

@media screen and (max-width: 768px) {
	.download-app-dialog-icon{
		position: relative;
		width: 80px;
		height: 80px;
	}

		
	.android-pc-download-url{
		width: 100px;
		height: 100px;
	}

	.android-pc-download-bottom-wrapper{
		background-color: #f0f0f0;
		height: 220px;
	}

	.android-pc-download-url-desc{
		font-size: 12px;
	}

	.download-app-dialog-icon img{
		width: 56px;
		height: 56px;
	}

	.download-title-btn-box{
		font-size: 14px !important;
    	width: 184px;
		margin-bottom: 15px !important;
	}
	.download-app-title-dialog{
		font-size: 18px;
	}
	.close-download-btn-dialog{
		width: 30px;
		height: 30px;
		top: 15px;
		right: 20px;
		font-size: 16px;
	}

	.mobile-header-search-logo{
		padding-left: 10px;
	}

	.mobile-header-search-menu-item img{
		width: 24px;
		height: 24px;
	}
	.mobile-header-search-menu-item{
		margin-left: 12px;
	}

	.mobile-header-search-title{
		width: 110px;
		text-align: center;
		font-size: 18px;
		font-family: PingFangSC-Medium, PingFang SC;
		color: #383838;

    	padding-left: 24px;
	}
	
}

.common-search-container{}
.common-input-container{
	width: 598px;
	height: 45px;
	border-radius: 1px;
	border-left: 1px solid #ffffffa8;
	border-top: 1px solid #ffffffa8;
	border-bottom: 1px solid #ffffffa8;
}
.common-input-box{
	padding-left: 10px;
}
.common-input-box input {
	color: #fff !important;
}

.common-input-box input::placeholder {
	color: #f0f0f0;
}

.common-input-category-box{
	padding: 0 28px;
}
.common-input-category-box .el-dropdown{
	color: #fff !important;
	font-weight: 700 !important;
	cursor: pointer;
}

.common-input-category-line{
	margin-right: 10px;
	color: #fff;
}
.common-input-search-box{
	width: 80px;
	height: 45px;
	background: #FFA800;
	border: 1px dashed #FFA800;
	border-radius: 0px 1px 1px 0px;
	cursor: pointer;
}

.common-input-search-box i{
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}

.common-input-search-box:hover{
	background: #ffad0a;
	border: 1px dashed #ffad0a;
}

.common-nav-wrapper{
	margin-left: 28px;
}
.common-nav-menu{
	width: 34px;
	height: 28px;
	margin-right: 21px;
	cursor: pointer;
}

.common-nav-menu:hover{
	opacity: 0.8;
}

.common-search-bottom-category-container{
	margin-top: 10px;
	
}

.common-search-bottom-category-container .el-dropdown-menu {
	min-width: 120px;
	position: absolute !important;
	top: 35px !important;
	left: -45px !important;
}

.el-dropdown-menu__item:not(.is-disabled):hover {
    background: #d0c0a63a !important;
	color: #343536 !important;
}

.common-search-bottom-category-box{
	width: 272px;
	height: 50px;
	background: #FFFFFF;
	border-radius: 12px 12px 0px 0px;
	margin-bottom: 0px;
}
.common-search-bottom-menu-box{
	margin-left: 30px;
}
.common-search-bottom-menu-item{
	height: 21px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #353648;
	margin-right: 30px;
	line-height: 21px;
	cursor: pointer;
	transition: all 0.1s ease-in;
}
.common-search-bottom-menu-item:hover{
	color: #FFFFFF;
	transition: all 0.1s ease-in;
}
.common-search-bottom-menu-active{
	color: #FFFFFF !important;
}

.common-search-bottom-category-box-link{
	width: 258px;
	height: 50px;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #353648;
	cursor: pointer;
	padding-left: 30px;

}
/*************************
    General
*************************/
/*--------------------------------------------------
    Google Font Open+Sans, Poppins And Yesteryear
----------------------------------------------------*/
 @font-face {
	font-family: 'PingFangSC-Medium';
	src: url(../fonts/PingFangSC-Semibold.ttf)
}
/*
@font-face {
	font-family: 'PingFangSC-Regular';
	src: url(../fonts/PingFangSC-Regular.ttf);
	
} */
@font-face {
	font-family: 'PingFangSC-Semibold';
	src: url(../fonts/PingFangSC-Semibold.ttf);
}
@font-face {
	font-family: 'GalanoGrotesqueDEMO-Bold';
	src: url(../fonts/GalanoGrotesqueDEMO-Bold.ttf);
	
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    width: 100%;
    color: #484848;
}
.img{
    max-width: 100%;
}
.img-full img{
    width: 100%;
}
a,
button {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a:focus,
button:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    /* color: #abd373; */
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #434343;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000000;
    margin-top: 0px;
    font-weight: 400;
    line-height: 1;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit; 
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
ul {
    margin: 0px;
    padding: 0px;
}
p {
    margin-bottom: 15px;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #3399FF;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #abd373 none repeat scroll 0 0;
    color: #ffffff;
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/*************************
    Section title
***********************/
.section-title > h2 {
	font-size: 80px;
	font-family: 'Yesteryear', cursive;
}
.section-title > h3 {
	font-size: 35px;
	font-family: 'Yesteryear', cursive;
    margin-bottom: 0px;
    padding-bottom: 25px;
}
.section-title > span {
	color: #b4b4b4;
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
    display: inline-block;
	letter-spacing: 3px;
	margin: 0 0 7px 0;
	text-transform: uppercase;
	position: relative;
}
.section-title > span:before,
.section-title > span:after {
	background: #abd373;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 30px;
	z-index: 9;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 9;
}
.section-title > span:before {
	left: -45px;
	right: auto;
}
.section-title > span:after {
	left: auto;
	right: -45px;
}
.section-title2 > h3 {
	font-size: 30px;
	color: #ffffff;
	text-align: center;
	font-weight: 700;
	font-style: normal;
	margin-bottom: 20px;
	line-height: 24px;
}
.section-title2 > p {
	margin: 0 auto 35px auto;
	font-style: italic;
	color: #c9c9c9;
	max-width: 720px;
	text-align: center;
}
.section-title2.bl-color > h3 {
	color: #444;
}
.section-title2.bl-color > p{
    color: #222;
}
/*************************
         button
*************************/

/*************************
       social-icon
*************************/

/*************************
        Input
*************************/
input {
	background: transparent;
	border: 0px; 
	/* solid #abd373; */
	height: 56px;
	box-shadow: none;
	padding-left: 10px;
	font-size: 14px;
	/* color: #a4a4a4; */
	width: 100%;
	box-shadow: none;
	border-radius: 0;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    /* border: 2px solid #abd373; */
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #abd373;
    outline: none;
}
::-moz-placeholder {
    color: #444;
    font-size: 13px;
}
/*************************
        scroll to top
*************************/
#scrollUp {
	background: #555;
	border: 2px solid #ddd;
	width: 50px;
	height: 50px;
	line-height: 40px;
	border-radius: 100%;
	bottom: 25px;
	right: 25px;
	color: #fff;
	text-align: center;
	font-size: 25px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#scrollUp:hover{
    background: #abd373;
    border-color: #abd373;
}

/*************************
  Basic margin padding
*************************/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
         Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-75 { margin-top: 75px }
.mt-80 { margin-top: 80px }
.mt-85 { margin-top: 85px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
.mt-105 { margin-top: 105px }
.mt-110 { margin-top: 110px }
.mt-115 { margin-top: 115px }
.mt-120 { margin-top: 120px }
.mt-130 { margin-top: 130px }
.mt-140 { margin-top: 140px }
.mt-150 { margin-top: 150px }
/*************************
      Margin right
*************************/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
.mr-110 { margin-right: 110px }
.mr-120 { margin-right: 120px }
.mr-130 { margin-right: 130px }
.mr-140 { margin-right: 140px }
.mr-150 { margin-right: 150px }
/*************************
      Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-75 { margin-bottom: 75px }
.mb-80 { margin-bottom: 80px }
.mb-85 { margin-bottom: 85px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
.mb-105 { margin-bottom: 105px }
.mb-110 { margin-bottom: 110px }
.mb-115 { margin-bottom: 115px }
.mb-120 { margin-bottom: 120px }
.mb-130 { margin-bottom: 130px }
.mb-140 { margin-bottom: 140px }
.mb-150 { margin-bottom: 150px }
/*************************
        Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
.ml-110 { margin-left: 110px }
.ml-120 { margin-left: 120px }
.ml-130 { margin-left: 130px }
.ml-140 { margin-left: 140px }
.ml-150 { margin-left: 150px }
/*************************
        Padding top
*************************/
.pt-0 { padding-top: 0 }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-35 { padding-top: 35px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-65 { padding-top: 65px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-105 { padding-top: 105px }
.pt-110 { padding-top: 110px }
.pt-115 { padding-top: 115px }
.pt-120 { padding-top: 120px }
.pt-130 { padding-top: 130px }
.pt-140 { padding-top: 140px }
.pt-150 { padding-top: 150px }
/*************************
        Padding right
*************************/
.pr-0 { padding-right: 0 }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-65 { padding-right: 65px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
.pr-110 { padding-right: 110px }
.pr-120 { padding-right: 120px }
.pr-130 { padding-right: 130px }
.pr-140 { padding-right: 140px }
/*************************
        Padding bottom
*************************/
.pb-0 { padding-bottom: 0 }
.pb-5 { padding-bottom: 5px !important }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-25 { padding-bottom: 25px }
.pb-30 { padding-bottom: 30px }
.pb-35 { padding-bottom: 35px }
.pb-40 { padding-bottom: 40px }
.pb-45 { padding-bottom: 45px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-65 { padding-bottom: 65px }
.pb-70 { padding-bottom: 70px }
.pb-75 { padding-bottom: 75px }
.pb-80 { padding-bottom: 80px }
.pb-85 { padding-bottom: 85px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-105 { padding-bottom: 105px }
.pb-110 { padding-bottom: 110px }
.pb-115 { padding-bottom: 115px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.pb-140 { padding-bottom: 140px }
.pb-150 { padding-bottom: 150px }
/*************************
        Padding left
*************************/
.pl-0 { padding-left: 0 }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-65 { padding-left: 65px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
.pl-110 { padding-left: 110px }
.pl-120 { padding-left: 120px }
.pl-130 { padding-left: 130px }
.pl-140 { padding-left: 140px }
.pl-150 { padding-left: 150px }


/***************************
    Page section padding 
****************************/
.ptb-0 { padding: 0 }
.ptb-10 { padding: 10px 0 }
.ptb-20 { padding: 20px 0 }
.ptb-30 { padding: 30px 0 }
.ptb-40 { padding: 40px 0 }
.ptb-50 { padding: 50px 0 }
.ptb-60 { padding: 60px 0 }
.ptb-70 { padding: 70px 0 }
.ptb-80 { padding: 80px 0 }
.ptb-90 { padding: 90px 0 }
.ptb-100 { padding: 100px 0 }
.ptb-110 { padding: 110px 0 }
.ptb-120 { padding: 120px 0 }
.ptb-130 { padding: 130px 0 }
.ptb-140 { padding: 140px 0 }
.ptb-150 { padding: 150px 0 }

/***************************
    Page section margin 
****************************/
.mtb-0 { margin: 0 }
.mtb-10 { margin: 10px 0 }
.mtb-15 { margin: 15px 0 }
.mtb-20 { margin: 20px 0 }
.mtb-30 { margin: 30px 0 }
.mtb-40 { margin: 40px 0 }
.mtb-50 { margin: 50px 0 }
.mtb-60 { margin: 60px 0 }
.mtb-70 { margin: 70px 0 }
.mtb-80 { margin: 80px 0 }
.mtb-90 { margin: 90px 0 }
.mtb-100 { margin: 100px 0 }
.mtb-110 { margin: 110px 0 }
.mtb-120 { margin: 120px 0 }
.mtb-130 { margin: 130px 0 }
.mtb-140 { margin: 140px 0 }
.mtb-150 { margin: 150px 0; }
 /*************************************
    Background variation set 
 **************************************/
/*colored background*/
 .white-bg { background: #fff !important; }
 .gray-bg { background: #f8f8fa !important; }
 .gray-bg2 { background: #f2f2f2 !important; }
 .gray-bg3 { background: #f8f8f8 !important; }
 .black-bg { background: #000000 !important; }
 .default-bg { background: #D0C0A6 !important; }
 .transparent-bg { background: transparent !important; }

/*Opacity background*/
 .bg-opacity-black-10:before, .bg-opacity-black-20:before, .bg-opacity-black-30:before, .bg-opacity-black-40:before, .bg-opacity-black-50:before, .bg-opacity-black-60:before, .bg-opacity-black-70:before, .bg-opacity-black-80:before, .bg-opacity-black-90:before,  .bg-opacity-white-10:before,  .bg-opacity-white-20:before,  .bg-opacity-white-30:before,  .bg-opacity-white-40:before,  .bg-opacity-white-50:before,  .bg-opacity-white-60:before,  .bg-opacity-white-70:before,  .bg-opacity-white-80:before,  .bg-opacity-white-90:before{
    content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; 
 }
 .bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1);}
 .bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2);}
 .bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3);}
 .bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4);}
 .bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5);}
 .bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6);}
 .bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7);}
 .bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8);}
 .bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9);}

 .bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1);}
 .bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2);}
 .bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3);}
 .bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4);}
 .bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5);}
 .bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6);}
 .bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7);}
 .bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8);}
 .bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9);}
/*---------------------
    Animation Css
----------------------*/
@-webkit-keyframes crFlipX{
  0%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50%{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100%{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes crFlipX{
  0%{
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  50%{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100%{
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
/*-------------------
Common Style CSS
-------------------*/
.slick-slide:active, 
.slick-slide:focus{ 
    outline: none; 
}
.tab-content {
    width: 100%;
}
.tab-content .tab-pane {
    display: block;
    height: 0;
    max-width: 100%;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; 
}
.tab-content .tab-pane.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    overflow: visible; 
}
.vbox-close {
	background: #abd373 url("../images/close.gif") no-repeat scroll 10px center !important;
	color: #fff !important;
	cursor: pointer;
	display: block;
	font-weight: 600;
	height: 40px;
	position: fixed;
	right: 40px;
	text-indent: 2px;
	top: 14px;
	width: 46px;
	border-radius: 2px;
}



/*------------------------------
    2. Header Area CSS
--------------------------------*/
/*header menu sticky*/
.header-sticky{
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
}
.header-sticky.is-sticky {
	background: #111;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	        animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	height: 108px;
}
.header-sticky.is-sticky .header-menu-area nav >  ul > li > a {
	padding: 20px 0;
}
/*4. Mobile Menu CSS*/
.mobile-menu .mean-nav > ul {
	overflow-y: auto;
	max-height: 400px;
}
.mobile-menu {
     /* -webkit-box-flex: 1 !important;
     -ms-flex: 1 0 100% !important;
     flex: 1 0 100% !important; */
}
 .mobile-menu .mean-bar {
     position: relative;
    /*---- Mean Nav ----*/
}
.mobile-menu .mean-bar .meanmenu-reveal {
	position: absolute;
	top: -55px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span {
     position: relative;
    /*---- Menu Open ----*/
    /*---- Menu Close ----*/
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #fff;
	height: 3px;
	margin-top: 3px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
.mean-container a.meanmenu-reveal {
	color: #fff;
}
.mean-container .mean-bar {
	padding: 0;
	min-height: 0;
}
.mean-container .mean-nav {
	background: transparent;
	margin-top: 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:before {
     top: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar:after {
     bottom: -8px;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
     height: 2px;
     width: 26px;
     background-color: transparent;
     display: block;
     margin: 8px 0;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     content: "";
     position: absolute;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: #202020;
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:before {
     top: 0;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .mobile-menu .mean-bar .meanmenu-reveal span.menu-close:after {
     bottom: 0;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .mobile-menu .mean-bar .mean-nav {
     background-color: rgb(0, 47, 108);
}
 .mobile-menu .mean-bar .mean-nav > ul {
     margin-bottom: 30px;
     border: 1px solid rgb(0, 47, 108);
     border-top: 0px solid transparent;
     overflow-x: hidden;
}
 @media only screen and (max-width: 767px) {
     .mobile-menu .mean-bar .mean-nav > ul {
         /* max-height: 220px; */
         overflow-y: auto;
    }
}
 @media only screen and (max-width: 479px) {
     .mobile-menu .mean-bar .mean-nav > ul {
         /* max-height: 220px; */
         overflow-y: auto;
    }
}
 .mobile-menu .mean-bar .mean-nav > ul li {
     position: relative;
     display: block;
     float: left;
     width: 100%;
     padding: 0;
    /*---- Sub Menu & Mega Menu ----*/
}
.mobile-menu .mean-bar .mean-nav > ul li a {
	font-size: 13px;
	display: block;
	color: #ffffff;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 44px;
	position: relative;
	border-top: 0px;
	padding: 0 40px 0 20px;
	width: 100%;
}
.mobile-menu .mean-bar .mean-nav > ul li a:before{
    display: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li a:hover {
     color: #fff;
     padding-left: 25px;
}
.mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
	border: 1px solid #eeeeee;
	position: absolute;
	right: -1px;
	top: 0;
	font-size: 20px !important;
	color: #444444;
	line-height: 44px;
	height: 46px;
	width: 40px;
	text-align: center;
	padding: 0 !important;
	background-color: transparent;
}
 .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
     line-height: 40px;
}
.mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
	position: static;
	background-color: #fff;
	margin: 0;
	padding: 0 !important;
	width: 100%;
	box-shadow: none;
	display: none;
	float: left;
    min-width: 0;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: perspective(0px) rotateX(0deg);
	        transform: perspective(0px) rotateX(0deg);
	-webkit-transition: none;
	transition: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
     padding: 0;
     margin: 0;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 100%;
     flex: 0 0 100%;
     border-right: 0px solid transparent;
     width: 100%;
     display: block !important;
     float: left;
     width: 100%;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
     font-size: 12px;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a:before, .mobile-menu .mean-bar .mean-nav > ul li ul li a:before {
     display: none;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
     background-color: rgba(0, 0, 0, 0.04);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
     border-top: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
     border: 1px solid #dddddd;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
     background-color: rgba(0, 0, 0, 0.05);
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
     border-top: 1px solid #eeeeee;
}
 .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
     border: 1px solid #eeeeee;
}
/*Mobile Menu css end*/
.header-absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.header-area .col-lg-9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.dropdown > li {
	display: block;
	list-style: none;
}
.dropdown > li > a {
	font-size: 13px;
	line-height: 18px;
	padding: 10px 30px;
	display: block;
	font-weight: 400;
	color: #666666;
}
.dropdown > li > a:hover,

.search-box {
	position: relative;
}
.search-box > a {
	font-size: 18px;
	height: 62px;
	line-height: 62px;
	display: block;
	color: #000;
}
.search-box:hover > a{
    color: #abd373
}
.search-dropdown{
    display: none;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 999;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2);
}
.search-dropdown > form {
	background: #fff;
	padding: 0 20px;
	white-space: nowrap;
}
.search-dropdown > form > input {
	background: none;
	border: none;
	color: #666666;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	outline: none;
	padding-right: 25px;
	width: 280px;
}
.search-dropdown > form > button {
	background: none;
	border: none;
	box-shadow: none;
	color: #666666;
    font-size: 14px;
	height: 40px;
	line-height: 40px;
	outline: none;
    cursor: pointer;
	padding: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.search-dropdown > form > button:hover{
    color: #abd373;
}

/*header style 3*/
.header-area.header-sticky.is-sticky .header-boxshadow {
	margin-top: 0;
}
.header-area.header-sticky.is-sticky .header-boxshadow:before,
.header-area.header-sticky.is-sticky .header-boxshadow:after{
    display: none
}
.header-area.header-sticky.is-sticky .header-boxshadow .header-inner{
    background: transparent;
    padding: 0 15px;
    box-shadow: none;
}
.header-boxshadow {
	margin: 0 auto;
	max-width: 1170px;
	margin-top: 60px;
	position: relative;
}
.header-inner {
	background: #fff;
	padding: 10px 15px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.header-boxshadow:after,
.header-boxshadow:before {
	background: #fff;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	box-shadow: 0px 10px 30px 0px rgba(209,209,209,0.5);
}
.header-boxshadow:before{
    left: 6px;
    right: 6px;
    top: 6px;
    z-index: 3;
}
.header-boxshadow:after{
    left: 12px;
    right: 12px;
    top: 12px;
    z-index: 2;
}
/*----------------------------
    Header Style 4 css
----------------------------*/
/*header top css*/

.logo-sticky {
	display: none;
}
.header-sticky.is-sticky .logo-sticky {
	float: left;
	display: block;
}
.header-sticky.is-sticky .header-menu {
	float: right;
	background: transparent;
}

/*--------------------------
    14.1 Footer Top Area CSS
----------------------------*/
.footer-top-area {
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 18%;
	padding-right: 18%;
}
.footer-title > h3 {
	font-size: 20px;
	color: #202020;
	font-weight: 500;
	display: inline-block;
	line-height: 27px;
	margin-bottom: 25px;
	
}
.link-widget {
	margin-top: 20px;
}

.link-widget a{
    font-size: 16px;
    font-family: PingFangSC-Medium, "PingFang SC";
    font-weight: 500;
    color: #fff !important;
    margin-bottom: 24px;
	cursor: pointer;
}

.link-widget a:hover{
    color: rgb(201, 201, 201) !important;
}

.link-widget > li {
	list-style: none;
	display: block;
	margin-bottom: 14px;
}
.link-widget > li > span {
	font-size: 14px;
	color: #202020;
	line-height: 16px;
	display: block;
}
.footer-email-wrapper{
	margin-top: 20px;
}

.footer-email-wrapper-input-box{
	margin-top: 10px;
	width: 368px;
	height: 32px;
	border-radius: 1px;
	border-left: 1px solid #ffffff81;
	border-top: 1px solid #ffffff81;
	border-bottom: 1px solid #ffffff81;
	position: relative;
}
.emailValueErrorClass{
	position: absolute;
	left: 0;
	bottom: -30px;
	left: 10px;
	font-size: 14px;
	color: #ff1313;
}
.footer-email-wrapper-input{
	flex: 1;
}
.footer-email-wrapper-btn{
	width: 132px;
	height: 30px;
	background: #00F9E8;
	border: 1px solid #00F9E8;
	border-radius: 1px;
	font-size: 18px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #111;
	cursor: pointer;
}
.footer-email-wrapper-btn:hover{
	opacity: 0.8;
}

.footer-email-wrapper-txt{
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}

.link-widget > li > a {
	font-size: 14px;
	color: #202020;
	line-height: 16px;
	display: block;
}
.link-widget > li > a:hover{
    color: #686868;
}

.footer-mobile-show{
	/* margin-bottom: 20px; */
	/* padding-left: 15px; */
}

.footer-mobile-show > ul > li{
	margin-right: 15px;
}

.footer-mobile-show > ul > .line{
	height: 10px;
	width: 1px;
	background-color: #fff;
	margin-right:15px;
	margin-top: 3px;
}

.footer-pc-show{
	display: block;
}

.footer-mobile-show{
	display: none;
}

/*--------------------------
    14.2 Footer Middle Area CSS
----------------------------*/
.footer-middle-area {
	padding-top: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-info {
	padding: 10px 0;
}
.icon {
	float: left;
	padding-top: 6px;
	color: #abd373;
	font-size: 24px;
}
.footer-info > p {
	font-size: 15px;
	line-height: 21px;
    margin-left: 35px;
	color: #ececec;
	margin-bottom: 0;
}
/*------------------------------------
    14.3 Footer Bottom Area CSS
------------------------------------*/
.footer-payments-image {
	text-align: center;
	padding: 5px 0;
	margin-bottom: 35px;
}
.footer-menu ul > li {
	display: inline-block;
	list-style: none;
	border-right: 1px solid #999999;
	line-height: 13px;
}
.footer-menu ul > li:last-child{
    border-right: 0;
}
.footer-menu ul > li > a {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
    display: block;
	letter-spacing: 1px;
	padding: 0 15px;
	text-transform: uppercase;
}
.footer-menu ul > li:first-child > a{
    padding-left: 0;
}
.footer-menu ul > li:last-child > a{
    padding-right: 0;
}
.footer-menu ul > li > a:hover{
    color: #abd373;
    text-decoration: underline;
}
.footer-copyright > p {
	text-align: center;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	margin-top: 10px;
	font-family: PingFangSC-Regular, PingFang SC;
}
.footer-copyright > p > a {
	color: #fff;
}
.footer-copyright > p > a:hover{
    text-decoration: underline;
}
/*----------------------------------------*/
/*   15. Modal Area CSS
/*----------------------------------------*/
#open-modal .modal-dialog {
	margin: 5% auto;
	min-height: 300px;
	padding: 20px;
	width: 1024px;
	max-width: 100%;
}
.modal-header {
	border: none;
	padding: 0;
}
.modal-header .close {
	padding: 0;
	background: transparent;
	border: 1px solid #999;
	border-radius: 3px;
	height: 30px;
	width: 30px;
	line-height: 28px;
    display: block;
	color: #999;
	text-shadow: 0 1px 0 #fff;
	font-weight: 700;
	font-size: 16px;
	position: absolute;
	top: 40px;
	right: 30px;
	z-index: 999;
}
.modal-body {
	padding: 34px 20px 0 20px;
	position: relative;
}
.single-product-img {
	margin-bottom: 10px;
}
.single-slide-menu {
	margin-bottom: 40px;
}
.single-tab-menu {
	padding: 0 5px;
}
.single-tab-menu > a {
	border: 1px solid #e5e5e5;
	display: block;
	width: 100%;
}
.single-tab-menu > a:hover{
    border-color: #abd373;
}
.modal-product-info {
	margin-bottom: 55px;
}
.modal-product-info  > h1 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 20px;
}
.modal-product-price {
	color: #abd373;
	font-size: 16px;
	font-weight: 700;
}
.modal-product-price > span.old-price {
	text-decoration: line-through;
}
.see-all {
	color: #999;
	display: inline-block;
	margin-bottom: 40px;
	text-decoration: underline;
	width: 100%;
}
.add-to-cart.quantity {
	border-bottom: 1px solid #ededed;
	float: left;
	margin: 0 0 20px;
	padding: 0 0 38px;
	width: 100%;
	position: static;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
	text-align: left;
}
.add-to-cart.quantity form{
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
.modal-quantity {
	border: 1px solid #ededed;
	float: left;
	height: 50px;
	margin-right: 15px;
	width: auto;
}
.modal-quantity input {
	border: none;
	color: #555555;
	font-size: 14px;
	font-weight: normal;
	height: 48px;
	width: 60px;
}
.form-button {
	border: none !important;
	height: 48px !important;
	line-height: 48px !important;
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 38px;
	overflow: hidden;
	padding: 0 25px;
	text-shadow: none;
	text-transform: capitalize;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	vertical-align: middle;
	cursor: pointer;
}
.form-button:hover{
    background: #abd373;
    color: #fff;
}
.cart-description {
	border-bottom: 1px solid #ededed;
	color: #999;
	float: left;
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 25px;
	padding: 0 0 15px;
	width: 100%;
}
.social-share > h3 {
	background: none;
	color: #222;
	float: left;
	font-size: 22px;
	line-height: 30px;
    font-weight: 700;
	margin: 0 0 15px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.socil-icon2 > li {
	display: inline-block;
	list-style: none;
    margin-right: 10px;
}
.socil-icon2 > li > a {
	font-size: 18px;
	color: #808080;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #ebebeb;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.socil-icon2 > li:nth-child(1) > a:hover {
    background: #3B579D;
    border-color: #3B579D;
    color: #fff;
}
.socil-icon2 > li:nth-child(2) > a:hover {
    background: #3ACAFF;
    border-color: #3ACAFF;
    color: #fff;
}
.socil-icon2 > li:nth-child(3) > a:hover {
    background: #CB2027;
    border-color: #CB2027;
    color: #fff;
}
.socil-icon2 > li:nth-child(4) > a:hover {
    background: #D11717;
    border-color: #D11717;
    color: #fff;
}
.socil-icon2 > li:nth-child(5) > a:hover {
    background: #0097BD;
    border-color: #0097BD;
    color: #fff;
}
.single-slide-menu .owl-dots {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
}
.single-slide-menu .owl-dot {
	height: 15px;
	width: 15px;
	border: 2px solid #e5e5e5;
	display: inline-block;
	margin: 0 5px;
	border-radius: 100%;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.single-slide-menu .owl-dot.active,
.single-slide-menu .owl-dot:hover {
	border-color: #abd373;
	background: #abd373;
}
/*----------------------------------
    16. Shop Collection Area CSS
------------------------------------*/
.shop-collection-area .col-left,
.shop-collection-area .col-right {
	margin-bottom: 60px;
}
.shop-collection-area .col-left {
	padding-right: 70px;
}
.shop-collection-area .col-right {
	padding-left: 70px;
}
.collection-content > h3 {
	color: #555;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 15px;
    line-height: 29px
}
.collection-content > h4 {
	color: #000;
	font-size: 14px;
	margin-bottom: 10px;
}
.collection-content > h4 > a {
	color: #abd373;
}
.collection-content > p{
    margin-bottom: 10px;
}
.collection-content > h2 {
	color: #000;
	font-size: 46px;
	font-weight: 500;
	margin-top: 15px;
    line-height: 62px;
    margin-bottom: 5px;
}
.collection-content > a {
	background: #abd373;
	color: #fff;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	margin-top: 15px;
	padding: 0 20px;
}
.collection-content > a:hover {
	background: #94c74c;
}
/*-----------------------------------------
    17. Bestseller List Product Area CSS
-------------------------------------------*/
.product-list-slider-active {
	width: 100%;
}
.single-product.product-list {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.single-product.product-list:hover{
    box-shadow: none;
}
.list-col-4 {
	float: left;
	width: 40%;
}
.list-col-8 {
	float: left;
	width: 60%;
    padding: 20px 15px;
}
.single-product.product-list .product-content {
	text-align: left;
	padding: 0;
}
.single-product.product-list:hover .price-box{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.single-product.product-list .add-to-cart {
	position: static;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
    text-align: left;
}
.indoor-product-active{
    width: 100%;
}
.product-list-area {
	padding: 20px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
    margin-bottom: 30px;
}
.product-list-area .single-product.product-list {
	border-bottom: 0;
	padding-bottom: 0;
	margin-top: 0;
}
.product-list-area .list-col-4 {
	width: 30%;
}
.product-list-area .list-col-8 {
	width: 70%;
}

/*-------------------------
     32. 404 Page CSS 
---------------------------*/
.error-404-area {
	border-top: 1px solid #f0f0f0;
	padding-top: 85px;
	padding-bottom: 110px;
}
.error-text > h1 {
	font-size: 200px;
    color: #abd373;
	font-weight: 900;
	letter-spacing: 10px;
	line-height: 220px;
	margin-bottom: 30px;
}
.error-text > h2 {
	font-size: 35px;
	line-height: 47px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 5px;
	color: #555;
}
.error-text > p {
	font-size: 22px;
	font-weight: 300;
	line-height: 25px;
	margin: 20px auto 30px;
	color: #555;
	max-width: 700px;
}
.search-error form {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 500px;
}
.search-error input {
	background: none;
	border: 1px solid #e9e9e9;
	color: #666666;
	float: left;
	font-size: 14px;
	height: 50px;
	padding: 0 40px 0 15px;
	width: 100%;
	line-height: 50px;
}
.search-error button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #4f4f4f;
	font-size: 18px;
	height: 50px;
    line-height: 50px;
	position: absolute;
    cursor: pointer;
	right: 0;
	top: 0;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 50px;
}
.search-error button:hover{
    color: #abd373;
}
.error-button a {
	background: #abd373 none repeat scroll 0 0;
	border-radius: 35px;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	margin-top: 30px;
	padding: 0 30px;
	text-transform: uppercase;
}
.error-button a:hover{
    background: #333;
}

.header-container{
	background: #111111;
    position: relative;
    z-index: 198;
	height: 108px;
}

.margin-left-14{
	margin-left: 14px;
}
.font-16{
	font-size: 16px;
}

.font-14{
	font-size: 14px;
}

.margin-top-8{
	margin-top: 8px;
}

.flex {
	display: flex;
}

.flex-direction {
	flex-direction: column;
}

.justify-end {
	justify-content: flex-end;
}

.justify-center{
	justify-content: center;
}

.justify-around{
	justify-content: space-around;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.align-center {
	align-items: center;
}

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

.margin-bottom-10{
	margin-bottom: 30px;
}

.margin-top-10{
	margin-top: 10px;
}

.text-align {
    text-align: center;
}

/* 正常现在的css start */


.carousel-caption {
    position: absolute;
    right: 22%;
    bottom: 100px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
 .buy-btn-one {
    width: 220px;
	text-align: center;
    height: 70px;
    cursor: pointer;
    z-index: 199;
    background-color: rgb(202, 184, 160);
    border: 1px solid rgb(202, 184, 160);
    color: rgb(18, 46, 78) !important;
    border-radius: 10px;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.buy-btn-one:hover{
	transition: all 0.3s;
	background-color: rgb(180, 160, 131);
	border: 1px solid rgb(202, 184, 160);
	color: rgb(13, 46, 85) !important;
}

.buy-btn-two {
	width: 220px;
    height: 70px;
    line-height: 66px;
    cursor: pointer;
    z-index: 199;
    background-color: rgb(219, 208, 190);
    border: 1px solid rgb(219, 208, 190);
    color: rgb(140, 96, 30);
    border-radius: 10px;
    font-weight: 600;
    font-size: 1.6rem;
    cursor: pointer;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

.buy-btn-two:hover{
	transition: all 0.3s;
	background-color: rgb(202, 187, 165);
	border: 1px solid rgb(219, 208, 190);
	color: rgb(140, 96, 30);
}

.only-pc-show{
	display: block !important;
}

.only-mobile-show{
	display: none !important;
}

.news-index-mobile-show{
	display: none;
}
.news-index-pc-show{
	display: block;
}

.goods-banner-mobile-wrapper{
	display: none;
}
.goods-banner-pc-wrapper{
	display: flex;
}

.active-download-mobile-app{
	display: none;
}
.active-download-pc-app{
	display: block;
}

.active-download-app-wrapper{
    height: 95px;
    position: relative;
    margin-top: -22px;
	display: block;
    margin-bottom: -2px;
}

.download-title-btn-box{
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #757575;
	line-height: 28px;
}


.active-download-app-wrapper .active-download-app{
	width:0px;
	height:0px;
	border:30px solid transparent;/*以下四个样式对应四种三角形，任选其一即可实现*/
	/* border-top-color:lightseagreen; */
	/* border-left-color:lightseagreen; */
	/* border-right-color:lightseagreen; */
	border-bottom-color:#f0f0f0;

}

.download-tips-add .el-dialog__body {
    padding: 0px !important; 
}

.margin-top-30{
	 margin-top: 30px;
}

.search-box .search-input-box {
    width: 599px;
    height: 46px;
    border-radius: 4px;
}

.search-box .search-input-box .input-box .placeholder .input {
    padding-left: 21px;
    padding-right: 21px;
    background-color: transparent;
    color: #DAE2E8;
    height: 100%;
    width: 100%;
}

.search-box .search-input-box .input-box .placeholder input::-webkit-input-placeholder{ 
	/* // WebKit, Blink, Edge浏览器，带input，双冒号 */
    color:#DAE2E8;
}
.search-box .search-input-box .input-box .placeholder input::-moz-placeholder{ 
	/* // 火狐浏览器高版本（19+），不用带input，双冒号 */
    color:#DAE2E8;
}
.search-box .search-input-box .input-box .placeholder input:-moz-placeholder{ 
	/* // 火狐浏览器底版本（4 to 18），不用带input，单冒号 */
    color:#DAE2E8;
}
.search-box .search-input-box .input-box .placeholder input:-ms-input-placeholder{  
	/* // IE浏览器底版本（10-11），带input，单冒号 */
    color:#DAE2E8;
}


.search-box .search-input-box .input-box .placeholder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    font-size: 14px;
    font-family: Raleway;
    font-weight: 500;
    color: #DAE2E8;
}

.search-box .search-input-box .input-box {
    height: 46px;
    border: 2px solid #D1C0A5;
    border-right: 2px solid #D1C0A5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search-box .search-input-box .btn-box {
    width: 80px;
    height: 46px;
    background: #D1C0A5;
    border-radius: 0px 4px 4px 0px;
    cursor: pointer;
}

.search-box .search-input-box .btn-box i {
	font-size: 22px;
}

.search-box .search-input-box .input-box .category {
    border-left: 1px solid #f0f0f0;
    padding-left: 15px;
    padding-right: 15px;
    height: 13px;
    font-size: 14px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #DAE2E8;
    cursor: pointer;
}

.search-box .menu-box {
    margin-left: 20px;
}

.header-category-menu .category-box {
    padding-left: 21px;
    padding-right: 21px;
    width: 270px;
    height: 50px;
    background: #D1C0A5;
    border-radius: 4px 4px 0px 0px;
	margin-bottom: -1px;
}

.header-category-menu .category-box .left span {
    margin-left: 6px;
    height: 17px;
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #2F3542;
}

.header-sticky-logo{
	width: 158px;
	height: 42px;
}

.error-404-img{
	width: 525px;
	height: 360px;
}

.abouts20-header-banner{
	margin-top: 50px;
}

.abouts20-content-banner{
	margin-top: 80px;
}

.CountDownTimeComp .itemss{
	margin-left: 13px;
	height: 16px;
	font-size: 16px;
	font-family: Source Han Sans CN;
	color: #FFFFFF;
	font-weight: 500 !important;
  
}
.CountDownTimeComp .itemss .num-date{
	margin:0 0px;
	font-weight: bold !important;
}

.download-tips-btn-box{
	margin-left: 45px;
	width: 340px;
}

.footer-logo-img{
	width: 157px;
	height: 59px;
}

.footer-contact-wrapper{
	margin-top: 30px;
	color: #C9AD7B;
	font-size: 16px;
}

.footer-mobile-info-link{
	margin-bottom: 12px;
}

.footer-bottom-area{
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-footer-widget{
	padding-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 40rpx;
}

.about-s20-warning-container{
	margin-bottom: 140px;
}

.el-dialog__wrapper{
	z-index: 2000000001 !important;
}

.kefu-only-pc-show{
	display: block;
}

.padding-right-0{
	padding-right: 0px !important;
}

.padding-left-0{
	padding-left: 0px !important;
}

.footer-mobile-navication{
	margin-left: -7px;
}

.footer-bottom-link{
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	color: #474747;
	list-style: none;
}

.footer-mobile-navication ul{
 list-style: none;	
}

.footer-mobile-navication ul li{
	list-style: none;	
	font-size: 13px;
	font-family: PingFangSC-Regular, PingFang SC;
	color: #202020;
	line-height: 17px;
}