@charset "UTF-8";

/*头部导航开始*/

.top {
	height: 40px;
	line-height: 40px;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e4e4;
	z-index: 2;
	position: relative;
}

.topMain {
	width: 1200px;
	margin: 0 auto;
}

.topMain a.fr,
.topMain div.fr {
	display: flex;
	align-items: center;
}

.topMain div.mytrade {
	cursor: pointer;
	position: relative;
}

.topMain div.mytrade .navTradeList {
	top: 34px;
}

.topMain div.mytrade a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	color: #333;
}

.topMain div.mytrade:hover,
.topMain div.mytrade a:hover {
	color: #a84f49;
}

.topMain>span.mr0 {
	margin-right: 0;
}

.loginOprateBox {
	margin-left: 6px;
}

.loginOprateBox a {
	padding: 0 12px;
}

.loginOprateBox a:hover {
	opacity: 0.7;
}

.loginOprateBox a .iconfont {
	font-size: 16px;
}

.lineColorific {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #999;
	position: relative;
	top: 2px;
}


/* head */

.headBox {
	width: 100%;
	background: #fff;
	height: 228px;
	box-shadow: 0px 0px 6px 1px rgba(23, 4, 8, 0.05);
	position: relative;
}

.headMain {
	width: 1200px;
	margin: 0 auto;
}

.homeLogo {
	padding: 38px 0;
	float: left;
}

.homeLogo_fr {
	padding-top: 30px;
	float: right;
}

.homeLogo_fr a {
	display: block;
	width: 100px;
	border: 1px solid #dfdfdf;
	padding: 3px;
	text-align: center;
}

.homeLogo_fr a img {
	height: 33px;
}

.headSearch {
	margin-left: 164px;
	padding-top: 36px;
	float: left;
}

.tabBtn {
	overflow: hidden;
}

.tabBtn li {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	float: left;
}

.tabBtn li.hover {
	color: #a84f49
}

.searchInput {
	height: 46px;
	line-height: 46px;
	box-sizing: border-box;
	border: 2px solid #a84f49;
	border-radius: 2px;
}

.searchInput input {
	width: 470px;
	float: left;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 14px;
}

.searchInput button {
	width: 110px;
	background: #a84f49;
	color: #fff;
	float: right;
	height: 42px;
	line-height: 42px;
	font-size: 18px;
}

.searchInput button:hover {
	opacity: 0.8;
}

.searchInput .icon-sousuo:before {
	font-size: 22px;
	position: relative;
}

.hotSearch li {
	padding-right: 5px;
	height: 30px;
	line-height: 30px;
	float: left;
}

.hotSearch li a {
	color: #333;
	margin-right: 10px;
}

.hotSearch li a:hover {
	color: #a84f49;
}

