﻿@charset "utf-8";
/* CSS Document */

html {
	overflow-x: hidden;
}

.header {
	background-image: linear-gradient(to right, #2B7BE3, #23B3F1);
	background-color: #2B7BE3;
	width: 100%;
	min-width: 1200px;
}

.header a {
	color: #fff;
}

body {
	margin: 0;
	padding: 0;
	font-family: '微软雅黑', Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	color: #404040;
	position: relative;
}

ul, li, p {
	list-style: none;
	margin: 0;
	padding: 0;
}

em, i {
	font-style: normal
}

/* a{
	text-decoration:none;
	text-align:center;
	display:block;
	cursor:pointer;
} */

.text-left {
	text-align: left
}

.red {
	color: red
}

.green {
	color: green
}

.clear {
	clear: both
}

#container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

#clear {
	clear: both;
}

#menu_bg {
	background: transparent;
	/* position:fixed; */
	height: 80px;
	width: 100%;
	z-index: 1000;
	/* border-bottom:1px solid #ddd; */
}

#menu {
	position: absolute;
	right: 350px;
}

#menu li {
	float: left;
}

#menu li a {
	font-size: 16px;
	color: #404040;
	line-height: 80px;
	height: 80px;
	width: 90px;
	text-align: center;
}

#menu .active a {
	font-weight: bold;
	background: url(../images/menu_on.jpg) bottom center no-repeat;
	color: #0acffe;
}

/* 订单查询 单独设置的导航 */

#ordermenu {
	position: absolute;
	right: 200px;
}

#ordermenu li {
	float: left;
}

#ordermenu li a {
	font-size: 18px;
	color: #404040;
	line-height: 80px;
	height: 80px;
	width: 100px;
	text-align: center;
}

#ordermenu .active a {
	font-weight: bold;
	background: url(../images/menu_on.jpg) bottom center no-repeat;
	color: #0acffe;
}

.logo {
	background: url(../images/logo.png) no-repeat;
	height: 33px;
	width: 354px;
	position: absolute;
	left: 0;
	top: 24px;
}

.detail_con {
	padding: 30px;
}

.detail_con p {
	padding: 10px;
	text-indent: 1cm;
}

.section1 {
	background: url(../images/bg1.png) center top;
	background-size: cover;
	min-width: 1200px;
}

.section2 {
	background: url(../images/bg_zhuce.png) center;
	background-size: cover;
	position: relative;
	min-width: 1200px;
}

.section3 {
	background: url(../images/bg_six.png) center;
	background-size: cover;
	position: relative;
	min-width: 1200px;
}

.section4 {
	background: white;
	position: relative;
	min-width: 1200px;
}

.section5 {
	background-size: cover;
	position: relative;
	min-width: 1200px;
	background: #F7F7F7;
}

.s1_left {
	float: left;
	width: 600px;
	color: white;
	margin-top: 200px;
}

.s1_left p:nth-child(1) {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 50px;
}

.s1_left p:nth-child(2) {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 36px;
	margin-bottom: 60px;
}

.zc_btn {
	height: 50px;
	width: 250px;
	border-radius: 25px;
	text-align: center;
	display: block;
	line-height: 50px;
	box-shadow: 0 0 10px #0acffe;
	font-size: 16px;
	background: #0acffe;
	color: #fff;
	transition: ease 0.3s;
}

.zc_btn:hover {
	/* margin-top:-3px;
	box-shadow:0 5px 40px #b5f1ff; */
}

.s1_left p:nth-child(3) {
	margin-bottom: 20px;
}

.s1_right {
	float: right;
	width: 360px;
	height: 420px;
	border-radius: 10px;
	/* background:url(../images/login_bg.png) no-repeat;
  box-shadow:0 0 60px #b5f1ff; */
	background: white;
	margin-top: 160px;
}

.s1_right p:nth-child(1) {
	text-align: center;
	padding-top: 45px;
	height: 75px;
}

.s1_right p:nth-child(2), .s1_right p:nth-child(3) {
	width: 230px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #eee;
	margin: 20px auto;
	padding: 0 10px;
	color: #ccc;
}

.s1_right p:nth-child(2) input, .s1_right p:nth-child(3) input {
	height: 48px;
	width: 190px;
	font-size: 16px;
	outline: none;
	border: none;
	line-height: 48px;
	color: #ccc;
	padding-left: 10px;
}

.s1_right p:nth-child(4) {
	text-align: center;
}

.dl_btn {
	width: 250px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	background: #21C1FC;
	color: #fff;
	box-shadow: 0 0 20px #ccc;
	margin: 0 auto;
	margin-top: 20px;
	transition: ease 0.3s;
	border: 0;
	/* border: 2px solid #21C1FC; */
}

.dl_btn:hover {
	/* margin-top:-3px;
	margin-bottom:3px;
	box-shadow:0 5px 40px #b5f1ff; */
}

