﻿@font-face {
	font-family: "AlibabaPuHuiTi";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-55-Regular/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
}

@font-face {
	font-family: "AlibabaPuHuiTi-Heavy";
	src: url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.eot) format('embedded-opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.otf) format('opentype'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.ttf) format('TrueType'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff) format('woff'),
		url(/static/common/css/font/AlibabaPuHuiTi-3-105-Heavy/AlibabaPuHuiTi-3-105-Heavy.woff2) format('woff2');
}

* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: 'Roboto', 'AlibabaPuHuiTi', 'Montserrat', sans-serif;
	font-weight: normal;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	border: none;
}

a img {
	border: none;
}

a:link {
	color: #333333;
}

a:visited {
	color: #333333;
}

a:hover {
	color: #1d2088;
	text-decoration: none;
}

a:active {
	color: #333333;
}

p,
div {
	color: #333;
	font-size: 12px;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	background: #fff;
}

html {
	height: 100%;
}

.iconfont {
	font-size: 24px;
	color: #fff;
}

.container {
	position: relative;
	max-width: 6.4rem;
	margin: 0 auto;
}

#page-box:after,
.product-list:after,
.i-factory:after,
.pro-list:after,
.swiper-slide:after,
.contact:after {
	content: '';
	clear: both;
	display: table;

}

.cur {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	-webkit-animation: slideInDown 1s;
	animation: slideInDown 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	z-index: 999999;
}

@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}

	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

#top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	height: 85px;
	padding: 0 10px;
	background: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
	z-index: 9999;
	max-width: 6.4rem;
	margin: 0 auto;
}

.logo {
	width: 2.9rem;
	max-width: 150px;
	margin: 0 auto;
}

.logo img {
	display: block;
	width: 100%;
}

.language {
	cursor: pointer;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 16px;
}

.language img {
	display: block;
	width: 35px;
}

.language span {
	display: block;
	font-size: 12px;
	color: #333;
}

.nav-bar-tip {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	padding-right: 5px;
}

.nav-bar {
	display: inline-block;
	vertical-align: middle;
}

.nav-bar [class^="line"] {
	background: #222;
	height: 3px;
	margin-bottom: 6px;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.nav-bar .line1 {
	width: 30px;
}

.nav-bar .line2 {
	width: 25px;
}

.nav-bar .line3 {
	width: 20px;
}

.nav-bar .line3:last-of-type {
	margin-bottom: 0;
}

.nav-bar.on .line1 {
	-webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
	transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 6);
}

.nav-bar.on .line2 {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: matrix(1, 0, 0, 1, -40, 0);
	transform: matrix(1, 0, 0, 1, -40, 0);
}

.nav-bar.on .line3 {
	width: 30px;
	-webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
	transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -12);
}

.layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition: all .3s;
	-webkit-transition: all .3s;
	pointer-events: none;
}

#nav {
	position: fixed;
	pointer-events: none;
	top: 85px;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

#nav.over {
	display: block;
	pointer-events: auto;
}

#nav.over .layer {
	opacity: 1;
	pointer-events: auto;
}

.nav-list {
	position: relative;
	margin-left: 100%;
	width: 80%;
	padding: 20px 0;
	background: #2c2b33;
	z-index: 1;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	transition: all .3s;
	-webkit-transition: all .3s;
}

#nav.over .nav-list {
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

.nav-item {
	list-style-type: none;
	text-align: left;
	border-bottom: 1px solid #4e4e4e;
	margin-bottom: 10px;
	padding-left: 15px;
	overflow: hidden;
}

.nav-item>a {
	display: block;
	color: #d8d8d8;
	margin-bottom: 10px;
	font-size: 16px;
}

.two-menu {
	margin: 7px 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.two-menu li {
	display: inline-block;
	margin-right: 15px;
}

.two-menu li a {
	color: #8e8e8e;
	font-size: 14px;
}

#page-box {
	transition: all .3s;
	-webkit-transition: all .3s;
}

#page-box.out {
	-webkit-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}

.about,
.business,
.odd,
.contact {
	padding-top: 30px;
}

.index-tit {
	text-align: center;
}

.index-tit h2 {
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	z-index: 5;
	font-family: 'AlibabaPuHuiTi-Heavy';
	text-transform: uppercase;
}

.index-tit span {
	background: #ffdddd;
	display: block;
	width: 300px;
	height: 3px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.index-tit span::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	left: 50%;
	margin-left: -20px;
	background: #1d2088;
}

.index-tit p {
	margin-top: 15px;
	padding: 0 40px;
	line-height: 24px;
	font-size: 15px;
	color: #555;
}

