html,
body {
	font-family: NotoSans;
}
a:hover {
	color: #fff;
}
.page-title,
.text {
	font-family: NotoSans;
}
.section {
	color: #fff;
	text-align: center;
	min-height: auto;
}
.section .page-title {
	font-weight: bold;
}
p {
	line-height: 1.6;
	margin: 0;
}
.glyphicon {
	margin-left: 15px;
}
.page1 {
	background: url("../image/logi_banner1.png") no-repeat;
	background-position: center;
	background-size: cover;
}
.page2 {
	background: url("../image/logi_banner2.png") no-repeat;
	background-position: center;
	background-size: cover;
}
.page6 {
	background: url("../image/logi_banner3.png") no-repeat;
	background-position: center;
	background-size: cover;
}
.page1,
.page2 {
	min-height: 100vh;
}
.page3 .page-cont,
.page4 .page-cont,
.page4 .page-cont {
	padding: 8% 0;
}

.page5 .page-cont {
	padding: 4% 0 8%;
}
.page4 .page-cont {
	padding-bottom: 3px;
}
.page6 .page-cont {
	padding: 15% 0;
}
.page3 {
	background: #f9f9fa;
}

/*--------*/
.page1 .page-title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.page1 .page-title i.line {
	display: inline-block;
	width: 80px;
	height: 3px;
	background: #fff;
}

.page1 .introduce-container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page1 .introduce-container .line {
	background-color: white;
	width: 1px;
	height: 197px;
	margin: 0 82px;
}

/*--------*/
.page2 .page-title {
	margin-bottom: 10px;
}
.page2 .text {
	margin-bottom: 50px;
}

.page2 .page-cont div .img-structure {
	margin: 64px 0 94px;
}

.page2 .link {
	display: inline-block;
	margin: 32px auto;
	width: auto;
	cursor: pointer;
	color: #fff;

	transition: all ease 0.5s;
}
.page2 .link:hover {
	text-decoration: none;
	transform: translateX(10px);
}
.page2 .link i {
	font-size: 12px;
}

.page1 .page-title,
.page1 .text {
	margin-bottom: 50px;
}
.page1 .link {
	display: inline-block;
	margin: auto;
	width: auto;
	cursor: pointer;
	color: #fff;
	transition: all ease 0.5s;
}
.page1 .link:hover {
	text-decoration: none;
	transform: translateX(10px);
}
.page1 .link i {
	font-size: 12px;
}

/*--------*/
.page3,
.page4,
.page5 {
	color: #000;
}
.page4 .page-title,
.page5 .page-title {
	margin-bottom: 70px;
}

.page3 .text {
	margin-bottom: 70px;
}
.page3 .card-box {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 1200px;
	margin: auto;
}
.page3 .card-box .card {
	width: 33.33%;
	margin-right: 15px;
	background: #fff;
	height: 300px;
	padding-top: 30px;
	text-align: left;
	padding-left: 30px;
}
.page3 .card-box .card:last-of-type {
	margin-right: 0;
}
.page3 .card-box .card .card-head {
	margin-bottom: 45px;
	display: flex;
	color: #0070c9;
}
.page3 .card-box .card-content p {
	line-height: 2;
	padding-left: 25px;
	position: relative;
}
.page3 .card-box .card-content p:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -2.5px;
	width: 5px;
	height: 5px;
	border: 1px solid #0070c9;
}
/*--------*/
.page4 .bl-wrap {
	display: flex;
	justify-content: center;
	align-self: center;
	max-width: 1000px;
	margin: auto;
	transition: all ease 0.5s;
}
.page4 .bl-wrap .bl-box {
	border: 1px dashed #efefef;
	width: 33.33%;
	height: 380px;
	margin-right: 15px;
	padding-top: 40px;
	overflow: hidden;
	position: relative;
}
.page4 .bl-wrap .bl-box:hover {
	border: 1px solid #000;
}
.page4 .bl-wrap .bl-box:last-of-type {
	margin-right: 0;
}
.page4 .bl-wrap .bl-box .fade-wrap {
	position: relative;
}
.page4 .bl-wrap .bl-box .quotation {
	position: absolute;
	top: 50px;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	opacity: 0;
	font-weight: bold;
	font-size: 28px;
	font-family: serif;
}
.page4 .bl-wrap .bl-box .fade-wrap-1 {
	opacity: 1;
}
.page4 .bl-wrap .bl-box .fade-wrap-2 {
	opacity: 0;
}

