.box{
	width:100%;
	overflow: hidden;
	position: relative;
}
body{
	background: #F7F8FA;
}
[v-cloak]{
	display: none;
}
.swiper-slide img{
	width:100%;
}
.hangye{
	width:80%;
	background-color:#fff;
	padding:30px;
	margin:0 auto;
	box-shadow: 0px 0px 6px 0px rgba(1,1,1,0.25);
	border-radius: 8px 8px 8px 8px;
	box-sizing: border-box;
	margin-top:50px;
	margin-bottom:50px;
}
.hangye1{
	width:100%;
	display:flex;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #F7F8FA;
}
.hangye1 ul{
	display:flex;
}
.hangye1 li{
	width:100px;
	text-align:center;
	margin-left:20px;
	height: 47px;
	line-height:47px;
	background: #F7F8FA;
	border-radius: 24px 24px 24px 24px;
	font-size:14px;
}
.hangye1 li:hover{
	background-color:#FFA5C2;
	color:#fff;
}
.at:hover{
	color:#E3618B !important;
}
.hangye2{
	width:100%;
	display:flex;
	align-items: center;
	margin-top:20px;
}
.hangye2 ul{
	display:flex;
}
.hangye2 li:hover{
	background-color:#FFA5C2;
	color:#fff;
}
.hangye2 li{
	width:100px;
	text-align:center;
	margin-left:20px;
	height: 47px;
	line-height:47px;
	background: #F7F8FA;
	border-radius: 24px 24px 24px 24px;
	font-size:14px;
}
.list{
	width:80%;
	margin:0 auto;
	overflow: hidden;
}
.list1{
	width:24%;
	/* height:520px; */
	overflow: hidden;
	margin:0.5%;
	
    border-radius: 12px;

	float: left;
	position:relative;
	
}
.list1 img{
	width:100%;
	/* height:520px; */
}
.list1_1{
	position:absolute;
	width:100%;
	color:#fff;
	bottom:0;
	padding:30px;
	background:rgba(1,1,1,0.25);
	box-sizing: border-box;
}
.list1_1 h3{
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 1;
}
.list1_1 p{
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp:1;
}
.list2_1:hover{
	cursor: pointer;
}
.list1:hover{
	cursor: pointer;
}
/* 达人中心 */
.list2{
	width:80%;
	min-height:500px;
	margin:0 auto;
	overflow: hidden;
}
.list2_1{
	width: 24%;
	/* height: 520px; */
	overflow: hidden;
	margin: 0.5%;
	border-radius: 12px;
	float: left;
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.16);
	border-radius: 24px 24px 24px 24px;
	box-sizing: border-box;
	margin-bottom:2%;
}
.list2_1{
	transition: all 0.5s;
}
.list2_1:hover{
	transform: scale(1.02);
	transition: all 0.5s;
}
.list2_1>img{
	width:100%;
/* 	height: 520px; */
}
.wexning{
	width:100%;
	position:relative;
}
.wexning span{
	position:absolute;
	display: inline-block;
	padding:5px 15px;
	box-sizing: border-box;
	bottom: 10px;
	right:10px;
	background: rgba(19,19,19,0.4);
	border-radius: 19px 19px 19px 19px;
	color:#fff;
	font-size:14px;
}
.wexning>img{
	width:100%;
/* 	height: 520px; */
}
.list2_1_div{
	width:100%;
	padding:20px;
	box-sizing: border-box;
}
.yingbu1_img{
	position: absolute;
	top: -50px;
}
.list2_1_div h3{
	font-size:18px;
	display: flex;
	max-width:100%;
	align-items:center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.list2_1_span{
	display:block !important;
	font-size:12px;
	margin-left:10px;
	background-color:#FF5189;
	color: #fff;
	padding:2px 5px;
	border-radius:5px;
}
.list2_1_div>p{
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}
.list2_1_div_1{
	display:flex;
	width:100%;
	justify-content:space-between;
	align-items: center;
	margin-top:10px;
}
.list2_1_div_1 p{
	font-size:14px;
    color: #4E5969;
}
.list2_1_div_1 span{
	font-size:20px;
    color: #333;
}
.list2_1_div_1 a{
	font-size: 12px;
	font-weight: 400;
	color: #DB4C7B;
}
.yingbu{
	width:100%;
	height:100%;
	position: fixed;
	overflow: hidden;
	top: 0;
	bottom:0;
	background:rgba(0,0,0,0.16);
	display:flex;
	justify-content:center;
	align-items: center;
	z-index:2;
}
.list1{
	transition: all 1s;
}
.list1:hover{
	transform: scale(1.02);
	transition: all 1s;
}
.yingbu1{
	width:60%;
	background-color: #fff;
	display:flex;
	justify-content: space-between;
	/* overflow: hidden; */
	position: relative;
	border-radius:12px;
}
.yingbu1_img{
	position: absolute;
	top:-50px;
	right:-10px;
}
.yingbu1_1{
	width:30%;
}
.yingbu1_1 img{
	width:100%;
	height:100%;
}
.yingbu1_1 video{
	width:100%;
	min-height:400px;
	margin-left:20px;
	box-sizing: border-box;
}
.yingbu1_2{
	width:68%;
	padding:30px;
	box-sizing: border-box;
}

.yingbu1_2 h3{
	font-size:18px;
	display: flex;
	width:100%;
	align-items:center;
	justify-content: space-between;
}
.yingbu1_2>h3>div{
	display: flex;
	align-items:center;
}
.yingbu1_2>h3>div>span{
	display:block;
	font-size:12px;
	margin-left:10px;
	background-color:#FF5189;
	color: #fff;
	padding:2px 5px;
	border-radius:5px;
}
.yingbu1_2>p{
	font-size:14px;
	font-weight: 400;
	color: #4E5969;
}
.yingbu1_2 div{
	float:right;
}
.sc{
	font-size: 14px;
	font-weight: 400;
	color: #4E5969;
}
.yingbu1_3{
	width:100%;
	background-color:#F5F8F2;
	max-height:500px;
	padding:20px;
	box-sizing: border-box;
	margin-top:30px;
	border-radius:16px;
	overflow-y: auto;
}
/* 演员中心 */
.list2_button{
	margin: 0 auto;
	width: 170px;
	height: 45px;
	text-align:center;
	line-height:45px;
	background: linear-gradient(53deg, #E3618B 0%, #FFA5C2 100%);
	border-radius: 23px 23px 23px 23px;
	color: #fff;
	margin-top:24px;
	font-size:14px;
}
.lixi{
	width:100%;
	height: 46px;
	background: #FFEBF1;
	border-radius: 4px 4px 4px 4px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:0px 10px;
	box-sizing: border-box;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}
/*下单中心*/
.xiadan_1{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-top:20px;
	font-size:14px;
}
.xiadan_2{
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items:center;
	margin-top:20px;
}
.xiadan_1 input{
	width: 35px;
	line-height:24px;
	text-align: center;
	border:1px solid #4E5969;
	border-left:none;
	border-right:none;
	outline: none;
}
.xiadan_1_1{
	display:flex;
	align-items: center;
}
.xiadan_1_1 div{
	display:flex;
	/* border:1px solid #4E5969; */
	overflow: hidden;
}
.xiadan_1_1 div>span{
	display: block;
	width:24px;
	height:24px;
	line-height:24px;
	text-align: center;
	border:1px solid #E3618B;
}
.xiadan_1_1 div>span:nth-child(1){
	border-radius:5px 0px 0px 5px;
}
.xiadan_1_1 div>span:nth-child(3){
	border-radius:0px 5px 5px 0px;
}

.xiadan_2 p{
	font-size:18px;
}
.xiadan_2 div:hover{
	cursor: pointer;
}
.sfje div:hover{
	cursor: pointer;
}

.xiadan_2 div{
	width: 132px;
	text-align:center;
	line-height:40px;
	height: 40px;
	font-size: 12px;
	color:#fff;
	background: linear-gradient(53deg, #E3618B 0%, #FFA5C2 100%);
	border-radius: 24px 24px 24px 24px;
}
.order{
	width:60%;
	background-color: #fff;
	border-radius:12px;
	overflow: hidden;
	padding-bottom: 10px;
}
.order_1{
	width:100%;
	height:50px;
	padding:0px 15px;
	box-sizing: border-box;
	background: #E3618B;
	display:flex;
	justify-content:space-between;
	align-items:center;
	color: #fff;
}
.order_2{
	width:100%;
	padding:10px 30px;
	box-sizing: border-box;
	display:flex;
	justify-content: space-between;
}
.order_2_1{
	width:30%;
	min-width:150px;
	margin-right:10px;
}
.order_2_1 img{
	width:100%;
	height:100%;
}
.order_2_2 h3{
	font-size:26px;
}
.order_2_2>p{
	font-size:14px;
	margin-top:16px;
}
.order_2_3{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin-top:30px;
}
.order_2_3>p{
	color: #F53F3F;
	font-size:20px;
}
.order_2_3 p>span{
	color: #4E5969;
	font-size:14px;
}
.order_2_4{
	display:flex;
	text-align:center;
}
.order_2_4 figure{
	/* margin-right:30px; */
	display:flex;
	justify-content:center;
	align-items:center;
	flex-direction:column;
}
.order_2_4>span{
	display:flex;
	align-items:center;
}
.order_2_4 figure>span{
	display:block;
	width:20px;
	height:20px;
	background-color: #86909C;
	text-align:center;
	line-height:20px;
	font-size:12px;
	border-radius:50px;
	color:#fff;
}
.order_2_4 figcaption>p{
	font-size: 14px;
	font-weight: 400;
	color: #1D2129;
}
.order_2_4 figcaption>span{
	font-size: 14px;
	font-weight: 400;
	color: #1D2129;
}

.xianxia{
	width:95%;
	padding: 10px 50px;
	box-sizing: border-box;
	margin: 0 auto;
	background-color:#F7F8FA;
	border-radius:12px;
	position: relative;
}
.fuzhi{
	    position: absolute;
	    width: 100px;
	    height: 100px;
	    right: 29px;
	    top: 0;
	    margin-top: 20px;
	   background: linear-gradient(53deg, #E3618B 0%, #FFA5C2 100%);
	    /* text-align: center; */
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    color: #fff;
		border-radius:10px;
}
.zhifu{
	margin-top:20px;
}
.xianxia li{
	font-size: 14px;
	font-weight: 400;
	color: #4E5969;
}
.xi2{
	font-size: 16px !important;
	font-weight: 400;
	line-height:40px;
	color: #1D2129 !important;
	font-weight: 600;
}
.sfje{
	width:100%;
	display:flex;
	padding: 20px 50px 50px 50px;
	box-sizing: border-box;
	justify-content:space-between;
	align-items:center;
}
.sfje p{
	margin-right:10px;
}
.sfje div{
	display: flex;
	align-items:center;
}
.sfje div>div{
	line-height:40px;
	margin-right:10px;
	font-size:14px;
    text-align: center;
	color:#fff;
	background: linear-gradient(53deg, #E3618B 0%, #FFA5C2 100%);
	border-radius: 100px 100px 100px 100px;
	opacity: 1;
	border-image: linear-gradient(53deg, rgba(227, 97, 139, 1), rgba(255, 165, 194, 1)) 1 1;
}
.at{
	border:1px solid #E3618B;
	color:#E3618B;
	background-color:#fff !important;
}
.swe1{
	display: block;
}
.swe{
	display: none;
}
@media screen and (max-width: 1200px) {
	.swe1{
		display: none !important;
	}
	.swe{
		display: block !important;
	}
		.yingbu1 {
		    width: 90%;
		}
		.custom {
		    position: absolute;
		    width: 760px;
		    margin-left: -380px
		}
		.hangye {
		    width: 95%;
		}
		.list {
		    width: 95%;
		}
		.list1 {
		    width: 49%;
		}
		.hangye1 li,.hangye2 li {
		    width:31%;
		    text-align: center;
		    margin-left: 20px;
		    height: 80px;
		    line-height: 80px;
		    background: #F7F8FA;
		    border-radius: 24px 24px 24px 24px;
		    font-size: 28px;
			margin-bottom:10px;
			box-sizing: border-box;
		}
		.hangye1,.hangye2{
			 display: flex;
			flex-wrap: wrap;
		}
		.hangye1 span,.hangye2 span{
			font-size:32px;
		}
		.hangye1 ul ,.hangye2 ul{
		    display: flex;
		    width: 100%;
			margin-top:20px;
			flex-wrap: wrap;
			margin-bottom:10px;
		}
		.list2 {
			width: 95%;
		}
		.list2_1 {
		    width: 49%;
		}
		.list2_1_div h3 {
		    font-size: 36px;
		}
		.list2_1_span {
		    display: block !important;
		    font-size: 22px;
        }
		.list2_1_div>p {
		    font-size:26px;
		}
		.list2_1_div_1 p {
		    font-size: 20px;
		    color: #4E5969;
		}
		.list2_1_div_1 span {
		    font-size: 30px;
		    color: #333;
		}
		.list2_1_div_1 a {
		    font-size: 20px;
		}
		.list1_1 h3{
			font-size:32px;
		}
		.list1_1 p {
			font-size:24px;
		}
		.order {
		    width:85%;
		    background-color: #fff;
		    border-radius: 12px;
		    overflow: hidden;
		    padding-bottom: 10px;
		}
		.order_2{
			flex-direction: column;
		}
		.order_2_1 {
		    width:40% !important;
		    margin: 0 auto;
		}
		.order_2_2{
			width:100% !important;
		}
		.order_1 {
			width: 100%;
			height: 100px;
		}
		.order_1 h3{
			font-size:36px;
		}
		.sjgu{
			width:60px;
		}
		.order_2_2 h3 {
		    font-size: 34px;
		}
		.order_2_2>p {
		    font-size: 28px;
		}
		.order_2_3>p {
		    color: #F53F3F;
		    font-size: 26px;
		}
		.order_2_3 p>span {
		    color: #4E5969;
		    font-size: 24px;
		}
		.order_2_4 figure>span {
			display: block;
			width:40px;
			height:40px;
			line-height:40px;
			font-size:28px;
	}
	.order_2_4 figcaption>p {
	    font-size: 24px;
	    font-weight: 400;
	    color: #1D2129;
	}
	.order_2_4 figcaption>span {
	   font-size: 24px;
	    font-weight: 400;
	    color: #1D2129;
	}
	.zhifu h4{
	   font-size:36px;
	}
	.xianxia li {
	    font-size:28px !important;
	}
	.sfje{
	   flex-wrap: wrap;
	}
	.sfje p{
		font-size:36px !important;
	}
	.sfje img{
		width:150px !important;
		height:150px !important;
	}
	.sfje div{
		font-size:24px;
		margin-top:20px;
		width:100%;
		height: 60px;
		text-align: center;
		line-height: 60px;
		background:linear-gradient(53deg, #fff 0%, #fff 100%);
		display:flex;
		justify-content:space-between;
	}
	.sfje>div>div{
		font-size:28px;
		padding: 0px 0px;
		width:300px;
		height: 80px;
		line-height: 80px;
		display: flex;
		text-align: center;
		justify-content: center;
		background: linear-gradient(53deg, #E3618B 0%, #FFA5C2 100%);
		
	}
	.sfje>div {
	    padding: 0px 0px;
	}
	.lixi p{
		font-size:28px;
		line-height:80px;
	}
	.lixi {
	    width: 100%;
	    height:80px;
	}
	.yingbu1_1{
		width:100%;
	}
	.yingbu1_2{
		width:100%;
	}
	.yingbu1_2>h3>div {
	    font-size: 60px;
	}
	.yingbu1_2>p {
	    font-size: 34px;
	}
	.yingbu1_2>h3>div>span {
	    display: block;
	    font-size: 26px;
	    margin-left: 10px;
	    background-color: #FF5189;
	    color: #fff;
	    padding: 2px 5px;
	    border-radius: 5px;
	}
	.order_2_3 {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	    flex-direction: column;
	    margin-top: 30px;
	}
	.order_2_3>p{
		width:100%;
		display: block;
		text-align:left;
		line-height:100px;
		font-size:36px;
	}
	.order_2_4{
		width:100%;
		justify-content: space-around;
	}
	.yingbu {
	    background: rgba(0,0,0,0.8);
	}
	.xianxia{
		position: relative;
	}
	.fuzhi{
		position: absolute;
		right:10px;
		top:0;
		margin-top:50px;
		width:100px;
		height:100px;
		text-align: center;
		font-size:28px;
		background-color: #DB4C7B;
		color:#fff;
		display: flex;
		align-items:center;
		justify-content: center;
		border-radius:10px;
	}
	.swe1{
		display: none !important;
	}
	.swe{
		display: block !important;
	}
}