.index-search-box {
	padding: 28px 0.15rem;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.index-search-input {
	width: 100%;
	border: 1px solid #f3f3f3;
	padding: 0 10px;
	background: #f3f3f3;
	opacity: .8;
	height: 46px;
	vertical-align: bottom;
}

input.index-search-input:focus {
	outline: 0;
	border-color: #d52b1b !important
}



.cin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-sizing: border-box;
}

.index-search-btn {
	width: 100%;
	color: #fff;
	background: #1d2088 !important;
	margin-top: 10px;
	height: 46px;
	font-size: 16px;
	line-height: 46px;
	margin-top: 10px;
}

.banner {
	height: 5rem;
	overflow: hidden;
}

.swiper-container,
.swiper-container1 {
	width: 100%;
	height: 100%;
}

.swiper-container:hover,
.swiper-container1:hover {
	cursor: pointer;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	overflow: hidden;

	/* Center slide text vertically */
	/*	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
*/
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-paper {
	position: absolute;
	height: 3px;
	line-height: 0;
	bottom: 25px !important;
	left: 0;
	right: 0;
	text-align: center;
}

.banner-paper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	position: relative;
	line-height: 3px;
	border-radius: 10px;
	background: #1e2996;
	margin: 0 5px !important;
	opacity: 1;
}

.banner .banner-paper .swiper-pagination-bullet {
	background: #fff;
}

.banner-paper .swiper-pagination-bullet:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: '';
	left: 0;
	top: -10px;
}

.banner-paper .swiper-pagination-bullet-active {
	border: solid 2px #1d2088;
	border-radius: 50%;
	background: none !important;
}

.service {
	padding: 0.5rem 0 0.2rem 0;
}

.service-box {
	position: relative;
	padding: 0.3rem 0.2rem;
}

.service-list {
	padding: 0.3rem 0 0 0;
}

.service-list dl {
	width: 100%;
	margin-bottom: 20px;
	padding: 30px 25px 25px;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
	overflow: hidden;
}

.service-list dl:hover {
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.service-list dl dt {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 18px;
	overflow: hidden;
}

.service-list dl dt span.iconfont {
	font-size: 44px;
	color: #1d2088;
}

.service-list dl dd h2 {
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
	text-align: center;
}

.service-list dl dd p {
	font-size: 15px;
	color: #929292;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
}

.business {
	padding: 0.5rem 0 0.2rem 0;
}

.business {
	position: relative;
	padding: 0.5rem 0;
	height: 9.2rem;
	min-height: 500px;
	border-top: 1px solid #f7f7f7;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(/static/home/mob/images/service-bg.jpg);
	background-position: center center;
	z-index: 9;
}

.slide-full {
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 10;
	background: rgba(0, 0, 0, 0.2);
}

.business .slide-full {
	background: rgba(0, 58, 132, 0.6);
	z-index: -1;
}


.business .index-tit h2 {
	color: #fff;
}

.business .index-tit p {
	color: #fff;
}

.bus-list {
	margin-top: 0.4rem;
	padding: 0 0.2rem;
}

.bus-list a {
	display: block;
	width: 6rem;
	border-radius: 15px;
	overflow: hidden;
	background: #fff;
}

.bus-list a .bus-img {
	width: 6rem;
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.bus-list a .bus-img img {
	display: block;
	max-width: 6rem;
}

.bus-list a .bus-txt {
	padding: 25px 10px;
	text-align: center;
}

.bus-list a .bus-txt h3 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
	font-weight: bold;
}

.bus-list a .bus-txt p {
	text-align: center;
	color: #555;
	font-size: 16px;
}

.bus-list .swiper-container {
	padding-bottom: 50px;
}

.bus-list .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.bus-list .swiper-pagination-bullet-active {
	background: #d52b1b;
}



#about {
	padding: 0.4rem 0.2rem 0 0.2rem;
	border-top: 1px solid #f7f7f7;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/about-bg.jpg);
	background-position: center center;
	border-bottom: 1px solid #eee;
}

.about-box {
	position: relative;
	padding: 0.4rem 0;
}

.about-box {
	height: 100%;
}

.about-cover {
	width: 5.75rem;
	background: #1f57c3;
}

.about-cover .about-pic {
	left: 15px;
	top: 15px;
	position: relative;
}

.about-cover .about-pic img {
	display: block;
	width: 5.75rem;
}

.about-content {
	margin-top: 35px;
}

.about-content .about-instro p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 1.5;
}

.about-content .about-tit {
	margin-bottom: 20px;
	text-align: left;
}

.about-content .about-tit h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 2px;
}

