ul{
	margin: 0;
	padding: 0;
}
li{
	list-style: none;
}
a:focus {
	outline:none; 
	-moz-outline:none;
}
a {
    color: #ffce3b;
    text-decoration: none;
}
a:hover{text-decoration: none;}
.clear {
clear: both;
}
.clearfix {
zoom: 1;
}
.clear:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    visibility: hidden;
    clear: both;
}
.box {
    background-color: #866ec7;
    background-image: -webkit-linear-gradient(left,#512c96 0,#866ec7 50%,#ed1250 100%);
    background-image: linear-gradient(to right,#512c96 0,#866ec7 50%,#ed1250 100%);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    height: 150px;
	width:100%;
	float:left;
	opacity: 0.75;
}
.box-huodong {
	-webkit-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px 0 0 0;
	padding-left:80px;
    padding-top:20px;
}
.box-huodong ul {
	width: 100%;
}
.box-huodong li {
	float: left;
	width: 45%;
	margin-left:5%;
	height: 60px;
	line-height: 22px;
}
.box-huodong li a {
	font-size:13px;
	color:#fff;

}
.top{
	background: rgba(255,255,255,1);
	box-shadow:0px 2px 5px #ccc;
}
[class*=am-avg-] {
display:block;
padding:0;
margin:0;
list-style:none;
}
[class*=am-avg-]:after, [class*=am-avg-]:before {
	content: " ";
	display: table;
}
[class*=am-avg-]:after {
	clear: both;
}
[class*=am-avg-]>li {
display:block;
height:auto;
float:left;
}
.nav-links {
    float: left;
    padding: 20px 19px 20px 0px;
    position: relative;
    width: 800px;
}
.pagination {
    clear: both;
    font: bold 12px/12px helvetica,arial,sans-serif;
    position: relative;
}
.pagination a {
    background:#363636;
    border: 1px solid #333333;
    border-radius: 2px;
    box-shadow: 0 3px 5px -1px #CCCCCC;
    color: #FFFFFF;
    display: block;
    float: left;
    margin: 2px 10px 2px 0;
    padding: 5px 6px;
    text-decoration: none;
    width: auto;
	font-weight: 400;
}
.pagination .now-page {
    background:#999999;
    border: 1px solid #777777;
    color: #FFFFFF;
	border-radius: 2px;
    box-shadow: 0 3px 5px -1px #CCCCCC;
	display: block;
    float: left;
    margin: 2px 5px 2px 0;
    padding: 5px 7px;
    text-decoration: none;
    width: auto;
}
.pagination a:hover {
    background:#999999;
    border: 1px solid #777777;
    color: #FFFFFF;
}
.pagination a, .pagination a:visited {
    color: #FFFFFF;
}
#pagination{
	width: 100%;
	float: left;
	text-align: center;
}
/* 详情页 */
#content-cp {
    display: block;
    margin: 0 auto;
    cursor: default;
    position: relative;
    width: 1194px;
    margin-top: 88px;
}
#main {
    background: #FFFFFF;
    float: left;
    width: 1194px;
    padding-top: 4px;
}
#content-wrapper {
    float: left;
    position: relative;
    width: 100%;
    border-bottom: 0px dotted #CCCCCC;
    margin-top: 10px;
    margin-bottom: 88px;
}
.breadcrumb {
    border-bottom: 0px dotted #CCCCCC;
    color: #777777;
    font: 400;
    font-size: 12px;
    padding: 0px 0px;
    height: 36px;
    line-height: 36px;
    width: 1154px;
}
#crumbs {
    float: left;
    width: 260px;
}
#title-zh {
    border-bottom: 0px dotted #CCCCCC;
    float: left;
    padding: 20px 0px 20px 0px;
    position: relative;
    width: 1194px;
}
h1.headline {
    float: left;
    font-size: 30px;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%;
	color: #333;
}
span.post-byline {
    color: #777777;
    float: left;
    font-size: 12px;
    word-wrap: normal; 
	font-weight: 300;
}
.post-byline .y-flei{
	float:left;
}
.post-byline .y-view{
    background: url('images/yan-icon.png') no-repeat;
	background-size:18px 18px;
	background-position:0px center;
	padding-left:20px;
	float:left;
	margin-left:10px;
}
#h-main {
    border-right: 0px dotted #CCCCCC;
    float: left;
    width: 853px;
}
#post-area {
    float: left;
    font: 14px/24px -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", sans-serif;
    position: relative;
    width: 100%;
}
#social-box {
    background: url('images/tit_bg.png') #F6F6F6 no-repeat;
	background-size:26px 25px;
	background-position: 20px center;
    border-bottom: 1px dotted #CCCCCC;
    float: left;
    padding: 0 20px 0px 20px;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 813px;
	text-align:right;
	font-size:12px;
}
#content-area {
    display: block;
    float: left;
    padding: 0px 0px 20px 0px;
    width: 800px;
}
#post-area p {
    display: block;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #363636;
	line-height: 26px;
	font-weight:400;
}
#post-area p img{
    padding:8px 0px;
}
/* 文章内表格样式 */
.race-table-container {width: 100%;margin: 0 auto;padding: 10px 0px;box-sizing: border-box;}
table {
       width: 100%; /* 核心：表格宽度跟随容器 */
       border-collapse: collapse;
       font-family: 微软雅黑, Arial, sans-serif;
       max-width: 100%;
       white-space: normal; /* 允许文本换行，实现紧凑化 */
}
th, td {border: 1px solid #eee;padding: 8px 15px;text-align: center;font-size: 14px;box-sizing: border-box;word-wrap: break-word;vertical-align: middle;}
th {background-color: #f8f8f8;font-weight: bold;}
/* 奇偶行交替背景，提升可读性 */
tbody tr:nth-child(even) {background-color: #fafafa;}
/* 鼠标悬停高亮 */
tbody tr:hover {background-color: #f0f8ff;}
/* 容器缩小时（平板/手机）：紧凑化样式 */
@media (max-width: 1024px) {
th, td {padding: 5px 10px;font-size: 13px;}            
}
/* 小屏幕（手机）：允许横向滚动，避免内容挤压变形 */
@media (max-width: 768px) {
.race-table-container {overflow-x: auto;-webkit-overflow-scrolling: touch; /* 移动端顺滑滚动 */}
th, td {font-size: 12px;padding: 10px 10px;}         
}
#content-area li{
    list-style: disc;
    margin-left: 15px;
}
#content-area .slogan {
    background-color: #f9f9f9;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    line-height: 1.5;
    margin-top: 35px;
	width:100%;
	float:left;
}
#content-area .slogan p {
    color: #727272;
	font-weight:300;
	padding: 7px 15px;
	text-align:center;
}
#content-area .gobuy {
    line-height: 25px;
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 47px;
    color: #fff;
    border-radius: 2px;
    background: #363636;
	margin-top:15px;
}
#content-area .gobuy:before {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 25px;
    height: 25px;
    content: '';
    background: url(http://enpao.com/images/gobuy-icon.png) no-repeat center 0 / auto 50px;
}
#content-area .gobuy:hover{
	color: #578c5a;
}
#content-area .gobuy:hover:before{
	background-position: center -25px;
}
#post-area .link {
    padding: 10px 0px 10px 0px;
	font-size: 0.9em;
    border-radius: 2px;
	background: url('images/link-ico.jpg') no-repeat #F6F6F6;
    background-position: left center;
    background-size: 32px 22px;
	color: #0da79e;
	border:1px solid #F6F6F6;
	margin:15px 0px 20px 0px;
	width:92%;
	float:left;
	padding-left:8%;
}
#post-area .link:hover {
    border-radius: 2px;
	border:1px solid #0da79e;
}
#post-area .linka {
    padding: 10px 0px 10px 0px;
	font-size: 0.9em;
    border-radius: 2px;
	background: url('images/link-bg1.png') no-repeat #F6F6F6;
    background-position: 10px center;
    background-size: 28px 16px;
	color: #0da79e;
	border:1px solid #F6F6F6;
	margin:15px 0px 20px 0px;
	width:92%;
	float:left;
	padding-left:8%;
}
#post-area .linka:hover {
    border-radius: 2px;
	border:1px solid #0da79e;
}
.hbgt {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 5px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word !important;
    background-color: #0da79e;
}
.hbgt .ti {
    margin: 0px;
    padding: 3px 10px;
    max-width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word !important;
    display: inline-block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: white;
}
.hbgt p {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    padding-top: 0px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    max-width: 100%;
    box-sizing: border-box;
    clear: both;
    min-height: 1em;
    overflow-wrap: break-word !important;
}
.post-tags {
    float: left;
    font: 400 12px/12px 'Oswald',sans-serif;
    margin: 5px 0 20px;
    padding: 0 19px 0 0px;
    width: 820px;
}
.post-tags a, span.post-tags-header {
    color: #363636;
    display: inline-block;
    float: left;
    margin-right:8px;
    padding: 6px 9px;
    text-transform: uppercase;
	border: 1px solid #363636;
}
div.post-nav {
    width: 100%;
    height: 20px;
    margin: 0 0 25px 0;
    clear: both;
    font-size: 1em;
}
div.post-nav .l {
    float: left;
    margin-left: 1px;
}
div.post-nav .r {
    float: right;
    margin-right: 52px;
}
.social-boxa {
    background: #F6F6F6;
    float: left;
    padding: 0 20px 0px 0;
    height: 36px;
    line-height: 36px;
    position: relative;
    width: 833px;
}
.social-boxa .ob_what {
    text-align: right;
    width: 420px;
    float: right;
    padding-right: 21px;
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}
.social-boxa .ob_what .ob_amelia {
    background: url("images/erweima_ico.png") no-repeat;
    height: 18px;
    width: 18px;
	display:block; 
	position:absolute; 
	right:15px; 
	top:9px;
}
.ob_what .weixin_nr{width:150px; height:163px; z-index: 99; padding:7px; background:#fff; text-align:center; position:absolute; right:-25px; top:45px; display:none;}
.ob_what .weixin_nr img{ margin-bottom:5px;}
.ob_what .weixin_nr .arrow{ 
    width: 0;
    height: 0;
    border-bottom: 11px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 44px;
    top: -10px;
}
.ob_what.on .weixin_nr{ display:block;}
.tag_xg {
    width: 800px;
    float: left;
    background: url(images/paozhe1-bg.png) no-repeat center;
}
.like-bottom {
    float: left;
    width: 820px;
	margin-top: 10px;
}
.like-bottom h3, .article-mybuys h3, .comment-t h3 {
    color: #363636;
	font-weight:600;
    float: left;
    font-size: 1.0rem;
    margin: 15px 0 10px 0px;
    padding: 6px 15px 6px 0px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}
ul.m_xh {
    float: left;
    list-style-position: outside;
    margin: 0px 0px 20px 0px;
    table-layout: fixed;
    text-align: left;
    width: 100%;
    word-wrap: break-word;
}
ul.m_xh li {
    font-size: 12px;
	width:253px;
    list-style-position: outside;
    margin: 10px 20px 10px 0px;
	float:left;
	display: block;
	min-height:202px;
}
ul.m_xh li img{
	width:253px;
	display: block;
	height:149px;
    object-fit: cover;
}
ul.m_xh li p {
    line-height:20px;
    margin: 6px 0px;
}
ul.m_xh li p a{
    color:#363636;
}
/*********评论发表**********/
#comments {
    display: block;
    float: left;
    font: 400 12px helvetica,arial,sans-serif;
    overflow: hidden;
    width: 800px;
	padding-bottom:30px;
}
#respond {
    clear: both;
    position: relative;
}
h3#reply-title {
    display: none;
}
h3#reply-title, h2.comments {
    color: #FFFFFF;
    font: 700 14px/14px 'Oswald',sans-serif;
    margin-bottom: 10px;
    padding: 5px 10px;
    text-shadow: 1px 1px 0 #000000;
    text-transform: uppercase;
}
#respond .comment-notes {
    line-height:16px;
}
#respond .required {
    color: #FF4B33;
    font-weight: bold;
}
#respond form {
    float: left;
    padding: 0 20px 20px 0px;
    width: 749px;
}
#respond label {
    color: #888888;
    font-size: 12px;
	
}
#respond .msg {
    float: left;
    padding: 15px 20px 50px 20px;
    width: 749px;
}
li.msgnamea{
	padding:0 0 10px 0px;
    text-align:left;
    font-size:1em;
	color: #666;
}
span.commentname{
    float: left;
	font-weight: bold;
}
li.msggravatar{
	display:block;
	float:left;
	margin-right:5px;
}
img.avatar{
	width:36px;
	height:36px;
	float:left;
	padding:0px 0px;
	margin-right:10px;
	border:1px solid #fff;
	border-radius: 2px;
}
input:focus,
textarea:focus,
select:focus {
    outline: none; /* 移除默认轮廓线 */
    box-shadow: none; /* 移除可能存在的阴影效果 */
    border-color: initial; /* 恢复边框颜色 */
}
#comments p{padding-top:10px;}
#comments img{margin-bottom:-0.5em; }
#cancel-reply{float:right;margin-right: 2em;}
div.reply-frm{
	background:#f0f0f0;
	box-shadow: 0 0 15px #666;
	margin:1em 1% !important;
	padding:.3em .8em !important;
	min-width:330px;
}
input.text{
line-height:26px;
height:26px;
padding:2px 5px 2px 5px;
background: #F6F6F6;
border: 1px solid #eee;
box-shadow: 2px 2px 5px 0 #EEEEEE inset;
border-radius: 1px;
}
#txaArticle{padding:5px;width:90%;height:120px;border:1px solid #ddd; background: url("images/ping_bg.png") no-repeat scroll 50% 50%;}
.text {
  border: 1px #dedede solid;
  height: 26px;
  width: 23%;
  min-width: 150px;
  margin: 3px 0px;
  border-radius: 2px;
}
.msgarticle {
  font-size:14px;
}
input.button {
background:#363636;
    border: 0 none;
    box-shadow: none;
    color: #FFFFFF;
    cursor: pointer;
    font: 700 12px/12px 'Open Sans Condensed',sans-serif;
    margin-top: 5px;
    padding: 5px 10px;
    width: 90px;
    cursor: pointer;
}

