.v-top{
	width: 100%;
	height: 120px;
	background: url(../img/v-2.png) no-repeat;
	background-size: cover;
	padding: 30px 26px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	position: relative;
}
.v-top-left{
	display: flex;
	align-items: center;
}
.avatar{
	width: 58px;
	height: 58px;
	margin-right: 10px;
	border-radius: 8px;
}
.v-top-phone{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
}
.v-top-tip{
	width: 70px;
	height: 24px;
	background: #FFFFFF;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #4B5EFF;
	margin-top: 5px;
}
.v-top-nav{
	width: calc(100% - 280px);
	height: 54px;
	background: #EEF0F6;
	border-radius: 12px 12px 0px 0px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.v-top-nav-child{
	width: calc(100%/4);
	height: 100%;
	cursor: pointer;
	border-radius: 12px 12px 0px 0px;
	text-align: center;
	line-height: 54px;
}
.v-top-nav-child1,.v-top-nav-child:hover{
	background: #FFFFFF;
	color: #4B5EFF;
	font-weight: bold;
}
.v-mid{
	width: 100%;
	height: 640px;
	background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	display: flex;
	align-items: center;
}
.v-mid-left{
	width: 280px;
	height: 640px;
	background: linear-gradient(0deg, #FFFFFF 0%, #F1F5FF 100%);
	border-radius: 0px 0px 0px 24px;
	padding: 30px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}
.v-10{
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
}
.v-mid-l-name{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
	margin-bottom: 15px;
}
.v-mid-l-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #3A3F63;
}
.v-mid-l-line{
	width: 100%;
	height: 1px;
	background: #EEEEEE;
	margin: 30px auto;
}
.v-mid-l-qy{
	padding-left: 20px;
}
.v-mid-l-qy-name{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 18px;
	color: #3A3F63;
	text-align: left;
}
.v-mid-l-qy-child{
	display: flex;
	align-items: center;
	margin-top: 15px;
	padding-left: 10px;
}
.v-pay-btn{
	display: none;
}
.v-la11{
	width: 16px;
	height: 13px;
	margin-right: 10px;
}
.v-mid-l-qy-child span{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #3A3F63;
}
.v-4{
	width: 100%;
}
.v-4-des{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #9397B3;
	margin-top: 5px;
}
.v-4-box{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 30px;
	box-sizing: border-box;	
}
.v-mid-rigth{
	width: calc(100% - 280px);
	height: 640px;
	padding: 30px;
	box-sizing: border-box;
}
.v-mid-rigth1-input{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.v-mid-rigth1-input input{
	width: 600px;
	height: 70px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E2E2E2;
	font-family: SF Pro Text;
	font-weight: 500;
	font-size: 28px;
	color: #999999;
	padding-left: 24px;
	margin-right: 20px;
}
.v-mid-rigth1-btn{
	width: 120px;
	height: 70px;
	background: #4B5EFF;
	border-radius: 12px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
}
.v-mid-rigth1-box{
	width: 738px;
	height: 70px;
	background: #FFF3DF;
	border-radius: 12px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #885D3D;
	margin-bottom: 20px;
}
.v-mid-rigth1-line{
	width: 1px;
	height: 26px;
	background: linear-gradient(0deg, rgba(169,150,134,0) 0%, #A99686 50%, rgba(169,150,134,0) 100%);
	margin: 0 20px;
}
.v-mid-rigth1-num{
	font-size: 24px;
	color: #FF4216;
}
.v-mid-rigth2-top{
	display: flex;
	align-items: center;
	/* justify-content: space-between; */
}
.v-mid-rigth2-top-child{
	width: 200px;
	height: 240px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 2px solid #EEEEEE;
	text-align: center;
	padding-top: 40px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	margin-right: 20px;
}
.v-mid-rigth2-top-child1,.v-mid-rigth2-top-child:hover{
	background: linear-gradient(90deg, #F7F6FF 0%, #EBE8FF 100%);
	border-radius: 12px;
	border: 2px solid #5B44FF;
}
.v-mid-rigth2-top-name{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #151515;
}
.v-mid-rigth2-top-pirce{
	font-family: Gilroy;
	font-weight: bold;
	font-size: 36px;
	color: #151515;
}
.v-mid-rigth2-top-des{
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 20px;
	color: #151515;
}
.v-mid-rigth2-top-opirce{
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	font-size: 20px;
	color: #888888;
	line-height: 36px;
	text-decoration-line: line-through;
}
.v-mid-rigth2-top-tip{
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg, #E3E3E3 0%, #F6F6F6 100%);
	border-radius: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #888888;
	text-align: center;
	line-height: 50px;
}
.v-mid-rigth2-top-s{
	position: absolute;
	top: -17px;
	left: 0;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	width: 80px;
	height: 32px;
	background: linear-gradient(45deg, #A94CFF 0%, #5B44FF 100%);
	border-radius: 16px 16px 16px 0px;
	text-align: center;
	line-height: 32px;
}
.v-mid-rigth2-top-child1 .v-mid-rigth2-top-tip,.v-mid-rigth2-top-child:hover .v-mid-rigth2-top-tip{
	background: linear-gradient(90deg, #FF4216 0%, #5B44FF 100%);
	color: #FFFFFF;
}
.v-mid-rigth2-top-child1 .v-mid-rigth2-top-pirce,.v-mid-rigth2-top-child1 .v-mid-rigth2-top-des,.v-mid-rigth2-top-child:hover .v-mid-rigth2-top-pirce,.v-mid-rigth2-top-child:hover .v-mid-rigth2-top-des{
	color: #F54531;
}
.v-mid-rigth2-mid{
	margin: 30px 0 40px;
}
.v-mid-rigth2-mid-tit{
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 20px;
	color: #151515;
	margin-bottom: 15px;
}
.v-mid-rigth2-mid-top{
	display: flex;
	align-items: center;
	
}
.v-mid-rigth2-mid-child{
	width: 141px;
	height: 45px;
	background: #FFFFFF;
	border-radius: 8px;
	border: 1px solid #EEEEEE;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC;
	font-weight: bold;
	font-size: 16px;
	color: #151515;
}
.v-9{
	width: 20px;
	height: 20px;
}
.v-mid-rigth2-bot{
	display: flex;
	align-items: center;
}
.v-3{
	width: 160px;
	height: 160px;
	margin-right: 30px;
}
.v-mid-rigth2-bot-top{
	display: flex;
	align-items: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 20px;
	color: #151515;
}
.v-7{
	width: 26px;
	margin-right: 10px;
}
.v-mid-rigth2-bot-mid{
	display: flex;
	align-items: center;
	margin: 10px 0;
}
.v-mid-rigth2-bot-price{
	font-family: Gilroy;
	font-weight: bold;
	font-size: 48px;
	color: #F54531;
	display: flex;
	align-items: flex-end;
}
.v-mid-rigth2-bot-price span{
	font-family: PingFang SC;
	font-weight: 800;
	font-size: 20px;
	color: #F54531;
	position: relative;
	top: -10px;
}
.v-mid-rigth2-bot-bot{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #151515;
}
.v-mid-rigth2-bot-bot span{
	color: rgba(75, 94, 255, 1);
	cursor: pointer;
}
.v-mid-rigth2-bot-box{
	width: 260px;
	height: 32px;
	background: #F54531;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 10px;
	box-sizing: border-box;
	padding-right: 1px;
	margin-left: 12px;
}
.v-mid-rigth2-bot-l{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}
.v-mid-rigth2-bot-r{
	width: 116px;
	height: 30px;
	background: #FFFFFF;
	border-radius: 6px;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #F54531;
	display: flex;
	align-items: center;
	justify-content: center;
}
.index-cont-body{
	    /* max-width: 1520px; */
	    margin: 0 auto;
}
.whole-cont-right{
	width: 70%;
}

.v-pay-mask{
	/* display: none; */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10000;
}
.v-pay-mask-child{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	width: 80%;
	font-size: 24px;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
}
.v-pay-mask-child .ewm{
	width: 100%;
	margin: 15px 0;
}

@media (min-width: 768px) and (max-width: 991px){
	.v-mid-rigth{
		width: 100%;
	}
	.v-mid-left{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.v-mid-left,.v-top-left,.v-3{
		display: none;
	}
	.v-mid-rigth, .v-top-nav{
		width: 100%;
	}
	.v-mid-rigth{
		padding: 15px;
	}
	.v-mid-rigth2-bot-price span{
		font-size: 18px;
		top: -2px;
	}
	.v-mid-rigth2-bot-price{
		font-size: 24px;
	}
	.v-mid-rigth2-bot-r{
		    width: 100px;
		    height: 30px;
		    background: #FFFFFF;
		    border-radius: 6px;
		    font-family: PingFang SC;
		    font-weight: 500;
		    font-size: 12px;
		    color: #F54531;
		    display: flex;
		    align-items: center;
		    justify-content: center;
	}
	.v-mid-rigth2-bot-box{
		    width: 80%;
	}
	.v-mid-rigth2-bot-l{
		font-size: 12px;
	}
	.v-mid-rigth2-bot-bot{
		font-size: 14px;
	}
	.v-mid-rigth2-mid-top{
		display: flex;
		flex-wrap: wrap;
	}
	.v-mid-rigth2-mid-child{
		width: calc(100%/2.15);
	    margin-right: 10px;
		margin-bottom: 10px;
	}
	.v-mid-rigth2-mid-child:nth-child(2n){
		 margin-right: 0px;
	}
	.v-mid-rigth2-mid-tit{
		font-size: 16px;
	}
	.v-mid-rigth2-top-child{
		padding-top: 30px;
	}
	.v-mid-rigth2-top{
		/* overflow-x: scroll;
		display: block; */
		display: flex;
		flex-wrap: wrap;
	}
	.whole-cont-body .whole-cont-right{
		padding: 15px;
	}
	.v-mid-rigth{
		height: auto;
	}
	.v-top{
		height: 90px;
	}
	.v-mid-rigth2-top-child{
		width: calc(100%/2.15);
		margin-right: 15px;
		margin-bottom: 15px;
		height: 195px;
	}
	.v-mid-rigth2-top-name{
		font-size: 18px;
	}
	.v-mid-rigth2-top-pirce{
		font-size: 20px;
	}
	.v-mid{
		height: auto;
	}
	.v-mid-rigth2-top-child:nth-child(2n){
		margin-right: 0;
	}
	.whole-cont-body .whole-cont-right{
		padding-top: 20px!important;
	}
	.v-mid-rigth1-box{
		width: 100%;
		font-size: 16px;
		box-sizing: border-box;
	}
	.v-mid-rigth1-input input{
		width: 65%;
		height:40px;
		font-size: 18px;
		padding-left:15px;
	}
	.v-mid-rigth1-num,.v-mid-rigth2-bot-top{
		font-size: 18px;
	}
	.v-mid-rigth1-btn{
		width: 80px;
		height: 40px;
		background: #4B5EFF;
		border-radius: 6px;
		font-family: PingFang SC;
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
		text-align: center;
		line-height: 40px;
		cursor: pointer;
	}
	.v-mid-rigth1-line{
		margin: 0 10px;
	}
	.v-mid-rigth2-mid{
		margin: 0px 0 20px;
	}
	.v-pay-btn{
		display: block;
		width: 100%;
		height: 45px;
		text-align: center;
		line-height: 45px;
		font-weight: bold;
		font-size: 16px;
		color: #FFFFFF;
		background: #5B44FF;
		border-radius: 4px;
		margin-top: 20px;
	}
}