/* 公用css---页面一样的写这里面 */
* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

a:link,
a:visited,
a:active {
	text-decoration: none;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style-type: none;
}

input {
	border: none;
}

input:focus {
	outline: none;
}

textarea {
	border: none;
}

textarea:focus {
	outline: none;
}
html,body{
	background: #F5F5FA;
}
/* 顶部导航 */
.h68 {
	height: 68px;
}


.top-nav-body .top-nav-left,.my-head{
	font-size: 0;
}
.top-nav-body .top-nav-left img {
	width: 180px;
	
	/* height: 44px; */
}

.top-nav-body .top-nav-right {
	display: flex;
	align-items: center;
}
.avatar-box{
	padding: 20px 10px 10px;
	text-align: center;
}
.avatar-box .avatar_text{
	width: 106px!important;
	height: 106px!important;
	border-radius: 50%;
	margin-bottom: 15px;
}
.avatar-box .avatar-box-name{
	font-weight: bold;
	font-size: 18px;
	color: #151515;
	margin-bottom: 10px;
}
.avatar-box .avatar-box-phone{
	font-weight: 500;
	font-size: 16px;
	color: #151515;
}
.avatar-box .avatar-box-top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 15px auto;
}
.avatar-box  .avatar-box-top-child{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	width: 49%;
	height: 40px;
	background: linear-gradient(0deg, #E9EFFF 0%, #BCCEFF 100%);
	border-radius: 4px;

}
.avatar-box  .avatar-box-top-child img,.avatar-box .avatar-box-btn img{
	width: 24px;
	height: 24px;
	margin-right: 4px;
	position: relative;
	top: -2px;
}
.avatar-box .avatar-box-level{
	font-weight: 500;
	font-size: 14px;
	color: #151515;
	text-align: left;
	margin-bottom: 5px;
}
.avatar-box .avatar-box-btn{
	margin-top: 9px;
	width: 201px;
	height: 49px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #EEEEEE;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.avatar-box .avatar-box-btn1{
	background: #4B5EFF;
	color: #FFFFFF;
}
.avatar-box .avatar-box-btn img{
	top: 0;
}
.yy-switch {
	position: relative;
	width: 160px;
	height: 40px;
	background-color: #fff;
	border: 1.5px solid #E6E6E6;
	font-family: PingFang SC, PingFang SC;
	cursor: pointer;
	border-radius: 20px;
}
.top-nav-body {
		position: fixed;
		width: 100%;
		height: 68px;
		background-color: #FFFFFF;
		box-shadow: 0px 1px 16px 1px rgba(130, 169, 217, 0.08);
		z-index: 1000;
	}
	
	.top-nav-body .top-nav-div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 34px;
		height: 100%;
	}
	.top-nav-btn {
		font-weight: 400;
		font-size: 14px;
		color: #FFFFFF;
		width: 120px;
		height: 40px;
		background: linear-gradient(45deg, #4F8AFF 0%, #4B5EFF 100%);
		box-shadow: 0px 3 12px 1px #B3C0E7;
		border-radius: 38px;
		line-height: 40px;
		text-align: center;
		margin-right: 24px;
		cursor: pointer;
	}
.yy-switch .yy-switch-div {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	color: #232253;
	font-family: PingFang SC, PingFang SC;
}

.yy-switch .dq {
	width: 22px;
	height: 22px;
	margin-right: 8px;
}

.yy-switch .sjx {
	width: 14px;
	height: 14px;
	margin-left: 8px;
	transition: all 1s;
}

.yy-switch:hover .sjx {
	transform: rotate(-180deg);
}

.yy-switch .switch-list {
	background-color: #fff;
	box-shadow: 0px 2px 16px 1px rgba(179, 192, 231, 0.32);
	border-radius: 10px;
	width: 160px;
	position: absolute;
	top: 38px;
	left: 0;
	padding: 8px 0;
	display: none;
}

.yy-switch .switch-list .switch-item {
	padding: 8px 0;
	text-align: center;
	font-size: 15px;
	color: #232253;
	font-family: PingFang SC, PingFang SC;
}

.yy-switch:hover .switch-list {
	display: block;
}

.yy-switch .switch-list .switch-item:hover {
	color: #4458FE;
}


.top-nav-body .my-info {
	font-size: 24px;
	position: relative;
	margin: 0 20px;
	background: url('../img/i-13.png') no-repeat;
	background-size: 100% 100%;
	width: 33px;
	height: 33px;
	margin-right: 30px;
}

.top-nav-body .my-info span {
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -10px;
	margin-right: -8px;
	color: #fff;
	padding: 3px 6px;
	border-radius: 50%;
	background-color: red;
}

.top-nav-body .my-head img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	border-radius: 50%;
	border: 1px solid #eee;
	cursor: pointer;
}

