/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@charset "utf-8";

body {
	margin: 0 auto;
	padding: 0;

}

#app {
	min-height: 432px;
	max-width: 1920px;
	margin: 0 auto;
}

* {
	margin: 0;
	padding: 0
}

img {
	display: block
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑"
}

fieldset,
img {
	border: 0
}

ul,
ol,
li {
	list-style: none;
	font-family: 'Microsoft YaHei'
}

:focus {
	outline: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

abbr,
acronym {
	border: 0;
	font-variant: normal
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: 0
}

code,
kbd,
samp,
tt {
	font-size: 100%
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: none
}

input,
button,
textarea {
	*font-size: 100%
}

ol,
ul {
	list-style: none
}

table,
tr,
td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0
}

caption,
th {
	text-align: left
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

.fr {
	float: right;
	*display: inline
}

.fl {
	float: left;
	*display: inline
}

.ehn,
.otw,
.tow {
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.two-ehn {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.clearfix {
	clear: both;
	*zoom: 1
}

.clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0
}
.header-bigbox{
	max-width: 1920px;
	margin: 0 auto;
}
.header-content {
	width: 100%
}

.header {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 80px
}

.head-left img {
	-webkit-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	        transform: scale(0.8)
}

.head-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.nav-list a {
	position: relative;
	display: block;
}

.nav-list .nav-item {
	border-radius: 4px;
	cursor: pointer;
	color: black;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: center;
	margin: 0 10px;
	padding: 0px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.nav-list .nav-item a>div {
	margin: 0 auto;
	color: #000000;
}
.nav-item:hover{
	color: #543ef9;
}

.activeline {
	width: 34px;
	height: 4px;
	background-color: #543ef9;
	border-radius: 2px;
	/* margin-top: 5px; */
}

.activename {
	color: #543ef9 !important;
}

.nav-list .arrows {
	display: block;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	font-size: 10px;
	padding-left: 5px;
	padding-top: 3px;
	color: #9aa4be;
	position: absolute;
	top: 9px;
	right: 3px;
}

.nav-btn div {
	/* 	margin: 0 20px; */
	/* cursor: pointer; */
	font-size: 14px
}

/* .nav-btn div:first-child {
	width: 90px;
	height: 36px;
	border-radius: 4px;
	border: solid 1px #8278eb;
	color: #8278eb;
	text-align: center;
	line-height: 36px
} */

.nav-btn div:last-child {
	width: 90px;
	height: 36px;
	border-radius: 4px;
	background-color: #543ef9;
	color: white;
	text-align: center;
	line-height: 36px;
	margin-left: 15px;
	cursor: pointer;
}

.nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.shard-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999
}

.form-box {
	width: 560px;
	height: 640px;
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 0px 40px 0 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.form-header {
	text-align: right;
	line-height: 50px;
}
.form-header span{
	cursor: pointer;
}
.form-header span:hover{
	color: #6b3ff5;
}
.form-title {
	font-size: 38px;
	color: #333;
	text-align: center
}

.form-des {
	font-size: 16px;
	color: #999;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px
}

.input-box {
	width: 480px;
	height: 60px;
	background-color: #f7f7f7;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	margin: 20px 0
}

.input-box input[type=text] {
	width: 400px;
	background-color: #f7f7f7;
	height: 35px
}

.input-box div {
	margin-right: 20px;
	cursor: pointer;
	font-size: 20px;
	color: #8278eb
}

.sub-btn {
	width: 480px;
	height: 60px;
	background-image: -o-linear-gradient(left, #8278eb 0, #5d1dfb 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8278eb), to(#5d1dfb));
	background-image: linear-gradient(90deg, #8278eb 0, #5d1dfb 100%);
	-webkit-box-shadow: 0 3px 20px 0 rgba(117, 112, 164, 0.6);
	box-shadow: 0 3px 20px 0 rgba(117, 112, 164, 0.6);
	border-radius: 30px;
	text-align: center;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	margin-top: 50px;
}

.sidebar-cont {
	position: fixed;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 70px;
	height: 280px;
	/* background-color: #8278eb; */
	background-image: -webkit-gradient(linear,
			left top, right top,
			from(#543ef9),
			to(#6f5cff));
	background-image: -o-linear-gradient(left,
			#543ef9 0%,
			#6f5cff 100%);
	background-image: linear-gradient(90deg,
			#543ef9 0%,
			#6f5cff 100%);
	z-index: 999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	/* border: 1px solid white */
	border-radius: 4px;
}

.sidebar-cont div {
	font-size: 13px;
	color: #fff
}

.sidebar-cont>div {
	cursor: pointer;
	position: relative
}

.sidebar-cont>div:first-child {
	padding-top: 10px
}

.sidebar-cont>div:not(:last-child) {
	border-bottom: 1px solid #5443d8;
	padding-bottom: 15px
}

.sidebar-cont>div img {
	margin: 0 auto
}

.sidebar-wxbox {
	position: absolute;
	width: 180px;
	height: 200px;
	background-color: #634ffc;
	left: -190px;
	top: -5px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.sidebar-phonebox {
	width: 180px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	left: -190px;
	top: -10px;
	background-color:#634ffc;
}

.wx-qrcode-box {
	width: 140px;
	height: 140px;
	background-color: #fff
}

.wx-qrcode-box img {
	width: 100%;
	height: 100%
}

.box-txt {
	color: white;
	text-align: center;
	padding-top: 5px
}

.footer-content {
	width: 100%;
	background-color: #2c2a39;
}

.ft-top-right li:hover {
	color: #8278eb
}

.footer {
	max-width: 1200px;
	margin: 0 auto
}


.logo-box {
	width: 244px;
	height: 56px;
	padding-bottom: 30px;
	border-bottom: 1px solid #5d5b62;
	padding-top: 56px;
}

.logo-box img {
	width: 100%;
	height: 100%
}

.ft-top-right .item {
	margin: 0 20px
}

.item-title {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 12px;
}

.item ul li {
	color: #a4a1af;
	margin: 15px 0;
	text-align: left;
	font-size: 16px;
	cursor: pointer;
	position: relative;
}

.item ul li .foot-popup {
	position: absolute;
	background-color: #8278eb;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 4px;
	color: white;
	top: -60px;
	left: 50px;
	white-space: nowrap;
	z-index: 99;
}

.item ul li .foot-popup img {
	position: absolute;
	bottom: -16px;
	left: -1;
	width: 21px;
	height: 16px;
}

.friendship-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 50px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.friendship-link a:hover div {
	color: #8278EB;
}

.friendship-link div {
	color: #6c6a7c;
	font-size: 16px
}

.friendship-link div:first-child {
	margin-left: 15px
}

.friendship-link div:not(:first-child) {
	margin-left: 40px
}

.records-card {
	text-align: center;
	font-size: 14px;
	color: #6c6a7c;
	border-top: 1px solid #3f4655;
	padding: 20px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}



.bottom-cont {
	background-image: url(../img/bottom_img.png);
	height: 418px;
	position: relative
}

.bottom-cont .title {
	font-size: 46px;
	color: #6258ce;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 18px;
	line-height: 60px
}

.bottom-cont .title-des {
	font-size: 16px;
	color: #888;
	text-align: center
}

.link-btn {
	width: 200px;
	height: 50px;
	background-color: #8278eb;
	border-radius: 4px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	margin: 0 auto;
	margin-top: 80px;
	cursor: pointer
}

.Breadcrumb-cout {
	width: 100%;
	border-bottom: 1px solid #eee
}

.Breadcrumb {
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #666
}

.Breadcrumb div:not(:first-child) {
	padding-left: 15px
}

.Breadcrumb .arrows {
	width: 237px;
	height: 50px;
	background-image: url(../img/Breadcrumb_bg.png);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.Breadcrumb .arrows img {
	padding-right: 10px
}

.pulldown-box {
	position: absolute;
	width: 166px;
	padding: 20px 0;
	background: #fff;
	-webkit-box-shadow: 0px 3px 20px 2px rgb(6 101 75 / 10%);
	        box-shadow: 0px 3px 20px 2px rgb(6 101 75 / 10%);
	border-radius: 10px;
	margin-left: 0;
	top: 40px;
	z-index: 10;
}

.pulldown-box div {
	line-height: 40px;
}

.pulldown-box div:hover {
	color: #8278EB;
}


.public-phone {
	font-size: 16px;
	color: #ffffff;
	padding-top: 30px;
}

.ft-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	/* align-items: center; */
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
}

.qr-img-box img {
	width: 100px;
	height: 100px;
	border-radius: 6px;
	overflow: hidden;
	float: right;
}


.ft-top-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	/* margin-top: 56px */
}

.ft-top-left {
	color: white;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-title {
	font-size: 14px !important;
	color: #ffffff !important;
	font-weight: normal;
	margin-bottom: 30px;
}

.footer-top-box {
	height: 490px;
	background-image: url("https://shijizhongshi-image.obs.cn-north-4.myhuaweicloud.com/2022/8/4/7562802550757143713/bottombeijing.png");
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-top-box-left {
	width: 450px;
	height: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.footer-top-box-right {
	width: 480px;
	height: 330px;
}

.ft-top-right p {
	color: #fdc105;
	font-size: 24px;
	height: 30px;
}

.ft-top-right span {
	color: white;
	font-size: 14px;
}

.ft-top-right-item {
	width: 170px;
}
.ft-top-right-item:nth-child(2){
	margin-left: 70px;
}

.download-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 120px;
	height: 50px;
	background-color: #383645;
	border-radius: 25px;
	padding: 0 15px;
	margin-bottom: 15px;
	cursor: pointer;
	text-align: center;
	position: relative;
}

.android-qrcode {
	width: 150px;
	height: 180px;
	background-color: white;
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	border-radius: 10px;
	display: none;
	font-size: 12px;
}

.android-qrcode .qrcode-img {
	width: 120px;
	height: 120px;
	background-color: #5D1DFB;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.android-qrcode .qrcode-img img {
	width: 100%;
	height: 100%;
}
.android-qrcode-text{
	line-height: 20px;
}
.ios-qrcode {
	width: 150px;
	height: 180px;
	background-color: white;
	position: absolute;
	top: -190px;
	left: 0;
	right: 0;
	border-radius: 10px;
	display: none;
	font-size: 12px;
}

.ios-qrcode .qrcode-img {
	width: 120px;
	height: 120px;
	background-color: #5D1DFB;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.ios-qrcode .qrcode-img img {
	width: 100%;
	height: 100%;
}

.cqy-app-desc {
	font-size: 14px;
	color: #6e6d76;
	margin-top: 37px;
	width: 420px;
}

.android-hover:hover .android-qrcode {
	display: block;
}

.ios-hover:hover .ios-qrcode {
	display: block;
}