.zhuanqu_head {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* height: 2.4rem !important; */
    border-bottom: 10px solid #e6e6e6;
}

.zhuanqu_head>img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    left: 0;
    position: absolute;
    top: 80%;
    width: 100%;
    z-index: 1;
    margin-top: -3.2rem;
}

.zhuanqu_head .bgcov {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .7);
}

.zhuanqu_head_details {
    /* position: absolute; */
    display: flex;
    width: 6.4rem;
    padding: .3rem .2rem .3rem;
    z-index: 1000;
    align-items: center;
    justify-content: space-between;
}

.zhuanqu_head_right h3 {
    z-index: 1000;
    color: #ffe500;
    font-size: .28rem;
}

.zhuanqu_head_right h3 span {
    color: white;
    margin-left: .1rem;
}

.zhuanqu_head_details .img_box {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
    position: relative;
}

.zhuanqu_head_details .img_box img {
    width: 100%;
    border-radius: .2rem;
}

.zhuanqu_head_details .img_box h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .4rem;
    line-height: .4rem;
    background: rgba(00, 00, 00, .7);
    width: 100%;
    text-align: center;
    color: white;
    font-size: .2rem;
    border-radius: 0 0 .2rem .2rem;
}

.zhuanqu_head_details .img_box span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: .4rem;
    line-height: .4rem;
    background: rgba(00, 00, 00, .7);
    width: 100%;
    text-align: center;
    color: white;
    font-size: .2rem;
    border-radius: 0 0 .2rem .2rem;
}

.zhuanqu_head_details_left {
    display: flex;
    width: 6.2rem;
}

.zhuanqu_head_right {
    margin-left: .2rem;
    height: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 3.03rem;
}

.zhuanqu_head_right p span em.cur {
    color: #ff7d01;
}

.zhuanqu_head_right p span em.cur a {
    color: #ff7d01;
    margin-right: .05rem;
}

.zhuanqu_head_right>p {
    color: #666;
    font-size: .21rem;
    display: flex;
}

.zhuanqu_head_right p span {
    white-space: nowrap;
    overflow: hidden; 
    text-overflow: ellipsis; 
    max-width: 95%; 
    display: inline-block;
}

.zhuanqu_head_details_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 1.6rem;
}

/* 按钮容器样式 */
.zhuanqu_head_details_right_phone {
    display: flex;
    align-items: center;
    height: auto; /* 调整容器高度以适应两个按钮 */
    justify-content: center; /* 让按钮在容器内居中排列 */
    flex-direction: column;
}

.zhuanqu_head_details_right_phone a {
    font-size: .2rem;
    width: 1.2rem;
    text-align: center;
    padding: .08rem 0;
    border-radius: 3px;
    background: #f90;
    color: white;

    margin: 0 0 -2px 0; /* 负的下边距抵消box-shadow的高度，使按钮贴在一起 */

}

/* 第一个按钮样式 - 背景白色，边框色不变 */
.zhuanqu_head_details_right_phone a.cur1 {
    background: white;
    color: #f90;
    border: 1px solid #f90;

    border-bottom-left-radius: 0; /* 去掉下方左侧圆角 */
    border-bottom-right-radius: 0; /* 去掉下方右侧圆角 */
}

/* 第二个按钮样式 - 保持橙色背景 */
.zhuanqu_head_details_right_phone a.cur2 {
    background: #f90;
    color: white;

    border-top-left-radius: 0; /* 去掉上方左侧圆角 */
    border-top-right-radius: 0; /* 去掉上方右侧圆角 */
    border-top: none; /* 去掉顶部边框，避免与第一个按钮边框重叠 */
}

/* 第三个按钮样式 - 与上面两个按钮留白一点 */
.zhuanqu_head_details_right_phone a.cur3 {
    background: #f60;

    margin: 0.25rem 0 0 0; /* 与上面两个按钮留白15px */
}

.zhuanqu_head_details_right_phone a:last-child {
    background: #f60;

}

.zhuanqu_head_details_right a {
    font-size: .2rem;
    width: 1.6rem;
    text-align: center;
    padding: .05rem 0;
    border-radius: 3px;
}

.zhuanqu_head_details_right a.cur1 {
    border: 1px solid #a0e3ff;
    color: #a0e3ff;
}

