@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}
.text-primary{
	color: #4A7FF5;
}
img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #4A7FF5;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.scale {
	display: block;
	overflow: hidden;
}

.scale img {
	transition: 0.6s all;
}

.scale:hover img {
	transform: scale(1.06);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.flex-center {
	display: flex;
	align-items: center;
}

.flex {
	display: flex;
}

.flex_bd {
	flex: 1;
	min-width: 0;
}

.container {
	margin: 0 auto;
	width: 73%;
}

@media (max-width: 1580px) {
	.container {
		width: 84%;
	}
}

@media (max-width: 767px) {
	.container {
		padding: 0 1rem;
		width: 100%;
	}
}

.bg-color1 {
	background-color: #fff;
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 0.72rem;
		padding-bottom: 0.72rem;
	}
}

.pt100 {
	padding-top: 1rem;
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 0.72rem;
	}
}

.pb100 {
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 0.72rem;
	}
}

.font18 {
	font-size: 0.18rem;
}

.font20 {
	font-size: 0.2rem;
}

.font22 {
	font-size: 0.22rem;
}

.font24 {
	font-size: 0.24rem;
}

.font26 {
	font-size: 0.26rem;
}

.font28 {
	font-size: 0.28rem;
}

.font30 {
	font-size: 0.3rem;
}

.font36 {
	font-size: 0.36rem;
}

.font44 {
	font-size: 0.44rem;
}

@media (max-width: 1900px) {
	.font18 {
		font-size: 16px;
	}
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 14px;
	}

	.font20,
	.font22 {
		font-size: 16px;
	}

	.font24,
	.font26 {
		font-size: 18px;
	}

	.font28,
	.font30 {
		font-size: 20px;
	}

	.font44,
	.font36 {
		font-size: 24px;
	}
}

#hi-upgrade {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}

#hi-upgrade .hi-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -177px 0 0 -450px;
	width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
	font-size: 30px;
	line-height: 40px;
	color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
	margin: 10px 0;
	display: inline-block;
	cursor: pointer;
	font-size: 18px;
	color: #e88021;
}

#hi-upgrade .hi-wrap .hi-close:hover {
	text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
	color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
	color: #e9a171;
}

#hi-upgrade .hi-wrap .hi-text2 {
	position: relative;
	margin: 60px 0;
	color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	width: 100%;
	border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
	position: relative;
	z-index: 5;
	padding: 0 30px;
	background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
	overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
	display: inline-block;
	width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
	margin: 0 auto 5px;
	width: 50px;
	height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
	color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
	color: #e88021;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
	background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
	background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
	background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
	background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
	background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
	background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}

/* 占位标签，设置导航样式 */
#c-placeholder {
	height: 80px;
}

@media (max-width: 991px) {
	#c-placeholder {
		height: 60px;
	}
}

img {
	max-width: 100%;
}

/*顶部*/
#c-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

#c-header.c-head-move {
	top: -100px;
}

#c-header.c-style2 {
	background: rgba(39, 47, 67, .76);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
	#c-header {
		line-height: 60px;
	}
}

#c-header a {
	color: #fff;
	transition: all 0.5s;
}

#c-header .container {
	display: flex;
	align-items: center;
}

@media (max-width: 991px) {
	#c-header .container {
		padding: 0 0.5rem;
		width: 100%;
		height: 60px;
	}
}

@media (max-width: 767px) {
	#c-header .container {
		padding: 0 1rem;
	}
}

#c-header .c-right-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
}

/*顶部logo*/
#c-header .c-logo {
	display: flex;
	align-items: center;
}

#c-header .c-logo .c-img-box {
	display: flex;
	align-items: center;
}

#c-header .c-logo .c-img-box img {
	height: 50px;
}


#c-header .c-logo span {
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
	#c-header .c-logo span {
		display: none;
	}
}

/*顶部pc导航*/
#c-header .c-nav {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}


#c-header .c-nav>li {
	position: relative;
	margin-right: 100px;
}

#c-header .c-nav>li:last-child {
	margin-right: 0;
}

#c-header .c-nav>li a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #ffffff;
	transition: 0.5s;
}

@media (max-width: 1260px) {
	#c-header .c-nav>li {
		margin-right: 50px;
	}
}

#c-header .c-nav li a {
	position: relative;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#c-header .c-nav li a i {
	margin-left: 8px;
	font-size: 16px;
}

#c-header .c-nav li.on>a::before,
#c-header .c-nav li:hover>a::before {
	width: 100%;
}

