@CHARSET "UTF-8";
body,html{
    width: 100%;
    height: 100%;
    font-family:'Microsoft YaHei','微软雅黑';
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.link{
	display: block;
	width: 100%;
	height: 100%;
	color: #333333;
}
header .header-left{
	visibility: hidden!important;
}
.ellipsis1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ellipsis2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-wrap {
	width: 100%;
	height: 100%;
}

/*===content start===*/
.content {
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
	background: #F5F5F5;
	padding-bottom: 1.3rem;
}
.white {
	background: #ffffff;
	margin-bottom: 0.4rem;
}
/*===content end===*/
/*===banner start===*/
.banner {
	width: 10rem;
	height: 5.6rem;
	background: url(../images/m_jms_list_privince_imgs/shen_03.png) no-repeat center center;
	background-size: 100% 100%;
}
/*===banner end ===*/
/*===search start ===*/
.search-wraper {
	left: 0.4rem;
	right: 0.4rem;
	top: -3.7rem;
	padding: 0.53rem 0.4rem 0.17rem; 
	border-radius: 0.08rem;
    background: #ffffff;
    box-shadow: rgba(153,153,153,0.7) 0px 0px 25px;
}
.search-wraper .search-top {
	height: 1.2rem;
	background: #EFEFEF;
	border-radius: 0.08rem;
	-webkit-border-radius: 0.08rem;
	font-size: 0;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.search-wraper .search-top .search-icon {
	width: 0.33rem;
	height: 0.32rem;
	background: url(../images/m_jms_list_privince_imgs/shen_06.png) no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	vertical-align: top;
	margin-left: 0.35rem;
	margin-top: 0.44rem;
}
.search-wraper .search-top input {
	display: inline-block;
	vertical-align: top;
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0.4rem 0;
	width: 5.3rem;
	padding-left: 0.2rem;
    background: transparent;
    border: 0;
    outline:none;
    font-size: 0.37rem;
}
.search-top .search-button {
	float: right;
	height: 1.2rem;
	line-height: 1.2rem;
	width: 2.4rem;
	text-align: center;
	background: #FF832A;
	font-size: 0.48rem;
	color: #ffffff;
	right: 0;
}
.search-wraper .title {
	height: 0.53rem;
	line-height: 0.53rem;
	margin-bottom: 0.29rem;
	font-size: 0.37rem;
	color: #333333;
	text-align: left;
}
.search-wraper .citys {
	font-size: 0;
}
.search-wraper .citys li{
	display: inline-block;
	margin-right: 0.50rem;
	margin-bottom: 0.51rem;
	height: 0.43rem;
	line-height: 0.43rem;
}
.search-wraper .citys li:nth-child(7n) {
	margin-right: 0;
}
.search-wraper .citys li a {
	font-size: 0.37rem;
	color: #666666;
	display: inline-block;
    vertical-align: top;
}
/*===search end ===*/
/*===no data start ===*/ 
.no-date-wraper {
	width: 100%;
	text-align: center;
	font-size: 0;
}
.no-date-wraper .title {
	font-size: 0.48rem;
	color: #333333;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0.56rem 0 0.97rem;
}
.no-date-wraper .img-bg {
	display: inline-block;
	width: 2.13rem;
	height: 1.87rem;
	background: url(../images/m_jms_list_privince_imgs/im_kbface.png) no-repeat center center;
	background-size: 100% 100%;
}
.no-date-wraper .text {
	font-size: 0.35rem;
	color: #999999;
	line-height: 0.53rem;
	padding-bottom: 1.07rem;
	padding-top: 0.56rem;
}
/*===no data end ===*/
/*===jms wraper start ===*/ 
.jms-wraper {
	padding: 0 0.4rem 0.67rem;
}
.jms-wraper .jms-title {
	height: 1.77rem;
	line-height: 1.77rem;
	text-align: center;
	color: #333333;
	font-size: 0.48rem;
}
.jms-wraper .jms-list .jms-item {
	height: 2.4rem;
	padding: 0.43rem 0;
	border-top: 1px solid #EAEAEA;
}
.jms-wraper .jms-list .jms-item:last-child {
	padding-bottom: 0;
}
.jms-list .jms-item .left-img {
	width: 3.2rem;
	height: 2.4rem;
	left: 0;
	top: 0.43rem;
}
.left-img img {
	width: 100%;
	height: 100%;
}
.jms-item .right-content {
	height: 2.4rem;
	padding-left: 3.8rem;
	text-align: left;
}
.jms-item .right-content .company-name {
	font-size: 0.37rem;
	color: #333333;
	height: 0.38rem;
	line-height: 0.38rem;
	margin-bottom: 0.23rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.jms-item .right-content .company-des {
	font-size: 0.35rem;
	color: #999999;
	height: 0.38rem;
	line-height: 0.4rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.right-content .tabs {
	height: 0.35rem;
	font-size: 0;
	margin-top: 0.22rem;
	white-space: nowrap;
}
.right-content .tabs .tab-icon {
	display: inline-block;
	vertical-align: top;
	width: 0.29rem;
	height: 0.29rem;
	padding: 1px;
	background: url(../images/m_jms_list_privince_imgs/shen_10.png) no-repeat center center;
	background-size: 100% 100%;
	margin-right: 0.17rem;
}
.right-content .tabs .tab-text {
	height: 0.35rem;
	line-height: 0.35rem;
	display: inline-block;
	vertical-align: top;
	font-size: 0.29rem;
	color: #999999;
	margin-right: 0.36rem;
}
.right-content .tabs .tab-text:last-child{
	margin-right: 0;
}
.right-content .ask-btn {
	width: 1.92rem;
	height: 0.64rem;
	text-align: center;
	line-height: 0.64rem;
	background: linear-gradient(90deg,rgba(37,148,255,1) 0%,rgba(99,163,244,1) 100%);
	border-radius: 0.32rem;
	color: #ffffff;
	font-size: 0.29rem;
    margin-top: 0.2rem;
}
/*===jms wraper end ===*/
.see-more {
	width: 9.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	text-align: center;
	margin: 0.8rem auto;
	background: linear-gradient(90deg,rgba(39,93,245,1) 0%,rgba(99,163,244,1) 100%);
	border-radius: 0.13rem;
	color: #ffffff;
	font-size: 0.48rem;
}
/*===hot server wrapper start ===*/
.hot-server-wraper {
	padding: 0.49rem 0.4rem 0.67rem;
}
.common-title {
	padding-left: 0.23rem;
	height: 0.53rem;
	line-height: 0.53rem;
	font-size: 0.45rem;
	color: #333333;
	text-align: left;
}
.common-title::before {
	content: "";
	width: 0.09rem;
	height: 0.44rem;
	position: absolute;
	background: #5890f4;
	left: 0;
	top: 0.03rem;
}
.hot-server-wraper .server-list {
	font-size: 0;
	padding-top: 0.67rem;
}
.hot-server-wraper .server-list .server-item {
	width: 4.46rem;
	height: 2.53rem;
	margin-right: 0.27rem;
	margin-bottom: 0.27rem;
	display: inline-block;
	background: #ccc;
	box-sizing: border-box;
	padding: 0.37rem 0.32rem 0.33rem;
	text-align: left;
	vertical-align: top;
}
.hot-server-wraper .server-list .server-item:nth-child(1) {
	background: url(../images/m_jms_list_city_imgs/im_shi_gr.png) no-repeat center center;
	background-size: 100% 100%;
}
.hot-server-wraper .server-list .server-item:nth-child(2) {
	background: url(../images/m_jms_list_city_imgs/im_shi_bule.png) no-repeat center center;
	background-size: 100% 100%;
}
.hot-server-wraper .server-list .server-item:nth-child(3) {
	background: url(../images/m_jms_list_city_imgs/im_shi_yel.png) no-repeat center center;
	background-size: 100% 100%;
}
.hot-server-wraper .server-list .server-item:nth-child(4) {
	background: url(../images/m_jms_list_city_imgs/im_shi_red.png) no-repeat center center;
	background-size: 100% 100%;
}
.hot-server-wraper .server-list .server-item:nth-child(2n) {
	margin-right: 0;
}
.hot-server-wraper .server-list .server-item:last-child {
	margin-right: 0;
	margin-bottom: 0;
}
.hot-server-wraper .server-list .server-item:nth-last-child(2):nth-child(2n+1) {
	margin-bottom: 0;
}
.server-list .server-item .title {
	height: 0.47rem;
	line-height: 0.47rem;
	color: #ffffff;
	font-size: 0.37rem;
	margin-bottom: 0.13rem;
}
.server-list .server-item .desc {
	height: 0.37rem;
	line-height: 0.37rem;
	color: #ffffff;
	font-size: 0.29rem;
	margin-bottom: 0.27rem;
}
.server-list .server-item .pre-btn {
	width: 2.03rem;
	height: 0.67rem;
	line-height: 0.67rem;
	text-align: center;
	color: #ffffff;
	font-size: 0.35rem;
	text-align: center;
	border: 1px solid #ffffff;
	border-radius: 0.08rem;
	overflow: hidden;
}
/*===hot server wrapper end ===*/
/*===common question start ===*/
.common-qus {
	padding: 0.21rem 0.4rem 0.69rem;
}
.common-qus .que-list {
	margin-top: 0.64rem;
}
.common-qus .que-list .que-item {
	padding: 0.31rem 0.27rem;
	margin-bottom: 0.27rem;
	background: #ffffff;
	border-radius: 0.08rem;
	-webkit-border-radius: 0.08rem;
}
.common-qus .que-list .que-item:last-child {
	margin-bottom: 0;
}
.que-list .que-item .ask {
	line-height: 0.56rem;
	height: 0.56rem;
	color: #333333;
	font-size: 0.35rem;
	padding-left: 0.76rem;
	margin-bottom: 0.23rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.que-list .que-item .ans {
	line-height: 0.53rem;
	color: #666666;
	font-size: 0.35rem;
	padding-left: 0.76rem;
}
.que-list .que-item .ans p span{
    line-height: 0.53rem!important;
    color: #666666!important;
}
.que-list .que-item .ask::before {
	position: absolute;
	content: "问";
	height: 0.56rem;
	width: 0.56rem;
	background: #ff7852;
	text-align: center;
	line-height: 0.56rem;
	left: 0;
	top: 0;
	font-size: 0.35rem;
	color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.que-list .que-item .ans::before {
	position: absolute;
	content: "答";
	height: 0.56rem;
	width: 0.56rem;
	background: #60c87e;
	text-align: center;
	line-height: 0.56rem;
	left: 0;
	top: 0;
	font-size: 0.35rem;
	color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
/*===common question end ===*/
/*===common question start ===*/
.rec-wraper {
	padding: 0.61rem 0.4rem 0.67rem;
}
.rec-wraper .rec-list {
	margin-top: 0.64rem;
}
.rec-wraper .rec-list .rec-item {
	height: 1.87rem;
	padding-bottom: 0.45rem;
	border-bottom: 1px solid #eaeaea;
    margin-bottom: 0.4rem;
}
.rec-wraper .rec-list .rec-item:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.rec-list .rec-item img {
	position: absolute;
	left: 0;
	top: 0;
	height: 1.87rem;
	width: 3.3rem;
}
.rec-list .rec-item .item-right {
	padding-left: 3.69rem;
	height: 1.87rem;
}
.rec-item .item-right .rec-title {
	font-size: 0.37rem;
	color: #333333;
	height: 1.16rem;
	line-height: 0.6rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.24rem;
}
.rec-item .item-right .rec-bottom {
	height: 0.4rem;
	font-size: 0;
}
.item-right .rec-bottom .rec-time {
	display: inline-block;
	float: left;
	height: 0.4rem;
	line-height: 0.4rem;
	color: #999999;
	font-size: 0.32rem;
}
.item-right .rec-bottom .rec-heart {
	display: inline-block;
	float: right;
	height: 0.4rem;
	font-size: 0;
}
.rec-bottom .rec-heart .heart {
	width: 0.43rem;
	height: 0.37rem;
	background: url(../images/m_jms_list_city_imgs/im_shi_foll.png) no-repeat center center;
	background-size: 100% 100%;
	vertical-align: top;
	margin-right: 0.13rem;
	float: left;
}
.rec-bottom .rec-heart .count {
	height: 0.37rem;
	line-height: 0.37rem;
	vertical-align: top;
	color: #999999;
	font-size: 0.32rem;
} 
/*===common question end ===*/