@charset "utf-8";
/* CSS Document */

/******************************
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Products
7. Footer
8. All
9. ylisi
******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Poppins', sans-serif;
	font-size: 0.875rem;
	font-weight: normal;
	background: #FFFFFF;
	color: #a5a5a5;
}
.container-fluid{
	padding: 0 4rem;
	position: relative;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	color: #7C7C7C;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	cursor: pointer;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 3rem;}
h2{font-size: 2.25rem;}
h3{font-size: 1.5rem;}
h4{font-size: 1.12rem;}
h5{font-size: 0.875rem;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	width: 178px;
	height: 61px;
	background: none;
	text-align: center;
	border: solid 2px #1b1b1b;
	overflow: hidden;
	cursor: pointer;
}
.button a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 57px;
	color: #1b1b1b;
	background: none;
	z-index: 1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button::after
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #FFFFFF;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after
{
	opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button_light
{
	border: solid 2px #FFFFFF;
}
.button_light a
{
	color: #FFFFFF;
}
.button:hover a
{
	color: #FFFFFF;
}
.button_light:hover a
{
	color: #1b1b1b;
}

/*********************************
3. Header
*********************************/

.header
{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.header_container
{
	width: 100%;
	z-index: 1;
	background-color: #FFFFFFE6;
}
.header_content
{
	width: 100%;
	height: 4.2rem;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .header_content
{
	height: 2.8rem;
}
.logo a
{
	font-size: 2rem;
	font-weight: 700;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.logo-svg{
	width: 9rem;
	height: 2.25rem
}

.logo-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 10%
}
.logo-after a{
	font-size: 1.5rem;
}

.logo-active a{
	padding-bottom:0.18rem;
	border-bottom:1px solid #000000;
	color: black!important;
}

.header.scrolled .logo a
{
	font-size: 1.5rem;
}
.main_nav
{
	margin-left: 100px;
}
.main_nav > ul > li
{
	display: inline-block;
	position: relative;
}
.main_nav > ul > li:not(:last-child)
{
	margin-right: 46px;
}
.main_nav > ul > li > a
{
	font-size: 1.2rem;
	color: #00000099;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav > ul > li > a:hover,
.main_nav > ul > li.active > a
{
	color: black;
}
.main_nav ul li.hassubs::after
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 3px);
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f078';
	color: #767676;
}
.hassubs::after
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: calc(100% + 3px);
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f078';
	color: #767676;
}
.main_nav ul li:hover::after,
.main_nav ul li.active::after
{
	color: #1b1b1b;
}
.hassubs ul
{
	position: absolute;
	left: 0;
	top: calc(100% + 20px);
	text-align: left;
	background: #f5f5f5;
	padding: 15px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hassubs ul li
{
	float: left;
	width: 80px;
}
.hassubs:hover ul
{
	visibility: visible;
	opacity: 1;
	top: calc(100% + 0px);
}
.hassubs ul li:not(:last-child)
{
	margin-bottom: 11px;
}
.hassubs ul li a
{
	font-size: 1.5rem;
	color: #767676;
	word-break:keep-all;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hassubs ul li a:hover
{
	color: #e95a5a;
}
.header_extra
{

}
.shopping_cart
{
	display: inline-block;
}
.btn-register{
	font-size: 0.9rem;
	margin-right: 1rem;
	color: white!important;
	background-color:#c0a98b;
	padding: 0.1rem 0.2rem;
	border-radius: 0.1rem;
	width: 100%;
	text-align: center;
}
.btn-register:hover{
	color: white;
	background-color:#cfa98b;
}
.lang{
	margin-left: 2rem;
}
.shopping_cart a svg
{
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.shopping_cart a:hover svg,
.shopping_cart a:hover div
{
	fill: #e95a5a;
	color: #e95a5a;
}
.shopping_cart a div
{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #1b1b1b;
	margin-left: 13px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.shopping_cart a div span
{
	margin-left: 4px;
}
.search
{
	display: inline-block;
	cursor: pointer;
	vertical-align: top;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
}
.search_icon
{
	width: 1rem;
	height: 1rem;
}
.search_icon svg
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_icon:hover svg
{
	fill: #e95a5a;
}
.hamburger
{
	display: none;
	margin-left: 10px;
	cursor: pointer;
	margin-right: 4px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.hamburger i
{
	font-size: 1.5rem;
	color: #1b1b1b;
	-webkit-text-stroke: 2px white;
}
.search_panel
{
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 5rem;

	z-index: 100;
}
.search_panel.active
{
	bottom: -.5rem;
}
.search_panel_content
{
	height: 2.8rem;
}
.search_input
{
	width: 18.75rem;
	height: 2.5rem;
	border: none;
	outline: none;
	border-radius: 0.18rem;
	padding-left: 1.25rem;
	background: #e4e4e4;
}
.search_input::-webkit-input-placeholder
{
	font-size: 1em !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.search_input:-moz-placeholder
{
	font-size: 1em !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.search_input::-moz-placeholder
{
	font-size: 1em !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
} 
.search_input:-ms-input-placeholder
{ 
	font-size: 1em !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.search_input::input-placeholder
{
	font-size: 1em !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #767676 !important;
}
.header_social
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 60px;
	z-index: 1;
	margin-right: -5px;
}
.header_social ul li
{
	display: inline-block;
}
.header_social ul li:not(:last-child)
{
	margin-right: 1.3rem;
}
.header_social ul li a i
{
	font-size: 1.2rem;
	color: #b5b5b5;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header_social ul li a i:hover
{
	color: #1b1b1b;
}

.header_social ul li a i:hover
{
	color: green;
}
.header_social ul li a i.fa-qq:hover
{
	color: #23527c;
}
.header_social ul li a i.fa-weibo:hover
{
	color: red;
}

.img-circle {
	border-radius: 50%;
}

.shopping_cart img{
	max-width: 40px;
	height: auto;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: white;
	z-index: 101;
}
.menu.active
{
	right: 0;
}
.menu_container
{
	width: 100%;
	height: 0px;
	padding-top: 130px;
}
.menu.active .menu_container
{
	height: 500px;
}
.page_menu_content
{
	padding-left: 2.8rem;
	padding-right: 2.8rem;
	overflow: hidden;
	text-align: left;
}
.page_menu_search
{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.page_menu_nav
{

}
.page_menu_search_input
{
	width: 100%;
	height: 40px;
	background: #f2f4f8;
	border: none;
	outline: none;
	padding-left: 25px;
}
.page_menu_item
{
	display: block;
	position: relative;
	vertical-align: middle;
}
.page_menu_nav > li
{
	border-bottom: solid 1px rgba(0,0,0,0.2);
}
.page_menu_item > a
{
	display: block;
	color: #1b1b1b;
	font-weight: 400;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page_menu_item > a:hover
{
	color: #c3c1cc;
}
.page_menu_item a i
{
	display: none;
	margin-left: 8px;
}
.page_menu_item.has-children > a > i
{
	display: inline-block;
}
.page_menu_selection
{
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}
.page_menu_selection li
{
	padding-right: 15px;
	line-height: 40px;
}
.page_menu_selection li:last-child
{
	padding-bottom: 20px;
}
.page_menu_selection li a
{
	display: block;
	color: #1b1b1b;
	border-bottom: solid 1px rgba(0,0,0,0.2);
	font-size: 14px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.page_menu_selection li a:hover
{
	color: #c3c1cc;
}
.page_menu_selection li:last-child a
{
	border-bottom: none;
}
.menu_social
{
	position: absolute;
	right: 30px;
	bottom: 15px;
}
.menu_social ul li
{
	display: inline-block;
}
.menu_social ul li:not(:last-child)
{
	margin-right: 18px;
}
.menu_social ul li a i
{
	font-size: 1.2rem;
	color: #b5b5b5;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_social ul li a i:hover
{
	color: #1b1b1b;
}
.menu_close
{
	position: absolute;
	top: 1rem;
	right: 1rem;
	cursor: pointer;
}
.menu_close i
{
	font-size: 1.5rem;
	color: #1b1b1b;
	padding: 5px;
	-webkit-text-stroke: 2px white;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 950px;
	background: #FFFFFF;
	z-index: 2;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
	padding-top: 130px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 30px;
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content_container
{
	position: absolute;
	left: 0;
	top: 32.3%;
	width: 100%;
}
.home_slider_content
{
	max-width: 580px;
}
.home_slider_title
{
	font-size: 60px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
}
.home_slider_subtitle
{
	font-size: 1rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2.14;
	margin-top: 22px;
}
.home_button
{
	margin-top: 40px;
}
.home_slider_dots_container
{
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
.home_slider_dots
{
	position: absolute;
	left: 15px;
	bottom: 56px;
}
.home_slider_custom_dots
{

}
.home_slider_custom_dot
{
	display: inline-block;
	position: relative;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1rem;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_custom_dot:hover
{
	color: #e95a5a;
}
.home_slider_custom_dot.active
{
	color: #e95a5a;
}
.owl-theme .owl-dots
{
	display: none;
}
.fadeIn
{
	animation-delay: 1000ms;
}

/*********************************
6. Products
*********************************/

.products
{
	position: relative;
	width: 100%;
	background: #FFFFFF;
	padding-top: 4.2rem;
	z-index: 2;
	color: #1b1b1b;
	margin-bottom: 2rem;
}
.product_grid{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.product_grid > div{
	margin-bottom: .8rem;
}
.product
{
	width: calc((100% - 5em)/5);
	margin-bottom: 0.8rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.productt
{
	width: calc((100% - 4.2em)/3);
	margin-bottom: 0.8rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.product0
{
	width: calc((100% - 1.8em)/2);
	margin-bottom: 0.8rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.product1
{
	margin-top: 1rem;
	width: calc((100% - 1.8em)/2);
	margin-bottom: 0.8rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.product6
{
	width: calc((100% - 5.3em)/6);
	margin-bottom: 0.8rem;
	margin-right: 0.39rem;
	margin-left: 0.39rem;
	display: inline-block;
}
.product8
{
	width: calc((100% - 7em)/8);
	margin-bottom: 0.8rem;
	margin-right: 0.40rem;
	margin-left: 0.40rem;
	display: inline-block;
}
.product2
{
	width: calc((100% - 4.2em)/6.56);
	margin-bottom: 0.8rem;
	margin-right: 0.35rem;
	margin-left: 0.35rem;
	display: inline-block;
}
.product3
{
	width: calc((100% - 4.2em)/2.85);
	margin-bottom: 0.8rem;
	margin-right: 0.3rem;
	margin-left: 0.3rem;
	display: inline-block;
}
.product-title{
	display: flex;
	justify-content: space-between;
}
.product_image
{
	width: 100%;
	overflow: hidden;
}
.product_image img
{
	width: 100%;
	cursor: pointer;
}

.products  .product_image:hover .dd{
	bottom: 0;
}

.products .product_image .dd {
	padding-left: .5rem;
	padding-right: .5rem;
	padding-top: .5rem;
	color: white;
	bottom: -3.5rem;
	height: 3.5rem;
	width: 100%;
	position: absolute;
	background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.3) 16%,rgba(0,0,0,.6) 100%);
}

.products .product_image .d {
	padding-top: .3rem;
	color: white;
	height: 3.5rem;
	width: 100%;
}

.products .dd-up{
	font-size: 1rem;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.products .d .dd-up{
	color: black;
}
.products .dd-down{
	font-size: .6rem;
	font-weight: normal;
	display: flex;
	justify-content: space-between;
	color: grey;
}
.products .dd .dd-down{
	color: white;
}
.products .dd-right{
	color: grey;
}
.products .dd .dd-right{
	color: white;
}
.products .location{
	color: grey;
}
.products .dd .location{
	color: white;
}

.products .loadmore{
	display: flex;
	justify-content: center;
	width: 100%;
}

.products .loadmore button{
	border-radius: 0;
	margin-top: 2rem;
	padding: .5rem 5rem;
	color: white;
	background-color: #c0a98b;
}


/*********************************
7. Footer
*********************************/

.footer_overlay
{
	width: 100%;
	height: 5rem;
	background: transparent;
	z-index: 1;
}
.footer
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 1;
}
.footer_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.footer_content
{
	width: 100%;
	height: 5rem;
}
.footer_content a{
	margin: 0.625rem;
}
.footer_content span{
	color: black;
}
.footer_logo
{
	width: 15%;
}
.footer_logo a
{
	font-size: 1.8rem;
	line-height: 0.75;
	color: #1b1b1b;
	font-weight: 700;
}
.copyright
{
	width: 40%;
	text-align: center;
	font-size: 1rem;
	font-weight: 400;
	color: #1b1b1b;
}

.footer_social ul li
{
	display: inline-block;
}
.footer_social ul li:not(:last-child)
{
	margin-right: 1.5rem;
}
.footer_social ul li a i
{
	font-size: 1.3rem;
	color: #1b1b1b;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #FFFFFF;
}

/*********************************
8.All
*********************************/

a{
	font-size: 1rem;
	font-weight: 500;
	color: #1b1b1b;
	line-height: 1.1;
	white-space:nowrap
}
a:hover
{
	color: #c0a98b;
}

.dropdown-item{
	padding-top: 6px;
	padding-bottom: 6px;
}

.dropdown-item:focus, .dropdown-item:hover {
	color: #e95a5a;
	background-color: #e6f9ff;;
}

.gradient{
	position: absolute;
	background: -webkit-linear-gradient(bottom,rgba(255,255,255,1),rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
	margin-top: -200px;
	height: 200px;
	z-index: 1;
	width: 100%;
}

/***********
9. ylisi
***********/
.index-brand{
	margin-top: 1rem;
	height: 5rem;
	background: #e4e4e4;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-brand-des{
	font-size: 1.5rem;
}

.index-brand .index-brand-btn{
	padding: .2rem 10rem;
	color: white;
	background-color:#c0a98b;
}
.index-brand .index-brand-btn:hover{
	color: white;
	background-color:#cfa98b;
}

.btn-custom{
	padding: .5rem 5rem;
	color: white;
	background-color:#c0a98b;
}
.btn-custom:hover{
	color: white;
	background-color:#cfa98b;
}
.poster{
	width: 100%;
}
.index-search{
	margin: 2rem auto;
}
.search-header{
	font-size: 1rem;
	margin: 1em auto;
}
.search-body input{
	vertical-align: middle;
}
.search-form{
	text-align: center;
}
.search-form .form-control{
	display: inline-block;
	width: 25rem;
}
.search-tags{
	margin-top: 1rem;
	width: 100%;
	size: 1rem;
	text-align: center;
}
.search-tags a{
	margin: 2rem 1rem;
}
.search-btn{
	padding: 0.35rem 1.5rem;
	color: white;
	background-color: grey;
	border-color: grey;
	opacity: .8;
}

.search-btn:hover{
	color: white;
	background-color: grey;
	border-color: grey;
	opacity: 1;
}

.vip-tip{
	cursor: pointer;
	margin: 20px 0;
	font-size: 20px;
	text-align: center;
	color: #e95a5a;;
}

.pageBottom {
	display: flex;
	justify-content: center;
	padding: 20px 0;
	z-index: 2;
	background-color: white;
}

p#back-to-top{
	position:fixed;
	bottom:18px;
	right:12px;
	z-index: 3;
}
p#back-to-top a{
	text-align:center;
	text-decoration:none;
	color:#000;
	display:block;
	width:30px;
	border-bottom: solid 0;
	/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
	-moz-transition:color1s;
	-webkit-transition:color1s;
	-o-transition:color1s;
}
p#back-to-top a:hover{
	color:#000011;
	background: transparent;
}
p#back-to-top a span{
	background-color:#ffffff;
	z-index: -100;
	border: 1px solid #cccccc;
	border-radius:6px;
	display:block;
	height:30px;
	width:30px;
	margin-bottom:5px;
	/*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
	-moz-transition:background1s;
	-webkit-transition:background1s;
	-o-transition:background1s;
}
#back-to-top a:hover span{
	background-color:#f0f0f0;
}

.ylisi-title{
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	color: black;
	font-weight: normal;
}

.ylisi-title span.gray-title{
	color: #9B9B9B;
}

img{
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}

.kela-gg{
	size: 1.2rem;
	text-align: center;
}

/**ylisi-models-model**/

.models-part-one{
	font-size: 1.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 1.5em 0;
}
.models-part-one a{
	margin-right: 1rem;
}

.models-part-one .act{
	padding-bottom:.2rem;
	border-bottom:.1em solid #000
}

.model-info{
	display: flex;
}

.model-info .name{
	font-size: 1.5rem;
}

.model-info .left{
	flex: 1;
	padding-right: 2rem;
}

.model-info .right{
	flex: 1.5;
}

.model-info .model-detail{
	color: #7e7e7e;
}

.model-info .right .title{
	font-size: 1.5rem;
}

.model-info .right .content{
	font-size: 1.2rem;
	color: #7e7e7e;
	margin: 2em 0;
}

.model-info .right .link{
	font-size: 1rem;
	line-height: 1rem;
}

.model-info .right .link .back{
	display: none;
}

.model-info .right .link-up{
	width: 100%;
}

.model-info .right .link  div{
	display: inline-block;
	margin-right: 2rem;
}

.model-info .right .link a{
	font-size: 1rem;
	line-height: 1rem;
	color: #9A773D;
	vertical-align: middle;
}

.model-info .right .link svg{
	vertical-align: middle;
}

.model-info .model-detail{
	display: flex;
}

.model-info .detail-left{
	flex: 1;
}

.model-info .detail-right{
	flex: 2;
}

.model-avs .title{
	font-size: 1.2rem;
	margin-top: 3rem;
}

.model-info .detail-top{
	display: flex;
	text-align: center;
	padding: 0 0.5rem;
}

.model-info .detail-top .detail-num{
	font-size: 1.8rem;
	line-height: 1rem;
}

.model-info .detail-top > div{
	padding-top: .2rem;
	flex:1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border:1px solid #7e7e7e;
	height:3.6rem;
	margin: 0.5rem;
	margin-top: 0;
	border-radius: 0.3rem;
}

.model-info .detail-mid{
	padding: 1em 2rem;
}


.model-info .detail-mid .detial-li{
	display: inline-block;
	width: 8rem;
}

.model-info .detail-bottom{
	padding: 0 1.5rem;
}

/**ylisi-albums-album**/
.overlay-close-button {
	top: .5rem;
	display: block;
	float: right;
	padding: 0.5rem;
	font-size: 1.6rem;
	color: #f9f9f9;
	position: fixed;
	right: 1rem;
	cursor: pointer;
	z-index: 100;
	text-shadow: 0 0 5px #222;
}
#gallery{
	padding: .5rem .2rem;
	background-color: black;
}
#gallery.gallery-inner{
	position: relative;
	padding: 0 15rem;
	background-color: black;
	display: flex;
	justify-content: center;
	align-items: center;
}
.vip-modal{
	padding: 3% 5%;
	text-align: center;
	font-size: 1.5rem;
	color: white;
	position: absolute;
	width: 70%;
	height:75%;
	background-color: #000000CC;
}
.vip-modal .top{
	font-weight: bold;
	font-size: 3.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #FFFFFF80;
}
.vip-modal .mid0{
	margin-top: 1rem;
	color: white;
}
.vip-modal .mid1{
	margin-top: 1rem;
	color: #c0a98b;
}
.vip-modal .mid2{
	margin-top: 1rem;
	color: #00baff;
}
.vip-modal .mid3{
	margin-top: 3rem;
	font-size: 2rem;
	color: white;
	font-weight: bold;
}

.vip-modal button{
	border-radius: 0;
	margin-top: 2rem;
	padding: .5rem 5rem;
	color: white;
	background-color: #c0a98b;
}

.vip-modal .mid4{
	margin-top: 2rem;
	font-size: 1rem;
}

.vip-modal .mid4 span{
	color: #c0a98b;
}
.vip-modal .mid4 a{
	color: white;
}

.vip-modal .mid5{
	font-size: 1.2rem;
	margin: .5rem;
	color: #00baff;
}
.vip-modal .mid6{
	color: white;
}

.vip-modal .mid5 img{
	cursor: pointer;
	width: 3rem;
}

#gallery {
	display: flex;
	flex-wrap: wrap;
}

#gallery .swipeimg{
	margin: .15rem .15rem;
	position: relative;
	height: 10rem;
	flex-grow: 1;
	object-fit: cover
}
#gallery::after {
    content: '';
    flex-grow: 999999999;
}
.album-info{
	margin-top: 1rem;
	display: flex;
	padding: 2rem 8rem;
}
.album-info .left{
	flex: 5;
	padding-right: 6rem;
}
.album-info .right{
	flex: 2;
}

.album-info .album-detail{
	display: flex;
}

.album-info .album-profile{
	margin: 1rem 0;
	text-indent: 2rem;
}

.album-info .album-download{
	font-weight: bold;
	display: inline-block;
}

.album-info .album-download-wrap{
	display: inline-block;
	cursor: pointer;
}

.album-info .album-download-wrap span{
	margin: 0 .5rem;
}

.album-info .album-download-wrap span:first-child{
	margin: 0;
}

.album-info .album-left{
	cursor: pointer;
	flex: 1;
}

.album-info .album-right{
	padding-left: 1rem;
	flex: 6;
	position: relative;
}

.album-info .album-right >div{
	margin-bottom: 1rem;
}

.album-info .detail-top{
	font-size: 1.5rem;
}
.album-info .album-right .detail-bottom{
	bottom: 0;
	position: absolute;
	margin-bottom: 0;
}

.album-info .album-register{
	background-color: #EBEBEB;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 2rem;
}

.album-info .album-register-title{
	justify-content: center;
	margin-bottom: 1rem;
}

.album-title{
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
.album-title.album-title-top{
	margin-top: 0;
	margin-bottom: 0.5rem;
}
.album-title.album-title-mid{
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

/**ylisi-videos-video**/

#video{
	padding: 0 15rem;
	background-color: black;
}

.imgVideo{
	position: relative;
	display: none;
}

.imgVideo img{
	width: 100%;
}
.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 0;
	z-index: 1;
}

.tip{
	top:0;
	left:0;
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: black;
	border:1px red;
}

.tipcontent{
	text-align: center;
	font-size: 1.5rem;
	color: white;
}

.tipcontent a{
	font-size: 1.5rem;
	color: #00baff!important;
	cursor: pointer;
}

button:focus {
	outline: 0;
}

.vjs-poster{
	background-size: 100%!important;
}


/**评论模块**/
.album-comments{
	margin-top: 2rem;
}
.cm_wrap{
	height: 7rem;
	width: 100%;
	position: relative;
	display: flex;
	border-bottom: 0.0625rem solid whitesmoke;
}
.cm_wrap > div{
	display: inline-block;
	vertical-align: middle;
}
.cm_left{
	position: relative;
	padding: 4px;
	padding-bottom: 6px;
}
.cm_left img{
	border-radius: 50%;
	height: 3.75rem;
	width: 3.75rem;
}
.cm_mid{
	flex:1;
	padding: .3rem;
	font-size: 1rem;
}
.cm_blue{
	cursor: pointer;
	color: #EFB246;
	font-size: 1rem
}
.cm_time{
	color: darkgray;
}

.cm_bg{
	position: absolute;
	right: 400px;
	top:-150px;
	color:darkgray
}

.cm_bottom{
	width: 100%;
	background-color: white;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cm_bottom .input{
	width: 100%;
	border-radius: .3rem;
}

.cm_login_tip{
	position: absolute;
	font-size: 1rem;
}

.cm_bottom textarea{
	vertical-align: bottom;
	padding: .3rem;
	height: 5rem;
}

.cm_btn_wrap{
	margin-top: 0.3rem;
	text-align: right;
}

.cm_btn{
	font-size: 1rem;
	border-radius: .3rem;
	padding: .2rem 1.8rem;
}

.cm_vip{
	color: grey;
	font-size: 0.8rem;
	line-height: 0.9rem;
	text-align: center;
}

/**评论模块**/

/**个人中心**/
.center{
	background-color: #E9E9E9;
	padding-top: 4rem;
	display: flex;
}

.center-left{
	background-color: white;
	width: 70%;
	margin-right: 4rem;
	padding: 2rem;
	display: flex;
	flex-wrap: wrap;
}

.center-item{
	color: #989898;
	width:50%;
}

.center-item > div{
	margin: 0.5rem 0;
}

.center-item button{
	font-size: 1rem;
	padding: .2rem 2rem;
}

.center-title{
	font-size: 1.2rem;
	line-height: 1.5rem;
	color: black;
	font-weight: bold;
	vertical-align: bottom;
}
.center-title img{
	vertical-align: bottom;
	width: 1.5rem;
	margin-right: 0.3rem;
}

a.center-link{
	color: #c0a98b;
}
a.center-link:hover{
	color: #e95a5a;
}

.center-right{
	background-color: white;
	flex:1;
}

.center-top{
	padding: 1rem;
	text-align: center;
}

.center-top img{
	width: 10rem;
	height: 10rem;
	border-radius: 5rem;
}

.center-top > div{
	margin-top: 2rem;
}

.center-register{
	font-size: 1.2rem;
	margin-top: 2rem !important;
	color: black;
}

.register-item{
	margin: 0.2rem auto;
}

.pay-icon img{
	width: 1.5rem;
	margin-right: 0.3rem;
}

.col-form-label{
	text-align: right;
	padding-left: 0;
	padding-right: 0;
}

.pay-icon img{
	width: 1.5rem;
	margin-right: 0.3rem;
}

.form-check{
	margin: 0.5rem auto;
}

.register-bottom{
	margin-left: 2.3rem;
	color: black;
}

.register-footer{
	text-align: center;
	padding: 0.5rem;
}

.register-footer img{
	width: 90%;
}


.wxp-wrap{
	padding: 10px 0;
	text-align: center;
}
.wxp-wrap div{
	margin: 10px;
}

.center-bottom{
	margin: 2rem;
	margin-top: 0;
	padding-top: 2rem;
	border-top:0.0625rem solid #A8A8A8;
	border-bottom:0.0625rem solid #A8A8A8;
}

.center-logout{
	text-align: center;
	margin-bottom: 2rem;
	cursor: pointer
}

.center-li{
	margin-bottom: 2rem;
	margin-left: -2rem;
	margin-right: -2rem;
	padding: .3rem 1rem;
	cursor: pointer;
}


.center-li1:before{
	background: url(/cdn/img/profile1.png) no-repeat;
}
.center-li2:before{
	background: url(/cdn/img/account1.png) no-repeat;
}
.center-li3:before{
	background: url(/cdn/img/lock1.png) no-repeat;
}
.center-li4:before{
	background: url(/cdn/img/like1.png) no-repeat;
}
.center-li5:before{
	background: url(/cdn/img/email1.png) no-repeat;
}
.center-li6:before{
	background: url(/cdn/img/vip1.png) no-repeat;
}

.center-active1:before{
	background: url(/cdn/img/profile2.png) no-repeat;
}
.center-active2:before{
	background: url(/cdn/img/account2.png) no-repeat;
}
.center-active3:before{
	background: url(/cdn/img/lock2.png) no-repeat;
}
.center-activei4:before{
	background: url(/cdn/img/like2.png) no-repeat;
}
.center-active5:before{
	background: url(/cdn/img/email2.png) no-repeat;
}
.center-active6:before{
	background: url(/cdn/img/vip2.png) no-repeat;
}

.center-li:before{
	background-size: contain;
	width: 1.5rem;
	height: 1.5rem;
	display: inline-block;
	content: '';
	vertical-align: bottom;
}

.center-active{
	background-color: #545454;
	color: white;
}

.paypal-btn{
	top: .2rem;
	width: 6rem;
	opacity: 0;
	position: absolute;
}

.old-money{
	text-decoration-line: line-through;
	color: grey;
}
/**个人中心**/

/**avatar**/
.myinput-file {
	margin-top: 2rem;
	position: relative;
	width: 8rem;
	height: 10rem;
	color: black;
	overflow: hidden;
}

.myinput-file input[type="file"] {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 15rem;
	height: 2rem;
	z-index: 2;
	position: absolute;
	bottom:  0;
	left: 0;
	margin-left: -5rem;
	cursor: pointer;
}

.myinput-file img {
	width: 100%;
	height: 80%;
	border-radius: 4rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.myinput-file div{
	cursor: pointer;
	width: 100%;
	position: absolute;
	bottom:0;
	text-align: center;
	color: #c0a98b;
}

div.nickname{
	color: black;
	margin-top: 2rem;
}

.nickname-tip{
	font-size: 0.8rem;
	color: #989898;
}

form > div{
	margin: 0.5rem 0;
}
/**个人中心**/

/**vip弹窗**/
.vip-container{
	padding: 3rem;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 23rem;
}

.vip-title{
	font-size: 1.8rem;
}

.vip-mid > div{
	margin: 1rem 0;
}

.vip-up{
	font-size: 1rem;
}

.vip-btn button{
	border-radius: 0;
	margin-top: 2rem;
	padding: .5rem 5rem;
	color: white;
	background-color: #c0a98b;
}

.vip-down{
	color: #c0a98b;
}

.vip-bottom{
	font-size: 3rem;
}
/*hacker*/
/**vip弹窗**/
.layui-layer-setwin .layui-layer-close2 {right: -13px !important;top: -13px !important;}

/**国家下拉框**/
.select2-results__options{
	max-height: 27rem !important;
	overflow-y: auto;
}

/**about**/
.about{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 4rem;
	font-size: 1.2rem;
}
.about-left{
	float: left;
	width: 27%;
	margin-right: 3%;
}
.about  p{
	font-size: 1.4rem;
	margin: 2rem 0;
}
.about  a{
	font-size: 1.5rem;
	color: #106DE8;
}
.about  h1{
	margin-bottom: 3rem;
}
.about-left img{
	width: 100%;
}
.about-right{
	float: right;
	margin-left: 8%;
	width: 62%;
}

.about-right > div{
	margin-bottom: 2rem;
}

