@CHARSET "UTF-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote{padding:0; margin:0;}   
table,td,tr,th{font-size:12px;}
li{list-style-type:none;}
table{}
img{border:none;}
ol,ul {list-style:none;}   
caption,th {text-align:left;}   
h1,h2,h3,h4,h5,h6 {font-size:12px; font-weight:normal;}   
q:before,q:after {content:'';}   
abbr,acronym {border:0;}
address,caption,cite,code,dfn,em,th,var {font-weight:normal; font-style:normal;}  
body {margin:0;padding:0}

.clear {
	height:0px;
	clear:both;
	overflow:hidden;
	}
.hr {
	height:1rem;
	clear:both;
	overflow:hidden;
	}
.hr6rem {
	height:6rem;
	clear:both;
	overflow:hidden;
	}
.hr15 {
	height:15px;
	clear:both;
	overflow:hidden;
	}
.x_line {
	height:1px;
	border-bottom:1px dashed #dcdcdc;
	margin-top:15px;
	overflow:hidden;
	clear:both;
	}
	input.input {
	margin:0;
	padding:0;
	width:100%;
	min-width:20rem;
	border:none;
	border-bottom:1px solid #ddd;
	height:32px;
	line-height:32px;
	font-size:14px;
	color:red;
	text-indent:5px;
	}
textarea{
	width:100%;
	min-height:60px;
	border:none;
	font-size:14px;
	color:red;
	text-indent:5px;
	border-bottom:1px solid #ddd;
	line-height:140%
}
input.fen {
	width:100px;
	text-align:center;
	font-size:14px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	}
.js-ajax-submit {
	width:100%;
	height:38px;
	line-height:38px;
	padding:0;
	margin:15px auto;	
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border:none;
	cursor:pointer;
	}
label {
	font-size:16px;
    display: inline-block;
    margin:0 15px 5px 0
}
input[type="radio"]{margin-right:5px}
.a-upload {
    background: #D0EEFF;
    border: 1px solid #99D3F5;
    border-radius: 4px;
    padding: 8px 12px;
    overflow: hidden;
    color: #1E88C7;
    text-decoration: none;
    text-indent: 0;
    line-height: 18px;
	margin-left:5px;
}
.hide {
	display:none
}
.empty-info{
	padding:4rem 0;
	text-align:center
}
.empty-info i{
	font-size:45px;
	color:#ddd
}
.empty-info dd{
	margin:0.5em 0;
	font-size:16px;
	color:#ccc
}
.empty-info:hover i, .empty-info:hover dd{
	color:#e5959a
}
.web-main {
	max-width:480px;
	margin:0 auto
}

.web-head{
	height:100%;
	max-height:250px;
	background:url(../images/directory/header-bg.jpg) no-repeat 0 0;
	background-size:480px auto; 
}
.web-head h1.h-logo{
	text-align:center;
	padding:2rem 0;
}
.web-head h1.h-logo img{
	max-height:80px;
}
.web-head dd{
	padding:0 0 1rem 1.2rem;
	margin:0;
	height:100%;
	min-height:4rem;
	clear:both;
	position:relative;
}
.web-head dd span{
	position:absolute;
	top:-10px;
	right:1rem;
	max-height:4rem;
}
.web-head dd span img{
	max-height:4rem
}
.web-head dd dl.h-search{
	position:relative;
	background:#fff url(../images/directory/search-ico.png) no-repeat 1rem center;
	background-size:auto 1.4rem;
	border-radius:12px;
	width:65%;
	padding-left:12%;
	height:3.2rem;
}
.web-head dd dl.h-search input.h-seach-int{
	margin:0;
	padding:.6rem 0;
	width:86%;
	height:2rem;
	line-height: 3.2rem;
	border:none;
	background:none;
	font-size:1rem;
}
.web-head dd dl.h-search .int-cross {
    position: absolute;
    top: .8rem;
    right: .5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/directory/close-ico1.png) no-repeat center center;
    background-size: 1.5rem auto;
    z-index: 99;
    cursor: pointer;
}