#c-header .c-nav ul {
	position: absolute;
	top: 99%;
	left: 50%;
	display: none;
	width: 150px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
}

#c-header .c-nav ul li:last-child {
	border: 0;
}

#c-header .c-nav ul li a {
	color: #666;
}

#c-header.c-style2 .c-nav li.on>a,
#c-header .c-nav li:hover>a {
	color: #ffffff;
}

/*顶部移动端导航*/

@media (max-width: 767px) {
	
	#c-header .c-nav {
		display: block;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		line-height: 60px;
		color: #fff;
		background: rgba(39, 47, 67, .86);
		overflow-y: auto;
		transition: all 0.5s;
		text-align: center;
	}
	
	#c-header .c-nav>li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	#c-header .c-nav li {
		padding: 0 0.5rem;
		margin-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	#c-header .c-nav li {
		padding: 0 1rem;
	}
	
	#c-header .c-nav li .c-title-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	#c-header .c-nav li a {
		color: #fff;
		font-size: 16px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	#c-header .c-nav li a i {
		font-size: 20px;
	}
	
	#c-header .c-nav li a:hover,
	#c-header .c-nav li.on>a {
		color: #ffffff;
	}
	
	#c-header .c-nav li ul {
		display: none;
	}
	
	.c-open #c-header .c-nav {
		height: calc(100vh - 60px);
	}
}


/*顶部导航开关*/
#c-header .c-switch {
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	#c-header .c-switch {
		display: block;
	}
}

#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

#c-header.c-style2 .c-switch i {
	background: #fff;
}

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn {
	display: flex;
	align-items: center;
	margin-left: auto;
}


#c-header .c-gn form {
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 1900px) {
	#c-header .c-gn form {
		padding: 0 15px;
	}
}

#c-header .c-gn form:hover>i {
	color: #ffffff;
}

#c-header .c-gn form>i {
	transition: 0.5s;
}

#c-header .c-gn form .c-box {
	position: absolute;
	top: 106%;
	right: 0;
	display: none;
	width: 280px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

#c-header .c-gn form .c-box input {
	float: left;
	padding: 0 15px;
	width: -webkit-calc(30%);
	width: calc(100% - 70px);
	height: 50px;
}

#c-header .c-gn form .c-box button {
	float: left;
	width: 70px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: #e88021;
	cursor: pointer;
}

#c-header .c-gn .c-lan {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px;
	width: 40px;
	height: 40px;
}

#c-header .c-gn .c-phone {
	display: flex;
	align-items: center;
}

#c-header .c-gn .c-phone i {
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	line-height: 28px;
}

@media (max-width: 1900px) {
	#c-header .c-gn .c-phone i {
		margin: 0 5px 0 15px;
	}
}

#c-header .c-gn .c-phone span {
	font-weight: bold;
}

#c-header.c-style2 .c-gn .c-phone i {
	border: 1px solid rgba(222, 47, 9, 0.2);
}

#c-header.c-style2 .c-gn .c-phone {
	color: #e88021;
}

@media (max-width: 767px) {
	.par_banner img {
		height: 200px;
		object-fit: cover;
	}
}


/* 底部 */
#c-footer {
	background-color: #272f43;
	color: #fff;
	font-size: 0.14rem;
}
.c-list li  a{
	color: #ffffff;
	opacity: .6;
	transition: 0.5s;
}
#c-footer a {
	color: #ffffff;
}

#c-footer a:hover {
	color: #e88021;
}



@media (max-width: 767px) {
	
}

#c-footer .c-top-box .container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}


#c-footer .c-top-box .container .c-link {
	margin-top: 30px;
}

#c-footer .c-top-box .container .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 20px;
}
.flex-ver{
	display: flex;
	align-items: center;
	border-left: 1px solid #4d5363;
}



#c-footer .c-top-box .container .c-title-box .c-title {
	font-size: 16px;
	font-weight: bold;
}

#c-footer .c-top-box .container .c-title-box a {
	color: #fff;
}

#c-footer .c-top-box .container .c-title-box a:hover {
	color: #e88021;
}

#c-footer .c-top-box .container .c-title-box i {
	display: none;
	transition: 0.5s;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-title-box i {
		display: inline-block;
	}
}
#c-footer .c-top-box .container>div{
	padding: 46px;
}
#c-footer .c-top-box .container .c-list-box {
	max-width: 380px;
	min-height: 140px;
	padding: 0 25px;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box {
		width: 40%;
		float: left;
		padding: 15px;
	}
	#c-footer .c-top-box .container .c-list-box:first-child {
		width:100%;
	}
}


