.swiper-wrapper .swiper-slide .pic {
	width: 100%;
}

.swiper-wrapper .swiper-slide {
	position: relative;
}

.swiper-wrapper .swiper-slide .se-btn {
	display: none;
	/*width: 16%;*/
	padding: 0 50px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: rgba(17, 113, 134, .5);
	background-size: 100% auto;
	font-size: 20px;
	border-radius: 30px;
	text-indent: 15px;
	position: absolute;
	right: 9%;
	bottom: 4%;
}

.swiper-wrapper .swiper-slide .se-btn .arrow {
	display: inline-block;
	width: 8px;
	height: 20px;
	background: url(../images/icon/r-arrow.png) no-repeat;
	background-size: 100% auto;
	margin-left: 30px;
	vertical-align: middle;
}

.swiper-button-next,
.swiper-button-prev {
	width: 43px !important;
	height: 78px !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background: url(../images/icon/l-arrow-icon.png) no-repeat !important;
	background-size: 100% 100% !important;
	left: 40px !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background: url(../images/icon/r-arrow-icon.png) no-repeat !important;
	background-size: 100% 100% !important;
	right: 40px !important;
}

.swiper-pagination-bullet {
	width: 50px !important;
	height: 3px !important;
	border-radius: 10px !important;
}

.swiper-pagination-bullet {
	background: #fff !important;
	opacity: 100 !important;
}

.swiper-pagination-bullet-active {
	background: #00a5b8 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 35px !important;
}

.bg1 {
	position: relative;
}

.bg1 .img {
	width: 100%;
}

.bg1 .video {
	width: 41%;
	height: 58.6%;
	position: absolute;
	left: 9.5%;
	top: 27%;
	overflow: hidden;
}

.bg1 .video #video-box {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bg1 .video .cover-pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}

.bg1 a {
	/*opacity: .2;*/
	display: block;
	/*background: pink;*/
	width: 11.7%;
	height: 58.5%;
	position: absolute;
	top: 21.5%;
	left: 0;
}

.bg1 a img {
	position: absolute;
	left: 16%;
	transition: transform 1s;
	width: 23%;
}

.bg1 a:hover img {
	transform: scale(1.05, 1.05);
}

.bg1 .djyi {
	left: 52.1%;
}

.bg1 .djyi .pic1 {
	top: 37%;
}

.bg1 .bbjc {
	left: 64.3%;
}

.bg1 .shzb .pic3 {
	top: 40%;
}

.bg1 .bbjc .pic2 {
	top: 19%;
}

.bg1 .shzb {
	left: 76.3%;
}

.bg1 .wave-line {
	position: absolute;
	left: 0;
	bottom: -15%;
}

.bg2 {
	position: relative;
}

.bg2 .jjsx {
	width: 25%;
	position: absolute;
	/*top: 10%;*/
	top: 8.6%;
	left: 50%;
	margin-left: calc(-25%/2);
}

.bg2 .img {
	width: 100%;
}

.bg2 .comic {
	position: absolute;
	overflow: hidden;
	/*box-shadow: 8px 7px 33px #b2b2b2;*/
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.bg2 .comic img {
	width: 100%;
}

.bg2 .comic1 {
	width: 14%;
	left: 11%;
	top: 30%;
}

.bg2 .comic2 {
	width: 15.5%;
	left: 24%;
	top: 27%;
}

.bg2 .comic3 {
	width: 15.5%;
	left: 60.2%;
	top: 27.5%;
	z-index: 9;
}

.bg2 .comic4 {
	width: 14%;
	left: 74%;
	top: 30%;
}

.bg2 .comic:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}

.bg2 .app-btn {
	display: none;
	width: 8%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 30px;
	background: #00a5b8;
	color: #fff;
	background-size: 100% auto;
	position: absolute;
	right: 15%;
	bottom: 23%;
	cursor: context-menu;
}


/*新版*/

.guide {
	box-sizing: border-box;
	width: 100%;
	background: #ececec;
	padding: 6% 15vw 0;
	display: flex;
	flex-wrap: wrap;
}

.guide .left {
	padding: 5% 0;
	height: 100%;
	/* float: left; */
	margin-top: 12%;
}

.guide .left,
.guide .right {
	width: 50%;
	/* float: left; */
}

.guide .left p {
	font-size: 24px;
	color: #333;
	margin-bottom: 2%;
	text-align: center;
}

.guide .left .pic-box {
	width: 75%;
	margin: 0 auto;
}

.guide .left .pic-box img {
	width: 100%;
	max-width: 499px;
}

.guide .left .guide-code {
	/* overflow: hidden; */
	width: 80%;
	margin: 4% auto;
	display: flex;
	position: relative;
}

.guide .left .guide-code .left {
	margin-top: 0;
}

.guide .left .guide-code .left .app-store,
.android {
	cursor: pointer;
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 8%;
}