.s1_right p:nth-child(5) {
	margin-top: 15px;
	font-size: 14px;
	color: #21C1FC;
	text-align: center;
}

.s1_right p:nth-child(5) a:hover {
	transition: ease 0.3s;
	font-size: 16px;
}

.title {
	width: 500px;
	text-align: center;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 100px;
}

.section2 li {
	display: block;
	/* float:left; */
	background: white;
	flex: 1;
	width: 200px;
	padding: 0 10px;
	text-align: center;
	height: 300px;
}

.section2 li:not(:first-child) {
	margin-left: 10px;
}

.section2 li p:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	margin: 0px auto;
}

.section2 li p:nth-child(3) {
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	padding: 20px;
	color: #999;
}

.main_btn {
	background: url(../images/main_btn.png);
	height: 50px;
	width: 250px;
	border-radius: 25px;
	line-height: 50px;
	color: #fff;
	margin: 60px auto;
	box-shadow: 0 0 60px #b5f1ff;
	transition: ease 0.3s;
}

.main_btn:hover {
	margin-top: 56px;
	box-shadow: 0 5px 60px #b5f1ff;
}

.section4 ul {
	/*background: url(../images/hz_bg.png);*/
	height: 300px;
	width: 1200px;
	margin-top: -20px;
}

.section4 ul li {
	text-align: center;
	float: left;
	width: 300px;
	height: 150px;
	line-height: 200px;
	position: relative;
	cursor: pointer;
}

.section4 ul li span {
	display: none;
	position: absolute;
	top: 0;
	text-align: center;
	width: 300px;
	left: 0;
}

.about {
	background: url(../images/about_bg.png);
	width: 227px;
	height: 250px;
	padding: 150px 90px 0 110px;
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	top: 140px;
	left: 0;
	word-break: break-all;
}

.fu1 {
	width: 470px;
	height: 96px;
	background: url(../images/fu1.jpg);
	border: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 160px;
	box-shadow: 0 0 60px #76becf;
	padding: 30px 0 0 50px;
}

.fu2 {
	width: 370px;
	height: 96px;
	background: url(../images/fu2.jpg);
	border: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 326px;
	box-shadow: 0 0 60px #76becf;
	padding: 30px 0 0 150px;
}

.fu3 {
	width: 470px;
	height: 96px;
	background: url(../images/fu3.jpg);
	border: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 492px;
	box-shadow: 0 0 60px #76becf;
	padding: 30px 0 0 50px;
}

.fu4 {
	width: 370px;
	height: 96px;
	background: url(../images/fu4.jpg);
	border: 1px solid #fff;
	position: absolute;
	right: 0;
	top: 658px;
	box-shadow: 0 0 60px #76becf;
	padding: 30px 0 0 150px;
}

.fu1 p, .fu2 p, .fu3 p, .fu4 p {
	width: 320px;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}

.lx_box {
	width: 550px;
	height: 250px;
	background: url(../images/lx_box.png);
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -150px;
	padding: 25px;
	box-shadow: 0 0 60px #999;
}

.lx_box p {
	font-size: 18px;
	height: 70px;
	line-height: 80px;
}

.lx_box p i {
	font-size: 24px;
	padding-right: 10px;
}

.lx_box p a {
	color: #0acffe !important;
}

.foot {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: #666;
	color: #ccc;
	font-size: 12px;
}

.foot p:nth-child(1) {
	position: absolute;
	left: 0;
	top: 25px;
}

.foot p:nth-child(2) {
	position: absolute;
	right: 0;
	top: 35px;
}

.foot p a {
	display: inline-block;
	color: #fff;
}

.section2 ul p:nth-child(1) {
	transition: linear 0.3s;
}

.section2 ul p:nth-child(1):hover {
	transform: rotateY(180deg);
}

.reg_bg {
	width: 1200px;
	background: #f8f8f8;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -600px;
	/*margin-top:-350px;*/
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 60px #ccc;
}

.reg_title {
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background: #0acffe;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-weight: bold;
}

.reg_con {
	padding: 30px;
	position: relative;
	min-height: 550px;
	margin-bottom: 50px;
}

.reg_right {
	border-left: 1px dashed #ccc;
	width: 530px;
	position: absolute;
	right: 0;
	top: 40px;
	padding-left: 40px;
}

.reg_right .dl_box {
	width: 500px;
	height: 90px;
	margin-bottom: 12px;
	background: #eee;
	text-align: center;
	line-height: 90px;
	font-size: 18px;
}

.zjdl {
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	background: #0acffe;
	color: #fff;
	border-radius: 5px;
}

.zjdl:hover {
	background: #13c2ec;
}

.reg_con p {
	width: 540px;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	position: relative;
}

.reg_con span {
	position: absolute;
	font-size: 12px;
	right: 15px;
	top: 50px;
	color: #F00;
}

