﻿@charset "UTF-8";

.min-ico,.processing-bar-wrapper ul .ico-step1,.processing-bar-wrapper ul .ico-step2,.processing-bar-wrapper ul .ico-step3,.processing-bar-wrapper ul .ico-step4,.processing-bar-wrapper ul .ico-bottom-arrow,.ico-question,.ico-refresh,.ico-information,.ico-tooltip {
	display: inline-block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/images.png) no-repeat left top scroll;
	vertical-align: middle;
	text-indent: -9999px;
}

.processing-bar-wrapper {
	border-bottom: 4px solid #ccc;
	margin-bottom: 10px;
}

.processing-bar-wrapper ul {
	width: 1200px;
	display: inline-block;
	vertical-align: top;
}

.processing-bar-wrapper ul .ico-step,.processing-bar-wrapper ul .ico-step1,.processing-bar-wrapper ul .ico-step2,.processing-bar-wrapper ul .ico-step3,.processing-bar-wrapper ul .ico-step4 {
	height: 28px;
	width: 28px;
	vertical-align: top;
}

.processing-bar-wrapper ul .ico-step1 {
	background-position: -245px -187px;
}

.processing-bar-wrapper ul .ico-step2 {
	background-position: -205px -187px;
}

.processing-bar-wrapper ul .ico-step3 {
	background-position: -168px -187px;
}

.processing-bar-wrapper ul .ico-step4 {
	background-position: -325px -187px;
}

.processing-bar-wrapper ul .ico-bottom-arrow {
	position: absolute;
	height: 7px;
	width: 11px;
	top: 29px;
	left: 163px;
	background-position: -151px -168px;
}

.processing-bar-wrapper ul li {
	float: left;
	width: 25%;
	text-align: center;
	font-family: '΢���ź�';
	font-weight: bold;
	font-size: 20px;
	position: relative;
}

.processing-bar-wrapper hr {
	border-top: 2px solid #e00000;
	margin: 9px 0 -4px 0;
}

button,hr,dt,dl,dd,h1,h2,h3,h4,p,input,html,body,span,a,i,ul,ol,li,div {
	margin: 0;
	padding: 0;
}

dt,dl,dd,h1,h2,h3,h4,p,input,html,body,span,a,i,ul,ol,li,div {
	font-family: '微软雅黑';
	font-size: 15px;
	color: #444;
}

ul {
	list-style: none;
}

i {
	font-style: normal;
}

img {
	border: 0 none;
	vertical-align: top;
}

a {
	text-decoration: none;
}