.zhuanqu_head_details_right a.cur2 {
    border: 1px solid #81bf00;
    color: #81bf00;
}

.zhuanqu_head_details_right a.cur3 {
    border: 1px solid #ff9a00;
    color: #ff9a00;
}

.nav {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fac93a;
    line-height: .7rem;
    height: .7rem;
}

.nav a {
    box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    flex: 1;
    -webkit-flex: 1;
    text-align: center;
    font-size: .23rem;
    line-height: .7rem;
    height: .7rem;
    color: #9c5c31;
}

.detailes_top {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    justify-content: space-between;
    background: #fac93a;
    padding: 0 .2rem;
}

.detailes_top_left {
    background: white;
    display: flex;
    flex: 1;
    margin-top: .1rem;
    border-radius: 1rem;
    align-items: center;
}

.detailes_top h3 {
    text-indent: -9999px;
    width: 1.3rem;
    height: .4rem;
    background: url(../images/hunluo_logo.png) no-repeat center center;
    background-size: 100%;
    margin: .1rem .2rem .1rem .2rem;
}

.detailes_top_left div {
    width: 3.2rem;
    position: relative;
}

.detailes_top div input {
    outline: none;
    border: none;
    line-height: .4rem;
    height: .4rem;
    width: 100%;
    font-size: .22rem;
    color: #666;
    -webkit-appearance: none;
    padding-left: .7rem;
    border-left: 1px solid #dedede;
}

.detailes_top div a {
    width: .4rem;
    height: .4rem;
    position: absolute;
    left: .2rem;
    top: 0;
    background: url(../images/search_icon.png) no-repeat center center;
    background-size: 100%;
}

.detailes_top>a.header_login {
    width: .6rem;
    height: .6rem;
    margin-left: .2rem;
    margin-top: .1rem;
    border-radius: 50%;
    background: white;
}

.detailes_top>a.header_login img {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    border: 2px solid #dedede;
    padding: .05rem;
}

.detailes_top>a.header_icon {
    text-indent: -9999px;
    background: url(../images/member_center_icon.png) no-repeat center center;
    width: .6rem;
    height: .6rem;
    background-size: .6rem .6rem;
    margin-left: .2rem;
    margin-top: .1rem;
}

.footer .footer_content {
    background: #222;
    height: 1.3rem !important;
    width: 6.4rem;
}

.footer .footer_content p.title a {
    color: #9c9c9c;
    font-size: .2rem;
}

.footer .footer_content p span em {
    width: .36rem;
    height: .36rem;
    background: url(../images/wenhuajingying.png) no-repeat center center;
    display: inline-block;
    background-size: 100% 100%;
    vertical-align: -.1rem;
    margin-right: .05rem;
}

.footer .footer_content p span em.cur1 {
    background: url(../images/icp.png) no-repeat center center;
    background-size: 100% 100%;
    width: .28rem;
    height: .28rem;
}

.footer .footer_content p {
    color: #9c9c9c;
    text-align: center;
    font-size: .2rem;
    padding-top: .2rem;
}

.footer .footer_content p span {
    margin: 0 .1rem;
}

.search_msg {
    padding: .2rem .2rem;
}

.search_msg p {
    font-size: .24rem;
    color: #333;
}

.search_msg p em {
    color: #e4393c;
    margin: 0 .1rem;
}

.list_items {
    width: 6.4rem;
}

.list_items .box {
    padding: .3rem .2rem .3rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    border-bottom: 1px #ddd solid;
}

.list_items .list_items_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.list_items .list_items_right .img_box {
    width: 1rem;
    height: 1rem;
}

.list_items .list_items_right .img_box img {
    width: 1rem;
    height: 1rem;
}

.list_items .list_items_right .text_box {
    margin-left: .25rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-around;
}

.list_items .list_items_right .text_box h4 {
    font-size: .24rem;
    color: #333;
}

.list_items .list_items_right .text_box>span {
    font-size: .22rem;
    color: #ff7d01;
}

.list_items .list_items_right .text_box>span a {
    color: #ff7d01;
    font-size: .22rem;
    margin-right: .1rem;
}

.list_items .list_items_left a {
    font-size: .22rem;
    color: white;
    padding: .1rem .2rem;
    background: #f90;
    border-radius: .05rem;
}

.back_list {
    width: 6.4rem;
    padding: 0 .2rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    height: .6rem;
    border-bottom: 1px dotted #ddd;
}