.reg_con p input {
	width: 400px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #ccc;
	font-size: 16px;
	float: right;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
}

.sm {
	width: 476px;
	border: 2px dashed #ffdcc3;
	background: #ffeee2;
	padding: 10px;
	margin-top: 8px;
}

.sm p {
	width: 480px;
	font-size: 14px;
	line-height: 24px;
	padding: 0;
	font-weight: lighter
}

.getcode {
	height: 40px;
	width: 90px;
	display: inline-block;
	background: #0acffe;
	border-radius: 5px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	float: right;
	margin-left: 10px;
}

.getcode i {
	color: #fff;
}

.btn_zc {
	height: 40px;
	line-height: 40px;
	width: 410px;
	border-radius: 5px;
	background: #f2e85c;
	color: #404040;
	border: 1px solid #e3d952;
	font-weight: bold;
	margin-left: 140px;
	margin-top: 10px;
}

.reg_con button {
	float: left;
	font-size: 15px;
}

.btn_zc:hover {
	background: #e3d952;
}

.btn_zh {
	height: 40px;
	line-height: 40px;
	width: 418px;
	border-radius: 5px;
	background: #f2e85c;
	color: #404040;
	border: 1px solid #e3d952;
	font-weight: bold;
	margin-top: 10px;
}

.btn_zh:hover {
	background: #e3d952;
}

.back_bg {
	width: 500px;
	background: #f8f8f8;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -300px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 0 60px #ccc;
}

.back_title {
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background: #0acffe;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-weight: bold;
}

.back_con {
	padding: 30px;
	position: relative;
}

.back_con p {
	width: 420px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	position: relative;
}

.back_con span {
	position: absolute;
	font-size: 12px;
	left: 140px;
	top: 50px;
	color: #F00;
}

.back_con p input {
	width: 300px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	color: #ccc;
	font-size: 16px;
	float: right;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
}

.dc_txt {
	height: 40px;
	width: 180px;
	line-height: 40px;
	font-size: 14px;
	background: #13CEF1;
	color: #fff;
	border-radius: 5px;
	float: right;
	text-align: center;
	box-shadow: 0 0 10px #ccc;
}

/* 商品投诉 */

.ts_bg {
	width: 1200px;
	margin: 0 auto;
	background: #f8f8f8;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	/*margin-top: 30px;*/
}

.ts_title {
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	background: #1EC3F9;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-weight: bold;
}

