
*{font-family: "微软雅黑";}
html { font-size: 10px; }
body{background-color: #fff;margin: 0;padding: 0;font-size: 1.4rem;}

a,
a:hover,
a:active,
a:visited{ 
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    /*color: inherit;*/
 }
 input {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
 }
img {
	max-width: 100%;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
p,dt,dd,dl {
	margin: 0;
}
input,select,textarea {
	outline: 0;
}
/* 头部条子 */
.header {
	background-color: #df0011;
	height: 5.0rem;
	line-height: 5.0rem;
}
.header a {
	display: block;
}
.header .logo {
	max-width: 30%;
}
.header .logo img {
	height: 2.2rem;
	/*margin-top: 1.4rem;*/
}
.header .topwenzi {
	width: 65%;
	margin-left: 5%;
}
.header .topwenzi img {
	margin-top: 0.6rem;
	/*height: 4.1rem;*/
}
.header .toptel {
	/*width: 22%;*/
	font-size: 1.2rem;
	color: #fff;
}
.w100 {
	width: 100%;
}
.w98 {
	width: 98%;
	margin: auto;
}
.w96 {
	width: 96%;
	margin: auto;
}
.w95 {
	width: 95%;
	margin: auto;
}
.w92 {
	width: 92%;
	margin: auto;
}
.w90 {
	width: 90%;
	margin: auto;
}
.w80 {
	width: 80%;
	margin: auto;
}
.w50 {
	width: 50% !important;
}
.w33 {
	width: 33% !important;
}
.w25 {
	width: 25% !important;
}
.w20 {
	width: 20% !important;
}
.h05 {
	height: 0.5rem;
}
.h10 {
	height: 1.0rem;
}
.h15 {
	height: 1.5rem;
}
.h20 {
	height: 2.0rem;
}
.h25 {
	height: 2.5rem;
}
.h30 {
	height: 3.0rem;
}
.h35 {
	height: 3.5rem;
}
.h40 {
	height: 4.0rem;
}
.h45 {
	height: 4.5rem;
}
.h50 {
	height: 5.0rem;
}
.h55 {
	height: 5.5rem;
}
.h60 {
	height: 6.0rem;
}
.h70 {
	height: 7.0rem;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.items {
	align-items: center;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bggrey {
	background: #f7f6f6;
}
.white2 {
	background: #fff;
	height: 0.2rem;
}
.grey2 {
	background: #F2F2F2;
	height: 0.2rem;
}
.grey5 {
	background: #F2F2F2;
	height: 0.5rem;
}
.bgwhite{
	background: #fff;
}
.bgblue{
	background: #016ABD;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 1.0rem;
}
.mb10 {
	margin-bottom: 1.0rem;
}
.pt10 {
	padding-top: 1.0rem;
}
.pb10 {
	padding-bottom: 1.0rem;
}
.mt20 {
	margin-top: 2.0rem;
}
.mb20 {
	margin-bottom: 2.0rem;
}
.pt20 {
	padding-top: 2.0rem;
}
.pb20 {
	padding-bottom: 2.0rem;
}
.border-ccc {
	border: 1px solid #ccc;
}
.border-eee {
	border: 1px solid #eee;
}
.noborder {
	border: none !important;
}
.font12 {
	font-size: 1.2rem;
}
.font13 {
	font-size: 1.3rem;
}
.font14 {
	font-size: 1.4rem;
}
.font15 {
	font-size: 1.5rem;
}
.font16 {
	font-size: 1.6rem;
}
.font17 {
	font-size: 1.7rem;
}
.font18 {
	font-size: 1.8rem;
}
.font19 {
	font-size: 1.9rem;
}
.font20 {
	font-size: 2.0rem;
}
.text-white {
	color: #fff;
}
.text-000 {
	color: #000;
}
.text-101 {
	color: #101010;
}
.text-333 {
	color: #333;
}
.text-666 {
	color: #666;
}
.text-888 {
	color: #888;
}
.text-999 {
	color: #999;
}
.text-yellow {
	color: #FB8D32;
}
.bg-rgb {
	background: rgba(0,0,0,0.6);
}
.center {
	text-align: center;
}
.position {
	position: relative;
}
/* 底部条子 */
.wd-footerbar-blank{
    height:50px;
}
.wd-footerbar{
    position:fixed; bottom:0; left:0; z-index:9999;
    padding:5px 0;
    width:100%; height:50px; 
    background:#fefefe; box-shadow:1px 1px 1px #eee; border-top:1px solid #eee;
}
.wd-footerbar>.item{width:20%;float: left;text-align: center;font-size: 20px;line-height: 20px;position:relative;}
.wd-footerbar>.item>a{display: block;color: #aaa;}
.wd-footerbar>.item>a.on{color: #fe8b00;}
.wd-footerbar>.item>a>p{ margin-top:0px; font-size: 12px;line-height: 15px;}
.wd-footerbar>.on>a{color: #f80;}

/* 没有更多了 */
.wd-nomore{
    height:40px; line-height:40px;
    font-size:14px; color:#999; text-align: center;
}


/* 列表页 */
.listitem{ border-bottom:1px solid #F0F0F0; height: 100px; padding: 10px 0px 10px 10px !important;}
.listitem .title{ height: 64px; font-size:16px; font-weight:bold; overflow: hidden;}
.listitem .time{ height: 16px; font-size:12px; color:#999; vertical-align: bottom;}
.listitem img{ width:120px; height: 80px;}

/*详情页*/
.zhenwen{ padding: 10px;}
.zhenwen>.title{font-size: 2.2rem; font-weight:700;}
.zhenwen>.time{font-size: 1.2rem; color:#999;}
.zhenwen>.content{font-size: 1.6rem; line-height: 2.2rem; }
.zhenwen>.content img{max-width: 100%;}

/* 图文列表（标题描述时间图片横向） */

.wd-list-tuwen{
    box-sizing: content-box;
    padding: 10px;
    height:80px;
    border-bottom: 1px solid #f0f0f0;
}
.wd-list-tuwen a{ text-decoration:none; }
.wd-list-tuwen-wen-wrap{ margin:0; padding:0; }
.wd-list-tuwen-wen-title{ height: 30px; line-height:30px; font-size:18px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.wd-list-tuwen-wen-desc{ height: 30px; line-height:20px; font-size:12px; color: #999; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.wd-list-tuwen-wen-time{ height: 20px; line-height:20px; font-size:12px; color: #999; }
.wd-list-tuwen-tu-wrap{ float:right; margin:0; padding:0; padding-left:10px;}
.wd-list-tuwen-tu-img{ width:120px; height:80px; }


/* 导航图标 */

.wd-menubtn-wrap{
    /*background-color: #fff;*/
    overflow: hidden;
}
.wd-menubtn-item{
    float: left;
    padding: 10px 0px;
    width: 25%;
    text-align: center;
}
.wd-menubtn-item img{
    max-width:50%;
    max-height:50%;
}
.wd-menubtn-item p{
    margin: 0px;
    padding-top: 5px;
    color: #000;
    font-size: 14px;
}


/* 分类列表图标 */

.wd-categorylist-wrap{
    background-color: #fff;
    overflow: hidden;
}
.wd-categorylist-item{
    float: left;
    padding: 10px 0px;
    width: 33.3%;
    text-align: center;
}
.wd-categorylist-item img{
    max-width:50%;
    max-height:50%;
    border-radius: 50%;
}
.wd-categorylist-item p{
    margin: 0px;
    padding-top: 5px;
    color: #000;
    font-size: 14px;
}

/* Swiper */
.swiper-slide{
    
}
/*.swiper-slide .img-banner{ width:100%; }
.banner .swiper-pagination {
    left: auto;
    right: auto;
    bottom: 10px;
    width: auto;
    padding: 2px 7px;
    border-radius: 10px;
    color: #fff;
    background: rgba(0,0,0,.3);
}*/

/*顶部固定搜索栏*/

.search-fixed{
    /*position: -webkit-sticky !important;*/
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    margin: 0 auto;
    width: 100%;
    max-width: 640px;
    height: 45px;
    line-height: 45px;
    border-bottom: 0;
    background: #fff;
    font-size: 17px;
}
.search-fixed-content {
    display: -webkit-flex!important;
    width: 100%;
    height: 45px;
    background-color: #DD4B39;
}
.search-fixed-link {
    display: block;
    margin: 0px 10px 5.76px 17.26px;
    width: 32px;
    height: 45px;
    line-height: 45px;
    background-size: 32px 50px;
    font-size: 24px;
    color: #fff;
}
a.search-fixed-link:active,a.search-fixed-link:hover{color:#fff;}
.search-fixed-btn {
    width: 54px;
    margin: 0px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
}
a.search-fixed-btn:active,a.search-fixed-btn:hover{color:#fff;}
.search-fixed-bar {
    -webkit-flex: 1!important;
    -webkit-box-flex: 1;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}
.search-fixed-bar-a {
    display: block;
    margin-top: 5px;
    padding-left: 20px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    border-radius: 24px;
    color: #999;
}
.search-fixed-bar-a:active,.search-fixed-bar-a:hover{color:#999;}
.search-fixed-bar-a i{margin-right: 20px;}
.search-fixed-blank{ height: 45px; }


.am-gallery-item{background-color: #fff;}
.list-goods-title{height: 45px; line-height:20px; padding:5px; white-space: normal!important;}
.list-goods-price{ padding:5px; color:#F60!important; font-weight:bold;}
.am-gallery-item {border: 1px solid #e5e5e5;}

.u-plr{ padding-left:5px; padding-right: 5px;}
.u-pa{ padding:5px;}

.color-price{color:#F60!important;}

.am-article img{max-width:100%;}
/*购买数量+-号*/
.shop-jia-jian{display:inline-block; border:1px solid #ccc; text-align:center;height:30px;line-height:25px;width:30px;font-size:20px; border-radius:50%;}
.shop-number{border:1px solid #ccc;width:50px;height:30px; margin-bottom:5px;text-align:center;color:#999;}

.wd-row { margin:auto 5px; }

.content-body{}
.content-body img{ max-width: 99%;}


/*分页*/
.wd-page-div { margin-bottom:50px;}
.wd-page-div li{display: inline; }
.wd-page-div span{margin-right:5px;}
.wd-page-div li.prev{}
.wd-page-div li.next{}
.wd-page-div a{ display: inline-block; height:100%; text-align:center; border:1px solid #ddd!important; padding:5px 10px; margin-right:5px!important; line-height:35px;}
.wd-page-div span{color:green;}


/*  搜索表单 */

.custom-search{ background-color: #fefdff; padding: 10px; margin: 0;
    border: 0;
    vertical-align: baseline;
}
.custom-search form {
    margin: 0;
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 0 none;
    overflow: hidden;
}
.custom-search-input{ margin: 0;
    padding: 8px 8px 8px 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 20px;
    height: 40px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    outline: 0;
    font-size: 14px;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;}
.custom-search-button{
    position: absolute;
    top: 1px;
    right: 16px;
    border: 0;
    height: 33px;
    line-height: 40px;
    width: 22px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-indent: -9999px;
    background: url(/webui/wapshop/images/search_icon_1.png) right center no-repeat #fff;
    background-size: 14px 14px;
    border-radius: 5px 0 0 5px;
}


.line-clamp {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; // 这里修改为要显示的行数
  -webkit-box-orient: vertical;
}


/*商家-列表*/
.shangjia-list-div{background-color: #fff;}
.shangjia-list-ul{padding:0px; list-style: none;}
.shangjia-list-li{height:85px; padding:10px 10px 10px 10px; border-bottom:1px solid #f0f0f0; overflow: hidden;}
.shangjia-list-img{width:65px; height:65px; float:left; margin-right:10px;}
.shangjia-list-title{height:30px; line-height:30px; font-size:16px; color:#333;}
/*.shangjia-list-distance{height:15px; line-height:15px; font-size:12px; color:#999;}*/
.shangjia-list-desc{height:40px; line-height:20px; overflow: hidden;  font-size:12px; color:#666;}

/*商家-附近商家*/
.shangjialbs-list-div{background-color: #fff;}
.shangjialbs-list-ul{padding:0px; list-style: none;}
.shangjialbs-list-li{height:85px; padding:10px 10px 10px 10px; border-bottom:1px solid #f0f0f0; overflow: hidden;}
.shangjialbs-list-img{width:65px; height:65px; float:left; margin-right:10px;}
.shangjialbs-list-title{height:30px; line-height:30px; font-size:16px; color:#333;}
.shangjialbs-list-distance{height:15px; line-height:15px; font-size:12px; color:#999;}
.shangjialbs-list-desc{height:20px; line-height:20px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; font-size:14px; color:#666;}


/*titlebar*/
.shop-titlebar{font-size:16px; background: #efefef;height:40px; line-height:40px;}
.shop-titlebar-span{margin-left:10px; padding-left:10px; border-left:3px solid #f00;}



/* 商品横排（图片标题描述价格购买 横向） */
.shop-list-proh{ padding: 10px; height:100px; border-bottom: 1px solid #f0f0f0; box-sizing: content-box; background: #fff; }
.shop-list-proh a{ text-decoration:none; }
.shop-list-proh-wen-wrap{ margin:0; padding:0; }
.shop-list-proh-wen-title{ height: 30px; line-height:30px; font-size:16px; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.shop-list-proh-wen-desc{ margin-bottom:10px; height: 30px; line-height:15px; font-size:12px; color: #999; overflow: hidden; }
.shop-list-proh-wen-price{ height: 30px; line-height:30px; font-size:16px; }
.shop-list-proh-tu-wrap{ float:left; margin:0; padding:0; padding-right:10px;}
.shop-list-proh-tu-img{ width:100px; height:100px; }



/* 商品竖排（图片标题价格购买 两列） */
.shop-list-prov-wrap{
    overflow: hidden;
    background-color: #f0f0f0;
}
.shop-list-prov{ margin-right:2%; margin-bottom:10px; padding:4px; width:49%; float:left; background-color: #fff;}
.shop-list-prov:nth-child(2n){ margin-right:0%; }
.shop-list-prov-img{ width:100%; }
.shop-list-prov-title{ margin:10px 0px; padding:0px; height: 50px; line-height:25px; font-size: 16px; color: #333; overflow: hidden; }
.shop-list-prov-info{ height: 30px; line-height: 30px; overflow: hidden; }
.shop-list-prov-price{ font-size: 16px; color: #f60; }
.shop-list-prov-sale{ float: right; font-size: 16px; color: #999; }

.protab {
    width: 100%;
    overflow-x: scroll;
}
.protab::-webkit-scrollbar {
	display:none;
}
.protab ul {
	width: 125%;
	margin: 0 4%;
	height: 4.0rem;
	white-space: nowrap;
	flex-wrap: nowrap;
}
.protab li {
	/*width: 16%;*/
	line-height: 4.0rem;
	margin-right: 9%;
}
.protab li p {
	font-size: 1.6rem;
	text-align: center;
	color: #000;
}
.protab li .list_active {
	color: #df0011;
}

.in_menu {
    overflow: hidden;
}

.in_menu li {
    width: 25%;
    position: relative;
    padding: 1.5rem 0 2rem;
    text-align: center;
    background: #fff;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 2px;
    box-sizing: border-box;
}
.in_menu li:last-child {
	border-right: 1px solid #ccc;
}
.in_menu li img {
	width: 5rem;
}
.in_menu .p1 {
	font-size: 1.5rem;
    color: #000;
    margin-top: 1.5rem;
}
.in_menu .p2 {
	font-size: 1.2rem;
    color: rgb(102, 102, 102);
    margin-top: 0.5rem;
    padding: 0 0.5rem;
}
.news_li {
	padding: 1rem 1.2rem;
	border-radius: 5px;
	background: #fff;
}
.news_li .n1 {
	font-size: 1.6rem;
	color: #000;
	font-weight: bold;
	line-height: 2.6rem;
	margin-bottom: 0.8rem;
}
.news_li .n2 {
	font-size: 1.4rem;
	color: #333;
	line-height: 2.4rem;
	margin-bottom: 0.8rem;
}
.news_li .n3 {
	font-size: 1.1rem;
	color: #999;
}
.ftc_top dl {
    width: 20%;
    color: #000;
}

.ftc_top dl dt {
    font-size: 1.6rem;
    color: #000;
    margin-bottom: 1rem;
}
.ftc_top dl dd {
	margin-bottom: 1rem;
}
.ftc_top dl dd a {
	font-size: 1.4rem;
    color: #333;
}
.ftct_img {
    width: 20%;
    text-align: center;
}
.ftct_img img  {
    width: 4rem;
}
.ftct_img p {
    font-size: 0.6rem;
}

.ftct_text {
    width: 100%;
    margin: 2rem 0;
    font-size: 1.2rem;
    padding-bottom: 2rem;
    color: #666;
    text-align: right;
    border-bottom: 1px solid #ccc;
}
.fbootom {
	border-bottom: 3px solid #df0011;
	padding-bottom: 0.8rem;
	text-align: center;
}
.fbootom p {
	font-size: 1.3rem;
	color: #666;
	line-height: 2.6rem;
}
.fbootom a {
	color: #666;
}
.subnav {
	height: 4.5rem;
}
.subnav li {
	border-right: 1px solid #000;
	width: 49%;
	text-align: center;
}
.subnav li a {
	color: #333;
}
.subnav .active a {
	color: #df0011;
}
.subnav li:last-child {
	border-right: none;
}
.zhuanti_li {
	background: #fff;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}
.zhuanti_li .n1 {
	font-size: 1.5rem;
	color: #000;
	font-weight: bold;
	line-height: 3.5rem;
	margin-bottom: 0.8rem;
	height: 3.5rem;
	background: #eee;
	padding-left: 2.5%;
}
.zhuanti_li .n1 a {
	color: #000;
}
.zhuanti_li .n2 {
	font-size: 1.4rem;
	color: #333;
	line-height: 3.5rem;
	margin-bottom: 0.8rem;
}
.zhuanti_li .n3 {
	font-size: 1.1rem;
	color: #999;
	text-align: right;
}
.zhuanti_li .n2 a {
	color: #333;
}
.zhuanti_li .n3 a {
	color: #999;
}
.page_tit {
	font-size: 1.6rem;
	color: #000;
	font-weight: bold;
	line-height: 2.8rem;
	margin: 1.2rem 0 0.6rem;
}
.author {
	font-size: 1.4rem;
	color: #666;
	margin: 0 0 1rem;
}
.footer_vip {
	position: fixed;
	width: 100%;
	background: #fff;
	border-top: 1px solid #D7D6D6;
	bottom: 0;
	left: 0;
	height: 6rem;
	padding-top: 0.8rem;
	z-index: 999;
}
.footer_vip ul li {
	text-align: center;
}
.footer_vip ul li img {
	height: 2.6rem;
}
.footer_vip ul li p {
	color: #717171;
	height: 2.2rem;
	line-height: 2.2rem;
	font-size: 1.3rem;
}
.footer_vip ul li .active {
	color: #016ABD;
}
.search_a {
	height: 6rem;
	line-height: 6rem;
}
.search_a .tit {
	width: 28%;
	color: #575757;
}
.search_a .des {
	width: 70%;
}
.search_a .des input {
	width: 40%;
	border: 1px solid #ccc;
	height: 3rem;
	line-height: 3rem;
	border-radius: 3px;
	padding: 0 0.5rem;
}
.search_a .des .search {
	width: 2rem;
	height: 2rem;
}

.surelist {
	padding: 2rem 0 3rem;
}
.surelist li {
	border-bottom: 1px solid #D7D6D6;
	padding-bottom: 1rem;
	margin-bottom: 0.5rem;
}
.surelist .sleft {
	width: 94%;
}
.surelist .stime p {
	color: #3B3B3B;
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin-bottom: 0.5rem;
}
.surelist .stime span {
	display: block;
	color: #F7F5F5;
	background: #2B9344;
	font-size: 1.3rem;
	padding: 0 1rem;
	text-align: center;
	/*width: 7rem;*/
	border-radius: 1px;
}
.surelist .stime .red {
	background: #de3843;
}
.surelist .stime .yellow {
	background: #febf01;
}
.surelist .snum {
	text-align: right;
}
.surelist .snum p {
	color: #101010;
	font-size: 1.8rem;
	line-height: 2.9rem;
	margin-bottom: 0.3rem;
}
.surelist .snum span {
	display: block;
	color: #101010;
	font-size: 1.4rem;
}
.dtit {
	color: #101010;
	font-size: 1.6rem;
	border-top: 1px solid #D7D6D6;
	/*padding: 1rem 0 1.5rem;*/
	height: 4.7rem;
    line-height: 4.7rem;
	text-align: center;
}
.table {
	overflow: scroll;
	margin-bottom: 1.5rem;
}
.table table {
	min-width: 240%;
}
.table table tr {
	line-height: 3.5rem;
	color: #3B3B3B;
	text-align: center;
	background: #fff;
}
.table table tr td:first-child {
	/*position: fixed;*/
    width: 9.1rem;
    z-index: 99;
}
.table table tr td:nth-child(2) {
    /*width: 9.1rem;*/
}
.table table td {
	border-right: 1px solid #DBDBDB;
	padding: 0 1rem;
	background: #fff;
}
.table table .tr1 {
	line-height: 5rem;
}
.table table .tr2 td {
	background: #f0f0f0;
}
.table table .tr3 td {
	background: #C7EDEE;
}
.table table .tr4 td {
	background: #C7DFEE;
}
.table table .tr5 td {
	background: #FFDFE1;
}
.tishi {
	margin-bottom: 1rem;
}
.tishi span {
	display: block;
}
.tishi .t1 {
	color: #757575;
	width: 30%;
}
.tishi .t2 {
	color: #333333;
	width: 68%;
}
.tishi .t3 {
	color: #757575;
	width: 40%;
}
.tishi .t4 {
	color: #333333;
	width: 59%;
}
.timg {
	width: 45%;
	border: 1px solid #CACACA;
	border-radius: 5px;
	padding: 0.3rem 0.3rem 0 0.3rem;
	margin-top: 1rem;
}
.timg p {
	width: 100%;
	border-top: 1px solid #E5E5E5;
	text-align: center;
	line-height: 2.2rem;
	margin-top: 0.5rem;
	height: 2.2rem;
	color: #000000;
	font-size: 1.2rem;
}
.bufuhe {
	display: block;
	width: 9rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	border: 1px solid #E8232C;
	color: #E8232C;
	border-radius: 6px;
	margin-right: 4rem;
}
.fuhe {
	display: block;
	width: 9rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	border: 1px solid #499F22;
	color: #499F22;
	border-radius: 6px;
}
.search_b {
	height: 4rem;
	line-height: 4rem;
	background: #F0F0F0;
	border-radius: 5px;
}
.search_b img {
	width: 1.8rem;
	margin: 0 1rem 0 1.5rem;
}
.search_b input {
	width: 80%;
	border: none;
	color: #575757;
	height: 3rem;
	background: none;
}
.ytit {
	color: #3E3E3E;
}
.ytit img {
	height: 2rem;
	margin-left: 0.2rem;
}
.yglist {
	/*padding: 2rem 0 3rem;*/
}
.yglist li {
	border-bottom: 1px solid #D7D6D6;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.yglist .stime {
	margin-bottom: 0.6rem;
}
.yglist .stime p {
	color: #101010;
	font-size: 2rem;
	margin: 0 0.5rem 0 0;
}
.yglist .stime span {
	display: block;
	color: #F7F5F5;
	background: #2B9344;
	font-size: 1.4rem;
	padding: 0 2.5rem;
	text-align: center;
	border-radius: 20px;
}
.yglist .snum p {
	color: #5E5E5E;
	line-height: 2rem;
	margin-bottom: 0.3rem;
}
.yglist .snum span {
	display: block;
	color: #61A0FF;
}
.ts_tit {
	border-bottom: 1px solid #D7D6D6;
	padding-bottom: 0.8rem;
	margin-bottom: 1.2rem;
	color: #3E3E3E;
}
.ts_tit img {
	width: 2rem;
	margin-right: 0.5rem;
}
.newslist {
	margin-bottom: 1.2rem;
	padding-top: 1.2rem;
}
.newslist .nleft {
	width: 10%;
}
.newslist .nleft img {
	width: 100%;
}
.newslist .nright {
	width: 87%;
}
.newslist .nright .n1 {
	width: 50%;
	color: #101010;
	margin-bottom: 0.6rem;
}
.newslist .nright .n4 {
	width: 68%;
	color: #101010;
	margin-bottom: 0.6rem;
}
.newslist .nright .n3 {
	color: #AAAAAA;
	width: 45%;
	text-align: right;
}
.newslist .nright .n5 {
	color: #AAAAAA;
	width: 30%;
	text-align: right;
}
.newslist .nright .n2 {
	color: #AAAAAA;
}
#form1 {
	border-top: 1px solid #D7D6D6;
	padding-top: 1rem;
}
#form2 {
	padding-top: 1rem;
}
.formin {
	border: 1px solid #bbb;
	border-radius: 4px;
	margin: 0 auto 2rem;
	padding: 1rem 0;
}
.formin .f1 {
	width: 15%;
	border-right: 1px solid #eee;
	height: 2.2rem;
	line-height: 2.2rem;
}
.formin .f2 {
	width: 30%;
	border-left: 1px solid #eee;
	height: 2.2rem;
	line-height: 2.2rem;
}
.formin input {
	border: none;
	padding: 0 0 0.5rem 0.5rem;
	height: 2.2rem;
	line-height: 2.2rem;
	background: none;
	outline: 0;
}
.formin .p1 {
	width: 83%;
}
.formin .p2 {
	width: 65%;
	margin-left: 3%;
}
.formin textarea {
	width: 100%;
	border: 1px solid #D0D0D0;
	padding: 1rem;
	border-radius: 5px;
}
.noborder {
	border: none !important;
}
.formin2 {
	margin-bottom: 2rem;
	border-bottom: 1px solid #D7D6D6;
	padding-bottom: 1.5rem;
}
.formin2 p {
	color: #101010;
	text-indent: 0.8rem;
}
.formin2 input {
	width: 70%;
	border: none;
	text-align: right;
}
.formin2 textarea {
	width: 100%;
	border: 1px solid #D0D0D0;
	padding: 1rem;
	border-radius: 5px;
}
.tijiao {
	display: block;
	width: 70%;
	margin: auto;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	background: #016ABD;
	color: #fff;
	border-radius: 20px;
	font-size: 1.6rem;
}
.tijiao2 {
	display: block;
	width: 80%;
	margin: auto;
	height: 4rem;
	line-height: 4rem;
	text-align: center;
	background: #016ABD;
	color: #fff;
	border-radius: 5px;
	letter-spacing: 0.5rem;
	font-size: 1.6rem;
}
.tijiao:hover,.tijiao2:hover {
	color: #fff;
}
.lylist {
	margin-top: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #E6E6E6;
}
.lylist .nleft {
	width: 8%;
}
.lylist .nleft img {
	width: 100%;
	border-radius: 100px;
}
.lylist .nright {
	width: 90%;
}
.lylist .nright .n1 {
	color: #101010;
	margin-bottom: 0.3rem;
}
.lylist .nright .n1 span:last-child {
	color: #8C8C8C;
}
.lylist .nright .n2 {
	color: #606060;
	line-height: 2.1rem;
}
.lylist .nreply {
	width: 87.5%;
	margin: 1.5rem 0 1rem 10%;
}
.lylist .nreply .n1 span:first-child {
	display: inline-block;
	color: #101010;
	border-left: 0.2rem solid red;
	padding-left: 0.6rem;
	margin-bottom: 0.7rem;
	height: 1.9rem;
}
.lylist .nreply .n1 span:last-child {
	color: #8C8C8C;
}
.lylist .nreply .n2 {
	color: #606060;
	line-height: 2.3rem;
	padding-left: 0.8rem;
}

.ewm {
	border-radius: 6px;
	background: #F9F9F9;
}
.ewm .ewm_tit img {
	width: 2.6rem;
	margin-right: 0.5rem;
}
.ewm .ewm_tit p {
	color: #F22730;
	font-size: 1.6rem;
}
.ewm_img {
	text-align: center;
	padding: 3rem 0 2rem;
}
.ewm_img img {
	width: 15rem;
	display: inline !important;
}
.ewm_img p {
	color: #101010;
	font-size: 1.6rem;
}
.tishi_ewm {
	color: #757575;
	line-height: 2.4rem;
}

.bg-f1 {
	background: #FFF1F1;
	border-radius: 7px;
}
.bg-f7 {
	background: #F7F3DC;
	border-radius: 7px;
}
.bg-eb {
	background: #EBFCFF;
	border-radius: 7px;
}
.topnav li {
	width: 30%;
	padding: 1rem 0;
}
.topnav li img {
	width: 3rem;
	margin-left: 0.6rem;
}
.topnav li .p1 {
	color: #101010;
	font-size: 1.5rem;
	margin-bottom: 0.3rem;
}
.topnav li .p2 {
	color: #c3c3c3;
	font-size: 1.2rem;
}
.intit {
	padding-bottom: 1rem;
}
.intit2 {
	padding-bottom: 0.5rem !important;
}
.intit .t1 {
	color: #101010;
	font-weight: bold;
	font-size: 1.6rem;
}
.intit .inmore a {
	color: #0469B9;
	font-size: 1.3rem;
}
.border-b {
	border-bottom: 1px solid #ddd;
}
.zwlist li {
	margin-top: 1.5rem;
	border-bottom: 1px solid #eee;
	padding-bottom: 0.8rem;
}
.zwlist .zwlist_l {
	width: 82%;
}
.zwlist .zwlist_l .z1 {
	color: #101010;
	font-size: 1.6rem;
	margin-bottom: 0.2rem;
}
.zwlist .zwlist_l .z2 {
	color: #c3c3c3;
	font-size: 1.3rem;
}
.zwlist .zwlist_r {
	width: 18%;
	text-align: right;
	color: #016ABD;
	font-weight: bold;
	font-size: 1.8rem;
}
.fulilist li {
	width: 48%;
	margin-top: 1.4rem;
	box-shadow: 0 0 5px 0 #ccc;
	border-radius: 6px;
	overflow: hidden;
}
.fulilist img {
	/*height: 15rem;*/
	width: 100%;
	max-height: 17rem;
}
.fulilist p {
	width: 95%;
	color: #101010;
	margin: 0.8rem auto;
	line-height: 2.0rem;
	height: 4.0rem;
}
.detail_ul li {
	margin-bottom: 1.6rem;
	padding-bottom: 1.6rem;
	border-bottom: 1px solid #eee;
}
.detail_ul_eee li {
	border-bottom: 1px solid #eee;
}
.detail_ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
.hasborder {
	border-bottom: 1px solid #eee !important;
	margin-bottom: 1.6rem !important;
	padding-bottom: 1.6rem !important;
}
.detail_ul .d1 {
	width: 48%;
	text-align: right;
	color: #AAAAAA;
}
.detail_ul .d2 {
	width: 50%;
	color: #313131;
}
.detail_ul .d3 {
	width: 33%;
	text-align: right;
	color: #AAAAAA;
}
.detail_ul .d4 {
	width: 65%;
	color: #313131;
}
.detail_ul .d5 {
	width: 33%;
	text-align: right;
	color: #101010;
}
.detail_ul .d6 {
	width: 65%;
	color: #101010;
}
.detail_ul .d7 {
	width: 63%;
	color: #888;
	margin-left: 1%;
}
.detail_ul .d8 {
	width: 30%;
	color: #373737;
	text-align: left;
}
.detail_ul .d9 {
	width:68%;
	color: #000;
	text-align: right;
}
.uploadimg {
	width: 70%;
}
.uploadimg2 {
	width: 80%;
}
.detail_ul input,.detail_ul select {
	border: none;
	background: none;
	outline: 0;
}
.fl_price {
	font-size: 1.6rem;
	color: #FB8D32;
	margin-top: 0.5rem;
}
.xqtit .x1 {
	width: 27%;
}
.xqtit .x1 span {
	display: block;
	width: 4px;
	height: 2rem;
	background: #FB8D32;
	margin-right: 0.8rem;
}
.xqtit .x2 {
	width: 73%;
	height: 1px;
	background: #bbb;
}
.zp_tit {
	color: #c3c3c3;
	font-size: 1.2rem;
}
.zp_bq p {
	color: #FB8D32;
	font-size: 1.4rem;
	border: 1px solid #FB8D32;
	padding: 0.3rem 1rem;
	border-radius: 3px;
	margin-right: 0.4rem;
}
.logout {
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 2.1rem;
}
.border-none {
	border: none !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color:888;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color:888;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:888;
} 

.bdtit2 .b1 {
	width: 3px;
	height: 2rem;
	background: #101010;
	margin-right: 1rem;
}
.tianjia {
	background: #DCDCDC;
	color: #47A6FF;
	height: 7rem;
	line-height: 7rem;
}
.tianjia img {
	width: 1.6rem;
	margin-right: 1rem;
}
.baocun {
	display: block;
	border-radius: 5px;
	height: 4.5rem;
	line-height: 4.5rem;
	letter-spacing: 4px;
	margin: auto;
}
.baocun:visited,.baocun:active,.baocun:focus {
	color: #fff;
}
.tanchuang {
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0,0,0,0.7);
	display: none;
}
.tccontent{
	height: 55%;
	border-radius: 5px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}
.d_right {
	text-align: right;
}
.add01 {
	color: #47A6FF;
	margin-right: 1rem;
}
.jingli2 img {
	width: 1.5%;
}
.jingli2 p {
	margin-bottom: 1rem;
}