<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.true_down {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	-o-transform: rotate(90deg);
	/* Opera */
	-moz-transform: rotate(90deg);
	/* Firefox */
}

.bling {
	-webkit-animation: _bing 1s infinite;
}

@-webkit-keyframes _bing {
	0% {
		opacity: 0.1;
	}
	25% {
		opacity: 0.25;
	}
	50% {
		opacity: 0.5;
	}
	75% {
		opacity: 0.75;
	}
	100% {
		opacity: 1;
	}
}

.main-container {
	width: 100%;
}

.main-container .sector_one,
.main-container .sector_three,
.main-container .sector_four {
	background-color: #fff;
}

.main-container .sector_two {
	background-color: #f6f6f6;
}

.sector_one {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-family: '微软雅黑';
}

.sector_one .sector_one_left_title {
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
}

.sector_one p {
	line-height: 40px;
	font-size: 16px;
}

.sector_one span.text-red {
	font-weight: bold;
}

.sector_one img {
	display: block;
	margin: 40px auto 0px;
}

.sector_two {
	text-align: center;
}

.sector_two .sector_title {
	display: inline-block;
	margin-top: 20px;
	line-height: 84px;
	margin-bottom: 30px;
}

.sector_two ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
	text-align: left;
}

.sector_two ul li {
	border-bottom: 1px solid #D3D3D3;
	padding-bottom: 24px;
	margin-top: 30px;
}
.sector_two ul li:nth-child(4){
	border: 0px;
	padding-bottom:60px;
}
.sector_two ul li .wrong,
.sector_two ul li .right {
	display: inline-block;
	vertical-align: top;
	width: 41%;
}

.sector_two ul li .arrow {
	display: inline-block;
	vertical-align: top;
	width: 10%;
	position: relative;
}
.arrow .sanjao1{
	position: absolute;
	left: 0px;
}
.arrow .sanjao2{
	position: absolute;
	left: 20px;
}
.arrow .sanjao3{
	position: absolute;
	left: 40px;
}
.sector_two ul li [class$='_logo'] {
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 100px;
}

.sector_two ul li .wrong_logo {
	background: url("../img/common/wrong_logo.png") no-repeat;
}

.sector_two ul li .right_logo {
	background: url("../img/common/right_logo.png") no-repeat;
}

.sector_two ul li [class$='_text'] {
	display: inline-block;
	padding-left: 120px;
}

.sector_two ul li [class$='_title'] {
	font-size: 28px;
	color: #ff4e33;
	font-family: '黑体';
}

.sector_two ul li p {
	line-height: 36px;
	font-size: 16px;
	font-family: '微软雅黑';
}

.sector_two ul li .wrong_hight_light {
	font-size: 18px;
	font-weight: bold;
	color: #ff4e33;
}

.sector_two ul li .right_hight_light {
	font-size: 18px;
	font-weight: bold;
	color: #54c784;
}

.sector_three {
	clear: both;
	text-align: center;
}

.sector_three .sector_title {
	display: inline-block;
	line-height: 170px;
}

.sector_three ul {
	width: 1200px;
	margin: 0 auto;
}

.sector_three ul li {
	width: 25%;
	height: 460px;
	float: left;
	margin-bottom: 50px;
}

.sector_three ul li .function_photo {
	width: 100%;
	background-color: #fff;
}

.sector_three ul li .function_photo img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.sector_three ul li .function_info {
	width: 95%;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
}

.sector_three ul li .function_info .function_body {
	line-height: 34px;
	font-size: 16px;
	font-family: '微软雅黑';
}

.sector_three ul li .function_info .function_body .text-red {
	color: #ff7e55;
	font-size: 18px;
	font-weight: bold;
}

.sector_three_plus {
	clear: both;
	width: 100%;
	background: url("../img/common/footer_ad.jpg") no-repeat center;
	background-size: cover;
}

.sector_three_plus .sector_three_plus_container {
	width: 1200px;
	margin: 0 auto;
}

.sector_three_plus .sector_three_plus_container label {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	color: white;
	line-height: 86px;
	font-family: '黑体';
	font-weight: bold;
}

.sector_three_plus .sector_three_plus_container ul {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.sector_three_plus .sector_three_plus_container ul li {
	display: inline-block;
	margin-left: 14px;
	vertical-align: top;
	font-size: 16px;
	font-weight: bold;
	color: white;
	font-family: '黑体';
	/*padding: .8em 1.6em;*/
	border-radius: 4px;
	background: -webkit-linear-gradient(bottom, #ffe948, #f77c16);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #ffe948, #f77c16);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #ffe948, #f77c16);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #ffe948, #f77c16);
	/* 标准的语法 */
}

.sector_three_plus .sector_three_plus_container ul li:hover {
	cursor: pointer;
	background: -webkit-linear-gradient(bottom, #ffef7b, #f99847);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #ffef7b, #f99847);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #ffef7b, #f99847);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #ffef7b, #f99847);
	/* 标准的语法 */
}

.sector_four {
	clear: both;
	text-align: center;
	padding-bottom: 80px;
	width: 100%;
}

.sector_four .wave_shadow {
	width: 100%;
    height: 247px;
    margin: 0 auto;
    background: url(../img/eshop_management/wave_shadow.png) no-repeat center;
    background-size: cover;
}

.sector_four .wave_shadow .sector_title {
	display: inline-block;
	line-height: 84px;
	margin-top: 34px;
}

.sector_four .wave_shadow .sector_sub_title {
	font-size: 20px;
	font-family: '黑体';
	margin-bottom: 30px;
}

.sector_four .wave_shadow .sector_sub_title_blue {
	font-size: 20px;
	line-height: 30px;
	font-family: '黑体';
	color: #0693e3;
}

.sector_four&gt; ul {
	width: 1200px;
	margin: 0px auto 30px;
	font-size: 0px;
}

.sector_four&gt; ul&gt; li {
	margin-top: 30px;
	display: inline-block;
	width: 300px;
	vertical-align: top;
}

.sector_four&gt; ul&gt; li .sector_four_item_photo {
	margin: 0 auto;
	width: 200px;
}

.sector_four&gt; ul&gt; li .sector_four_item_photo img {
	width: 170px;
	height: 170px;
	margin: 0 auto;
	display: block;
}

.sector_three_plus .sector_three_plus_container ul li a{
    padding: .8em 1.6em;
    display: block;
}

/*# sourceMappingURL=eshop_management.css.map */</pre></body></html>