@charset "UTF-8";
@font-face {
	font-family: 'PingFangSC-Light';
	src: url(https://qinu.yubaapp.com/pingfang.ttf) format('truetype');
}
.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: #fff;
	font-size: 24px;
	font-family: 'PingFangSC-Semibold';
	line-height: 1;
	content: '驭吧';
}

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

.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: #fff;
	line-height: 25px;
	margin-right: 48px;
	cursor: pointer;
	font-family: Roboto, "PingFang SC", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif,'PingFangSC-Light';
}

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

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

.header-nav>li a {
	-webkit-transition: all .3s;
	transition: all .3s
}

.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: #fff;
	border-radius: 3px
}

.header-nav>li.active.header-nav-menu::after {
	left: 28px;
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

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

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

.header-nav>li.header-nav-audio {
	width: 42px;
	height: 42px;
	visibility: hidden;
	margin-top: -9px;
	margin-right: 0;
	opacity: .6;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	background: url(../image/play.png) no-repeat center center/cover
}

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

.header-nav>li.header-nav-audio.muted {
	background: url(../image/muted.png) no-repeat center center/cover
}

.footer {
	font-size: 0;
	font-weight: 300;
	color: #282828;
	white-space: nowrap
}

.footer a,
.footer span {
	font-size: 14px
}

.footer a {
	color: #282828
}

.footer a:hover {
	text-decoration: underline
}

.footer img {
	width: 20px;
	height: 20px;
	margin: 0 8px;
	vertical-align: bottom
}

.home {
	position: relative;
	overflow: hidden;
	background: #000;
}

.home .header .header-nav>li.header-nav-audio {
	visibility: visible
}

.home .aside {
	position: fixed;
	top: 50%;
	right: 88px;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.home .aside li {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .5);
	border-radius: 5px;
	margin-bottom: 12px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer
}

.home .aside li.active {
	height: 24px;
	background: #fff
}

.home .aside li:first-child.active {
	height: 24px;
	background: #fff
}

.home .aside li:last-child {
	margin-bottom: 0
}

.home .list-container {
	position: absolute;
	width: 100%;
	height: 100%;
}

.home .section {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1
}

.home .section-active {
	display: inline-block;
	z-index: 10;
}

.home .section-active .section-left .section-phone {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home .section-active .section-left .section-video {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home .section-active .section-left .section-icon {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
}

.home .section-active .section-right .right-desc,
.home .section-active .section-right .right-sub,
.home .section-active .section-right .right-tip,
.home .section-active .section-right .right-title {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home .section-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1000px;
	font-size: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	white-space: nowrap
}

.home .section-left {
	float: left;
	position: relative;
	width: 300px;
	height: 679px
}

.home .section-left .section-phone {
	width: 100%;
	height: 100%;
	background: no-repeat center center/contain;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all 350ms;
	transition: all 350ms;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.home .section-left .section-video {
	position: absolute;
	top: 83px;
	left: 5px;
	width: 249px;
	height: 538px;
	-o-object-fit: fill;
	object-fit: fill;
	border-radius: 33px;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	-webkit-transition: all 350ms;
	transition: all 350ms;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.home .section-left .section-icon {
	position: absolute;
	background: no-repeat center center/contain;
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 1);
	transform: scale3d(0, 0, 1);
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.home .section-right {
	display: inline-block;
	margin-top: 140px;
	padding-left: 170px;
	color: #fff;
}

.home .section-right .right-title {
	font-size: 75px;
	font-weight: 600;
	line-height: 106px;
}

.home .section-active .section-right .right-title {
	-webkit-transition: all 350ms;
	transition: all 350ms
}

.home .section-right .right-sub {
	margin-top: 72px;
	font-size: 32px;
	line-height: 1;
	font-family: 'PingFangSC-Medium';
}
.home .section-active .section-right .right-sub {
	-webkit-transition: all 550ms;
	transition: all 550ms
}

.home .section-right .right-desc,
.home .section-right .right-tip {
	margin-top: 22px;
	font-size: 23px;
	line-height: 48px;
	font-family: Roboto, "PingFang SC", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif,'PingFangSC-Light';
}
.home .section-active .section-right .right-desc,
.home .section-active .section-right .right-tip {
	-webkit-transition: all 750ms;
	transition: all 750ms
}

.home .section-active .section-right .right-tip {
	-webkit-transition: all 950ms;
	transition: all 950ms
}

.home .section-right .right-desc,
.home .section-right .right-sub,
.home .section-right .right-tip,
.home .section-right .right-title {
	opacity: 0;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	-webkit-transition-timing-function: cubic-bezier(.25, .1, .25, 1);
	transition-timing-function: cubic-bezier(.25, .1, .25, 1)
}

.home .video-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}

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

.home .section-main .main-content {
	position: absolute;
	top: 27%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	text-align: center
}

.home .section-main .main-content>img {
	width: 1002px;
	height: 196px
}

.home .section-main .main-content .slogan {
	width: 330px;
	height: 28px;
	margin: 96px auto 98px;
	font-family: Roboto, "PingFang SC", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif,'PingFangSC-Light';
	font-size: 32px;
	color: #fff;
}

.slogan span {
	display: inline-block;
	margin: 0 24px;
}

.home .section-main .main-content .main-down {
	display: inline-block
}

.home .section-main .main-content .main-down>a {
	position: relative;
	float: left;
	width: 320px;
	height: 80px;
	cursor: pointer
}

.home .section-main .main-content .main-down>a img {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 202px;
	height: 202px;
	margin-top: 6px;
	display: none
}

.home .section-main .main-content .main-down>a:hover img {
	display: block
}

.home .section-main .main-content .main-down-ios {
	margin-right: 78px;
	background: url(../image/apple.png) no-repeat center center/242px 72px
}

.home .section-main .main-content .main-down-and {
	width: 242px !important;
	background: url(../image/android.png) no-repeat center center/242px 72px
}

.home .section-voice .section-phone-content {
	position: absolute;
	left: 5px;
	top: 83px;
	width: 289px;
	height: 532.5px;
	overflow: hidden;
	opacity: 0;
}

.home .section-voice .section-phone-content .section-phone {
	width: 100%;
	height: 100%;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/85c271bb39e7fcbca03a55b0ef15340f) no-repeat;
	background-size: 100%;
}

.home .section-voice .section-phone-content  .section-phone .section-phone-bg {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	bottom: 15px;
	border-radius: 40px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/d0504832fdce36aad7f4d8b15a4e0500) no-repeat;
	background-size: 100% 100%;
}

.home .section-voice .section-phone-content  .section-phone .section-phone-header {
	content: "";
	position:absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	height: 56px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/b5a0bd1b2e334b189706ae17f18b5964) no-repeat;
	background-size: 100% 100%;
}

.home .section-voice.section-active .section-phone-content  .section-phone .radar {
	position: absolute;
	left: 50%;
	top: 190px;
	width: 200px;
	height: 200px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.home .section-voice.section-active .section-phone-content  .section-phone .radar .radar-circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin-left: -40px;
	margin-top: -40px;
	background: url(../image/border.png) no-repeat;
	background-size: 100% 100%;
}

.home .section-voice.section-active .section-phone-content  .section-phone .radar .radar-circle .circle-animate {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	margin-top: -75px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 75px;
	-webkit-animation: rotate360 10s ease-in-out infinite;
	animation: rotate360 10s infinite linear;
}

.home .section-voice.section-active .section-phone-content .section-phone .radar .radar-circle .circle-animate::before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50% ;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	margin-top: -75px;
	border: .5px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	-webkit-animation: radarAnimate 2s ease-in-out infinite;
	animation: radarAnimate 2s ease-in-out infinite;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.home .section-voice.section-active .section-phone-content .section-phone .radar .radar-circle .circle-animate::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50% ;
	width: 150px;
	height: 150px;
	margin-left: -75px;
	margin-top: -75px;
	border: .5px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	animation: radarAnimate 2s ease-in-out infinite;
	-webkit-animation: radarAnimate 2s ease-in-out infinite;
}