.about-content .about-tit p {
	font-size: 14px;
	color: #636363;
}

.more a {
	position: relative;
	display: inline-block;
	padding: 12px 50px 12px 30px;
	color: #fff;
	background: linear-gradient(to right, #1355b3 0%, #043982);
	border-radius: 24px;
}

.more a:hover {
	background: linear-gradient(to right, #f10500 0%, #ca120f);
}

.more a .arrow {
	position: absolute;
	display: flex;
	align-items: center;
	right: 15px;
	top: 50%;
	transform: translate(0px, -50%);
}

.more .arrow span.iconfont {
	font-size: 18px;
}

.about-content .more {
	margin-top: 20px;
	font-size: 14px;
	text-align: center;
}

.odd-bd {
	position: relative;
	margin-top: 30px;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/odd-bg.jpg);
	background-position: center center;
	overflow: hidden;
	z-index: 9;
}

.odd-list {
	display: flex;
	flex-direction: column;
	margin: 0 0.2rem;
	padding: 40px 0 40px 0;
}

.odd-list dl {
	margin-bottom: 20px;
	padding: 30px 25px 25px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #fff;
}

.odd-list dl:hover {
	background: #fff;
	box-shadow: 0px 6px 15px 0px rgba(59, 59, 59, 0.21);
}

.odd-list dl dt {
	position: relative;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 27px;
	overflow: hidden;
}

.odd-list dl dt span.iconfont {
	font-size: 50px;
	color: #1d2088;
}

.odd-list dl dd {
	text-align: center;
}

.odd-list dl dd h2 {
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.odd-list dl dd p {
	font-size: 14px;
	color: #929292;
	font-weight: 400;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 0;
}


#contact {
	padding: 0.4rem 0.2rem 0.2rem 0.2rem;
	background: #fff;
}

.i-contact {
	padding-top: 0 !important;
}

.i-contact .contact-box {
	margin-top: 0 !important;
}

.i-contact .i-code {
	margin-bottom: 0.4rem;
}

.contact-tit {
	padding: 0 0 20px 0;
}

.contact-tit .circle {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #f5f5f5;
	border: 2px solid #feac28;
}

.contact-tit h2 {
	display: inline-block;
	padding-left: 5px;
	font-size: 20px;
	font-weight: bold;
}

.code-list {
	display: flex;
	justify-content: center;
	margin-bottom: 0.3rem;
}

.code-list dl {
	margin: 0 0.1rem;
}

.code-list dl dt img {
	display: block;
	width: 1.8rem;
}

.code-list dl dd {
	font-size: 14px;
	text-align: center;
}

.contact-box {
	margin-top: 0.3rem;
}

.contact-list li {
	margin-bottom: 0.25rem;
}

.contact-content dl {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	overflow: hidden;
}

.contact-content dl dt {
	display: flex;
	align-items: center;
	width: 0.6rem;
	margin-right: 5px;
}

.contact-content dl dt img {
	display: inline-block;
	width: 0.43rem;
}

.contact-content dl dt span {
	color: #000;
	font-size: 26px;
	margin-right: 5px;
}

.contact-content dl dt p {
	display: inline-block;
	color: #868686;
	font-size: 16px;
}

.contact-content dl dd {
	flex: 1;
	color: #333;
	font-size: 16px;
}

.contact-content dl dd p.address {
	font-size: 16px;
}

.i-banner img {
	display: block;
	width: 100%;
}

.inner {
	padding: 0.4rem 0 0 0;
}

.i-menu-list {
	padding: 0 0.1rem;
	margin-top: 0.3rem;
	text-align: center;
}

.i-menu-list a {
	display: inline-block;
	font-size: 13px;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 0 10px 10px 10px;
	text-shadow: 0 1px 0 #fff;
	background: #f5f5f5;
}

.i-about {
	padding: 0 0.2rem;
	margin-top: 20px;
}


.i-about-content {
	padding: 0 0.1rem;
	margin-top: 20px;
}

.i-about-content p {
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 26px;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}

.i-about-content img {
	max-width: 6rem;
}

.i-pro-list {
	margin-top: 0.3rem;
	padding: 0 0.1rem;
}

.i-news {
	margin-top: 0.3rem;
	padding: 0 .2rem;
}

.i-news a {
	position: relative;
	display: flex;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #eee;
	overflow: hidden;
}

.i-news a p.name {
	color: #0045c9;
	font-size: 14px;
	margin-right: 5px;
}

.i-news a h3 {
	flex: 1;
	font-size: 14px;
}

.i-news a span {
	width: 100px;
	font-size: 12px;
	text-align: right;
}

.i-news a:before {
	background: #1e2996;
}

.i-news a:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	border-radius: 50%;
	width: 6px;
	height: 6px;
}


