@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #D3004D;
}
.bgcolor,.hvbgcolor:hover{
	background: #D3004D;
	color: #fff;
}
.icolor1,.hvcolor1:hover{
	color: #463c91;
}
.bgcolor1,.hvbgcolor1:hover{
	background: #463c91;
	color: #fff;
}
.head{
	background: #463c91;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	height: 80px;
}
.head_height{
	height: 80px;
}
.logo{
	display: inline-block;
	height: 45px;
}
.nav li{
	position: relative;
}
.nava{
	display: block;
	line-height: 80px;
	padding: 0 17px;
	position: relative;
	color: #fff;
}
.nav li:hover .nava{
	color: #D3004D;
}
.nava i{
	width: 25px;
	height: 10px;
	background: url(../images/navico.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	right: -4px;
	top: 18px;
}
.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 90px;
	margin-left: -50px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 10px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	background: #f9f9f9;
	color: #D3004D;
}
.hdr a{
	padding: 4px 14px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid #D3004D;
    font-size: 13px;
    color: #D3004D;
    margin-left: 12px;
}
.hdr a.active{
	border: 0;
    background: linear-gradient(92.64deg, #D3004D 0.91%, #D3004D 95.77%);
    color: #fff;
}
.hdr a:hover,.ittxt_a a:hover{
	opacity: .85;
}
.jb_bg{
    background: linear-gradient(92.64deg, #D3004D 0.91%, #D3004D 95.77%);
    color: #fff;
}

.ititle_50{
	font-size: 50px;
}
.itmd{
	padding: 100px 0 100px 0;
	background: url(../images/itbg.png) no-repeat top center;
	background-size: 100%;
}
.ittxt_a a{
	padding: 10px 25px;
    border-radius: 50px;
    background: #fff;
    border: 1px solid #D3004D;
    color: #D3004D;
    margin-right: 20px;
}
.ittxt_a a.active{
    background: linear-gradient(92.64deg, #D3004D 0.91%, #D3004D 95.77%);
    color: #fff;
    border: 0;
}
.itimg{
	width: 42%;
	margin-left: 5%;
}
.i1{
	background: #f7f7f7;
	padding: 70px 0 !important;
}
.i1w{
	position: relative;
	z-index: 9;
}
.i1a{
	display: flex;
	align-items: center;
	width: 24%;
	background: #fff;
	padding: 25px;
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.i1a i img{
	display: block;
	height: 50px;
}
.i1amore{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
    background: linear-gradient(92.64deg, #D3004D 0.91%, #D3004D 95.77%);
    color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.i1a:hover .i1amore{
	opacity: 1;
	visibility: inherit;
}
.md{
	padding: 90px 0;
}
.i2t ul{
	flex-wrap: wrap;
	justify-content: space-between;
}
.i2t li{
	width: 32.33%;
	padding: 20px;
	border: 1px solid #dcdcdc;
	margin-top: 20px;
	cursor: pointer;
	position: relative;
	color: #888;
	transition: .25s;
}
.i2t li::after{
	width: 0px;
	height: 3px;
	content: "";
    background: linear-gradient(92.64deg, #D3004D 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: .5s;
}
.i2t li.active{
	font-weight: bold;
	color: #000;
}
.i2t li.active::after{
	width: 100%;
}
.i2t li img{
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 10px;
	height: 24px;
}
.i2btxtul li{
	display: flex;
	align-items: center;
}
.i2btxtul li i{
	width: 24px;
	height: 24px;
	background: #ebefff;
	color: #D3004D;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	font-size: 12px;
}
.i2btxt .ittxt_a a{
	padding: 15px 30px;
}
.i3{
	background: #f9fcff;
}
.swiper-container-i3{
	overflow: initial;
}
.i3{
	overflow: hidden;
}
.i3a{
	box-shadow: 0 5px 15px rgba(0,0,0,.07);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.i3atxt span{
	padding: 4px 8px;
    border-radius: 4px;
    background-color: rgba(51, 111, 255, 0.14);
    font-size: 14px;
    color: rgba(31, 97, 255, 1);
}
.i4a_a{
	display: block;
	box-shadow: 0px 19px 40px 0px rgba(12, 52, 113, .1);
    border-radius: 16px;
    border: 1px solid #fff;
    padding: 30px 45px;
    transition: .5s;
    min-height: 100%;
}
.i4a_a:hover{
	box-shadow: 0px 19px 40px 0px rgba(12, 52, 113, .2);
	transform:translateY(-10px);
}
.i4atico img{
	height: 44px;
}
.i4abtxt p{
	width: 50%;
	margin-top: 5px;
}
.i4ba img{
	height: 80px;
	transition: .5s;
}
.i4ba:hover{
	color: #D3004D;
}
.i4ba:hover img{
	transform:rotateY(180deg);
}
.i5{
	background: url(../images/i5bg.png) no-repeat center;
	background-size: cover;
}
.foot{
	position: relative;
}
/*.foot::after{
    background: linear-gradient(92.64deg, #D3004D 0.91%, #A728FF 51.51%, #FF4EE4 95.77%);
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
}*/
.fh{
	border-bottom: 7px solid #D3004D;
}
.fha{
	width: 33.33%;
	padding: 45px;
	background: #f4f4f4;
	display: block;
}
.fha:nth-child(2){
	background: #eeeeee;
}
.fha:nth-child(3){
	background: #e6e6e6;
}
.fha:hover{
	color: #D3004D;
}
.fha img{
	transition: .5s;
}
.fha:hover img{
	transform:rotateY(180deg);
}
.ftmd{
	padding: 70px 0;
}
.ftl{
	width: 40%;
	margin-right: 8%;
}
.ftra ul a{
	color: #999;
}
.ftra a:hover{
	color: #D3004D;
}
.fmra{
	width: 39px;
	cursor: pointer;
	transition: .25s;
}
.fb{
	background: #f9f9f9;
	padding: 20px 0;
	line-height: 25px;
	color: #999;
}
.fb a{
	color: #999;
}
.fb a:hover{
	color: #D3004D;
}
.fbra{
	position: relative;
}
.fbra a{
	display: inline-block;
	padding: 5px 15px;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	border-radius: 50px;
}
.foothide{
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom: 0;
	margin-bottom: 32px;
	padding-bottom: 10px;
	display: none;
}
.fbra:hover .foothide{
	display: block;
}
.foothidebox{
	width: 120px;
	height: 120px;
	padding: 5px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
}
.foothide img{
	display: block;
	width: 100%;
	height: 100%;
}
.foothide em{
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	transform:rotate(45deg);
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: 0;
	margin-bottom: -5px;
}
.xi1a{
	width: 12.5%;
}
.xi1a_a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.xi1a_a img{
	display: block;
	max-width: 85%;
	max-height: 85%;
}
.xi2w{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.xi2w:nth-child(even){
	flex-flow: row-reverse;
}
.xi2txta{
	display: flex;
	align-items: flex-start;
}
.xi2txtai{
	width: 48px;
	height: 48px;
	border: 2px solid #D3004D;
	color: #D3004D;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: .5s;
}
.xi2txta:hover .xi2txtai{
	transform:rotateY(180deg);
}
.xi3{
	background: #faf2fc;
}
.xi3a_a{
	border-radius: 10px;
    padding: 30px;
    background-color: #f6c7de;
    border: 10px solid #f3bed8;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    min-height: 100%;
    transition: .5s;
}
.xi3a_a:hover{
	transform:translateY(-10px);
    box-shadow: rgba(149, 157, 165, 0.3) 0px 20px 24px;
}
.xi4{
	background: #f4f8ff;
}
.i4a_a{
	border: 0 !important;
	background: #fff !important;
}
.xi5t li{
	width: 33.33%;
	border-bottom: 3px solid #fff;
	text-align: center;
	background: #D3004D;
	color: #fff;
	padding: 15px;
	cursor: pointer;
	transition: .25s;
}
.xi5t li.active{
	border-bottom-color: #D3004D;
}
.xi5t li i{
	margin-right: 10px;
}
.xi5t ul{
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}
.xi5b li{
	background: #D3004D;
	color: #fff;
	padding: 45px;
	border-radius: 0 0 15px 15px;
}
.xi5t li:nth-child(2),
.xi5b li:nth-child(2){
	background: #003980;
}
.xi5t li:nth-child(2).active{
	border-bottom-color: #003980;
}
.xi5t li:nth-child(3),
.xi5b li:nth-child(3){
	background: #00a2e6;
}
.xi5t li:nth-child(3).active{
	border-bottom-color: #00a2e6;
}
.xi5bl .txt p{
	padding: 6px 0;
}
.xi5br img,.xi6r img{
	border-radius: 10px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.i5 .ittxt_a a{
	padding: 15px 30px;
}
.xi6r img{
	box-shadow: inherit !important;
}

/*pricing*/
.prmd{
	padding: 80px 0;
	background: url(../images/prbg.png) no-repeat top center #fff;
	background-size: 100%;
}
.prtitle h1{
	-webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #7a68ff, #D3004D, #7a68ff);
    -webkit-background-clip: text;
    -webkit-animation: word 3s linear infinite;
}
.pia_a{
	min-height: 100%;
	background: #fff;
	padding: 30px;
	position: relative;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .1);
    border-radius: 16px;
    border: 2px solid #fff;
    transition: .5s;
}
.pia_a:hover{
	transform:translateY(-10px);
    border: 2px solid #D3004D;
}
.pia1 h1{
	line-height: 1;
}
.pia2 a{
	display: block;
	line-height: 45px;
	border-radius: 45px;
	background: #463c91;
	/*background: linear-gradient(270deg, #ff6674, #ff4bc0 100%);*/
	color: #fff;
	text-align: center;
}
.pia2 a:hover{
	opacity: .85;
}
.pia3a{
	display: flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px dashed #ddd;
	line-height: 22px;
}
.pia3a p{
	margin-right: 20px;
}
.piaico{
	width: 150px;
	position: absolute;
	left: 0;
	top: -17px;
	color: #fff;
	font-weight: bold;
}
.pr1a{
	line-height: 25px;
	padding: 25px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid #E6E6E6;
	transition: .5s;
}
.pr1a:hover{
	box-shadow: 0 5px 25px rgba(0,0,0,.1);
}
.prbox{
	border: 1px solid #eee;
	padding: 20px;
	background: #f7f6ff;
	color: #463c91;
	border-radius: 12px;
}

/*user*/
.lgbg{
	background: #fff;
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	overflow-y: auto;
}
.lgbg::after{
	background-color: #eae7ff;
    background-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.1) 1px, #eae7ff 0);
    background-size: 24px 24px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
}
.lghead{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	padding: 20px 0;
}
.lgbox{
	width: 600px;
	max-width: 100%;
	background: #fff;
	position: relative;
	z-index: 9;
	box-shadow: 0 -10px 35px rgba(0,0,0,.1);
}
.lgboxt{
	padding: 40px;
}
.lgi{
	display: inline-block;
	width: 63px;
	height: 143px;
	position: absolute;
	bottom: 0;
}
.lgil{
	background: url(../images/lgl_03.png) no-repeat center;
	left: 0;
	margin-left: -63px;
}
.lgir{
	background: url(../images/lgr_03.png) no-repeat center;
	right: 0;
	margin-right: -63px;
}
.lga{
	position: relative;
}
.lga input{
	width: 100%;
	height: 55px;
	border: 1px solid #E6E6E6;
	padding-left: 55px;
	border-radius: 6px;
	transition: .5s;
}
.lga input:focus{
	box-shadow: 0 0 12px rgba(70,60,145,.1);
	border: 1px solid #463C91;
}
.lga button{
	width: 100%;
	height: 55px;
	background: #463c91;
	font-size: 18px;
	color: #fff;
	border-radius: 6px;
	cursor: pointer;
	transition: .25s;
}
.lga button:hover{
	opacity: .85;
}
.lga i{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
	color: #463c91;
}
.lga_img{
	width: 170px;
	height: 53px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 9;
	cursor: pointer;
}
.lga_img img{
	display: block;
	width: 100% !important;
	height: 100% !important;
}
.lgboxb{
	padding: 20px 40px;
	border-top: 1px solid #E6E6E6;
}
.lgboxb a:hover{
	text-decoration: underline;
	color: #463C91;
}
.lga_code{
	display: inline-block;
	line-height: 34px;
	padding: 0 15px;
	font-size: 13px;
	background: #D3004D;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 10px;
	border-radius: 4px;
	cursor: pointer;
}

.abtmd{
	padding-top: 50px;
}
.abttxt p{
	text-indent: 2em;
}
.abtbn{
	border-radius: 10px;
	overflow: hidden;
}


@media only screen and (max-width:1599px) {
	.nava{
		font-size: 14px;
	}
}
@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_50{
		font-size: 40px;
	}
	.nava{
		padding: 0 16px;
	}
	.nava i{
		width: 22px;
		height: 10px;
		right: -2px;
    	top: 23px;
	}
	.hdr a{
		padding: 5px 15px;
		font-size: 13px;
	}
	.ittxt_a a{
		padding: 12px 25px;
	}
	.i1a i img{
		height: 40px;
	}
	.i2t li{
		padding: 15px;
	}
	.i4a_a{
		padding: 25px 30px;
	}
	.i4at img{
		height: 40px;
	}
}
@media only screen and (max-width:1299px) {
	.nava{
		padding: 0 13px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_50{
		font-size: 36px;
	}
	.nava{
		padding: 0 12px;
	}
	.xi2txtai{
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_50{
		font-size: 30px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_50{
		font-size: 24px;
	}
	.itmd{
		background-size: cover;
		padding: 30px 0;
	}
	.ittxt {
		text-align: center;
	}
	.itimg{
		margin-top: 35px !important;
	}
	.itimg img{
		max-width: 100%;
		margin: 0 auto;
	}
	.ittxt h1{
		font-size: 24px;
	}
	.ittxt h1.mt_15{
		margin-top: 8px;
	}
	.ittxt h3{
		font-size: 14px;
	}
	.ittxt_a a{
		font-size: 12px;
		margin-right: 12px;
		padding: 8px 20px;
	}
	.i1{
		padding-top: 1px !important;
	}
	.i1w{
		margin-top: 0;
	}
	.i1a{
		padding: 20px;
		width: 100%;
		margin-top: 15px;
	}
	.i1a img{
		height: 35px;
	}
	.itop p{
		font-size: 13px;
	}
	.i2t li{
		margin-top: 15px;
		width: 100%;
		padding: 10px;
		font-size: 13px;
	}
	.i2btxt {
		margin-top: 25px !important;
	}
	.i2btxtul li{
		padding: 4px 0;
	}
	.i2btxt .ittxt_a a{
		padding: 10px 20px;
	}
	.i4a_a{
		padding: 25px;
	}
	.i4at img{
		height: 30px;
	}
	.i4b{
		flex-wrap: wrap;
		justify-content: center;
	}
	.i4ba{
		padding: 10px;
		width: 50%;
	}
	.i4ba img{
		height: 50px;
	}
	.i5txt h1{
		font-size: 24px;
	}
	.ft{
		text-align: center;
	}
	.ftr{
		display: none;
	}
	.fmla{
		display: none;
	}
	.fmra{
		margin: 0 auto;
	}
	.fb{
		padding: 15px 0;
	}
	.fb p{
		font-size: 13px;
	}
	.fbr{
		justify-content: center;
		margin-top: 12px;
	}
	.titleh4 h1{
		font-size: 24px
	}
	.xi2txtai{
		width: 34px;
		height: 34px;
		font-size: 16px;
	}
	.xi3a{
		width: 100%;
	}
	.xi3a_a{
		border-width: 5px;
	}
	.xi5t li{
		font-size: 13px;
		padding: 7px 5px;
	}
	.xi5t ul{
		border-radius: 8px 8px 0 0;
	}
	.xi5b li{
		border-radius: 0 0 8px 8px;
		padding: 20px;
	}
	.i5 .wrap_1300{
		display: block;
		text-align: center;
	}
	.i5 .ittxt_a a{
		padding: 10px 20px;
	}
	
	.titleh3 h1{
		font-size: 24px;
	}
	.prtitle p{
		font-size: 13px;
	}
	.pia{
		width: 100%;
		margin-top: 10px;
	}
	.pia_a{
		padding: 25px 15px 15px 15px;
	}
	.piaico{
		width: 120px;
		top: -14px;
	}
	.pia2 a{
		line-height: 40px;
	}
	.pr1a{
		margin-top: 15px;
		padding: 18px;
	}
	.pr1a .txt{
		font-size: 12px;
	}
	.prbox{
		border-radius: 6px;
		padding: 15px;
	}
	
	/*user*/
	.lgbg::after{
		height: 100%;
	}
	.lgbg{
		width: 88%;
		margin: 0 auto;
	}
	.lgboxt{
		padding: 20px;
	}
	.lga input,.lga button{
		height: 45px;
	}
	.lga button{
		font-size: 14px;
	}
	.lga input{
		padding-left: 45px;
		font-size: 13px;
	}
	.lga i{
		width: 45px;
		height: 45px;
		font-size: 16px;
	}
	.lga_code{
		line-height: 30px;
		padding: 0 10px;
		font-size: 12px;
		top: 8px;
		right: 8px;
	}
	.lga_img{
		width: 120px;
		height: 43px;
	}
	.lgboxb{
		padding: 15px 20px;
	}
	.fb{
		font-size: 12px;
	}
}