@-webkit-keyframes radarAnimate{
	0 {
		transform: scale(1);
		opacity: .5;
	}
	100% {
		transform: scale(1.7);
		opacity: 0;
	}
}
keyframes radarAnimate{
	0 {
		transform: scale(1);
		opacity: .5;
	}
	100% {
		transform: scale(1.7);
		opacity: 0;
	}
}

@-webkit-keyframes rotate360 {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}
keyframes rotate360 {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(360deg);
	}
}

.home .section-voice.section-active .section-phone-content .section-phone .radar .radar-circle .avatar1 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 66px;
	height: 66px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border: 1px solid #fff;
	border-radius: 50%;
	object-fit: cover;
}

.home .section-voice.section-active .section-phone-content .section-phone .radar .avatar2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	margin-top: 10px;
	border-radius: 50%;
	animation: avatarAnimate 10s ease-in-out infinite;
	-webkit-animation: avatarAnimate 10s ease-in-out infinite;
	object-fit: cover;
}
.home .section-voice.section-active .section-phone-content .section-phone .radar .avatar3 {
	position: absolute;
	left: 65px;
	top: 0px;
	width: 40px;
	height: 40px;
	margin-top: -15px;
	border-radius: 50%;
	animation: avatarAnimate 10s ease-in-out infinite;
	-webkit-animation: avatarAnimate 10s ease-in-out infinite;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	object-fit: cover;
}
.home .section-voice.section-active .section-phone-content .section-phone .radar .avatar4 {
	position: absolute;
	left: 120px;
	top: 30px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	animation: avatarAnimate 10s ease-in-out infinite;
	-webkit-animation: avatarAnimate 10s ease-in-out infinite;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	object-fit: cover;
}
.home .section-voice.section-active .section-phone-content .section-phone .radar .avatar5 {
	position: absolute;
	left: 110px;
	top: 100px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	animation: avatarAnimate 10s ease-in-out infinite;
	-webkit-animation: avatarAnimate 10s ease-in-out infinite;
	object-fit: cover;
}
.home .section-voice.section-active .section-phone-content .section-phone .radar .avatar6 {
	position: absolute;
	left: 45px;
	top: 125px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	animation: avatarAnimate 10s ease-in-out infinite;
	-webkit-animation: avatarAnimate 10s ease-in-out infinite;
	animation-delay: 1s;
	-webkit-animation-delay: 1s;
	object-fit: cover;
}
.home .section-voice.section-active .section-phone-content .section-phone .radar .avatar7 {
	position: absolute;
	left: -10px;
	top: 80px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	animation: avatarAnimate 10s ease-in-out infinite;
	-webkit-animation: avatarAnimate 10s ease-in-out infinite;
	animation-delay: 2s;
	-webkit-animation-delay: 2s;
	object-fit: cover;
}