button,input[type=button],input[type=submit] {
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

.radio,.checkbox {
	vertical-align: middle;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hide {
	display: none;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.form-error {
	font-size: 12px;
}

.require {
	color: #f00;
	font-size: 12px;
}

.require span {
	color: #666;
	margin-left: 5px;
}

.buttons .link-btn {
	font-size: 12px;
	color: #2766c5;
}

.buttons button,.buttons input {
	font-size: 14px;
	font-weight: bold;
	padding: 0 25px;
	height: 34px;
	border-radius: 2px;
	cursor: pointer;
}

.buttons button {
	font-weight: normal;
	vertical-align: top;
}

.buttons .btn-default {
	border: 1px solid #ccc;
	background-color: #eaeae9;
}

.buttons .btn-master {
	border: 0 none;
	background-color: #fb7802;
	background: -webkit-linear-gradient(#fb7802,#e64d13);
	background: -o-linear-gradient(#fb7802,#e64d13);
	background: -moz-linear-gradient(#fb7802,#e64d13);
	background: linear-gradient(#fb7802,#e64d13);
	color: #fff;
}

.buttons .disabled {
	cursor: initial;
	background: none;
	background-color: #eaeae9;
	color: #ccc;
}

.buttons .checkbox {
	vertical-align: middle;
	margin: 0 4px;
}

.buttons label {
	color: #666;
	font-size: 12px;
}

.buttons label a {
	font-size: 12px;
	color: #2766c5;
	text-decoration: underline;
}

.ico-question {
	margin: -4px 5px 0 5px;
	background-position: -115px -130px;
}

.ico-refresh {
	margin: -2px 5px 0 5px;
	background-position: -30px -175px;
}

.ico-information {
	margin: -2px 5px 0 5px;
	background-position: -41px -449px;
	width: 23px;
	height: 22px;
}

.ico-tooltip {
	margin: 0;
	background-position: -423px -231px;
	width: 19px;
	height: 18px;
}

.tooltip-pane {
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	padding: 4px;
}

.tooltip-pane.active {
	display: block;
	float: left;
}


.header .top-background {
	width: 100%;
	background-color: #332c2b;
	height: 34px;
	line-height: 34px;
}

.header .top-background .top {
	width: 1200px;
	background-color: #332c2b;
	height: 34px;
	margin: 0 auto;
}

.header .top-background .top .split {
	font-size: 12px;
	color: #999;
	padding: 0 6px;
}

.header .top-background .top .logo {
	width: 222px;
	height: 130px;
	line-height: 130px;
	float: left;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0 -3px 9px -3px rgba(0,0,0,.6);
	-moz-box-shadow: 0 -3px 9px -3px rgba(0,0,0,.6);
	box-shadow: 0 -3px 9px -3px rgba(0,0,0,.6);
}

.header .top-background .top .logo img {
	vertical-align: middle;
}

.header .top-background .top .left-links,.header .top-background .top .right-links {
	line-height: 31px;
}

.header .top-background .top .left-links,.header .top-background .top .left-links a,.header .top-background .top .right-links a {
	font-size: 14px;
	color: #999;
}

.header .top-background .top .left-links {
	line-height: 33px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .top-background .top .left-links .door {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}

.header .top-background .top .left-links .door a {
	text-decoration: underline;
	color: #fff;
}

.header .top-background .top .left-links .door a:hover {
	text-decoration: underline;
}

.header .top-background .top .left-links .mytel {
	display: flex !important;
	align-items: center !important;
}

.header .top-background .top .left-links .mytel .tel_text {
	color: #fff;
	margin-left: 10px;
}

.header .top-background .top .left-links .tel {
	margin-left: 10px;
}

.header .top-background .top .left-links .tel i {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin: 10px 3px 0 0;
	background: transparent url(../images/images.png) no-repeat -465px -98px scroll;
}

.header .top-background .top .left-links #FavoritePlatform i {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: top;
	margin: 10px 3px 0 0;
	background: transparent url(../images/images.png) no-repeat -465px -129px scroll;
}

.header .top-background .top .right-links {
	float: right;
	margin-right: 15px;
}

.header .top-background .top .right-links .split {
	line-height: 33px;
}

.header .top-background .top .right-links ul li {
	float: left;
}

.header .top-background .top .right-links #ChangeEnterprise i {
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: top;
	margin: 10px 3px 0 0;
	background: transparent url(../images/images.png) no-repeat -464px -44px scroll;
}

.header .bottom {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 0 0;
	font-size: 0;
	box-sizing: border-box;
}

.header .bottom .logo {
	float: left;
	margin-top: -6px;
}

.header .bottom .search-box {
	margin-top: 15px;
}

.header .bottom .search-box input:focus {
	height: 48px;
	padding: 0 10px;
	font-size: 12px;
	box-sizing: border-box;
	border: 2px solid #e1251b;
}

.header .bottom .search-box form {
	width: 681px;
	display: flex;
}

.header .bottom .search-box .button,.header .bottom .search-box .text {
	vertical-align: top;
	float: left;
}

.header .bottom .search-box .text {
	width: 460px;
	height: 48px;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 12px;
	border: 2px solid #e1251b;
	margin-left: 87px;
}

.header .bottom .search-box .button {
	width: 110px;
	height: 48px;
	background: #e1251b;
	border-radius: 0 4px 4px 0;
	color: #fff;
	border: 2px solid #e1251b;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: -1px;
}

.header .bottom .search-box .button span {
	color: #fff;
	margin-right: 5px;
}

.header .bottom .search-box .button i {
	background: #444 url(../images/images.png) no-repeat -6px -568px scroll;
	display: inline-block;
	width: 30px;
	height: 28px;
}

.header .bottom .menus {
	display: inline-block;
	font-size: 0;
	margin: 0 0 0 0;
}

.header .bottom .menus>ul>li {
	float: left;
}

.header .bottom .menus>ul>li>a {
	font-size: 16px;
	font-weight: 400;
	color: #000;
	display: inline-block;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
	color: #000;
}

.header .bottom .menus>ul>li>a:hover {
	color: #c82126;
	text-decoration: underline;
}

.header .bottom .menus>ul>li a:hover {
	color: #c82126;
	text-decoration: underline;
}

.header .bottom .menus>ul>li a.actived {
	color: #c82126;
	font-weight: 600;
}

.header .bottom .menus li.catalog {
	position: relative;
	margin-right: 20px;
}

.header .bottom .menus li.catalog i.ico-gear {
	float: left;
	width: 24px;
	height: 20px;
	margin: 11px 0 0 30px;
	background: transparent url(../images/images.png) no-repeat -202px -11px scroll;
}

.header .bottom .menus li.catalog i.ico-down {
	float: right;
	width: 19px;
	height: 11px;
	margin: 12px 0 0 51px;
}

.header .bottom .menus li.catalog>a {
	color: #fff;
	width: 222px;
	height: 40px;
	background: #e1251b;
	padding: 4px 16px 4px 30px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.header .bottom .menus li.catalog>a span {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}

.header .bottom .menus li.catalog>ul {
	display: inline-block;
	vertical-align: top;
}

.header .bottom .menus li.catalog>ul>li {
	position: relative;
}

.header .bottom .menus li.catalog>ul>li>a {
	display: block;
	padding: 0 0 0 34px;
	height: 39px;
	line-height: 40px;
}

.header .bottom .menus li.catalog>ul>li>a.active {
	background-color: #717171;
	color: #fff;
}

.header .bottom .menus li.catalog ul.first-level {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #f0f0f0;
	border-top: 0 none;
	padding: 3px 0;
	top: 36px;
	z-index: 5;
}

.header .bottom .menus li.catalog ul.first-level>li.first a {
	border-top: 0 none;
}

.header .bottom .menus li.catalog ul.first-level>li {
	position: relative;
	padding: 0 11px;
}

.header .bottom .menus li.catalog ul.first-level a {
	font-size: 12px;
	color: #666;
}

.header .bottom .menus li.catalog ul.first-level li:hover {
	background-color: #fff0f1;
}

.header .bottom .menus li.catalog ul.first-level li:hover .second-level {
	display: block;
}

.header .bottom .menus li.catalog ul.first-level>li>a {
	display: block;
	height: 27px;
	width: 185px;
	line-height: 27px;
	text-decoration: none;
	border-top: 1px dotted #f0f0f0;
	padding-left: 9px;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .bottom .menus li.catalog ul.first-level>li>a overflow i {
	float: right;
	width: 13px;
	height: 20px;
	margin-top: 4px;
	background: transparent url(../images/images.png) no-repeat -97px -99px scroll;
}

.header .bottom .menus li.catalog ul.first-level .second-level {
	position: absolute;
	background-color: #fff;
	z-index: 2;
	padding: 10px 10px 0 10px;
	left: 218px;
	width: 726px;
	border: 2px solid #e2e2e2;
	border-radius: 2px;
	top: 0;
	display: none;
}

.header .bottom .menus li.catalog ul.first-level .second-level .title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.header .bottom .menus li.catalog ul.first-level .second-level .title i {
	border-left: 5px solid #c4261d;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.title-view {
	display: inline-block;
	width: 100%;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.title-view li {
	float: left;
	font-size: 10px;
	width: 180px;
	margin-bottom: 10px;
	background-color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.title-view li a {
	color: #444;
	margin-left: 2px;
	white-space: nowrap;
	display: inline-block;
	width: 166px;
	overflow: hidden;
	vertical-align: bottom;
	text-overflow: ellipsis;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.title-view li a:hover {
	text-decoration: underline;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.image-view {
	display: inline-block;
	width: 101%;
	margin-left: 4px;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.image-view li {
	width: 108px;
	height: 108px;
	line-height: 108px;
	overflow: hidden;
	background-color: #fff;
	float: left;
	margin: 0 14px 10px 0;
	text-align: center;
}

.header .bottom .menus li.catalog ul.first-level .second-level ul.image-view li img {
	width: 108px;
	vertical-align: middle;
}

.header .bottom .menus li.catalog:hover>a {
	color: #fff;
	text-decoration: none;
}

.header .bottom .menus li.catalog:hover ul.first-level {
	display: block;
}

.header .bottom .basket {
	position: absolute;
	right: 100px;
	top: 28px;
	right: 94px;
}

.header .bottom .basket>a {
	width: 150px;
	height: 48px;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid rgba(0,0,0,.14);
	border-radius: 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 14px;
}

.header .bottom .basket>a i {
	display: inline-block;
	float: left;
	width: 29px;
	height: 24px;
	background: #f0f0f0 url(../images/images.png) no-repeat -56px -569px scroll;
	margin: 5px 5px 0 10px;
}

.header .bottom .basket>a span {
	float: left;
	font-weight: bold;
	color: #e1251b;
}

.header .bottom .basket>a .cart-qty {
	display: inline-block;
	background-color: #c4261d;
	font-size: 12px;
	color: #fff;
	height: 16px;
	line-height: 16px;
	padding: 0 5px;
	margin: 5px 0 0 5px;
	border-radius: 8px;
}

.header .bottom .qr-code {
	position: absolute;
	right: -5px;
	top: 6px;
}

.header .bottom .qr-code>i {
	display: block;
	width: 14px;
	height: 5px;
	background: transparent url(../images/images.png) no-repeat -194px -578px scroll;
	margin: 0 auto;
	position: relative;
}

.header .bottom .qr-code>div {
	border: 1px solid #d9d9d9;
	padding: 1px;
	background-color: #fff;
	margin-top: -1px;
}

.header .bottom .qr-code>div img {
	width: 73px;
}

.header .header-bottom {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.header .header-bottom .header-bottom-wrapper {
	display: inline-block;
	vertical-align: top;
	width: 1200px;
}

.header .header-bottom .header-bottom-wrapper .header-logo {
	float: left;
}

.master-wrapper {
	width: 1200px;
	margin: 0 auto;
}

.master-wrapper>div {
	display: inline-block;
	margin-top: 15px;
}

.footer {
	background: transparent url(../images/footer_blocks_bg.png) repeat left top scroll;
}

.footer .footer-banner {
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	text-align: center;
	height: 76px;
	background: transparent url(../images/footer_banner_bg.png) repeat-x left top scroll;
}

.footer .footer-banner img {
	margin-top: 17px;
}

.footer .footer-block-wrapper {
	display: inline-block;
	vertical-align: top;
}

.footer .footer-blocks {
	width: 1200px;
	margin: 0 auto;
	padding: 10px 0 5px 0;
}

.footer .footer-blocks .footer-block {
	float: left;
	display: inline-block;
	width: 196px;
	margin-left: 38px;
}

.footer .footer-blocks .footer-block .title {
	border-bottom: 1px solid #e0e0e0;
	font-size: 15px;
	line-height: 30px;
	margin-bottom: 15px;
}

.footer .footer-blocks .footer-block li {
	font-size: 13px;
	line-height: 25px;
}

.footer .footer-blocks .footer-block li a {
	font-size: 13px;
	text-decoration: none;
}

.footer .footer-blocks .footer-block li a:hover {
	text-decoration: underline;
}

.footer .footer-blocks .service-block {
	width: 218px;
	margin-left: 0;
}

.footer .footer-blocks .service-block li i {
	background: transparent url(../images/images.png) no-repeat left top scroll;
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.footer .footer-blocks .service-block li i.ico-telephone {
	background-position: -11px -53px;
}

.footer .footer-blocks .service-block li i.ico-email {
	background-position: -51px -52px;
}

.footer .footer-blocks .service-block li i.ico-service-time {
	height: 30px;
	background-position: -91px -55px;
}

.footer .footer-blocks .service-block .service-time p {
	float: left;
	width: 200px;
	font-size: 13px;
}

.footer .footer-blocks .service-block .service-time label {
	display: block;
	float: left;
	height: 43px;
}

.footer .footer-blocks .footer-qr-code {
	margin-top: 15px;
	margin-left: 10px;
	text-align: center;
	width: 130px;
}

.footer .footer-blocks .footer-qr-code img {
	width: 100%;
}

.footer .footer-blocks .footer-qr-code p {
	margin: 10px 0;
	font-size: 13px;
}

.footer .footer-copyright {
	width: 100%;
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	clear: both;
	text-align: center;
	color: #a6a6a6;
	font-size: 13px;
	line-height: 60px;
}

.footer .footer-copyright a {
	color: #a6a6a6;
	font-size: 13px;
	text-decoration: none;
}

.footer .footer-copyright img.icon-PRC {
	vertical-align: middle;
	margin-bottom: 5px;
}

#SearchBox {
	position: absolute;
	background-color: #fff;
	left: 0;
	margin-top: -1px;
	border: 1px solid #b6b6b6;
}

#SearchBox li {
	line-height: 20px;
}

#SearchBox li.title {
	padding-left: 15px;
	font-weight: bold;
	margin-top: 5px;
}

#SearchBox li.item a {
	padding-left: 15px;
	display: block;
}

#SearchBox li.item a:hover {
	background-color: #f0f0f0;
}

#SearchBox li.tip {
	padding-left: 15px;
	height: 25px;
	line-height: 25px;
	color: #666;
	background: #f0f0f0;
	margin-top: 3px;
}

.tip-wrapper {
	background-color: #fff;
	padding: 14px;
}

.tip-wrapper h2,.tip-wrapper li {
	font-size: 12px;
	line-height: 26px;
}

.tip-wrapper h2 {
	color: #f00;
	font-weight: normal;
}

.tip-wrapper h2 i {
	float: left;
	height: 13px;
	width: 16px;
	margin: 7px 5px 0 0;
	background: transparent url(../images/images.png) no-repeat -115px -159px scroll;
}

.tip-wrapper li i {
	display: inline-block;
	height: 8px;
	width: 8px;
	margin-right: 5px;
	background: transparent url(../images/images.png) no-repeat -8px -176px scroll;
}