.back_list a {
    font-size: .24rem;
    color: #666;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
}

.back_list span {
    color: #e4393c;
    font-size: .24rem;
}

.back_list a i {
    width: .16rem;
    height: .16rem;
    background: url(../images/back_img_icon.png) no-repeat center center;
    background-size: .16rem .16rem;
    margin: 0 .1rem;
}

.news_title {
    padding: .2rem 0 .2rem;
    border-bottom: 1px dashed #dedede;
    background: white;
    margin: 0 .2rem;
}

.news_title h1 {
    font-size: .28rem;
    text-align: center;
    width: 6rem;
    color: #333;
    font-weight: bold;
}

.news_title h3 {
    font-size: .28rem;
    text-align: center;
    width: 6rem;
    color: #333;
    font-weight: bold;
}

.news_title p {
    text-align: center;
    font-size: .20rem;
    color: #999;
    margin-top: .2rem;
}

.news_title p span {
    font-size: .2rem !important;
}

.news_title p em {
    font-style: normal;
    font-size: .20rem;
    color: #999;
    margin-left: .3rem;
}

.details_content {
    width: 6.4rem;
    padding: .1rem .2rem .3rem;
    border-bottom: 1px solid #dedede;
    background: white;
}

.details_content>p {
    width: 6rem !important;
    font-size: .22rem;
    color: #666;
    line-height: .46rem;
    float: none !important;
    text-indent: .24rem;
}

.details_content h3 {
    font-size: .24rem;
    color: #faad3a;
    margin: .1rem 0;
    font-weight: bold;
    border-left: 3px solid #faad3a;
    padding-left: .2rem;
}

.details_content p img {
    width: 100%;
    margin: .1rem 0;
    display: block;
}

.yygg_box {
    border-top: 10px solid #e6e6e6;
}

.yygg_box ul {
    padding: .1rem .15rem;
}

.yygg_box ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px dashed #dedede;
}

.yygg_box ul li a {
    font-size: .21rem;
    line-height: .55rem;
    position: relative;
    width: 5.3rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.yygg_box ul li a em {
    border: 1px dotted #f90;
    color: #f90;
    padding: 1px 0;
    margin-right: .1rem;
    border-radius: 3px;
    width: .8rem;
    text-align: center;
    display: inline-block;
    line-height: .24rem;
}

.yygg_box ul li>span {
    font-size: .21rem;
    color: #999;
}

.title_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: .8rem;
    line-height: .8rem;
    background: white;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    border-bottom: 1px solid #dedede;
}

.title_box p {
    font-size: .22rem;
    line-height: .42rem;
    height: .42rem;
    border-left: 4px solid #f7ad3e;
    padding-left: .15rem;
    background: #f90;
    color: white;
    padding-right: .3rem;
    border-radius: 0 .2rem .2rem 0;
}

.xiaobian_recommend {
    padding: 0 0 .1rem;
    border-bottom: 10px solid #e6e6e6;
}

.recommend .swiper-slide a img {
    width: 1rem;
    height: 1rem;
}

.recommend .swiper-slide a span {
    font-size: .2rem;
    margin-top: .1rem;
    display: inline-block;
    width: 1.03rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666;
}

.recommend .swiper-wrapper {
    flex-wrap: wrap;
}

.xgyx_box {
    border-top: 10px solid #e6e6e6;
}

.recommend .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: .2rem;
    width: 1.28rem;
}


.crumbBox {
    box-sizing: border-box;
    width: 100%;
    height: .44rem;
    padding: 5px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    margin: 0 0 0;
}

.crumbBox a {
    display: inline-block;
    position: relative;
    max-width: 400px;
    height: 30px;
    line-height: 30px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: .2rem;
}

.crumbBox span:last-child {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .21rem;
    color: #f60;
}

.crumbBox a::after {
    content: '';
    position: absolute;
    right: 0;
    top: -1px;
    width: 10px;
    height: 29px;
    background: url(../images/ico-crumb.png) no-repeat center center;
    background-size: 100%;
}

.crumbBox a:last-child::after {
    background: none;
}
#zk:after {
background: url(../../../templates/user/images/user-plus-status.png) no-repeat 0 -16px;
content: "";
width: 80px;
height: 16px;
position: absolute;
margin-left: 8px;
}