.back {
	display: inline-block;
	width: 100%;
	height: 40rem;
	line-height: 40rem;
	/* background-color: #f5f5f5; */
	position: sticky;
	top: 0rem;
	left: 0rem;
	font-size: 18rem;
	color: #999;
	text-align: center;
}

.banner{
	width: 100%;
	height: 500rem;
}

.banner img{
	width: 100%;
}


.login-content {
	width: 400rem;
	height: 500rem;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: 250rem;
	top: 80rem;
	background-color: #fff;
}

.login-content .login-title-box {
	text-align: left;
	margin-left: 38rem;
	margin-top: 45rem;
}

.login-content .login-title-box p:nth-child(1) {
	font-size: 30rem;
	font-weight: bold;
	letter-spacing: 2px;
}


.login-content .login-title-box p:nth-child(2) {
	font-size: 16rem;
}


.login-content a {
	font-size: 16rem;
}

.login-content .slogan {
	width: 100%;
	text-align: center;
	margin: 30rem 0 ;
	font-size: 16rem;
}



.login-content .form-container {
	width: 100%;
	margin: 0 auto;
	padding: 10rem 10rem 0 10rem;
	box-sizing: border-box;
}
.login-content .form-container .form-item {
  margin-bottom: 15rem;
  display: flex;
  align-items: center;
  padding: 0 10rem;
  box-sizing: border-box;
  position: relative;
}
.form-item img {
	width: 20rem;
	display: block;
	margin-bottom: 5rem;
	font-weight: bold;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20rem;
}

.login-content .form-container .form-item input {
  flex: 1;
  padding: 10rem 10rem 10rem 40rem;
  width: 100%;
  height: 40rem;
  font-size: 16rem;
  border: 1px solid #ccc;
  border-radius: 4rem;
  box-sizing: border-box;
  
}

.login-content .form-container .form-item .verify-btn {
	width: 100rem;
	padding: 10rem;
	border: 1px solid #409eff;
	/* margin-left: 10rem; */
	color: #409eff;
	border: none;
	border-radius: 4rem;
	cursor: pointer;
	font-size: 16rem;
}

.login-content .form-container .form-item .submit-btn {
  width: 100%;
  padding: 10rem;
  background-color: #409eff;
  color: white;
  border: none;
  border-radius: 4rem;
  cursor: pointer;
  font-size: 16rem;
}
.login-content .form-container .form-item .submit-btn:hover {
  background-color: #66b1ff;
}

.title-items {
	width: 1200rem;
	margin: 0 auto;
}

.sub-title {
	font-size: 20rem;
	margin-bottom: 40rem;
}

.border-b {
	border-bottom: 1px solid #e9e9f2;
}

.title-items span {
	text-align: center;
	margin-right: 0.375rem;
	margin-left: 0.375rem;
	padding: 11rem 25rem;
	font-weight: 700;
	font-size: 16rem;
	position: relative;
}

.active::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -40rem;
	width: 80rem;
	height: 6rem;
	border-radius: 3rem;
	background-color: #409eff;
	transform: scale3d(0, 1, 1);
	transform-origin: left;
	transition: all 0.5s;
}

.active2::before {
	transform: scale3d(1, 1, 1);
}

.index_three_point_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	cursor: default;
	background: #f8f8f8;
}

.index_three_point {
	width: 1200rem;
	height: auto;
	overflow: hidden;
	margin: 48rem auto;
}

.index_three_point ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	text-align: center;
}

.index_three_point ul li {
	position: relative;
	width: calc(77%/3);
	height: 410rem;
	display: inline-block;
	float: left;
	padding: 36rem 20rem;
	border-radius: 6rem;
	border: 3rem solid #1290ff;
	transition: 0.35s ease-in-out;
	overflow: hidden;
	background: #fff;
}

.index_three_point ul li:nth-child(1) {
	float: left
}

.index_three_point ul li:nth-child(2) {
	float: none
}

.index_three_point ul li:nth-child(3) {
	float: right
}

