.mid_box {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.center {
	width: 1250px;
	margin: 0 auto;
}

.mb_top {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 62px;
}

.mb_top1 {
	width: 100%;
	min-height: 620px;
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 30px;
}

.mb_top1_in{
	width: 100%;
	min-height: 620px;
	border-radius: 10px;
	background: url('../../images/store/mid/topBg.png') repeat-y;
	display: flex;
	flex-direction: column;
	position: relative;
}

.mb_top1_mask{
	width: 100%;
	position: absolute;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	flex-wrap: nowrap;
	left: 0;
	top: 72px;
}

.mb_top1_title1 {
	z-index: 1;
	height: 127px;
	font-size: 96px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	background: linear-gradient(to bottom ,rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	-webkit-text-stroke: 1px #FFFFFF;
	opacity: 0.2;
	line-height: 113px;
	letter-spacing: 4px;
	margin-right: 120px;
	white-space: nowrap;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}


.mb_top1_mask_in{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to bottom ,rgba(0,0,0,0),rgba(0, 0, 0, 1));
	z-index: 2;
}

.mb_top1_title2 {
	z-index: 1;
	height: 127px;
	font-size: 96px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	background: linear-gradient(to bottom ,rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
	-webkit-text-stroke: 1px #FFFFFF;
	opacity: 0.2;
	line-height: 113px;
	letter-spacing: 4px;
	white-space: nowrap;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
}



.mb_top1_title {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 125px;
	margin-bottom: 25px;
	z-index: 3;
}

.mb_top1_title_avat {
	z-index: 3;
	width: 100px;
	height: 100px;
	margin: 0 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mb_top1_title_avat>img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.mb_top1_title_avat_in{
	width: 75px;
	height: 75px;
}
.mb_top1_title_avat_in>img{
	width: 100%;
	height: 100%;
}

.mb_top1_title_val {
	height: 63px;
	font-size: 48px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #EED0A5;
	line-height: 56px;
	letter-spacing: 2px;
}

.mb_top1_desc {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-bottom: 100px;
}

.mb_top1_desc_left {
	width: 30px;
	margin-right: 5px;
	position: relative;
}

.mb_top1_desc_left_mask {
	width: 209px;
	height: 29px;
	font-size: 22px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 26px;
	transform: rotate(90deg);
	transform-origin: left;
	white-space: nowrap;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.3;
}


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

.mb_top1_desc_title {
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	margin-bottom: 28px;
}

.mb_top1_desc_val {
	width: 1130px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #C5C5C5;
	line-height: 25px;
	/* position: relative; */
	z-index: 1;
	/* float: right; */
}

.showAll {
	height: auto;
}

.showPart {
	height: 102px;
	-webkit-line-clamp: 4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mb_top1_btn{
	/* margin-top: 25px; */
	width: 100%;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}
.mb_top1_desc_more {
	right:0;
	bottom: 0;
	z-index: 2;
	width: 100px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #407BFF;
	cursor: pointer;
	/* background: #2d3035; */
}

.mb_top1_rz {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 10px;
}

.mb_top1_rz_item {
	width: 40px;
	height: 40px;
	margin-right: 20px;
}

.mb_top1_rz_item>img {
	width: 100%;
	height: 100%;
}
.mb_top1_taps_out{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.mb_top1_taps{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}

.mb_top1_tap{
	width: 285px;
	height: 28px;
	background: #D4AB6F;
	font-size: 15px;
	font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
	font-weight: 400;
	color: #2B2D32;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #363739;
}

.activetap{
	height: 40px !important;
	line-height: 40px !important;
	background: #EED0A5 !important;
}

.mb_top2{
	width: 100%;
	padding: 40px 0;
	background: #FFFFFF;
}
.mb_top2_items{
	display: flex;
	flex-direction: row;
}

.mb_top2_item{
	width: 460px;
	height: 220px;
	background: #FFE9BF;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 20px;
	padding: 35px 25px;
}

.mb_top2_item:nth-child(2n){
	background: #B4CEFF;
}

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

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

.mb_top2_item_left_title{
	width: 226px;
	height: 60px;
	font-size: 26px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #2B2D32;
	line-height: 30px;
	letter-spacing: 1px;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 40px;
}
.mb_top2_item_left_btn{
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #D9001B;
	line-height: 28px;
	letter-spacing: 1px;
	cursor: pointer;
}
.mb_top2_item_img{
	width: 150px;
	height: 150px;
}

.mb_top2_item_img>img{
	width: 100%;
	height: 100%;
}

.mb_top3{
	width: 100%;
	display: flex;
	flex-direction: row;
}

.mb_top3_item{
	width: 640px;
	/* flex: 1; */
	height:269px;
}

.mb_top3_item>img{
	width: 100%;
	height: 100%;
}

.mb_main{
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mb_top4{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 700px;
	overflow: hidden;
}


.mb_main_title{
	margin: 50px 0;
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2B2D32;
	line-height: 28px;
	letter-spacing: 1px;
}

.mb_main_items{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 550px;
	overflow-y: scroll;
}

.mb_main_items::-webkit-scrollbar{
	width: 0;
}

.mb_main_item{
	margin-right: 10px;
	margin-bottom: 15px;
	width: 300px;
	height: 150px;
	background: rgba(255,255,255,0.4);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	display: flex;
	flex-direction: row;
}

.mb_main_item:nth-child(4n){
	margin-right: 0;
}

.mb_main_item_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px 0;
}
.mb_main_item_img{
	width: 130px;
height: 130px;
background: #FFFFFF;
border-radius: 5px 5px 5px 5px;
margin-right: 16px;
}

.mb_main_item_img>img{
/* 	width: 100%;
	height: 100%; */
	width: 130px;
	height: 130px;
}

.mb_main_item_right_title{
	/* width: 150px; */
	/* height: 42px; */
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #2B2D32;
	line-height: 19px;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mb_main_item_right_btn{
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #D9001B;
	line-height: 19px;
	cursor: pointer;
}
.part_title{
    margin-bottom: 50px;
    font-size: 24px;
    font-weight: bold;
}

.part1{
	width: 100%;
	padding: 100px 0;
	background: #F5F5F5;
}

.part1_main{
	width: 100%;
	height: 350px;
	position: relative;
}
.part1_item{
	width: 188px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.part1_img{
	width: 100%;
	height: 255px;
}

.part1_img>img{
	width: 100%;
	height: 100%;
	background-size: contain;
}

.part1_title{
	margin-top: 20px;
	width: 100%;
	height: 40px;
	word-wrap: break-word;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #000000;
	line-height: 20px;
}
.part1_main .swiper{
	padding: 0 70px;
}
.part1_main .swiper-slide{
	width: 188.5px;
}
.part1_main .swiper-button-prev {
	left: -20px;
}

.part1_main .swiper-button-next {
	right: -20px;
}

.part1_main .swiper-button-prev .swiper-button-prev-in {
	width: 16px;
	height: 16px;
	opacity: 1;
	border-left: 4px solid #000000;
	border-top: 4px solid #000000;
	transform: rotate(315deg);
}

.part1_main .swiper-button-next .swiper-button-next-in {
	width: 16px;
	height: 16px;
	opacity: 1;
	border-left: 4px solid #000000;
	border-top: 4px solid #000000;
	transform: rotate(135deg);
}

.part1_main .swiper-button-next, 
.part1_main .swiper-button-prev {
	top: 40% !important;
	width: 70px !important;
	height: 70px !important;
	background: #FFCD8C;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none !important;
}

.part1_main .swiper-button-next:after, 
.part1_main .swiper-button-prev:after{
	content: none;
}

.part_title2 {
	margin: 25px 0;
	font-size: 24px;
	font-weight: bold;
}
.part2 {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* padding: 50px 0; */
	height: 731px;
	background: url('../../images/store/high/case.png') no-repeat;
	background-size: cover;
}

.part2_main {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.part2_banner {
	width: 100%;
}

.part2_banner .swiper {
	width: 100%;
	overflow: visible;
}

.part2_banner .swiper-slide {
	width: 742px !important;
	height: 557px;
}

.part2_item {
	display: flex;
	flex-direction: column;
	width: 742px;
	height: 557px;
	/* opacity: 0.4; */
	position: relative;
	cursor: pointer;
}

.part2_item_mask{
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(47, 49, 54,0.4);
	left: 0;
	top: 0;
}

.part2_item:hover .part2_item_mask{
	background: rgba(47, 49, 54,0);
}
/* .part2_item:nth-child(4n) {
	margin-right: 0;
} */

.part2_item_img {
	width: 742px;
	height: 557px;
	background-size: contain;
	position: relative;
}

.part2_item_img>img {
	width: 100%;
	height: 100%;
}

.part2_item_title {
	width: 230px;
	height: 56px;
	word-wrap: break-word;
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 25px;
	letter-spacing: 1px;
	position: absolute;
	left: 100px;
	bottom: 65px;
}

.part2_btn {
	width: 85%;
	height: 70px;
	background: #EED0A5;

}

.part2_btn_main{
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 25px;
}

.part2_btn_1 {
	width: 201px;
	height: 34px;
	font-size: 26px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
	letter-spacing: 1px;
	opacity: 0.2;
}

.part2_btn_2{
	display: flex;
	flex-direction: row;
	width: 330px;
	margin-right: 30px;
}

.part2_btn_2_prev{
	margin-right: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.part2_btn_2_next{
	display: flex;
	flex-direction: row;
	align-items: center;
}

.part2_btn_2_title{
	height: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 19px;
}
.part2_btn_2_img1{
	width: 56px;
	height: 23px;
	margin-right: 22px;
	cursor: pointer;
}

.part2_btn_2_img2{
	width: 56px;
	height: 23px;
	margin-left: 22px;
	cursor: pointer;
}
.part2_btn_2_img1>img,
.part2_btn_2_img2>img{
	width: 100%;
	height: 100%;
}

.b2 {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.nodata{
	width: 100%;
	height: 750px;
}

.nodata_title{
	text-align: center;
	height: 200px;
	line-height: 200px;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2B2D32;
	letter-spacing: 1px;
	margin: 30px 0;
}

.b2_title {
	height: 32px;
	font-size: 24px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #2B2D32;
	line-height: 28px;
	letter-spacing: 1px;
	margin: 30px 0;
}

.b2_swiper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.b2_swiper .swiper {
	width: 1145px !important;
	height: 644px;
	position: relative;
	overflow: visible;
}

.b2_swiper .swiper .swiper-slide{
	width: 1145px !important;
	width: 644px;
}

.b2_item {
	width: 1145px !important;
	width: 644px;
	z-index: 1;
	position: relative;
}

.b2_mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(47, 49, 54,0.4);
	z-index: 2;
}

.b2_item:hover .b2_mask{
	background: rgba(47, 49, 54,0);
	z-index: 1;
}


.b2_img {
	width: 1145px;
	width: 644px;
}

.b2_img>img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.buildprev {
	position: absolute;
	left: -45px;
	top: 45%;
	width: 45px;
	height: 45px;
	background: #EED0A5;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	cursor: pointer;
}

.buildprev_in {
	width: 13px;
	height: 13px;
	opacity: 1;
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
	transform: rotate(315deg);
}

.buildnext {
	cursor: pointer;
	position: absolute;
	right: -45px;
	top: 45%;
	width: 45px;
	height: 45px;
	background: #EED0A5;
	border-radius: 5px 5px 5px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.buildnext_in {
	width: 13px;
	height: 13px;
	opacity: 1;
	transform: rotate(135deg);
	border-left: 3px solid #000000;
	border-top: 3px solid #000000;
}

.b3 {
	width: 100%;
	height: 61px;
	background: #2B2D32;
}

.b3_box {
	width: 100%;
	height: 61px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.b3_full {
	margin: auto 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100px;
	height: 36px;
	background: #4E5056;
	border-radius: 5px 5px 5px 5px;
	padding: 0 10px;
	cursor: pointer;
}

.b3_full_img {
	width: 23px;
	height: 23px;
	margin-right: 10px;
}

.b3_full_img>img {
	width: 100%;
	height: 100%;
}

.b3_full_title {
	height: 23px;
	font-size: 18px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}