.guide .left .guide-code .left .app-store img,
.android img {
	width: 100%;
	max-width: 200px;
}


/*.guide .left .guide-code .right {
	padding: 5% 0;
	float: left;
	margin-top: 2%;
	text-align: center;
	background: #fff;
	border-radius: 13px;
	-webkit-border-radius: 13px;
}*/

.guide .left .guide-code .right div {
	padding: 5% 0;
	/* width: auto; */
	float: left;
	margin-top: 6%;
	text-align: center;
	background: #fff;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	width: 75%;
}

.guide .left .guide-code .right img {
	width: 82%;
}

.guide .guide-code-an-deal-two {
	min-width: 30em;
	width: 100%;
	height: 72px;
	position: absolute;
	left: 0;
	bottom: -72px;
	z-index: 5;
}
.guide .guide-code-an-deal-two .an-p {
	line-height: 36px;
	font-size: 1em;
	color: #97a0a8;
}

.guide .left .guide .left .pic-box img {
	width: 100%;
}

.guide .right {
	float: left;
	position: relative;
}

.guide .right .tel-pic img {
	width: 100%;
}
.an-deal{
	margin: 0 auto;
}
.an-deal p {
	height: 28px;
	line-height: 28px;
	padding-left: 46px;
	display: flex;
	color: #97A0A8;
}

.an-deal span {
	border: 1px solid #97A0A8;
	text-align: center;
	display: block;
	width: 111px;
	height: 28px;
	line-height: 28px;
	margin-left: 32px;
}
.an-pop {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.an-pop img {
	width: 686px;
	height: 500px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;

}

/*.an-bg {*/
/*	display: none;*/
/*	position: fixed;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	left: 0;*/
/*	top: 0;*/
/*	background: rgba(0, 0, 0, 0.5);*/
/*	!* -moz-opacity: 0.5; *!*/
/*	filter: alpha(opacity=50);*/
/*	z-index: 999;*/
/*}*/
.clearfix .an-p{
	height: 28px;
	line-height: 28px;
	padding-left: 10px;
	display: flex;
	color: #97A0A8;
	font-size: 16px;
}
 /* .an-thrones-one,.an-thrones-two{
	border: 1px solid #97A0A8;
	text-align: center;
	display: block;
	width: 88px;
	height: 28px;
	line-height: 28px;
	margin-left: 32px;
} */
/* .an-thrones-two{
	width: 88px;
} */
.clearfix{
	position: relative;
}
.an-thrones-privacy {
	margin-left: 43.5px !important;
}


.swiper-wrapper .swiper-slide3>img {
	width: 100%;
}
.swiper-wrapper .swiper-slide3 .swiper-container3-download-wrap{
	position: absolute;
	top: 16.5%;
	left: 17.23%;
	width: 464px;
	width: 19.64vw;
	z-index: 10;
}

.swiper-slide3{
	background: #F6FAFF;
}
.swiper-container3 .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 57% !important;
	padding-left: 17.23%;
	text-align: left;
}
.swiper-container3 .swiper-pagination .swiper-pagination-bullet{
	width: 19px !important;
	height: 3px !important;
	width: 0.9895vw !important;
	height: 0.1562vw !important;
	background: #9DAFBD !important;
	border-radius: 1px !important;
	opacity: 0.3 !important;
	margin: 0 6px 0 0 !important;
	margin: 0 0.3125vw 0 0 !important;
}
.swiper-container3 .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1 !important;
}


.swiper-container3{
	position: relative;
}
.swiper-wrapper .swiper-slide3 .phone-img {
	position: absolute;
	bottom: 0;
	right: 17.476%;
	width: 338px;
	height: 489px;
	width: 17.6vw;
	height: 25.46vw;
}

.swiper-container3-qrcode-wrap{
	position: absolute;
	top: 51.83%;
	left: 17.23%;
	z-index: 10;
	width: 108px;
	width: 5.729vw;
	color: #4B526A;
}
.swiper-container3-qrcode-wrap img{
	width: 100%;
}
.swiper-container3 .swiper-slide3>p{
	position: absolute;
	top: 27.66%;
	left: 17.23%;
	font-size: 12px;
	font-size: 0.9375vw;
	color: #4B526A;
	line-height: 22px;
	line-height: 1.458vw;
	letter-spacing: 2px;
	margin-bottom: 0;
}
.developer-info-wrap{
	position: absolute;
	top: 73.5%;
	left: 17.291%;
	font-size: 12px;
	font-size: 0.625vw;
	color: #4B526A;
	line-height: 24px;
	z-index: 10;
}
.developer-info-wrap .developer-info-p{
	margin: 0;
	color: #4B526A;
}
.developer-info-wrap .developer-info-btn>span {
	color: #4B526A;
	text-decoration: underline;
	text-align: left;
	cursor: pointer;
}
#head .nav-list > li.download-app .head-qrcode-icon {
	opacity: 0;
}