.index_three_point ul li .icon {
	width: 60rem;
	height: 60rem;
	margin: 0 auto 10rem;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li .icon01 {
	background: url(../images/point/img1-1.png) no-repeat;
	background-size: 100%;
}

.index_three_point ul li .icon02 {
	background: url(../images/point/img2-1.png) no-repeat;
	background-size: 100%;
}

.index_three_point ul li .icon03 {
	background: url(../images/point/img3-1.png) no-repeat;
	background-size: 100%;
}

.index_three_point ul li .list_title {
	position: relative;
	font-size: 26rem;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20rem;
	padding-bottom: 20rem;
	transition: 0.35s ease-in-out;
	letter-spacing: 1px;
}

.index_three_point ul li .list_title:before {
	content: " ";
	position: absolute;
	top: 60rem;
	left: 0;
	width: 100%;
	height: 1px;
	background: #efefef;
}

.index_three_point ul li .list_content {
	display: block;
	text-align: left;
	font-size: 16rem;
	line-height: 24rem;
	margin-bottom: 30rem;
}

.index_three_point ul li .list_button {
	position: absolute;
	bottom: 30rem;
	left: 26%;
	width: 50%;
	height: 38rem;
	border-radius: 4rem;
	border: 1px #333 solid;
	font-size: 16rem;
	line-height: 38rem;
}

.index_three_point ul li .list_button span {
	display: block;
	text-decoration: none;
	color: #333;
	transition: 0.35s ease-in-out;
	line-height: 38rem;
}

.index_three_point ul li:hover {
	border: 5px #1290ff solid;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li:hover .icon01 {
	background: url(../images/point/img1-2.png) no-repeat;
	background-size: 100%;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li:hover .icon02 {
	background: url(../images/point/img2-2.png) no-repeat;
	background-size: 100%;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li:hover .icon03 {
	background: url(../images/point/img3-2.png) no-repeat;
	background-size: 100%;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li:hover .list_title {
	color: #1290ff;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li:hover .list_button {
	width: 50%;
	height: 38rem;
	border-radius: 4rem;
	margin: 0 auto;
	border: 1px #1290ff solid;
	font-size: 16rem;
	line-height: 38rem;
	background: #1290ff;
	transition: 0.35s ease-in-out;
}

.index_three_point ul li:hover .list_button span {
	text-decoration: none;
	color: #fff;
	transition: 0.35s ease-in-out;
}

.index_three_point .mos_fxkchs {
	height: 506rem;
	background-image: url("@/assets/images/point/img11.png");
	background-size: 100%;
	bottom: 38rem;
}

.index_three_point .mos_fxkchs .nr1 {
	float: right;
	margin: 45rem 118rem 0 0;
}

.index_three_point .mos_fxkchs .nr1 .btn_mos {
	cursor: pointer;
	width: 150rem;
	height: 50rem;
	line-height: 50rem;
	font-size: 20rem;
	display: inline-block;
	text-align: center;
	position: relative;
	background: white
}

.index_three_point .mos_fxkchs .nr1 .btn_mos>em {
	position: absolute;
	left: 0;
	background: #de8300;
	width: 0%;
	height: 50rem;
	transition: all .3s ease-out;
}

.index_three_point .mos_fxkchs .nr1 .btn_mos>p {
	color: #303133;
	position: relative;
	z-index: 2;
	transition: all .3s ease-out;
}

.index_three_point .mos_fxkchs .nr1 .btn_mos:hover em {
	width: 100%;
	z-index: 1;
}

.index_three_point .mos_fxkchs .nr1 .btn_mos:hover p {
	color: white;
}

/* hoveré—ªå…‰ */
.imgTX {
	position: relative;
	overflow: hidden;
}

.imgTX:hover:after {
	content: "";
	display: block;
	left: 100%;
	transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	-webkit-transition: 1s;
}

.imgTX:after {
	content: "";
	display: block;
	position: absolute;
	left: -140%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skewx(-25deg);
	-o-transform: skewx(-25deg);
	-moz-transform: skewx(-25deg);
	-webkit-transform: skewx(-25deg);
	background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
}



.opacity-0 {
	opacity: 0;
}

.tab-content2 {
	width: 360rem;
}

.tab-content2 h2 {
	font-size: 20rem !important;
	margin-bottom: 10rem;
}

/* .tab-item{
		border-radius: 10px;
		width: 240px;
	} */

.sub-tab-item {
	border-radius: 10rem;
	width: 240rem;
	display: flex;
	align-items: center;
	padding: 10rem;
	margin-bottom: 10rem !important;
}

.sub-tab-item .el-icon {
	font-size: 24rem;
}

.sub-tab-item div {
	padding-left: 10rem;
}

.sub-tab-item h3 {
	font-size: 18rem !important;
	font-weight: 600;
}

.sub-tab-item-active {
	box-shadow: 0.2rem 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, .09);
}

.tag-box {
	text-align: left;
	width: 1200rem;
	margin: 0 auto;
	margin-top: 20rem;
}

.tab-content {
	width: 360rem;
}

.tab-content h2 {
	font-size: 24rem !important;
	margin-bottom: 10rem;
}

.tab-content div {
	padding-top: 20rem !important;
}

.tab-content h3 {
	margin-bottom: 0.5rem !important;
	font-size: 20rem;
	font-weight: 600;
}

.tab-content p {
	color: #666 !important;
	font-size: 18rem !important;
}

.btn-max {
	border-radius: 3rem;
	cursor: pointer;
	padding: 15px 30rem;
	background-color: #fff;
	width: 200rem;
	margin: 0 auto;
	font-size: 22rem;
}

.btn-active {
	background-color: #409eff;
	color: #fff;
}

.btn {
	border: 1px solid #222;
	border-radius: 3rem;
	cursor: pointer;
	padding: 8rem 30rem;
	margin-right: 20rem;
}

.title-box {
	text-align: center;
	position: relative;
	overflow: hidden;
	padding: 100rem 0;
	box-sizing: border-box;
}

.title {
	font-weight: 600;
	font-size: 32rem;
	margin: 40rem 0;
	text-align: center;
	position: relative;
}

.img-box {
	padding-top: 20rem;
	background-image: linear-gradient(to bottom, #F2F7FD 0%, #fff 100%);
}

.img-item {
	margin: 0 auto;
	width: 1200rem;
}


.tab-img {
	width: 730rem;
}

.pl-60 {
	padding-left: 60rem;
	box-sizing: border-box;
}

.tag-item {
	width: 380rem;
	padding: 15rem;
	background-color: #e3f7f5;
	border-radius: 12rem;
	box-sizing: border-box;
	transition: all 0.3s;
}

.tag-item:hover {
	margin-top: -30rem;
}

.tag-item .tag-item-content {
	width: 100%;
	height: 100rem;
}

.tag-item h4{
	font-size: 24rem;
	margin-bottom: 10rem;
}

.tag-item .text-item {
	padding-bottom: 10rem;
}

.tag-item .text-item i {
	margin-right: 10rem;
}

 .tag-item .text-item .text-value {
	 font-size: 14rem;
 }
 
 .more-btn {
	 padding: 10rem 0 15rem 0;
	 box-sizing: border-box;
 }
 
 
 
 /* 屏幕小于768 */
 	
 @media screen and (max-width: 768px) {
	 
	 .login-content {
	 	display: none;
	 }
	 
	 
	 
	 .back {
	 	font-size: 60rem;
	 	margin-top: 60rem;
	 }
	 
	 
	 
 	.title-items {
 		width: 1500rem;
 		margin: 0 auto;
 	}
 	
 	.sub-title {
		width: 1500rem;
		text-align: center;
		margin: 60rem auto;
		padding: 0 30rem;
 		font-size: 60rem;
		box-sizing: border-box;
 	}
 	
 	.border-b {
 		border-bottom: 1px solid #e9e9f2;
 	}
 	
 	.title-items span {
 		text-align: center;
 		margin-right: 0.375rem;
 		margin-left: 0.375rem;
 		padding: 50rem;
 		font-weight: 700;
 		font-size: 60rem;
 		position: relative;
		box-sizing: border-box;
 	}
 	
 	.active::before {
 		content: "";
 		position: absolute;
 		bottom: 0;
 		left: 50%;
 		margin-left: -100rem;
 		width: 200rem;
 		height: 16rem;
 		border-radius: 12rem;
 		background-color: #409eff;
 		transform: scale3d(0, 1, 1);
 		transform-origin: left;
 		transition: all 0.5s;
 	}
 	
 	.active2::before {
 		transform: scale3d(1, 1, 1);
 	}
 	
 	.index_three_point_box {
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin: 0 auto;
 		cursor: default;
 		background: #f8f8f8;
 	}
 	
 	.index_three_point {
 		width: 1200rem;
 		height: auto;
 		overflow: hidden;
 		margin: 48rem auto;
 	}
 	
 	.index_three_point ul {
 		list-style: none;
 		margin: 0;
 		padding: 0;
 		display: block;
 		text-align: center;
 	}
 	
 	.index_three_point ul li {
 		position: relative;
 		width: calc(77%/3);
 		height: 410rem;
 		display: inline-block;
 		float: left;
 		padding: 36rem 20rem;
 		border-radius: 6rem;
 		border: 3rem solid #1290ff;
 		transition: 0.35s ease-in-out;
 		overflow: hidden;
 		background: #fff;
 	}
 	
 	.index_three_point ul li:nth-child(1) {
 		float: left
 	}
 	
 	.index_three_point ul li:nth-child(2) {
 		float: none
 	}
 	
 	.index_three_point ul li:nth-child(3) {
 		float: right
 	}
 	
 	.index_three_point ul li .icon {
 		width: 60rem;
 		height: 60rem;
 		margin: 0 auto 10rem;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li .icon01 {
 		background: url(../images/point/img1-1.png) no-repeat;
 		background-size: 100%;
 	}
 	
 	.index_three_point ul li .icon02 {
 		background: url(../images/point/img2-1.png) no-repeat;
 		background-size: 100%;
 	}
 	
 	.index_three_point ul li .icon03 {
 		background: url(../images/point/img3-1.png) no-repeat;
 		background-size: 100%;
 	}
 	
 	.index_three_point ul li .list_title {
 		position: relative;
 		font-size: 26rem;
 		font-weight: normal;
 		text-align: center;
 		margin-bottom: 20rem;
 		padding-bottom: 20rem;
 		transition: 0.35s ease-in-out;
 		letter-spacing: 1px;
 	}
 	
 	.index_three_point ul li .list_title:before {
 		content: " ";
 		position: absolute;
 		top: 60rem;
 		left: 0;
 		width: 100%;
 		height: 1px;
 		background: #efefef;
 	}
 	
 	.index_three_point ul li .list_content {
 		display: block;
 		text-align: left;
 		font-size: 16rem;
 		line-height: 24rem;
 		margin-bottom: 30rem;
 	}
 	
 	.index_three_point ul li .list_button {
 		position: absolute;
 		bottom: 30rem;
 		left: 26%;
 		width: 50%;
 		height: 38rem;
 		border-radius: 4rem;
 		border: 1px #333 solid;
 		font-size: 16rem;
 		line-height: 38rem;
 	}
 	
 	.index_three_point ul li .list_button span {
 		display: block;
 		text-decoration: none;
 		color: #333;
 		transition: 0.35s ease-in-out;
 		line-height: 38rem;
 	}
 	
 	.index_three_point ul li:hover {
 		border: 5px #1290ff solid;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li:hover .icon01 {
 		background: url(../images/point/img1-2.png) no-repeat;
 		background-size: 100%;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li:hover .icon02 {
 		background: url(../images/point/img2-2.png) no-repeat;
 		background-size: 100%;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li:hover .icon03 {
 		background: url(../images/point/img3-2.png) no-repeat;
 		background-size: 100%;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li:hover .list_title {
 		color: #1290ff;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li:hover .list_button {
 		width: 50%;
 		height: 38rem;
 		border-radius: 4rem;
 		margin: 0 auto;
 		border: 1px #1290ff solid;
 		font-size: 16rem;
 		line-height: 38rem;
 		background: #1290ff;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point ul li:hover .list_button span {
 		text-decoration: none;
 		color: #fff;
 		transition: 0.35s ease-in-out;
 	}
 	
 	.index_three_point .mos_fxkchs {
 		height: 506rem;
 		background-image: url("@/assets/images/point/img11.png");
 		background-size: 100%;
 		bottom: 38rem;
 	}
 	
 	.index_three_point .mos_fxkchs .nr1 {
 		float: right;
 		margin: 45rem 118rem 0 0;
 	}
 	
 	.index_three_point .mos_fxkchs .nr1 .btn_mos {
 		cursor: pointer;
 		width: 150rem;
 		height: 50rem;
 		line-height: 50rem;
 		font-size: 20rem;
 		display: inline-block;
 		text-align: center;
 		position: relative;
 		background: white
 	}
 	
 	.index_three_point .mos_fxkchs .nr1 .btn_mos>em {
 		position: absolute;
 		left: 0;
 		background: #de8300;
 		width: 0%;
 		height: 50rem;
 		transition: all .3s ease-out;
 	}
 	
 	.index_three_point .mos_fxkchs .nr1 .btn_mos>p {
 		color: #303133;
 		position: relative;
 		z-index: 2;
 		transition: all .3s ease-out;
 	}
 	
 	.index_three_point .mos_fxkchs .nr1 .btn_mos:hover em {
 		width: 100%;
 		z-index: 1;
 	}
 	
 	.index_three_point .mos_fxkchs .nr1 .btn_mos:hover p {
 		color: white;
 	}
 	
 	/* hoveré—ªå…‰ */
 	.imgTX {
 		position: relative;
 		overflow: hidden;
 	}
 	
 	.imgTX:hover:after {
 		content: "";
 		display: block;
 		left: 100%;
 		transition: 1s;
 		-o-transition: 1s;
 		-moz-transition: 1s;
 		-webkit-transition: 1s;
 	}
 	
 	.imgTX:after {
 		content: "";
 		display: block;
 		position: absolute;
 		left: -140%;
 		top: 0;
 		width: 100%;
 		height: 100%;
 		transform: skewx(-25deg);
 		-o-transform: skewx(-25deg);
 		-moz-transform: skewx(-25deg);
 		-webkit-transform: skewx(-25deg);
 		background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
 	}
 	
 	
 	
 	.opacity-0 {
 		opacity: 0;
 	}
 	
 	.tab-content2 {
 		width: 500rem;
 	}
 	
 	.tab-content2 h2 {
 		font-size: 50rem !important;
 		margin-bottom: 10rem;
 	}
 	
 	.tab-item{
		font-size: 60rem;
	}
 	
 	.sub-tab-item {
 		border-radius: 10rem;
 		width: 500rem;
 		display: flex;
 		align-items: center;
 		padding: 20rem;
 		margin-bottom: 10rem !important;
		box-sizing: border-box;
 	}
 	
 	.sub-tab-item .el-icon {
 		font-size: 50rem;
 	}
 	
 	.sub-tab-item div {
 		padding-left: 10rem;
		box-sizing: border-box;
		font-size: 30rem;
 	}
 	
 	.sub-tab-item h3 {
 		font-size: 40rem !important;
 		font-weight: 600;
 	}
 	
 	.sub-tab-item-active {
 		box-shadow: 0.2rem 0.2rem 0.6rem 0.2rem rgba(0, 0, 0, .09);
 	}
 	
 	.tag-box {
 		text-align: left;
 		width: 1800rem;
 		margin: 80rem auto;
		display: flex;
		flex-wrap: wrap;
 	}
 	
 	.tab-content {
 		width: 900rem;
 	}
 	
 	.tab-content h2 {
 		font-size: 80rem !important;
 		margin-bottom: 10rem;
 	}
 	
 	.tab-content div {
 		padding-top: 40rem !important;
		box-sizing: border-box;
 	}
 	
 	.tab-content h3 {
 		margin-bottom: 30rem !important;
 		font-size: 60rem !important;
 		font-weight: 600;
 	}
 	
 	.tab-content p {
 		color: #666 !important;
 		font-size: 54rem !important;
 	}
 	
 	.btn-max {
 		border-radius: 3rem;
 		cursor: pointer;
 		padding: 15px 30rem;
 		background-color: #fff;
 		width: 200rem;
 		margin: 0 auto;
 		font-size: 30rem;
 	}
 	
 	.btn-active {
 		background-color: #409eff;
 		color: #fff;
 	}
 	
 	.btn {
 		border: 1px solid #222;
 		border-radius: 3rem;
 		cursor: pointer;
 		padding: 8rem 30rem;
 		margin-right: 20rem;
 	}
 	
 	.title-box {
 		text-align: center;
 		position: relative;
 		overflow: hidden;
 		padding-bottom: 20rem;
 	}
	
	
 	
 	.title {
 		font-weight: 600;
 		font-size: 80rem;
 		margin: 40rem 0 10rem 0;
 		text-align: center;
 		position: relative;
 	}
 	
 	.img-box {
 		padding-top: 20rem;
 		background-image: linear-gradient(to bottom, #F2F7FD 0%, #fff 100%);
 	}
 	
 	.img-item {
 		margin: 0 auto;
 		width: 1200rem;
 	}
 	
 	
 	.tab-img {
 		width: 1800rem;
		margin-top: 100rem;
 	}
 	
 	.pl-60 {
 		padding-left: 60rem;
 		box-sizing: border-box;
 	}
 	
 	.tag-item {
 		width: 560rem;
 		padding: 30rem;
 		background-color: #e3f7f5;
 		border-radius: 12rem;
 		box-sizing: border-box;
 	}
 	
 	.tag-item h4{
 		font-size: 40rem;
 		margin-bottom: 20rem;
 	}
	
	.tag-item .tag-item-content {
		width: 100%;
		height: 200rem !important;
	}
 	
 	.tag-item .text-item {
 		padding-bottom: 30rem;
 	}
 	
 	.tag-item .text-item i {
 		margin-right: 10rem;
		font-size: 40rem;
 	}
 	
 	 .tag-item .text-item .text-value {
 		 font-size: 30rem;
 	 }
 	 
 	 .more-btn {
 		 padding: 10rem 0 15rem 0;
 		 box-sizing: border-box;
		 font-size: 30rem;
 	 }
 	
 }
 
 