@charset "utf-8";

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	width: 100%;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


@font-face {
	font-family: 'BlueSkyStandard';
	src: url(font/BlueSkyStandard.eot);
	/* IE9*/
	src: url(css/font/BlueSkyStandard.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/BlueSkyStandard.woff) format('woff'), /* chrome、firefox */
	url(BlueSkyStandard.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/BlueSkyStandard.svg#BlueSkyStandard) format('svg');
	/* iOS 4.1- */
}
@font-face {
	font-family: 'BlueSkyStandard-Bold';
	src: url(font/BlueSkyStandard-Bold.eot);
	/* IE9*/
	src: url(font/BlueSkyStandard-Bold.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
	url(font/BlueSkyStandard-Bold.woff) format('woff'), /* chrome、firefox */
	url(font/BlueSkyStandard-Bold.ttf) format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url(font/BlueSkyStandard-Bold.svg#BlueSkyStandard-Bold) format('svg');
	/* iOS 4.1- */
}

* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	width: 100%;
	height: 100%
}

body {
font-family: BlueSkyStandard,"SF Pro SC","SF Pro Display","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #2f2f2f;
}
@media (max-width:320px) {
	body {
		font-size: 12px
	}
}


a {
	color: inherit;
	text-decoration: none;
	cursor: pointer
}

:focus,
a:hover {
	outline: 0;
	text-decoration: none
}

.no-touch a.link:hover {
	color: #000
}

ol,
ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0
}

li {
	position: relative
}

img {
	vertical-align: middle
}

.rel{
	position: relative;
}
.clearfix:after,
.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.2;
	color: #333;
	margin: 0
}

h1 {
	font-size: 64px
}

h2 {
	font-size: 48px
}

h3 {
	font-size: 36px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 14px
}

@media (max-width:979px) {
	h1 {
		font-size: 48px
	}
	h2 {
		font-size: 36px
	}
	h3 {
		font-size: 27px
	}
	h4 {
		font-size: 18px
	}
	h5 {
		font-size: 17px
	}
}

@media (max-width:767px) {
	h1 {
		font-size: 32px
	}
	h2 {
		font-size: 28px
	}
	h3 {
		font-size: 21px
	}
	h4 {
		font-size: 18px
	}
	h5 {
		font-size: 16px
	}
	h6 {
		font-size: 14px
	}
}

@media (max-width: 460px){
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 19.5px;
	}
	h4 {
		font-size: 16px
	}
}
@media (max-width:325px) {
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px
	}
	h4 {
		font-size: 14px
	}
}

.big {
	font-size: 120%
}

.small{
	font-size: 80%
}

span {
	display: inline-block
}

p {
	margin-top: 0;
	margin-bottom: 20px;
	color: #999
}

p a {
	display: inline-block
}
@media (max-width:767px) {
	p {
		margin-bottom: 15px
	}
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.lowercase {
	text-transform: lowercase
}

.uppercase {
	text-transform: uppercase
}

.capitalize {
	text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
	cursor: default
}

a h1,
a h2,
a h3,
a h4,
a h5,
a h6,
a p,
a span,
button h1,
button h2,
button h3,
button h4,
button h5,
button h6,
button p,
button span {
	cursor: pointer
}

.oneline-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.oneline-text2 {
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
button {
	background: 0 0;
	border: none;
	text-shadow: none;
	position: relative
}

button:focus {
	outline: 0
}


.banner-pagination{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}
.banner-pagination span.swiper-pagination-bullet-active{
	background-color: #e6be86;
}

.swiper-banner .swiper-slide{
	overflow: hidden;
	
}
.swiper-banner .swiper-slide img{
	transform: scale(1.05);
}

.swiper-banner .swiper-slide-active img{
    transform: scale(1);
    transition: -webkit-transform 6s linear;
    -webkit-transform: scale(1);
    -webkit-transition: -webkit-transform 6s linear;
}

body{
	padding-top: 50px;
}

header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	box-shadow: 0 0 30px rgb(0 0 0 / 10%);
	overflow: visible;
	background: #1b1b1b;
	z-index: 99;
}


.main-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}