#c-footer .c-top-box .container .c-list-box .c-list li {
	padding-bottom: 10px;
	color: #696969;
	font-size: 14px;
}

#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
	padding-bottom: 0;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
		padding-bottom: 0.5rem;
	}
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box .c-list li {
		padding-bottom: 0.5rem;
	}
}

#c-footer .c-top-box .container .c-list-box .c-list li a {
	font-size: 14px;
}

#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-list-box.on .c-title-box i {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-text-box {
		padding-top: 0.5rem;
	}
}

#c-footer .c-top-box .container .c-text-box p {
	padding-bottom: 0.1rem;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-text-box p {
		padding-bottom: 0.5rem;
	}
}

#c-footer .c-top-box .container .c-ico {
	display: flex;
	align-items: center;
}

#c-footer .c-top-box .container .c-ico a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	color: #181c1e;
	background: #2a2d2f;
	transition: 0.5s;
}

#c-footer .c-top-box .container .c-ico a:hover {
	background: #e88021;
}

#c-footer .c-top-box .container .c-weixin {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 910;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

#c-footer .c-top-box .container .c-weixin .c-img-box {
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 20px;
	width: 200px;
	border-radius: 5px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#c-footer .c-top-box .container .c-weixin .c-img-box img {
	width: 100%;
}

#c-footer .c-top-box .container .c-weixin .c-img-box .c-text {
	padding-top: 10px;
	line-height: 1;
	text-align: center;
	color: #333;
}

@media (max-width: 767px) {
	#c-footer .c-top-box .container .c-text-wrap {
		width: 100%;
		padding-top: 1.5rem;
		padding-bottom: 1rem;
	}
}


#c-footer .c-bottom-box {
	padding: 15px 0;
	border-top: 1px solid #4d5363;
	color: #bfc1c7;
}

@media (max-width: 767px) {
	#c-footer .c-bottom-box {
		padding: 1.5rem 0;
	}
}
#c-footer .c-bottom-box .container a {
	color: #bfc1c7;
	display: inline-block;
	margin-left: 30px;
}

#c-footer .c-bottom-box .container .c-copyright {
	word-wrap: break-word;
	word-break: break-all;
	text-align: center;
}
.list-wx{
	text-align: center;
	margin-left: 40px;
}
.list-wx li{
	float: left;
	padding: 0 10px;
}
.list-wx li p{
	margin-top: 10px;
}
.list-info .hd{
	font-size: 18px;
	color: #e48c2d;
	font-weight: bold;
	margin-bottom: 10px;
}
.list-info .bd{
	line-height: 2;
}




/* 顶部banner */
#c-top-banner {
	position: relative;
}

#c-top-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}

#c-top-banner img {
	width: 100%;
}

#c-top-banner .c-box {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#c-top-banner .c-box .c-title {
	font-size: 48px;
	line-height: 1.5;
	color: #fff;
}

#c-top-banner .container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-row-list{
	max-width: 190px;
}
.c-row-list li{
	min-width:94px;
	float: left;
}
@media (max-width:1500px) {
	#c-footer .c-top-box .container>div{
		padding: 20px;
	}
}
@media (max-width:1320px) {
	.flex-ver{
		border: 0;
	}
}
@media (max-width:1024px) {
	.flex-ver{
		display: block;
	}
	.c-list-end{
		padding: 15px!important;
		width: 100%;
	}
	.list-wx{
		margin-left: auto;
		margin-right: auto;
	}
	.list-wx li{
		width: 50%;
	}
	#c-footer .c-top-box .container>div{
		padding: 0;
	}
	.list-info{
		margin-bottom: 30px;
	}
	
}







.btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 34px;
	padding: 0 12px;
    border-radius: 4px;
}
@media (min-width:1200px) {
	.container{
		width: 1200px;
	}
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}
.btn-warning{
	background-color: #FFBF78;
	color: #333333;
}
.btn-primary{
	background-color: #4A7FF5;
	color: #fff;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s
}