.ts_con {
	padding: 30px;
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.ts_con p {
	height: 40px;
	width: 900px;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 5px;
	line-height: 40px;
	margin-bottom: 20px;
}

.ts_con p span {
	width: 110px;
	font-size: 16px;
	background: #1EC3F9;
	display: block;
	float: left;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	color: #fff;
	text-align: center;
}

.ts_con p input, .ts_con p select {
	width: 780px;
	height: 35px;
	border: none;
	font-size: 14px;
	line-height: 35px;
	outline: none;
	letter-spacing: 1px;
}

.ts_con p textarea {
	width: 780px;
	max-width: 780px;
	height: 195px;
	border: none;
	font-size: 14px;
	line-height: 30px;
	outline: none;
	letter-spacing: 1px;
}

.ts_con p button {
	border: 2px solid #0acffe;
	text-align: center;
	float: right;
}

.btn_ts {
	height: 40px;
	text-align: center;
	width: 160px;
	line-height: 40px;
	background: #0acffe;
	color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	font-weight: bold;
	border: 0px solid #0acffe;
	box-shadow: 0 0 10px #0acffe;
	margin: 0 auto;
	margin-top: 30px;
}

.detail_con {
	padding: 30px;
}

.detail_con p {
	padding: 10px;
	text-indent: 1cm;
}

/* 投诉详情 */

.ts_detail {
	padding: 30px;
	position: relative;
}

.ts_detail p {
	height: 40px;
	width: 800px;
	border-radius: 5px;
	line-height: 40px;
	margin-bottom: 20px;
	overflow: hidden
}

.ts_detail p a {
	background: #0acffe;
	border-radius: 5px;
	display: inline;
	color: #fff;
	padding: 5px;
}

.ts_detail i {
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
}

/* 错误提示 */

.wrong {
	width: 460px;
	height: 160px;
	background: #fff;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 0 60px #ccc;
	padding: 20px;
	margin: 0 auto;
}

.wrong i {
	font-size: 150px;
	color: #c5c1ff;
	vertical-align: middle;
}

.wrong span {
	position: absolute;
	right: 20px;
	top: 50px;
	font-weight: bold;
	color: #666;
	font-size: 18px;
	line-height: 36px;
	width: 300px;
	word-break: break-all;
}

.wrong span a {
	color: #0acffe;
	font-size: 14px;
	float: right;
	margin-bottom: 10px;
}

/* 投诉结果查询按钮 */

/* .btn_aa{
	height:40px;
	line-height:40px;
	width:300px;
	border-radius:5px;
	background:#f2e85c;
	color:#404040 !important;
	float:right;
	margin-right:15%;
} */

/* 注册提示 */

.protect {
	clear: both;
	border: 1px solid #fadba5;
	background: #fff2be;
	margin-top: 10px;
	padding: 10px;
	color: red;
	width: 480px;
}

.protect p {
	padding: 2px 0;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	width: 98%
}

/* 按钮颜色 */

.btn-btn {
	color: #fff;
	padding: 6px;
	border-radius: 5px;
}

.btn-danger {
	background: #d9534f;
}

.btn-warning {
	background: #f0ad4e;
}

.btn-success {
	background: #5cb85c;
}

::-moz-placeholder {
	color: #ccc;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

/* CSS Document */

.wid960 {
	width: 1200px;
	z-index: 1;
	position: absolute;
	top: 120px;
	left: 50%;
	margin-left: -580px;
	margin-top: 0px;
}

.tab {}

.tab UL {
	width: 1200px;
	zoom: 1;
	clear: both;
}

.tab UL:after {
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	content: "";
}

.tab UL LI {
	text-align: center;
	line-height: 62px;	
	display: inline;
	float: left;
	height: 60px;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	background: #0acffe;
}

.tab UL LI.on {
	background: #fff;
	color: #0acffe;
	font-weight: bold;
}

.tabList {
	background: #fff;
	margin-top:-10px;
}

.tabList .one {
	padding: 30px;
	margin-left:100px;
	display: none;
}

.tabList .block {
	display: block;
}

.t1 {
	outline: none;
	padding-left: 10px;
	width: 500px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	border: 1px solid #eee;
	border-radius: 5px;
	background: none;
	letter-spacing: 1px;
	margin-left: 170px;
	float: left;
}

.t2 {
	outline: none;
	padding-left: 10px;
	width: 300px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	border: 1px solid #eee;
	background: none;
	letter-spacing: 1px;
}

.btn_order {
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	width: 120px;
	border-radius: 5px;
	background: #13CEF1;
	/* border: 1px solid #13CEF1; */
	border: 0;
	color: white;
	float: left;
	font-weight: bold;
	box-shadow: 0 0 10px #ccc;
	font-size: 18px;
}

.btn_order:hover {
	/* background:#e3d952; */
}

.order-tips {
	font-size: 18px;
	display: flex;
}

.p_order {
	font-size: 14px;
	color: #666;
	padding: 20px 0px;
	margin-top: 30px;
	border-top: 1px dashed #eee;
	line-height: 24px;
}

.order_tb {
	border: 1px solid #eee;
	border-collapse: collapse;
}

.order_tb a {
	color: #e74c3c;
}

.order_tb th {
	font-size: 14px;
	background: #f4f4f4;
}

.order_tb td {
	font-size: 14px;
	text-align: center;
}

.order_tb tr:nth-child(odd) {
	background: #fdfdfd;
}

.order_tb tr {
	border-bottom: 1px solid #f2efef;
}

.order_tb tr:hover {
	background: #f9f9ff;
}

.p_jg {
	border-top: 1px dashed #eee;
	padding: 30px 0px;
	margin-top: 30px;
}

.p_jg .hell {
	height: 24px;
	width: 4px;
	vertical-align: sub;
	display: inline-block;
	margin-right: 10px;
	background: #3DE8F9;
}

.tabList table a {
	color: #0acffe;
}

.tabList table a:hover {
	text-decoration: underline;
}

.seadiv {
	height: 50px;
	padding-right: 10px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin: 0 auto;
	margin-left: 300px;
	float: left
}

.btn_aa {
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	background: #21C1FD;
	color: white;
	float: right;
	margin-left: 15px;
	box-shadow: 0 0 10px #ccc;
}

.btn_bb {
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	background: #01E1E0;
	color: #fff;
	float: left;
	box-shadow: 0 0 10px #ccc;
}

a {
	text-decoration: none;
}

li {
	list-style-type: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w960 {
	width: 960px;
	margin: 0 auto;
}

.header-nav {
	height: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 1.5;
	
}

.header-nav .icon {
	width: 150px;
}

.header-nav .icon img {
	height: 40px;
}

.header-nav .nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.header-nav .nav .active, .header-nav .nav:hover {
	color: #3DE7F8 !important;
}

.header-nav .nav a {
	color: white;
	padding-left: 28px;
	position: relative;
}

.header-nav .nav a:hover {
	color: #3DE7F8 !important;
}

.header-nav .nav a.active::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 28px;
	width: 55px;
	height: 3PX;
	background-color: #3DE7F8;
}

.header-nav .btn-ground {
	width: 300px;
	text-align: right;
}

.header-nav .btn-ground .login_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	color: white;
	background: #3DE7F8;
	margin-right: 5px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.header-nav .btn-ground .cx_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	background: #3DE7F8;
	color: #fff;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.header .header-nav-black {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 1.5;
}

.header .header-nav-black .icon {
	width: 150px;
}

.header .header-nav-black .icon img {
	height: 40px;
}

.header .header-nav-black .nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.header .header-nav-black .nav .active, .header .header-nav-black .nav:hover {
	color: #3DE7F8 !important;
}

.header .header-nav-black .nav a {
	color: black;
	padding-left: 28px;
	position: relative;
}

.header .header-nav-black .nav a:hover {
	color: #3DE7F8 !important;
}

.header .header-nav-black .nav a.active::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 28px;
	width: 55px;
	height: 3PX;
	background-color: #3DE7F8;
}