/* 内容区域开始 */
.whole-cont-body {
	display: flex;
}

/* 内容左边内容 */
.whole-cont-body .whole-cont-left {
	width: 300px;
	background: linear-gradient(0deg, #222653 0%, #222653 100%);
	height: calc(100% - 68px);
	position: fixed;
	top: 68px;
	left: 0;
	z-index: 100;
}
.whole-cont-body .whole-cont-left2{
	width: 300px;height: 100%;
}
.whole-cont-body .whole-cont-left1{
	width: 100px!important;
}
.nav-item-name1{
	display: none;
}
/* 对于 Chrome 和 Edge 隐藏滚动条 */
.whole-cont-body .whole-cont-left::-webkit-scrollbar {
	display: none;
}

.whole-cont-body .whole-cont-left .nav-body {
	padding: 20px;
	position: relative;
	z-index: 100;
}

.whole-cont-body .whole-cont-left .nav-body .nav-info-div {
	background-color: rgba(179, 192, 231, 0.1);
	height: 120px;
	padding: 0 20px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
	margin-bottom: 12px;
}
.whole-cont-body .whole-cont-left .nav-body .nav-info-div1{
	background-color: transparent;
	padding:0;
}
.whole-cont-body .whole-cont-left .nav-body .nav-infoxz {
	background: linear-gradient(47deg, #4F8AFF 0%, #4B5EFF 100%);
}

.whole-cont-body .whole-cont-left .nav-body .nav-info-div .head {
	width: 52px;
	height: 52px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	object-fit: cover;
	font-size: 0;
}

.whole-cont-body .whole-cont-left .nav-body .nav-info-div .head img {
	width: 52px;
	height: 52px;
	border-radius: 50%;
}
.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info-vip{
	width: 90px;
	height: 24px;
	background: linear-gradient(90deg, #4B5EFF 0%, #4F8AFF 100%);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	margin: 4px 0;
}
.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info-vip img{
	width: 18px;
	height: 18px;
	margin-right: 3px;
}
.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info {
	flex: 1;
	padding-left: 20px;
}

.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info .name {
	font-size: 20px;
	color: #FFFFFF;
}

.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info .tel {
	font-size: 16px;
	color: #B3C0E7;
	/* margin-top: 4px; */
}

.whole-cont-body .whole-cont-left .nav-body .nav-info-div .sjx {
	width: 7px;
	height: 12px;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item {
	background: linear-gradient(45deg, #222653 0%, #222653 100%);
	border-radius: 12px;
	width: 100%;
	display: flex;
	align-items: center;
	height: 60px;
	box-sizing: border-box;
	/* padding: 0 16px; */
	color: #B3C0E7;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}
.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item:hover{
	background: rgba(51, 56, 112, 1);
}
.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item div{
	color: #B3C0E7;
	font-size: 20px;
}
.nav-item3 {
	color: rgba(179, 192, 231, 0.4) !important;
	cursor: pointer;
}

.nav-body .nav-list .nav-item a {
	color: #B3C0E7;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item>div {
	/* flex: 1; */
	padding-left: 9px;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item .xljt {
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	transition: all 0.6s;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item .xzxljt {
	transform: rotate(0deg);
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .xznav {
	background: linear-gradient(90deg, #4F8AFF 0%, #4B5EFF 100%)!important;
	color: #fff;
}

.whole-cont-body .whole-cont-left .nav-list .navicon {
	width: 20px;
	height: 20px;
	padding: 0;
	margin: 0;
}

.whole-cont-body .whole-cont-left .nav-list .navicon img {
	width: 20px;
	height: 20px;
	vertical-align:baseline;
}

/* 没选中这个显示 */
.whole-cont-body .whole-cont-left .nav-list .navicon img:nth-child(2) {
	display: none;
}

/* 选中这个显示 */
.whole-cont-body .whole-cont-left .nav-list .xznav .navicon img:nth-child(2) {
	display: block;
}

.whole-cont-body .whole-cont-left .nav-list .xznav .navicon img:nth-child(1) {
	display: none;
}


.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item2-heid {
	max-height: 0;
	overflow: hidden;
	transition: all 0.6s;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item2-show {
	max-height: 280px;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item2 {
	display: block;
	padding: 0 12px 0 64px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #B3C0E7;
}

.whole-cont-body .whole-cont-left .nav-body .nav-list .xznav2 {
	color: #4F8AFF;
}

.whole-cont-body .whole-cont-left .nav-body .tcbtn {
	width: 260px;
	height: 60px;
	background: linear-gradient(90deg, #4B5EFF 0%, #4F8AFF 100%);
	border-radius: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	color: #fff;
	cursor: pointer;
	position: absolute;
	bottom: -20%;
	left: 50%;
	transform: translateX(-50%);
}
.whole-cont-body .whole-cont-left .nav-body .tcbtn1{
	width: 60px;
}
.whole-cont-body .whole-cont-left .nav-body .tcbtn span{
	font-size: 18px;
}
.whole-cont-body .whole-cont-left .nav-body .tcbtn img {
	width: 32px;
	height: 32px;
	margin-right: 8px;
}
.whole-cont-body .whole-cont-left .nav-body .tcbtn1 img{
	margin-right: 0px;
}
/* 缩小版的  侧边栏 */
.whole-cont-left-min {
	width: 72px;
	background-color: #222653;
	height: calc(100vh - 68px);
	overflow-y: scroll;
	display: none;
}

.whole-cont-left-min .nav-body {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.whole-cont-left-min .nav-body .head {
	width: 38px;
	height: 38px;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.shouqi{
	width: 22px;
	height: 112px;
	background: url('../img/i-16.png') no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 36px;
	right: -15px;
	padding-top: 25px;
	cursor: pointer;
	box-sizing: border-box;
}
.shouqi > div{
	font-family: PingFang SC;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	z-index: 1;
}
.shouqi_mask{
	width: 22px;
	height: 112px;
	position: absolute;
	top: 36px;
	right: -15px;
	padding-top: 25px;
	cursor: pointer;
	z-index: 1000;
}
.whole-cont-left-min .nav-body .head img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
}

.whole-cont-left-min .nav-body>div {
	margin-top: 30px;
	font-size: 24px;
	color: #858EBD;
	text-align: center;
	cursor: pointer;
}

.whole-cont-left-min .nav-body .xzitem {
	color: #fff;
}

.whole-cont-left-min .nav-body .navicon {
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
}

.whole-cont-left-min .nav-body .navicon img {
	width: 20px;
	height: 20px;
}

/* 没选中这个显示 */
.whole-cont-left-min .nav-body .navicon img:nth-child(2) {
	display: none;
}

/* 选中这个显示 */
.whole-cont-left-min .nav-body .xzitem .navicon img:nth-child(2) {
	display: block;
}

.whole-cont-left-min .nav-body .xzitem .navicon img:nth-child(1) {
	display: none;
}

/* 左边导航区域-----------------------------完 */


/* 内容右边内容 */
.whole-cont-body .whole-cont-right {
	background-color: #F5F5FA;
	/* height: calc(100vh - 68px); */
	/* overflow-y: scroll; */
	flex: 1;
	padding-bottom: 30px;
	padding: 40px 50px;
	box-sizing: border-box;
	
}

.whole-cont-body .whole-cont-right::-webkit-scrollbar {
	display: none;
}

.whole-cont-body .whole-cont-right .ym-body {
	max-width: 1800px;
	margin: 0 auto;
}

.whole-cont-body .whole-cont-right .ym-div {
	display: flex;
	justify-content: space-between;
	height: 68px;
	align-items: center;
}

.whole-cont-body .whole-cont-right .ym-body .fanhui,
.fanhui1 {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #6A74A5;
	cursor: pointer;
}

.whole-cont-body .whole-cont-right .ym-body .fanhui img,
.fanhui1 img {
	width: 24px;
	height: 24px;
	margin-right: 4px;
}

.whole-cont-body .whole-cont-right .ym-body .guanbi {
	width: 14px;
	height: 14px;
	cursor: pointer;
}

/* 内容区域结束 */


/* 其他公用样式 --白色div */
.cont-div-bj,.cont-div-bj1 {
	background-color: #fff;
	border-radius: 24px;
	box-shadow: 0px 0px 16px 1px rgba(179, 192, 231, 0.24);
	padding:30px 20px;
	box-sizing: border-box;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
}
.mask-box{
	width: 40%;
	background: #FFFFFF;
	border-radius: 12px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 300;
	transform: translate(-50%,-50%);
	padding: 30px 40px;
	box-sizing: border-box;
}
.mask-box-bg{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	/* background: #fff; */
	border-radius: 50%;
	cursor: pointer;
}
.mask-box-con{
	display: flex;
	align-items: center;
}
.kaisuo{
	width: 22px;
	/* height: 28px; */
}
.mask-box-tit{
	font-weight: bold;
	font-size: 24px;
	color: #151515;
	margin: 0 10px 0 5px;
}
.mask-box-tit1{
	font-weight: bold;
	font-size: 18px;
	color: #151515;
	margin: 24px 0;
}
.mask-box-des{
	font-weight: 500;
	font-size: 18px;
	color: #6B719A;
}
.mask-box-sf{
	display: flex;
	align-items: center;
	margin: 24px 0;
}
.mask-box-sf-tit{
	font-weight: bold;
	font-size: 18px;
	color: #151515;
}
.mask-box-input{
	height: 60px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	width: 100%;
	padding-left: 15px;
	font-size: 18px;
}
.mask-box-sf-box{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.kaisuo-icon{
	width: 20px;
	margin: 0 10px 0 20px;
}
#v_container{
	width: 150px;
	height: 64px;
}
.ymz{
	height: 60px;
	background: #FFFFFF;
	border-radius: 12px;
	border: 1px solid #E7E7E7;
	padding-left: 15px;
	font-size: 18px;
	margin-left: 20px;
}
.mask-btn{
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	margin: 30px auto 0;
	width: 160px;
	height: 50px;
	background: linear-gradient(90deg, #4B5EFF 0%, #4F8AFF 100%);
	border-radius: 12px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;	
}

.fotterts {
	padding: 20px;
	text-align: center;
	width: 100%;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 15px;
	color: #A3ACDB;
}

.c437 {
	color: #4378FF;
}

.c858 {
	color: #858EBD;
}

.cu {
	cursor: pointer;
}

.ma-t20 {
	margin-top: 20px;
}

.ma-t10 {
	margin-top: 10px;
}

.ma-b30 {
	margin-bottom: 30px;
}

.pa-l20 {
	padding-left: 20px;
}

.ma-l8 {
	margin-left: 8px;
}

.ma-t30 {
	margin-top: 30px;
}

.ma-r30 {
	margin-right: 30px;
}

/* 结果提示公用 */
.scjg {
	width: 300px;
	margin-top: 60px;
	padding-bottom: 30px;
}

.scjg .icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
}

.scjg .text {
	font-family: PingFang SC, PingFang SC;
	font-weight: 500;
	font-size: 24px;
	color: #232253;
	text-align: center;
	margin-top: 24px;
}

.scjg .flex-jub a {
	display: inline-block;
	width: 120px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 28px 28px 28px 28px;
	border: 1px solid #4378FF;
	text-align: center;
	line-height: 38px;
	color: #4378FF;
	margin-top: 33px;
}

.gkkg {
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #3A3F63;
	cursor: pointer;
}

.gkkg img {
	width: 48px;
	height: 24px;
	margin-left: 8px;
}

.ymz {
	width: 200px;
	height: 64px;
	background: #FFFFFF;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #E8ECF8;
	padding-left: 20px;
	font-size: 18px;
	/* color: #A3ACDB; */
	margin-right: 20px;
}

.yzmdiv {
	width: 150px;
	height: 64px;
	border-radius: 12px 12px 12px 12px;
	border: 1px solid #B3C0E7;
	text-align: center;
	line-height: 64px;
	font-size: 20px;
}

.szbtn {
	width: 180px;
	height: 56px;
	background: #FFFFFF;
	border-radius: 56px 56px 56px 56px;
	border: 2px solid #4378FF;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #4378FF;
	margin-right: 36px;
	cursor: pointer;
}

.tjbtn {
	background-color: #4378FF;
	color: #fff;
}

.ma-t48 {
	margin-top: 48px;
}

.qtgn {
	margin-top: 20px;
	padding: 0 16px;
	color: #8DA0C4;
	font-size: 12px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.qtgn span {
	white-space: nowrap;
}

.qtgn div {
	width: 180px;
	height: 1px;
	background: #8DA0C4;
	opacity: 0.32;
}

.yz-icon {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

.yz-title {
	font-size: 14px;
	color: red;
	margin-top: 5px;
}



.vip_box {
/* 	width: 1080px;
	height: 750px; */
	/* background: #F9F0EA; */
	/* border-radius: 16px; */
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	/* padding: 22px 40px; */
	box-sizing: border-box;
}

.vop-box-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 33px;
	position: relative;
}
.vip-img8{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.vop-box-tit {
	font-weight: 500;
	font-size: 22px;
	color: #222222;
}

.gb11 {
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.vip_show .whole-cont-right {
	background-image: url('../img/img47.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.vip_show .kyms {
	padding: 0px 88px 20px;
}

.vip_show .title {
	font-size: 64px;
}

.vip_show .ts1 {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 44px;
	color: #222222;
}

.vip_show .ts2 {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 44px;
	color: #ECA671;
}

.vip_show .fsdiv {
	font-size: 16px;
	margin-right: 50px;
}

.vip_show .fs1 {
	color: #ECA671;
}

.vip_show .fs2 {
	color: #222222;
}

.vip_show .vipqy {
	/* width: 1310px; */
	margin: 0 auto;
	padding: 0 29px;
	overflow: hidden;
	position: relative;
}

.vip_show .jsbtn {
	height: 40px;
	padding: 0 16px;
	background-color: rgba(255, 255, 255, 0.24);
	line-height: 40px;
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 20px;
	white-space: nowrap;
}

.vip_show .title2 {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 32px;
	color: #FFEDDF;
	padding: 0 20px;
	/* border-right: 1px solid #4E4948; */
	margin-right: 20px;
}

.vip_show .fstext {
	font-family: PingFang SC, PingFang SC;
	font-weight: 400;
	font-size: 16px;
	color: #CFC9C5;
	width: 50%;
}

.vip_show .ma-t48 {
	/* margin-top: 48px; */
	position: relative;
	z-index: 10;
}

.vip_show .ma-t60 {
	margin-top: 60px;
	position: relative;
	z-index: 10;
	overflow-y: auto;
}

.vip_show .vipdiv {
	width: calc(100%/4.08);
	height: 460px;
	background: #FEFBF6;
	box-shadow: 0px 2px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 24px 24px 24px 24px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
}

.vip_show .vipbj {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.vip_show .vname {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 22px;
	color: #222222;
}

.vip_show .vqt {
	display: flex;
	padding: 28px 0;
	border-bottom: 1px solid #C3B7AC;
	align-items: flex-end;
}

.vip_show .vq {
	font-size: 22px;
}

.vip_show .vm {
	font-size: 54px;
	line-height: 40px;
}

.vip_show .vt {
	font-size: 22px;
}

.vip_show .msdiv {
	height: 197px;
	padding: 10px 0;
}

.vip_show .msitem {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 15px;
	color: #73675D;
	padding: 15px 0;
}

.vip_show .msitem img {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}

.vip_show .hmbtn {
	width: 230px;
	height: 42px;
	background: linear-gradient(109deg, #4C4441 0%, #1B1716 100%);
	border-radius: 12px 12px 12px 12px;
	line-height: 42px;
	text-align: center;
	font-size: 15px;
	color: #FFEAD8;
	cursor: pointer;
}

.vip_show .hdts {
	width: 70px;
	height: 28px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	background-color: red;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 14px 14px 14px 0;
}

/* 支付弹窗 */
.vip_show .zftc {
	width: 440px;
	height: 650px;
	background: #FFFFFF;
	border-radius: 16px 16px 16px 16px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -220px;
	z-index: 220;
}

.vip_show .zftitle {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 20px;
	color: #222222;
	text-align: center;
	position: relative;
	padding: 20px 0;
}

.vip_show .zftitle img {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 15px;
	top: 25px;
}

.vip_show .money {
	text-align: center;
}

.vip_show .fuh {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 22px;
	color: #222222;
}

.vip_show .je {
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 500;
	font-size: 56px;
	color: #222222;
}

.vip_show .xx {
	width: 88%;
	border-bottom: 1px dashed #E6E6E6;
	margin: 26px 0;
}

.vip_show .code {
	width: 194px;
	height: 194px;
	background-image: url('../img/img50.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vip_show .code img {
	width: 170px;
	height: 170px;
}

.vip_show .zffs {
	margin-top: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #6A74A5;
}

.vip_show .zffs img {
	width: 24px;
	height: 24px;

	cursor: pointer;
}

.vip_show .zffs div {
	margin-left: 10px;
	padding: 4px;
	box-sizing: border-box;
}

.vip_show .xzfs {
	border: 2px solid #4B5EFF;
	border-radius: 50%;
}

.vip_show .hx {
	width: 88%;
	border-bottom: 1px solid #E6E6E6;
	margin: 26px 0;
}

.vip_show .fkbtn {
	width: 200px;
	height: 40px;
	background: linear-gradient(45deg, #4F8AFF 0%, #4B5EFF 100%);
	box-shadow: 0px 4px 16px 1px #B3C0E7;
	border-radius: 28px 28px 28px 28px;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #FFFFFF;
	cursor: pointer;
}

.vip_show .zfwzts {
	text-align: center;
	padding: 0 60px;
	display: inline-block;
	font-size: 14px;
	color: #959ECE;
}

.vip_show .xzts {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #DE350B;
	margin: 20px 0;
	cursor: pointer;
	position: relative;
}

.vip_show .xzts img {
	width: 14px;
	height: 14px;
	margin-right: 8px;
}

.vip_show .xztc {
	position: absolute;
	width: 390px;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 8px;
	font-size: 15px;
	color: #6A74A5;
	left: 50%;
	margin-left: -195px;
	bottom: 30px;
	box-shadow: 0px 0px 16px 10px rgba(179, 192, 231, 0.24);
	display: none;
}

.vip_show .xzts:hover .xztc {
	display: block;
}

.loading-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
	text-align: center;
}

.loading-box1 {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.loading-icon {
	width: 300px;
	height: 300px;
	margin-bottom: 30px;
}

.loading-title {
	font-weight: 500;
	font-size: 24px;
	color: #F8A726;
}

.loading-title::after {
	content: "";
	animation: dots 2s infinite steps(3, start);
}

.loading-box1 .loading-title1 {
	font-size: 18px;

}

.loading-box1 .loading-icon {
	width: 40px;
	height: 40px;
	margin-right: 10px;
	margin-bottom: 0;
}

.bj11-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 35px;
	border: 1px solid #4F8AFF;
	border-radius: 4px;
}

.bj11 {
	width: 20px;
	margin-right: 5px;
}



.wrap {
	width: 600px;
	height: 460px;
	margin: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.wrap-container {
	width: 600px;
	height: 400px;
	background-color: #ccc;
	/* 相对定位 */
	position: relative;
}

.wrap-container .bg {
	width: 600px;
	height: 400px;
	background-image: url('../img/code.png');
	background-size: cover;
}

.wrap-container .box {
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50px;
	box-shadow: 0px 0px 2px #fff;
}

.wrap-container .red {
	background-color: red;
	left: 0;
	/* 层级 */
	z-index: 1000;
	background-repeat: no-repeat;
}

.wrap-container .green {
	background-color: rgba(255, 255, 255, .5);
	left: 200px;
}

.wrap-side {
	width: 598px;
	height: 48px;
	background-color: #fff;
	margin-top: 10px;
	position: relative;
	border: 1px solid #ccc;
}

.wrap-side p {
	color: #666;
	text-align: center;
	line-height: 50px;
	/* 禁止选择文本 */
	user-select: none;
}

.wrap-side ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 50px;
}

.wrap-side ul li {
	width: 50px;
	height: 50px;
	background-color: #1890FF;
	cursor: move;
	position: absolute;
	left: 0px;
	top: 0;
	text-align: center;
	line-height: 50px;
}

.wrap-side ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	/* 旋转属性 */
	transform: rotate(45deg);
	/* 垂直对齐 */
	vertical-align: middle;
}

.wrap-side div {
	width: 0px;
	height: 50px;
	background-color: rgba(0, 191, 255, .5);
	position: absolute;
	left: 0px;
	top: 0;
}

.captcha-box {
	position: fixed;
	top: -99999999999999999px;
	/* top: 50px; */
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1000;
	width: 100vw;
	height: 100vh;
}
.captcha-box1{
	top: 0;
}
.sub_nav{
	position: fixed;
	top: 50%;
	left: -10px;
	transform: translateY(-50%);
	width: 50px;
	z-index: 1000;
	display: none;
}
.i-15{
	width: 14px;
	height: 14px;
}
@keyframes dots {

	33.33% {
		content: ".";
	}

	66.67% {
		content: "..";
	}

	100% {
		content: "...";
	}
}

/* 公用样式处理--屏幕宽度 */
@media screen and (max-width: 1200px) {
	.hybody {
		padding-left: 0;
	}

	.whole-cont-body .whole-cont-right {
		padding: 0px 30px 30px;
	}

	.fs-list {
		padding: 0 10px;
	}

	/* .whole-cont-left{
		display: none;
	}
	.whole-cont-left-min{
		display: block;
	} */

	/* 作品 */
	.whole-cont-body .whole-cont-right {
		padding: 0 20px 30px;
	}

	.zp-left {
		width: 120px;
	}

	.zp-list {
		padding: 0 10px;
	}

	.grzp-tdiv {
		display: block;
	}

	/* .zp-list .info{
		display: block;
	} */

	.infor {
		justify-content: flex-end;
		margin-top: 10px;
	}

	.hybod {
		padding-left: 0;
	}

	.jsts {
		margin-top: 15% !important;
	}

	.kqbtn {
		margin-top: 20px !important;
	}

	html,
	body,
	.jsy-body {
		/* width: 1200px !important; */
	}

	.jsts-div {
		margin-right: 100px !important;
	}

	.dl-right {
		/* padding-top: 90px !important; */
	}

	.zhbox,
	.ipdiv {
		width: 100% !important;
	}

	/* .dl-left {
		width: 38% !important;
	} */

	.vipdiv {
		height: 385px;
	}

	.msdiv {
		height: 160px;
	}

	.zp-list .info .title2 {
		width: 35%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.wrap{
		margin: 0;
	}
}

/* 处理屏幕宽度 */

@media (min-width: 992px){
	
}
@media screen and (max-width: 767px){
	.top-nav-body .top-nav-div{
		padding: 0 10px;
	}
	.top-nav-body .top-nav-left img{
		width: 120px;
	}
	.top-nav-body{
		height: 55px;
	}
	.whole-cont-body .whole-cont-right{
		padding:20px;
	}
	.cont-div-bj{
		padding: 20px 15px;
		
	}
	.h68{
		height: 50px;
	}
	.sub_nav{
		display: block;
	}
	.whole-cont-body .whole-cont-left{
		height: calc(100% - 50px);
		top: 50px;
		width:200px;
		z-index: 10000;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-info-div{
		padding:0 10px;
		height:85px;
		
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info{
		padding-left:10px;
		width: 60%;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info-vip{
		font-size: 12px;
		width: 80px;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info .tel{
		font-size: 12px;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-info-div .info .name{
		font-size: 16px;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-info-div .head,.whole-cont-body .whole-cont-left .nav-body .nav-info-div .head img{
		width: 40px;
		height: 40px;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item{
		height: 45px;
		border-radius:8px;
	}
	.whole-cont-body .whole-cont-left .nav-body .nav-list .nav-item div{
		font-size: 16px;
	}
	.whole-cont-body .whole-cont-left .nav-body .tcbtn{
		width: 160px;
		height: 50px;
		bottom: -10%;
	}
	.whole-cont-body .whole-cont-left .nav-body .tcbtn span{
		font-size: 16px;
	}
	.whole-cont-body .whole-cont-left .nav-body .tcbtn img{
		width: 20px;
		height: 20px;
	}
	.shouqi > div{
		font-size: 14px;
	}
	.whole-cont-left2{
		position: fixed;
		height: calc(100% - 50px);
		top: 50px;
		width: 100vw!important;
		z-index: 1000;
		background: rgba(0, 0, 0, 0.3);
	}
}

.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%;
	cursor: pointer;
}
.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 10px;
}
.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;
	flex-wrap: wrap;
	
}
.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;
	margin-bottom: 10px;
}
.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;
	}
}