.page4 .bl-wrap .bl-box .title {
	font-size: 18px;
}
.page4 .bl-wrap .bl-box .text {
	color: #989898;
	line-height: 2;
	margin-bottom: 20px;
}
.page4 .bl-wrap .bl-box p.line {
	margin: 40px auto;
	height: 1px;
	background: #c1c1c1;
	width: 50%;
}
.page4 .bl-wrap .bl-box p.line-bold {
	height: 1px;
	background: #000;
}
.page4 .bl-wrap .bl-box .quotation {
	margin-bottom: 20px;
}

/*-------*/

.page5 .role-container {
	position: relative;
}

.page5 .role-container .role-content {
	display: flex;
	justify-content: center;
	align-items: center;
}

.page5 .role-container .role-content .role-item {
	height: 258px;
	width: 255px;
	margin: 0 64px;
	cursor: pointer;
}

.page5 .role-container .role-content .role-item .role-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 22px;
	margin-top: 150px;
}

.page5 .role-container .role-content .seller {
	background: url("../image/i-am-seller.png") no-repeat;
	background-size: 100%;
}

.page5 .role-container .role-content .seller:hover .step-wrap {
	visibility: visible;
}

.page5 .role-container .role-content .server:hover .server-step-container {
	visibility: visible;
}

.page5 .role-container .role-content .server {
	background: url("../image/i-am-server.png") no-repeat;
	background-size: 100%;
}

.page5 .step-wrap {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-self: center;
	background-color: white;
}

.page5 .step-wrap .step {
	width: 250px;
	text-align: left;
	padding-left: 30px;
	height: 258px;
}
.page5 .step-wrap .st1 {
	background: url("../image/logi_step_bg1.png") no-repeat;
	background-size: 100%;
}
.page5 .step-wrap .st2 {
	background: url("../image/logi_step_bg2.png") no-repeat;
	background-size: 100%;
}
.page5 .step-wrap .st3 {
	background: url("../image/logi_step_bg3.png") no-repeat;
	background-size: 100%;
}
.page5 .step-wrap .arrow {
	margin: 0 30px;
	display: flex;
	justify-content: center;
	align-self: center;
	color: #cad2de;
	font-size: 20px;
}
.page5 .step-wrap .step .title {
	color: #cad2de;
	font-size: 36px;
}
.page5 .step-wrap .step .s2-title {
	font-size: 18px;
	margin-bottom: 50px;
}

.page5 .server-step-container {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-self: center;
	background-color: white;
	height: 258px;
}

.page5 .server-step-container .server-step-content {
	display: flex;
	justify-content: center;
	align-self: center;
	flex-direction: column;
	background: rgba(233, 235, 241, 1);
	border-radius: 4px;
	width: 282px;
	padding: 16px;
	margin-top: 64px;
}

.page5 .server-step-container .server-title {
	font-size: 20px;
	line-height: 46px;
}

.page5 .server-step-container .img-wechat {
	height: 240px;
	margin: 16px 0;
}

.page5 .server-step-container .desc-title {
	font-size: 15px;
	line-height: 46px;
}

/*----*/
.page6 .page-title {
	margin-bottom: 50px;
}
.page6 .blue-btn {
	padding: 0 35px;
	height: 45px;
	line-height: 45px;
	background: #0070c9;
	border-radius: 35px;
	color: white;
}
.page3 .page-title {
	margin-bottom: 30px;
}
.title-box p {
	margin: 5px;
	padding-left: 10px;
	font-size: 25px;
}
.card-content p {
	margin-right: 10px;
}
#title_m3 {
	font-size: 80px;
	margin-bottom: 0px;
}