.header .header-nav-black .btn-ground {
	width: 300px;
	text-align: right;
}

.header .header-nav-black .btn-ground .login_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	border: 1px solid #3DE7F8;
	color: #3DE7F8;
	margin-right: 5px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.header .header-nav-black .btn-ground .cx_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	background: rgba(30, 195, 249, 0.5);
	color: #fff;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.app {
	background: url(../images/bg_app.png) center top;
	background-size: 100% 100%;
}

.app .main {
	padding-top: 80px;
	width: 900px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: white;
	margin: 0 auto;
}

.app .main .cover {
	width: 500px;
}

.app .main .code-warp {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 10px;
	display: inline-block;
	margin-top: 10px;
	/* width: 150px; */
}

.app .main .code-warp .code {
	width: 200px;
	height: 200px;
}

.app .app-btn-ground {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 40px;
	font-size: 13px;
}

.app .app-btn-ground .btn {
	border: 1px solid white;
	padding: 10px 0px;
	width: 160px;
	text-align: center;
	cursor: pointer;
}

.app .app-btn-ground .btn:nth-child(1) {
	margin-right: 15px;
}

.app .app-btn-ground .btn img {
	vertical-align: middle;
	margin-right: 3px;
}

.contact .banner {
	height: 350px;
	position: relative;
	width: 100%;
	background: url("../images/bg_cont.png");
	background-size: 100% 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contact .tab-warp {
	padding: 20px 50px;
}

.contact .tab-warp .tab-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact .tab-warp .tab-header .hell {
	height: 18px;
	width: 5px;
	background: #3DE8F9;
}

.contact .tab-warp .tab-header .left-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 12px;
}

.contact .tab-warp .tab-header .right-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	text-align: right;
	color: #000000;
}

.contact .tab-warp .tab-header .right-nav .sub {
	display: inline-block;
	color: #C8C7CA;
	padding-right: 3px;
}

.contact .tab-warp .tab-header .right-nav a {
	color: #000000;
}

.contact .tab-warp .tab-header .right-nav a:hover {
	color: #24A7ED;
}

.contact .tab-warp .tab-header .right-nav a:not(:first-child) {
	margin-left: 3px;
}

.contact .tab-warp .tab-nav {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.contact .tab-warp .tab-nav .nav-item {
	background: white;
	justify-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact .tab-warp .tab-nav .nav-item .nav-text {
	margin-top: 15px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.contact .tab-warp .tab-nav .nav-item .nav-text .title {
	font-size: 20px;
	font-weight: bold;
}

.contact .tab-warp .tab-nav .nav-item .nav-text .sub {
	margin-top: 20px;
}

.contact .tab-warp .tab-nav .nav-item:not(:first-child) {
	margin-left: 20px;
}

.contact .map {
	background: #EDECF1;
	height: 350px;
	margin-bottom: 100px;
}

.foot {
	width: 100%;
	min-width: 1200px;
	padding: 10px 0;
	background: #111111;
	color: #ccc;
	font-size: 12px;
}

.foot .warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.foot p a {
	display: inline-block;
	color: #fff;
}

.orderquery, .register {
	background: url(../images/bg_app.png) center top;
	background-size: 100%;
}

.aptitude .banner {
	height: 350px;
	position: relative;
	width: 100%;
	background: url("../images/bg_cont.png");
	background-size: 100% 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.aptitude .tab-warp {
	padding: 20px 50px;
}

.aptitude .tab-warp .tab-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 20px;
}

.aptitude .tab-warp .tab-header .hell {
	height: 18px;
	width: 5px;
	background: #3DE8F9;
}

.aptitude .tab-warp .tab-header .left-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 12px;
}

.aptitude .tab-warp .tab-header .right-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	text-align: right;
	color: #000000;
}

.aptitude .tab-warp .tab-header .right-nav .sub {
	display: inline-block;
	color: #C8C7CA;
	padding-right: 3px;
}

.aptitude .tab-warp .tab-header .right-nav a {
	color: #000000;
}

.aptitude .tab-warp .tab-header .right-nav a:hover {
	color: #24A7ED;
}

.aptitude .tab-warp .tab-header .right-nav a:not(:first-child) {
	margin-left: 3px;
}

.aptitude .zz-img {
	margin-top: 50px;
	width: 700px;
	height: 960px;
}

.aptitude .layui-tab-item {
	text-align: center;
}

.aptitude .layui-tab-title {
	border: 0;
}

.aptitude .layui-tab-title li {
	text-align: center;
	line-height: 50px;
	background: #F2F2F2;
	margin-right: 5px;
	width: 150px;
}

.aptitude .layui-tab-title .layui-this:after {
	border: 0 !important;
}

.aptitude .layui-tab-title .layui-this {
	background: #3DE8F9;
	color: white;
}

.statement {
	background: url(../images/bg_zhuce.png) center top;
	background-size: 100% 100%;
}

.statement .header {
	background: white;
}

.statement .header .header-nav-black {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 1.5;
}

.statement .header .header-nav-black .icon {
	width: 150px;
}

.statement .header .header-nav-black .icon img {
	height: 40px;
}

.statement .header .header-nav-black .nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.statement .header .header-nav-black .nav .active, .statement .header .header-nav-black .nav:hover {
	color: #3DE7F8 !important;
}

.statement .header .header-nav-black .nav a {
	color: black;
	padding-left: 28px;
	position: relative;
}

.statement .header .header-nav-black .nav a:hover {
	color: #3DE7F8 !important;
}

.statement .header .header-nav-black .nav a.active::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 28px;
	width: 55px;
	height: 3PX;
	background-color: #3DE7F8;
}

