body {
    padding: 0;
    line-height: 1;
}
.detail_header {
    background: #2a2a2a;
    padding-top: 19px;
    padding-bottom: 12px;
}
.detail_header_title {
    padding: 0 27.5px;
    position: relative;
}
.detail_header_title p {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 2px;
}
.detail_header_title .detail_header_back_icon {
    position: absolute;
    left: 27.5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 8.5px;
    height: 18px;
    background: url('../images/articlePub-sprite.png') no-repeat;
    background-size: 375px auto;
    background-position: -273px 0;
}
.detail_header_title .detail_header_more_icon {
    position: absolute;
    right: 27.5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 5px;
    background: url('../images/articlePub-sprite.png') no-repeat;
    background-size: 375px auto;
    background-position: -315px 0;
}
.drop_down_menu {
    position: absolute;
    right: 14.5px;
    top: 120%;
    background: #2a2a2a;
    width: 110px;
    height: 0px;
    padding: 0 8px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
}
.drop_down_menu:before {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    top: -7px;
    right: 16px;
    border-radius: 2px;
    background: #2a2a2a;
    transform: rotate(45deg);
}
.drop_down_menu p {
    line-height: 1;
    /* padding: 8px 0; */
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #b5a180;
}
.drop_down_menu p:last-child {
    border-bottom: none;
}
.drop_down_menu p a {
    font-size: 15px;
    color: #fff;
}
.detail_header_search {
    margin-top: 15px;
    padding: 0 16.5px;
}
.detail_header_search .search_input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 100px;
    background: #e3e3e3;
    padding-left: 46px;
    font-size: 15px;
    background-image: url('../images/articlePub-sprite.png');
    background-repeat:  no-repeat;
    background-size: 365px auto;
    background-position: -327px 8px;
}
/* 分类页 导航栏 */
.classify_nav {
    height: 54px;
    line-height: 1;
    background: #e9e9e9;
    border-bottom: 5px solid #d6d6d6;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.classify_nav ul {
    margin-left: 12.5px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.classify_nav ul li {
    color: #120803;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
}
.classify_nav ul li:first-child:before {
    content: none;
}
.classify_nav ul li:before {
    content: '';
    width: 7px;
    height: 15px;
    display: inline-block;
    background: url('../images/articlePub-sprite.png') no-repeat;
    background-size: 375px auto;
    background-position: -297px 0;
    margin: 0 10px;
}
/* 文章内容 */
.detail_content {
    padding-top: 31px 
}
.detail_content_title {
    text-align: center;
    font-size: 24.5px;
    color: #120803;
    letter-spacing: 2px;
    line-height:26px;
}
/* 基础信息 */
.baseInfo_box {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 23px 25px 31px  13px;
}
.base_info {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.base_info .avatar {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.base_info .avatar img {
    width: 100%;
    height: 100%;
}
.base_info .info {
    color: #120803;
    margin-left: 10px;
}
.base_info .info .name {
    font-size: 15px;
}
.base_info .info .date {
    font-size: 12px;
    margin-top: 6px;
}
.baseInfo_box .share {
    width: 36.5%;
}
.baseInfo_box .shareText {
    color: #120803;
    font-size: 12px;
    text-align: right;
    margin-top: 8px;
}
/* 文章内容 */
.detail_article {
    padding: 0 20px;
    margin-bottom: 28px;
    line-height: 25px;
}
.detail_article img {
    width: 100%;
}
/* 广告位1 */
.adv_wrap {
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
}
.adv_wrap .adv {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
}
.adv_wrap .adv img {
    width: 100%;
    vertical-align: top;
}
/* 下一篇 */
.next_article {
    margin-top: 18px;
    padding-left: 8px;
    font-size: 14px;
    margin-bottom: 25.5px;
}
.next_article .tags a {
    color: #b5a180;
    text-decoration: underline;
    margin-right: 11px;
}
.next_article .prev {
    margin: 11px 0;
}
/* 猜你喜欢 */
.line_title {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.line_title .line_text {
    font-size: 15px;
    color: #120803;
}
.line_title .line {
    height: 1px;
    background: #d6d6d6;
}
.guess_line .line {
    width: 39%;
}
.cat_line .line {
    width: 35%;
}
.guess {
    margin-top: 18px;
    margin-bottom: 45px;
}
.guess .guess_article {
    margin-top: 25px;
    padding: 0 20px;
}
.guess .guess_article p {
    font-size: 15px;
    color: #120803;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 15px;
}
.guess .guess_article p:last-child {
    margin-bottom: 0;
}
.guess .guess_article p::before {
    content: '';
    width: 7.5px;
    height: 7.5px;
    box-sizing: border-box;
    border: 1px solid #120803;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%) rotate(45deg);
}
/* 商品分类 */
.detail_cat {
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    padding-left: 6px;
    padding-right: 6px;
    background: linear-gradient(to bottom, #F6F6F6 0%,#FDFDFD 100%);
}
.detail_cat0 {
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 18px;
    background: #fff;
    text-align: center;
    color: #595959;
    font-size: 12px;
}
.detail_cat0 ul {
    width: 100%;
    display: table;
}
.detail_cat0 ul li {
    display: table-cell;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}
.detail_cat0 ul li a {
    color: #595959;
}
.detail_cat0 ul li img {
    width: 50%;
    margin-bottom: 6px;
}
/* 腿部 */
.detail_foot {
    clear: both;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 38px;
    background: #2E2F33;
    text-align: center;
}
.detail_footimg {
    width: 68%;
}
.detail_foot0 {
    width: 100%;
    padding-top: 20px;
}
.detail_foot1 {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding-bottom: 18px;
}
.detail_foot2 {
    margin: 0 auto;
    width: 133.5px;
    text-align: left;
    line-height: 30px;
}
.detail_foot2 a {
    display: inline-block;
    background: url('../images/articlePub-sprite.png') no-repeat;
    background-size: 375px auto;
}
.detail_foot2 a.tel {
    width: 124px;
    height: 18px;
    background-position: -147px 0px;
}
.detail_foot2 a.mail {
    width: 134px;
    height: 17px;
    background-position: -9px 0px;
}

/* swpier 分页器样式 */
.swiper-container {
	z-index: 0 !important;
	min-height: 100px;
}
.my-bullet {
    background-color: #B5A180;
    border-radius: 6px;
    display: inline-block;
    height: 3px;
    margin-left: 3px;
    text-indent: -9999px;
    width: 3px;
    outline: none;
}
.my-bullet-active {
	background-color: #B5A180;
    width: 10px;
}
#swiper1 img{width:100%;}
