.tipso_bubble,
.tipso_bubble>.tipso_arrow {
	box-sizing: border-box
}

.tipso_bubble {
	position: absolute;
	text-align: center;
	border-radius: 6px;
	z-index: 9999
}

.tipso_style {
	cursor: help;
	border-bottom: 1px dotted
}

.tipso_title {
	border-radius: 6px 6px 0 0
}

.tipso_content {
	word-wrap: break-word;
	padding: .5em
}

.tipso_bubble.tiny {
	font-size: 9.6px;
	font-size: .6rem
}

.tipso_bubble.small {
	font-size: 12.8px;
	font-size: .8rem
}

.tipso_bubble.default {
	font-size: 16px;
	font-size: 1rem
}

.tipso_bubble.large {
	font-size: 19.2px;
	font-size: 1.2rem;
	width: 100%
}

.tipso_bubble>.tipso_arrow {
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid;
	pointer-events: none
}

.tipso_bubble.top>.tipso_arrow {
	border-top-color: #000;
	border-bottom-color: transparent;
	top: 100%
}

.tipso_bubble.bottom>.tipso_arrow,
.tipso_bubble.top>.tipso_arrow {
	border-right-color: transparent;
	border-left-color: transparent;
	left: 50%;
	margin-left: -8px
}

.tipso_bubble.bottom>.tipso_arrow {
	border-bottom-color: #000;
	border-top-color: transparent;
	bottom: 100%
}

.tipso_bubble.left>.tipso_arrow {
	border-left-color: #000;
	border-right-color: transparent;
	left: 100%
}

.tipso_bubble.left>.tipso_arrow,
.tipso_bubble.right>.tipso_arrow {
	border-top-color: transparent;
	border-bottom-color: transparent;
	top: 50%;
	margin-top: -8px
}

.tipso_bubble.right>.tipso_arrow {
	border-right-color: #000;
	border-left-color: transparent;
	right: 100%
}

.tipso_bubble.top_right_corner,
.tipso_bubble .top_right_corner {
	border-bottom-left-radius: 0
}

.tipso_bubble.bottom_right_corner,
.tipso_bubble .bottom_right_corner {
	border-top-left-radius: 0
}

.tipso_bubble.top_left_corner,
.tipso_bubble .top_left_corner {
	border-bottom-right-radius: 0
}

.tipso_bubble.bottom_left_corner,
.tipso_bubble .bottom_left_corner {
	border-top-right-radius: 0
}

.ms_navs {
	position: fixed;
	left: 14px;
	bottom: 104px;
	z-index: 1000;
	width: 107px;
	text-align: center;
	background: #fff;
	border: 1px solid rgba(1, 1, 1, .16);
	border-top: 12px solid #ffdc00;
	border-radius: 4px
}

.ms_nav {
	position: relative;
	padding: 15px 0 20px;
	cursor: pointer
}

.ms_nav_img {
	width: 20px;
	height: auto
}

.ms_nav_b {
	margin-top: 4px;
	font-size: 13px;
	font-weight: 700;
	text-indent: 8px
}

.ms_nav_p {
	font-size: 12px
}

.ms_nav_l {
	margin: 0 24px;
	height: 0;
	border-bottom: 1px dotted #dbdbdb
}

.ms_nav_back {
	top: 0;
	left: 0;
	height: 100%;
	background-color: #ffdc00;
	transform: rotateY(-90deg);
	transition: all .1s ease-out
}

.ms_nav_back,
.ms_nav_bbox {
	position: absolute;
	width: 100%
}