.statement .header .header-nav-black .btn-ground {
	width: 300px;
	text-align: right;
}

.statement .header .header-nav-black .btn-ground .login_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	border: 1px solid #3DE7F8;
	color: #3DE7F8;
	margin-right: 5px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.statement .header .header-nav-black .btn-ground .cx_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	background: #1EC3F9;
	color: #fff;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.statement .main {
	margin: 30px auto;
}

.statement .main .title {
	text-align: center;
}

.statement .main .text-p {
	padding-top: 30px;
	line-height: 1.5;
	letter-spacing: 1.5px;
}

.complain {
	background: url(../images/bg_app.png) center top;
}

.complain .layui-form-label {
	font-size: 16px !important;
	background: #0acffe !important;
	display: block;
	color: #fff !important;
	text-align: center;
}

.copers {
	background: url(../images/bg_tousjg.jpg) center top;
}

.copers .btn_rep {
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	width: 120px;
	border-radius: 5px;
	background: #f2e85c;
	color: #404040;
	border: 1px solid #e3d952;
	font-weight: bold;
	float: right;
}

.copers .btn_rep:hover {
	background: #e3d952;
}

.copers .t1 {
	outline: none;
	padding-left: 10px;
	width: 600px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ccc;
	border: 1px solid #eee;
	border-radius: 5px;
	background: none;
	letter-spacing: 1px;
}

.copers .rep_tb {
	border: 0px solid #ddd;
	border-collapse: collapse;
	text-align: center;
}

.copers .rep_tb a {
	color: #e74c3c;
}

.copers .rep_tb th {
	font-size: 14px;
	background: #f4f4f4;
}

.copers .rep_tb td {
	font-size: 12px;
	text-align: center;
}

.copers .rep_tb tr {
	border-bottom: 1px solid #eee;
}

.copers .rep_tb tr:nth-child(odd) {
	background: #fdfdfd;
}

.copers .p_jg {
	border-top: 1px dashed #eee;
	padding: 30px 0px;
	margin-top: 30px;
}

.copers .right_talk {
	text-align: right;
	margin-bottom: 30px;
}

.copers .left_talk {
	text-align: left;
	margin-bottom: 30px;
}

.copers .maijia {
	color: #ccc;
	margin-bottom: 20px;
}

.copers .talk_text {
	background: #eee;
	padding: 5px 10px;
	width: auto;
	border-radius: 3px;
	font-size: 14px;
}

.copers .maijia span {
	padding: 2px 4px;
	background: #0acffe;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-left: 20px;
}

.copers .admin {
	color: #ccc;
	margin-bottom: 20px;
}

.copers .admin span {
	padding: 2px 4px;
	background: #e74c3c;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.copers .shangjia {
	color: #ccc;
	margin-bottom: 20px;
}

.copers .shangjia span {
	padding: 2px 4px;
	background: #04bf9d;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-right: 20px;
}