/* 登录注册 */
.mt-banner{
	padding: 60px 0;
	background: url(../images/loginbg.jpg) center top no-repeat;
}
.login-left{
	text-align: center;
	color: #ffffff;
}
.login-left .l-text{
	font-size: 46px;
	font-weight: bold;
	padding:15px 0 20px 0;
	line-height: 1;
}
.login-left .l-text{
	font-size: 46px;
	font-weight: bold;
}
.login-link .btn-download{
	height: 42px;
	border-radius: 40px;
	border: 1px solid #ffffff;
	padding: 0 40px;
	color: #ffffff;
}
.login-main{
	position: relative;
	width: 350px;
	min-height: 350px;
	margin-left: auto;
	background-color: #ffffff;
	border-radius: 10px;
}
.login-left-tab{
	position: absolute;
	top: 50px;
	right: -70px;
	width: 70px;
}
.login-left-tab li{
	margin-bottom: 15px;
}
.login-left-tab li a{
	display: block;
	border-radius: 0 4px 4px 0;
	background-color: #006DF6;
	color: #ffffff;
	border: 1px solid #ffffff;
	line-height: 1.4;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	border-left: 0;
	font-size: 16px;
}
.login-left-tab .active a{
	background-color: #ffffff;
	color: #006DF6;
}
.login-top-tab{
	height: 34px;
	line-height: 1;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
	margin-bottom: 30px;
}
.login-top-tab li{
	width: 33.33%;
	float: left;
}
.login-top-tab li a{
	position: relative;
	height: 34px;
	display: block;
	font-size: 15px;
}
.login-top-tab .active a{
	font-weight: bold;
	font-size: 15px;
	color: #006DF6;
}
.login-top-tab .active a::after{
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	background-color: #4A7FF5;
	content: '';
}

