* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-weight: 300;
}

#all {
	height: 100vh;
	overflow: hidden;
}

body,
body ::-webkit-input-placeholder {
	font-family: Source Sans Pro, sans-serif;
	color: #fff;
	font-weight: 300;
}

body :-moz-placeholder,
body ::-moz-placeholder {
	font-family: Source Sans Pro, sans-serif;
	color: #fff;
	opacity: 1;
	font-weight: 300;
}

body :-ms-input-placeholder {
	font-family: Source Sans Pro, sans-serif;
	color: #fff;
	font-weight: 300;
}

a {
	cursor: pointer;
	text-decoration: none;
}

.wrapper {
	background: #01a982;
	/* background: linear-gradient(to bottom right, #01a982 0, #60ae80 100%); */
	background: #369;
	overflow: hidden;
}

.bg-bubbles,
.wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100vh;
	max-height: 100vh;
}

.bg-bubbles {
	overflow: hidden;
	top: 0;
	z-index: 1;
}

.bg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	background-color: hsla(0, 0%, 100%, 0.15);
	bottom: -160px;
	animation: square 25s infinite;
	transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
	left: 10%;
}

.bg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	animation-delay: 2s;
	animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
	left: 25%;
	animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-duration: 22s;
	background-color: hsla(0, 0%, 100%, 0.25);
}

.bg-bubbles li:nth-child(5) {
	left: 70%;
}

.bg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	animation-delay: 3s;
	background-color: hsla(0, 0%, 100%, 0.2);
}

.bg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	animation-delay: 15s;
	animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	animation-delay: 2s;
	animation-duration: 40s;
	background-color: hsla(0, 0%, 100%, 0.3);
}

.bg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	animation-delay: 11s;
}

@keyframes square {
	0% {
		transform: translatey(0);
	}

	to {
		transform: translatey(-700px) rotate(600deg);
	}
}

@media (max-width: 500px) {
	.container h1 {
		font-size: 60px;
	}

	form button,
	form input {
		width: 500px;
	}
}

.main {
	padding: 50px 0;
	z-index: 999;
	position: relative;
}

.main h1 {
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
	/* text-transform: uppercase; */
}

.content {
	margin: 0 auto;
	width: 28%;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 60px;
}

.downloadTitle1 {
	width: calc(28% - 3em);
	cursor: pointer;
}

p.footer {
	font-size: 16px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	margin-top: 30px;
}

p.footer a {
	color: #55acee;
}

p.footer a:hover {
	color: #000;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.content-top h2 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	background: #369;
	padding: 12px 0;
	border-radius: 5px;
}

.content-top p {
	text-align: center;
	font-size: 16px;
	color: #000;
	margin-top: 15px;
}

.content-top ul li {
	display: block;
	font-size: 15px;
	color: #000;
	line-height: 1.8em;
	padding: 1em 0 1em 1em;
	border-bottom: 1px solid #e2e0de;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.content-top ul li a {
	color: #000;
	font-weight: 400;
}

.content-top ul li a i {
	color: #02a982;
	font-style: normal;
	display: block;
	margin: 2px 0;
}

.content-top ul li .address {
	flex: 1;
}

.content-top ul li .ping {
	/* color: red; */
	color: #01a982;
	font-size: 14px;
}

.content-top ul li .ping1,
.ping0 {
	color: #01a982;
	font-size: 14px;
}

.content-top {
	padding: 1.5em;
}

.content-top p a {
	color: #55acee;
	margin-left: 5px;
}

.tips {
	text-align: center;
	padding: 0 20px;
	/* position: fixed;
				bottom: 50px; */
	font-size: 14px;
	width: 100%;
	z-index: -1;
}

#beian {
	cursor: pointer;
	color: #007cf3;
	margin-top: 10px;
}

#beian1 {
	text-align: center;
	cursor: pointer;
	color: #fff;
	margin: 10px 0 20px 0;
}

.dialog {
	width: 30%;
	height: 30%;
	min-height: 200px;
	max-height: 30%;
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	left: 35%;
	right: 0;
	top: -20%;
	bottom: 0;
	margin: auto 0;
	text-align: center;
	padding: 20px 16px;
	box-sizing: border-box;
	z-index: 99999;
	background: #fff;
	color: #333;
	border-radius: 5px;
	box-shadow: 0 0 10px #333;
	/* display: none; */
}