/* 内容右侧栏 */
#sidebar-wrapper {
    float: left;
    width: 340px;
}
#sidebar-wrapper .ke-ma {
    margin: 0px;
    width: 340px;
}
#sidebar-wrapper .ke-ma img {
    max-width: 340px;
}
#comments, #related-posts {
    border-top: 1px solid #363636;
}
.sidebar-z {
    display: block;
    float: left;
    overflow: hidden;
    width: 340px;
    margin-top: 0px;
}
.sidebar-z h3 {
    color: #363636;
    float: left;
	width:100%;
    font-size:1.2rem;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
	border-bottom: 1px solid #eee;
	font-weight:600;
	letter-spacing: 1px;
}
.sidebar-z .hot-j {
    float: left;
    width: 340px;
    margin-top: 10px;
    margin-bottom: 12px;
}
.sidebar-z .hot-j ul li {
    display: block;
    float: left;
    padding: 18px 0;
    width: 340px;
    border-bottom: 1px solid #eee;
}
.sidebar-z .hot-j ul li img {
    float: left;
    width: 130px;
    margin: 0 15px 0 0;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
}
.sidebar-z .hot-j ul li p a {
    padding-top: 6px;
    color: #363636;
    float: left;
    font: 12px/22px helvetica,sans-serif;
    width: 195px;
}
.sidebar-z .hot-j ul li.more {
    padding-top: 15px;
    color: #333;
    float: left;
    font: 12px/14px helvetica,sans-serif;
    width: 340px;
    text-align: right;
    border-bottom: medium none;
}
.sidebar-z .hot-j ul li.more a{
    color: #363636;
}
.tag-cloud {
	float: left;
	width: 340px;
	margin-top:18px;
}
.tag-cloud a {
    background: #363636;
    color: #fff;
    float: left;
    font: 400 12px/12px 'Oswald',sans-serif;
    margin: 0 5px 5px 0;
    padding: 5px 7px;
    text-transform: uppercase;
}
.rad-340 {
    height: 30px;
    border-bottom: 2px solid #ccc;
    display: block;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.rad-340 .tit {
    float: left;
    font-size: 16px;
    line-height: 28px;
    border-bottom: 2px solid #2e2e2e;
    display: block;
    padding: 0px 20px;
}
.ad340 {
    width:340px;
	float:left;
    margin-top: 10px;
}
.ad340 a {
    width: 100%;
    height: 100%;
}
.ad340 img{
    max-width:340px;
}
/* 列表页 */
.diqul {
    background: #f9f9f9;
    height: 200px;
    width: 800px;
	margin-bottom:15px;
}
.diqul dl {
    width: 740px;
    margin: 0 auto;
    overflow: hidden;
}
.diqul dl dt {
    float: left;
    width: 140px;
    height: 140px;
    margin-top: 30px;
    margin-left: 30px;
}
.diqul dl dt img {
    display: block;
    width: 130px;
    height: 130px;
    border: 5px #fff solid;
    border-radius: 50%;
	opacity: 0.9;
}
.diqul dl dd {
    float: left;
    width: 530px;
    padding-top: 40px;
    margin-left: 40px;
}
.diqul dl dd h1{
    font-size:1.2rem;
    font-weight:bold;
	color:#363636;
	line-height:40px;
	text-transform:capitalize;
	letter-spacing: 1px;
}
.diqul dl dd p.desc {
    color: #636363;
    font-size: 12px;
    line-height: 26px;
    padding-bottom: 27px;
    border-bottom: 1px #eee solid;
}
.diqul dl dd p a {
    font-weight:bold;
}
.tag-h1 {
    width: 800px;
}
.tag-h1 h1{
    font-size:1.2rem;
    font-weight:bold;
	color:#363636;
	width:100%;
	border-bottom: 1px solid #eee;
	letter-spacing: 1px;
	padding-bottom:10px;
}
.tile-cate {
    border-bottom: 1px dotted #cccccc;
    float: left;
    height: 60px;
    width: 853px;
}
.tile-cate h1 {
    color: #333;
    float: left;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0px 0 0px 20px;
    width: 190px;
}
.tile-cate span {
    color: #555;
    font-size: 12px;
    height: 24px;
	float:right;
    line-height: 24px;
    overflow: hidden;
    padding: 27px 15px 0px 0px;
	text-align:right;
}
.tile-cate span .tile-k{
    float: left;
}
.tile-cate span a {
    color: #555;
    float: left;
    margin:0px 5px;
}
.tile-cate span a:hover{
    color: #e21836;
    text-decoration: none;
}
#liebiao-wrapper {
    float: left;
    padding: 35px 0px 0px 0px;
    width: 800px;
}
ul.liebiao-list {
    float: left;
    width: 100%;
}
ul.liebiao-list li {
    border-bottom: 1px dotted #CCCCCC;
    display: block;
    float: left;
    margin-bottom: 25px;
    padding-bottom: 25px;
    width: 100%;
}
.liebiao-image {
    float: left;
    margin-right: 30px;
    position: relative;
    width: 300px;
}
.liebiao-image img {
    float: left;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
    height: auto;
    max-width: 100%;
}
.liebiao-text {
    float: left;
    width: 466px;
}
.liebiao-text h2 a {
    color: #363636;
    float: left;
    font-size: 18px;
    font-family: "Microsoft Yahei";
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 10px;
    width: 100%;
}
span.liebiao-byline, .zzhe {
    color: #b1afaf;
    float: left;
    font-size: 12px;
    margin-bottom: 6px;
    display: inline;
    padding-right: 15px;
}
.liebiao-text p {
    color: #b1afaf;
    float: left;
    font: 12px/18px helvetica,arial,sans-serif;
}
.ttop {position: relative;}
.ttop .corner-tag {
position: absolute;
top: 0;
left: 0;
z-index: 10;
padding: 5px 15px;
background-color: #00ffa3;
color: #ffffff;
font-size: 14px;
font-weight: 700;
opacity: 0.9;
border-bottom-right-radius: 3px;
letter-spacing: 1px;
}
/* 关于我们 */
.bg-about {
    background-color: #fbfbfb;
}
.about-y{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:767px){.about-y{max-width:720px;}}
@media (min-width:992px){.about-y{max-width:960px}}
@media (min-width:1200px){.about-y{width:835px;padding:0;letter-spacing:0;}}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	padding-top: 90px;
}
.col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.numberimg-box {
    width: 180px;
}
.block-bold-hr {
    width: 30px;
    height: 8px;
    background: #1c1c1c;
	margin-top: 20px!important;
}
.font-size-lg {
    font-size: 18px;
    font-weight: 700!important;
    margin-top: 20px!important;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	padding-bottom: 88px;
}
.col p {
    font-size:14px;
	line-height:32px;
	margin-bottom:30px;
}
/**装备页**/
#pao_zb {
text-align: center;
max-width: 1194px;
margin:0 auto;
background-color: #f5f5f5;
display: none;
padding-bottom:50px;
}
.pao_zb>h3 {
width: 100%;
line-height: 40px;
height: 40px;
font-size:0.9rem;
font-weight:700;
color: #555;
text-align: left;
padding-left:10px;
letter-spacing: 1px;
margin-top:30px;
}
.pao_zb .tag {
overflow: hidden;
width: 100%;
background: #fff;
padding:15px;
}
.pao_zb .tag a {
    background: #232323;
    border: 1px solid #232323;
    border-radius: 2px;
    color: #fff;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 28px;
    line-height: 28px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding:0px 8px;
}
.pao_zb ul {
overflow: hidden;
width: 100%;
display: block;
}
.pao_zb li {
width: 33.333333%;
float: left;
text-align: center;
background-color: #fff;
border-bottom: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
overflow: hidden;
}
.pao_zb a {
text-align: center;
line-height: 90px;
height: 90px;
display: block;
font-size:0.85em;
color: #666;
background-repeat: no-repeat;
padding-top: 18px;
}
.pao_zb h2{
    margin-top:66px;
	margin-bottom:15px;
	border-top:1px solid #efefef;
	text-align:center;
	color:#363636;
	font-size:1.1rem;
	font-weight:700;
	letter-spacing: 2px;
}
.pao_zb h2 span{
	position:relative;
	top: -14px;
	padding:0px 12px;
	background-color: #f5f5f5;
}
.pp-tips{
	position:relative;
	top: -22px;
	width:100%;
	text-align:center;
	font-size:0.75rem;
	color:#999;
    margin-bottom:15px;
}
.pao_zb .zbz {
    display: block;
    height: 112px;
	line-height: 112px;
    padding: 8px;
    position: relative;
    text-align: center;
	padding-top:12px;
}
.pao_zb .zbz h4 {
    height: 30px;
    line-height: 1.2em;
	padding-top:10px;
}
.pao_zb .zbz h4 a {
    font-size: 0.85em;
	height: 30px;
    line-height: 1.2em;
	padding-top:0px;
	color: #666;
}
.pao_zb .zbz .tu_c {
    height: 60px;
    margin: 0 auto;
    width: 60px;
	line-height:60px;
	padding-top:0px;
}
.pao_zb .zbz .tu_c img {
    height: 60px;
    margin: 0 auto;
    width: 60px;
	opacity: 0.9;
}
ul {
	list-style: none
}
.pp-main{
	background: #F5F5F5;
    margin: 0 auto;
    max-width: 1194px;
    min-width: 320px;
    position: relative;
    width: 100%;
	margin-top:100px;
	margin-bottom:120px;
}
.pp-h{float:left;width:100%;color:#ccc;background-color:#fff;font-size:12px;}
.pp-ha{float:left;height:34px;line-height:34px;padding-left:1px;}
.pp-ha a{color:#aaa;}
.pp-ha a:hover{color:#ffce3b;text-decoration: none;}
.pp-boxa{
	background-color:#F5F5F5;
	width:100%;
	height:auto;
	overflow:hidden;
}
.pp-boxa h1{
	height:60px;
	line-height:60px;
	font-size:1.0rem;
	font-weight: 700;
	padding-left:10px;
	color:#363636;
    letter-spacing: 0px;
}
/**推荐品牌**/
.tuijian{
	width:100%;
	height:auto;
	background-color:#fff;
	border-top:#e0e0e0 solid 1px;
	border-bottom:#e0e0e0 solid 0px;
	padding: 0px 0px 0px 0px;
}
.tjpp p{
	font-size:15px;
	line-height:35px;

	text-align:center;
	padding:0px;
	margin:0px;
	color:#B1B1B1;
	
}
.brand-t {
	background: #fff;
	width: 100%;
	height: 75px;
	overflow: hidden
}
.brand-t ul{
	padding:0px;
	margin:0px;
}
.brand-t .brands-list {
	position: relative;
	height: 75px;
}
.brand-t .brands-list li {
	float: left;
	width: 16.66%;
	height: 50px;
	margin: 10px 0 15px 0px;
	text-align:center;
}
.brand-t .brands-list li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.brand-t .brands-list li img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

/**网站地图**/
.smap {
    width:100%;
}
.smap-block {
    width:100%;
	float:left;
	padding-bottom:20px;
	border-bottom:1px solid #eee;
	margin-bottom:35px;
}
.smap-block h2 {
    width:100%;
	float:left;
	text-align:left;
	font-size:14px;
    font-weight:700;
	margin-bottom:15px;
}
.smap-block h4 {
	height:32px;
	line-height:32px;
	float:left;
	margin-right:10px;
	font-size:13px;
	font-weight:500;
}
.smap-block h4 a {
    color:#363636;
}
.smap-block h4 a:hover {
    color: rgb(0 255 163 / 1);
	padding-bottom:1px;
	border-bottom:1px solid #00ffa3;
}
/*********中国马拉松地图**********/
.time_list {
    margin:0 auto;
	width:800px;
    margin-top: 108px;
	margin-bottom:88px;
	position: relative;
	padding-bottom:200px;
}
.time_list::before {
  content: "";
  position: absolute;
  width:800px;
  height:169px;
  bottom: 0;
  right: 0;
  background-image: url('images/marathon-bg.png');
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  pointer-events: none;
}
.time_list h1 {
	width:100%;
	font-size:1.5rem;
	font-weight:700;
    margin-top: 30px;
	margin-bottom:10px;
	line-height:50px;
	text-align:center;
}
.time_list img {
	width:100%;
}
.time_list .tips {
	width:100%;
	font-size:0.8rem;
	margin-bottom:50px;
	line-height:24px;
	text-align:center;
	color:#888;
}
.time_list ul li {
    height: auto;
    position: relative;
    padding-left: 65px;
}
.time_list ul li .month {
    text-align: center;
    font-size: 18px;
    color: #363636;
    display: inline-block;
    width: 60px;
    margin-right: 5px;
    height: 100%;
    position: absolute;
    top: -8px;
    left: 0;
}
.time_list ul li div {
    position: relative;
    padding: 30px 0;
    padding-left: 25px;
    color: #363636;
    font-size: 14px;
    line-height: 34px;
    display: inline-block;
    border-left: 1px solid #eee;
}
.time_list ul li div span {
    position: absolute;
    top: 0;
    left: -5px;
    width: 10px;
    height: 10px;
    background-color: rgb(0 255 163 / 1);
	border-radius: 50%;
}
.time_list ul li a { 
    color: rgb(0 255 163 / 1);
}
.time_list ul li a:hover { 
    color: rgb(0 255 163 / 1);
	padding-bottom:1px;
	border-bottom:1px solid #00ffa3;
}

@media screen and (max-width: 767px){
.container{width:100%;padding-right:0px;padding-left:0px;}
.col {
    width: 86%;
	padding-left:7%;
	padding-right:7%;
	padding-top:50px;
}
#content-cp {
    width:100%;
	margin-top:66px;
}
#main {
    width:100%;
}
#content-wrapper {
    border-bottom: 0px dotted #CCCCCC;
	margin-top: 5px;
}
.breadcrumb {
    width: 96%;
	margin-left:2%;
	margin-right:2%;
	padding: 5px 0px;
}
.pp-h{padding-bottom:8px;}
.pp-ha{padding-left:8px;}
#title-zh {
    width: 94%;
	margin-left:3%;
	margin-right:3%;
	padding: 0px 0px 10px 0px;
	border-bottom:none;
}
h1.headline {
    font-size: 1.1rem;
    line-height: 150%;
	margin-bottom: 15px;
	font-weight:600;
}
#h-main {
    width: 94%;
	margin-left:3%;
	margin-right:3%;
	border-right: 0px dotted #CCCCCC;
}
#social-box {
    width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	border-bottom:none;
}
#social-box a{
    padding-right:10px;
}
#content-area {
    width: 100%;
	padding:0px 0px 0px 0px;
	margin-bottom: 20px;
}
#post-area p img {
    width:100%;
}
.post-tags {
    width: 100%;
	padding:0px 0px 0px 0px;
	font-size:13px;
}
div.post-nav .r {
  margin-right: 0px;
}
#post-area .link {
	width:88%;
	padding-left:12%;
}
#post-area .linka {
	width:88%;
	padding-left:12%;
}
.social-boxa {
    width: 100%;
	padding-right: 0px;
}
.social-boxa .ob_what {
    width: auto;
    padding-right: 43px;
}
.tag_xg {
  width: 100%;
}
.box {
  height: auto;
  border-radius: 3px;
}
.box-huodong {
    padding-left: 0px;
	padding-top: 15px;
	padding-right: 13px;
}
.box-huodong li {
  float: left;
  width: 45%;
  margin-left: 5%;
  height: auto;
  line-height: 22px;
  margin-bottom:16px;
}
.box-huodong li a {
    font-size: 12px;
}
.like-bottom {
  width: 100%;
}
.like-bottom h3, .article-mybuys h3, .comment-t h3 {
  font-size: 0.9rem;
}
ul.m_xh li {
  width: 100%;
  min-height: auto;
  margin: 0px 0px 0px 0px;
  padding: 18px 0;
  border-top: 1px solid #eee;
}
ul.m_xh li img {
  width: 30%;
  margin-right: 4%;
  float: left;
  height:auto;
  object-fit:contain;
}
ul.m_xh li p a {
  width: 66%;
  font: 14px/22px helvetica,sans-serif;
}
.msgarticle {
    width: 100%;
}
#comments {
    width: 100%;
}
#respond form {
    width: 88%;
}
#txaArticle {
  width: 100%;
}
#respond .msg {
  padding-left:0px;
  margin-right:0px;
  width:100%;
}
#sidebar-wrapper {
    width: 94%;
	margin-left:3%;
	margin-right:3%;
}
#sidebar-wrapper .ke-ma {
	padding-bottom:30px;
    width: 100%;
    text-align: center;
}
#sidebar-wrapper .ke-ma img {
    max-width: 100%;
}
.sidebar-z {
    width: 100%;
}
.sidebar-z h3 {
    font-size:0.9rem;
}
.sidebar-z .hot-j {
    width: 100%;
}
.sidebar-z .hot-j ul li {
    width: 100%;
	margin-left:0px;
}
.sidebar-z .hot-j ul li img {
    width: 30%;
	margin-right:4%;
}
.sidebar-z .hot-j ul li p a {
    width: 66%;
	font: 14px/22px helvetica,sans-serif;
}
.sidebar-z .hot-j ul li.more {
    width: 100%;
	font: 13px/22px helvetica,sans-serif;
}
.tile-cate {
    width:100%;
}
#liebiao-wrapper {
    width: 100%;
	padding-top: 20px;
}
.tile-cate h1 {
    width: 100%;
	text-align:center;
	padding-left:0px;
}
ul.liebiao-list li {
    margin-bottom: 22px;
    padding-bottom: 22px;
}
.liebiao-image {
    width: 30%;
	margin-right: 4%;
}
.liebiao-text {
    width: 66%;
}
.liebiao-text h2 a {
    font-size: 1.0rem;
}
.liebiao-text p {
    font: 12px/18px helvetica,arial,sans-serif;
}
.ttop .corner-tag {
padding: 3px 10px;
font-size: 12px;
}
.nav-links {
    width: 100%;
	padding: 10px 0px 45px 0px;
}
.tag-cloud {
    margin-left: 0px;
	width: auto;
	margin-top: 20px;
}
.ad340 {
    width:100%;
    text-align: center;
}
.ad340 img{
    max-width:100%;
}
.ban h1 {
    font-size: 36px;
    padding-bottom: 30px;
}
.ban p {
    font-size: 20px;
	padding:0px 15px;
}
.am-avg-sm-3_about>li {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 20px;
    padding: 0px;
}
.sc-thumbnails {
    margin-left: 0rem;
    margin-right: 0rem;
}
.box-zc .con2 li .item .t h5 {
    font-size: 22px;
}
.box-zc .con2 li .item .t p {
    font-size: 18px;
	margin-top:11px;
}
.box-zc h2 {
    font-size: 22px;
    padding-left:15px;
	padding-right:15px;
}
.box-zc h3 {
    font-size: 12px;
}
.box-partners h2 {
    font-size: 22px;
	padding-left:15px;
	padding-right:15px;
}
.box-partners h4 {
    font-size: 12px;
}
.heng-wrap {
    margin-bottom: 2.5rem;
}
.heng-in {
    padding-top: 1.0rem!important;
    padding-bottom: 1.0rem!important;
}
.heng-in img {
    width:96%;
	padding-left:2%;
	padding-right:2%;
}
.i_title {
    width: 100%;
	background-size:76px 26px;
	background-position: 0px center;
}
.nav-links-index {
    padding: 0px 0px 20px 0px;
    width:100%;
}
.pagination-index .t-more a {
    width: 100%;
	height:40px;
	line-height:40px;
}
.diqul {
    width:100%;
    height: 130px;
	margin-bottom:0px;
}
.diqul dl {
    width: 100%;
	float: left;
}
.diqul dl dt {
    width: 23%;
    height: auto;
	margin-top: 30px;
    margin-left: 4%;
}
.diqul dl dt img {
	max-width: 60px;
	max-height: 60px;
	width:100%;
	height:100%;
}
.diqul dl dd {
    width: 70%;
    padding-top: 11px;
    margin-left: 0px;
	margin-right: 3%;
}
.diqul dl dd h1{
    font-size:1.0rem;
}
.diqul dl dd p.desc {
    line-height: 20px;
    border-bottom: 0px #dedede solid;
	padding-bottom: 0px;
}
.tag-h1 {
  width: 100%;
}
.tag-h1 h1 {
  font-size: 1.0rem;
  margin-top: 10px;
}
.row {
    padding-top: 50px;
	width:100%;
	margin-left:0px;
	margin-right:0px;
}
.numberimg-box img{
  width:50%;
}
.block-bold-hr {
  height: 5px;
  margin-top: 8px !important;
}
.font-size-lg {
  font-size: 1.0rem;
}
.col-xl-4 {
    max-width: 90%;
	flex: 0 0 90%;
	padding-left:5%;
	padding-right:5%;
}
.col {
    width: 90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:30px;
}
.yuanjing .yuanj {
    width: 90%;
	padding-left:5%;
	padding-right:5%;

}
.smap {
    padding-top:15px;
}
.smap-block h4 {
	margin-right:15px;
}
.time_list {
	width:100%;
    margin-top: 66px;
	padding-bottom:188px;
	margin-bottom:20px;
}
.time_list::before {
  width:100%;
  height:188px;
}
.time_list h1 {
  font-size: 1.1rem;
  line-height:30px;
}
.time_list ul li {
  margin-right:20px;
}
.time_list ul li .month {
  font-size: 1rem;
  width: 60px;
}

}
.map-a a {
      color:#363636;
}