.top_release {
	width: 114px;
	height: 46px;
	line-height: 46px;
	background-color: #ffffff;
	border-radius: 2px;
	border: solid 1px #cdcdcd;
	margin-top: 64px;
	color: #999;
	font-size: 16px;
	text-align: center;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.top_release:hover {
	background-color: #a84f49;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	border: solid 1px #a84f49;
	color: #fff;
}


/* nav */

.homeNav {
	width: 100%;
	float: left;
	height: 52px;
	border-top: 1px solid #f0f0f0;
}

.homeNav>ul {
	background: #fff;
	width: 1200px;
	margin: 0 auto;
}

.homeNav>ul li {
	padding: 0 35px;
	float: left;
	line-height: 52px;
	color: #333;
	position: relative;
}

.homeNav>ul li>a {
	display: inline-block;
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.homeNav>ul li a.color_red {
	color: #a84f49;
	background: url(../images/shareIcon.png) no-repeat 0px -413px;
	padding-left: 20px;
}

.homeNav>ul li.cur a,
.homeNav>ul li.cur {
	color: #a84f49
}

.homeNav>ul li::after {
	opacity: 0;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 5px;
	left: 30%;
	margin-left: -20px;
	background: #a84f49;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.homeNav>ul li:hover::after {
	opacity: 1;
	margin-left: -20px;
	background: #a84f49;
	bottom: 5px;
	left: 50%;
}

.homeNav>ul li:hover a,
.homeNav>ul li:hover .iconfont {
	color: #a84f49
}

.homeNav>ul li a:hover {
	color: #a84f49;
	opacity: 1;
}

.homeNav>ul li.cur::after {
	opacity: 1;
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin-left: -20px;
	background: #a84f49
}

.homeNav>ul>a {
	float: right;
	width: 120px;
	height: 30px;
	line-height: 30px;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	border-radius: 15px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 10px;
}

.triangle {
	width: 9px;
	height: 8px;
	position: relative;
	top: 1px;
	left: 56px;
	background: url(../images/shareIcon.png) no-repeat 0px -118px
}

.navTradeList {
	/* display: none; */
	width: 120px;
	padding-top: 6px;
	position: absolute;
	top: 52px;
	left: 50%;
	z-index: 999;
	margin-left: -68px;
}

.navTradeList ul {
	padding: 10px 20px;
	background-color: #fff;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.homeNav ul li .navTradeList a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	line-height: 200%;
	font-size: 16px;
	color: #333;
}

.homeNav ul li:hover .navTradeList a {
	color: #333;
}

.homeNav ul li .navTradeList a:hover {
	color: #a84f49
}


/* 主体内容 */

.homeMain {
	width: 1235px;
	margin: 0 auto 20px;
	overflow: hidden;
}


/* 分类 */

.calssesMain>ul {
	width: 270px;
	height: 380px;
	background: #fff;
	box-sizing: border-box;
	padding: 0px;
	z-index: 500;
	position: relative;
	float: left;
	margin-top: 16px;
}

.calssesMain>ul li .classesfl {
	padding: 10px;
	overflow: hidden;
}

.calssesMain>ul li .classesfl>a {
	color: #323434;
	line-height: 160%;
	font-size: 16px;
	padding-bottom: 5px;
	display: block;
}

.calssesMain>ul li .classesfl>a i {
	font-size: 18px;
	vertical-align: -3px;
	margin-right: 5px;
}

.secondClasses {
	line-height: 20px;
	padding-left: 26px;
}

.secondClasses>a {
	float: left;
	color: #666666;
	margin-right: 15px;
}

.calssesMain>ul li.hover .classesfl {
	border: 1px solid #a84f49;
	width: 270px;
	position: relative;
	z-index: 11;
	box-sizing: border-box;
	background: #fff;
	border-right: 0px;
	/* -webkit-box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5);
    box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5); */
}

.classesfl {
	border: 1px solid #fff;
}

.calssesMain .item-list {
	display: none;
	position: absolute;
	width: 730px;
	height: 378px;
	overflow: hidden;
	background: #FFF;
	left: 269px;
	top: 0;
	z-index: 10;
	border: 1px solid #a84f49;
	/* box-shadow: 0 0 16px 0 hsla(0, 0%, 77.3%, .5); */
	background: #fff;
}

.item-list .subitem {
	float: left;
	width: 700px;
	padding: 0px 4px 0px 13px;
}

.item-list .subitem dl {
	border-bottom: 1px dotted #dadada;
	padding: 10px 0px;
	overflow: hidden;
	zoom: 1;
	margin: 0;
}

.item-list .subitem dt {
	line-height: 19px;
	text-align: left;
	padding: 0px 6px 0px 0px;
	font-weight: 700;
	color: #a84f49;
}

.item-list .subitem dd {
	padding: 3px 0px 0px;
	overflow: hidden;
	margin-left: -8px;
	max-height: 64px;
	margin-bottom: 5px;
}

.item-list .subitem dt a {
	color: #323434;
	text-decoration: none;
}

.item-list .subitem dd em {
	float: left;
	height: 17px;
	line-height: 17px;
	padding: 0px 8px;
	margin-top: 4px;
	white-space: nowrap;
	font-style: normal;
}

.item-list .subitem dd em a,
.item-list .cat-right dd a {
	color: #666;
	text-decoration: none;
}

.item-list .subitem dd em a:hover,
.item-list .cat-right dd a:hover {
	color: #a84f49;
}


/* 地图banner */

.index_map {
	float: left;
	width: 598px;
	height: 366px;
	background-color: #ffffff;
	border-radius: 2px;
	padding: 0 15px 14px;
	margin: 16px 0 0 16px;
}

.index_title {
	line-height: 60px;
	height: 60px;
	overflow: hidden;
}

.index_title h1 {
	font-size: 18px;
	color: #333333;
	float: left;
}

.index_title h1.index_title_xh {
	padding-left: 50px;
	background: url(../images/shareIcon.png) no-repeat 0px -454px;
}

.index_title h1.index_title_qt {
	/* background: url(../images/shareIcon.png) no-repeat 0px -506px; */
}

.index_title h1.index_title_qt a {
	line-height: 60px;
}

.index_title h1.index_title_qt a::before {
	content: "■";
	color: #A84F49;
	font-size: 28px;
}

.index_title a.more {
	font-size: 12px;
	color: #999999;
	float: right;
	line-height: 60px;
}

.index_title a.more i {
	font-size: 12px;
}

.index_title a.more:hover {
	color: #a84f49;
}

.index_title a.more:hover .icon-you {
	color: #A84F49;
}

.floorSearch {
	float: left;
	padding-top: 20px;
	margin-left: 140px;
}

.floorSearch input,
.floorSearch select {
	float: left;
}

.floorSearch select {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.floorSearch input,
.floorSearchBtn {
	position: relative;
	left: -1px;
}

.floorSearch .button_orange_small {
	height: 22px;
	line-height: 21px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.index_map_con {
	overflow: hidden;
	width: 100%;
}

.index_map_con .hd {
	background-color: #f8f8f8;
	width: 162px;
	height: 300px;
	padding: 5px 0;
	float: left;
}

.index_map_con .hd li {
	height: 50px;
	line-height: 50px;
	padding: 0 12px;
	color: #666666;
	cursor: pointer;
	position: relative;
}

.index_map_con .hd li i {
	position: absolute;
	top: 0;
	right: -10px;
	display: none;
	font-size: 10px;
	color: #a84f49;
}

.index_map_con .hd li:hover,
.index_map_con .hd li.on {
	background-color: #a84f49;
	color: #ffffff;
}

.index_map_con .hd li:hover i,
.index_map_con .hd li.on i {
	display: block;
}

.index_map_con .bd {
	float: right;
}

.index_map_con .bd li {
	width: 417px;
	height: 310px;
}

.index_map_con .bd li a img {
	width: 100%;
	height: 100%;
}


/* 右侧 用户入口 */

.index_entrance {
	float: right;
	width: 270px;
	height: 380px;
	margin-top: 16px;
	background: #fff;
}

.index_entrance_top {
	border-bottom: 1px solid #f4f4f4;
	height: 130px;
}

.index_entrance_top h1 {
	line-height: 26px;
	text-align: center;
	padding: 20px 10px 10px;
	color: #666666;
	height: 50px;
}

.index_entrance_top a {
	width: 100px;
	height: 28px;
	background-color: #a84f49;
	border-radius: 2px;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border: solid 1px #a84f49;
}

.index_entrance_top a.fr {
	background-color: #fff;
	color: #a84f49;
}

.index_entrance .index_title {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
}

.index_entrance .index_title ul li {
	float: left;
	font-size: 16px;
	color: #333333;
	padding-right: 25px;
	position: relative;
	cursor: pointer;
}

.index_entrance .index_title ul li::after {
	opacity: 0;
	content: "";
	width: 30px;
	height: 2px;
	position: absolute;
	bottom: 10px;
	left: 0;
	background: #a84f49;
	transition: all .6s;
	-moz-transition: all .6s;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
}

.index_entrance .index_title ul li.on,
.index_entrance .index_title ul li:hover {
	color: #a84f49;
}

.index_entrance .index_title ul li.on::after,
.index_entrance .index_title ul li:hover::after {
	opacity: 1;
}

.index_entrance_news {
	padding: 0 15px;
}

.index_entrance_news li {
	line-height: 32px;
	position: relative;
	padding-left: 10px;
}

.index_entrance_news li i {
	position: absolute;
	left: 0;
	top: 14px;
	width: 3px;
	height: 3px;
	border-radius: 2px;
	background-color: #666666;
	text-indent: 10000px;
}

.index_entrance_news li a {
	color: #666666;
}

.index_entrance_news li a:hover {
	color: #a84f49;
}


/* 楼层 */

.floor_title {
	text-align: center;
	padding-bottom: 25px;
	font-size: 28px;
	color: #a84f49;
	position: relative;
}

.floor_title::after {
	content: "";
	width: 40px;
	height: 2px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -20px;
	background: #a84f49;
}

.floor_box {
	background-color: #ffffff;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
	padding: 0 15px 15px;
}

.homeListTable thead th {
	background: #f4f4f4;
	height: 46px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	color: #666;
	font-size: 14px;
}

.homeListTable tbody td {
	height: 58px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
	padding: 8px;
	box-sizing: border-box;
}

.homeListTable tbody tr:last-child td {
	border-bottom: none;
}

.homeListTable a.button_light_orange_small,
.homeListTable a.button-line-orange-small {
	display: inline-block;
	margin: 0 2px;
	clear: both;
	min-width: 42px;
}

.homeListTable tbody tr:nth-child(even) td {
	background: #fbfbfb;
}

.homeListTable tbody tr:nth-child(odd) td {
	background: #fff;
}

.homeListTable tbody tr:hover td {
	background: #fff7f6
}

.button_ban,
.button_ban:hover {
	background-color: #e1e1e1;
	border: solid 1px #999999;
	color: #666666;
}

.img_pro li {
	float: left;
	padding: 8px;
	width: 216px;
	border: solid 1px #fff;
	line-height: 26px !important;
}

.img_pro li:hover {
	-moz-box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
	box-shadow: 0px 0px 3px 1px rgba(23, 4, 8, 0.04);
	border: solid 1px #f2f2f2;
}

.img_pro li>a.img_pro_top {
	display: block;
	width: 216px;
	height: 216px;
	overflow: hidden;
}

.img_pro li p {
	padding: 15px 0 5px;
}

.price {
	font-size: 14px;
	color: #a84f49;
	font-family: Arial, Helvetica, sans-serif;
}

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

.img_pro li p>span.img_pro_pos {
	float: right;
	color: #999999;
}

.img_pro li a {
	display: block;
}

.img_pro li a:nth-child(2),
.img_pro li a:nth-child(3) {
	padding: 10px 0;
}

.img_pro li a:nth-child(3) {
	padding-bottom: 12px;
}

.index_ad_item {
	position: relative;
	height: 76px;
}

.index_ad_icon {
	background: url(../images/adtb.png) no-repeat;
	width: 32px;
	height: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99
}

.w395 {
	width: 395px;
}

.w764 {
	width: 764px;
}

.w360 {
	width: 360px;
}

.w359 {
	width: 359px;
}

.exsup,
.purman {
	width: 400px;
	overflow: hidden;
	height: 395px;
}

.exsup a,
.purman a {
	float: left;
	overflow: hidden;
	display: block;
	padding: 10px 6px;
	background-color: #f5f5f5;
	border-radius: 2px;
	margin: 0 16px 18px 0;
}

.exsup a span {
	float: left;
	display: block;
	height: 44px;
	width: 44px;
	border-radius: 22px;
	overflow: hidden;
}

.exsup a p {
	float: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 104px;
	color: #333333;
	line-height: 18px;
}

.exsup a:hover,
.purman a:hover {
	background-color: #a84f49;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
}

.exsup a:hover p {
	color: #fff;
}

.purman a {
	width: 158px;
	color: #333;
	line-height: 22px;
}

.purman a:hover,
.purman a:hover p {
	color: #fff;
}


/* 首页品牌 */

.index_brand {
	padding-top: 15px;
}

.index_brand p {
	float: left;
	width: 184px;
	height: 360px;
	text-align: center;
	background: url('../images/brand.png') no-repeat;
}

.index_brand p a.more {
	display: block;
	margin-top: 126px;
	color: #d5e3ff;
}

.index_brand p a.join {
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 32px;
	line-height: 32px;
	background-color: #e5edff;
	border-radius: 16px;
	border: solid 1px #3073ff;
	color: #333333;
	font-size: 16px;
	text-align: center;
}

.index_brand p a.join:hover,
.index_brand p a.more:hover {
	opacity: .8;
}

.index_brand_con {
	width: 580px;
	float: left;
}

.index_brand_con ul {
	overflow: hidden;
	height: 360px;
}

.index_brand_con ul li {
	float: left;
	width: 180px;
	padding: 0 0 12px 13px;
	line-height: 34px;
}

.index_brand_con ul li a.brand_img {
	border: solid 1px #f2f2f2;
	width: 178px;
	height: 76px;
	overflow: hidden;
}

.index_brand_con ul li a {
	display: block;
	text-align: center;
	color: #333333;
}

.brand_list_box {
	padding-bottom: 0;
}

.brand_list li {
	border-bottom: 1px solid #f4f4f4;
	overflow: hidden;
}

.brand_list li:last-child {
	border-bottom: none;
}

.brand_list li .brand_list_d {
	display: block;
	height: 46px;
	line-height: 46px;
}

.brand_list li .brand_list_d p {
	float: left;
	width: 40%;
}

.brand_list li .brand_list_d p span {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 700;
	color: #a84f49;
}

.brand_list li .brand_list_d>a {
	float: left;
	width: 55%;
	text-align: right;
	margin-left: 5%;
}

.brand_list li .brand_list_s {
	display: none;
	padding: 15px 0;
	overflow: hidden;
	width: 100%;
}

.brand_list li .brand_list_s span {
	display: block;
	float: left;
	width: 32px;
	height: 28px;
	background: url(../images/shareIcon.png) no-repeat 2px -566px;
	font-size: 16px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-style: italic;
	text-align: center;
	padding-top: 10px;
	padding-right: 12px;
	margin-top: 12px;
	letter-spacing: -1px;
}

.brand_list li .brand_list_s a.brand_logo {
	float: left;
	width: 130px;
	height: 58px;
	border: solid 1px #f2f2f2;
	margin-right: 12px;
	overflow: hidden;
}

.brand_list li .brand_list_s p {
	float: left;
	width: 172px;
	line-height: 26px;
	padding-top: 5px;
}

.brand_list li .brand_list_s p a {
	display: block;
}

.brand_list li.on .brand_list_d {
	display: none;
}

.brand_list li.on .brand_list_s {
	display: block;
}

.index_data h1 {
	color: #333;
	text-align: center;
	padding: 10px 20px;
}

.index_news a.index_news_img {
	height: 140px;
	width: 100%;
	overflow: hidden;
	display: block;
}

.index_news a.index_news_title {
	font-size: 16px;
	color: #333333;
	width: 100%;
	display: block;
	padding-top: 10px;
}

.index_news span.index_news_des {
	line-height: 22px;
	display: block;
	padding: 5px 0 10px;
	color: #999999;
}

.index_news .index_entrance_news {
	padding: 0;
}

.index_news .index_entrance_news li {
	line-height: 26px;
}


/* 合作弹出层 */

.cooprateLyer {
	width: 90%;
	margin: 5px auto 5px auto;
}

.cooprateLyer td {
	padding: 7px 0;
}

.cooprateLyer textarea {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	font-family: ArialT;
	padding: 5px;
	outline: none;
}


/* 登录注册TOP */

.homeTop {
	width: 100%;
	padding: 24px 0;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
	overflow: hidden;
	height: 75px;
}

.homeTop a {
	display: block;
}

.homeTop a img {
	height: 80px;
}

.homeTop h1 {
	border-left: 1px solid #f3f3f3;
	padding-left: 28px;
	margin-top: 18px;
	margin-left: 28px;
	font-size: 30px;
	color: #333333;
}

.homeTop p {
	float: right;
	margin-top: 22px;
}

.homeTop p i {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	background-color: #a84f49;
	text-align: center;
	margin-right: 4px;
}

.loginBox {
	width: 100%;
	min-height: 652px;
	background: #5f66ef url(../images/bg.png) no-repeat center center
}

.loginMain {
	float: right;
	width: 378px;
	background: #ffffff;
	box-shadow: 0px 0px 7px 1px rgba(23, 4, 8, 0.1);
	padding: 8px 32px 20px;
	box-sizing: border-box;
	margin-top: 116px;
}

.loginMain ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	border-radius: 2px;
}

.loginMain ul li i {
	position: relative;
	float: left;
	margin-right: 3px;
}

.loginMain ul li input {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 90%;
}

.loginMain ul li input.w166 {
	width: 166px;
}

.loginMain .loginArticle {
	height: 30px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	font-size: 28px;
	line-height: 24px;
	color: #333333;
	margin-top: 20px;
}

.detailLoginMain {
	width: 320px;
}

.detailLoginMain ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	padding-left: 8px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
}

.detailLoginMain ul li i {
	position: relative;
	float: left;
	margin-right: 3px;
}

.detailLoginMain ul li input {
	float: left;
	height: 38px;
	line-height: 38px;
	width: 90%;
}

.detailLoginMain ul li input.w166 {
	width: 166px;
}

.detailLoginMain .loginArticle {
	display: none;
}

.loginBtn {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #a84f49;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	border-radius: 2px;
}

.loginBtn:hover {
	opacity: 0.8;
}

.loginA a {
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.loginA a:hover {
	color: #a84f49;
}

.verification {
	width: 110px;
	height: 38px;
	background-color: #f4f4f4;
	border: 0px;
	float: right;
}

.VerificationA {
	float: right;
	padding-right: 5px;
	font-size: 14px;
	color: #a84f49
}


/* 注册和忘记密码样式 */

.registeBox {
	width: 1200px;
	margin: 20px auto;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	min-height: 500px;
}

.registerSteps {
	margin: 0 auto;
	width: 870px;
	padding: 40px 0 70px;
}

.registerSteps li {
	float: left;
	width: 290px;
	padding-top: 30px;
	color: #666;
	text-align: center;
	position: relative;
}

.registerSteps li.registerSteps_hover {
	color: #a84f49;
}

.registerSteps li::after {
	content: "";
	display: block;
	width: 290px;
	height: 3px;
	background-color: #eaeaea;
	position: absolute;
	top: 10px;
	left: 0;
}

.registerSteps li.registerSteps_hover::after {
	background-color: #a84f49;
}

.registerSteps li p {
	position: absolute;
	left: 50%;
	margin-left: -13px;
	top: -2px;
	width: 26px;
	height: 26px;
	background-color: #eaeaea;
	border-radius: 13px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	color: #999999;
	z-index: 99;
}

.registerSteps li.registerSteps_hover p {
	background-color: #a84f49;
	color: #fff;
}

.registerForm {
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
}

.registerForm ul li {
	width: 100%;
	padding: 12px 0;
	float: left;
}

.registerForm ul li input::placeholder {
	color: #999;
}

.registerForm ul li .button_orange_big {
	width: 332px;
}

.registerForm ul li .regbtn .button_orange_big {
	width: 162px;
}

.registerForm ul li .regbtn .button_orange_big_bor {
	background: #fff;
	color: #a84f49;
}

.registerFormTitle {
	text-align: left;
	width: 90px;
	padding-right: 5px;
	float: left;
	line-height: 20px;
	padding: 10px 0;
	padding-left: 330px;
}

.registerFromCon {
	position: relative;
	float: left;
}

.registerFromCon>p {
	line-height: 40px;
}

.registerForm .registerFromCon input {
	float: left;
}

.registerForm .reminderRight,
.registerForm .reminderWrong {
	float: left;
	line-height: 40px;
	padding-left: 8px;
}

.registerForm .radioBox {
	padding: 10px 0;
}

.orderList {
	color: #333;
}

.perchaseOperate {
	padding: 12px 0;
	overflow: hidden;
}

.OprateArea .checkBoxBlock {
	float: left;
	margin-right: 10px;
	padding: 2px 0 2px 12px;
}

.orderList .checkBox .check-on {
	padding-right: 6px;
}

.OprateBtn a {
	float: left;
	margin-right: 8px;
}

.adressBox select {
	width: 100px;
	height: 40px;
	border: solid 1px #e7e7e7;
	margin-right: 10px;
	color: #999;
	font-size: 14px;
	padding-left: 15px;
}

.regstyle select {
	width: 332px;
}

.imgVerification {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 110px;
	height: 38px;
	overflow: hidden;
}

.imgVerification img {
	width: 100%;
	height: 100%;
}

.VerificationBtn {
	position: absolute;
	width: 138px;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	color: #a84f49;
	top: 1px;
	left: 244px;
	padding: 0 8px;
	box-sizing: border-box
}

#diag_agreement {
	width: 920px;
	text-align: center;
	font-size: 16px;
	padding-bottom: 25px;
	text-align: left;
	padding: 20px 30px;
	line-height: 180%;
	font-size: 14px;
}

.detailCon_feedback .pl50 {
	padding-left: 50px;
}

.detailCon_feedback .w100 {
	width: 100px;
}


/* 页尾 */

.footBox {
	background: #373737;
	color: #fff;
	width: 100%;
}

.registerFoot p.registerFoot_links {
	padding-bottom: 10px;
}

.registerFoot p a {
	text-align: center;
	padding: 0 16px;
	color: #9c9c9c;
}

.registerFoot p span {
	color: #9c9c9c;
}

.registerFoot p a:hover {
	color: #fff;
}

.registerFoot {
	padding: 40px 0;
}

.registerFoot p {
	text-align: center;
	color: #9c9c9c;
	line-height: 200%;
}

.modifySuccess {
	width: 100%;
	text-align: center;
}

.modifySuccess>p {
	color: #333333;
	line-height: 180%;
	padding: 10px 0;
	font-size: 22px;
}

.modifySuccess>span {
	color: #333333;
	padding: 10px 0;
}

.homeFootBox {
	width: 100%;
	overflow: hidden;
	background: #3e3e3e;
	padding: 20px 0;
}

.homeFoot {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	color: #9c9c9c;
	line-height: 22px;
}

.homeFoot h1 {
	float: left;
}

.homeFoot a {
	float: left;
	color: #9c9c9c;
	word-break: break-all;
	margin-right: 30px;
}

.homeFoot a:hover {
	color: #f1f1f1;
}


/* layui弹出层 优化 */

.layui-layer-btn {
	text-align: center;
}

.layui-layer-btn .layui-layer-btn0 {
	border-color: #a84f49;
	background-color: #a84f49;
	height: 36px;
	line-height: 36px;
	width: 120px;
	font-size: 16px;
	text-align: center;
	width: 80px;
}

.layui-layer-btn .layui-layer-btn1 {
	height: 36px;
	line-height: 36px;
	margin: 5px 5px 0;
	width: 80px;
	border: 1px solid #dedede;
	background-color: #fff;
	color: #333;
	border-radius: 2px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: none;
}

.layui-layer-btn .layui-layer-btn1:hover {
	border: 1px solid #a84f49;
	/*color: #a84f49;*/
}

.layui-layer-btn {
	text-align: center;
}

.layui-layer-setwin .layui-layer-close1 {
	background-position: -87px -39px;
}

.layui-layer-title {
	background-color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}


/* 关于我们 */

.homeLisyMenu {
	width: 217px;
	overflow: hidden;
	background: #fff;
	margin-top: 20px;
	padding: 10px 0;
}

.homeLisyMenu li {
	float: left;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 17px;
	line-height: 46px;
	position: relative;
	text-align: center;
}

.homeLisyMenu li a {
	color: #333;
	font-size: 14px;
}

.homeLisyMenu .bigMenu li a {
	color: #333;
	font-size: 16px;
}

.homeLisyMenu .bigMenu li {
	line-height: 60px;
}

.homeLisyMenu li.cur a,
.homeLisyMenu li:hover a {
	color: #a84f49;
	font-weight: 700;
}

.homeLisyMenu li.cur::after,
.homeLisyMenu li a:hover::after {
	content: "";
	position: absolute;
	width: 42px;
	height: 2px;
	background: #a84f49;
	left: 50%;
	bottom: 10px;
	margin-left: -21px;
}

.homeSection {
	width: 965px;
	background: #fff;
	margin-top: 20px;
	box-sizing: border-box;
}

.detailArticle {
	width: 100%;
	color: #333;
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #f4f4f4;
	line-height: 160%;
	padding: 20px 0;
}

.detailCon {
	box-sizing: border-box;
	line-height: 32px;
	color: #666;
	padding: 30px;
	min-height: 508px;
	overflow: hidden;
}

.detailCon>img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}


/* .detailCon h1 {
    padding: 30px 50px 15px;
} */

.detailCon .partner {
	width: 1000px;
}

.detailCon .partner a {
	float: left;
	display: block;
	width: 152px;
	height: 152px;
	padding: 10px;
	border: solid 1px #f2f2f2;
	margin: 0 8px 14px 0;
}

.menuArticle>span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #f4f4f4;
	line-height: 50px;
}

