.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: .22rem;
    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: .22rem;
    color: #666;
    margin-top: .2rem;
}

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

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

.details_content {
    width: 6.4rem;
    padding: .15rem .1rem .15rem .1rem;
    background: white;
}

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

.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;
    border-bottom: 10px solid #e6e6e6;
}

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

.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: .2rem;
    line-height: .55rem;
    position: relative;
    width: 5.4rem;
    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: .2rem;
    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;
}

.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;
}

.zhuanqu_head {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 2.2rem !important;
    border-bottom: 1px 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 0;
    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 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;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

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

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

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

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

.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: 1.6rem;
    justify-content: space-around;
    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;
    box-shadow: 0 4px 0 #c86200;
}

.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;
}

.details_content table {
    border-collapse: collapse;
    border-spacing: 0px;
    margin: .2rem 0;
    width: 100%;
}

.details_content p a {
    color: red;
}

.details_content table tr.firstRow td {
    border-color: #c53535;
    background: #cb4242;
    color: #fff;
    white-space: nowrap;
}

.details_content table tr td {
    border: 1px solid #f3b6b6;
    line-height: .4rem;
    font-size: .22rem;
    padding: .1rem .1rem;
}

.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: 100px;
    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;
    max-width: 120px;
    height: 30px;
    line-height: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    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;
}

.zhuanqu_head_details_right_phone a:last-child {
    background: #f60;
    box-shadow: 0 4px 0 #c66100;
}

.rankItemBox {
    padding: .1rem .2rem .1rem .1rem;
    border-top: 2px solid #dedede;
    padding-top: .2rem;
}

.rankItemBox h3 {
    font-size: .22rem;
}

.rankItemBox h3 a {
    color: #f60;
}

.rankItemBoxContent {
    display: flex;
    padding: 0;
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
    border-top: 3px solid #999;
    margin-top: .2rem;
}

.rankItemBoxContent .imgBox img {
    width: .8rem;
    height: .8rem;
    border-radius: 3px;
}

.rankItemBoxContent .imgBox span {
    padding: .2rem;
    display: block;
    border-right: 1px solid #DDD;
}

.rankItemBoxContent .textDetails {
    font-size: 12px;
    padding-left: .1rem;
    flex: 1;
}

.textDetails h3 {
    padding: .1rem 0 .12rem;
    font-size: 12px;
}

.textDetails div span {
    margin-right: .1rem;
    font-size: 12px;
}

.textDetails div span a {
    color: #f60;
    margin-right: .05rem;
}

.textDetails p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 3.2rem;
    margin-top: .1rem;
    font-size: 12px;
}

.rankItemBoxBtn {
    display: flex;
    justify-content: space-around;
    padding: 0 .1rem 0;
    border-top: none;
    margin-bottom: .1rem;
    flex-direction: column;
}

.rankItemBoxBtn a {
    font-size: 12px;
    width: 1.2rem;
    text-align: center;
    padding: .03rem 0;
    border-radius: 3px;
    background: #f90;
    color: white;
    box-shadow: 0 5px 0 #c86200;
}

.rankItemBoxBtn a:last-child {
    background: #f60;
    box-shadow: 0 4px 0 #c66100;
}

.rankItemBox>p {
    width: 6rem !important;
    font-size: .2rem;
    padding: .1rem 0;
    color: #666;
    line-height: .46rem;
    float: none !important;
    text-indent: 2em;
}

.rankItemBox>p img {
    width: 100%;
}

.zhuanqu_head2 {
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
    margin-top: .2rem;
    height: 2.05rem !important;
    position: relative;
}

.zhuanqu_head_details2 {
    width: 100% !important;
    padding-top: .2rem;
}

.zhuanqu_head_right2 {
    flex: 1;
}

.zhuanqu_head_right2 p {
    font-size: .2rem;
}

.zhuanqu_head_right2 p span {
    display: inline-block;
    width: 3.8rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.zhuanqu_head_details_right_phone2 {
    position: absolute;
    right: .2rem;
    top: .2rem;
    justify-content: initial;
    z-index: 9999;
}

.zhuanqu_head_details_right_phone2 a {
    padding: .05rem 0;
    margin-bottom: .3rem;
}

.zhuanqu_head_details_right_phone2 a {
    padding: .05rem 0;
    margin-bottom: .3rem;
}

.zhuanqu_head_details_left2 {
    width: 100%;
}

.zhuanqu_head_details_left2 .img_box img {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: .1rem;
}