.copers .zhuijia textarea {
	width: 99%;
	resize: none;
	min-height: 100px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.copers .a-upload {
	padding: 4px 10px;
	height: 20px;
	line-height: 20px;
	position: relative;
	cursor: pointer;
	color: #333 !important;
	background: #f2e85c;
	border: 1px solid #e3d952;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-right: 10px;
	margin-top: 8px;
}

.copers .a-upload input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

.copers .a-upload:hover {
	color: #444;
	background: #eee;
	border-color: #ccc;
	text-decoration: none;
}

.copers .rep_btn {
	display: block;
	border: none;
	height: 40px;
	padding: 0px 30px;
	background: #0acffe;
	border-radius: 4px;
	color: #fff;
	float: right;
	margin-left: 20px;
	margin-top: 20px;
}

.copers .tip {
	font-size: 14px;
	padding: 10px;
	margin: 30px auto 0 auto;
	border: 1px solid #e573c5;
	background: #e6a0d2;
	color: #fff;
	line-height: 24px;
	border-radius: 3px;
}

.copers #chexiao_box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	-webkit-box-shadow: 0 0 20px #999;
	box-shadow: 0 0 20px #999;
	background: #fff;
	display: none;
	z-index: 1001;
	text-align: center;
}

.copers .box_title1 {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	background: #2c3038;
	padding: 0 20px;
	color: #fff;
	text-align: left;
}

.copers .box_title1 span {
	display: block;
	font-size: 14px;
	float: right;
	cursor: pointer;
}

.copers .btn1 {
	height: 36px;
	padding: 0 30px;
	line-height: 36px;
	border-radius: 4px;
	background: #26c17b;
	text-align: center;
	border: none;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

.copers #remainTime {
	font-size: 14px;
	font-weight: bold;
}

.copers .btn_bb2 {
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	background: #01E1E0;
	color: #fff !important;
	-webkit-box-shadow: 0 0 10px #01E1E0;
	box-shadow: 0 0 10px #01E1E0;
	display: inline-block;
	margin-right: 280px;
}

.copers .btn_aa2 {
	height: 40px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	border-radius: 5px;
	background: #21C1FD;
	color: white !important;
	-webkit-box-shadow: 0 0 10px #21C1FD;
	box-shadow: 0 0 10px #21C1FD;
	display: inline-block;
}

.register .header .header-nav-black {
	position: -webkit-sticky;
	position: sticky;
	top: 0px;
	height: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 1.5;
}

.register .header .header-nav-black .icon {
	width: 150px;
}

.register .header .header-nav-black .icon img {
	height: 40px;
}

.register .header .header-nav-black .nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.register .header .header-nav-black .nav .active, .register .header .header-nav-black .nav:hover {
	color: #3DE7F8 !important;
}

.register .header .header-nav-black .nav a {
	color: black;
	padding-left: 28px;
	position: relative;
}

.register .header .header-nav-black .nav a:hover {
	color: #3DE7F8 !important;
}

.register .header .header-nav-black .nav a.active::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 28px;
	width: 55px;
	height: 3PX;
	background-color: #3DE7F8;
}

.register .header .header-nav-black .btn-ground {
	width: 300px;
	text-align: right;
}

.register .header .header-nav-black .btn-ground .login_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	border: 1px solid #3DE7F8;
	color: #3DE7F8;
	margin-right: 5px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.register .header .header-nav-black .btn-ground .cx_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	background: #1EC3F9;
	color: #fff;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.register .register-warp {
	width: 400px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px #ebeaea;
	box-shadow: 0 0 20px #ebeaea;
	margin: 60px auto;
	padding: 20px 40px;
	background: white;
}

.register .register-warp .title {
	text-align: center;
	padding: 10px 0;
}

.register .register-warp .layui-input {
	border-width: 0px;
	border-bottom: 1px solid #ebeaea;
}

.register .register-warp .register-btn {
	width: 300px;
	margin: 0 auto;
	background-color: #01E1E0;
	-webkit-box-shadow: 0 0 10px #01DFE0;
	box-shadow: 0 0 10px #01DFE0;
	margin-top: 30px;
	font-weight: bold;
	display: block;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	height: 50px;
}

.register .register-warp .find-btn {
	width: 300px;
	margin: 0 auto;
	background-color: #01DFE0;
	-webkit-box-shadow: 0 0 10px #01DFE0;
	box-shadow: 0 0 10px #01DFE0;
	margin-top: 30px;
	font-weight: bold;
	display: block;
	line-height: 50px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 5px;
	height: 50px;
}

.register .code {
	height: 40px;
	width: 80px;
}

.section3 .cover-img-box img {
	margin-top: 15px;
	width: 385px;
	margin-right: 10px;
}

