@charset "UTF-8";

/*整站样式*/
html,body,dl,dd,img,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
	border: 0;
}

input,button {
	padding: 0;
	font-family: '微软雅黑', Arial;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ul,ol,li {
	list-style-type: none;
}

img {
	border: 0;
	vertical-align: middle;
}

select,input,select,button {
	vertical-align: middle;
	outline: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

iframe {
	border: none;
}

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #fd6f01;
	text-decoration: none;
}

a:active {
	color: #fd6f01;
	text-decoration: none;
}

.h {
	display: none;
	visibility: visible;
}

.wrap {
	border: 0;
	padding: 0;
	width: 1200px;
	margin: 0 auto;
	*zoom: 1;
}

.wrap:after {
	clear: both;
	content: "";
	display: table;
}

.c {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: visible;
}

.fix {
	*zoom: 1;
}

.fix:after {
	clear: both;
	content: "";
	display: table;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.pors {
	position: relative;
}

.pt14 {
	padding-top: 14px;
}

.pt20 {
	padding-top: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.pb60 {
	padding-bottom: 60px;
}

.pb100 {
	padding-bottom: 100px;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt50 {
	margin-top: 50px;
}

.bt-e3-1 {
	border-top: 1px solid #e3e3e3;
}

/* 头部样式 避免挂机头部出来黑屏*/
.header {
    background: #ffffff;
}

/* 页面样式 */
.md-head {
	height: 30px;
	line-height: 30px;
	background: #f7f7f7;
	border-bottom: 1px solid #efefef;
}

.md-head span {
	display: inline-block;
	margin-right: 18px;
}

.md-head a {
	display: inline-block;
	color: #666;
}

.md-head a:hover {
	color: #fd6f01;
}

.md-head .line {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 12px;
	background: #c3c3c3;
	margin: 0 8px;
}

.md-menu {
	margin-top: 26px;
}

.md-car {
	
}

.md-car .num {
	width: 84px;
	height: 34px;
	border: 1px solid #1196dd;
	border-radius: 2px;
	background: url('../images/icon02.jpg') no-repeat 9px 5px;
}

.md-car .num span {
	float: right;
	background: #f7f7f7;
	border-radius: 50%;
	color: #fd7d19;
	display: inline-block;
	min-width: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 4px;
	margin-right: 9px;
}

.md-car .intro {
	color: #1196dd;
	text-align: center;
	line-height: 1;
	margin-top: 6px;
	font-size: 14px;
}

.md-search {
	margin-right: 12px;
	font-size: 0;
}

.md-search .txt {
	width: 286px;
	line-height: 20px;
	height: 20px;
	padding: 6px 0 8px 34px;
	border: 1px solid #009933;
	background: url(../images//icon01.jpg) no-repeat 10px center;
	color: #c3c3c3;
	font-size: 12px;
	border-radius: 2px 0 0 2px;
}

.md-search .txt:focus {
	color: #333;
}

.md-search .btn {
	width: 78px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	background: #009933;
	border: 0 none;
	border-radius: 0 2px 2px 0;
}

.md-search .btn:hover {
	cursor: pointer;
}

.md-link {
	line-height: 1;
	margin-top: 8px;
}

.md-link a {
	display: inline-block;
	line-height: 1;
	font-size: 12px;
	padding: 0 10px;
	color: #999;
	border-left: 1px solid #c3c3c3;
}

.md-link a:first-child {
	border: 0;
}

.md-link a:hover,.md-link .active {
	color: #fd6f01;
}

/* 头部样式 避免挂机头部出来黑屏 加上background: #f7f7f7;*/
.md-nav {
	font-size: 16px;
	margin-top: 0px;
	border-bottom: 2px solid #1196dd;
	min-width: 1200px;
	background: #ffffff;
}

.md-nav a {
	display: inline-block;
	min-width: 130px;
	padding: 0 10px;
	text-align: center;
	border-bottom: 4px solid transparent;
	margin-bottom: -2px;
	line-height: 1;
	padding-bottom: 12px;
	font-size: 16px;
}

.md-nav .active {
	border-color: #fd6f01;
	color: #fd6f01;
}

.md-main {
	background: #F7F7F7;
	padding: 20px 20px 20px 20px;
	min-width: 1200px;
}

.md-filter {
	position: relative;
	border: 1px solid #e3e3e3;
}

.md-filter-item {
	position: relative;
	background: #fff;
	min-height: 52px;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	margin-bottom: 20px;
	margin-top: -1px;
}

.md-filter-item:first-child {
	padding-top: 20px;
}

.md-filter-item .all {
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 16px;
	color: #333;
	width: 66px;
	min-width: 66px;
	padding: 0;
	line-height: 32px;
	text-align: center;
	border-right: 0;
	border-left: 1px solid #efefef;
}

.md-filter-span {
	height: 12px;
	width: 100%;
	background: #f7f7f7;
}

.md-filter-box {
	position: relative;
	border-top: 1px solid #efefef;
	min-height: 52px;
}

.md-filter-box:after {
	clear: both;
	content: "";
	display: table;
}

.md-filter-box:first-child {
	border-top: 0;
}

.md-filter-name {
	position: absolute;
	left: 0;
	top: 10px;
	width: 70px;
	color: #069c38;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
}

.md-style-list {
	margin-left: 70px;
}

.md-style-list ul {
	margin: 0 -18px 0 0;
}

.md-style-list li {
	position: relative;
	float: left;
	margin: 0 18px 18px 0;
	border: 1px solid #fd6f01;
}

.md-style-list li a {
	display: block;
}

.md-style-list .intro {
	display: block;
	font-size: 14px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	background: #fd6f01;
}

.md-style-list .icon {
	position: absolute;
	right: 8px;
	top: 8px;
	display: none;
	width: 22px;
	height: 22px;
	background: url(../images/icon18.png) no-repeat center;
}

.md-style-list .active .icon {
	display: block;
}

.md-filter-sort {
	position: relative;
	width: 930px;
	overflow: hidden;
	margin-left: 70px;
	padding-right: 200px;
}

.md-filter-sort a {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	border-left: 1px solid #efefef;
	width: 100px;
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	margin: 10px 0;
}

.btn-more {
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 10px;
	width: 64px;
	height: 32px;
	line-height: 31px;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
	text-align: left;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 2px;
	background: #fff url(../images/icon08.jpg) no-repeat 45px 13px;
	cursor: pointer;
}

.btn-choice {
	position: absolute;
	z-index: 3;
	right: 94px;
	top: 10px;
	width: 66px;
	height: 32px;
	line-height: 31px;
	padding-left: 10px;
	font-size: 14px;
	color: #999;
	text-align: left;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 2px;
	background: #fff url(../images/icon19.jpg) no-repeat 45px 10px/10px 10px;
	cursor: pointer;
}

.btn-more-active {
	background: #fff url(../images/icon09.jpg) no-repeat 45px 13px;
}

.md-filter-type {
	position: relative;
	margin-left: 70px;
	font-size:0;
}

.md-filter-type a {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	text-align: left;
	width: 132px;
	padding-left: 10px;
	margin: 10px 0;	
}

.md-filter-type .active {
	color: #fe8425;
}

.md-filter-price {
	margin-right: -100px;
}

.md-filter-money {
	text-align: right;
	margin-right: 22px;
	padding-bottom: 10px;
}

.md-filter-money .txt {
	background: #f7f7f7;
	width: 52px;
	height: 20px;
	line-height: 20px;
	padding: 6px;
	border-radius: 2px;
	border: 1px solid #efefef;
}

.md-filter-money .btn {
	background: #009933;
	color: #fff;
	width: 50px;
	height: 32px;
	text-align: center;
	border: 0 none;
	border-radius: 2px;
}

.md-filter-btn {
	width: 120px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	z-index: 3;
	border: 1px solid #e3e3e3;
	left: 50%;
	bottom: -32px;
	margin-left: -60px;
	border-top-color: #f7f7f7;
	text-align: center;
	font-size: 14px;
	color: #666;
	background: #f7f7f7;
	cursor: pointer;
}

.md-filter-btn .txt-show {
	display: none;
}

.md-filter-btn .txt-hide {
	display: inline-block;
	vertical-align: middle;
}

.md-filter-btn i {
	display: inline-block;
	vertical-align: -10px;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-width: 10px 9px;
	border-style: solid;
	border-color: #c3c3c3 transparent transparent transparent;
	margin-top: 8px;
}

.md-filter-btn-active .txt-hide {
	display: none;
}

.md-filter-btn-active .txt-show {
	display: inline-block;
	vertical-align: middle;
}

.md-filter-btn-active i {
	display: inline-block;
	vertical-align: 0;
	margin-right: 10px;
	width: 0;
	height: 0;
	border-width: 10px 9px;
	border-style: solid;
	border-color: transparent transparent #c3c3c3 transparent;
	margin-top: 0px;
}

.md-filter-choice,.md-filter-more {
	display: none;
	margin-left: 70px;
	margin-top: 10px;
}

.choice-tab {
	padding-bottom: 18px;
	position: relative;
	border-left: 1px solid #e3e3e3;
}

.choice-tab .label {
	display: inline-block;
	width: 100px;
	line-height: 32px;
	border-right: 1px solid #e3e3e3;
	text-align: center;
	margin-left: -20px;
}

.choice-tab .label i {
	display: inline-block;
	font-size: 12px;
	line-height: 22px;
	width: 36px;
	border-radius: 2px;
	color: #fff;
	font-style: normal;
	background: #fd6f01;
}

.choice-tab a {
	display: inline-block;
	margin: 0 20px;
	color: #333;
	font-size: 14px;
}

.choice-tab .active {
	color: #fd6f01;
	text-decoration: underline;
}

.choice-box {
	border-left: 1px solid #e3e3e3;
	padding: 0 0 0 32px;
	margin-right: 20px;
	max-height: 90px;
}

.choice-box ul {
	display: none;
}

.choice-box ul:first-child {
	display: block;
}

.choice-box li {
	float: left;
	width: 150px;
	line-height: 32px;
}

.md-filter-more .choice-box li {
	float: left;
	width: 102px;
	line-height: 32px;
}

.choice-btn {
	margin: 30px 0 20px;
	text-align: center;
}

.choice-btn .btn {
	width: 50px;
	height: 24px;
	line-height: 22px;
	border-radius: 2px;
	border: 0 none;
}

.btn-disable {
	background: #999;
	color: #fff;
}

.btn-enable {
	background: #fd6f01;
	color: #fff;
}

.btn-cancel {
	background: #efefef;
	color: #666;
}

.md-filter-more {
	padding-bottom: 20px;
}
.md-filter-box .md-filter-more{
	padding-bottom: 0;
}
.md-filter-more .choice-box {
	padding-left: 0;
	max-height: 140px;
}

.md-filter-box .md-filter-more .choice-box {
	border: 0 none;
	font-size: 0;
	margin-right: 14px;
}

.choice-scroll-box {
	padding-right: 50px;
}

.md-filter-more .choice-box a {
	display: inline-block;
	line-height: 32px;
	border-left: 1px solid #efefef;
	width: 100px;
	text-align: center;
	display: block;
	float: left;
	font-size: 14px;
	margin: 0 0 18px -1px;
}
.md-filter-box .md-filter-more .choice-box a {
	display: inline-block;
    font-size: 14px;
    line-height: 32px;
    text-align: left;
    width: 132px;
    padding-left: 10px;
    margin: 0 0 20px;;
    border-left:0 none;
}

#pagePoint {
	position: relative;
}

.md-list {
	background: #F7F7F7;
	padding-top: 30px;
	min-width: 1200px;
}

.md-list-nav {
	background: #fff;
	line-height: 46px;
	height: 46px;
	border: 1px solid #e5e5e5;
}

.md-list-nav .label {
	font-size: 14px;
	color: #069c38;
	display: inline-block;
	width: 90px;
	text-align: center;
	border-right: 1px solid #e5e5e5;
	line-height: 46px;
}

.md-list-nav a {
	display: inline-block;
	width: 90px;
	line-height: 46px;
	text-align: center;
}

.md-list-nav .fl a {
	color: #333;
	font-size: 14px;
	border-right: 1px solid #e5e5e5;
}
.md-list-nav .fl a span{
	color: #333;
	font-size: 14px;
	line-height: 46px;
}
.md-list-nav .fr a {
	border-left: 1px solid #e5e5e5;
}

.md-list-nav .number {
	font-size: 12px;
	color: #666;
}

.md-list-nav .page {
	display: inline-block;
	margin: 0 18px;
}

.md-list-nav .page i {
	font-style: normal;
	color: #069c38;
}

.md-list-nav a.sort-down {
	color: #fd6f01;
	background: url(../images/icon12.jpg) no-repeat 68px center;
}

.md-list-nav a.sort-up {
	color: #fd6f01;
	background: url(../images/icon13.jpg) no-repeat 68px center;
}
.md-list-nav a.create_time {
	color: #fd6f01;
}
.md-list-nav a span.create_time {
	font-size: 14px;
	color: #fd6f01;
}

.md-list-nav .icon {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 6px;
	background: url(../images/icon10.jpg) no-repeat;
}

.md-list-nav .active .icon {
	background: url(../images/icon11.jpg) no-repeat;
}

.md-list-main {
	margin-top: 20px;
}

.md-list-main ul {
	margin-right: -22px;
}

.md-list-main li {
	position: relative;
	width: 283px;
	float: left;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin: 0 20px 20px 0;
	background: #fff;
}

.md-list-main li:hover {
	border-color: #fd6f01;
	background: #fff;
}

.md-list-main li:hover .buy {
	opacity: 1;
	transition: all .6s ease;
}

.md-list-main li:hover .last {
	display: none;
}

.md-list-main h3 {
	padding: 6px 10px;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	height: 45px;
	overflow: hidden;

}

.md-list-main .info {
	border-top: 1px solid #f9f9f9;
	margin: 0 10px;
	line-height: 40px;
	padding: 12px 4px;
}

.md-list-main .price {
	font-size: 18px;
	color: #fd6f01;
}

.md-list-main .price i {
	font-size: 14px;
	font-style: normal;
}

.md-list-main .last {
	color: #999;
	float: right;
	margin-top: 4px;
	font-size: 12px;
}

.md-list-main .buy {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 120px;
	height: 28px;
	background: #fd6f01;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 4px 0;
	border: 0 none;
	border-radius: 2px;
	opacity: 0;
}

.md-page {
	background: #f7f7f7;
	text-align: center;
	padding: 30px 0 100px;
	color: #666;
	min-width: 1200px;
}

.md-page a {
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	min-width: 16px;
	text-align: center;
	padding: 0 7px;
	border: 1px solid #e5e5e5;
	margin: 0 2px;
}

.md-page a:hover {
	background: #009933;
	border-color: #009933;
	color: #fff;
}

.md-page i {
	/*font-family: "宋体";*/
	font-style: normal;
	font-weight: 500;
}

.page-num {
	display: inline-block;
	margin: 0 10px;
}

.md-page .number {
	width: 28px;
	height: 28px;
	border: 1px solid #e5e5e5;
	line-height: 28px;
	text-align: center;
	margin: 0 4px;
	color: #666;
}

.md-page .sub {
	width: 38px;
	height: 28px;
	border: 1px solid #e5e5e5;
	background: #f7f7f7;
	line-height: 28px;
	text-align: center;
	margin: 0 4px;
	color: #666;
	cursor: pointer;
	margin-left: 10px;
}

.md-page .sub:hover {
	background: #009933;
	border-color: #009933;
	color: #fff;
}

.md-about {
	background: #efefef;
	padding: 50px 0;
	min-width: 1200px;
}

.md-about-box {
	width: 399px;
	height: 168px;
	color: #444;
	float: left;
	border-left: 1px solid #e5e5e5;
	text-align: center;
}

.md-about-box:first-child {
	border: 0 none;
}

.md-about-box h4 {
	font-size: 16px;
	text-align: center;
	line-height: 1;
	margin-bottom: 26px;
}

.md-about-box .icon {
	margin: 46px 0 20px;
}

.md-about-box .phone {
	font-size: 14px;
}

.md-about-box .info {
	font-size: 14px;
	line-height: 1.7;
	margin: 50px 36px 0;
	text-align: left;
}

.md-about-box .ewm {
	display: inline-block;
	margin: 0 24px;
}

.md-about-box .ewm span {
	display: block;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
}

.footer {
	background: #42423c;
	min-width: 1200px;
}

.ft-col {
	text-align: center;
	padding: 24px 0;
	border-bottom: 1px solid #55554f;
	font-family: Microsoft YaHei;
}

.ft-col-item {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	min-width: 260px;
	padding-right: 15px;
	font-family: Microsoft YaHei;
}

.ft-col-item img {
	margin-right: 15px;
}

.ft-link {
	text-align: center;
	margin-top: 20px;
}

.ft-link a {
	display: inline-block;
	color: #969696;
	line-height: 1;
	padding: 0 26px;
	font-size: 14px;
	border-left: 1px solid #969696;
}

.ft-link a:first-child {
	border: 0 none;
}

.copyright {
	text-align: center;
	padding: 30px 0;
	font-size: 14px;
	color: #969696;
}

/* 0621 */
.md-typing {
	position: relative;
	padding: 0px 0 0;
	background: url(../images/bg2.png) center;
}

.md-typing-nav {
	height: 394px;
	position: relative;
	background: url(../images/bg1.jpg) center;
	min-width: 1200px;
}

.md-floor {
	display: none;
	position: fixed;
	z-index: 3;
	top: 50%;
	left: 50%;
	height: 392px;
	width: 30px;
	margin-top: -200px;
	margin-left: -644px;
	background: #fff;
}

.md-floor .back {
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 1.1;
	background: #c3c3c3;
	cursor: pointer;
	font-style: italic;
}

.md-floor .back i {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../images/normal.png);
}

.md-floor li {
	position: relative;
	border-bottom: 1px solid #d5d5d5;
	cursor: pointer;
}

.md-floor .num {
	font-size: 12px;
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #c3c3c3;
}

.md-floor .active .num {
	color: #fff;
	background: #fd6f01;
}

.md-floor .active:hover .num {
	color: #fff;
}

.md-floor .tip {
	display: none;
	position: absolute;
	top: 8px;
	left: 34px;
	white-space: nowrap;
	background: #fd6f01;
	color: #fff;
	line-height: 18px;
	font-size: 12px;
	padding: 0 4px;
	border-radius: 2px;
}

.md-floor .tip i {
	position: absolute;
	left: -6px;
	top: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border: 2px 3px;
	border-color: transparent #fd6f01 transparent transparent;
}

.md-floor li:hover .num {
	color: #fd6f01;
}

.md-floor li:hover .tip {
	display: block;
}

.md-floor .back {
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 1.1;
	background: #c3c3c3;
	cursor: pointer;
	font-style: italic;
}

.md-floor .back i {
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../images/normal.png);
	margin-top: 4px;
	margin-bottom: 2px;
}

.md-floor .back:hover {
	color: #fd6f01;
}

.md-floor .back:hover i {
	background: url(../images/move.png);
}

.md-floor .back:active {
	background: #fd6f01;
	color: #fff;
}

.md-floor .back:active i {
	background: url(../images/normal.png);
}

.mt-nav-list {
	position: absolute;
	z-index: 3;
	top: 0;
	left: 50%;
	height: 392px;
	width: 122px;
	margin-left: -600px;
	padding: 0 14px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.mt-nav-list a {
	display: block;
	line-height: 31px;
	font-size: 12px;
	color: #009933;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 24px;
}

.mt-nav-list .active a,.mt-nav-list a:hover {
	background: #fd6f01;
	color: #fff;
}

.mt-nav-tab {
	position: absolute;
	top: 120px;
	right: 50%;
	font-size: 0;
	left: auto;
	margin-right: -640px;
}

.mt-nav-tab a {
	display: inline-block;
	margin-right: 50px;
	font-size: 14px;
}

.md-typing-menu {
	position: absolute;
	top: 20px;
	left: 50%;
	z-index: 2;
	width: 110px;
	margin-left: -740px;
}

.md-typing-menu a {
	display: block;
	width: 108px;
	line-height: 24px;
	border: 1px solid #fd6f01;
	text-align: center;
	border-radius: 2px;
	color: #fd6f01;
	margin-top: 2px;
}

.md-typing-menu .active a,.md-typing-menu a:hover {
	background: #fd6f01;
	color: #fff;
}

.back-top {
	text-align: center;
	cursor: pointer;
}

.md-typing-item {
	padding: 11px;
	border: 1px solid #c3c3c3;
	box-shadow: 0 0 6px #c3c3c3;
	background: #fff;
	margin: 20px 0 20px;
}

.md-typing-item:first-child {
	margin-top: 0;
}

.md-typing-img {
	height: 370px;
	width: 742px;
	overflow: hidden;
}

.md-typing-intro {
	width: 414px;
}

.md-typing-info {
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	border-top: 2px solid #fbfbfb;
}

.md-typing-info:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0 none;
}


.md-typing-info .mt-icon {
	position: absolute;
	left: -40px;
	top: 38px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: transparent #fff transparent transparent;
	display: none;
}

.md-typing-active .mt-icon {
	display: block;
}

.mt-img {
	width: 107px;
}

.mt-info {
	width: 294px;
}

.mt-info .price {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 10px;
	font-size: 18px;
	color: #fd6f01;
	line-height: 1;
}

.mt-info .price:first-letter {
	font-size: 14px;
}

.mt-info h2 {
	font-size: 14px;
	line-height: 20px;
	margin-top: 7px;
	height: 38px;
	overflow: hidden;
	color: #333;
	width: 280px;
}

.mt-info .surplus {
	float: right;
	margin-top: 4px;
	color: #999;
	margin-right: 12px;
}

.mt-info .info {
	margin-top: 35px;
}

/* 0624 */
.tools-head {
	margin: 78px 0;
}


.tools-head-img {
	margin-right: 18px;
}

.tools-head h2 {
	line-height: 1;
	font-size: 36px;
	color: #4a4a4a;
	margin: 12px 0;
}

.tools-head .intro {
	font-size: 20px;
	color: #b9b9b9;
}

.tools-head-wd {
	margin: 35px 0 0 0;
}

.tools-head-wd h2 {
	line-height: 1;
	font-size: 24px;
	color: #4a4a4a;
	margin: 8px 0;
}

.tools-head-wd .intro {
	font-size: 15px;
	color: #b9b9b9;
}

.tools-left {
	margin-left: 36px;
}

.tools-intro {
	width: 510px;
}

.tools-headline {
	margin-left: 38px;
}

.tools-headline .fl {
	margin-right: 14px;
}

.tools-headline h3 {
	font-size: 24px;
	color: #4a4a4a;
}

.tools-headline .intro {
	font-size: 12px;
	color: #99a2a4;
}

.tools-main-left {
	background: #f8f8f8;
	text-align: center;
	padding-top: 44px;
	margin-top: 24px;
	border: 1px solid #ebebeb;
	border-radius: 0 16px 16px 0;
	height: 260px;
}

.tools-main-left .info {
	text-align: left;
    margin-left: 30px;
    margin-top: 14px;
    font-size: 12px;
    color: #666;
    line-height: 16px;
}

.tools-main-left .info a {
	color: #333;
}

.tools-tip {
	font-size: 20px;
	color: #fd6f01;
	text-align: center;
	margin-top: 16px;
}

.tools-list {
	margin: 46px 0 100px;
}

.tools-list li {
	float: left;
	width: 24.9%;
	text-align: center;
	;
}

.tools-list h3 {
	font-size: 36px;
	color: #4a4a4a;
	line-height: 1;
	margin-top: 12px;
}

.tools-list .txt {
	font-size: 12px;
	color: #c3c3c3;
	margin-top: 14px;
}

.tools-intro-left {
	width: 755px;
	padding-top: 64px;
	margin-left: 90px;
}

.tools-intro-left .tools-headline {
	float: right;
	width: 280px;
}

.tools-main-right {
	background: #f8f8f8;
	text-align: center;
	padding-top: 44px;
	margin-top: 24px;
	border: 1px solid #ebebeb;
	border-radius: 16px 0 0 16px;
	height: 290px;
}

.tools-main-right .info {
	text-align: left;
	width: 45%;
	margin: 14px auto;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}

.tools-main-right .info a {
	color: #333;
}

.tools-line {
	height: 2px;
	width: 100%;
	border: 0 none;
	background: #f0f0f0;
	margin-bottom: 90px;
}

/* 订单样式0712 */
.od-head {
	border-top: 1px solid #efefef;
	padding: 54px 0 52px;
	border-bottom: 2px solid #009933;
	min-width: 1200px;
}
.od-steps{
	position:relative;
	top:16px;
}
.od-steps ol{
	font-size:0;
}
.od-steps li{
	position:relative;
	display:inline-block;
	width:286px;
	height:3px;
	background:#999999;
}
.od-steps li:first-child{
	width:30px;
}
.od-steps li em{
	position:absolute;
	right:0;
	top:-12px;
	width:18px;
	height:18px;
	line-height:18px;
	text-align:center;
	border:6px solid #fff;
	border-radius:50%;
	color:#fff;
	background:#999999;
}
.od-steps li span{
	position:absolute;
	top: 24px;
	right:-24px;
	white-space: nowrap;
	min-width:80px;
	text-align:center;
}
.od-steps .active,
.od-steps .active em
{
	background:#fd6f01;
}
.od-steps .active span{
	color:#fd6f01;
}
.bg-f7 {
	background: #f7f7f7;
	min-width: 1200px;
}

.od-box {
	background: #fff;
	min-width: 1200px;
	margin-bottom: 20px;
}

.od-headline {
	font-size: 24px;
	color: #333;
	line-height: 64px;
}

.od-title {
	padding-left: 20px;
	font-size: 20px;
	color: #333;
	line-height: 60px;
	border-bottom: 1px solid #e3e3e3;
	letter-spacing: 2px;
}

.od-title .sign {
	float: right;
	color: #fe8222;
	margin-right: 20px;
	margin-top: 18px;
}

.od-title .sign i {
	font-family: "Microsoft SimSun";
	font-weight: 500;
}

.od-title .intro{
	margin-left:20px;
	font-size:12px;
	color:#999;
	text-decoration: underline;
}
.od-title .intro:hover{
	color:#fd6f01;
}

.od-main1,.od-main {
	padding: 20px;
}

.od-col {
	margin-top: 20px;
}

.od-col:first-child {
	margin-top: 0;
}

.od-delivery {
	margin-top: 20px;
}

.od-select select {
	width: 160px;
	height: 32px;
	margin-right: 6px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	color: #999;
	font-family: "Microsoft Yahei";
}

.od-select select:focus {
	color: #333;
}
.od-main1 .od-txt,
.od-main .od-txt {
	width: 140px;
	line-height: 20px;
	padding: 6px 10px;
	margin-right: 6px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	color: #333;
}
.od-main1 .od-txt1{
	width: 70px;
	line-height: 20px;
	padding: 6px 10px;
	margin-right: 6px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	color: #333;
}
.od-main .od-adress,
.od-main1 .od-adress {
	width: 450px;
}

.od-main .tip,.od-main .tips,
.od-main1 .tip,.od-main1 .tips  {
	font-size: 14px;
	color: #999;
	display: inline-block;
}
.od-main .tip i,.od-main .tips i,
.od-main1 .tip i,.od-main1 .tips i {
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}
.od-main .tips i,
.od-main1 .tips i {
	color: #fd6f01;
}

.checkBtn {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background: url(../images/od10.png) no-repeat center;
}

.checkBtn input {
	width:16px;
	height:16px;
	opacity: 0;
}

.checkBtnCheck {
	background: url(../images/od11.png) no-repeat center;
}

.auto-adr {
	display: inline-block;
	margin-right: 30px;
	font-size: 14px;
	color: #999;
}

.od-btn {
	width: 120px;
	height: 32px;
	font-size: 16px;
	border: 0 none;
	font-weight: 100;
	border-radius: 3px;
	font-family: "Microsoft Yahei";
	cursor: pointer;
	margin-right: 4px;
}

.od-btn-sure {
	background: #fd6f01;
	color: #fff;
}

.od-btn-cancel {
	color: #999;
	background: #efefef;
}

.radionBtn {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	background: url(../images/od3.jpg) no-repeat center;
	margin-left: 6px;
	cursor: pointer;
}

.radionBtn input {
	opacity: 0;
}

.radionBtnCheck {
	background: url(../images/od2.jpg) no-repeat center;
}

.od-main .stream {
	margin: 0 6px;
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	width: 4px;
}

.od-main .stream i {
	font-size: 10px;
}

.od-main .addr {
	padding: 0 12px;
	line-height: 30px;
	border: 1px solid #efefef;
	font-size: 14px;
	margin-bottom: 20px;
	color: #777;
	width: 700px;
	cursor: pointer;
}
.od-main .addr input{
	width:100%;
	 border: 0 none;
    line-height: 30px;
    height: 30px;
}
.od-main .addr-active {
	border-color: #fd6f01;
	background: url(../images/od24.jpg) no-repeat right bottom;
}

.od-main .addr .label {
	display: inline-block;
	margin-right: 14px;
	color: #000;
	line-height: 30px;
}

.od-main .addr .sign {
	color: #ff8400;
}

.stream-info {
	position: relative;
	font-size: 14px;
	color: #999;
	padding-left: 12px;
}

.stream-info i {
	position: absolute;
	left: 0;
	top: 4px;
	color: #fe882c;
}

.stream-info strong {
	font-weight: 400;
	color: #666;
}

.od-table {
	width: 100%;
	margin: -20px 0 20px;
}

.od-table th {
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 50px;
	border-bottom: 2px solid #f7f7f7;
}

.od-table td {
	padding: 10px 0;
	text-align: center;
}

.od-table tr:hover td {
	background: #f7f7f7;
}

.od-table img {
	width: 98px;
	height: 98px;
	border: 1px solid #e3e3e3;
}

.od-table .txt {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 470px;
	text-align: left;
}

.od-count {
	padding-top: 20px;
	border-top: 2px solid #f7f7f7;
}

.od-count .remark {
	width: 660px;
	padding: 6px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	border: 1px solid #efefef;
}

.od-count-table {
	
}

.od-count-table td {
	font-size: 18px;
	color: #333;
	text-align: right;
	padding-bottom: 20px;
}

.od-count-table td:first-child {
	text-align: right;
	padding-right: 40px;
}

.od-count-table .num {
	font-size: 18px;
	color: #fd6f01;
}

.od-count-table td i {
	font-size: 14px;
}

.price-pay {
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	font-size: 18px;
	padding: 20px 40px 0;
	margin-right: -40px;
}

.od-count-table .price-unit {
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	font-size: 18px;
	color: #fd6f01;
}

.od-count-table .price-unit i {
	color: #fd6f01;
	font-size: 14px;
}

.settle-btn {
	width: 180px;
	height: 40px;
	line-height: 39px;
	font-size: 18px;
	color: #fff !important;
	font-weight: 200;
	background: #fd6f01;
	border: 0 none;
	border-radius: 2px !important;
	cursor: pointer;
	display: inline-block;
	text-align: center;
}

.od-main .receiver {
	font-size: 14px;
	color: #000;
}

.od-main .action {
	display: inline-block;
	margin-left: 28px;
	font-size: 14px;
	color: #666;
}

.od-main .action:hover {
	color: #fd6f01;
}

.od-main .addr-col .receiver {
	color: #666;
}

.od-main .addr-col .action {
	display: none;
}

.od-main .addr-col:hover .receiver,.od-main .addr-col:hover .action {
	display: inline-block;
	color: #fd6f01;
}

.od-main1 .more-addr {
	display: inline-block;
	margin-left: 18px;
	font-size: 14px;
	color: #fd6f01;
}
.od-main1 .more-addr span{
	font-size: 14px;
	color: #fd6f01;
}
.od-main1 .more-addr span:first-child{
	display:none;
}
.mask {
	display: none;
	position: fixed;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .5;
	filter: alpha(opacity = 50);
}

.addr-popup {
	display: none;
	position: fixed;
	z-index: 6;
	top: 50%;
	left: 50%;
	margin: -175px 0 0 -340px;
	background: #fff;
}

.addr-popup-close {
	position: absolute;
	right: 12px;
	top: 12px;
	cursor: pointer;
}

.addr-popup .od-title {
	padding-left: 62px;
}

.addr-popup .od-main {
	padding: 20px 60px 20px;
}

.addr-popup .city-select,.addr-popup .od-txt {
	color: #333;
}

/* 支付 */
.pay-box {
	background: #fff;
	min-width: 1160px;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.pay-icon {
	float: left;
	width: 90px;
}

.pay-info {
	margin-left: 90px;
}

.pay-info h2 {
	font-size: 24px;
	color: #333;
}

.pay-info .hint {
	font-size: 14px;
	color: #999;
	margin: 8px 0;
}

.pay-info .hint .tips {
	color: #fd6f01;
}

.pay-info .info {
	font-size: 14px;
	color: #666;
}

.pay-info .info span {
	color: #333;
	display: inline-block;
	margin-right: 20px;
}

.pay-info .info span a {
	color: #fd6f01;
}

.pay-box .pay-total {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 24px;
}

.pay-box .pay-total span {
	display: inline-block;
	margin-left: 14px;
	font-size: 30px;
	color: #ff8400;
}

.pay-box .pay-total span i {
	font-size: 20px;
	color: #fd6f01;
}

.order-info {
	position: absolute;
	right: 20px;
	bottom: 0;
	font-size: 14px;
	color: #999;
	padding-right: 16px;
	background: url(../images/od12.png) no-repeat right center;
}

.order-info:hover {
	color: #fd6f01;
	background: url(../images/od25.jpg) no-repeat right center;
}

.order-info-hide {
	
}

.pay-box h3 {
	font-size: 18px;
	color: #333;
}

.pay-list {
	margin-top: 16px;
}

.pay-list li {
	float: left;
	cursor: pointer;
}

.pay-list li img {
	border: 1px solid #e3e3e3;
	margin-right: 40px;
	margin-left: 4px;
}

.pay-list .radionBtnCheck+img {
	border-color: #fd6f01;
}

.pay-confirm {
	font-size: 18px;
	color: #fff;
	font-weight: 200;
	border: 0 none;
	border-radius: 2px !important;
	margin: 0px 0 30px 0px;
}

.pay-confirm .otherPay {
	
}

.pay-order-info {
	display: none;
	border-top: 1px solid #e3e3e3;
	margin: 20px -20px;
	padding: 12px 120px;
}

.pay-order-info .tips,.pay-order-info li {
	line-height: 34px;
	font-size: 14px;
	color: #333;
}

.pay-order-info a,.pay-order-info .icon {
	font-size: 14px;
	color: #fd6f01;
}

.pay-order-info .label {
	display: inline-block;
	font-size: 14px;
	min-width: 76px;
	color: #666;
	line-height: 34px;
}

.pay-order-info .goods {
	display: inline-block;
	font-size: 14px;
	color: #333;
	line-height: 34px;
	vertical-align: top;
	max-width: 888px;
}

.pay-order-info .goods a {
	line-height: 34px;
	color: #333;
}

.pay-order-info .goods a:hover {
	color: #fd6f01;
}

.pay-order-item {
	position: relative;
	margin: 0 -100px;
	padding: 10px 90px 0;
	border-top: 1px solid #f0f0f0;
	margin-top: 12px;
}

.pay-order-info .tips+.pay-order-item {
	border-top: 0;
	margin-top: 0;
	padding: 0 90px;
}

.pay-item-price {
	position: absolute;
	right: 0;
	top: 12px;
	font-size: 14px;
}

/* .pay-order-info .tips+.pay-order-item .pay-item-price {
	top: 2px;
	 right:22px;
} */

.pay-item-price span {
	font-size: 22px;
	color: #fd6f01;
}

.pay-item-price span i {
	font-size: 16px;
}

.pay-popup {
	position: fixed;
	display: none;
	z-index: 6;
	top: 50%;
	left: 50%;
	margin-left: -270px;
	margin-top: -185px;
	padding: 0 20px 50px;
	background: #fff;
	width: 520px;
	border-radius: 8px;
}

.pay-popup h2 {
	font-size: 20px;
	color: #009933;
	border-bottom: 1px solid #009933;
	line-height: 60px;
	margin-bottom: 50px;
}

.pay-popup-close {
	position: absolute;
	right: -16px;
	top: -16px;
	cursor: pointer;
}

.pay-popup-img {
	margin-left: 60px;
	margin-right: 80px;
}

.pay-popup-txt h4 {
	font-size: 18px;
	margin-bottom: 4px;
	color: #666;
}

.pay-popup-txt a {
	font-size: 18px;
	color: #fd6f01;
}

.pay-popup-txt .more {
	margin: 38px 0;
	border: 0 none;
	background: #e3e3e3;
	height: 1px;
}

/* 支付 */
.pay-headline {
	font-size: 14px;
	color: #666;
	padding: 4px 0 20px;
	border-bottom: 1px solid #f0f0f0;
	line-height: 30px;
}

.pay-headline .number {
	font-size: 14px;
	color: #333;
}

.pay-headline .price {
	float: right;
	font-size: 20px;
	color: #666;
	line-height: 1;
}

.pay-headline .price span {
	font-size: 30px;
	color: #fd6f01;
	line-height: 1;
}

.pay-headline .price i {
	font-size: 20px;
}

.pay-balance {
	font-size: 24px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
	display: inline-block;
	padding: 20px 4px 18px 0;
}

.pay-balance i {
	font-size: 18px;
	color: #fd6f01;
}

.pay-balance .num {
	font-size: 24px;
	color: #fd6f01;
}

.pay-password {
	padding: 16px 0 0;
}

.pay-password .hits {
	font-size: 12px;
	color: #999;
}

.password-box {
	position: relative;
	display: inline-block;
	width: 236px;
	border: 1px solid #fd6f01;
	font-size: 0;
	padding: 4px 0;
	border-radius: 2px;
	margin-top: 8px;
}

.password-item {
	font-size: 0;
}

.password-item input {
	border-style: solid;
	display: inline-block;
	border-width: 0 0 0 1px;
	border-color: #fd6f01;
	width: 38px;
	text-align: center;
	font-size: 16px;
	height: 30px;
	line-height: 28px;
	color: #fd6f01;
	vertical-align: middle;
}

.password-item input:first-child {
	border: 0 none;
}

.password-item b {
	display: inline-block;
	display: none;
	vertical-align: middle;
}

.pay-password .forget {
	font-size: 12px;
	color: #009933;
	margin-left: 12px;
	position: absolute;
	margin-top: 20px;
}

.pay-confirm {
	margin-top: 20px;
}

.pay-confirm .confirm {
	width: 238px;
	height: 40px;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	background: #fd6f01;
	margin-bottom: 20px;
	cursor: pointer;
}

.pay-confirm .otherPay {
	width: 238px;
	height: 40px;
	border: 0;
	border-radius: 2px;
	font-size: 14px;
	color: #999;
	border: 1px solid #999;
	background: none;
	margin-bottom: 20px;
	cursor: pointer;
	margin-left: 10px;
}

.pay-confirm .otherPay:hover {
	color: #666;
	border-color: #666;
}

.pay-confirm .hint {
	font-size: 12px;
	color: #666;
}

.pay-confirm .hint a,.pay-confirm .hint i {
	color: #fd6f01;
}

.pay-fail {
	background: #fff;
	min-width: 1200px;
	padding: 30px 0 20px;
	text-align: center;
	border-bottom: 1px solid #efefef;
}

.pay-fail-box {
	text-align: center;
	font-size: 36px;
	color: #666;
	margin-bottom: 58px;
}

.pay-fail-txt {
	font-size: 36px;
	color: #666;
	margin-right: 30px;
}

.pay-fail .back {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	width: 186px;
	height: 32px;
	line-height: 32px;
	background: #fd6f01;
	border-radius: 2px;
	margin-bottom: 28px;
}

.pay-fail .tips {
	font-size: 14px;
	color: #999;
}

/* 学习平台 */
.learn-head {
	line-height: 82px;
}

.learn-head h3 {
	line-height: 82px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
.learn-head h3 a{
	line-height: 82px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}
.learn-head h3 img {
	margin-right: 12px;
}

.learn-head .line {
	display: inline-block;
	width: 6px;
	height: 18px;
	background: #fd6f01;
	margin-right: 12px;
	vertical-align: middle;
}

.learn-head .link {
	line-height: 82px;
}

.learn-head .link a {
	display: inline-block;
	font-size: 14px;
	color: #333;
	border-bottom: 2px solid transparent;
}

.learn-head .link a:hover {
	color: #fd6f01;
	border-color: #fd6f01;
}

.learn-head .pion {
	display: inline-block;
	width: 2px;
	height: 2px;
	margin: 0 26px;
	background: #6c6c6c;
	vertical-align: middle;
}

.learn-head .pion:first-child {
	display: none;
}

.learn-head .link .more {
	padding-right: 14px;
	margin: 0 20px 0 50px;
	background: url("../images/icon-right-gray.png") no-repeat right;
	color: #999;
	border: 0 none;
}

.learn-head .link .more:hover {
	background-image: url("../images/icon-right.png");
}

.learn-item {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #efefef;
}

.learn-item ul {
	margin-right: -20px;
}

.learn-item li {
	float: left;
	width: 274px;
	margin-right: 20px;
}

.learn-item h4 {
	font-size: 14px;
	color: #333;
	line-height: 1.3;
	height: 36px;
	overflow: hidden;
	padding: 0 4px;
	margin: 8px 0 10px;
	font-weight: 700;
}

.learn-item a:hover h4 {
	color: #fd6f01;
}

.learn-item .agree {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	background: url("../images/st10.png") no-repeat 4px;
}

.learn-item .agree-active {
	background: url("../images/st11.png") no-repeat 4px;
}

.learn-item .agree:hover {
	color: #fd6f01;
	background: url("../images/st11.png") no-repeat 4px;
}

.learn-crumbs {
	line-height: 48px;
	font-family: "Microsoft YaHei"
}

.learn-box {

}

.learn-nav {
	position:relative;
	width: 220px;
	background: #fff;
	padding-bottom:100px;
}
.learn-nav-box{
	width:100%;
}
.learn-nav dt {
	padding: 0 20px;
	
	border-bottom: 1px solid #e3e3e3;
	
}
.learn-nav dt a{
	line-height: 64px;
	font-size: 18px;
	color: #333;
	font-weight: 700;
}

.learn-nav dt .line {
	display: inline-block;
	width: 6px;
	height: 18px;
	background: #fd6f01;
	margin-right: 12px;
	vertical-align: middle;
}

.learn-nav dt img {
	margin-right: 10px;
}

.learn-nav dd {
	width: 160px;
	line-height: 58px;
	height: 58px;
	text-align: left;
	margin: 0 auto;
	border-bottom: 1px solid #e3e3e3;
	padding-left: 14px;
}

.learn-nav dd a {
	font-size: 14px;
	color: #333;
	display: inline-block;
	line-height: 58px;
	font-weight: 700;
}

.learn-nav .active a,.learn-nav dd a:hover {
	color: #fd6f01;
}

.learn-main {
	position:relative;
	width: 960px;
	background: #fff;
	min-height: 400px;
}

.learn-headline {
	line-height: 32px;
	padding: 16px 20px;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
}

.learn-headline .label {
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.learn-headline a {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	color: #999;
	max-width: 98px;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: middle;
	margin-top: -3px;
}

.learn-headline a:hover,.learn-headline .active {
	color: #fd6f01;
}

.learn-search {
	position: absolute;
	right: 20px;
	top: 15px;
	width: 280px;
	border: 1px solid #efefef;
	border-radius: 2px;
	height: 32px;
}

.learn-search .txt {
	width: 90%;
	height: 20px;
	padding: 6px;
	border: 0 none;
	color: #333;
}

.learn-search .btn {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	border: 0 none;
	background: url("../images/st18.png") no-repeat center;
	cursor: pointer;
}

.learn-count {
	line-height: 64px;
	padding: 0 20px;
}

.learn-count .label {
	display: inline-block;
	font-size: 14px;
	color: #333;
}

.learn-count a {
	display: inline-block;
	padding-right: 12px;
	margin-right: 34px;
}

.learn-count .sort-up {
	background: url("../images/st32.png") no-repeat right;
}

.learn-count .sort-up:hover,.learn-count .sort-up.sort-active {
	background: url("../images/st31.png") no-repeat right;
}

.learn-count .sort-down {
	background: url("../images/st33.png") no-repeat right;
}

.learn-count .sort-down:hover,.learn-count .sort-down.sort-active {
	background: url("../images/st30.png") no-repeat right;
}

.learn-count .num {
	font-size: 14px;
	color: #999;
	float: right;
	margin-top: 20px;
}

.learn-list {
	margin: 0 20px;
}

.learn-list li {
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	margin-bottom: 20px;
}

.learn-list li:first-child {
	padding-top: 0;
	border-top: 0;
}

.learn-list .learn-img {
	float: left;
}

.learn-info {
	float: left;
	width: 720px;
	margin-left: 20px;
}

.learn-info h2 a {
	font-size: 18px;
	color: #333;
	font-weight:700;
}

.learn-info h2 .time {
	float: right;
	font-size: 12px;
	color: #999;
}

.learn-txt {
    display: block;
    height: 45px;
    font-size: 14px;
    margin: 6px 0;
    overflow: hidden;
}

.learn-txt p {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	max-height: 36px;
}

.learn-read .agree {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	background: url("../images/st10.png") no-repeat 4px;
	min-width: 92px;
}

.learn-read .agree-active {
	background: url("../images/st11.png") no-repeat 4px;
}

.learn-read .agree:hover {
	color: #fd6f01;
	background: url("../images/st11.png") no-repeat 4px;
}

.learn-read .read {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	background: url("../images/st16.png") no-repeat 4px;
}

.learn-page {
	text-align: center;
	color: #666;
}

.learn-page a {
	display: inline-block;
	background: #f4f4f4;
	line-height: 30px;
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #666;
	padding: 0 12px;
}

.learn-page .active,.learn-page a:hover,.learn-page .btn:hover {
	color: #fff;
	background: #009933;
	border-color: #009933;
}

.learn-page .page-num {
	border: 1px solid #e5e5e5;
	width: 32px;
	height: 30px;
	background: #f4f4f4;
	text-align: center;
}

.learn-page .btn {
	width: 40px;
	height: 32px;
	margin-left: 10px;
	border: 1px solid #e5e5e5;
	background: #f7f7f7;
	color: #666;
	cursor: pointer;
}

.learn-page ul,.learn-page li {
	display: inline-block;
}

.learn-cont {
	float: left;
	width: 900px;
	min-height: 500px;
	padding: 0 20px;
	margin-right: -1px;
	border-right: 1px solid #e3e3e3;
}

.learn-cont h1 {
	font-size: 20px;
	color: #333;
	line-height: 1;
	padding: 18px 0 26px;
}

.learn-intro {
	position: relative;
	padding-bottom: 8px;
	border-bottom: 1px solid #e3e3e3;
}

.learn-key .label {
	font-size: 14px;
	color: #333;
}

.learn-key span {
	font-size: 14px;
	color: #fd6f01;
}

.learn-time {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}

.learn-shade {
	position: absolute;
	right: 0;
	bottom: 8px;
}

.learn-cont .praise {
	display: inline-block;
	font-size: 14px;
	color: #999;
	padding-left: 22px;
	margin-right: 24px;
	background: url("../images/st10.png") no-repeat 4px;
}

.learn-cont .praise.agree-active,.learn-cont .praise:hover {
	color: #fd6f01;
	background: url("../images/st11.png") no-repeat 4px;
}

.learn-cont .shade {
	display: inline-block;
	font-size: 16px;
	color: #fd6f01;
	padding-left: 22px;
	background: url("../images/st23.png") no-repeat 4px;
}

.learn-article {
	margin: 28px 0 40px;
}

.learn-op {
	border-top: 1px solid #e3e3e3;
	line-height: 60px;
	text-align: center;
	margin-bottom: 80px;
}

.learn-op .page {
	font-size: 14px;
	color: #333;
}

.learn-op .page img {
	margin: 0 6px;
}

.learn-op .page-prev {
	float: left;
	margin: 20px 0 0 100px;
}

.learn-op .page-next {
	float: right;
	margin: 20px 100px 0 0;
}

.learn-hot {
	float: left;
	width: 282px;
	border-left: 1px solid #e3e3e3;
}
.learn-hot dl{
	margin-bottom:26px;
}

.learn-hot dt {
	padding-left: 20px;
	border-bottom: 1px solid #e3e3e3;
	line-height: 64px;
	font-size: 18px;
	color: #fd6f01;
}

.learn-hot dd {
	padding-left: 20px;
	margin-top: 14px;
}

/* 网仓 */
.inside-box {
	overflow: hidden;
}

.inside-nav {
	float: left;
	background: #fff;
	width: 204px;
	padding: 16px 8px;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

.inside-nav dl {
	margin-bottom: 16px;
}

.inside-nav dt {
	padding-left: 30px;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	background: #f1f1f1;
}

.inside-nav dd a {
	display: block;
	margin-left: 30px;
	font-size: 14px;
	line-height: 44px;
	border-bottom: 1px solid #efefef;
	/* color:#666; */
}

.inside-nav .active a {
	color: #fd6f01;
}

.inside-main {
	padding: 20px;
	margin-left: 240px;
	background: #fff;
	padding-bottom: 10000px;
	margin-bottom: -10000px;
}

.depot-table {
	width: 100%;
	border: 1px solid #e3e3e3;
}

.depot-all {
	line-height: 58px;
	font-size: 14px;
}

.depot-all .all {
	display: inline-block;
	width: 72px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	border: 1px solid #fd6f01;
	text-align: center;
	color: #fd6f01;
	font-size: 14px;
	margin-left: 10px;
}

.depot-table th {
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.depot-table td {
	padding: 20px 10px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
}

.depot-table td:first-child {
	text-align: center;
}

.depot-table  .seckill {
	display: inline-block;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
}

.depot-info {
	width: 220px;
	display: inline-block;
	margin-left: 8px;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.depot-info .intro {
	margin-top: 4px;
}

.depot-info .intro span {
	color: #999;
}

.depot-table .price {
	display: inline-block;
	min-width: 80px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.depot-table .price i {
	font-size: 12px;
}

.depot-table .num {
	display: block;
	min-width: 60px;
	color: #fd6f01;
	font-size: 14px;
}

.depot-table .send {
	color: #999;
}

.depot-table .time {
	margin-top: 8px;
	font-size: 14px;
	color: #fd6f01;
}

.depot-table .delivery {
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #fd6f01;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	margin: 8px auto;
}

.depot-table .pay {
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #009933;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	margin: 8px auto;
}

.depot-table .look {
	display: block;
	width: 100px;
	text-align: center;
	color: #fd6f01;
	border-radius: 2px;
	font-size: 14px;
	margin: 0 auto;
}

.sendDetail {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -370px;
	z-index: 3;
	background: #efefef;
	padding: 10px;
	box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}

.sd-close {
	position: absolute;
	width: 34px;
	height: 34px;
	right: -16px;
	top: -17px;
	background: url('../images/od27.png');
	cursor: pointer;
}

.sd-box {
	padding: 12px 14px;
	border: 1px solid #009933;
	background: #fff;
}

.sd-head {
	min-width: 724px;
	padding-left: 16px;
	border-bottom: 1px solid #dfdfdf;
}

.sd-head-text {
	display: inline-block;
	margin-left: 20px;
}

.sd-head-text p {
	font-size: 14px;
	color: #333;
}

.sd-head-text p span {
	font-size: 14px;
	color: #666;
}

.sd-list {
	padding-bottom: 40px;
	text-align: left;
}

.sd-list li {
	margin-top: 24px;
	padding: 0 4px;
	font-size: 0;
}

.sd-list span {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	color: #666;
}

.sd-list .date {
	width: 150px;
}

.sd-list .adr {
	width: 270px;
}

.sd-list .type {
	width: 100px;
}

.sd-list .number {
	width: 100px;
}
/* 我的订单 */
.myOrder {
	padding: 0 20px;
}

.myOrder-tab {
	height: 32px;
	margin: 0 -20px;
	padding: 0 20px;
	border-bottom: 1px solid #e3e3e3;
}

.myOrder-tab>ul>li {
	float: left;
	position: relative;
	width: 146px;
	line-height: 30px;
	height: 32px;
	text-align: center;
	background: #e3e3e3;
	margin-left: 6px;
	border-radius: 2px 2px 0 0;
}

.myOrder-tab>ul>li:hover {
	background: #fd6f01;
}

.myOrder-tab>ul>li:hover>a,.myOrder-tab>ul>li:hover .num {
	color: #fff;
}

.myOrder-tab>ul>li>a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	color: #333;
	padding-top: 2px;
}

.myOrder-tab>ul>li:first-child {
	margin-left: 0;
}

.myOrder-tab .active {
	background: #fd6f01;
	color: #fff;
}

.myOrder-tab .active a {
	color: #fff;
}

.myOrder-tab .num {
	font-size: 14px;
	color: #ff8400;
}

.myOrder-tab .active .num {
	color: #fff;
}

.myOrder-tab .dateFilter {
	border-radius: 2px 2px 0 0;
	background: #e3e3e3 url('../images/s11.png') no-repeat 124px center;
}

.myOrder-tab .active .dateFilter,.myOrder-tab .dateFilter:hover {
	background: #fd6f01 url('../images/s10.png') no-repeat 124px center;
	color: #fff;
}

.myOrder-tab  .dateFilter-active:hover,.myOrder-tab  .dateFilter-active
	{
	background: #fd6f01 url('../images/s04.jpg') no-repeat 124px center;
	color: #fff;
}
.myOrder-tab2>ul>li{
    width: 124px;
}
.myOrder-tab2 .myOrder-select{
	width: 122px;
}
.myOrder-tab2 .myOrder-select li{
	padding-left: 16px;
}
.myOrder-tab2 .active .dateFilter, .myOrder-tab2 .dateFilter:hover{
	background-position: 100px center;
}
.myOrder-select {
	display: none;	
	position: absolute;
	width: 144px;
	top: 36px;
	left: 0;
	padding: 6px 0;
	text-align: left;
	border: 1px solid #fd6f01;
	background: #fff;
}

.myOrder-select li {
	line-height: 26px;
	padding-left: 30px;
}

.myOrder-select .txt {
	font-size: 14px;
	color: #999;
}

.myOrder-select .on .txt {
	color: #fd6f01;
}

.myOrder-select .on i {
	display: inline-block;
	width: 8px;
	height: 6px;
	background: url('../images/s07.jpg');
	float: right;
	margin-right: 8px;
	margin-top: 8px;
}

.myOrder-icon {
	position: absolute;
	z-index: 3;
	right: 12px;
	top: -5px;
	width: 8px;
	height: 5px;
	background: url('../images/s06.jpg');
}

.myOrder-column {
	height: 38px;
	line-height: 38px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 0;
	border: 1px solid #e3e3e3;
}

.myOrder-column span {
	display: inline-block;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	text-align: center;
}

.myOrder-column .name {
	width: 384px;
}

.myOrder-column .price {
	width: 70px;
}

.myOrder-column .number {
	width: 66px;
}

.myOrder-column .total {
	width: 128px;
}

.myOrder-column .type,.myOrder-column .opera {
	width: 128px;
}

.myOrder-all {
	line-height: 40px;
	font-size: 14px;
}

.myOrder-all .all {
	display: inline-block;
	width: 85px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	border: 1px solid #fd6f01;
	text-align: center;
	color: #fd6f01;
	font-size: 14px;
	margin-left: 10px;
}

.myOrder-all .allEnable {
	display: inline-block;
	width: 85px;
	height: 24px;
	line-height: 24px;
	border-radius: 2px;
	border: 1px solid #e3e3e3;
	text-align: center;
	color: #e3e3e3;
	font-size: 14px;
	margin-left: 10px;
}

.myOrder-table {
	width: 100%;
	margin-bottom: 20px;
}

.myOrder-table caption {
	padding-left: 20px;
	line-height: 34px;
	font-size: 12px;
	color: #666;
	background: #efefef;
}

.myOrder-table caption input {
	margin-right: 4px;
}

.myOrder-table caption .num {
	margin-left: 13px;
}

.myOrder-table td {
	padding: 30px 12px 20px 12px;
	border: 1px solid #e3e3e3;
	vertical-align: middle;
}

.myOrder-info {
	width: 480px;
	margin-left: 8px;
}

.myOrder-img {
	display: inline-block;
	width: 92px;
	height: 92px;
	border: 2px solid #f2f2f2;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	margin-top: -10px;
}

.myOrder-img .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../images/Group.png") no-repeat left top;
}
.myOrder-img .seeIcon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../images/seeIcon.png") no-repeat left top;
}
.myOrder-img .serviceIcon,
.service-icon-box .serviceIcon
 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../images/serviceIcon.png") no-repeat left top;
}
.myOrder-img .netIcon{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../images/netIcon.png") no-repeat left top;
}
.service-icon-box{
	    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}
.seckill-active {
	position: relative;
}

.seckill-active .icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background: url("../images/Group.png") no-repeat left top;
}

.myOrder-txt {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size:0;
}

.myOrder-title {
	display: inline-block;
	vertical-align: top;
	width: 240px;
	font-size: 12px;
	color: #333;
}

.myOrder-title h3 {
	font-size: 12px;
	color: #333;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	height: 46px;
}

.myOrder-title .info {
	margin-top: 6px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.myOrder-title .info span {
	font-size: 12px;
	color: #666;
}
.myOrder-title .info em{
	color:#999;
}

.myOrder-price {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	text-align: center;
	font-size: 12px;
	color: #333;
}

.myOrder-num {
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 32px;
	font-size: 12px;
	color: #333;
}

.myOrder-table .total {
	font-size: 12px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.myOrder-table .total i {
	font-size: 12px;
	font-weight: normal;
}

.myOrder-table .tips {
	text-align: center;
	margin-top: 10px
}

.myOrder-type {
	width: 100px;
	text-align: center;
}

.myOrder-type .payof {
	display: block;
	font-size: 12px;
	color: #333;
}

.myOrder-type .info {
	display: block;
	font-size: 12px;
	color: #fd6f01;
	margin-top: 10px;
}

.myOrder-table td a {
	display: block;
}

.myOrder-table .delivery {
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #fd6f01;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	margin: 8px auto;
}

.myOrder-table .cancel {
	display: block;
	width: 100px;
	text-align: center;
	color: #999;
	border-radius: 2px;
	font-size: 12px;
	margin: 10px auto;
}

.myOrder-table .pay {
	display: block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #009933;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	margin: 8px auto;
}

.myOrder-table .define {
	display: block;
	width: 102px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	text-align: center;
	color: #fd6f01;
	border-radius: 2px;
	font-size: 12px;
	margin: 10px auto;
	border: 1px solid #fd6f01;
	margin-top: -4px;
}
.myOrder-table .unenable {
	display: block;
	width: 102px;
	height: 28px;
	line-height: 28px;
	background: #fff;
	text-align: center;
	color: #999;
	border-radius: 2px;
	font-size: 12px;
	margin: 10px auto;
	border: 1px solid #999;
	margin-top: -4px;
}
		
.myOrder-sale {
	border-radius: 2px;
	left: 1px;
	background: #fd6f01;
}

.myOrder-sale li {
	padding: 0;
	text-align: center;
}

.myOrder-sale li a {
	color: #fff;
	line-height:24px;	
}
.myOrder-sale li a:hover{
	background:#fa903f;
	color:#fff;
}

.myOrder-sale .myOrder-icon {
	top: -4px;
	background: url('../images/t67.png');
}
.myOrder-sale .apppj{
	line-height:24px;
	color:#c05807;
}
.myOrder-sale .apppj:hover{
	background:none;
	color:#c05807;
}
.indent-head {
	margin: -20px -20px 0;
	line-height: 60px;
	font-size: 20px;
	color: #333;
	padding: 0 20px 0 50px;
	border-bottom: 1px solid #e3e3e3;
	font-weight: 700;
}

.indent-head .type {
	font-size: 16px;
	color: #fd6f01;
	margin-left: 10px;
}

.indent-head .back {
	float: right;
	color: #fd6f01;
	line-height: 60px;
}

.indent-number {
	padding: 30px;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #e3e3e3;
}
.indent-number h2{
	font-size:18px;
	font-weight:700;
	padding-bottom: 4px;
}
.indent-number .sign {
	margin-right: 16px;
}

.indent-number .label {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right: 24px;
}
.indent-number .label a{
	color:#fd6f01;
}
.indent-number .delivery {
	display: inline-block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #fd6f01;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	margin: 8px auto;
}

.indent-number .cancel {
	display: inline-block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	background: #efefef;
	text-align: center;
	color: #999;
	border-radius: 2px;
	font-size: 14px;
	margin: 8px auto;
}

.indent-info {
	padding: 10px 30px 30px;
	border-bottom: 1px solid #e3e3e3;
}

.indent-info .title {
	font-size: 18px;
	color: #333;
	font-weight: 600;
	line-height: 1;
	margin-top: 20px;
}

.indent-info .info {
	font-size: 14px;
	color: #333;
	line-height: 1;
	margin-top: 20px;
}

.indent-info .look {
	font-size: 14px;
	color: #fd6f01;
	margin-left: 10px;
	cursor: pointer;
	text-decoration: underline;
}

.indent-info .label {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin-right:6px;
}

.indent-info .label a{
	color:#fd6f01;
}
.indent-info .intro {
	display: inline-block;
	font-size: 14px;
	color: #666;
}

.indent-info .info img {
	vertical-align: text-top;
}

.indent-info  .info .number {
	font-size: 14px;
	color: #fd6f01;
}

.indent-info  .area {
	border: 1px solid #e3e3e3;
	width: 50%;
	height: 100px;
	display: block;
	margin-top: 8px;
	padding: 8px;
	font-size: 14px;
	color: #333;
}

.indent-info .subBtn {
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 28px;
	background: #fd6f01;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	font-size: 14px;
	margin: 8px auto;
	border: 0 none;
	cursor: pointer;
}
.indent-info .info .fr{
	line-height:1;
	margin-top:4px;
}

.indent-info td img{
	border:1px solid #e3e3e3;
	margin-right:12px;
}
.indent-table {
	margin: 20px 30px;
	width: 100%;
}

.indent-table img {
	border: 1px solid #e3e3e3;
}

.indent-table td {
	padding-bottom: 30px;
}

.indent-table .intro {
	width: 480px;
	font-size: 14px;
	color: #333;
}

.indent-table .price {
	display: inline-block;
	text-align: center;
	width: 70px;
	font-size: 14px;
	color: #333;
}

.indent-table .num {
	display: inline-block;
	width: 50px;
	text-align: center;
	font-size: 14px;
	color: #333;
}

.indent-count {
	padding: 20px 0 120px;
}

.indent-count .remark {
	width: 660px;
	padding: 6px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	border: 1px solid #efefef;
}

.indent-count-table {
	
}

.indent-count-table td {
	font-size: 18px;
	color: #333;
	text-align: right;
	padding-bottom: 20px;
}

.indent-count-table td:first-child {
	text-align: right;
	padding-right: 40px;
}

.indent-count-table .num {
	font-size: 18px;
	color: #fd6f01;
}

.indent-count-table td i {
	font-size: 14px;
}

.indent-count-table .price-pay {
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	font-size: 18px;
	padding: 20px 40px 0;
	margin-right: -40px;
}

.indent-count-table .price-unit {
	display: inline-block;
	border-top: 1px solid #e3e3e3;
	padding-top: 20px;
	font-size: 18px;
	color: #fd6f01;
}

.indent-count-table .price-unit i {
	color: #fd6f01;
	font-size: 14px;
}

.bdsharebuttonbox {
	display: none;
	position: absolute;
	z-index: 999;
	background: #fff;
	padding: 10px;
	border: 1px solid #fd6f01;
	border-radius: 4px;
	width: 80px;
	text-align: left;
}

.bdsharebuttonbox a {
	display: inline-block;
	height: 24px;
}

.bdsharebuttonbox a:hover span {
	color: #fd6f01;
}

.shade-box {
	display: inline-block;
	position: relative;
	padding:0 10px;
	margin:0 -10px;
}
.learn-op .bdsharebuttonbox{	
	top: -24px;
    left: 68px;
}

.shade-box:hover .bdsharebuttonbox {
	display: block;
}
/* 配件申请 */
.partsBox {
	padding: 0 20px;
	margin-top: -36px;
}

.order-main {
	padding: 0 20px;
}

.allbg
{
            display:none;
            background: #333;
            filter: alpha(opacity=30);
            opacity: 0.3;
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 2;
 }
 
 
.sn-box{
	background:#fff;
	padding: 20px;
	border-bottom: 1px solid #efefef;
}
.sn-box img{
	float:left;	
}
.sn-box .sn-info{
	margin-left: 170px;
}
.sn-box .sn-info h3{
	font-size: 14px;
	color: #333;
}
.sn-box .sn-info .label{
	color: #fd6f01;
}
.sn-box .sn-info .tips{
	font-size: 12px;
	color: #666;
	line-height: 16px;
	margin-top: 10px;
}
.sn-nosearch{
	border: 1px solid #efefef;
	font-size: 14px;
	color: #fd6f01;
	background: #fff;
	line-height: 46px;
}
.sn-tab{
	border: 1px solid #efefef;
	font-size: 14px;
	color: #fd6f01;
	background: #fff;
	line-height: 46px;
	margin-top: 30px;
	padding-left: 20px;
}
.sn-tab img{
	margin-right: 10px;
}
