/*----------------共用初始化----------------*/
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html{font-size:62.5%; background-color:#333; height:100%; }
body{font-family:"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei","Helvetica Neue",Arial,sans-serif; background-color:#fff; max-width:720px; min-height:100%; margin:0 auto; font-size:1.4em; overflow-x:hidden;}
a{text-decoration:none;-webkit-tap-highlight-color:transparent;}
a,input{outline:none;}
ul{list-style:none;}
img{max-width:100%; border:0;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear{clear:both;}
.t-c{text-align:center;}
.t-l{text-align:left;}
.t-r{text-align:right;}
.hide{display:none;}
.o-h{overflow:hidden;}
.f-l{float:left;}
.f-r{float:right;}
.pos-rel{position:relative;}
.t-o-1{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.t-o-2{display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.fenge1{height:1em; background-color:#f6f6f6;}
.fixed-center{position:fixed;max-width:720px; margin:0 auto;}
.hr10{height:0.5rem; background:#f3f3f3;}
.bg-f3{background:#f3f3f3;}
.bg-f0{background:#f0f0f0;}
.border-radius{border-radius:5px;}
.swiper-container img{display:block;}
.over-hidden{overflow:hidden;}
.full-width{width:100%;}
/*----------------头部----------------*/
.top-search-container{
	height:6rem;
}
.top-search{
	height:6rem;
    display: flex;
    align-items: center;
    padding:1rem 1.2rem ;
    background-color: #f23f00;
}
.top-search.fixed{
	position:fixed;
	top:0;
	width:100%;
	max-width:720px;
	z-index:2;
}
.top-search .logo{
    width: 6rem;
    margin-right:1rem;
}
.top-search .search-btn{
    display: flex;
    flex-grow: 1;
    align-items: center;
    height: 3.2rem;
    border-radius: 1.6rem;
    padding: 0 1.5rem;
    background-color: #fff;
    color: #999;
    width: 100%;
}
.top-search .search-btn img{
    width: 2rem;
    margin-right: 1rem;
}
.top-search .nav-btn{
    width: 3.2rem;
    height: 3.2rem;
    margin-left: 1rem;
    flex-shrink:0;
}

.top-search .page-return{
	width:3.2rem;
	height:3.2rem;
	flex-shrink: 0;
	margin-right: 1rem;
}
.top-search .search-title{
    align-items: center;
    height: 3.2rem;
    padding: 0 1.5rem;
    background-color: #fff;
    width: 100%;
}


.site-nav{
    width: 100%;
    height: 100%;
	max-width:720px;
    position: fixed;
    background-color: #fff;
    top: 0;
    z-index: 3;
    padding-left: 1.5rem;
}
.site-nav .nav-list{
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
}
.site-nav .nav-list .flex-item{
    width: 25%;
    height: 3rem;
    margin-bottom: 1.5rem;
    padding-right: 1.5rem;
}
.site-nav .nav-list .link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.2rem;
    border-radius: 5px;
    text-align: center;
    color: #666;
    background-color: #f3f3f3;
    margin-bottom: 1.5rem;
    position: relative;
}
.site-nav .nav-list .link.hot{
    background-color: #ffe9d8;
    color: #ff4e02;
}
.site-nav .nav-list .link img{
    width:1.5rem;
    position:absolute;
    top: -9px;
    right: -4px;
}
.nav-close .close-btn{
    display: block;
    width: 4rem;
    height: 4rem;
    margin: 1rem auto 0;
}

.news-list{
    margin: 0 1rem;
}
.news-list .link{
    padding: 1.5rem 0;
    border-bottom: 1px #f0f0f0 solid;
    display: flex;
}
.news-list .li:last-child .link{
    border-bottom: none;
}
.news-list .link img{
    width: 10rem;
    height: 7.5rem;
    flex-shrink: 0;
    margin-right: 1rem;
    border: 1px #f0f0f0 solid;
}
.news-list .link .text{
    overflow: hidden;
}
.news-list .link .text .news-title{
    margin-bottom: 0.5rem;
    font-weight: bold;
    color: #333;
}
.news-list .link .text .news-desc{
    font-size: 1.2rem;
    color: #666;
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
.ly-tanchuang .liuyan{
	margin-top:1.5rem;
}
.liuyan .ly-tit{
    display: block;
    text-align: center;
    height: 4rem;
    line-height: 2;
    font-size: 2rem;
    background-color: #f6f6f6;
    color: #df3031;
    margin-bottom:2rem;
}
.liuyan .input-group{
    margin:0 1.5rem 3rem;
}
.liuyan .group-tit{
    font-size: 1.6rem;
    color: #666;
    display: block;
    margin-bottom: 0.5rem;
}
.liuyan .group-tit .red{
    color:#df3031;
    margin-right: 3px;
    vertical-align: middle;
}
.liuyan .input{
    border-bottom: 1px #dedede solid;
}
.liuyan .input input{
    font-size: 1.6rem;
    width: 100%;
    padding: 0 1rem;
    height: 3.6rem;
    line-height: 3.6rem;
    vertical-align: middle;
	border:none;
}
.liuyan .identity-list{
    font-size:1.6rem;
    display: flex;
    justify-content: space-between;
    border-bottom:1px #dedede solid;
    padding:1rem 0;
}
.liuyan .r-item{
    font-size: 1.5rem;
    margin-bottom: 1rem;
	display:flex;
	align-items:center;
}
.liuyan .r-item .link{
    color: #2d64b3;
}
.liuyan .r-item input{
	margin-right:0.3rem;
}
.ly-submit{
	display:block;
	width:60%;
    margin:0 auto 2rem;
    letter-spacing:3px;
    background-color: #f0f0f0;
    color: #f23f00;
	border:none;
	text-align:center;
	height:3.6rem;
	line-height:3.6rem;
	border-radius:5px;
	font-size:1.6rem;
}
.fenlei-fixed-height{
	height:4rem;
}
.fenlei-fixed-height .fixed{
    position: fixed;
    width: 100%;
	max-width:720px;
    top: 6rem;
    z-index: 1;
}
.fenlei{
	height: 4rem;
	padding: 0 1rem;
	background-color: #fff;
}
.fenlei .swiper-slide{
	width:auto;
	color: #333;
	line-height:3.6rem;
}
.fenlei .swiper-slide a{
	color:#333;
}
.fenlei .swiper-slide .clr-red{
	color:#ee0000;
}
.fenlei .swiper-slide .clr-red:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #ee0000;
    position: absolute;
    left: 0;
    bottom: 0.8rem;
}
.search-box{
    position: relative;
    padding: 1rem 5.5rem 1rem 1rem;
}
.search-input{
    height:3.2rem;
    border-radius: 1.6rem;
    background-color:#f3f3f3;
    overflow: hidden;
    position: relative;
    padding: 0 1rem 0 4rem;
}
.search-input img{
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 0.8rem;
    left: 1.2rem;
}
.search-input .input{
    width: 100%;
    height: 100%;
    line-height: 3.2rem;
	border:none;
	background-color:#f3f3f3;
}
.search-box .search-submit{
    width: 4rem;
    height: 3.2rem;
    line-height: 3.2rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: center;
    font-weight: normal;
    color: #333;
    font-size: 1.6rem;
	border:none;
	background-color:transparent;
}
.search-history{
    padding: 1.5rem 1.5rem 1rem;
	border-top:1px #f0f0f0 solid;
}
.search-history .tit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.6rem;
    color: #999;
}
.search-history .tit .clear{
    display: flex;
    align-items: flex-end;
    font-size: 1.4rem;
    line-height: 1;
}
.search-history .tit .clear img{
    width: 1.6rem;
    height: 1.6rem;
    margin-right: 0.5rem;
}
.search-history .history-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
}
.search-history .history-list li{
    margin:0 1.5rem 1rem 0;
    font-size: 1.2rem;
    background-color: #f3f3f3;
    color: #666;
    padding: 0.3rem 0.8rem;
    border-radius: 3px;
}
.search-history .history-list li a{
	color:#333;
}
.search-shop-list{
    width: 100%;
    height: 10rem;
}
.search-shop-list .li{
    height: 10rem;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
}
.search-shop-list .li .sign{
    width: 5rem;
    height: 5rem;
    border-radius: 6px;
    margin-right: 1.2rem;
    flex-shrink: 0;
    border: 1px #dedede solid;
}
.search-shop-list .li .text{
    flex-grow: 1;
    display: flex;
    flex-direction:column;
    justify-content: center;
    overflow: hidden;
}
.search-shop-list .li .text .name{
    font-weight: bold;
}
.search-shop-list .text .bottom{
    margin-top: 0.8rem;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-shop-list .li .link-btn{
    width: 6.2rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    border-radius: 1.3rem;
    background-color: #ff4e02;
    color: #fff;
    flex-shrink: 0;
    margin-left: 1rem;
}
.p-t-b-30{
    padding: 1.5rem 0;
}
.search-pro-list{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-left: 1.5rem;
}
.search-pro-list li{
    width: 50%;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
}
.search-pro-list li .link{
	display:block;
    height: 100%;
    border-radius: 0.5rem;
    background-color: #fff;
    padding-bottom: 1rem;
    overflow: hidden;
}
.search-pro-list li .pro-name{
    display: -webkit-box;
    display: box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    padding: 0 1rem;
    text-align: justify;
    color: #333;
}
.footer{
    height: 6rem;
}
.footer .container{
    width: 100%;
	max-width:720px;
    height:6rem;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    border-top: 1px #dedede solid;
	z-index:3;
}
.footer .container .li{
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #777;
}
.footer .container .li img{
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: 0.5rem;
}
.footer .container .active{
    color: #f23f00;
}
#to-top {
	height: 40px;
    width: 40px;
    position: fixed;
    margin-left: 680px;
    bottom: 105px;
    z-index: 999;
}

@media only screen and (max-width: 720px) {
    #to-top {
        right: 10px;
    }
}

i.icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}
.hbkxtx_icon_up2top_80_80{
    background-size: 40px;
    background-image: url("/assets/images/zytx_icon_up2top_80_80_2.png");
}