.section5 .main {
	padding-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section5 .main .about-us {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.section5 .main .about-us .about-detail {
	margin-top: 20px;
	line-height: 2;
	padding-right: 50px;
	word-spacing: 2px;
	color: #B5B5B5;
}

.section5 .main .talk-us {
	width: 500px;
	overflow: hidden;
}

.section5 .main .talk-us .talk-item {
	height: 96px;
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: white;
	cursor: pointer;
}

.section5 .main .talk-us .talk-item:hover {
	background-color: #01DFE0;
	color: white;
}

.section5 .main .talk-us .talk-item:hover .talk-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: white;
	font-weight: bold;
}

.section5 .main .talk-us .talk-item .talk-title {
	padding-left: 10px;
	width: 58px;
	position: relative;
}

.section5 .main .talk-us .talk-item .talk-title::after {
	content: '';
	width: 1px;
	height: 40px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #ccc;
}

.section5 .main .talk-us .talk-item .talk-text {
	padding: 10px;
	color: #B5B5B5;
}

.quecop {
	background: url(../images/bg_01.jpg) center top;
}

.quecop .btn_rep {
	margin-left: 20px;
	height: 50px;
	line-height: 50px;
	width: 120px;
	border-radius: 5px;
	background: #f2e85c;
	color: #404040;
	border: 1px solid #e3d952;
	font-weight: bold;
	float: right;
}

.quecop .btn_rep:hover {
	background: #e3d952;
}

.quecop .t1 {
	outline: none;
	padding-left: 10px;
	width: 600px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #ccc;
	border: 1px solid #eee;
	border-radius: 5px;
	background: none;
	letter-spacing: 1px;
}

.quecop .ts_bg {
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 10px;
}

.quecop .btn_order {
	background: #3DE7F8;
	cursor: pointer;
	border: 0;
	-webkit-box-shadow: 0px 0px 8px #ccc;
	box-shadow: 0px 0px 8px #ccc;
}

.help .banner {
	height: 350px;
	position: relative;
	width: 100%;
	background: url("../images/bg_help.png");
	background-size: 100% 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.help .banner .header-nav {
	height: 80px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: 1.5;
}

.help .banner .header-nav .icon {
	width: 150px;
}

.help .banner .header-nav .icon img {
	height: 40px;
}

.help .banner .header-nav .nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.help .banner .header-nav .nav .active, .help .banner .header-nav .nav:hover {
	color: #3DE7F8 !important;
}

.help .banner .header-nav .nav a {
	color: white;
	padding-left: 28px;
	position: relative;
}

.help .banner .header-nav .nav a:hover {
	color: #3DE7F8 !important;
}

.help .banner .header-nav .nav a.active::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 28px;
	width: 55px;
	height: 3PX;
	background-color: #3DE7F8;
}

.help .banner .header-nav .btn-ground {
	width: 300px;
	text-align: right;
}

.help .banner .header-nav .btn-ground .login_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	border: 1px solid white;
	color: white;
	margin-right: 5px;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.help .banner .header-nav .btn-ground .cx_btn {
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 120px;
	background: #3DE7F8;
	color: #fff;
	border-radius: 20px;
	line-height: 40px;
	font-size: 14px;
}

.help .tab-warp {
	background: #EDECF1;
	padding: 20px 50px;
}

.help .tab-warp .tab-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.help .tab-warp .tab-header .hell {
	height: 18px;
	width: 5px;
	background: #3DE8F9;
}

.help .tab-warp .tab-header .left-title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding-left: 15px;
}

.help .tab-warp .tab-header .right-nav {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 13px;
	text-align: right;
	color: #000000;
}

.help .tab-warp .tab-header .right-nav .sub {
	display: inline-block;
	color: #C8C7CA;
	padding-right: 3px;
}

.help .tab-warp .tab-header .right-nav a {
	color: #000000;
}

.help .tab-warp .tab-header .right-nav a:hover {
	color: #24A7ED;
}

.help .tab-warp .tab-header .right-nav a:not(:first-child) {
	margin-left: 3px;
}

.help .tab-warp .tab-nav {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.help .tab-warp .tab-nav .nav-item {
	background: white;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.help .tab-warp .tab-nav .nav-item .icon {
	width: 50px;
	height: 50px;
}

.help .tab-warp .tab-nav .nav-item .nav-text {
	margin-top: 15px;
}

.help .tab-warp .tab-nav .nav-item:not(:first-child) {
	margin-left: 20px;
}

.help .question {
	margin-top: 40px;
}

.help .question .question-title {
	position: relative;
}

.help .question .question-title::after {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 30px;
	height: 4PX;
	background-color: black;
}

.help .question .list .qa {
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}

.help .question .list .qa .icon {
	margin-right: 15px;
	width: 20px;
	height: 23px;
}

.help .question .list .qa .q, .help .question .list .qa .a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.help .question .list .qa .a-text {
	color: #6D6D6D;
	font-size: 14px;
}

.help .question .question-sub {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #6D6D6D;
	text-align: center;
}

.help .foot {
	width: 100%;
	min-width: 1200px;
	padding: 10px 0;
	background: #111111;
	color: #ccc;
	font-size: 12px;
}

.help .foot .warp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.help .foot p a {
	display: inline-block;
	color: #fff;
}

.index-page .header-nav .nav a.active::after {
	content: '';
	position: absolute;
	top: 35px;
	left: 27px;
	width: 35px;
	height: 3PX;
	background-color: #3DE7F8;
}

/*# sourceMappingURL=obj.css.map */