.ms_nav_bbox {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.ms_nav_front {
	transition: all .1s ease-out .13s
}

.ms_nav:hover .ms_nav_front {
	transition: all .1s ease-out;
	transform: rotateY(90deg)
}

.ms_nav:hover .ms_nav_back {
	transition: all .1s ease-out .13s;
	transform: rotateY(0deg)
}

.ms_img {
	position: relative;
	left: -8px;
	margin: 17px 0 6px;
	width: 109px;
	height: 79px;
	animation: msMove .8s ease infinite 80ms alternate
}

@keyframes msMove {
	0% {
		transform: translateY(2px)
	}

	to {
		transform: translateY(-12px)
	}
}

.ms_btn {
	height: 43px;
	line-height: 43px;
	background-color: #ffdc00;
	font-size: 14px;
	font-weight: 700;
	text-indent: 3px;
	cursor: pointer
}

.ms_btn .icon-tshe-arrow-drop-up {
	font-size: 22px
}

 .cate_cont {
	margin-top: 34px;
	display: none;
}
.contentin{
	display: block;
}

.glide__wrapper {
	width: 100%
}

.glide__track {
	margin-right: -30px
}

.glide__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #656565;
	border-radius: 3px;
	width: 43px;
	height: 43px;
	z-index: 2;
	cursor: pointer
}

.glide__arrow:hover {
	background-color: #161616
}

.glide__arrow:hover.prev:after {
	border-right-color: #fff
}

