﻿@charset "utf-8";
/*通配*/
html * {
    box-sizing: border-box;
}

body, p, span, a, h1, h2, h3, h4, h5, h6, ul, li, div, input, button, select, textarea, img {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body {
    background: #fff;
    font-family: Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    margin: 0 auto;
    max-width: 750px;
}

img, a {
    display: block;
}

li {
    list-style: none;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-input-placeholder {
    color: #b0b0b0;
}

.left {
    float: left;
}

.right {
    float: right;
}

html, body {
    width: 100%;
    height: 100%;
}

/*通配out*/


.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 0.9rem;
    padding: 0 0.15rem;
	position: relative;
}
.sarch{ width:60%; position: absolute;right: 0;top:12px;  height: 30px; background-color: #FFFFFF;display: none;}
.sarch form{display: flex;flex-direction: row;;justify-content: flex-start;}
.sarch input{ height:30px; width: 120px;
    font-size:14px;
    line-height:30px;
    border:1px solid #d0d0d0;
   
    padding-left:10px;
    box-sizing:border-box;}
	.sarch .op{display: flex;flex-direction: row;;justify-content: flex-start;}
	.sarch .op button{
		width:47px;
		height:30px;
		background:#c00614;
		font-size:14px;
		line-height:30px;
		color:#fff; margin-left: 5px;
		border:none;
	}
	.sarch .op a{ line-height: 30px;font-size: 14px; color: #777777; padding-left: 8px;}
.header-top-panel{
    display: flex;
    align-items: center;

}

.header-top-text{
    font-size: 0.36rem;
    line-height: 0.36rem;
    color: #1F1A17;
    display: flex;
    align-items: center;
    margin-left: 0.15rem;
}
.header-top-text span{
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background:#1F1A17 ;
    margin-right: 0.1rem;
}
.header-logo {
    width: 2.2rem;
    height: 0.66rem;

}

.header-search {
    width: 0.4rem;
    height: 0.4rem;
}

.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #333;
    height: 0.93rem;
    padding: 0 0.15rem;
}

.header-nav-list {
    display: flex;
    align-items: center;

}

.header-nav-item {
    margin-right: 0.7rem;
}

.header-nav-item a {
    display: block;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #fff;
    padding: 0.2rem 0;
}

.header-nav-menu {
    width: 0.4rem;
    height: 0.27rem;
}

.header-subnav {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.9rem;
    background: #333;
    display: none;
    z-index: 999;
}

.header-subnav-close {
    height: 0.9rem;
    font-size: 0.48rem;
    line-height: 0.9rem;
    color: #B8B8B8;
    text-align: right;
    padding-right: 0.15rem;
}

.header-subnav-item {
    border-bottom: 1px solid #424242;
}

.hide{display: none;}
.header-subnav-item > span,
.header-subnav-item > a {
    display: block;
    padding-left: 0.44rem;
    font-size: 0.36rem;
    line-height: 0.9rem;
    color: #fff;
}

.subnav-content {
    background: #424242;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.3rem 0.2rem 0;
}

.subnav-content-item {
  margin: 0.001rem 0.01rem 0.25rem 0.04rem;
    
}

.subnav-content-item:nth-child(3n) {
    margin-right: 0;
}
 
.subnav-content-item a {
    display: block;
	 padding:0 0.02rem;
 
    border: 1px solid #888;
    border-radius: 0.08rem;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #C6C6C6;
    text-align: center;

}


.public-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 0.72rem;
    box-sizing: border-box;
    border-bottom: 1px solid #DCDCDC;
    position: relative;
}

.public-title {
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #FF0100;
    padding-bottom: 0.15rem;
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #333;
}

.public-nav-list {
    display: flex;
    align-items: center;
}

.public-nav-item {
    margin-right: 0.25rem;
}

.public-nav-item a {
    font-size: 0.21rem;
    line-height: 0.7rem;
    color: #858585;
    display: block;
}

.public-footer {
    padding: 0.4rem 0.2rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f5f5;
}

.footer-item {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333;
    margin-bottom: 0.2rem;
}

.footer-beian {
    margin-top: 0.1rem;
    width: 1.92rem;
    height: 0.7rem;
}



.back-top{
    position: fixed;
    right: 0.2rem;
    bottom: 0.2rem;
    width: 0.85rem;
    height: 0.85rem;
}

.public-more{
    padding: 0.6rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #777;
}

.public-more img{
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.15rem;
}

.nav-active{
    color: #FF0B00 !important;
}
.comment-list{ position:relative; margin:0; padding:0; }
	.comment-list .nodata{ margin-left:15px; color:#999; font-size:13px; text-align:center; line-height:80px; border-top:1px solid #ececec; }
	.comment-list li{ margin-left:15px; padding:15px 15px 15px 0; border-top:1px solid #ececec; }
	.comment-list li:first-child{ border-top:1px solid #ececec; }
	.comment-list li .avatar{ position:relative; float:left; width:40px; height:40px; background:#fafafa; border-radius:40px; overflow:hidden; }
	.comment-list li .avatar img{ width:100%; height:100%; }
    .comment-list li .avatar i{ color:#09bb07; font-size:40px; line-height:50px; }
    .comment-list li .inner{ margin-left:50px; }
	.comment-list li .inner .meta{ margin:0; padding:0 0 5px; color:#cecece; font-size:12px; border:none; }
	.comment-list li .inner .meta .blue{ color:#09bb07; }
	.comment-list li .inner .meta .time{ float:right; }
    .comment-list li .inner p{ margin:0; padding:0; color:#333; font-size:13px; line-height:1.5em; }
    
	.comment-list li .answer{ clear:both; margin:10px 0 0 50px; padding:10px; background:#f6f6f6; border:1px solid #e6e6e6; border-radius:5px; }
	.comment-list li .answer .meta{ margin:0 0 5px 0; padding:0; color:#999; font-size:12px; border:none; }
	.comment-list li .answer .meta .blue{ color:#1e7bb3; }
	.comment-list li .answer .meta .time{ float:right; }
    .comment-list li .answer p{ margin:0; padding:0; color:#333; font-size:13px; line-height:1.5em; }
    
.comment-more{ margin:15px; display: none;}
    .comment-more .weui-btn{ color:#555; font-size:13px; background:#fff; border:1px solid #e5e5e5; }
	.nodata{font-size: 12px; color: #ccc;}