.version {
	margin: 20px;
	position: relative;
}

.version::after {
	content: '';
	width: 1px;
	height: 100%;
	background: #a84f49;
	position: absolute;
	left: 10px;
	top: 10px;
}

.version h1 {
	padding-left: 30px;
	font-size: 16px;
	color: #000000;
	z-index: 1;
	position: relative;
}

.version h1 i {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/shareIcon.png) no-repeat 0px -306px;
	top: 7px;
	left: 2px;
}

.version h1 span {
	width: 102px;
	display: inline-block;
}

.version p {
	padding: 0px 155px 10px;
	line-height: 32px;
	color: #666666;
}


/* 翻页 */

.pageHomeBox {
	width: 100%;
	margin: auto;
	overflow: hidden;
	padding: 23px 0;
	text-align: center;
}

.homeMain>.pageHomeBox {
	padding-bottom: 0;
}

.pageHomeBox ul {
	display: inline-block;
}

.pageHomeBox ul li {
	display: inline-block;
	margin: 0 2px;
	float: left;
}

.pageHomeBox ul li a {
	display: inline-block;
	padding: 0 5px;
	height: 26px;
	line-height: 26px;
	min-width: 18px;
	border: 1px solid #e8e8e8;
	color: #666;
	background: #fff;
}

.pageHomeBox ul li.cur a {
	border-color: #fff;
	color: #a84f49;
}

