@charset "UTF-8";
.clearfix::after {
	content: '';
	display: block;
	clear: both
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	height: 128px;
	z-index: 100;
	min-width: 800px;
	width: 100%
}

.header-content {
	margin: 0 auto;
	padding: 0;
	max-width: 1000px
}

.header-logo {
	float: left;
	position: relative;
	width: 380px;
	height: 60px;
	margin-top: 60px;
	background: url(../image/logo.png) no-repeat;
	background-position: left center;
	background-size: 57px 57px;
}

.header-logo::before {
	position: absolute;
	left: 68px;
	top: 4px;
	color: #212121;
	font-size: 24px;
	font-family: 'PingFangSC-Semibold';
	line-height: 1;
	content: '驭吧';
}
.about .header-logo::before{
	color: #fff;
}

.header-logo::after {
	position: absolute;
	left: 68px;
	top: 37px;
	color: #212121;
	font-size: 16px;
	font-family: 'PingFangSC-Regular';
	line-height: 1;
	content: '做一个有情趣的人，遇见真正契合的灵魂';
}

.about .header-logo::after{
	color: #fff;
}

.header-logo-link {
	display: inline-block;
	height: 100%;
	width: 100%;
	text-indent: -9999px
}

.header-nav {
	float: right;
	height: 100%;
	padding-top: 60px
}

.header-nav>li {
	position: relative;
	float: left;
	font-size: 18px;
	color: #212121;
	line-height: 25px;
	margin-right: 48px;
	cursor: pointer;
	font-family: Roboto, "PingFang SC", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif,'PingFangSC-Light';
}
.about .header-nav>li{
	color: #fff;
}

.header-nav>li:last-child {
	margin-right: 0
}

.header-nav>li:hover .icon-arrow-bottom,
.header-nav>li:hover>a {
	opacity: 1
}

.header-nav>li a {
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #212121;
}
.about .header-nav>li a{
	color: #fff;
}

.header-nav>li a:hover {
	opacity: 1
}

.header-nav>li.active {
	position: relative
}

.header-nav>li.active>a {
	font-family: 'PingFangSC-Semibold';
	opacity: 1;
	font-size: 24px;
}

.header-nav>li.active::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -13px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 12px;
	height: 4px;
	background: #212121;
	border-radius: 3px
}
.about .header-nav>li.active::after {
	background: #fff;
}

.header-nav>li:nth-child(3) {
	margin-right: 48px
}

.header-nav>li:nth-child(4) {
	margin-right: 48px
}

.charge .container {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 226px;
}

.charge .container .charge-item {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 33px;
	margin-bottom: 48px;
}

.charge .container .charge-item .left {
	position: absolute;
	left: 0;
	top: 0;
	width: 146px;
}

.charge .container .charge-item .left span{
	color: #212121;
	font-size: 24px;
	font-family: 'PingFangSC-Regular';
}

.charge .container .charge-item .right {
	margin-left: 146px;
}

.charge .container .charge-item .right input {
	width: 520px;
	height: 72px;
	background: #f8f9fa;
	border-radius: 16px;
	color: #212121;
	font-size: 20px;
	font-family: 'PingFangSC-Semibold';
	border: none;
	-webkit-appearance: none;
	outline: none;
	box-sizing: border-box;
	padding: 15px 48px;
}

.charge .container .charge-item .right .phone-error {
	color: red;
	padding-left: 5px;
}
.charge .container .charge-item .right .phone-error.active{
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: shake;
	animation-name: shake;
}
@-webkit-keyframes shake {
	0%, 100% {padding-left: 5px;}
	10%, 30%, 50%, 70%, 90% {padding-left: 10px;}
	20%, 40%, 60%, 80% {padding-left: 5px;}
 }

 @keyframes shake {
	0%, 100% {padding-left: 5px;}
	10%, 30%, 50%, 70%, 90% {padding-left: 10px;}
	20%, 40%, 60%, 80% {padding-left: 5px;}
 }