/* 搜索联想 */
.lenovo-word {
	width:100%;
	position: absolute;
	left:0;
	top: 4.5rem;
}
.lenovo-word .lenovo-word-list{
	margin-top:.8rem;
	position: relative;
	z-index: 3;
	border: 0;
	width: 100%;
	background: #fff;
	/*
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,.1);
	box-shadow: 0 1px 8px rgba(0,0,0,.1);
	*/
}
.lenovo-word .lenovo-word-list ul {
	font-weight: 300;
	z-index: 2;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	color: #555;
	text-align: left;
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: relative;
	padding: 0 1.4rem;
	margin:0;
	height:2.8rem;
	line-height:2.8rem;
	cursor:pointer
}
.lenovo-word .lenovo-word-list ul span.view-ico{	
	width:2rem;
	height:2rem;
	line-height:2rem;
	display:inline-block;	
	background:url(../images/directory/goto-ico.png) no-repeat center center;
	background-size: 1rem auto;
	opacity: .5;
	position: absolute;
	right:.3rem;
	top:.4rem;
}
.lenovo-word .lenovo-word-list ul span.search-ico{	
	width:2rem;
	height:2rem;
	line-height:2rem;
	display:inline-block;
	background:url(../images/directory/search-ico.png) no-repeat center center;
	background-size:1.4rem auto;
	position: absolute;
	left:.3rem;
	top:.4rem;
}
.lenovo-word .lenovo-word-list .word-tips{
	font-weight:300px;
	text-align:center;
	font-size:16px;
	color:#999;
	line-height:2.2rem;
}
.lenovo-word .lenovo-word-list .word-more{
	font-weight: 300;
	z-index: 2;
	font-size: 16px;
	border-bottom: 1px solid #ebebeb;
	color: #555;
	text-align: left;
	word-break: break-all;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	position: relative;
	padding: 1rem 1.4rem 1rem 3rem;
	cursor:pointer
}
.lenovo-word .lenovo-word-list .word-more span{
	width: 2rem;
    height: 3.6rem;
    line-height: 3.6rem;
    display: inline-block;
    float: right;
    background: url(../images/directory/list-more-ico.png) no-repeat right center;
    background-size: .8rem auto;
    margin-left: 0;
    margin-top: .4rem;
}
.lenovo-word .lenovo-word-list ul dd{
	margin: 0;
    padding-bottom: 0;
    min-height: 2.8rem;
    line-height: 2.8rem;
}

/*地区选择*/
.province-list{
	background:#fff;
	width:100%;
}
.province-list dd{
	padding:.5rem 1rem;
	margin:0;
}

.province-list dd li{
	width:25%;
	text-align:center;
	display:inline-block;
	padding:.6rem 0;
	margin:0;
	font-size:.8rem;
	cursor:pointer;
}
.select-province{
	background:#f0f0f0;
	padding:.5rem;
}
.select-province span{
	color:#428bca
}
.select-province a{
	float:right
}

.empty{
	text-align:center;
	padding:3rem 0;
	font-size:1rem;
	color:#bbb;
}
.empty img{
	width:60%;
	margin-bottom:1.5rem
}
/* 开通VIP */
.vip-demo{text-align:center}
.vipuser-main {
	margin:0;
	padding:0 0 1rem 0;
	background:#fff;
}
.vipuser-main ul{
	text-align:center
}
.vipuser-main h2{
	font-size:1.4rem;
	color:#333;
	text-align:center;
	margin:1rem 0;
}
.vipuser-main h4{
	font-size:1rem;
	color:#999;
	text-align:center;
}
.vipuser-main dl {
	height:.6rem;
	border-bottom:1px solid #f0f0f0;
	margin:1rem 0 1.5rem 0;
	border:1rem 0;
	text-align:center;
}
.vipuser-main dl span{
	background:#fff;
	display:inline-block;
	font-size:.8rem;
	color:#999;
	padding:0 1rem
}
.vipuser-main dt{
	text-align:center;
	font-weight:300;
	margin:1rem 2rem;
	height:3.2rem;
	line-height:3.2rem;
	background:#feb501;
	border-radius:5px;
	font-size:1rem;
	color:#fff;
	padding-left:.8rem;
}
.vipuser-main dt span{
	margin-left:.5rem;
	height:2.2rem;
	line-height:2.2rem;
	margin-top:.5rem;
	margin-right:.8rem
}
.vipuser-main dt.year {
	background:#3c87f7;
	color:#fff
}