.pageHomeBox ul li a:hover {
	border-color: #a84f49;
	color: #a84f49;
}

.pageHomeBox ul li a.iconfont {
	font-size: 12px;
}

.pageHomeBox ul li a.forbidden {
	background: #ecedef;
	color: #cccccc;
}

.pageHomeBox ul li a.forbidden:hover {
	border-color: #e8e8e8;
	opacity: 1;
	cursor: auto
}

.pageDomain>span {
	line-height: 28px;
}

.pageDomain input {
	width: 40px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #e8e8e8;
	margin: 0 5px;
	text-align: center;
}

.pageDomain button {
	width: 50px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #a84f49;
	background: #a84f49;
	position: relative;
	color: #fff;
}

.pageDomain button:hover {
	background: #a84f49;
	color: #fff;
	border-color: #a84f49
}


/* 商家入驻 */

.tenants {
	padding: 70px 0;
	position: relative;
	overflow: hidden;
}

.tenants::after {
	content: '';
	width: 1px;
	height: 390px;
	background-color: #ececec;
	position: absolute;
	left: 50%;
	top: 70px;
}

.tenants li {
	float: left;
	width: 50%;
}

.tenantsFormTitle {
	width: 140px;
	padding-left: 250px;
}


/* 列表页 */

.page_pos {
	color: #999999;
	padding: 15px 0;
}