@-webkit-keyframes avatarAnimate{
	0%{
		transform: scale(1);
		opacity: 1;
	}
	25%{
		transform: scale(.1);
		opacity: 0;
	}
	50%{
		transform: scale(1);
		opacity: 1;
	}
	75%{
		transform: scale(.1);
		opacity: 0;
	}
	100%{
		transform: scale(1);
		opacity: 1;
	}
}

.home .section-voice.section-active .section-phone-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home .section-friend .section-phone-content {
	position: absolute;
	left: 5px;
	top: 83px;
	width: 289px;
	height: 532.5px;
	overflow: hidden;
	opacity: 0;
}

.home .section-friend .section-phone-content .section-phone {
	width: 100%;
	height: 100%;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/85c271bb39e7fcbca03a55b0ef15340f) no-repeat;
	background-size: 100%;
}

.home .section-friend .section-phone-content .section-phone .section-phone-bg {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	bottom: 38.5px;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.home .section-friend .section-phone-content .section-phone .section-phone-bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1164.8px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/89a068533b193ee0b0cfa07d42f42906) repeat-y center left/260px auto;
	background-size: 100% 100%;
}

.home .section-friend .section-phone-content .section-phone .section-phone-header {
	content: "";
	position:absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	height: 104px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/1ef7dae220e3f33ca0a1c24c26a9b577) no-repeat;
	background-size: 100% 100%;
	border-radius: 40px 40px 0 0;
}

.home .section-friend .section-phone-content .section-phone .section-phone-bottom {
	content: "";
	position:absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	height: 23.5px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/14403e7125e64d00b934a5ffcc58bdcd) no-repeat;
	background-size: 100% 100%;
	border-radius: 0 0 40px 40px;
}

.home .section-friend.section-active .section-phone-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home .section-friend.section-active .section-phone-content .section-phone .section-phone-bg::after {
	-webkit-animation: friend-move-top 20s linear infinite;
	    animation: friend-move-top 20s linear infinite;
}

@-webkit-keyframes friend-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -564px, 0);
		transform: translate3d(0, -564px, 0)
	}
}

@keyframes friend-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -564px, 0);
		transform: translate3d(0, -564px, 0)
	}
}

.home .section-square .section-phone-content {
	position: absolute;
	left: 5px;
	top: 83px;
	width: 289px;
	height: 532.5px;
	overflow: hidden;
	opacity: 0;
}

.home .section-square .section-phone-content .section-phone {
	width: 100%;
	height: 100%;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/85c271bb39e7fcbca03a55b0ef15340f) no-repeat;
	background-size: 100%;
}