.login-main>.tab-content{
	padding: 20px;
}
.login-bar{
	background-color: #F2F2F2;
	border-radius: 0 0 10px 10px;
	padding: 10px 20px;
}
.login-bar .iconfont{
	margin-right: 10px;
	color: #4A7FF5;
}
.form-row{
	position: relative;
	margin-bottom: 18px;
}
.form-row .form-control{
	height: 42px;
	padding-left: 52px;
}
.form-row .iconfont{
	font-size: 20px;
	color: #999;
	line-height: 1;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.form-row .btn-get{
	position: absolute;
	right: 10px;
	top: 50%;
	color: #666;
	transform: translateY(-50%);
}
.form-row .btn-warning{
	height: 42px;
	font-weight: bold;
	font-size: 16px;
	width: 100%;
}

.pc-left{
	float: left;
	color: #555555;
}
.left-k{
	display: block;
}
.left-k *{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.pc-link{
	float: right;
}
.pc-link a{
	display: inline-block;
	margin-left: 10px;
}
.row-link{
	font-size: 13px;
}
.row-link:first-child{
	margin-bottom: 10px;
}
.form-top{
	margin-bottom: 12px;
	margin-top: -10px;
}
.form-top .icon-wj{
	font-size: 18px;
	margin-right: 5px;
	color: #999;
}
.underline{
	text-decoration: underline;
}
.mt-foot{
	padding: 40px 0;
	text-align: center;
}
.mt-foot .line{
	color: #999;
	padding: 0 15px;
}
.mt-foot a{
	font-size: 16px;
}
.mt-end{
	text-align: center;
	color: #999999;
	padding: 20px;
}

.mt-head{
	position: relative;
	background-color: #ffffff;
	z-index: 999;
	padding: 25px 0;
}
.logo{
	display: flex;
	align-items: center;
}
.logo  span{
	font-size: 18px;
	margin-left: 10px;
}
.mt-nav{
	margin-left: auto;
}
.mt-nav li{
	position: relative;
	float: left;
	margin-right: 50px;
}
.wx-box{
	display: none;
	position: absolute;
	width: 108px;
	height: 108px;
	top: 100%;
	left: 50%;
	margin-left: -54px;
}
.mt-nav li:hover .wx-box{
	display: block;
}


.mt-nav li a{
	font-size: 16px;
	display: block;
	padding: 10px 20px;
}
.mt-nav li a .iconfont{
	padding-right: 8px;
	color: #FF5600;
}
.top-tel{
	display: flex;
	align-self: center;
	width: 180px;
	line-height: 1;
}
.top-tel .iconfont{
	color: #4A7FF5;
	margin-right: 8px;
	font-size: 18px;
}
.top-tel .v{
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	margin-bottom: 5px;
}
.top-tel .d{
	color: #999;
	white-space: nowrap;
}

@media (max-width:992px) {
	.top-tel{
		display: none;
	}
	.logo span{
		display: none;
	}
	.mt-nav li{
		margin-right: 0px;
	}
	.mt-nav li a{
		padding: 10px ;
	}
	.mt-head{
		padding: 15px 0;
	}
	.mt-banner .container{
		display: block;
	}
	.login-left{
		margin-top: 20px;
	}
	.login-left img{
		display: none;
	}
	.login-left .l-text{
		font-size: 32px;
	}
	.login-main{
		width: auto;
		margin-right: 50px;
	}
	.login-left-tab{
		right: -50px;
		width: 50px;
	}
	.mt-foot a{
		font-size: 14px;
	}
	.mt-foot .line{
		padding: 0 5px;
	}
	.login-bar{
		padding: 10px;
	}
	.login-left-tab li a{
		font-size: 14px;
	}
}

.sin-page{
	background-color: #F9F9F9;
	padding: 30px 0;
	min-height: calc(100vh - 100px);
}
.bs-panel{
	background-color: #ffffff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.0410);
}
.sin-page .bs-panel{
	min-height: 700px;
}
.f-body{
	padding: 60px 15px;
}
.f-top{
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}
.f-main{
	max-width: 480px;
	margin: 0 auto;
}
.f-row{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.f-row .form-control{
	height: 42px;
}
.f-row .f-label{
	width: 100px;
}
.f-row-end{
	padding-left: 80px;
}
.f-row-end .btn{
	height: 42px;
	width: 100%;
}

.f-row .btn-solid-get{
	border: 1px solid #4A7FF5;
	color: #4A7FF5;
	width: 112px;
	height: 42px;
	margin-left: 10px;
}
.regist-body{
	padding: 50px;
}
.regist-main{
	max-width: 800px;
	margin: 0 auto;
}
.text-warning{
	color: #FF5600;
}
.reg-cells{
	margin-bottom: 50px;
}
.reg-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.reg-head .reg-tt{
	color: #FF5600;
	font-size: 18px;
}
.reg-body{
	max-width: 700px;
}
.reg-tip{
	color: #999;
}
.reg-tab{
	margin: 0 -18px;
	overflow: hidden;
	margin-bottom: 20px;
}
.reg-tab li{
	padding: 0 18px;
	float: left;
}
.reg-tab li a{
	position: relative;
	display: block;
	height: 42px;
	line-height: 40px;
	width: 160px;
	border: 1px solid #E2E2E2;
	text-align: center;
}
.reg-tab li.active a{
	color: #4A7FF5;
	border: 1px solid #4A7FF5;
}
.reg-tab li.active a::after{
	content: '';
	width: 20px;
	height: 20px;
	background: url(../images/selected.png) no-repeat;
	position: absolute;
	right: 0;
	bottom: 0;
}


.reg-select{
	margin: 0 -10px;
	overflow: hidden;
}
.reg-select li{
	padding: 0 10px;
	float: left;
}
.reg-select li a{
	position: relative;
	display: inline-flex;
	align-items: center;
	height: 42px;
	line-height: 40px;
	padding: 0 20px;
	border: 1px solid #E2E2E2;
	text-align: center;
}
.reg-select li.active a{
	color: #4A7FF5;
	border: 1px solid #4A7FF5;
}
.reg-select li a .dot{
	width: 20px;
	height: 20px;
	margin-right: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image:url(../images/radio.png);
}
.reg-select li.active a .dot{
	background-image: url(../images/radioed.png);
}

.f-row input{
	appearance: auto;
	margin-right: 10px;
}










@media (min-width:992px) {
	.mt-banner .container{
		flex-direction: row-reverse;
	}
	.f-department-row .btn-solid-get{
		margin-right: -120px;
	}
	.f-agree-end{
		padding-left: 80px;
	}
}
@media (max-width:992px) {
	.regist-body{
		padding: 20px;
	}
	.reg-tab li a{
		width: 120px;
	}
	.reg-select li a .dot{
		margin-right: 5px;
	}
	.reg-select li a{
		padding: 0 10px;
	}
	.reg-select{
		margin: 0 -3px;
	}
	.reg-select li{
		padding: 0 3px;
	}
	.reg-tab{
		margin: 0 -5px;
		margin-bottom: 20px;
	}
	.reg-tab li{
		padding: 0 5px;
	}
	.f-body{
		padding: 30px 20px;
	}
	.f-top{
		margin-bottom: 30px;
	}
	.f-row{
		display: block;
		margin-bottom:20px;
	}
	.f-row .f-label{
		margin-bottom: 10px;
	}
	.f-row .btn-solid-get{
		position: absolute;
		bottom: 0;
		right: 0;
	}
	.f-get-row{
		padding-right: 130px;
	}
	.f-row-end{
		padding-left: 0;
	}
	.sin-page .bs-panel{
		min-height: 600px;
	}
}






