/* 新闻 */

.list_left {
	float: left;
	width: 880px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height: 320px;
	overflow: hidden;
}

.list_right {
	float: right;
	width: 304px;
	background-color: #ffffff;
	border-radius: 2px;
	min-height: 320px;
	overflow: hidden;
}

.list_right .index_title {
	padding: 0 15px;
}

.list_right .index_entrance_news li {
	line-height: 42px;
}

.list_right .index_entrance_news li i {
	top: 19px;
}

.news_list li {
	padding: 25px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.news_list li>a {
	float: left;
	margin-right: 18px;
	width: 182px;
	height: 110px;
	overflow: hidden;
}

.news_list li p {
	float: left;
	width: 630px;
}

.news_list li p a {
	float: left;
	width: 80%;
	color: #333333;
	font-size: 18px;
}

.news_list li p a:hover {
	color: #a84f49;
}

.news_list li p i {
	float: left;
	width: 20%;
	color: #999;
	text-align: right;
}

.news_list li p span {
	float: left;
	display: block;
	padding-top: 10px;
	line-height: 24px;
	color: #999;
}

.list_right .index_data {
	padding: 0 15px 15px;
}


/* 新闻详情 */

.news_detail_title {
	padding: 30px 50px 20px;
	border-bottom: 1px solid #f2f2f2;
	color: #999999;
	text-align: center;
}

.news_detail_title h1 {
	font-size: 20px;
	color: #333333;
	padding-bottom: 20px;
}

.news_detail_con {
	padding: 30px;
	color: #666666;
	line-height: 200%;
}

.news_detail_con img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}