.home .section-square .section-phone-content .section-phone .section-phone-bg {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	bottom: 72.5px;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.home .section-square .section-phone-content .section-phone .section-phone-bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1693.8px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/da3f7a0fa4aafb5e2548c60007bbb6c3) repeat-y center left/260px auto;
	background-size: 100% 100%;
}

.home .section-square .section-phone-content .section-phone .section-phone-header {
	content: "";
	position:absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	height: 62.4px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/26ea1a728cd2944a09195c965aac889d) no-repeat;
	background-size: 100% 100%;
	border-radius: 40px 40px 0 0;
}

.home .section-square .section-phone-content .section-phone .section-phone-bottom {
	content: "";
	position:absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	height: 57.5px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/a9f5f6804ec8588318da31cac368109c) no-repeat;
	background-size: 100% 100%;
	border-radius: 0 0 40px 40px;
}

.home .section-square.section-active .section-phone-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.home .section-square.section-active .section-phone-content .section-phone .section-phone-bg::after {
	-webkit-animation: square-move-top 30s linear infinite;
	    animation: square-move-top 30s linear infinite;
}

@-webkit-keyframes square-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0)
	}
}

@keyframes square-move-top {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, -1000px, 0);
		transform: translate3d(0, -1000px, 0)
	}
}

.home .section-article .section-phone-content {
	position: absolute;
	left: 5px;
	top: 83px;
	width: 289px;
	height: 532.5px;
	overflow: hidden;
	opacity: 0;
}

.home .section-article .section-phone-content .section-phone {
	width: 100%;
	height: 100%;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/85c271bb39e7fcbca03a55b0ef15340f) no-repeat;
	background-size: 100%;
}

.home .section-article .section-phone-content .section-phone .section-phone-bg {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 12px;
	bottom: 72.5px;
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.home .section-article .section-phone-content .section-phone .section-phone-bg::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 510px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/5531bb2107207a386619e26871e872b1) repeat-y center left/260px auto;
	background-size: 100% 100%;
}

.home .section-article .section-phone-content .section-phone .section-phone-bottom {
	content: "";
	position:absolute;
	left: 15px;
	right: 15px;
	bottom: 15px;
	height: 57.5px;
	background: url(https://ruiqu-1304540262.picgz.myqcloud.com/09a5942f072a8425dd9902da85ac89bc) no-repeat;
	background-size: 100% 100%;
	border-radius: 0 0 40px 40px;
}

.home .section-article.section-active .section-phone-content {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.home .company{
	display: none;
}
.home .section-article.section-active .company{
	display: block;
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	color: #fff;
	font-size: 15px;
	text-align: center;
}
.home .qrcode {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
	display: none
}

.home .qrcode-mask {
	background: rgba(0, 0, 0, .7);
	width: 100%;
	height: 100%
}

.home .qrcode-content {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 318px;
	background: #fff;
	color: #282828;
	padding: 24px 24px 30px;
	border-radius: 16px
}

.home .qrcode-content img {
	width: 270px;
	height: 270px;
	margin: 0 auto
}

.home .qrcode-content p {
	margin-top: 8px;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	text-align: center
}

@media screen and (max-width:1440px) {
	.home .section-content {
		width: 960px
	}
	.home .section-avatar img {
		width: 960px;
		height: 612px
	}
}

@media screen and (max-width:1440px) {
	.home .section-right {
		padding-left: 30px
	}
	.home .aside {
		right: 58px
	}
}

.cn.home .section-main .main-content>img.cn {
	display: block;
	width: 902px;
	height: 144px
}

.cn.home .section-main .main-content .slogan {
	display: block
}

.cn.home .section-activity .cn_footer {
	display: block
}

.cn.home .section-avatar .section-content img.cn {
	display: block
}
.class_qidian_wpa {
	right: 20px !important;
	left: unset !important;
}

#messageDialog{
	width: 600px;
	height: 333px;
	background: url('https://ruiqu-1304540262.woodsdating.com/471e378a6f4a6a19373a5cd349b6c4fa.PNG');
	.tips{
		font-size: 14px;
		text-align: start;
		padding: 40px 0 10px 25px;
		box-sizing: border-box;
	}

	.tips-button{
		width: 120px;
		height: 40px;
		margin-top: 20px;
		background: #ffffff;
		border: 1px solid #000000;
		border-radius: 40px;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		-ms-border-radius: 40px;
		-o-border-radius: 40px;
	}
}