.dialog .btnList {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.dialog .btnList .cancel {
	color: #fff;
	background: #999;
	padding: 10px 16px;
	border-radius: 6px;
	cursor: pointer;
}

.dialog .confirm {
	color: #fff;
	background: #01a982;
	padding: 10px 16px;
	border-radius: 6px;
	cursor: pointer;
}

.dialog .popup #errorUrl {
	font-weight: 300;
}

.dialog .popup #nowUrl {
	/* font-weight: 400; */
	color: #02a982;
}

.dialog .closeIcon {
	/* font-weight: 400; */
	color: #02a982;
	margin-top: 20%;
	cursor: pointer;
}

.mask {
	width: 100vw;
	height: 100vh;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99998;
	background: rgba(0, 0, 0, 0.5);
}

.step {
	width: 40%;
	height: 80%;
	position: absolute;
	left: 30%;
	top: 10%;
	z-index: 99998;
	background: #fff;
	color: #333;
	/* background: rgba(0, 0, 0, 0.5); */
	padding: 20px;
	box-sizing: border-box;
	overflow-y: scroll;
	border-radius: 6px;
}

.step .stepItem {
	margin: 10px 0;
}

.step .steptext {
	font-size: 14px;
	font-weight: 400;
}

.step .stepItem img {
	width: 100%;
	margin-top: 6px;
}

.step .downLoadBtn {
	cursor: pointer;
	background: #3570cd;
	width: 50%;
	text-align: center;
	padding: 10px 0;
	border-radius: 6px;
	margin-left: 25%;
	position: sticky;
	bottom: 14px;
	box-shadow: 0 0 10px 4px #999;
	border: 1px solid #999;
}

#downLink3 i {
	color: #fff;
	font-style: normal;
}

.toast {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 20px;
	border-radius: 6px;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999999;
	margin-left: -100px;
	animation: ios 3s;
	opacity: 0;
	display: none;
}

@media (max-width: 1366px) {
	.downloadTitle1 {
		width: calc(31% - 3em);
	}

	.content {
		width: 31%;
	}

	.dialog {
		width: 30%;
		left: calc(50% - 30% / 2);
	}

	.step {
		width: 50%;
		left: calc(50% - 50% / 2);
	}
}

@media (max-width: 1280px) {
	.downloadTitle1 {
		width: calc(32% - 3em);
	}

	.content {
		width: 32%;
	}

	.dialog {
		width: 31%;
		left: calc(50% - 31% / 2);
	}

	.step {
		width: 31%;
		left: calc(50% - 31% / 2);
	}
}

@media (max-width: 1080px) {
	.downloadTitle1 {
		width: calc(38% - 3em);
		font-size: 20px;
	}

	.content {
		width: 38%;
	}

	.main h1 {
		font-size: 36px;
	}

	.content-top h2 {
		font-size: 20px;
		padding: 10px 0;
	}

	.content-top p,
	.content-top ul li,
	p.footer {
		font-size: 14px;
	}

	.dialog {
		width: 37%;
		left: calc(50% - 37% / 2);
	}

	.step {
		width: 37%;
		left: calc(50% - 37% / 2);
	}
}

@media (max-width: 800px) {
	.main h1 {
		font-size: 34px;
	}

	.downloadTitle1 {
		width: calc(46% - 3em);
	}

	.content {
		width: 46%;
	}

	.dialog {
		width: 45%;
		left: calc(50% - 45% / 2);
	}

	.step {
		width: 45%;
		left: calc(50% - 45% / 2);
	}
}

@media (max-width: 768px) {
	.main {
		padding: 90px 0;
	}

	.main h1 {
		margin-bottom: 55px;
	}

	p.footer {
		margin-top: 75px;
	}
}

@media (max-width: 736px) {
	.main {
		padding: 70px 0;
	}

	.main h1 {
		margin-bottom: 45px;
	}

	.downloadTitle1 {
		width: calc(53% - 3em);
	}

	.content {
		width: 53%;
	}

	.dialog {
		width: 52%;
		left: calc(50% - 52% / 2);
	}

	p.footer {
		margin-top: 50px;
	}
}