/* 列表 */
.lists-main{
	background:#fff;
	padding:.5rem 1rem 1rem;
	position:relative;
}

.post-json-list li{
	clear:both;
	height:3.6rem;
	border-bottom:1px solid #c9c9c9;
	padding:.8rem 0;
	background:url(../images/directory/enterprise-ico.png) no-repeat 0 1.2rem;
	background-size:auto 1.5rem;
	padding-left:2.2rem;
	margin:0;
	position:relative;
	cursor:pointer;
}
.post-json-list li:after {
    content: " ";
    position: absolute;
    width: 2rem;
    height: 5.2rem;
    right: 0;
    top: 0;
    background:url(../images/directory/more-ico.png) no-repeat center center;
	background-size:auto 1.2rem;
	z-index:2
}
.post-json-list li h4{
	margin:.5rem 0;
	padding:0;
	font-size:1rem;
	color:#333;
	overflow:hidden;
  text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  -webkit-text-overflow:ellipsis;
  -moz-text-overflow:ellipsis;
  white-space:nowrap;
}
.post-json-list li h5{
	margin:.5rem 0;
	padding:0;
	font-size:.8rem;
	color:#666;
}

.view-main{
	background:#fff url(../images/directory/bg-ico.png) no-repeat right 280px;
	background-size:auto 240px;
	padding:.5rem;
}
.view-main h2{
	line-height:1.4rem;
	font-size:1.2rem;
	font-weight:bold;
	color:#333;
	padding:1rem 0;
	border-bottom:1px solid #c9c9c9;
	text-align:center;
}

.view-main dd{
	padding:0 0 0 3rem;
	margin:.5rem 0;
}
.view-main dd p{
	border-bottom:1px solid #c9c9c9;
	padding:.8rem 0;
	position:relative;
	font-size:1rem;
	line-height:160%;
	color:#333
}
.view-main dd p i{
	position: absolute;
	left:-2.5rem;
	top:.8rem;
}
.view-main dd p i img{
	width:1.8rem;
}
.view-main .btn-close{
	width:10rem;
	height:2.8rem;
	line-height:2.8rem;
	font-size:1.2rem;
	color:#fff;
	background:#f5484c;
	text-align:center;
	margin:1rem auto .5rem auto;
	display:block;
	cursor:pointer;
	border-radius:3px;
}

/* layer */
.diy-text-style. .layui-layer-btn, .diy-text2-style .layui-layer-btn{margin:0;padding:0;border:none;}
.diy-text-style .layui-layer-btn .layui-layer-btn0{
	border:none;
	border-top:1px solid #ebebeb;
	margin:0;
	padding:0;
	height:2rem;
	line-height:2.6rem;
	width:100%;
	background:#fff;
	font-size:1rem;
	color:#333
}

.diy-text2-style .layui-layer-btn .layui-layer-btn0, .diy-text2-style .layui-layer-btn .layui-layer-btn1{
	position:relative;
	border:none;
	border-top:1px solid #ebebeb;
	margin:0;
	padding:.3rem 0;
	width:50%;
	background:#fff;
	font-size:.8rem;
	color:#333
}
.diy-text2-style .layui-layer-btn .layui-layer-btn1{
	color:#df1e2a
}
.diy-text2-style .layui-layer-content{padding:.5rem 1rem}
.diy-text2-style .layui-layer-btn0:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 30px;
    right: 0;
    top: 5px;
    background-color: #ebebeb;
}