.glide__arrow:hover.next:after {
	border-left-color: #fff
}

 .glide__arrow.disabled,
 .glide__arrow.disabled:hover {
	border-color: #ebebeb;
	background-color: #fff
}

 .glide__arrow.disabled.prev:after,
 .glide__arrow.disabled:hover.prev:after {
	border-right-color: #c2c2c2
}

 .glide__arrow.disabled.next:after,
 .glide__arrow.disabled:hover.next:after {
	border-left-color: #c2c2c2
}

 .glide__arrow.next:after,
 .glide__arrow.prev:after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border: 8px solid transparent
}

 .glide__arrow .prev {
	left: -60px;
}

 .glide__arrow .prev:after {
	left: 8px;
	border-right-color: #161616
}
 .glide__arrow.next {
	right: -60px
}

 .glide__arrow .next:after {
	left: 18px;
	border-left-color: #161616
}

 .item_shadow {
	content: "";
	display: none;
	position: absolute;
	width: 90%;
	left: 5%;
	height: 100px;
	bottom: 6px;
	background-color: transparent;
	box-shadow: 0 3px 36px 0 rgba(68, 68, 68, .15)
}

 .glide__slide {
	display: inline-block;
	width: 244px;
	margin-right: 10px;
	margin-bottom: 20px;
	position: relative;
	background-color: #fff;
	border: 1px solid #e9e9e9
}

 .glide__slide:hover .item_shadow {
	display: block
}

 .glide__slide:hover .img {
	transform: scale(1.06)
}

 .glide__slide:last-of-type {
	margin-right: 0
}

 .cate_img {
	height: 238px;
	width: 100%;
	overflow: hidden;
	position: relative
}

 .cate_img .img {
	background-size: cover;
	background-position: 50%;
	height: 100%;
	width: 100%;
	transition: all .4s
}

 .cate_img:hover .cate_cinfo {
	transform: translateY(0);
	opacity: 1
}

 .colors_label {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0 8px;
	background-color: transparent;
	border: 1px solid #999;
	color: #666;
	font-size: 12px;
	border-radius: 4px
}

 .cate_cinfo {
	opacity: 0;
	transform: translateY(calc(100% + 10px));
	padding: 6px 10px;
	position: absolute;
	width: 200px;
	bottom: 10px;
	left: 10px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 12px;
	transition: all .3s
}

 .cate_colors,.color_list {
	display: -ms-flexbox;
	display: flex
}

 .color_list {
	margin-top: 3px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

 .color_item {
	margin-right: 8px;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 1px solid #dfdfdf;
	background-color: #fff
}

 .color_item:nth-of-type(n+11) {
	margin-top: 4px
}

 .cate_info {
	position: relative;
	padding: 14px 8px 0;
	z-index: 4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 55px;
	background-color: #fff
}

 .cate_name {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 8px;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
}

 .cate_call {
	color: #ff5859
}

 .cate_desc {
	margin-top: 18px;
	color: #9b9b9b;
	font-size: 13px
}

 .cate_desc__box {
	margin-bottom: 10px;
	display: -ms-flexbox;
	display: flex
}

 .ate_desc__text {
	color: #6f6f6f;
	line-height: 21px
}

 .cate_desc__title {
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	background-size: cover
}

 .cate_desc__title.advs--icon {
	background-image: url(https://www.yilan99.com/images/yilan_23.png)
}

 .cate_desc__title.command--icon {
	background-image: url(https://www.yilan99.com/images/yilan_24.png)
}

 .cate_price {
	position: relative;
	font-size: 18px;
	font-weight: 700;
	z-index: 2
}

 .cate_price span {
	font-size: 12px
}

 .cate_bimg {
	position: relative;
	margin-top: 50px;
	height: 480px;
	background-size: cover
}

 .category_more {
	background-image: linear-gradient(90deg, #ffec6b, #ffdc00);
	height: 48px;
	width: 178px;
	border-radius: 5px;
	margin: 60px auto 10px;
	color: #161616;
	font-size: 14px;
	text-align: center;
	line-height: 48px;
	font-weight: 700;
	cursor: pointer
}

.pl_prod_items {
	padding-left: 282px
}

.pl_prod_item {
	margin: 0 14px 5px 0;
	width: 230px;
	height: 270px
}

.pl_prod_item:nth-child(3n) {
	margin-right: 0
}

.pl_prod_left {
	width: 267px;
	height: 535px;
	transition: all .1s
}

.pl_prod_left:hover {
	transform: scale(1.02);
	box-shadow: 0 5px 6px 5px #f0f0f0
}

.pl_prod_img {
	width: 230px;
	height: 230px;
	transition: all .1s
}

.pl_prod_item:hover .pl_prod_img {
	transform: scale(1.02);
	box-shadow: 0 5px 5px 3px #f7f5f5
}

.pl_prod_more {
	width: 43px
}

.pl_pm_line {
	width: 100%;
	height: 8px;
	background-color: #ffdd06
}

.pl_prod_price {
	position: absolute;
	top: -4px;
	right: 10px
}

.pl_prod_price_o {
	position: absolute;
	top: 0;
	right: 10px
}

.pl_prod_price_ori {
	position: absolute;
	right: 6px;
	bottom: 10px
}

.prod_list .dis_img {
	position: relative;
	left: -1px
}

.prod_list .prod_list_topics .top_topics_left,
.prod_list .prod_list_topics .top_topics_right,
.prod_list .prod_list_topics .topics_tag_first,
.prod_list .prod_list_topics .topics_tag_second {
	width: 490px
}

.plm_prod_items {
	padding-left: 5.3vw;
	padding-right: 5.3vw
}

.plm_prod_item {
	margin-right: 2.66vw;
	margin-bottom: 3vw;
	width: 43.33vw
}

.plm_prod_item:nth-child(2n) {
	margin-right: 0
}

.plm_prod_img {
	width: 43.3vw;
	height: 45vw
}

.marb-none {
	margin-bottom: 0
}

.prod_body .main__header--move-up {
	display: none
}

.prod_wrap .shadow_y_r {
	background-image: linear-gradient(90deg, #ffec6b, #ffdc00);
	border: none !important
}

.prod_wrap .shadow_y_r:hover {
	background-image: linear-gradient(90deg, #ffec76, #ffde47)
}

.prod_wrap .fade {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s
}

.prod_wrap .fade.visible {
	opacity: 1;
	visibility: visible
}

.prod_wrap .category_wrap {
	margin: 40px auto 0;
	width: 1000px
}

.prod_wrap .category_wrap .cate_nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .category_wrap .nav_list--fixed {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #fff;
	box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .07)
}

.prod_wrap .category_wrap .nav_list--fixed.nav_list--fixed--none {
	display: none
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item {
	margin-left: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #656565;
	height: 60px;
	width: auto;
	line-height: 60px;
	font-size: 14px
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item.active,
.prod_wrap .category_wrap .nav_list--fixed .nav_item:hover {
	background: none;
	box-shadow: none;
	color: #161616
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item.active .cata_name,
.prod_wrap .category_wrap .nav_list--fixed .nav_item:hover .cata_name {
	position: relative
}

.prod_wrap .category_wrap .nav_list--fixed .nav_item.active .cata_name:after,
.prod_wrap .category_wrap .nav_list--fixed .nav_item:hover .cata_name:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: #161616
}

.prod_wrap .category_wrap .nav_title {
	font-size: 24px;
	font-weight: 700;
	color: #161616
}

.prod_wrap .category_wrap .nav_title_tip {
	margin-top: 6px;
	color: #6f6f6f;
	font-size: 12px
}

.prod_wrap .category_wrap .nav_title_tip_icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	background-color: #9b9b9b;
	color: #fff;
	font-size: 12px;
	border-radius: 50%
}

.prod_wrap .category_wrap .nav_list {
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .category_wrap .nav_item {
	display: -ms-flexbox;
	display: flex;
	margin-left: 5px;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 98px;
	width: 98px;
	border-radius: 4px;
	transition: none
}

.prod_wrap .category_wrap .nav_item.active,
.prod_wrap .category_wrap .nav_item:hover {
	background-image: linear-gradient(180deg, #ffec6b, #ffdc00);
	font-weight: 700;
	box-shadow: 0 6px 10px 0 rgba(255, 234, 146, .69)
}

.prod_wrap .category_wrap .nav_item.active .cata_icon,
.prod_wrap .category_wrap .nav_item:hover .cata_icon {
	opacity: .7
}

.prod_wrap .category_wrap .nav_item.active .cata_icon {
	opacity: 1
}

.prod_wrap .category_wrap .cata_icon {
	margin-bottom: 8px;
	width: auto;
	height: 36px
}

.prod_wrap .case_wrap {
	position: relative;
	margin-top: 70px;
	height: 710px
}

.prod_wrap .case_wrap .cont_item {
	width: 100%;
	height: 100%
}

.prod_wrap .case_wrap .cont_item.item4 .case_detail {
	margin-top: 23px
}

.prod_wrap .case_wrap .cont_item.item5 .case_detail {
	margin-top: 73px
}

.prod_wrap .case_wrap .case_tab {
	position: absolute;
	top: 408px;
	left: 0;
	width: 100%
}

.prod_wrap .case_wrap .case_tab,
.prod_wrap .case_wrap .tab_item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2
}

.prod_wrap .case_wrap .tab_item {
	position: relative;
	-ms-flex-align: center;
	align-items: center;
	color: #c1c0c2;
	font-weight: 700;
	margin-right: 24px;
	cursor: pointer;
	border: 3px solid #fff;
	border-radius: 5px;
	width: 78px;
	height: 78px;
	background-size: cover;
	text-align: center;
	box-shadow: 0 2px 4px 0 hsla(0, 0%, 70%, .5)
}

.prod_wrap .case_wrap .tab_item:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: -1
}

.prod_wrap .case_wrap .tab_item.active {
	box-shadow: 0 4px 10px 0 hsla(0, 0%, 46%, .6);
	color: #fff
}

.prod_wrap .case_wrap .tab_item.active:after {
	content: "";
	background-color: transparent
}

.prod_wrap .case_wrap .case_info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-align: center;
	align-items: center;
	height: 450px;
	background-size: cover !important;
	color: #fff;
	font-weight: 700
}

.prod_wrap .case_wrap .case_info_link {
	position: absolute;
	top: 0;
	width: 100%;
	height: 450px;
	cursor: pointer
}

.prod_wrap .case_wrap .case_logo {
	margin-top: 50px;
	width: 154px;
	height: 154px;
	background-size: cover !important
}

.prod_wrap .case_wrap .case_sub {
	margin-top: 4px;
	font-size: 18px;
	text-align: center;
	width: 1200px
}

.prod_wrap .case_wrap .case_detail {
	margin-top: 48px;
	width: 126px;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	font-weight: 700;
	color: #161616;
	text-align: center
}

.prod_wrap .case_wrap .oc_img {
	margin-top: 60px;
	margin-bottom: 30px;
	width: 1200px;
	height: 90px;
	background-size: cover !important
}

.prod_wrap .case_wrap .other_case {
	text-align: center;
	-ms-flex-flow: column;
	flex-flow: column;
	height: 260px;
	background-color: #f7f7f7
}

.prod_wrap .case_wrap .other_case,
.prod_wrap .case_wrap .other_case a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .case_wrap .other_case a {
	opacity: .9;
	color: #5d5d5d;
	font-size: 14px
}

.prod_wrap .case_wrap .other_case i {
	color: #5d5d5d;
	font-size: 18px
}

.prod_wrap .advs_wrap {
	margin: 60px auto 0;
	width: 877px
}

.prod_wrap .advs_wrap .advs_title {
	text-align: center;
	font-size: 28px;
	font-weight: 700
}

.prod_wrap .advs_wrap .advs_title span {
	display: block;
	margin-top: 17px;
	font-size: 16px;
	color: #9b9b9b;
	font-weight: 400
}

.prod_wrap .advs_wrap .advs_tab {
	margin-top: 38px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.prod_wrap .advs_wrap .tab_item {
	margin-right: 20px;
	width: 113px;
	height: 44px;
	line-height: 44px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
	text-align: center;
	cursor: pointer
}

.prod_wrap .advs_wrap .tab_item.shadow_y_r {
	font-weight: 700
}

.prod_wrap .advs_wrap .advs_content {
	position: relative;
	margin-top: 38px;
	height: 484px
}

.prod_wrap .advs_wrap .advs_img {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	border-radius: 6px
}

.prod_wrap .fqa_wrap {
	margin-top: 100px;
	padding: 84px 0;
	background-color: #fafafa
}

.prod_wrap .fqa_wrap .fqa_content {
	margin: 0 auto;
	width: 1000px
}

.prod_wrap .fqa_wrap .fqa_title {
	font-size: 28px;
	font-weight: 700;
	text-align: center
}

.prod_wrap .fqa_wrap .cont_wrap {
	margin-top: 40px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.prod_wrap .fqa_wrap .coll {
	width: 308px
}

.prod_wrap .fqa_wrap .item_head {
	display: block;
	position: relative;
	margin-bottom: 24px;
	background-size: cover;
	height: 190px
}

.prod_wrap .fqa_wrap .item_head span {
	position: absolute;
	display: block;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .48));
	color: #fff;
	font-weight: 700;
	text-indent: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.prod_wrap .fqa_wrap .l_item {
	margin-top: 8px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.prod_wrap .fqa_wrap .fqa_name {
	color: #181818
}

.prod_wrap .fqa_wrap .colr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: column;
	flex-flow: column;
	width: 346px
}

.prod_wrap .fqa_wrap .r_item {
	margin-bottom: 24px;
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .fqa_wrap .r_item .item_img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 135px;
	height: 96px;
	background-size: cover
}

.prod_wrap .fqa_wrap .r_item .item_info {
	width: 196px;
	margin-top: 10px
}

.prod_wrap .fqa_wrap .r_item .r_title {
	font-size: 16px;
	color: #181818;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.prod_wrap .fqa_wrap .r_item .r_desc {
	margin-top: 10px;
	color: #9b9b9b;
	height: 40px;
	overflow: hidden
}

.prod_wrap .more_body {
	position: fixed;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0;
	top: 0;
	display: none
}

.prod_wrap .more_body.active,
.prod_wrap .more_body_box {
	display: -ms-flexbox;
	display: flex
}

.prod_wrap .more_body_box {
	position: relative;
	margin: auto;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 3px;
	background: #fff;
	width: 354px;
	padding: 50px 0;
	-ms-flex-align: center;
	align-items: center
}

.prod_wrap .more_close_icon {
	position: absolute;
	top: 5px;
	right: -40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer
}

.prod_wrap .more_body_box>span {
	text-align: center;
	color: #161616;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700
}

.prod_wrap .more_title_mg {
	margin-bottom: 5px
}

.prod_wrap .more_input_box {
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #ededed;
	border-radius: 3px;
	width: 269px;
	margin-top: 10px
}

.prod_wrap .more_input_box .img-code {
	width: 120px;
	height: 36px;
	transform: translateY(-5px)
}

.prod_wrap .more_input_verify {
	display: none
}

.prod_wrap .more_input_verify.visible {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden
}

.prod_wrap .more_input_box>input {
	-ms-flex: 1;
	flex: 1;
	border: 0;
	height: 36px;
	text-indent: 10px;
	font-size: 13px;
	color: #a3a3a3;
	padding: 0
}

.prod_wrap .more_input_box>textarea {
	-ms-flex: 1;
	flex: 1;
	border: 0;
	height: 100px;
	padding: 10px;
	font-size: 13px;
	color: #a3a3a3
}

.prod_wrap .more_input_code {
	position: relative;
	background: linear-gradient(0, #fff000, 0, #ffdc00);
	height: 36px;
	width: 93px;
	text-align: center;
	line-height: 36px;
	font-size: 13px;
	color: #414141;
	font-weight: 700
}

.prod_wrap .more_body_box .more_input_code.waiting {
	background: transparent;
	border-left: 1px solid #ededed
}

.prod_wrap .more_submit {
	background: linear-gradient(0, #fff000, 0, #ffdc00);
	width: 269px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #414141;
	font-weight: 700;
	margin-top: 50px;
	cursor: pointer
}

.prod_wrap .more_bottom_title {
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-size: 12px;
	line-height: 12px;
	margin-top: 8px;
	margin-left: 42px;
	color: #a3a3a3
}

.wx_about__wrap .wx_about__img {
	width: 100%
}

.wx_about__wrap .about_video {
	position: absolute;
	top: 26%;
	left: 5%;
	width: 90%
}

.wx_about__wrap .fourth_session__video {
	width: 100%;
	height: 200px;
	background: url(/) no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none
}

.wx_about__wrap .user_guide__video_modal {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 100%;
	height: 100%
}

.wx_about__wrap .video_content {
	height: 200px
}

.wx_about__wrap .video__close_button {
	position: absolute;
	right: -20px;
	top: -20px;
	font-size: 20px
}

.wx_about__wrap .huser_guide__video_icon {
	transition: all .45s
}

.wx_about__wrap .huser_guide__video_icon:hover {
	transform: scale(1.1)
}

.wx_about__wrap .icon-tshe-play {
	font-size: 60px;
	color: #fff
}

.wx_about__wrap .tenvideo_player {
	width: 100% !important;
	height: 200px !important
}

.wx_about__wrap .wx_about_logo {
	margin: 0 15px 80px;
	text-align: center;
	height: 2px;
	background-color: #efefef
}

.wx_about__wrap .wx_about_logo_img {
	position: relative;
	top: -10px;
	padding: 0 10px;
	width: auto;
	height: 16px;
	background-color: #fff
}

.about__wrap .about-head {
	background-color: #ffd423
}

.about__wrap .about-head .about-head_box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	width: 1440px;
	height: 447px
}

.about__wrap .about-head .about-head_text {
	margin-top: -24px;
	margin-right: 54px
}

.about__wrap .about-head .about-head_title {
	font-size: 34px;
	font-weight: 700
}

.about__wrap .about-head .about-head_subtitle {
	margin-top: 10px;
	font-size: 18px
}

.about__wrap .about-head .about-head_video {
	position: relative;
	box-shadow: 0 20px 30px 0 rgba(218, 154, 0, .42)
}

.about__wrap .about-head .about-head_video .fourth_session__video {
	width: 418px;
	height: 235px;
	background-size: cover;
	border-radius: 4px
}

.about__wrap .about-head .about-head_video .youku-play-pause {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 52px;
	height: 52px;
	background-image: url(https://www.yilan99.com/images/yilan_43.png)
}

.about__wrap .about-head .about-head_video .user_guide__video_modal {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2
}

.about__wrap .about-head .about-head_video .video__close_button {
	position: absolute;
	top: -16px;
	right: -16px
}

.about__wrap .about-head .about-head_video .video_content {
	height: 100%
}

.about__wrap .about-body {
	margin-top: 70px
}

.about__wrap .body-module {
	margin: 0 auto 108px;
	width: 1000px
}

.about__wrap .body-module .body_title {
	margin: 0 auto;
	font-size: 28px;
	font-weight: 700;
	text-align: center;
	height: 49px;
	line-height: 49px;
	background-size: cover
}

.about__wrap .body-module .body_title.title01 {
	width: 305px
}

.about__wrap .body-module .body_title.title02 {
	width: 341px
}

.about__wrap .body-module .body_title.title03 {
	width: 289px
}

.about__wrap .body-module .body_title.title04 {
	width: 335px
}

.about__wrap .body-module .module-content {
	margin-top: 45px
}

.about__wrap .body-module .body_subtitle {
	margin-top: 46px;
	font-size: 16px;
	color: #2b2b2b;
	line-height: 30px;
	text-align: center
}

.about__wrap .body-module .company-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

.about__wrap .body-module .company-item {
	padding: 104px 33px 0;
	width: 333px;
	height: 408px;
	color: #fff
}

.about__wrap .body-module .company-item_title {
	font-weight: 700;
	font-size: 22px;
	text-align: center
}

.about__wrap .body-module .company-item_desc {
	margin-top: 27px;
	font-size: 14px;
	line-height: 24px
}

.about__wrap .body-module .company-item_img {
	margin: 30px auto;
	width: 245px;
	height: 59px
}

.about__wrap .body-module .brand-desc {
	text-align: center;
	line-height: 30px;
	font-size: 16px
}

.about__wrap .body-module .brand-desc p {
	margin-bottom: 30px
}

.about__wrap .body-module .brand-list {
	display: -ms-flexbox;
	display: flex;
	margin-top: 46px;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about__wrap .body-module .brand-item {
	padding: 34px 14px 0 24px;
	width: 326px;
	height: 160px
}

.about__wrap .body-module .brand-item_title {
	font-size: 14px;
	color: #ffd423
}

.about__wrap .body-module .brand-item_desc {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 24px
}

.about__wrap .body-module .module-content.partner .partner_img {
	margin: 0 auto;
	width: 955px;
	height: 361px
}

.about__wrap .body-module .module-content.founder {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.about__wrap .body-module .module-content.founder .founder-item {
	position: relative;
	width: 230px;
	height: 450px;
	padding-top: 120px;
	background-size: cover;
	letter-spacing: 0
}

.about__wrap .body-module .module-content.founder .founder-name {
	text-align: center;
	font-size: 16px;
	color: #161616;
	font-weight: 700
}

.about__wrap .body-module .module-content.founder .founder-intro {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 24px 22px 0;
	margin-top: 40px;
	color: #787878;
	line-height: 23px;
	font-size: 14px;
	height: 290px;
	width: 100%;
	box-shadow: 0 10px 24px 0 rgba(0, 0, 0, .05)
}
