@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.7;
    font-family: "微软雅黑";
    -webkit-text-size-adjust: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: -moz-calc(100vw / 7.5);
    font-size: calc(100vw / 7.5);
}

img {
    border: 0;
    vertical-align: bottom;
    width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
    -webkit-appearance: none;
    border: none;
    font: inherit;
}

[type="search"]::-webkit-search-decoration {
    display: none;
}

input::-webkit-search-cancel-button {
    display: none;
}

h3 {
    font-size: 0.26rem;
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.column {
    flex-direction: column;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.mid {
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.mar_t10 {
    margin-top: 0.1rem;
}

.mar_t20 {
    margin-top: 0.2rem;
}

.mar_t30 {
    margin-top: 0.3rem;
}

.mar_t40 {
    margin-top: 0.4rem;
}

.mar_r10 {
    margin-right: 0.1rem;
}

.mar_r20 {
    margin-right: 0.2rem;
}

.pad20 {
    padding: 0.2rem 0;
}

.bor_b {
    border-bottom: solid 1px #e4e4e4;
}

.bor_b15 {
    border-bottom: solid 1px #f4f4f4;
}

.f48 {
    font-size: 0.48rem;
}

.f40 {
    font-size: 0.4rem;
}

.f36 {
    font-size: 0.36rem;
}

.f34 {
    font-size: 0.34rem;
}

.f32 {
    font-size: 0.32rem;
}

.f30 {
    font-size: 0.3rem;
}

.f28 {
    font-size: 0.28rem;
}

.f24 {
    font-size: 0.24rem;
}

.f20 {
    font-size: 0.2rem;
}

.bgo {
    background: #faf5ef;
}

.bgw {
    background: #fff;
}

.radius20 {
    border-radius: 0.2rem;
}

.radius10 {
    border-radius: 0.1rem;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff;
}

.hide {
    display: none;
}

.wrap_box {
    color: #333;
}

.content {
    padding: 0 0.32rem;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.hidden {
    overflow: hidden;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.orange {
    color: #ff5a00;
}


/*header*/

.header {
    width: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 3;
    height: .88rem;
    padding: 0 0.3rem;
}

.top {
    margin: .88rem 0 0;
}

.top_bg {
    background: #ff5a00;
    height: 1.3rem;
}

.logo {
    width: 1.04rem;
}

.search {
    width: 5.53rem;
    height: 0.74rem;
    border-radius: 0.37rem;
    background: #ff8c4d;
    padding: 0 0.3rem;
}

.ss_txt {
    width: 4.45rem;
    height: 0.7rem;
    background: url(../images/ss.png) no-repeat left center;
    background-size: 0.34rem 0.36rem;
    border: none;
    color: #fff;
    font-size: 0.3rem;
    padding: 0 0.3rem 0 0.5rem;
}

.ss_txt::-webkit-input-placeholder {
    color: #fff;
    opacity: 0.7;
}

.ss_btn {
    width: 0.34rem;
    height: 0.36rem;
}

.banner {
    padding: 0.3rem 0;
}

.banner .swiper-slide {
    width: 6.86rem;
    height: 3.2rem;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide-active {
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0 0.15rem rgba(23, 23, 23, 0.2);
}

.nav_list {
    padding-bottom: 0.5rem;
}

.nav_list li {
    text-align: center;
}

.nav_list li img {
    width: 0.91rem;
    height: 0.91rem;
    margin-bottom: 0.15rem;
}

.tit img {
    width: 3.38rem;
}

.caipu {
    margin: 0.5rem 0 0;
}

.caipu li {
    width: 3.32rem;
    text-align: center;
    margin-bottom: 0.4rem;
}

.caipu li img {
    height: 2.2rem;
    border-radius: 0.1rem;
}

.more {
    color: #845d03;
    width: 3.09rem;
    height: 0.65rem;
    background: url(../images/more.png) no-repeat;
    background-size: 100% 100%;
}

.ad_pic {
    margin: 0.7rem 0 0.6rem;
}

.ad_pic img {
    border-radius: 0.2rem;
}

.baike {
    margin: 0.4rem auto 0.65rem;
}

.baike li {
    border-radius: 0.15rem;
    overflow: hidden;
    background: #fff;
}

.baike li img {
    height: 3.16rem;
}

.baike_con {
    padding: 0.2rem 0.25rem 0.25rem;
}

.pro {
    padding: 0.5rem 0;
}

.pro li {
    width: 3.37rem;
    border-radius: 0.1rem;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.pro_pic {
    height: 2.26rem;
}

.pro_tit {
    margin: 0.15rem 0.25rem 0;
}

.more1 {
    padding: 0.15rem;
    justify-content: flex-end;
}

.more1 img {
    width: 0.2rem;
    height: 0.21rem;
    margin-left: 0.1rem;
}

.news_box {
    margin: 0.65rem 0 0;
    overflow: hidden;
}

.baike_box {
    margin: 0.6rem 0;
}

.news_list {
    padding: 0.4rem 0 0;
}

.news_list li {
    width: 3.3rem;
    text-align: center;
    margin-bottom: 0.4rem;
}

.news_list li img {
    height: 1.98rem;
    border-radius: 0.15rem;
}


/*footer*/

.footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 1rem;
    background: #fff;
    z-index: 99;
}

.footer li {
    width: 20%;
    text-align: center;
}

.footer li:nth-child(3) img {
    width: 1.27rem;
    height: 1.27rem;
    margin-top: -0.8rem;
}

.footer li:nth-child(3) h3 {
    opacity: 0;
    line-height: 1.3;
}

.footer li.active h3 {
    opacity: 1;
    color: #ff5a00;
}

.footer li img {
    width: 0.48rem;
}

.footer li h3 {
    color: #999999;
    font-size: 0.22rem;
    line-height: 1.5;
}


/*main*/

.main {
    padding-top: 0.4rem;
}

.back {
    width: 0.76rem;
    height: 0.76rem;
    left: 0.32rem;
    top: 0.38rem;
    z-index: 9;
}

.m_baike {
    padding: 0.35rem 0 0;
}

.m_baike li {
    background: #fff;
    border-radius: 0.15rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
}

.m_baike li img {
    height: 3.16rem;
}

.m_baike li h2 {
    width: 60%;
}

.baike_banner {
    margin-bottom: 0.5rem;
}

.baike_banner img {
    border-radius: 0.2rem;
}

.bamboo_type {
    padding: 0.5rem 0;
}

.bamboo_type li {
    width: 3.3rem;
    margin-bottom: 0.5rem;
}

.bamboo_type li img {
    height: 2.2rem;
    border-radius: 0.1rem;
}

.bamboo_type_tit {
    background: url(../images/nar1.png) no-repeat right center;
    background-size: 0.41rem 0.42rem;
    padding-right: 0.5rem;
}

.baike_xx_pic {
    border-radius: 0.2rem;
    overflow: hidden;
}

.baike_xx_pic video {
    display: block;
}

.baike_xx_con {
    background: url(../images/xx_bg.jpg) no-repeat right top;
    background-size: 3.01rem 3.55rem;
    padding: 0.4rem 0;
    font-size: 0.28rem;
}

.anji_con {
    background: #fffcf8;
    border: dashed 1px #c6964d;
    padding: 0.4rem 0.35rem;
    text-align: justify;
    border-radius: 0.3rem;
    margin-bottom: 0.3rem;
}

.sun {
    width: 1.58rem;
    height: 1.51rem;
    bottom: -0.45rem;
    right: -0.32rem;
}

.xx_box {
    background: #faf5ef;
    border-radius: 0.3rem 0.3rem 0 0;
    margin-top: 0.3rem;
    min-height: 5rem;
}

.xx_type {
    border-bottom: solid 1px #f2f2f2;
}

.xx_type li {
    margin-right: 0.55rem;
    line-height: 1.08rem;
    position: relative;
    color: #7e7e7e;
}

.xx_type li.active {
    font-size: 0.32rem;
    font-weight: bold;
    color: #1b1b1b;
}

.xx_type li.active::after {
    width: 1.04rem;
    height: 0.03rem;
    background: #ff5a00;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.xx_pic img {
    border-radius: 0.2rem;
}

.pro_type_list {
    width: 2.1rem;
    background: #edeae6;
    position: absolute;
    left: 0;
    top: 0;
    height: 11.7rem;
    overflow-y: auto;
    padding-bottom: 0.5rem;
}

.pro_type_list li {
    color: #8b8b8b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem;
    text-align: center;
    line-height: 0.4rem;
}

.pro_type_list li.active {
    background: url(../images/pro_type_bg.jpg) no-repeat right bottom #faf5ef;
    background-size: 0.64rem 0.63rem;
    color: #1b1b1b;
    font-weight: bold;
}

.m_pro_box {
    justify-content: flex-end;
}

.m_pro {
    width: 4.8rem;
    margin-top: -0.2rem;
    height: 11.7rem;
    overflow-y: auto;
}

.m_pro li {
    border-bottom: solid 1px #f0f0f0;
    padding: 0.4rem 0;
}

.m_pro_pic {
    width: 1.7rem;
    height: 1.14rem;
    border-radius: 0.2rem;
}

.m_pro_con {
    width: 2.9rem;
}

.more1_icon {
    width: 0.2rem;
    height: 0.21rem;
    margin-left: 0.1rem;
}

.xx_banner .swiper-pagination {
    width: 1.2rem;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 0.3rem;
    border-radius: 0.3rem;
    right: 0.3rem;
    left: auto;
    bottom: 0.4rem;
    line-height: 0.6rem;
}

.xx_tit {
    padding: 0.2rem 0 0.35rem;
    border-bottom: solid 1px #edeae6;
}

.xx_tab span {
    display: inline-block;
    padding: 0 0.16rem;
    border: solid 1px #ff5a00;
    border-radius: 0.22rem;
    margin-right: 0.2rem;
    color: #ff5a00;
}

.price {
    color: #989898;
}

.xx_title {
    background: url(../images/tit_bg.png) no-repeat center center;
    background-size: 2.47rem 0.22rem;
}

.xx_content {
    padding: 0.3rem 0.32rem;
}

.video {
    border-radius: 0.2rem;
    overflow: hidden;
    margin: 0.3rem 0;
    width: 100%;
}

.m_hot ul {
    white-space: nowrap;
    overflow-y: auto;
}

.m_hot li {
    width: 2.53rem;
    height: 3.02rem;
    border-radius: 0.1rem;
    overflow: hidden;
    display: inline-block;
    margin-right: 0.2rem;
}

.m_hot_tit {
    background: #fff url(../images/more1.png) no-repeat right 0.2rem center;
    background-size: 0.2rem 0.21rem;
    line-height: 0.78rem;
    padding: 0 0.6rem 0 0.2rem;
}

.jidi li img {
    height: 3.32rem;
    border-radius: 0.2rem;
}

.reg_logo {
    width: 2.47rem;
    top: 1.3rem;
    left: 0.32rem;
}

.reg_box {
    width: 6.86rem;
    height: 10.2rem;
    top: 3.1rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: 0.3rem;
    box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.2);
}

.reg {
    width: 100%;
    padding: 0.7rem 0.4rem 0;
    top: 0;
    left: 0;
    z-index: 2;
}

.bambloo {
    bottom: 0;
    right: -0.32rem;
    width: 2.63rem;
    z-index: 0;
}

.welcome {
    width: 1.7rem;
    margin-bottom: 0.7rem;
}

.reg_list {
    width: 100%;
    height: 0.86rem;
    border: solid 1px #dddddd;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-bottom: 0.4rem;
    padding: 0 0.22rem;
}

.reg_icon {
    width: 0.33rem;
    height: 0.36rem;
    margin-right: 0.22rem;
}

.user {
    width: 5rem;
    background: none;
    border: none;
}

.reg_btn {
    width: 4.92rem;
    height: 0.86rem;
    border-radius: 0.2rem;
    background: linear-gradient(76deg, #ffbe22, #ff8a00);
    color: #fff;
    margin: 2.9rem auto 0;
}

.search_list {
    width: 100%;
}

.search_list .m_pro_con {
    width: 4.8rem;
}