.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 15px 0;
	line-height: 77px;
	z-index: 99;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header .com-width {
	position: relative;
}
.header .logo img {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.header-scroll {
	background: transparent;
	padding: 0 0;
	opacity: 1;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-scroll:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 100%);
}

.header-scroll.on {
	background: transparent;
}
.header-scroll .logo img {
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	-o-transform: scale(.7);
	transform: scale(.7);
}
.nav li {
	float: left;
	font-size: 16px;
	margin-left: 34px;
	color: #fff;
}
.nav li a {
	position: relative;
	display: inline-block;
	color: #fff;
}
.nav li a:before {
	content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 20px;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
    transition: transform .5s cubic-bezier(.4, 0, .2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    visibility: hidden\9;
}
.nav li a:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.subnav {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #780064;
	color: #fff;
	text-align: center;
	z-index: 97;
	padding-top: 20%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	opacity: 0;
	visibility: hidden;
	background-image: linear-gradient(45deg, #1f3fbd 0%, #1f955e 100%);
}
.subnav.on {
	opacity: 1;
	visibility: visible;
}
.subnav li {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 5%;
}
.subnav li a {
	color: #fff;
}

.banner {
	position: relative;
	height: 690px;
	background: url(../images/banner.jpg) no-repeat center;
	padding-top: 214px;
}
.banner .pic {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 180px;
}
/*.banner h1 {
	font-size:50px;
	font-weight: bold;
	color:rgba(240,77,13);
    text-shadow: 2px 2px 2px #201919;
	line-height: 1;
	margin-bottom: 60px;
	height: 50px;
}
*/
.banner p {
	font-size:40px;
	color:rgba(255,255,255,1);
	line-height: 1;
	margin-bottom: 18px;
}
.banner ul {
	padding-top: 82px;
	font-size: 0;
}
.banner ul li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 13px;
	margin-right: 20px;
}
.downbtn {
	display: block;
	width:200px;
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	border-radius:25px;
	color: #fff !important;
	margin-bottom: 8px;
	font-weight: bold;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.downbtn:hover,
.com-more:hover {
	box-shadow: 0 10px 20px rgba(0,0,0,0.2);
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.icon-ios {
	width: 21px;
	height: 25px;
	background: url(../images/icon-ios.png) no-repeat;
	background-size: contain;
	margin-top: -6px;
	margin-right: 10px;
}
.icon-andriod {
	width: 24px;
	height: 25px;
	background: url(../images/icon-andriod.png) no-repeat;
	background-size: contain;
	margin-top: -6px;
	margin-right: 10px;
}
.btn-bg {
	background-image: linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 100%),
		linear-gradient(
			#ffffff,
			#ffffff);
		background-blend-mode: normal,
			normal;
}
.s1 {
	padding-top: 87px;
}
.s1 .cont {
	padding-top: 78px;
}
.s1 .cont h3 {
	color:rgba(255,0,0,1);
	background:linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 80%);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
	margin-bottom: 60px;
}

/*20190924新增*/
.s1 .pic,
.s1 .pic2 {
    position: relative;
}
.cover-cont {
    position: absolute;
    left: 19%;
    top: 22%;
}
.cover-cont h4 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.cover-cont p {
    font-size: 18px;
    color: #fff;
    line-height: 36px;
    margin-top: 32px;
    margin-left: -8px;
}
.s1 .pic2 .cover-cont {
    left: 0;
    top: 22%;
    width: 100%;
}
.s1 .pic2 .cover-cont h4 {
    display: none;
}
.s1 .pic2 .cover-cont p {
    font-size: 14px;
    color: #fff;
    line-height: 29px;
    margin-top: 0;
    margin-left: 0;
}

.s2 {
	padding-top: 115px;
	height: 630px;
	background: url(../images/s2-bg.jpg) no-repeat center;
}
.pos-rel {
	position: relative;
}
.s2 .pic {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: 247px;
}
.s2 p {
	margin-top: 50px;
	margin-bottom: 70px;
}
.tit-common {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}
.p-common {
	font-size: 18px;
	color: #fff;
	line-height: 35px;
}
.ml6 {
	display: inline-block;
	margin-left: -6px;
}
.com-more {
	display: inline-block;
	font-size: 18px;
	color: #fff !important;
	width:200px;
	height:50px;
	line-height: 50px;
	text-align: center;
	background-image: linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 100%),
		linear-gradient(
			#ffffff,
			#ffffff);
		background-blend-mode: normal,
			normal;
	border-radius:25px;
	font-weight:bold;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.w800 {
	width: 800px;
	margin: 0 auto;
}
.s3 {
	padding-top: 70px;
	padding-bottom: 60px;
	background: url(../images/s3-bg.png) no-repeat center bottom;
}
.s3 h3 {
	margin-bottom: 45px;
	text-align: center;
	font-size:50px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height: 1;
	background:linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 70%),
		linear-gradient(
			#ffffff,
			#ffffff);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.faq-list li ~ li {
	margin-top: 12px;
}
.faq-list li .question {
	position: relative;
	padding-left: 35px;
	padding-right: 23px;
	height:60px;
	line-height: 60px;
	background:linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 100%);
	border-radius:4px;
	font-size:18px;
	margin-bottom: 1px;
	color: #fff;
}
.icon-down {
	position: absolute;
	right: 23px;
	top: 50%;
	margin-top: -7px;
	width: 26px;
	height: 14px;
	background: url(../images/icon-down.png) no-repeat center;
	background-size: contain;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-list li .question.on .icon-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-list li .answer {
	color: #111;
	font-size: 16px;
	line-height:36px;
	background:rgba(243,243,243,1);
	border-radius:4px;
	padding: 20px 25px 20px 35px;
}
.faq-list li ~ li .answer {
	display: none;
}
.faq-list li .answer a {
	color: #00a8ff;
	text-decoration: underline;
}
.s3-bottom {
	margin-top: 40px;
}
.s3-bottom .fr {
	width: auto;
	padding: 0 60px;
}
.s3-bottom .fr .copy {
	display: inline-block;
	width:122px;
	height:40px;
	line-height: 40px;
	background:rgba(255,255,255,1);
	border-radius:19px;
	font-size:14px;
	font-weight:bold;
	color:rgb(28, 114, 84);
	text-align: center;
	margin-left: 28px;
	vertical-align: top;
	margin-top: 5px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.s3-bottom .fr .copy:hover {
	background: rgb(27, 45, 177);
	color: #fff;
}
.s4 {
	padding-top: 114px;
	height: 620px;
	background: url(../images/s4.jpg) no-repeat center;
	text-align: center;
}
.s4 p {
	margin-top: 50px;
	margin-bottom: 45px;
}
/*
.copyright {
	padding: 45px 0 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background:linear-gradient(90deg,rgb(21, 96, 189) 0%,rgba(4, 99, 59, 0.9) 100%);
}
.copyright p ~ p {
	margin-top: 20px;
}
.copyright p a {
	color: #fff;
	text-decoration: underline;
}
.copyright p a:hover {
	text-decoration: underline;
}
.copyright p .copy {
	display: inline-block;
	margin-left: 26px;
	width:100px;
	height:30px;
	line-height: 30px;
	background:rgba(255,255,255,1);
	border-radius:15px;
	text-align: center;
	font-size:16px;
	color:rgba(255,0,0,1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
/*
.copyright p .copy:hover {
	background: rgba(255,0,0,1);
	color: #fff;
	text-decoration: none;
}
.s {
	overflow: hidden;
}

*/
/*手机导航*/
.header .mobileMenuBtn {
	position: absolute;
	right: 0;
	margin-top: -12.5px;
	top: 50%;
	width: 32px;
	text-align: center;
	cursor: pointer;
	z-index: 100;
	display: none;
	transition: 0.4s all;
	-webkit-transition: 0.4s all;
}
.header .mobileMenuBtn.active {
	/*right: 220px;*/
}
.header .mobileMenuBtn span {
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	margin-bottom: 8px;
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}
.header .mobileMenuBtn span:last-child {
	margin: 0;
}
.header .mobileMenuBtn span:first-child, .header .mobileMenuBtn span:last-child {
	transform-origin: 100% 50%;
	-webkit-transform-origin: 100% 50%;
	transform: rotate(0);
	-webkit-transform: rotate(0);
}
.header .mobileMenuBtn.active span:first-child {
	transform: rotate(-43deg);
	-webkit-transform: rotate(-43deg);
}
.header .mobileMenuBtn.active span:last-child {
	transform: rotate(43deg);
	-webkit-transform: rotate(43deg);
}
.header .mobileMenuBtn span:nth-child(2) {
	transform: translateX(0);
	-webkit-transform: translateX(0);
}
.header .mobileMenuBtn.active span:nth-child(2) {
	transform: translateX(80px);
	-webkit-transform: translateX(80px);
	opacity: 0;
}

/*弹窗*/
.tcshade {
	position: fixed;
    _position: absolute;
    pointer-events: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
    z-index: 998;
    background-color: rgb(0, 0, 0);
    opacity: 0.5;
    display: none;
}
.tchide {
	display: none;
}
.tcbox {
	position: fixed;
	left: 50%;
	top: 15%;
	margin-left: -550px;
	width: 1100px;
	height: 70%;
	padding: 70px 25px 74px 0;
	overflow: hidden;
	background:linear-gradient(90deg,rgb(10, 48, 95) 0%,rgb(2, 45, 28) 100%);
	z-index: 999;
	visibility: hidden;
	/*opacity: 0;*/
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: translateY(100px);
}
.tcbox .tcclose {
	position: absolute;
	right: 35px;
	top: 25px;
	width: 48px;
	height: 48px;
	background: url(../images/icon-close.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	-webkit-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
}
.tcbox .tcclose:hover {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tcbox.show {
	visibility: visible;
	/*opacity: 1;*/
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.title {
	text-align: center;
}
.title h3 {
	display: inline-block;
	text-align: center;
	font-size: 36px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	padding-bottom: 16px;
	border-bottom: 4px solid #fff;
	margin-bottom: 45px;
}
.content1 {
	color: #fff;
	font-size: 16px;
	overflow: scroll;
	overflow-x: hidden;
	padding: 0 100px 0;
	height: 83%;
}
.tab-list {
	margin-bottom: 40px;
}
.tab-list li {
	float: left;
	margin-left: 40px;
	width:200px;
	height:40px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:36px;
	border-radius:20px;
	border:2px solid rgba(255,255,255,1);
	cursor: pointer;
}
.tab-list li.on {
	background:rgba(255,255,255,1);
	color: #6C0078;
}
.tab-content .item ~ .item {
	display: none;
}

/*滚动条*/
.content::-webkit-scrollbar {
	width:10px;
	height:10px;
}
.content::-webkit-scrollbar-button {
	background-color:#fff;
}
.content::-webkit-scrollbar-track {
	background:#fff;
}
.content::-webkit-scrollbar-thumb {
	background:#ff0000;
}
.content::-webkit-scrollbar-corner {
	background:#ff0000;
}
.content::-webkit-scrollbar-resizer {
	background:#ff0000;
}
/*滚动条 结束*/

.copyqq {
    border: none;
    background: none;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
}

/*波浪动画*/
.marquee-box {
	overflow: hidden;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}
.marquee {
	width: 8000%;
	height: 60px
}
.wave-list-box {
	float: left
}
.wave-list-box ul {
	float: left;
	height: 60px;
	overflow: hidden;
	zoom: 1
}
.wave-list-box ul li {
	height: 60px;
	width: 100%;
	float: left;
	line-height: 30px;
	list-style: none
}
.wave-box {
	position: relative;
	/*
    height: 60px;
    */
	background: #fff
}


@media (max-width: 1200px) {
	.com-width {
		width: 94%;
	}
	.nav {
		display: none;
	}
	.header .mobileMenuBtn {
		display: block;
	}
	.tcbox {
		top: 5%;
		margin-left: 0;
		left: 4%;
		width: 92%;
		height: 90%;
		padding: 34px 10px 34px 30px;
	}
	.title h3 {
	    font-size: 24px;
	    line-height: 1;
	    padding-bottom: 6px;
	    border-bottom: 2px solid #fff;
	    margin-bottom: 20px;
	}
	.content1 {
	    font-size: 12px;
	    padding: 0 20px 0 0;
	    height: 95%;
	}
	.tcbox .tcclose {
	    position: absolute;
	    right: 15px;
	    top: 15px;
	    width: 24px;
	    height: 24px;
	}
	.tab-list li {
		float: none;
	    margin-left: 0;
	    width: auto;
	    padding: 0 5px;
	    height: 30px;
	    text-align: center;
	    font-size: 12px;
	    font-weight: bold;
	    line-height: 30px;
	    border-radius: 20px;
	    cursor: pointer;
		display: inline-block;
		width: 30%;
		margin: 0 3px;
	}
	.tab-list {
		margin-bottom: 20px;
		text-align: center;
	}
}

@media (max-width: 800px) {
	.hide {
		display: block !important;
	}
	.subnav {
		padding-top: 40%;
	}
	.com-width {
	    width: 90%;
	}
	.header .logo img {
		width: 115px;
	}
	.header {
		padding: 0;
		line-height: 60px;
	}
	.header-scroll {
		line-height: 50px;
	}
	.header-scroll.on:before {
		opacity: 0;
	}
	.subnav li {
		margin-bottom: 8%;
	}
	.banner {
		height: auto;
	    background: url(../images/banner2.jpg) no-repeat center;
	    background-size: cover;
	    padding-top: 90px;
	    text-align: center;
	}
	.banner .com-width {
		width: 100%;
	}
	.banner .pic .p1,
	.s2 .pic .p1 {
		display: none;
	}
	/*
	.banner h1 {
	    font-size: 25px;
	    margin-bottom: 20px;
	    height: 25px;
	}
	*/
	.banner p {
	    font-size: 20px;
	    margin-bottom: 9px;
	}
	.banner ul {
	    padding-top: 35px;
	}
	.banner ul li {
	    font-size: 9px;
	    margin-right: 0;
	    margin-bottom: 0;
	    margin: 0 5px 18px;
	    width: 53.3333%;
	}
	.icon-ios {
	    width: 15px;
	    /*height: 25px;*/
	    margin-top: 0;
	    margin-right: 15px;
	}
	.icon-andriod {
		width: 15px;
		height: 19px;
		margin-top: 0;
		margin-right: 15px;
	}
	.downbtn {
	    width: 100%;
	    height: 40px;
	    line-height: 40px;
	    font-size: 14px;
	    border-radius: 25px;
	    margin-bottom: 4px;
	}
	.banner .pic {
	    position: static;
	    margin-left: 0;
	    width: 280px;
		margin: 0 auto;
		padding-top: 20px;
	}
	.s1 {
		padding-top: 40px;
		text-align: center;
	}
	.s1 .cont h3 {
		font-size: 25px;
		margin-bottom: 25px;
	}
	.s1 .cont {
	    padding-top: 0;
	    float: none;
	}
	.s1 .pic {
		float: none;
		display: none;
	}
	.s1 .pic2 {
		width: 285px;
		margin: 0 auto;
	}
	.s1 .com-more {
		display: none;
	}
	.header-scroll .logo img {
	    -webkit-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.s2 {
	    padding-top: 40px;
	    height: auto;
	    background: url(../images/s2-bg2.jpg) no-repeat center;
	    background-size: cover;
	    text-align: center;
	    overflow: hidden;
	}
	.tit-common {
	    font-size: 25px;
	}
	.p-common {
	    font-size: 12px;
	    color: #fff;
	    line-height: 1.75;
	}
	.s2 p {
		display: none;
	    margin-top: 25px;
	    margin-bottom: 35px;
	}
	.s2 .pic {
	    position: static;
	    left: 50%;
	    bottom: 0;
	    margin-left: 0;
	    width: 220px;
	    margin: 40px auto 0;
	}
	.com-more {
	    display: inline-block;
	    font-size: 12px;
	    width: 150px;
	    height: 30px;
	    line-height: 30px;
	    text-align: center;
	    border-radius: 15px;
	}
	.s3 {
	    padding-top: 35px;
	    padding-bottom: 40px;
	    text-align: center;
	    background: url(../images/s3-bg2.png) no-repeat center bottom;
	    background-size: contain;
	}
	.s3 h3 {
	    margin-bottom: 30px;
	    font-size: 25px;
	}
	.w800 {
	    width: 80%;
	}
	.faq-list li .question {
	    position: relative;
	    padding-left: 15px;
	    padding-right: 12px;
	    height: 35px;
	    line-height: 35px;
	    font-size: 12px;
	    text-align: left;
	}
	.icon-down {
	    right: 12px;
	    margin-top: -3.5px;
	    width: 13px;
	    height: 7px;
	}
	.faq-list li .answer {
	    color: #111;
	    font-size: 12px;
	    line-height: 1.75;
	    padding: 10px 15px 10px 15px;
	    text-align: left;
	}
	.s3-bottom {
	    margin-top: 30px;
	}
	.s3-bottom .fr {
		float: none;
	    width: auto;
	    padding: 0 20px;
	    margin-top: 15px;
	}
	.s3-bottom .fr .copy {
	    width: 61px;
	    height: 20px;
	    line-height: 20px;
	    font-size: 7px;
	    margin-left: 10px;
	    vertical-align: top;
	    margin-top: 5px;
	}
	.s4 {
	    padding-top: 44px;
	    padding-bottom: 30px;
	    height: auto;
	    background: url(../images/s4.jpg) no-repeat center;
	   	background-size: cover;
	    text-align: center;
	}
	.s4 p {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.copyright {
	    padding: 30px 0 20px;
	    font-size: 12px;
	}
	.copyright p:last-child {
		font-size: 9px;
	}
	.copyright p .copy {
	    margin-left: 10px;
	    width: 80px;
	    height: 20px;
	    line-height: 20px;
	    font-size: 12px;
	}

	/*滚动条*/
	.content::-webkit-scrollbar {
		width:3px;
		height:3px;
	}
	/*滚动条 结束*/

}

.copy-url {
	display: inline-block;
	width: 122px;
	height: 40px;
	line-height: 40px;
	background: rgba(255,255,255,1);
	border-radius: 19px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(132,0,157,1);
	text-align: center;
	margin-left: 28px;
	vertical-align: top;
	margin-top: 5px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

/*以下教程弹出处CSS*/
        .copy-url.small {
            line-height: 30px;
            height: 30px;
            font-weight: normal;
            margin-left: 0;
        }
        .tcbox.show {
            display: flex;
            flex-direction: column;
        }
        .modal {
            display: none;
            position: fixed;
            left: 50%;
            top: 50%;
            transform: translate3d(-50%, -50%, 0);
            -webkit-transform:translate3d(-50%, -50%, 0);
            background: #26c5c5;
            box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.12);
            color: #fff;
            z-index: 100;
            padding: 10px 100px;
        }
        .modal-header {
            font-size: 24px;
            text-align: center;
            padding: 20px 0;
            border-bottom: 1px solid #eee;
        }
        .modal-header img {
            position: absolute;
            width: 32px;
            top: 20px;
            right: 27px;
        }
        .modal-body {
            font-size: 16px;
            line-height: 1.2;
            padding: 30px 10px;
            color: #fff;
            max-height: 80vh;
            overflow-y: auto;
        }
        .modal-body p {
            margin-bottom: 10px;
            font-size: 14px;
            color: #efefef;
            font-weight: normal;
        }
        #ad {
            background: none;
            padding: 0;
            width: auto;

        }
        #ad .ad-content {
            max-height: 80vh;
            max-width: initial;
            border: 2px red solid;
            border-radius: 10px;
        }
        #ad .close {
            position: absolute;
            width: 32px;
            top: -5px;
            right: -5px;
        }
        .alert {
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.5);
            left:0;
            top:0;
            z-index: 100;
            display: none;
        }
        .alert-content {
            position: absolute;
            width: 80%;
            max-width: 400px;
            background: #fff;
            left:50%;
            top:50%;
            -webkit-transform: translate3d(-50%,-50%,0);
            transform: translate3d(-50%,-50%,0);
            border-radius: 15px;
        }
        .alert-content .modal-header {
            color: #2cbdbe;
        }
        .alert-content .modal-body p {
            color: #000;
        }
        .known, .btn-ghost{
            display: block;
            margin: 10px auto;
            width: 80%;
            height: 40px;
            background-image: linear-gradient(-42deg, #0C884E 00%,#0c7da0 100%), linear-gradient( #fff, #f9f5f5);
            background-blend-mode: normal, normal;
            border-radius: 20px;
            line-height: 40px;
            text-align: center;
            font-size: 16px;
            color: #fff;
            cursor: pointer;
            text-decoration: none;
        }
        .color-title {
            color: rgba(255,255,255,1);
            background: linear-gradient(-42deg, #0C884E 40%,#0c7da0 60%), linear-gradient( #fff, #f9f5f5);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