.news_list_right li {
	padding: 15px;
}

.news_list_right li:first-child {
	padding-top: 0;
}

.news_list_right li>a {
	margin-right: 12px;
	width: 108px;
	height: 66px;
}

.news_list_right li p {
	width: 154px;
	color: #999;
	line-height: 22px;
	padding-top: 5px;
}

.news_list_right li h1 a {
	display: block;
	font-size: 16px;
	color: #333333;
	padding-bottom: 10px;
}


/* 品牌列表 */

.list_right .brand_list {
	padding: 0 10px;
}

.list_right .brand_list li .brand_list_s a.brand_logo {
	width: 90px;
	height: 40px;
}

.list_right .brand_list li .brand_list_s span {
	margin-top: 0;
}

.list_right .brand_list li .brand_list_s p {
	width: 136px;
	line-height: 20px;
	padding-top: 2px;
}

.list_brand {
	padding: 30px 30px 0;
	border-bottom: 1px solid #f4f4f4;
	width: 110%;
	float: none;
}

.list_brand ul {
	height: auto;
}

.list_brand ul li {
	width: 196px;
	padding: 0 12px 20px 0;
}

.list_brand ul li a.brand_img {
	width: 194px;
	height: 84px;
}

.list_ranking {
	padding: 4px 20px 0;
	border-bottom: none;
	height: 276px;
}

.list_ranking ul li {
	width: 214px;
	padding: 0 15px 20px 0;
}

.list_ranking ul li a.brand_img {
	width: 212px;
	height: 92px;
}

.fl .brand_list li .brand_list_s p {
	width: 171px;
}

.list_ranking_b {
	padding: 0 15px;
}

.list_ranking_b .brand_list li .brand_list_d {
	height: 50px;
	line-height: 50px;
}


/* 进出口数据 开始*/

.statistics_fl {
	float: left;
	width: 800px;
	position: relative;
}

.statistics_fr {
	float: right;
	width: 340px;
	overflow: hidden;
}

.statistics_fr_select {
	padding-top: 30px;
	font-size: 18px;
	color: #000000;
	cursor: pointer;
}

.statistics_fr_select i {
	color: #666;
	padding-right: 6px;
	vertical-align: 2px;
}

.statistics_fr_select_box {
	padding: 20px;
	display: none;
}

.statistics_fr_select_box ul li {
	float: left;
	color: #666666;
	margin-right: 30px;
	font-size: 22px;
	cursor: pointer;
}

.statistics_fr_select_box ul li:hover,
.statistics_fr_select_box ul li.hover {
	color: #a84f49;
	position: relative;
}

.statistics_fr_select_box ul li:hover::after,
.statistics_fr_select_box ul li.hover::after {
	content: '';
	width: 30px;
	height: 2px;
	background-color: #a84f49;
	position: absolute;
	top: 33px;
	left: 50%;
	margin-left: -16px;
}