.charge .container .charge-item .right .charge-type {
	width: 100%;
	height: 52px;
}

.charge .container .charge-item .right .charge-type .type-item {
	float: left;
	width: 176px;
	height: 52px;
	background: #f5f7f9;
	color: #212121;
	font-size: 20px;
	text-align: center;
	font-family: 'PingFangSC-Regular';
	margin-right: 28px;
	line-height: 52px;
	border-radius: 26px;
	cursor: pointer;
}

.charge .container .charge-item .right .charge-type .type-item.active {
	font-family: 'PingFangSC-Semibold';
	background: #fff59d;
}

.charge .container .charge-item .right .charge-items {
	width: 100%;
	padding: 16px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}

.charge .container .charge-item .right li {
	position: relative;
	width: 270px;
	height: 72px;
	background: #f6f7f9;
	margin: 14px 0;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.charge .container .charge-item .right li p:first-child {
	color: #212121;
	font-size: 20px;
	font-family: 'PingFangSC-Regular';
	line-height: 1;
}

.charge .container .charge-item .right li p:nth-child(2) {
	margin-top: 9px;
	color: #ff6077;
	font-size: 12px;
	font-family: 'PingFangSC-Regular';
	line-height: 1;
}

.charge .container .charge-item .right li.active {
	background: #fff59d;
}

.charge .container .charge-item .right li.active p:first-child {
	font-family: 'PingFangSC-Semibold';
}

.charge .container .charge-item .right li.recommend::after {
	position: absolute;
	right: 0;
	top: -16px;
	width: 48px;
	height: 32px;
	background: #ff6077;
	border-radius: 21px 21px 21px 6px;
	content: '推荐';
	text-align: center;
	color: #fff;
	line-height: 32px;
}

.charge .container .charge-item .right .pay-types {
	width: 100%;
	height: 52px;
}

.charge .container .charge-item .right .pay-types .payitem {
	float: left;
	width: 176px;
	height: 52px;
	margin-right: 28px;
	background: #f6f7f9;
	border-radius: 26px;
	text-align: left;
	line-height: 52px;
	position: relative;
	box-sizing: border-box;
	color: #212121;
	font-size: 20px;
	font-family: 'PingFangSC-Medium';
	cursor: pointer;
}
.charge .container .charge-item .right .pay-types .payitem.alipay.active{
	border: 1px solid #06B4FD;
}
.charge .container .charge-item .right .pay-types .payitem.wechatpay.active{
	border: 1px solid #07c160;
}
.charge .container .charge-item .right .pay-types .payitem.alipay {
	padding-left: 79px;
}
.charge .container .charge-item .right .pay-types .payitem.wechatpay {
	padding-left: 70px;
}

.charge .container .charge-item .right .pay-types .payitem.alipay::before {
	position: absolute;
	content: '';
	left: 36px;
	top: 8px;
	width: 34px;
	height: 34px;
	background: url(../image/alipay.png) no-repeat;
	background-size: 100% 100%;
}
.charge .container .charge-item .right .pay-types .payitem.wechatpay::before {
	position: absolute;
	content: '';
	left: 28px;
	top: 12px;
	width: 30px;
	height: 30px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/845985fb851f47c850216e6958542466) no-repeat;
	background-size: 100% 100%;
}

.charge .container .charge-item .right .tips {
	margin-top: 20px;
	width: 100%;
	text-align: left;
	color: #919191;
	font-size: 12px;
	line-height: 1;
}

.charge .container .charge-item .right .price {
	line-height: 33px;
	color: #212121;
	font-size: 24px;
	font-family: 'PingFangSC-Regular';
}

.charge .container .charge-item .right .price span{
	font-family: 'PingFangSC-Semibold';
	font-size: 28px;
	margin-right: 5px;
	color: #ff6077;
}