@media (max-width: 667px) {
	.main h1 {
		font-size: 32px;
		margin-bottom: 35px;
	}

	.main {
		padding: 60px 0;
	}

	.downloadTitle1 {
		width: calc(57% - 3em);
		font-size: 18px;
	}

	.content {
		width: 57%;
	}

	.dialog {
		width: 56%;
		left: calc(50% - 56% / 2);
	}

	.content-top h2 {
		font-size: 18px;
	}
}

@media (max-width: 600px) {
	.main h1 {
		font-size: 30px;
	}

	.content-top {
		padding: 1em;
	}

	.downloadTitle1 {
		width: calc(62% - 3em);
	}

	.content {
		width: 62%;
	}

	.dialog {
		width: 61%;
		left: calc(50% - 61% / 2);
	}
}

@media (max-width: 568px) {
	.downloadTitle1 {
		width: calc(68% - 3em);
	}

	.content {
		width: 68%;
	}

	.dialog {
		width: 67%;
		left: calc(50% - 67% / 2);
	}
}

@media (max-width: 480px) {
	.downloadTitle1 {
		width: calc(78% - 3em);
	}

	.content {
		width: 78%;
	}

	.main h1 {
		font-size: 28px;
	}

	p.footer {
		margin-top: 42px;
	}

	.dialog {
		width: 77%;
		left: calc(50% - 77% / 2);
	}
}

@media (max-width: 414px) {
	.content-top h2 {
		font-size: 16px;
	}

	.downloadTitle1 {
		font-size: 16px;
		width: calc(85% - 3em);
	}

	.content {
		width: 85%;
	}

	.dialog {
		width: 84%;
		left: calc(50% - 84% / 2);
	}

	.main {
		padding: 50px 0;
	}

	p.footer {
		line-height: 1.8em;
		margin: 42px auto 0;
		width: 85%;
	}
}

@media (max-width: 384px) {
	.main h1 {
		font-size: 27px;
	}

	.downloadTitle1 {
		width: calc(90% - 3em);
	}

	.content,
	p.footer {
		width: 90%;
	}

	.dialog {
		width: 89%;
		left: calc(50% - 89% / 2);
	}

	p.footer {
		margin: 32px auto 0;
	}
}

@media (max-width: 375px) {
	.main h1 {
		font-size: 26px;
		margin-bottom: 25px;
	}

	.main {
		padding: 45px 0;
	}

	.downloadTitle1 {
		width: calc(92% - 3em);
		padding: 8px 0;
	}

	.content,
	p.footer {
		width: 92%;
	}

	.dialog {
		width: 91%;
		left: calc(50% - 91% / 2);
	}

	.content-top h2 {
		padding: 8px 0;
	}
}

@media (max-width: 320px) {
	.main h1 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.content-top ul li {
		padding: 1em 0 1em 1em;
		background-size: 13% !important;
	}

	.content-top {
		padding: 1.2em;
	}

	.content-top p,
	.content-top ul li,
	p.footer {
		font-size: 13px;
	}

	.downloadTitle1 {
		width: calc(90% - 3em);
		padding: 1.2em;
	}

	.content,
	p.footer {
		width: 90%;
	}

	.dialog {
		width: 89%;
		left: calc(50% - 89% / 2);
	}
}

@media (max-width: 500px) {
	.bg-bubbles,
	.wrapper {
		height: auto;
	}
}
@keyframes go2264125279 {
	from {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	to {
		transform: scale(1) rotate(45deg);
		opacity: 1;
	}
}

@keyframes go3020080000 {
	from {
		transform: scale(0);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes go463499852 {
	from {
		transform: scale(0) rotate(90deg);
		opacity: 0;
	}

	to {
		transform: scale(1) rotate(90deg);
		opacity: 1;
	}
}

@keyframes go1268368563 {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes go1310225428 {
	from {
		transform: scale(0) rotate(45deg);
		opacity: 0;
	}

	to {
		transform: scale(1) rotate(45deg);
		opacity: 1;
	}
}

@keyframes go651618207 {
	0% {
		height: 0;
		width: 0;
		opacity: 0;
	}

	40% {
		height: 0;
		width: 6px;
		opacity: 1;
	}

	100% {
		opacity: 1;
		height: 10px;
	}
}

@keyframes go901347462 {
	from {
		transform: scale(0.6);
		opacity: 0.4;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes ios {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.go4109123758 {
	z-index: 9999;
}

.go4109123758 > * {
	pointer-events: auto;
}