nav {
    float: right;
}
.menu-right{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu-right span{
	position: absolute;
	top: 25px;
	left: 15px;
	width: 20px;
	height: 2px;
	background-color: #fff;
}
.menu-right span::before,
.menu-right span::after{
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu-right span::before{
	top: -6px;
}
.menu-right span::after{
	bottom: -6px;
}
.menu-right span.on{
	background: none;
}
.menu-right span.on::before{
	transform: translateY(6px) rotate(-45deg);
	background-color: #fff;
}
.menu-right span.on::after{
	transform: translateY(-6px) rotate(45deg);
	background-color: #fff;
}
.menu-right.right-bg{
}


.i_closed{
	position: absolute;
	right: 4%;
	top: 2.5%;
	width: 25px;
	height: 25px;
	background: url(../images/closed.png) center center/cover no-repeat;
	cursor: pointer;
}
.main-bg{
	left: 0;
	top: 0;
	z-index: 11;
	visibility: hidden;
	opacity: 0;
	background-color: #000;
}
.main-bg.show{
	visibility: visible;
	opacity: 0.6;
}

/*菜单*/
.menu-box{
	position: absolute;
	top: 50px;
	right: 0;
	z-index: 13;
	width: 100%;
	background-color: #414141;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.menu-box ul{
	width: 100%;
	height: 100%;
}

.menu-box ul li{
	height: 0;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	box-sizing: border-box;
}
.menu-box.open-nav ul li:first-child{
	border-top: 1px solid #4c4c4c;
}
.menu-box.open-nav ul li{
	height: 50px;
	border-bottom: 1px solid #4c4c4c;
}
.menu-box ul li a{
	display: block;
	width: 100%;
	padding: 0 25px;
	line-height: 49px;
	color: #999;
}

.menu-box.box-right{
	right: -100%;
}

.menu_back{
	width: 100%;
	padding: 0 20px;
	text-align: left;
	font-size: 14px;
	line-height: 50px;
	color: #fff;
	background-color: #e6be86;
	font-weight: 400;
}

.menu-text{
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 20;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	opacity: 0;
}
.menu-text.on{
	left: 0;
	opacity: 1;
}
.menu-text ol{
	overflow-y: auto;
}
.menu-text ol li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.menu-text ol li a {
    display: block;
    padding: 0 20px;
	text-align: center;
    color: #999;
    line-height: 3.6;
}

.warp-logo{
	float: left;
	display: block;
	padding: 0 0px;
}
.warp-logo img{
	width: 184px;
	margin: 0px 0;
}



.head-bnt{
	float: right;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}


/*注册 登录*/

.warp,
.warp-box,
.main-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.warp-box {
    z-index: 902;
    background-color: #414141;
}
.warp-box h2 {
    text-align: left;
    margin-bottom: 14px;
	color: #fff;
}
.register-box,.login-box{
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 78%;
	max-width: 500px;
	height: 420px;
	text-align: left;
}
.register-box div, .login-box div {
    position: relative;
    margin-bottom: 12px;
}
.user-name input, .user-email input, .user-pass input, .user-brand button {
    width: 100%;
    padding: 0 20px;
    line-height: 45px;
    text-align: left;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    background-color: #fff;
    border-radius: 6px;
}
.user-brand button {
    cursor: pointer;
}
.user-brand button::before {
    content: "";
    position: absolute;
    right: 12px;
    top: 20px;
    display: block;
    width: 14px;
    height: 10px;
    background: url(kdk_sub.png) center center/cover no-repeat;
}
.register-box div.user-btn-menu, .login-box div.user-btn-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 20;
    width: 100%;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
}
.register-box div.user-btn-menu a, .login-box div.user-btn-menu a {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    padding: 0 20px;
    line-height: 40px;
    box-sizing: border-box;
}
.Validform_checktip {
    position: absolute;
    top: 12px;
    right: 12px;
    line-height: 25px;
    font-style: normal;
}
.Validform_right {
    color: #37d612;
}
.Validform_wrong {
    color: #ce1616;
}
.user-sub input {
    width: 100%;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
	background: repeating-linear-gradient(
	45deg,#e0b16f,#e0d8c1,#eed2a4 );
    border: 0;
    border-radius: 6px;
    cursor: pointer;
}
.register-sign, .login-sign {
    color: #e6be86;
    cursor: pointer;
}
.register,.login{
	right: -100%;
	top: 0;
}

/*end*/




/* 购物车 */

.cart{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60%;
	transform: translate(-50%,-50%);
	margin: auto;
	text-align: center;
}
.cart i{
	display: block;
	width: 50%;
	opacity: 0.5;
	margin: auto;
}
.cart p{
	font-size: 15px;
	line-height: 3.5;
}
.cart-box ul{
	padding-top: 3%;
}
.cart-box ul li {
    padding: 0;
    overflow: hidden;
	margin-bottom: 10%;
	color: #fff;
	padding-bottom: 30px;
	border-bottom: 1px solid #505050;
	display: flex;
	justify-content: space-between;
}
.cart-box ul li:last-child {
    border-bottom: 0;
}
.cart-img {
	position: relative;
	float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
	background: #fff;
	border-radius: 10px;
}
.cart-img .pro-icon{
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
}
.cart-text {
	float: left;
	width: 60%;
    padding: 3px 0 0 20px;
	color: #fff;
	
}
.cart-pro-closed {
	float: right;
    padding-top: 50px;
}
.cart-pro-closed i {
    display: block;
    width: 18px;
    height: 18px;
    background: url(../../css/closed.png) center center/cover no-repeat;
    opacity: .5;
    cursor: pointer;
}
.cart-text p {
    font-size: 14px;
	line-height: 1.5;
    color: #ccc;
	margin-bottom: 5px;
	text-align: left;
}
.cart-text p span{
	margin-right: 5px;
}

.cart-text h3 {
    font-size: 14px;
	color: #fff;
    margin-bottom: 10px;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.order-box{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 20px 0;
	z-index: 99;
	background: #414141;
}
.order-box .add-order{
	width: 84%;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	line-height:50px;
	font-size: 15px;
	color: #fff;
	border-radius: 30px;
	background: repeating-linear-gradient( 
	45deg,#e0b16f,#e0d8c1,#eed2a4 );
	cursor: pointer;
}
.orderbox{
	left: 0;
	bottom: -100%;
}
.orderbox.on{
	bottom: 0;
}

.orderbox-content{
	position: absolute;
	width: 85%;
	top: 50px;
	left: 50%;
	height: 80%;
	text-align: left;
	overflow-y: auto;
	transform: translateX(-50%);
}
.orderbox-content h3.order-title,
.orderbox-content p.order-font,
.order-name,
.order-email,
.order-phone,
.order-address{
	margin-bottom: 3%;
}
.order-title{
	color: #fff;
}
.orderbox-content input[type="text"]{
	width: 100%;
	padding: 0 20px;
	line-height: 45px;
	border: 0;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 10px;
}
.order-product {
	margin-top: 30px;
}
.order-product h3{
	font-weight: normal;
	color: #fff;
	margin-bottom: 3%;
}
.order-product ul{
	width: 100%;
	height: 250px;
	overflow-y: auto;
}
.order-product ul li{
	position: relative;
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
}
.order-product ul li:nth-child(2n){
	margin-right: 0;
}
.order-product ul li:nth-child(2n+1){
	clear: both;
}
.order-product ul li i{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	overflow: hidden;
}
.order-product ul li i input{
	width: 14px;
	height: 14px;
}
.order-product ul li .order-img{
	float: left;
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
}
.order-product ul li .order-text{
	float: right;
	width: 55%;
}
.order-product ul li .order-text p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 0;
}
.order-product ul li .order-text h4{
	font-size: 1.4rem;
	line-height: 1.8;
	font-weight: normal;
	color: #fff;
}

.order-product ul li i input[type="checkbox"] {
	width: 15px;
	height: 15px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 18px;
	position: relative;
	-webkit-appearance: none;
}

.order-product ul li i input[type="checkbox"]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	overflow: hidden;
}

.order-product ul li i input[type="checkbox"]:checked::before {
	content: "\2713";
	background-color: #e6be86;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e1b16f;
	color: #fff;
	font-weight: bold;

}
.buttun_box{
	position: relative;
	width: 100%;
	bottom: 0;
	padding: 4% 0;
}
.order-buttun{
	width: 100%;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-radius: 30px;
	border: 0;
	background: repeating-linear-gradient( 
	45deg,#e0b16f,#e0d8c1,#eed2a4 );
}
.contact-img{
	width: 100%;
	width: 400px;
}
@media (max-width: 1050px){
	.orderbox-content{
		height: 90%;
	}
	.order-product ul{
		height: auto;
	}
	.contact-img{
		width: 100%;
		width: 350px;
	}
}
@media (max-width: 400px){
	.order-product ul li{		width: 100%;
		margin-right: 0;
	}
	.contact-img{
		width: 100%;
		width: 300px;
	}
}
@media (max-width: 370px){
	.cart-box ul li{
		padding: 10px;
	}
	.cart-img{
		width: 100px;
		height: 100px;
	}
	.cart-text h3{
		font-size: 16px;
		margin-bottom: 6px;
	}
	.pro-num {
	    width: 120px;
	    height: 35px;
	}
	.pro-num span{
		width: 30px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
	}
	.pro-num input {
	    float: left;
	    width: 58px;
	    font-size: 16px;
	    line-height: 33px;
	}
	.cart-pro-closed{
		padding-top: 40px;
	}
	.order-product ul li .order-text p{
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 0;
	}
	.order-product ul li .order-text h4{
		font-size: 14px;
	}
	.order-product ul{
		height: 180px;
	}
	.contact-img{
		width: 100%;
		width: 250px;
	}
}

.pro-num {
    width: 133px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.pro-num span {
    float: left;
    width: 35px;
    height: 32px;
    font-size: 26px;
    line-height: 32px;
	color: #333;
	background: #fff;
    text-align: center;
    cursor: pointer;
}
.pro-num input {
    float: left;
    width: 63px;
    font-size: 16px;
    line-height: 32px;
    border: 0;
	padding: 0;
	color: #333;
	background: #fff;
    text-align: center;
}


.cart_page {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    text-transform: capitalize;
    overflow: hidden;
    position: fixed;
    left: 50%;
    bottom: -80%;
    transform: translate(-50%,-0%);
    z-index: 96;
    background-color: #414141;
	color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 25px;
    opacity: 0;
    transition: all 0.4s;
}
.cart_page_t {
    text-align: left;
    margin-bottom: 25px;
	
}
.cart_page_t h4{
	color: #fff;
}

.cart_page_t i {
    position: absolute;
    right: 20px;
    top: 10px;
    width: 30px;
}

.cart_page_show {
    bottom: 0px;
    opacity: 1;
    z-index: 150;
}

.cart_page_box ul li{
	margin-bottom: 4%;
	display:flex;
	text-align: left;
	overflow: hidden;
}
.cart_page_box ul li .fl {
	float: left;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
	text-align: left;
}
.cart_page_box ul li .fr {
	float: right;
    width: calc(100% - 80px);
    line-height: 40px;
	text-align: left;
	padding-left: 10px;
	display:flex;
	align-items: center;
}


.pro-specs span,.pro-size span{
    display: inline-block;
    padding: 0 10px;
    color: #777;
    font-size: 14px;
    line-height: 26px;
    border: 1px solid #777;
    cursor: pointer;
    margin-right: 4px;
    border-radius: 4px;
}
.pro-color span{
    display: inline-block;
    padding: 0 0;
    color: #777;
    font-size: 16px;
    line-height: 32px;
    border: 1px solid transparent;
    cursor: pointer;
	overflow: hidden;
    margin-right: 4px;
    border-radius: 4px;
}
.pro-specs span.on,.pro-size span.on,.pro-color span.on {
    color: #a9936e;
    border-color: #a9936e;
}

.pro-color span i{
	width: 38px;
	display: block;
	height: 24px;
}
.pro-specs span.on,.pro-size span.on,.pro-color span.on{
	border-color: #a9936e;
}


.parameters {
    padding: 25px 0;
    font-size: 16px;
    border-top: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    margin-top: 25px;
	color: #fff;
    position: relative;
    line-height: 1;
}
.parameters::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../../css/arrow_right_w.png) no-repeat;
    background-size: cover;
    opacity: .5;
}
.parameters_show {
    width: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: -80%;
    overflow: hidden;
    z-index: 110;
    background: #fff;
    opacity: 0;
    transition: all 0.5s;
}
.parameters_t {
    text-align: left;
    position: relative;
    margin-bottom: 20px;
}
.pro_desc .parameters_t h4{
	color: #333;
}

.parameters_t i {
    position: absolute;
    right: 0px;
    top: 0px;
}
.parameters_over {
    opacity: 1;
    bottom: 0px;
    z-index: 150;
    transition: all 0.5s;
}

.pro-like{
	float: right;
	width: 50px;
	height: 50px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 5px;
}
.pro-like .add_like{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-like input {
    font-size: 0.875rem;
    line-height: 45px;
    height: 20px;
    width: 20px;
    background: url(../../css/likes_blck.png);
    background-size: cover;
	border:none;
	outline:none;
}


.pro-like strong {
    width: 20px;
    height: 20px;
    background: url(../../css/likes_hove.png) center no-repeat;
	background-size: cover;
    cursor: pointer;
}
.pro-show-cart {
    display: block;
    width: 100%;
    line-height: 50px;
    border: 0;
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4 );
    box-sizing: border-box;
}

.my_nav a{
	display: inline-block;
	padding: 7px 20px;
	margin-right: 4px;
	border-radius: 35px;
	color: #fff;
	border: 1px solid #fff;
}
.my_nav a.on{
	color: #fff;
	background: repeating-linear-gradient(
	45deg,#e0b16f,#e0d8c1,#eed2a4 );
	border: 1px solid transparent;
}
.myinfo{
	padding: 6% 0;
}
.myinfo ul li{
	overflow: hidden;
	margin-bottom: 3%;
	background: #fff;
	border-radius: 10px;
}
.myinfo ul li .fl{
	width: 100px;
	float: left;
	line-height: 45px;
	padding-left: 15px;
}
.myinfo ul li .fr{
	position: relative;
	float: right;
	width: calc(100% - 100px);
}
.myinfo ul li .fr input{
	width: 100%;
	padding: 0 15px;
	line-height: 45px;
	border: 1px solid #ddd;
}
.myinfo ul li .fr input[disabled="disabled"]{
	background-color: #f8f8f8;
}
.bot_submit{
	text-align: center;
	margin-top: 30px;
}
.bot_submit div {
    margin: 0 8px;
    display: inline-block;
    padding: 13px 52px;
    color: #fff;
    background-color: #e6be86;
    border-radius: 30px;
}


.order_list ul{
	padding: 6% 0;
}
.order_list ul li{
	margin-bottom: 4%;
	padding: 6%;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
	border-radius: 8px;
	background: #fff;
}
.order_list ul li .order-top{
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.order_list ul li .order-top h4{
	font-weight: normal;
	line-height: 2;
}
.order_see,
.order_del{
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 10px;
	padding: 10px 20px;
	color: #fff;
	border-radius: 5px;
}
.order_see{
	background-color: #e6be86;
}
.order_del{
	background-color: #666;
}
.order_list ul li .order-bottom p{
	margin-bottom: 0;
}

.cart_list{
	overflow: hidden;
}

.cart_list ul {
    width: 100%;
    clear: both;
}
.cart_list ul li {
    float: left;
    width: 49%;
    margin: 0 0 2% 2%;
    position: relative;
    padding: 3%;
	background: #3e3e3e;
	border-radius: 10px;
	overflow: hidden;
}
.cart_list ul li:nth-of-type(odd) {
    margin-left: 0;
}
.cart_list ul li h4 {
    color: #fff;
    line-height: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.cart_list ul li p {
    line-height: 1.5;
    text-transform: capitalize;
	margin-bottom: 0;
	min-height: 65px;
}
.order-img{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.order-img .pro-icon{
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20%;
	height: 20%;
}
.overflow-text2{
	
}
/* 购物车end */


/*头部搜索*/
.header-search{
	float: right
}
.head-bnt div{
	width: 40px;
}
.search-icon{
	display: block;
	height: 50px;
	background: url(search_icon.png) center center/20px auto no-repeat;
}
.user-icon{
	display: block;
	height: 50px;
	background: url(user_icon.png) center center/20px auto no-repeat;
}
.like-icon{
	display: block;
	height: 50px;
	background: url(like_icon.png) center center/20px auto no-repeat;
}
.cart-icon{
	display: block;
	height: 50px;
	background: url(cart_icon.png) center center/20px auto no-repeat;
}
.search-top{
	position: absolute;
	top: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #fff;
	transition: all 0.4s;
}
.search-top form{
	width: calc(100% - 40px);
	padding: 3px 15px;
	overflow: hidden;
	border-top: 1px solid #eee;
}
.search-top input[type="text"]{
	float: left;
	width: calc(100% - 70px);
	line-height: 40px;
	height: 40px;
	border: 0;
	padding: 0 10px;
	border-bottom: 1px solid #ddd;
}
.search-top input[type="submit"]{
	width: 70px;
	height: 40px;
	line-height: 40px;
	border: 0;
	border-bottom: 1px solid #ddd;
	background: url(search.png) center no-repeat;
}

.search-top.on{
	height: 50px;
}

.search-top i{
	position: absolute;
	top: 12px;
	right: 10px;
	width: 26px;
	height: 26px;
	transform: rotateZ(45deg);
}
.search-top i::before{
	content: "";
	position: absolute;
	top: ;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 1px;
	height: 100%;
	background-color: #000;
}
.search-top i::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 100%;
	height: 1px;
	background-color: #000;
}


@media (max-width: 370px){
	.head-bnt div {
		width: 34px;
	}
	.warp-logo img {
		width: 126px;
		margin: 0 0;
	}
	
}





.white{
	color: #fff;
}
.black{
	color: #000;
}
.gray{
	color: #999;
}


.i_title{
	padding-bottom: 5%;
}
.i_title h2{
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.2;
}
.i_title h3{
	line-height: 1.3;
	text-transform: uppercase;
}
.i_title h4{
	font-weight: normal;
	text-transform: uppercase;
}
.i_title p{
	font-weight: normal;
}
.i_title h4{
	margin-bottom: 3%;
}
.i_title p{
	margin-bottom: 0;
}
.i_title h3.white,
.i_title p.white{
	color: #fff;
}



.radius{
	border-radius: 8px;
	overflow: hidden;
}


.webpro-prev,
.webpro-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.webpro-prev{
	left: 15px;
	background: url(../images/pro_prev.png) top center/100% auto no-repeat #4f4f4f;
}
.webpro-next{
	right: 15px;
	background: url(../images/pro_next.png) bottom center/100% auto no-repeat #4f4f4f;
}


.i_pro ul{
	padding: 3% 5%;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll
}
.i_pro ul li{
	display: inline-block;
	width: 40%;
	margin-right: 2%;
	padding: 7% 0;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 14px 0 rgba(0,0,0,.1);
}
.i_pro ul li:last-child{
	margin-right: 0;
}
.i_pro li .pro-icon{
	display: block;
	width: 16vw;
	height: 16vw;
	margin: 0 auto;
	background-size: 100% auto;
}
.i_pro li h6{
	margin-top: 3%;
	font-weight: normal;
}

.product-pagination{
	padding: 4% 0 0;
	text-align: center;

}
.product-pagination span.swiper-pagination-bullet-active{
	width: 20px;
	background-color: #e6be86;
	border-radius: 30px;
}



.more{
	margin: 4% auto;
	display: block;
	width: 100%;
	border-radius: 30px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #fff;
	background-color: #e6be86;
}

.nav_pad{
	width: 100%;
	height: 60px;
}

.foot{
	padding: 9% 6%;
	text-align: left;
	background:#f3f3f3;
}
.foot p{
	color: #000;
	margin-bottom: 0;
	opacity: .7;
	margin-bottom: 10%;
}
.foot h3{
	color: #000;
	line-height: 1.3;
	margin-bottom: 4%;
}
.foot-tole{
	padding-bottom: 25%;
}
.foot-bq{
	font-size: 12px;
}
.links a{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-radius: 50%;
	text-align: center;
	margin-right: 8px;
	color: #fff;
	background-color: #e6be86;
}


.nav-bot{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 60px;
	padding: 10px 4%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
.nav-bot a{
	width: 48%;
	display: block;
	line-height: 36px;
	color: #e6be86;
	border: 2px solid #e1b16f;
	border-radius: 30px;
}
.nav-bot a:nth-child(1){
	color: #fff;
	background-color: #e6be86;
}


.botmbar{
	padding: 4%;
}
.botmbar_bottom{
	padding: 0 20px;
	overflow: hidden;
	background-color: #313131;
	border-radius: 50px;
}
.botmbar_bottom a{
	display: block;
	padding: 12px 0;
	float: left;
	width: calc(100%/3);
	
}
.botmbar_bottom a img{
	width: 32px;
}
.i_foot{
	padding-bottom: 4%;
}
.i_foot img{
	width: 160px;
}

.i_msg .about_desc{
	margin-bottom: 8%;
}
.i_msg_item{
	position: relative;
	margin-bottom: 3%;
	border-bottom: 1px solid #737373;
}
.i_msg_item input[type="text"]{
	width: 65%;
	border: 0;
	line-height: 50px;
}
.i_msg_item em{
	top: 0;
	right: 0;
	font-style: normal;
	line-height: 50px;
}
.i_submit{
	padding: 4% 0 0;
}
.i_submit input[type="submit"]{
	width: 100%;
	line-height: 50px;
	color: #fff;
	text-align: center;
	border: 0;
	border-radius: 30px;
	background-color: #ed7121;
}

.con_ban {
    position: relative;
    width: 100%;
	height: 90.66vw;
    overflow: hidden;
}
.con_ban div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transform: scale(1.6,1.6);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: subs 10s linear 1;
    animation-fill-mode: forwards;
    -webkit-animation: subs 10s linear 1;
    -webkit-animation-fill-mode: forwards;
}
@keyframes subs {
	0% {
		transform: scale(1.6,1.6);
	}
	100% {
		transform: scale(1,1);
	}
}
@-webkit-keyframes subs {
	0% {
		-webkit-transform: scale(1.6,1.6);
	}
	100% {
		-webkit-transform: scale(1,1);
	}
}
.con_ban img{
	position: relative;
	z-index: 10;
}


/* 首页 */
.theme-container {
    width: 90%;
    margin: 0 auto;
	position: relative;
}
.theme-title{
	margin-bottom: 3.5%;
}
.theme-title h2{
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.1;
	background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.theme-title h2.white {
    color: #fff;
    background: inherit;
    -webkit-text-fill-color: currentColor;
}
.theme-title p{
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
}


.theme-inabout{
	padding: 10% 0 10% 0;
	background: url(../images/introduce.jpg) no-repeat  top center;
	background-size: cover;
	position: relative;
}

.theme-introduce{
	padding: 10% 0 20% 0;
	background: url(../images/introduce.jpg) no-repeat  top center;
	background-size: cover;
	position: relative;
}
.theme-introduce-t{
	display: flex;
	justify-content: center;
	
}
.theme-introduce-t ul{
	width: 100%;
	padding:6% 5%;
	background: #fff;
	position: relative;
	border-radius: 20px;
}

.theme-introduce-t ul li{
	width: 50%;
    float: left;
    display: flex;
    flex-direction: column;
    padding: 14px;
}
.theme-introduce i{
	position: absolute;
    width: 40%;
    padding-bottom: 32.5vw;
    background: url(../../images/introduce_img.png) no-repeat;
    background-size: cover;
    right: 0;
    bottom: 2%;
    z-index: 9;
}
@media (max-width: 370px){
	.theme-introduce i {
	    width: 36%;
		bottom: -2%;
		padding-bottom: 28.5vw;
	}
}


.theme-introduce-text{
	width: 100%;
	padding: 8% 0% 0% 0%;
}
.theme-introduce-text h3{
	line-height: 1.6;
	font-family: 'BlueSkyStandard-Bold';
	color: #fff;
}
.theme-introduce-text p{
	line-height: 1.5;
	color: #b7b7b7;
}



.theme-video{
	padding: 12% 0;
	background: #474747;
	position: relative;
	border-radius:0 50px 0 0 ;
}

.theme-video .theme-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.theme-video .theme-title{
	width: 60%;
	float: left;
}
.theme-video .theme-video-pn {
    position: relative;
    top: 0;
    right: 0;
    width: 130px;
    float: right;

}
.theme-pro-text{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding-top: 115px;
	z-index: 9;
}
.theme-pro-text h3{
	font-size: 1.5rem;
	line-height: 1.8;
	color: #fff;
	opacity: 1;
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-pro-text p{
	font-size: 1.125rem;
	color: #fff;
}



/* .theme-video-img{
	position: absolute;
	width: 25%;
	padding-bottom: 18.5vw;
	background: url(../../images/index_img01.png) no-repeat;
	background-size: 174px;
	left: 0;
	top: -145px;
	z-index: 9;
}
 */

.theme-video .swiper-slide {
    width: 93.625%;
    margin-right: 3%;
    overflow: hidden;
    transition: .36s ease;
	overflow: hidden;
	border-radius: 20px;
    position: relative;
}
.swiper-product {
	width: 100%;
    padding: 0 7.3333333335%;
}


.theme-video .swiper-slide .theme-pro-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	transition: .36s ease;
	
	transform-origin: center;
}

.theme-video .swiper-slide i{

    line-height: 1;
    color: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 41%;
    left: 50.5%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}
/* .theme-video .swiper-slide::after {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    pointer-events: none;
}
.theme-video .swiper-slide:hover::after {
    width: 340px;
    height: 340px;
    opacity: 0;
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
} */


.theme-video .swiper-slide .item_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35);
    opacity: 0;
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-video .swiper-slide:hover .item_mask {
    opacity: 1;
}


.theme-preparation {
	position: relative;
	overflow: hidden;
}


picture {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}
picture img {
    max-width: 100%;
    width: 100%;
}

.context{
	position: absolute;
	left: 10%;
	width: 80%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}


.context a.btn-more {
    display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
    position: relative;
    padding: 12px 25px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 1;
	margin-top: 30px;
}

.context a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4 );
    opacity:1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1;
}
.context a.btn-more:hover {
	padding: 18px 50px;
}


.theme-preparation .context{
	top: 25%;
}


.theme-preparation-list{
	padding: 10% 0 15% 0;
	background: #333333;
	position: relative;
	border-radius: 30px 30px 0 0;
	margin-top: -0px;
}
.theme-preparation-list .preparation-list-img{
	border-radius: 10px;
	overflow: hidden;
}
.theme-preparation-list .preparation-list-img:hover img{
transform: scale(1.04,1.04);
}

.theme-preparation-list .preparation-list-text{
	padding: 20px 0;
	color: #fff;
	text-align: left;
}
.preparation-list-text h3{
	font-size: 16px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.4;
	margin-bottom: 10px;
	color: #fff;
}
.preparation-list-text p{
	font-size: 14px;
	line-height: 1.4;
	color: #b7b7b7;
}

.preparation-pn{
	position: relative;
    right: 0;
	bottom: 0;
    width: 130px;
	margin: 0 auto;
	display: block;
}



.theme-cooking{
	position: relative;
}
.theme-cooking .context{
	text-align: left;
	top: 32%;
}

.theme-cooking-list {
    padding: 8% 0 0% 0;
    background: #333333;
    position: relative;
}
.swiper-cooking{
	width: 100%;
	padding: 0 9.3333333335%;
}

.swiper-cooking .swiper-slide {
    width: 70.625%;
    margin-right: 3%;
    overflow: hidden;
    transition: .36s ease;
    overflow: hidden;
    border-radius: 20px;
	text-align: left;
    position: relative;
}


.theme-cooking-list .cooking-list-img{
	border-radius: 20px;
	overflow: hidden;
}
.theme-cooking-list .cooking-list-img:hover img{
transform: scale(1.04,1.04);
}

.theme-cooking-list .cooking-list-text{
	padding: 20px 0;
	color: #fff;
}
.cooking-list-text h3{
	color: #fff;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.6;
	margin-bottom: 5px;
}
.cooking-list-text p{
	font-size: 14px;
	line-height: 1.6;
	color: #b7b7b7;
}



.theme-productshow {
    padding: 5% 0 5% 0;
    background: #333333;
    position: relative;
}
.pro-scrollbar {
    margin: 75px auto 0;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    background: #494949;
	border-radius: 10px;
}
.pro-scrollbar .swiper-scrollbar-drag {
    background: #ffffff;
	border-radius: 10px;
}

.pro-pagination{
	padding-top: 3%;
}
.pro-pagination span.swiper-pagination-bullet-active{
	background-color: #fff;
}

.pro-pagination .swiper-pagination-bullet{
	background: #fff;
}


.productshow-img{
	border-radius: 20px;
	overflow: hidden;
}
.productshow-img:hover img{
	transform: scale(1.04,1.04);
}

.productshow-text{
	padding: 20px 0;
	color: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.productshow-text h3{
	font-size: 14px;
	font-family: 'BlueSkyStandard-Bold';
	line-height: 1.4;
	margin-bottom: 10px;
	min-height: 40px;
	color: #fff;
}
.productshow-text p{
	font-size: 14px;
	line-height: 1.6;
	color: #b7b7b7;
}

.productshow-text a.btn-more {
	display: block;
    box-sizing: border-box;
    font-size: 14px;
    color: #FFF;
    position: relative;
    padding: 12px 25px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 1;
    margin-top: 30px;
}

.productshow-text a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4 );
    opacity:1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1;
}



.theme-foods{
	padding: 8% 0;
	background: #242424;
	position: relative;
}

.theme-foods .swiper-slide {
    width: 96.625%;
    margin-right: 3%;
    overflow: hidden;
    transition: .36s ease;
	overflow: hidden;
	border-radius: 20px;
    position: relative;
}
.swiper-food {
    padding: 0 6.3333333335%;
}

.theme-foods .swiper-slide .theme-foods-img{
	position: relative;
	overflow: hidden;
	max-width: 100%;
	transition: .36s ease;
	transform-origin: center;
}

.theme-foods-text{
	width: 40%;
	right: 2%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
.theme-foods-text h3{	
	font-size: 16px;
	line-height: 1.8;
	color: #fff;
	transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.theme-foods-text p{
	font-size: 12px;
	line-height: 1.5;
	color: #d0d0d0;
}
.food-pagination {
    padding-top: 3%;
	text-align: center;
}
.food-pagination span.swiper-pagination-bullet-active{
	background-color: #fff;
	
}

.food-pagination .swiper-pagination-bullet{
	background: #fff;
}
.theme-foods-text a.btn-more {
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #FFF;
    position: relative;
    padding: 18px 32px;
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
	margin-top: -30px;
}

.theme-foods-text a.btn-more:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4 );
    opacity:1;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    z-index: -1;
}

.theme-foods .swiper-slide:hover .theme-foods-text a.btn-more{
	opacity: 1;
	margin-top: 30px;
}

.theme-cutlery{
}
.theme-cutlery .context{
	max-width: 18em;
	top: 19%;
}

.theme-cutlery-list{
	padding: 10% 0;
}

.theme-cutlery-list ul {
overflow: hidden;
}

.theme-cutlery-list ul li {
	width: calc((100% / 2) - 5px);
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
    border-radius: 15px;
	overflow: hidden;
}

.theme-cutlery-list ul li:nth-child(2n) {
    margin-right: 0;
}
.theme-furniture{
	padding: 5% 0;
	background: #252525;
}

.theme-furniture ul {
	display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 45px;
    grid-template-columns: repeat(2,1fr);
	grid-template-rows:20.5% 20.5% 20.5% ;

}

.theme-furniture ul li {
    pointer-events: none;
}
.theme-furniture ul li p{
	color: #fff;
	font-size: 16px;
	padding: 15px 0 10px;
}

.theme-furniture ul li div{
	height: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.theme-furniture ul li div img{
	object-fit: cover;
	height: 100%;
}

.furniture-01 {
    grid-area: 1/1/span 2/span 1;
}

.theme-outdoors-list{
	background: #333333;
	position: relative;
	overflow: hidden;
	margin-top: -75px;
}
.theme-outdoors-list::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: #252525;
}
.theme-outdoors-list .context{
    max-width: 24em;
	left: 8%;
	width: 100%;
	top: 30%;
}
.theme-outdoors-list .swiper-container{
	border-radius: 20px;
	overflow: hidden;
}
.outdoors-pagination{
	padding-bottom: 2%;
	padding-left: 3%;
	position: absolute;
	z-index: 99;
	text-align: left;
}
.outdoors-pagination span.swiper-pagination-bullet-active{
	background-color: #fff;
}

.outdoors-pagination .swiper-pagination-bullet{
	background: #fff;
}


.index_msg{
	background: url(../images/index_msg.jpg) no-repeat top center;
	background-size: cover;
	padding: 60px 0 12%;
	height: 56.677vw;
	color: #fff;
}
.footer_con {
    position: relative;
	background: #252525;
	overflow: hidden;
	width: 100%;
	padding-bottom: 12%;
	
}
.footer_con::after {
    content: '';
    position: absolute;
    top: 0;
	left: 0;
    width: 100%;
    height: 110px;
    background: #333333;
	z-index: 0;
}
.footer_con ul {
	padding: 10% 8%;
	background: #414141;
	border-radius: 40px;
	z-index:9;
	position: relative;
	overflow: hidden;
}
.footer_con ul li{
	width: 48%;
	float: left;
	margin-bottom: 26px;
}
.footer_con3{
	width: 100%!important;
	margin-bottom: 0!important;
}


.footer_con ul li p{
	padding-bottom: 10px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.footer_con ul li img{
	text-align: center;
	max-width: fit-content;
	height: 50px;
}
.footer_con ul li a {
    font-size: 20px;
	display: inline-table;
	width: 12%;
    text-align: center;
	margin: 0 5px ;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
	text-align: center;

}
.footer_con ul li.footer_con3 img {
    height: auto;
}
.footer{
	padding: 8% 4%;
	margin-top: 3%;
}
.footer dl{
	margin: 0;
	padding-bottom: 20px;
}
.footer dl dt{
	text-align: left;
	font-size: 18px;
	font-family: 'BlueSkyStandard-Bold';
	font-weight: bold;
	background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	
}
.footer dl dt i{
	padding-right: 10px;
}
.footer dl dd {
	font-size: 15px;
	color: #fff;
	padding-left: 22px;
	line-height: 2;
	text-align: left;
	margin: 0;
}



/* end */











.exab{
	padding: 10% 6%;
	text-align: left;
}

.about_box{
	margin-top: -90px;
	z-index: 9;
	position: relative;
}
.about_desc h3{
	line-height: 1.3;
	margin-bottom: 3%;
}
.gray_bg{
	background-color: #eee;
}

.about-num{
	background: #252525;
	padding: 5%;
	border-radius: 20px;
}

.about-num ul li {
    width: calc((100% / 2) - 20px);
    display: flex;
    float: left;
    flex-direction: column;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 50px 20px;
    border-radius: 20px;
    background: #414141;
    position: relative;
    overflow: hidden;
}
.about-num ul{
	overflow: hidden;

}
.about-num ul li{
	width:100%;
	display: flex;
	float: left;
	flex-direction: column;
	margin-bottom: 20px;
	padding:20px 28px;
	border-radius: 15px;
	background: #414141;
	position: relative;
	overflow: hidden;
}

.about-num ul li h4{
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.2;
	    background: radial-gradient(circle farthest-corner at center center, #e0b16f,#e0d8c1,#eed2a4 ) no-repeat;
	    -webkit-background-clip: text;
	    -webkit-text-fill-color: transparent;
	
}

.about-num ul li h4 b{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 69px;
}


.about-num ul li p{
	font-size: 1rem;
	line-height: 1.5;
	color: #ffffff;
}




.about_02{
	background-color: #f8f8f8;
}
.about_02 ul li div{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 4%;
}
.about_02 ul li h4{
	margin-bottom: 3%;
}
.about_04{
	background-color: #f7f7f7;
}
.about_04 ul li{
	margin-bottom: 3%;
}
.about_04 ul li div{
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 2.5%;
}
.about_04 ul li h3{
	line-height: 2;
}
.about_04 ul li p{
	margin-bottom: 0;
}
.about_05 .i_title{
	padding: 6% 5% 2% 5%;
}
.about_05 ul{
	padding: 3% 5%;
	width: 100%;
	white-space: nowrap;
	overflow-x: scroll;
	margin-bottom: 2%;
}
.about_05 ul li {
    display: inline-block;
    width: 70%;
    margin-right: 2%;
    border-radius: 10px;
}
.about_05 ul li:last-child{
	margin-right: 0;
}
.about_05 ul li .news-img{
	width: 100%;
	height: 40vw;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 6%;
}
.about_05 ul li .news-img div{
	width: 100%;
	height: 100%;
	background-size: cover;
}
.about_05 ul li h5{
	text-align: left;
	font-weight: normal;
	font-size: 1.34rem;
	white-space: initial;
}
.about_06{
	background-color: #f4f4f4;
}


.contact_desc h3{
	line-height: 1.8;
	font-family: 'BlueSkyStandard-Bold';
	margin-bottom: 5%;
}
.contact_desc p{
	line-height: 1.8;
}
.qr_code img{
	display: block;
	width: 50%;
	margin: 0 auto;
	max-width: 182px;
}
.qr_code span{
	display: block;
	text-align: center;
}


.msg input[type="text"] {
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
    box-sizing: border-box;
	border-radius: 8px;
	background-color: #f5f5f5;
	border: 0;
}
.msg textarea {
    display: block;
    width: 100%;
    min-height: 140px;
    padding: 5px 15px;
    line-height: 30px;
    border: 0;
    box-sizing: border-box;
	border-radius: 8px;
	background-color: #f5f5f5;
	margin-bottom: 5%;
}
.msg input[type="submit"] {
    width: 100%;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border: 0;
    background-color: #e6be86;
	border-radius: 35px;
}
.msg em, .msg span {
    display: block;
    font-size: 13px;
    padding: 6px 15px;
    line-height: 15px;
    font-style: normal;
}
.Validform_wrong {
    color: #ff0000;
}
.Validform_right {
    color: #42ac1d;
}


.icn-back{
	float: left;
	margin: 6px;
	width: 40px;
	height: 40px;
	background: url(cion_w.png) center center/cover no-repeat;
}







.ipro_search {
    width: 100%;
    padding: 3%;
    background: #eee;
    overflow: hidden;
}
.ipro_search form {
    border-radius: 25px;
    display: block;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
	border: 1px solid #ccc;
}
.ipro_search input[type="text"] {
    padding: 0 5%;
    width: calc(100% - 50px);
    height: 40px;
}
.ipro_search input {
    display: block;
    float: left;
    border: none;
    line-height: 40px;
}
.ipro_search input[type="submit"] {
    width: 50px;
    background: #fff url(search.png) center no-repeat;
    height: 40px;
}

.pro_bg{
	background-color: #0a3b7d;
}



.type-video{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 6%;
}
.type-video img{
	opacity: .5;
}
.type-video i{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	display: block;
	width: 12vw;
	height: 12vw;
	background: url(../../images/pro_video.png) center center/cover no-repeat;
}
.pro-cons{
	padding-bottom: 4%;
}


.pro_title {
	padding-bottom: 4%;
}
.pro_title h3{
	font-weight: normal;
	line-height: 1.2;
}
.pro_title p{
	margin-bottom: 0;
}

.type_list{
	padding-bottom: 5%;
}

.type_list li a{
	display: block;
	overflow: hidden;
}
.type_list li img{
	float: left;
	width: auto;
	height: 50px;
}
.type_list li span{
	float: right;
	width: calc(100% - 60px);
	line-height: 50px;
	border-bottom: 1px solid #ddd;
}

.big_list li{
	margin-bottom: 3%;
}
.big_list li span{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 2rem;
	line-height: 2.4;
	background-color: #e6be86;
}


.pro_box_search form {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #585858;
}
.pro_box_search input[type="text"] {
    padding: 0 2%;
    width: calc(100% - 50px);
    height: 40px;
}
.pro_box_search input[type="submit"] {
    width: 20px;
	margin-top: 10px;
    background: url(search_icon.png) center no-repeat;
	background-size: cover;
    height: 20px;
}
.pro_box_search input {
    display: block;
    float: left;
    border: none;
    line-height: 40px;
    background: none;
}
.ab_tit {
    text-align: left;
    padding-bottom: 5%;
}
.ab_tit h3 {
    text-transform: uppercase;
    font-weight: normal;
    line-height: 2;
}



.pro_sub {
    height: 65px;
    overflow: hidden;
    padding-top: 15px;
}
.sub_list {
    height: 60px;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    position: relative;
	padding: 0 5%;
}
.sub_list ul{
	display: flex;
}
.sub_list ul li{
	padding-right: 30px;
}
.sub_list a {
    display: inline-block;
    line-height: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #868686;
    position: relative;
}
.sub_list li.on a {
    color: #e6be86;
    font-weight: bold;
}
.sub_list i {
    display: inline-block;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    opacity: 0;
    background: #e6be86;
}
.sub_list .on i {
    opacity: 1;
}




.pro_big_list{
	background-color: #fff;
}
.pro_big_list ul{
	padding:  0 6%;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	font-size: 0;
}
.pro_big_list ul li{
	position: relative;
	font-size: 12px;
	display: inline-block;
	width: 22%;
	padding: 25px 0 15px;
	margin: 0 5%;
}
.pro_big_list ul li p{
	color: #000;
	margin-bottom: 0;
}
.pro_big_list ul li::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #e6be86;
}
.pro_big_list ul li .pro-img{
	display: block;
	width: 55px;
	height: 55px;
	margin: 0 auto 8px;
	background-size: 100% auto;
	background-color: #e6be86;
	border-radius: 6px;
}
.pro_big_list ul li.on .pro-img{
	
}
.pro_big_list ul li.on a{
	color: #e6be86;
}
.pro_big_list ul li.on .pro-img{
	background-position: 0 -100%;
}
.pro_big_list ul li.on::after{
	width: 100%;
}



.pro_smart_list a{
position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.875rem;
    color: #d0d0d0;
    background: #232323;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pro_smart_list a.on {
    color: #d9bd9b;
}

.pro_smart_list a{
position: relative;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 0.875rem;
    color: #d0d0d0;
    background: #232323;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pro_smart_list a.on {
    color: #d9bd9b;
}


.pro_small_list {
	clear: both;
    overflow: hidden;
}
.pro_small_list li {
    float: left;
    width: 47%;
    background: #fff;
    border: 1px solid #cecece;
    text-align: center;
    line-height: 45px;
    height: 45px;
    border-radius: 40px;
    margin: 0 6% 4% 0;
}
.pro_small_list li:nth-child(2n){
	margin-right: 0;
}
.pro_small_list li.on {
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4);
    color: #fff;
    border-color: #e6be86;
}
.pro_small_list li a {
    display: block;
    width: 100%;
    height: 100%;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    padding: 0 8px; 
    box-sizing: border-box;
}
.oneline-color{
	display: block;
	position: relative;
	padding: 15px 0;
	overflow: hidden;
	height: 40px;
}

.oneline-color i{
	width: 10px;
	height: 10px;float: left;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin-right: 6px;
}

.pro-cart {
    position: relative;
    z-index: 15;
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-radius: 6px;
    color: #fff;
    background: #2d2d2d;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.recom_page ul li strong {
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	margin: 1rem;
    width: 20px;
    height: 20px;
    background: url(../../css/likes_hove.png) center no-repeat;
	background-size: cover;
    cursor: pointer;
	z-index: 9;
}
.add_like{
	position: absolute;
	top: 0;
	right: 0;
	left: auto;
	padding: 1rem;
}
.recom_page ul li .add_like input {
    font-size: 0.875rem;
    line-height: 45px;
    height: 20px;
	width: 20px;
	background: url(../../css/likes_blck.png);
	background-size: cover;
	border: 0;
}
	



.recom_page ul {
    width: 100%;
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.recom_page ul li {
    float: left;
    width: 49%;
    margin-left: 2%;
    overflow: hidden;
    background: #fff;
    margin-bottom: 2%;
    text-align: center;
    position: relative;
    cursor: pointer;
	text-align: left;
	border-radius: 8px;
}
.recom_page ul li:nth-of-type(odd) {
    margin-left: 0;
}
.recom_page ul li em{
	position: absolute;
	top: 10px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	padding: 0 10px;
	font-style: normal;
	background-color: #e6be86;
	border-radius: 30px;
}
.recom_page ul li a {
    position: relative;
    display: block;
    padding: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.recom_page ul li a .pro-img {
	border-radius: 6px;
	overflow: hidden;
    margin-bottom: 8px;
	padding-bottom: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.recom_page ul li p {
    line-height: 1.6;
	margin-bottom: 4px;
	margin-top: 10px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #000;
}
.pro-text{
	text-align: left;
}
.pro-text h3 {
    padding: 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
	color: #666;
}


.exlist_loading {
    clear: both;
    height: 16px;
    padding: 20px 0 10px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}

.back{
	position: fixed;
	top: 14px;
	left: 14px;
	z-index: 2;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: url(cion.png) center center/cover no-repeat #fff;
	cursor: pointer;
}
.product-link {
    border: 2px solid;
    border-image: repeating-linear-gradient(45deg, #d4c39f, #a68f6a 100% ,#9b845e) 2 2 2 2;
    width: 100%;
    line-height: 50px;
	display: inline-block;
    text-align: center;
    color: #a9936e;
    font-size: 12px;
	margin-top: 25px;
}
.show_img {
	background: #fff;
}

.show_img .swiper-pagination .swiper-pagination-bullet{
	background: #ccc;
}

.show_img .swiper-pagination .swiper-pagination-bullet-active {
	background: #e1b16f;
	border-radius: 10px;
	width: 20px;
}

.pro_desc h3{
	line-height: 1.6;
	margin-bottom: 3%;
}
.pro_desc h4{
	line-height: 1.8;
	margin-bottom: 8px;
	color: #fff;
}


.patent{
	margin-top: 8%;
	width: 100%;
	border: 1px solid #ccc;
	padding: 0 14px 0 60px;
	line-height: 50px;
	background: url(../../images/patent.png) left top/auto 100% no-repeat #fff;
	background-position: -5px;
	border-radius: 30px;
}
.pro-desc-text h5{
	margin-bottom: 3%;
}
.text-img{
	margin-bottom: 6%;
}

.recom-box ul li{
	margin-bottom: 3%;
	border-radius: 15px;
	overflow: hidden;
}
.recom-box ul li:last-child{
	margin-bottom: 0;
}

@media (max-width: 460px){
	.skill-text p{
		font-size: 13px;
	}
	
}
@media (max-width:325px) {
	.skill-text p{
		font-size: 12px;
	}
	.i_title span{
		width: 10px;
		height: 10px;
		border: 2px solid #e1b16f;
		margin-left: -6px;
	}
}
.black_border{
	
	height: 1px;
	background-color: #eee;
}
.pro_show_title h3{
	font-weight: normal;
	margin-bottom: 1.5%;
}
.pro_show_title h4{
	font-weight: normal;
	color: #666;
}
.pro_show_title a{
	display: block;
	margin-top: 2%;
	width: 40%;
	border-radius: 30px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #e6be86;
}
.pro_show_title a img{
	width: 25px;
	margin-right: 8px;
}
.pro_desc{
	text-align: left;

}
.pro_desc ul li{
	font-size: 14px;
	line-height: 1.8;
	color: #666;
}

.pro_desc ul li h3{
	padding: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 1.4;
	
	border-bottom: 1px solid #eee;
}
.pro_desc ol,
.pro_desc ul{
	padding: 4% 6%;
}
.pro_desc ul{
	height: 100vw;
	overflow: hidden;
	overflow-y: auto;
}
.pro_desc ul li,
.pro_desc ol li{
	position: relative;
	padding-left: 13px;
	font-size: 14px;
}
.pro_desc ul li::before,
.pro_desc ol li::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 10px;
}
.pro_desc ol{
	display: none;
}
.pro_desc h3 i{
	position: relative;
	display: inline-block;
	float: right;
	width: 25px;
	height: 25px;
	margin-top: 10px;
}
.pro_desc h3 i::before{
	content: "";
	position:absolute;
	width: 70%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 2px;
	background-color: #ccc;
}
.pro_desc h3 i::after{
	content: "";
	position:absolute;
	width: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 70%;
	background-color: #ccc;
}
.pro_desc h3 i.on::after{
	display: none;
}


.p_bottom{
	padding-bottom: 80px;
}


.pro_menu{
    position: fixed;
    bottom: 0;
    z-index: 97;
    width: 100%;
	background: #333;
	height: 75px;
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.1) 0 -1px 5px;
	padding: 10px 10px 10px 10px;

}
.pro_menu_l{
	float: left;
	margin-top: 12px;
}
.pro_menu_l img{
	width:26px;
	float:left ;
	margin-left: 10px;
}
.pro_menu_r{
	float: right;
	width: calc(100% - 60px);
	overflow: hidden;
}

.product-button-01{
	background: #ee7121;
	width: 80%;
	display: block;
	height: 50px;
	line-height: 50px;
	float: left;
	color: #fff;
	border: 0;
	font-size: 15px;
}
.product-button-01{
	background: repeating-linear-gradient(45deg,#e0b16f,#e0d8c1,#eed2a4 );
	color: #fff;
	border-radius: 5px;
}



.video_ise {
    display: inline-block!important;
    margin: 0 auto;
    width: 81px;
    height: 81px;
    cursor: pointer;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 1;
    margin-top: -40px;
    z-index: 99;
}

.mask_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
	background: #000;
	opacity: 0;
	cursor: pointer;
	-webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	-ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
	animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-o-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@-ms-keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

@keyframes maskShow {
	from {
		opacity: 0;
	}
	to {
		opacity: 0.7;
	}
}

.video_show {
	width: 96%;
	height: 0;
	padding-bottom: 57%;
	position: fixed;
	left: 50%;
	top: -300px;
	transform: translate(-50%,-50%); 
	opacity: 0;
	z-index: 13331;
	display: none;
	-webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	-ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
	animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes introShow {
	from {
		opacity: 0;
		top: -100%;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-o-keyframes introShow {
	from {
		opacity: 0;
		top: -300px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@-ms-keyframes introShow {
	from {
		opacity: 0;
		top: -100%;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}

@keyframes introShow {
	from {
		opacity: 0;
		top: -300px;
	}
	to {
		opacity: 1;
		top: 50%;
	}
}
.video_show .show_intro{width: 100%;height: 100%;position: absolute;left: 0;padding:0 2%;position: absolute;left: 0;top: 0;}

.video_show i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
    background: url(closed.png);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}

.video_show iframe,
.video_show video{
	display: block;
    width: 100%;
    height: 100%;
}


#Validform_msg{
	display: none!important;
}
.product-region{
	position: relative;
	line-height: 45px;
	margin-bottom: 20px;
	padding: 0 20px;
	color: #fff;
	border: 1px solid #585858;
	box-sizing: border-box;
	border-radius: 5px;

}
.product-region i{
	float: right;
	display: block;
	margin-top: 18px;
	width: 15px;
	height: 10px;
	opacity: 0.6;
	background: url(cion_bottom.png) center center/cover no-repeat;
}
.product-region-menu{
	display: none;
	position: absolute;
	top: 46px;
	left: -1px;
	width: calc(100% + 2px);
	z-index: 10;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 49px 0 rgb(0 0 0 / 10%);
}
.product-region-menu a{
	display: block;
	width: 50%;
	float: left;
	color: #333;
	padding: 10px 20px;
	display: flex;
}