.charge .container .agree {
	position: relative;
	width: 100%;
	margin-top: 15px;
	color: #919191;
	font-size: 12px;
	font-family: 'PingFangSC-Regular';
}

.charge .container .agree span {
	box-sizing: border-box;
	padding-left: 18px;
	background: url(../image/unselect.png) no-repeat;
	background-position: left center;
	background-size: 12px 12px;
	cursor: pointer;
}

.charge .container .agree.active span {
	background: url(../image/selected.png) no-repeat;
	background-position: left center;
	background-size: 12px 12px;
}

.charge .container .agree a{
	color: #212121;
	cursor: pointer;
}

.charge .pay-btn {
	margin-top: 50px;
	width: 176px;
	height: 52px;
	background: #fff59d;
	color: #212121;
	font-size: 20px;
	text-align: center;
	font-family: 'PingFangSC-Medium';
	margin-right: 28px;
	line-height: 52px;
	border-radius: 26px;
	cursor: pointer;
}
.charge .qrcode-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.charge .qrcode-popup{
	position: relative;
	width: 300px;
	height: 256px;
	background: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.charge .qrcode-img {
	display: block;
	width: 136px;
	height: 136px;
}
.charge .qrcode-img img {
	width: 100%;
	height: 100%;
}
.charge .qrcode-tip {
	width: 100%;
	line-height: 1;
	margin-top: 25px;
	color: #212121;
	font-size: 15px;
	text-align: center;
}
.charge .qrcode-close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 20px;
	height: auto;
	cursor: pointer;
}

.about .container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about .video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.about .video-container::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .8)
}
.about .video-container .video {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.about .container .contact-title {
	color: #fff;
	font-size: 38px;
	font-family: 'PingFangSC-Semibold';
	line-height: 1;
	margin-bottom: 30px;
}

.about .container .contact-info {
	color: #fff;
	font-size: 30px;
	font-family: Roboto, "PingFang SC", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif,'PingFangSC-Light';
	line-height: 1;
	margin-bottom: 25px;
}

.about .container .media-title {
	margin-top: 48px;
	color: #fff;
	font-size: 38px;
	font-family: 'PingFangSC-Semibold';
	line-height: 1;
	margin-bottom: 36px;
}

.about .container .media-info {
	width: 460px;
	height: 180px;
}

.about .container .media-info .item {
	float: left;
	width: 180px;
	height: 220px;
	margin: 0;
	margin-right: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.about .container .media-info .item img {
	width: 100%;
	height: 180px;
	border-radius: 24px;
}

.about .container .media-info .item p {
	margin-top: 20px;
	width: 100%;
	line-height: 1;
	color: #fff;
	font-size: 20px;
	font-family: 'PingFangSC-Regular';
	text-align: center;
}
.company {
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	font-size: 15px;
	text-align: center;
}
.charge .company {
	color: #212121;
}
.charge .company a{color: #212121;}
.about .company {
	color: #fff;
}
.error-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
.error-alert-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-alert {
	width: 300px;
	height: 200px;
	background: #fff;
	border-radius: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	flex-direction: column;
}
.error-alert .title {
	width: 100%;
	line-height: 1;
	color: #212121;
	font-size: 16px;
	font-family: 'PingFangSC-Medium';
	text-align: center;
	padding-top: 10px;
}
.error-alert .content {
	width: 100%;
	line-height: 1;
	padding-top: 20px;
	color: #919191;
	font-size: 14px;
	font-family: 'PingFangSC-Regular';
	text-align: center;
}
.error-alert .content a {
	color: #212121;
	cursor: pointer;
}
.error-alert .agree-btn {
	outline: none;
	border: none;
	-webkit-appearance: none;
	width: 200px;
	height: 40px;
	line-height: 40px;
	background: #fff59d;
	border-radius: 20px;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
}

.error-alert .refuse-btn {
	outline: none;
	border: none;
	-webkit-appearance: none;
	width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: transparent;
	color: #999;
	cursor: pointer;
}