.statistics_fr_select_box_con {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

.statistics_fr_select_box_con>li {
	overflow: hidden;
	padding-top: 24px;
}

.statistics_fr_select_box_con>li>h1>a {
	display: block;
	font-size: 18px;
	color: #333;
	padding-bottom: 4px;
	width: 100%;
}

.statistics_fr_select_box_con>li>h1 {
	padding-bottom: 5px;
}

.statistics_fr_select_box_con>li>a {
	float: left;
	color: #999999;
	padding-right: 20px;
	word-break: break-all;
	padding-bottom: 6px;
}

.statistics_fr_select_box_con>li>h1>a:hover,
.statistics_fr_select_box_con>li>a:hover {
	color: #a84f49;
}

.statistics_fr_charts_title {
	padding-bottom: 10px;
	font-size: 16px;
	color: #000000;
}

.statistics_fr_charts_title a {
	float: right;
	background-image: linear-gradient(90deg, #a84f49 26%, #bb645f 100%);
	width: 66px;
	height: 24px;
	border-radius: 2px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.statistics_fr_charts_add {
	display: none;
	position: absolute;
	right: 0;
	top: 242px;
	width: 120px;
	height: 500px;
	background-color: #ffffff;
	box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
	overflow: auto;
	padding: 18px 0 18px 18px;
	z-index: 99;
}

.statistics_fr_charts_add a {
	display: block;
	width: 100%;
	color: #666666;
	padding-bottom: 10px;
}

.statistics_fr_charts_add a:hover {
	color: #a84f49;
}

.statistics_fr_charts {
	width: 100%;
	height: 500px;
	padding-bottom: 60px;
}

.statistics_fr_title {
	padding: 46px 0 60px;
	line-height: 28px;
	color: #a84f49;
	text-align: center;
	font-size: 20px;
}

.statistics_fr_table {
	background-color: #f9f9f9;
	overflow: hidden;
}

.statistics_fr_table h1 {
	font-size: 16px;
	color: #000000;
	padding: 30px 0 24px 10px;
}

.statistics_fr_table .dl_title {
	background-color: #f2f2f2;
	padding: 16px 0;
	overflow: hidden;
}

.statistics_fr_table .dl_title dt {
	float: left;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #333333;
	box-sizing: border-box;
	padding: 0 10px;
}

.statistics_fr_table .dl_box dl dd {
	text-align: center;
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	font-size: 12px;
	border-collapse: collapse;
	color: #000;
	font-family: Arial;
	letter-spacing: 0px;
}

.statistics_fr_table .dl_box {
	height: 1014px;
	padding: 15px 0;
}

.statistics_fr_table .dl_box dl {
	height: 26px;
}

.statistics_fr_table .dl_box dl:hover {
	background: #fff;
}

.statistics_fr_download {
	background-color: #f9f9f9;
	margin: 15px 0 45px;
}

.statistics_fr_download h1 {
	width: 345px;
	height: 42px;
	background-color: #a84f49;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.statistics_fr_download p {
	padding: 0 20px 26px;
	overflow: hidden;
}

.statistics_fr_download p span {
	display: block;
	float: left;
	width: 50%;
	font-size: 18px;
	padding-top: 24px;
	text-align: center;
}

.statistics_fr_download p span a {
	width: 79px;
	height: 28px;
	line-height: 28px;
	background-color: #f9f9f9;
	border: solid 1px #a84f49;
	color: #a84f49;
	cursor: pointer;
}

.statistics_fr_download p span a:hover {
	background: #a84f49;
	color: #fff;
}

.statistics_fr_table .statistics_fr_table_w_1 {
	width: 40%;
}

.statistics_fr_table .statistics_fr_table_w_2 {
	width: 30%;
}


/* 进出口数据 结束*/


/* 筛选 */

.screening {
	background-color: #ffffff;
	border-radius: 2px;
	padding: 0 10px;
}

.screening>li {
	border-bottom: 1px solid #f4f4f4;
	line-height: 30px;
	padding: 12px 10px;
	display: inline-block;
}

.screening_left {
	float: left;
	width: 84px;
	color: #666666;
	text-align: right;
	padding-right: 10px;
}

.screening_right {
	float: left;
	width: 1066px;
}

.screening_right a,
.screening_right .hd li,
.screening_right .bd li {
	color: #999999;
	float: left;
	margin-right: 38px;
	cursor: pointer;
}

.screening_right a:hover,
.screening_right a.hover,
.screening_right .hd li:hover,
.screening_right .hd li.on,
.screening_right .bd li:hover,
.screening_right .bd li.hover {
	color: #a84f49;
}

.screening_right .hd li {
	position: relative;
}

.screening_right .hd li::after {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #a84f49;
	left: 50%;
	bottom: 0;
	margin-left: -10px;
	display: none;
}

.screening_right .hd li:hover::after,
.screening_right .hd li.on::after {
	display: block;
}

.screening_right .bd ul {
	padding: 5px 0;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 4px;
}

.screening_right p {
	float: left;
}

.screening_right p select {
	width: auto;
	min-width: 100px;
	outline: none;
	max-width: 152px;
}

.screening_right p .button_orange_large {
	box-sizing: border-box;
	height: 32px;
	width: 70px;
}

.list_box {
	padding: 15px 15px 0;
}


/* 我的采购单 */

.perchaseOperate {
	padding: 15px 12px;
	overflow: hidden;
}

.OprateArea .checkBoxBlock {
	float: left;
	margin-right: 30px;
	padding: 2px 0 2px 0;
}

.orderList .checkBox .check-on {
	padding-right: 6px;
}

.OprateBtn a {
	float: left;
	margin-right: 8px;
}

.purchaseList {
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}

.purchaseListTable thead td {
	background: #f4f4f4;
	height: 44px;
	line-height: 20px;
	text-align: center;
	padding: 0px;
	border-bottom: 0px;
}

.purchaseListTable td {
	text-align: center;
	background: #f9f9f9;
	padding: 15px 12px;
	border-bottom: 1px solid #e5e5e5
}

.purchaseListTable tbody tr:hover td,
.purchaseListTable tbody tr.bg_orange td {
	background: #fff6f2;
}

.purchaseListTable tbody tr.PurchaseCompanyName:hover td {
	background: #fff;
}

.PurchaseCompanyName td {
	height: 52px;
	text-align: left;
	font-family: ArialMT;
	background: #fff;
	padding: 0px 12px;
	border-bottom: 0px;
	color: #333;
}

.purchaseListTable tbody tr:last-child td {
	border-bottom: 0px;
}

td.namePurchase {
	text-align: left;
}

td.namePurchase a.pro_img {
	float: left;
	display: block;
	border: 1px solid #f4f4f4;
	padding: 2px;
	width: 72px;
	height: 72px;
	overflow: hidden;
	background-color: #fff;
	margin-right: 10px;
}

.v_align {
	display: table;
	height: 78px;
}

.v_align label,
.v_align p {
	display: table-cell;
	vertical-align: middle;
}

.purchaseListTable .button_light_orange_small,
.purchaseListTable .button_gray_small {
	margin: 0 2px;
}

.blockBox {
	text-align: center;
	width: 100%;
}

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

.numPlus a {
	display: inline-block;
	width: 30px;
	text-align: center;
	float: left;
	cursor: pointer;
	color: #999;
	font-size: 14px;
}

.homeOrderOprateBox {
	width: 100%;
	padding: 18px 34px;
	background: #fff;
	margin-top: 16px;
	overflow: hidden;
	box-sizing: border-box;
}

.homeOrderOprateBox a {
	margin-left: 10px;
}

.homeOrderOprateBox .OprateArea {
	overflow: hidden;
	padding-top: 4px;
	display: inline-block;
	width: 200px;
}

.priceSum {
	font-size: 24px;
	font-weight: bold;
}

.sumBox {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #ea5413;
	padding-right: 20px;
	overflow: hidden;
}


/* 提交订单 */

.sub_order_box {
	background: #fff;
	padding: 20px 30px;
	overflow: hidden;
	margin-bottom: 16px;
}

p.c_service {
	padding: 10px 0;
	color: #404040;
	text-align: center;
}

.sub_order_box .registerSteps {
	padding: 20px 0 0;
	width: 100%;
}

.sub_order_box .registerSteps li {
	width: 25%;
}

.sub_order_good {
	overflow: hidden;
}

.sub_order_good>a {
	float: left;
	display: block;
	width: 116px;
	border: 1px solid #f2f2f2;
	border-radius: 2px;
	padding: 5px;
}

.sub_order_good p {
	float: left;
	width: 992px;
	padding-left: 20px;
}

.sub_order_good p>a {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: 700;
	padding-top: 10px;
}

.sub_order_good p>span.sub_order_good_con {
	display: block;
	color: #666666;
	line-height: 24px;
	padding: 5px 0 15px;
}

.sub_order_box p.title {
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	font-weight: 700;
}

.sub_order_type a {
	float: left;
	width: 124px;
	height: 36px;
	line-height: 36px;
	border: solid 1px #999;
	color: #999;
	margin-right: 15px;
	text-align: center;
	border-radius: 2px;
}

.sub_order_type a:hover,
.sub_order_type a.hover {
	border: solid 1px #a84f49;
	color: #a84f49;
}

.sub_order_number {
	padding-top: 20px;
}

.sub_order_bottom {
	padding: 20px 0 15px;
	overflow: hidden;
}

.sub_order_bottom>a,
.sub_order_info>a {
	float: right;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #a84f49;
	border-radius: 2px;
	font-size: 16px;
	color: #fff;
}

.sub_order_bottom .checkBox {
	float: right;
	margin: 10px 56px 0 0;
	color: #333333;
}

.sub_order_bottom p {
	float: right;
	color: #333;
	margin-right: 56px;
	padding-top: 10px;
}

.addressBox {
	padding: 10px 0;
}

.addressBox li {
	padding: 10px 9px;
	box-sizing: border-box;
	margin-top: 5px;
	overflow: hidden;
}

.addressBox li.cur,
.addressBox li:hover {
	background: #fbfbfb;
	color: #a84f49;
}

.addressBox li.tc:hover {
	background: #fff;
}

.addressBox li.tc>a>i {
	margin-right: 5px;
	font-size: 18px;
}

.adressOprateBox {
	display: none;
	float: right;
}

.adressOprateBox a {
	margin-right: 8px;
	float: left;
}

.addressBox li.cur .adressOprateBox,
.addressBox li:hover .adressOprateBox {
	display: inline-block;
}

.addressBox li label {
	width: 72%;
	float: left;
	padding: 3px 0 2px 0;
}

.addressBox .radio span:last-child {
	width: 95%
}

.addressBox li.add a {
	margin: 0 auto;
}

.t_addifom {
	padding: 15px;
	display: none;
}

.t_addifom .managerFormTable td {
	height: 32px;
	padding: 5px 3px;
}

.t_addifom .managerFormTable td.color_gray6 {
	text-align: right;
}

.sub_order_info {
	padding-top: 30px;
}

.sub_order_info li {
	padding-bottom: 20px;
	overflow: hidden;
}

.sub_order_info li p {
	float: left;
	color: #333;
	padding-right: 15px;
	width: 70px;
}

.sub_order_info li>span {
	float: left;
	width: 1055px;
}

.sub_order_info>a {
	float: none;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}

.vercood_btn {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	border-radius: 2px;
	cursor: pointer;
}

.vercood_btn_send {
	min-width: 84px;
	border: 1px solid #d2d2d2;
	background-color: #d2d2d2;
	color: #333;
}

.OrderListTable {
	margin-top: 10px;
}

.OrderListTable thead th {
	background: #f4f4f4;
	height: 44px;
	line-height: 18px;
	font-weight: normal
}

.OrderListTable tbody td {
	height: 48px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #f9f9f9;
	padding: 8px 5px;
}

.OrderListTable td>p {
	line-height: 0 15px 10px;
	padding: 2px 0;
}

.OrderListTable td>p.t_left {
	padding: 15px;
	line-height: 26px;
}

.OrderListTable a.button_light_orange_small,
.OrderListTable a.button-line-orange-small {
	display: inline-block;
	margin: 0 2px;
	clear: both;
}

.OrderListTable tbody tr:last-child td {
	border-bottom: 0px;
}

.OrderListTable textarea {
	height: 50px;
}

.sub_order_bottom .price i {
	font-size: 28px;
}

.detail_add button {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #f1f1f1;
	border: 1px solid #cccccc;
	font-size: 18px;
}

.detail_add button:hover {
	background-color: #a84f49;
	border: 1px solid #a84f49;
	color: #fff;
}

.detail_add input {
	float: left;
	width: 40px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	color: #666666;
}


/* 右侧导航 */

.t_baywindow {
	position: fixed;
	display: none;
	top: 200px;
	right: 50%;
	margin-right: -870px;
	border-radius: 4px;
	width: 100px;
	background: #fff;
	font-size: 12px;
}

.t_baywindow li {
	text-align: center;
}

.t_baywindow li a {
	display: block;
	color: #333;
	padding: 20px 0;
	position: relative;
}

.t_baywindow li a::after {
	content: '';
	width: 40px;
	height: 1px;
	background-color: #f1f1f1;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -20px;
}



.t_baywindow li a.color_red, .t_baywindow li a:hover{
	color: #a84f49;
}
.t_baywindow li a.go_top {
	width: 78px;
	margin: 15px auto 10px;
	background-color: #f7f7f7;
	border-radius: 4px;
}

.t_baywindow li a.go_top::after {
	display: none;
}
.t_baywindow li a.go_top i {
	font-size: 34px;
}
.t_baywindow li a.go_top:hover{
	background-color: #a84f49;
}
.t_baywindow li a.go_top:hover i{
	color: #fff;
}
.fastChannelLayer {
	width: 90%;
	margin: 20px auto 15px auto;
}

.fastChannelLayer td {
	padding: 8px 0;
}

.fastChannelLayer textarea {
	width: 100%;
	height: 70px;
	border: 1px solid #d2d2d2;
	font-family: ArialT;
	padding: 5px;
	box-sizing: border-box;
	outline: none;
}

.fastChannelLayer input[type=text],
.fastChannelLayer input[type=email] {
	height: 38px;
	line-height: 38px;
	padding: 0 5px;
	border: 1px solid #d2d2d2;
	vertical-align: middle;
	width: 165px;
}

.fastChannelLayer input[type=button] {
	border: 0px;
}

.trade_title {
	padding: 0 30px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: 1px solid #f4f4f4;
}

.trade_title a {
	float: left;
	font-size: 16px;
	padding-right: 50px;
	color: #333;
}

.trade_title a.hover,
.trade_title a:hover {
	color: #a84f49;
	font-weight: 700;
}
