* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
    max-width: 100%;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
    font-size: 14px;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}


/* 电脑端 */

@media screen and (min-width: 768px) {
    .indextop {
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-color: #2b8339;
    }
    .topcenter {
        width: 63%;
        margin: 0 auto;
        height: 45px;
        line-height: 45px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .topcenter a {
        color: white;
        display: inline-block;
        margin-left: 10px;
    }
    .topcenter img {
        width: 16px;
        height: 16px;
        vertical-align: middle;
        margin-right: 4px;
    }
    .pchead {
        width: 100%;
        height: 85px;
        background-color: #fff;
        box-shadow: rgba(0, 0, 0, .2) 0 1px 5px 0px;
        z-index: 99999;
    }
    .pcheader {
        width: 65%;
        margin: 0 auto;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pcnav {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 53%;
    }
    .pcnav li {
        width: 15%;
        height: 32px;
    }
    .pcnav li a {
        display: block;
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: black;
        border-radius: 17px;
    }
    .pcnav li a:hover {
        background-color: #2b8339 !important;
        color: white !important;
    }
    .live {
        background-color: #2b8339 !important;
        color: white !important;
    }
    .pcsearch {
        width: 18%;
        height: 38px;
        display: flex;
        align-items: center;
    }
    .pcsearch input {
        width: 75%;
        height: 38px;
        border-radius: 17px;
        border: 1px solid #e5e5e5;
        outline: none;
        border-right: none;
        padding-left: 15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .gosearch {
        width: 25%;
        height: 38px;
        line-height: 38px;
        display: block;
        background-color: #2b8339;
        text-align: center;
        border-top-right-radius: 17px;
        border-bottom-right-radius: 17px;
    }
    .gosearch img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .mbhead {
        display: none;
    }
    .hidemenu {
        display: none;
    }
    .mbsearch {
        display: none;
    }
    .swiper-container1 {
        width: 100%;
    }
    .swiper-container1 img {
        width: 100%;
    }
    .buynow {
        border-radius: 17px;
        width: 70%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: white;
        background-color: #215b45;
        display: block;
        margin: 0 auto;
        margin-top: 25px
    }
    .swiper-container2 img {
        width: 100%;
    }
    .swiper-container2 .swiper-slide {
        text-align: center;
        padding: 0 55px;
    }
    .swiper-container2 {
        width: 65%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .swiper-container3 {
        display: none;
    }
    .findmore {
        width: 300px;
        height: 45px;
        line-height: 45px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 17px;
        background-color: #fff;
        text-align: center;
        color: black;
        border: 1px solid#e5e5e5;
        transition: all ease 0.3s;
    }
    .findmore:hover {
        background-color: #215b45 !important;
        color: white !important;
    }
    .yhq {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .yhq img {
        width: 100%;
    }
    .tg {
        font-size: 40px;
        color: black;
        text-align: center;
        margin-top: 30px;
    }
    .jx {
        font-size: 27px;
        text-align: center;
        display: block;
        margin-top: 15px;
        color: #2b8339;
		    font-weight: bold;
    }
    .swiper-container4 {
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .swiper-container4 img {
        width: 100%;
    }
    .jksh {
        width: 63%;
        margin: 30px auto;
        position: relative;
    }
    .jksh img {
        width: 100%;
    }
    .story {
        width: 50%;
        position: absolute;
        right: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        height: 100%;
        padding: 40px;
        color: white;
        transition: all ease 0.5s;
    }
    .story:hover {
        background: rgba(0, 0, 0, 0.5);
    }
    .story h1 {
        font-weight: normal;
    }
    .story p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 14px;
    }
    .m {
        display: block;
        text-align: right;
        color: white;
    }
    .mbstory {
        display: none;
    }
    .swiper-container5 img {
        width: 100%;
    }
    .swiper-container5 .swiper-slide {
        text-align: center;
        padding: 0 55px;
    }
    .swiper-container5 {
        width: 65%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .swiper-container6 {
        display: none;
    }
    .indexnew {
        width: 63%;
        margin: 45px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .indexnew li {
        width: 31%;
    }
    .indexnew li p {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .indexnew li img {
        width: 100%;
        transition: transform ease-in-out .5s;
    }
    .indexnew li a {
        width: 31%;
    }
    .indexnew li img:hover {
        transform: scale(1.02)
    }
    .indexnew li span {
        color: #888888;
        font-size: 16px;
    }
    .foot {
        width: 100%;
        height: 95px;
        background-color: #272727;
        margin-top: 0px;
    }
    .footer {
        width: 63%;
        height: 95px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
    }
    .footer li {
        display: flex;
        align-items: center;
        width: 20%;
        color: white;
    }
    .footer li span {
        margin-left: 10px;
        font-size: 13px;
    }
    .foot2 {
        width: 100%;
        background-color: #000000;
        min-height: 260px;
    }
    .footer2 {
        display: flex;
        width: 63%;
        margin: 0 auto;
        justify-content: space-between;
        padding-top: 20px;
    }
    .footer2 ul {
        display: flex;
        justify-content: space-between;
    }
    .footer2 ul li a {
        display: block;
        color: white;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer2left {
        width: 60%;
    }
    .top-a {
        color: white;
        font-weight: bold;
        font-size: 20px;
    }
    .footer2right {
        width: 20%;
    }
    .footer2right ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer2right ul li {
        text-align: center;
        width: 46%;
    }
    .footer2right ul li p {
        color: white;
        margin-top: 15px;
    }
    .footer2right ul li img {
        width: 100%;
    }
    .foot3 {
        width: 100%;
        height: 100px;
        background-color: #000000;
    }
    .footer3 {
        width: 63%;
        height: 100px;
        text-align: center;
        font-size: 14px;
        background-color: #000000;
        margin: 0 auto;
        padding-top: 20px;
    }
    .footer3 p {
        color: white;
        margin-bottom: 10px;
    }
    .footer3 a {
        color: white;
    }
    .container {
        width: 50%;
        margin: 0 auto;
        padding: 20px;
        font-size: 14px;
    }
    .preview {
        text-align: center;
        padding: 5px;
    }
    .preview a {
        display: inline-block;
        margin: 5px;
    }
    .preview img {
        display: block;
        width: 200px;
        height: auto;
    }
    .active {
        outline: 3px solid #196cd2;
        box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .5);
    }
    .detailcontent {
        width: 63%;
        margin: 0 auto;
        margin-top: 40px;
        display: flex;
    }
    .containerright {
        width: 50%;
        padding: 30px;
    }
    .price {
        font-size: 30px;
        font-weight: 300;
    }
    .jk {
        font-size: 14px;
        color: #333333;
        padding: 15px 0;
        border-bottom: 1px solid#dcdcdc;
        line-height: 30px;
    }
    .gg {
        width: 120px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        border: 1px solid#2b8339;
    }
    .tm {
        width: 25%;
    }
    .prodetail {
        width: 63%;
        margin: 0 auto;
        margin-top: 50px;
        border-bottom: 1px solid #dcdcdc;
    }
    .prodetail h1 {
        text-align: center;
        font-weight: normal;
    }
    .prodetail p {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: #5dd2b1;
    }
    .line {
        width: 100px;
        height: 4px;
        background-color: #5dd2b1;
        margin: 0 auto;
        margin-top: 30px;
    }
    .detailcon {
        width: 63%;
        margin: 20px auto;
        padding: 20px;
    }
    .detailcon img {
        width: 100%;
    }
    .swiper-container8 {
        width: 100%;
    }
    .swiper-container8 img {
        width: 100%;
    }
    .tabchange {
        width: 63%;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
    }
    .tabchange a {
        display: inline-block;
        padding: 5px 10px;
        color: black;
    }
    .changecon {
        width: 73%;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .changecon li {
        width: 23%;
        margin-left: 20px;
        margin-bottom: 20px;
    }
    .changecon li p {
        text-align: center;
        margin-top: 15px;
    }
    .changecon li img {
        width: 100%;
    }
    .selected {
        border-bottom: 2px solid#5dd2b1 !important;
        color: #5dd2b1 !important;
    }
    .newtop {
        text-align: center;
        color: #e0e0e0;
        font-size: 55px;
        margin-top: 45px;
    }
    .zxtop {
        display: block;
        text-align: center;
        font-size: 18px;
        color: #333333;
    }
    .newscontainer {
        display: flex;
        width: 63%;
        margin: 30px auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .newscontainer li {
        width: 31%;
        margin-bottom: 20px;
    }
    .newscontainer li img {
        width: 100%;
        margin-bottom: 20px;
        transition: all ease 0.4s;
    }
    .newscontainer li span {
        color: #888888;
        font-size: 14px;
    }
    .newscontainer li img:hover {
        transform: scale(1.01);
    }
    .tittop {
        text-align: center;
        font-weight: normal;
        margin-top: 30px;
    }
    .date {
        text-align: center;
        font-size: 14px;
        color: #888888;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
        width: 63%;
        margin: 0 auto;
        margin-top: 50px;
    }
    .xqcon {
        padding: 20px;
        width: 63%;
        margin: 0 auto;
        min-height: 300px;
    }
    .tactcons {
        width: 30%;
        margin: 30px auto;
    }
    .tactcons p {
        margin-bottom: 20px;
    }
    .conma {
        display: flex;
        align-items: center;
    }
    .conma li {
        width: 20%;
        margin-left: 30px;
    }
    .conma li p {
        text-align: center;
    }
    .conma li img {
        width: 100%;
    }
    .guanyucons {
        width: 63%;
        margin: 30px auto;
        background-color: white;
        min-height: 600px;
        padding: 20px;
    }
    .shipin {
        width: 100%;
    }
    .guanyu1 {
        display: flex;
    }
    .guanyu1left {
        width: 50%;
    }
    .guanyu1left img {
        width: 100%;
        border-radius: 10px;
    }
    .guanyu1right {
        width: 50%;
        padding: 20px;
    }
    .guanyu1right h1 {
        font-weight: normal;
    }
    .guanyu1right p {
        line-height: 30px;
        margin-top: 20px;
    }
    .history .clock[data-v-2308552a] {
        width: 35px;
        height: 35px;
    }
    .history .item[data-v-2308552a],
    .history .nullItem[data-v-2308552a] {
        width: 100%;
        border-left: 3px solid #7cad94;
        position: relative;
        margin-left: 16px;
    }
    .history .item .circle_line[data-v-2308552a] {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 40px;
        margin-left: -9px;
    }
    .history .item[data-v-2308552a] {
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }
    .history .item .circle_line .circle[data-v-2308552a] {
        width: 10px;
        height: 10px;
        background-color: #7cad94;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .history .item .circle_line .line[data-v-2308552a] {
        width: 18px;
        height: 1px;
        background-color: #7cad94;
        margin-left: 3px;
        margin-right: 18px;
        margin-top: -1px;
    }
    .history .item .item_text[data-v-2308552a] {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        line-height: 48px;
        letter-spacing: 0;
        color: #333;
    }
    .lc {
        margin: 30px auto;
    }
    .lc h1 {
        text-align: center;
        font-weight: normal;
    }
    .lc span {
        display: block;
        margin-top: 20px;
        text-align: center;
        color: #7cad94;
    }
}


/* 手机端 */

@media screen and (max-width: 768px) {
    .lc {
        margin: 30px auto;
    }
    .lc h1 {
        text-align: center;
        font-weight: normal;
    }
    .lc span {
        display: block;
        margin-top: 20px;
        text-align: center;
        color: #7cad94;
    }
    .history .clock[data-v-2308552a] {
        width: 35px;
        height: 35px;
    }
    .history .item[data-v-2308552a],
    .history .nullItem[data-v-2308552a] {
        width: 100%;
        border-left: 3px solid #7cad94;
        position: relative;
        margin-left: 16px;
    }
    .history .item .circle_line[data-v-2308552a] {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 40px;
        margin-left: -9px;
    }
    .history .item[data-v-2308552a] {
        height: auto;
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
    }
    .history .item .circle_line .circle[data-v-2308552a] {
        width: 10px;
        height: 10px;
        background-color: #7cad94;
        border: 2px solid #fff;
        border-radius: 50%;
    }
    .history .item .circle_line .line[data-v-2308552a] {
        width: 18px;
        height: 1px;
        background-color: #7cad94;
        margin-left: 3px;
        margin-right: 18px;
        margin-top: -1px;
    }
    .history .item .item_text[data-v-2308552a] {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        line-height: 48px;
        letter-spacing: 0;
        color: #333;
    }
    .guanyucons {
        width: 95%;
        margin: 30px auto;
        background-color: white;
        min-height: 600px;
        padding: 10px;
    }
    .shipin {
        width: 100%;
    }
    .guanyu1left {
        width: 100%;
    }
    .guanyu1left img {
        width: 100%;
        border-radius: 10px;
    }
    .guanyu1right {
        width: 100%;
        padding: 20px;
    }
    .guanyu1right h1 {
        font-weight: normal;
    }
    .guanyu1right p {
        line-height: 30px;
        margin-top: 20px;
    }
    .tactcons {
        width: 95%;
        margin: 30px auto;
    }
    .tactcons p {
        margin-bottom: 20px;
    }
    .conma {
        display: flex;
        align-items: center;
    }
    .conma li {
        width: 40%;
        margin-left: 30px;
    }
    .conma li img {
        width: 100%;
    }
    .conma li p {
        text-align: center;
    }
    .tittop {
        text-align: center;
        font-weight: normal;
        margin-top: 30px;
    }
    .date {
        text-align: center;
        font-size: 14px;
        color: #888888;
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .xqcon {
        padding: 20px;
        width: 95%;
        margin: 0 auto;
        min-height: 300px;
    }
    .newtop {
        text-align: center;
        color: #e0e0e0;
        font-size: 25px;
        margin-top: 45px;
    }
    .zxtop {
        display: block;
        text-align: center;
        font-size: 15px;
        color: #333333;
    }
    .newscontainer {
        display: flex;
        width: 95%;
        margin: 30px auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .newscontainer li {
        width: 100%;
        margin-bottom: 20px;
    }
    .newscontainer li img {
        width: 100%;
        margin-bottom: 20px;
        transition: all ease 0.4s;
    }
    .newscontainer li span {
        color: #888888;
        font-size: 14px;
    }
    .newscontainer li img:hover {
        transform: scale(1.01);
    }
    .selected {
        border-bottom: 2px solid#5dd2b1 !important;
        color: #5dd2b1 !important;
    }
    .swiper-container8 {
        width: 100%;
    }
    .swiper-container8 img {
        width: 100%;
    }
    .changecon {
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .changecon li {
        width: 31%;
        margin-left: 6px;
        margin-bottom: 20px;
    }
    .changecon li p {
        text-align: center;
        margin-top: 15px;
    }
    .changecon li img {
        width: 100%;
    }
    .tabchange {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 30px;
        overflow-x: scroll;
        white-space: nowrap;
        overflow-y: hidden;
        padding: 10px 10px;
        border-bottom: 1px solid #cccccc;
    }
    .tabchange a {
        display: inline-block;
        padding: 5px 10px;
        color: black;
    }
    .prodetail {
        width: 100%;
        margin: 0 auto;
        margin-top: 50px;
        border-bottom: 1px solid #dcdcdc;
    }
    .prodetail h1 {
        text-align: center;
        font-weight: normal;
    }
    .prodetail p {
        text-align: center;
        margin-top: 20px;
        font-size: 14px;
        color: #5dd2b1;
    }
    .line {
        width: 100px;
        height: 4px;
        background-color: #5dd2b1;
        margin: 0 auto;
        margin-top: 30px;
    }
    .detailcon {
        width: 95%;
        margin: 20px auto;
        padding: 20px;
    }
    .detailcon img {
        width: 100%;
    }
    .detailcontent {
        width: 95%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .containerright {
        width: 100%;
        padding: 30px;
    }
    .price {
        font-size: 30px;
        font-weight: 300;
    }
    .jk {
        font-size: 14px;
        color: #333333;
        padding: 15px 0;
        border-bottom: 1px solid#dcdcdc;
        line-height: 30px;
    }
    .gg {
        width: 120px;
        height: 40px;
        display: inline-block;
        line-height: 40px;
        text-align: center;
        border: 1px solid#2b8339;
    }
    .tm {
        width: 25%;
    }
    .container {
        width: 100%;
        margin: 0 auto;
        padding: 20px;
        font-size: 14px;
    }
    .preview {
        text-align: center;
        padding: 5px;
    }
    .preview a {
        display: inline-block;
        margin: 5px;
    }
    .preview img {
        display: block;
        width: 200px;
        height: auto;
    }
    .active {
        outline: 3px solid #196cd2;
        box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, .5);
    }
    .foot3 {
        width: 100%;
        background-color: #000000;
    }
    .footer3 {
        width: 100%;
        text-align: center;
        font-size: 14px;
        background-color: #000000;
        margin: 0 auto;
        padding: 10px 20px;
    }
    .footer3 p {
        color: white;
        margin-bottom: 10px;
        font-size: 13px;
    }
    .footer3 a {
        color: white;
        font-size: 13px;
    }
    .foot2 {
        width: 100%;
        background-color: #000000;
    }
    .footer2 {
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        padding-top: 20px;
        padding: 20px;
    }
    .footer2left ul {
        display: flex;
        justify-content: space-between;
    }
    .footer2 ul li a {
        display: block;
        color: white;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer2left {
        width: 100%;
    }
    .top-a {
        color: white;
        font-weight: bold;
        font-size: 20px;
    }
    .footer2right {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }
    .footer2right ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer2right ul li {
        text-align: center;
        width: 46%;
    }
    .footer2right ul li p {
        color: white;
        margin-top: 15px;
    }
    .footer2right ul li img {
        width: 100%;
    }
    .foot {
        width: 100%;
        background-color: #272727;
        margin-top: 80px;
    }
    .footer {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
        padding: 10px;
    }
    .footer li {
        display: flex;
        align-items: center;
        width: 45%;
        color: white;
        margin-bottom: 10px;
    }
    .footer li span {
        margin-left: 10px;
        font-size: 13px;
    }
    .indexnew {
        width: 95%;
        margin: 45px auto;
    }
    .indexnew li {
        width: 100%;
        display: flex;
        margin-bottom: 20px;
    }
    .newcon {
        padding: 5px;
    }
    .indexnew li p {
        font-size: 14px;
    }
    .indexnew li img {
        width: 100%;
        transition: transform ease-in-out .5s;
    }
    .indexnew li a {
        width: 31%;
    }
    .indexnew li img:hover {
        transform: scale(1.02)
    }
    .indexnew li span {
        color: #888888;
        font-size: 16px;
    }
    .swiper-container6 .swiper-slide {
        text-align: center;
    }
    .swiper-container6 {
        width: 95%;
    }
    .swiper-container6 img {
        width: 100%;
    }
    .swiper-container5 {
        display: none;
    }
    .storymb {
        color: white;
        background-color: #2b8339;
        padding: 15px;
    }
    .storymb h1 {
        font-weight: normal;
        font-size: 25px;
        margin-top: 10px;
    }
    .storymb p {
        margin-top: 20px;
        line-height: 30px;
        font-size: 16px;
    }
    .m {
        display: block;
        text-align: right;
        color: white;
    }
    .mbstory {
        width: 95%;
        margin: 30px auto;
    }
    .mbstory img {
        width: 100%;
        vertical-align: top;
    }
    .jksh {
        display: none;
    }
    .story {
        display: none;
    }
    .swiper-container4 {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
    }
    .swiper-container4 img {
        width: 100%;
    }
    .tg {
        font-size: 30px;
        color: black;
        text-align: center;
        margin-top: 30px;
    }
    .jx {
        font-size: 17px;
        text-align: center;
        display: block;
        margin-top: 15px;
        color: #888888;
    }
    .yhq {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .yhq img {
        width: 100%;
    }
    .findmore {
        width: 300px;
        height: 45px;
        line-height: 45px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        border-radius: 17px;
        background-color: #fff;
        text-align: center;
        color: black;
        border: 1px solid#e5e5e5;
        transition: all ease 0.3s;
    }
    .findmore:hover {
        background-color: #215b45 !important;
        color: white !important;
    }
    .buynow1 {
        border-radius: 17px;
        width: 50%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: white;
        background-color: #215b45;
        display: block;
        margin: 0 auto;
        margin-top: 25px
    }
    .swiper-container3 .swiper-slide {
        text-align: center;
    }
    .swiper-container3 {
        width: 95%;
    }
    .swiper-container3 img {
        width: 100%;
    }
    .swiper-container2 {
        display: none;
    }
    .swiper-container1 {
        width: 100%;
    }
    .swiper-container1 img {
        width: 100%;
    }
    .swiper-container1 {
        margin-top: 20px;
    }
    .cha {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .mbsearch input {
        width: 80%;
        height: 33px;
        padding-left: 15px;
        border-radius: 17px;
        border: 1px solid #e5e5e5;
        outline: none;
        border-right: none;
        padding-left: 15px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .mbgosearch {
        width: 20%;
        height: 33px;
        line-height: 33px;
        display: block;
        background-color: #2b8339;
        text-align: center;
        border-top-right-radius: 17px;
        border-bottom-right-radius: 17px;
    }
    .mbgosearch img {
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .mbsearch {
        width: 95%;
        margin: 0 auto;
        display: flex;
        align-items: center;
    }
    .hidemenu {
        width: 100%;
        height: 100%;
        background-color: #2b8339;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        padding: 20px;
        display: none;
    }
    .hidemenu li {
        padding: 15px;
        border-bottom: 1px solid #2b6a52;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .hidemenu li a {
        display: block;
        width: 100%;
        height: 35px;
        line-height: 35px;
        color: white;
        font-size: 14px;
    }
    .pchead {
        display: none;
    }
    .mbhead {
        width: 100%;
        height: 50px;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        z-index: 9999;
    }
    .mb-logo img {
        width: 50%;
    }
    .indextop {
        width: 100%;
        height: 33px;
        line-height: 33px;
        background-color: #2b8339;
    }
    .topcenter {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
        height: 33px;
        line-height: 33px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .topcenter a {
        color: white;
        display: inline-block;
        margin-left: 10px;
        font-size: 12px;
    }
    .topcenter img {
        width: 14px;
        height: 14px;
        vertical-align: middle;
        margin-right: 4px;
    }
    .mess {
        display: none;
    }
    .che {
        display: none;
    }
}