.i-contact dl dd {
	color: #000;
}

.i-details-tit {
	padding: 10px 0.2rem 20px 0.2rem;
	border-bottom: 1px solid #e6e6e6;
}

.i-details-tit h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.i-details-content {
	padding: 20px 0.2rem 0 0.2rem;
}

.i-details-content img {
	width: 100%;
	margin-bottom: 5px;
}

.i-details-content p {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 24px;
}

.submit-info {
	width: 6rem;
	padding: 0.1rem 0;
	padding-top: 0.3rem;
	border-top: 1px solid #eee;
	margin-top: 0.4rem;
}

.submit-info h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}

.form-list {
	margin-top: 0.3rem;
}

.form-list li {
	margin-bottom: 10px;
}

.form-list li:last-child {
	margin-bottom: 0;
}

.form-list li input {
	height: 38px;
}

.form-list li textarea {
	height: 80px;
	padding: 5px 0;
}

.form-list li input,
.form-list li textarea {
	width: 100%;
	padding-left: 10px;
	border: 1px solid #e3e3e3;

}

.verify-code {
	display: flex;
	align-items: center;
}

.layuiadmin-captcha-img {
	height: 38px;
	margin-left: 5px;
}

.submit-btn {
	margin-top: 15px;
	text-align: center;
}

.custom-btn {
	display: inline-block;
	width: auto;
	height: 38px;
	line-height: 38px;
	border: 1px solid transparent;
	padding: 0 18px;
	background-color: #00359b;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
	outline: 0;
}

.custom-btn:hover {
	background: #d52b1b;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder {
	color: #ccc;
}

:-moz-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

input:-ms-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}



#copy {
	position: relative;
	padding: 10px 0.1rem;
	background: #000;
	border-top: 1px solid #383838;
	margin-top: auto;
}

#copy p {
	margin: 2px 0;
	text-align: center;
	font-size: 12px;
}

#copy p,
#copy p a {
	color: #626262;
}

.cin-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cin-group .cin-button {
	margin: 0 6px;
	width: 80px;
	height: 44px;
}

.cin-button-blue {
	background: #005acd;
}

.cin-button-red {
	background: #d52b1b;
}

.track {
	position: relative;
	padding: 20px 0 40px 0;
	overflow: hidden;
}

.track-content {
	position: relative;
	padding: 0 0.1rem;
	border-radius: 12px;
	background: #fff;
	margin: 0 0.2rem 0 0.2rem;
	z-index: 99;
}

.track-orderno {
	display: flex;
	align-items: center;
}

.track-orderno,
.track-orderno span {
	font-size: 16px;
	font-weight: bold;
}

.good-info p {
	margin-bottom: 10px;
}

.good-info p,
.good-info p span {
	font-size: 14px;
}

.good-info p:last-child {
	margin-bottom: 0;
}

.mofang-textarea {
	display: block;
	width: 100%;
	min-height: 80px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
	border-radius: 2px;
	margin-bottom: 15px;
}

.mofang-textarea {
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.search-result {
	display: none;
	padding-top: 30px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.search-result dl {
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.search-result dl dt {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.search-result dl dt p:last-child {
	border-right: none;
}

.timeline {
	padding-left: 5px;
}

.timeline-item {
	position: relative;
	padding-bottom: 15px;
}

.timeline-item:first-child .timeline-icon:after {
	border: 1px solid #fd600a;
}

.timeline-item:before {
	content: '';
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 0;
	width: 1px;
	height: 100%;
}

.timeline-item:before {
	background-color: #e6e6e6;
}

.timeline-item:last-child:before {
	width: 0;
}

.timeline-icon {
	position: absolute;
	left: -5px;
	top: 0;
	z-index: 10;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #fff;
	color: #5FB878;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

.timeline-icon:after {
	content: '';
	position: absolute;
	width: 16px;
	left: 0;
	height: 16px;
	border-radius: 100%;
	border: 1px solid #276bf4;
	margin: 0 auto;
	right: 0;
	top: 50%;
	transform: translate(0px, -50%);
}

.timeline-icon em {
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #276bf4;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0, -50%);
}

.timeline-item:first-child .timeline-icon em {
	background: #fd600a;
}

.timeline-content {
	padding-left: 25px;
}

.timeline-content h3 {
	position: relative;
	font-size: 18px;
	margin-bottom: 10px;
}

.timeline-content p {
	font-size: 14px;
}

.timeline-item:first-child h3,
.timeline-item:first-child .timeline-content p {
	color: #fd600a;
}