#page{
    display: flex;
    align-items: center;
    justify-content: center;
}
#page .total{
    margin-left: 20px;
}
#page nav{
    display: flex;
    justify-content: center;
    align-items: center;
}
#laxMore{
    width: 100%;
    background: #fff;
    padding-top: 60px;
}


#laxMore .cont {
    background: #FAFAF5;
    position: relative;
    padding: 30px 0px;
    display: flex;
    flex-direction: row;
    gap: 30px;
}
#laxMore .cont .title{
    text-align: center;
    width: 100%;
    font-size: 28px;
    font-weight: 600;
    color: #314c23;
    margin-bottom: 10px;
    margin-top: 15px;
}

#laxMore .cont .left{
    width: 26%;
    padding: 20px 0px;
    margin-left: 40px;
}
#laxMore .cont .left .item{
    box-shadow: 0px 0px 20px rgba(37, 143, 103, .15);
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
    background: white;
    position: relative;
}
#laxMore .cont .left .item  .sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f38e3a;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
}

#laxMore .cont .left .tit{
    font-size: 30px;
    font-weight: bold;
    color: #271915;
    margin-top: 40px;

}
#laxMore .cont .left .des{
    display: flex;
    flex-direction: row;
    gap: 15px;
    margin-top: 30px;
}
#laxMore .cont .left .des img{
    width: 15%;
    
}
#laxMore .cont .left .item .imgBox{
    position: relative;
    overflow: hidden;

}
#laxMore .cont .left .item img{
    max-width: 100%;
    transform: scale(1.0);
    transition: all 0.5s; 
}
#laxMore .cont .left .item img:hover{
    transform: scale(1.2);
 
}
#laxMore .cont .left .item .name{
    padding: 0px 20px;
    color: #626640;
    font-weight: bold;
    font-size: 22px;
    margin: 5px 0px;
    
}
#laxMore .cont .left .item .des {
    padding: 5px 20px;
    font-size: 22px;
    margin: 5px 0;
    color: #314c23;
}
#laxMore .cont .left .item .price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 20px 10px;
    color: #314c23;
    position: relative;
}
#laxMore .cont .left .item .price .span1{
    color: #587d38;
    font-size: 24px;
    font-weight: bold;
    margin-right: 10px;
}

#laxMore .cont .left .item .price del.del {
    color: gray;
    font-size: 16px;
    font-weight: 500;
}
#laxMore .cont .left .item .price .span1 i{
    color: #314c23;
}
#laxMore .cont .left .item .price .b{
    cursor: pointer;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    border-radius: 6px;
    position: absolute;
    right: 30px;
}
#laxMore .cont .left .item .price .b span{
    margin-right: 5px;
    display: none;
    font-size: 14px;
}
#laxMore .cont .left .item .price .b:hover{
    background: #626640;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#laxMore .cont .left .item .price .b:hover span{
    display: block;
}
#laxMore .cont .right{
    width: 65%;
    padding: 20px;
    margin-top: 35px;
}
#laxMore .cont .right .imgs{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
#laxMore .cont .right .imgs .img{
    width: 18%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    
}
#laxMore .cont .right .imgs .img img{
    width: 100%;
    border-radius: 10px;
    transform: scale(1.0);
    transition: all 0.5s;
}
#laxMore .cont .right .imgs .img img:hover{
    transform: scale(1.2);
}
#laxMore .cont .bottom{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;

}
#laxMore .cont .bottom .text {
    font-size: 30px;
    font-weight: 600;
    color: #513028;
}
#laxMore .right .swiperBox {
    padding: 5px 20px;
    position: relative;
}

#laxMore .right .swiperBox .prev {
    position: absolute;
    top: 50%;
    left: 0%;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #314c23;
    transform: translateY(-50%);
}

#laxMore .right .swiperBox .next {
    position: absolute;
    top: 50%;
    right: 0%;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #314c23;
    transform: translateY(-50%);
}

#laxMore .right .reviewsSwiper2 {
    padding: 20px;
    position: relative;
}
#laxMore .right .reviewsSwiper3 {
    padding: 5px 20px;
    position: relative;
}
#laxMore .right .reviewsSwiper3 .item {
    box-shadow: 0px 0px 20px rgba(37, 143, 103, .15);
    border-radius: 20px;
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
#laxMore .right .reviewsSwiper3 .item i{
    position: absolute;
    top: 40%;
    color: #587d38;
    font-size: 25px;
    right: 40%;
     z-index: 100;
     cursor: pointer;
}

#about {
    margin-top: 124px;
    padding: 20px;
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat';
    background-color: #fff;
}

#about .isAbout {
    max-width: 1320px;
    margin: 0 auto;
}

#about .topBox {
    display: flex;
}

#about .topBox .left,
#about .topBox .right {
    width: 50%;
    padding: 0 20px;
}

#about .topBox .left .title {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    color: #214842;
    font-family: 'Nunito Sans';
}

#about .topBox .left .text {
    padding: 6px 0;
}

#about .topBox .right img {
    width: 100%;
    border-radius: 20px;
}

#about .fourResponses {
    padding: 40px 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    font-family: 'Montserrat';
}

#about .fourResponses .item .textTitle {
    line-height: 1;
    font-weight: 900;
    color: #258f67;
    font-size: 70px;
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

#about .fourResponses .item .text {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

#about .working .title {
    text-align: center;
    margin: 20px 0 12px 0;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Nunito Sans';
    color: #214842;
}

#about .fourResponses .pattern .imgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transition: all .5s ease;
    box-shadow: 0px 0px 15px rgba(37, 143, 103, .1);
    border-radius: 500px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: all .5s ease;
}

#about .fourResponses .pattern .imgBox img {
    transition: all .5s ease;
}

#about .fourResponses .pattern .imgBox .secondImg {
    display: none;
}

#about .fourResponses .pattern {
    text-align: center;
}

#about .fourResponses .pattern:hover .imgBox {
    background-color: #258f67;
}

#about .fourResponses .pattern:hover .secondImg {
    display: inline-block;
}

#about .fourResponses .pattern:hover .firstImg {
    display: none;
}

#about .fourResponses .pattern .textTitle {
    margin: 16px 0;
    font-size: 22px;
    font-weight: 700;
    color: #214842;
    font-family: 'Nunito Sans';
}

#about .fourResponses .pattern .text {
    padding: 6px 0;
}

#about .subscribe {
    background-image: url(../img/greenLeaf.webp);
    padding: 70px 25px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 30px;
    background-size: 100% 100%;
    transition: all 0.5s;
}

#about .subscribe:hover {
    background-size: 150% 150%;
    transition: all 0.5s;
}

#about .subscribe .textBox {
    color: #ffffff;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

#about .subscribe .textBox .textTitle {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Nunito Sans';
}

#about .subscribe .textBox .text {
    padding: 16px 0;
}

#about .subscribe .emailBox {
    background: #fff;
    height: 46px;
    max-width: 350px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    border-radius: 500px;
    margin: 20px auto 0 auto;
}

#about .subscribe .emailBox input {
    flex: 1;
    border: none;
    background: none;
    outline: none;
    height: 46px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-style: normal;
    font-family: 'Montserrat';
    color: #807e7e;
    line-height: inherit;
}

#about .subscribe .emailBox .left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about .subscribe .emailBox .olivineBtn {
    padding: 12px 24px !important;
    font-weight: 700;
}

#about .olivineBtn {
    margin: 0;
}

#aboutBottom {
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat';
    background-color: #fff;
}

#aboutBottom .onlineShopping {
    background-image: url(../img/backgroundPicture.webp);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}

#aboutBottom .onlineShopping .conter {
    max-width: 1300px;
    margin: 0 auto;
    padding: 144px 25px;
    display: flex;
    justify-content: flex-end;
}

#aboutBottom .onlineShopping .conter .box {
    width: 50%;
}

#aboutBottom .onlineShopping .conter .box .textTitle {
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 0;
    color: #214842;
    font-family: 'Nunito Sans';
}

#aboutBottom .onlineShopping .conter .box .text {
    padding: 6px 0;
}

#aboutBottom .onlineShopping .particular {
    display: flex;
    margin-top: 30px;
    /* align-items: center; */
}

#aboutBottom .onlineShopping .particular .num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;
    width: 60px;
    height: 60px;
    border-radius: 500px;
    background-color: #efc360;
    font-size: 28px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    color: #214842;
}

#aboutBottom .onlineShopping .particular .main {
    flex: 1;
}

#aboutBottom .onlineShopping .mainTitle {
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 6px;
    line-height: 1.23;
    font-family: 'Nunito Sans';
    color: #214842;
}

#aboutBottom .onlineShopping .mainText {
    margin-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
    max-width: 350px;
}

#aboutBottom .onlineShopping .last {
    display: flex;
    margin-top: 30px;
}

#aboutBottom .onlineShopping .last .firstDiv,
#aboutBottom .onlineShopping .last .secondDiv {
    width: 50%;
}

#aboutBottom .onlineShopping .last .secondDiv .phone {
    display: flex;
}

#aboutBottom .onlineShopping .last .secondDiv .phone .phoneImgBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    width: 40px;
    height: 40px;
    background: #258f67;
    border-radius: 500px;
    color: #ffff;
    overflow: hidden;
}

#aboutBottom .onlineShopping .last .secondDiv .phone .phoneImgBox img {
    width: 18px;
}

#aboutBottom .onlineShopping .last .secondDiv .phone a {
    text-decoration: none;
    color: #258f67;
    outline: none;
    transition: color .5s ease;
    font-family: 'Nunito Sans';
}

#aboutBottom .onlineShopping .last .secondDiv .phone a:hover {
    color: #214842;
}

#aboutBottom .imgList {
    display: flex;
}

#aboutBottom .imgList .img {
    width: 20%;
    text-align: center;
}

#aboutBottom .imgList .img img {
    width: 100%;
    max-width: 290px;
}

@media (max-width: 1024px) {
    #about .fourResponses {
        grid-template-rows: 1fr 1fr;
        /* 创建两行，每行高度相等 */
        grid-template-columns: 1fr 1fr;
    }

    #aboutBottom .imgList {
        flex-wrap: wrap;
    }

    #aboutBottom .imgList .img {
        width: 33.33%;
        margin-top: 20px;
    }

    #aboutBottom .onlineShopping .conter .box {
        width: 100%;
    }

    #aboutBottom .onlineShopping {
        background-position: center right;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #about .fourResponses .item .textTitle {
        font-size: 50px;
    }

    #about .topBox {
        display: block;
    }

    #about .topBox .left,
    #about .topBox .right {
        width: 100%;
        padding: 20px;
    }

}

@media (max-width: 992px) {
    #aboutBottom .onlineShopping .conter .box .textTitle {
        font-size: 32px;
    }

    #about .subscribe .textBox .textTitle {
        font-size: 32px;
    }

    #about .topBox .left .title {
        font-size: 32px;
    }

    #about {
        margin-top: 0;
    }
    #laxMore .cont{
        flex-wrap: wrap;
    }
    #laxMore .cont .right{
        width: 90%;
    }
    #laxMore .cont .left{
        width: 90%;
    }
}

@media (max-width: 1320px) {
    #about .subscribe {
        margin: 0 -20px;
    }
}

@media (max-width: 768px) {
    #about .fourResponses {
        display: block;
    }

    #aboutBottom .imgList .img {
        width: 50%;
    }

    #aboutBottom .onlineShopping .conter {
        padding: 50px 20px;
    }

    #aboutBottom .onlineShopping .last {
        flex-direction: column;
    }

    #aboutBottom .onlineShopping .last .secondDiv {
        margin-top: 20px;
        width: 100%;
    }

    #about .fourResponses .item .textTitle {
        font-size: 30px;
    }
}




#shopList {
    background-color: #fff;
    padding: 0 20px;
    overflow: hidden;
}
#shopList .types{
    padding-top: 36px;
}
#shopList .types .t{
    font-size: 18px;
    font-weight: 700;
    color: #587d38;
}
#shopList .types a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #80807f;
    margin-top: 20px;
}
#shopList .types a:hover,
#shopList .types a.on {
    color: #587d38;
    font-weight: 700;
}
#shopList .isShopList {
    max-width: 1320px;
    margin: 50px auto 0 auto;
}

#shopList .topTitle {
    padding: 36px 0;
    color: #556260;
    font-size: 17px;
}

#shopList .title {
    width: 80px;
    display: flex;
    border-bottom: 2px solid #258f67;
    padding-bottom: 10px;
}

#shopList .title a {
    text-decoration: none;
    outline: none;
    transition: color .5s ease;
    cursor: pointer;
    color: #258f67;
}

#shopList .title a:hover {
    color: #214842;
}

#shopList .shopListRow {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

#shopList .row .shopItem {
    padding: 0 20px 0;
    display: flex;
    position: relative;
}
#shopList .row .shopItem .sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f38e3a;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
}
#shopList .row .shopItem .item {
    box-shadow: 0px 0px 20px rgba(37, 143, 103, .15);
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#shopList .row .shopItem .item:hover .collect {
    right: 20px;
    opacity: 1;
}

#shopList .row .shopItem .item .collect {
    position: absolute;
    top: 20px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    transition: all .5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

#shopList .row .shopItem .item .collect i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

#shopList .row .shopItem .item .collect:hover {
    background-color: #efc360;
}

#shopList .row .shopItem .item .imgBox {
    margin-bottom: 24px;
    overflow: hidden;
}

#shopList .row .shopItem .imgBox img {
    width: 100%;
    transition: all .5s ease;
}

#shopList .row .shopItem .imgBox img:hover {
    transform: scale(1.2);
    transition: all .5s ease;
}

#shopList .row .shopItem .item a {
    text-decoration: none;
    outline: none;
    font-size: 18px;
    color: #314c23;
    font-family: 'Nunito Sans';
    line-height: 1.3;
    font-weight: 700;
}

#shopList .row .shopItem .item .score {
    color: #efc360;
    margin-bottom: 20px
}
#shopList .row .shopItem .item .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

#shopList .row .shopItem .item .score i {
    margin: 0 5px;
    font-size: 17px;
}

#shopList .row .shopItem .item .goodsName {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#shopList .row .shopItem .des {
    color: #314c23;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    height: 20px;
    padding: 0px 10px;
    margin-top: 16px;
}
#shopList .row .shopItem .item .price {
    margin: 16px 0 26px 0;
    font-weight: 700;
    font-size: 18px;
    color: #314c23;
    font-family: 'Nunito Sans';
    display: flex;
    justify-content: center;
}
#shopList .row .shopItem .item .price del{
    color: #ccc;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
}
#shopList .row .shopItem .item .button {
    margin: 10px 20px;
    color: #314c23;
    border: 1px solid #314c23;
    transition: all .5s ease;
    text-align: center;
    font-weight: 700;
    padding: 10px 20px;
    line-height: 1.3;
    border-radius: 26px;
    font-size: 17px;
    font-family: 'Nunito Sans';
    background: #fff;
    display: inline-block;
}

#shopList .row .shopItem .item .button:hover {
    background: #314c23;
    color: #fff;
}
#shopList .row .shopItem .item .view{
     cursor: pointer;
      width: 160px;
      margin: 6px auto;
      font-size: 17px !important;
      background: transparent;
      padding-top: 9px;
      padding-bottom: 9px;
      color: #258f67;
      display: flex;
      align-items: center;
      justify-content: center;
       font-family: 'Nunito Sans';
}
#shopList .row .shopItem .item .view i{
margin-right: 5px;
}
#shopList .paging {
    text-align: center;
    padding: 10px 0 80px;
}

#shopList .paging span {
    margin: 3px;
    padding: 5px 10px;
}

#shopList .paging .disabled {
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
    cursor: pointer;
}

#shopList .paging .normalsize {
    color: #999;
}

@media (max-width: 992px) {
    #shopList {
        margin: 0px auto;
    }

    #shopList .isShopList {
        margin: 0
    }
}




#bottomBox {
    background-color: #314c23;
    padding-top: 50px;
}

#bottomBox .bottomTop {
    max-width: 1320px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#bottomBox .bottomTop .content {
    display: flex;
    flex-wrap: wrap;
}

#bottomBox .bottomTop .content .item {
    width: 25%;
    padding: 20px;
}

#bottomBox .bottomTop .content .item .textTitle {
    font-size: 22px;
    line-height: 1.23;
    font-weight: 700;
    font-family: 'Nunito Sans';
    color: #fff;
    margin-bottom: 20px;
}

#bottomBox .bottomTop .content .item .text {
    line-height: 22px;
    color: #fff;
    font-family: 'Montserrat';
}

#bottomBox .bottomTop .content .item .logo {
    margin-bottom: 20px;
}

#bottomBox .bottomTop .content .item .logo img {
    width: 60%;
}

#bottomBox .bottomTop .content .item .interior {
    display: flex;
    padding: 10px 0;
}

#bottomBox .bottomTop .content .item .interior .text {
    flex: 1;
    padding: 0 10px;
}

#bottomBox .bottomTop .content .item .interior:last-child .text {
    display: flex;
    align-items: center;
}

#bottomBox .bottomTop .content .item .interior .iconBox {
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #214842;
    background-color: #efc360;
    display: flex;
    justify-content: center;
    align-self: center;
}

#bottomBox .bottomTop .content .item .interior .iconBox i {
    margin: auto 0;
}

#bottomBox .bottomTop .content .item .skipBox {
    display: flex;
    padding: 10px 0;
}

#bottomBox .bottomTop .content .item .skipBox .arrowIcon {
    color: #efc360;
    margin-right: 10px;
}

#bottomBox .bottomTop .content .item .skipBox .skip {
    flex: 1;
    color: #fafafa;
    transition: color .5s ease;
    text-decoration: none;
    font-weight: 500;
    font-family: 'Montserrat';
}

#bottomBox .bottomTop .content .item .skipBox .skip:hover {
    color: #efc360;
    cursor: pointer;
}

#bottomBox .bottomTop .content .item:last-child {
    /* padding-top: 60px; */
}

#bottomBox .copyright {
    background-color: #314c23;
}

#bottomBox .copyright .content {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #fff;
    padding-bottom: 50px;
}

#bottomBox .copyright .content .details {
    color: #214842;
}

#bottomBox .copyright .content .privacyAndTerms {
    font-size: 17px;
}

#bottomBox .copyright .content .privacyAndTerms a {
    text-decoration: none;
    color: #258f67;
    outline: none;
    transition: color .5s ease;
    cursor: pointer;
}

#bottomBox .copyright .content .privacyAndTerms a:hover {
    color: #214842;
}

@media (max-width: 992px) {
    #bottomBox .bottomTop .content .item {
        width: 50%;
    }

    #bottomBox {
        padding-top: 80px;
    }

    #bottomBox .bottomTop {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #bottomBox .bottomTop .content .item {
        width: 100%;
    }

    #bottomBox .copyright .content {
        display: block;
        text-align: center;
    }
}



#Checkout .CheckoutHint {
    margin: 20px 0 !important;
}

#Checkout .icon {
    /* color: #f7f6f7 !important; */
    border: 2px solid #258f67;
    border-top: 4px solid #258f67;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    margin-right: 10px;
}

#Checkout #cart {
    background-color: #fff;
}

#Checkout a {
    text-decoration: none;
    color: #258f67;
    outline: none;
    transition: color .5s ease;
    cursor: pointer;
}

#Checkout a:hover {
    color: #214842;
}

#Checkout .hint:nth-child(2) {
    margin: 20px 0;
}

#Checkout #goodsDetail {
    padding: 0;
}

#Checkout #concat {
    padding: 0;
}

#Checkout #concat .conter {
    padding: 0 !important;
}

#Checkout input {
    margin-bottom: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 24px;
    padding: 12px;
    height: auto;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    outline: 0;
    color: #807e7e;
    font-weight: 300;
}

#Checkout textarea {
    margin-bottom: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    color: #807e7e;
    font-weight: 300;
}

#Checkout textarea:hover,
#Checkout textarea:focus,
#Checkout input:hover,
#Checkout input:focus {
    outline: 0;
    box-shadow: none;
    color: #214842;
    border: 1px solid #214842;
}

#Checkout select {
    margin-bottom: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 24px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    outline: 0;
    color: #807e7e;
    position: relative;
}

#Checkout .userSelect {
    width: auto;
}

#Checkout #cart .conter .list th {
    text-align: left;
}

#Checkout #cart .conter .list td {
    font-weight: 400;
}

#Checkout #cart .conter .list .price {
    font-weight: 400;
    color: #556260;
    font-size: 17px;
    line-height: 1.4;
    font-family: 'Montserrat';
}

#Checkout #cart .conter .list .lastPrice {
    font-weight: bolder;
}

#Checkout .rightMax {
    flex: 1;
}

#Checkout .payment {
    background: #ebe9eb;
    border-radius: 5px;
    padding: 20px;
}

#Checkout .payment .payCreditCard {
    display: flex;
    font-weight: 600;
    margin-bottom: 12px;

}

#Checkout .payment .payCreditCard .cardBox {
    display: flex;
    justify-content: flex-start;
    margin-left: 10px;
}

#Checkout .payment .payCreditCard .cardBox img {
    width: 40px;
    height: 25px;
}

#Checkout .payment .pay {
    background-color: #dfdcde;
    color: #515151;
    font-size: 16px;
    border-radius: 2px;
    line-height: 1.5;
    padding: 16px;
    margin: 16px 0;
}

#Checkout .payment .pay .userInput {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 10px;
}

#Checkout .payment .protocol {
    display: flex;
}

#Checkout .cdkey {
    margin: 10px 0px;
}

#Checkout .keyInput {
    display: flex;
    margin: 10px 0;
}

#Checkout .keyInput input {
    width: 50%;
    margin: 0;
}

#Checkout .keyInput .olivineBtn {
    margin: 0;
    font-weight: 700;
    text-align: center;
    padding: 12px 24px;
    color: #214842;
    font-family: 'Nunito Sans';
    margin-left: 10px;
}

#Checkout #concat .conter .right h2 {
    font-size: 28px;
    font-weight: 800;
}

#Checkout .layui-form-select dl {
    /* display: none !important; */
    position: absolute;
    left: 0;
    top: 42px;
    padding: 5px 0;
    z-index: 899;
    min-width: 100%;
    border: 1px solid #d2d2d2;
    max-height: 300px !important;
    height: 300px !important;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
}

#Checkout .layui-form-select dl dd.layui-this {
    background-color: #5f81b8;
    color: #fff;
}

#Checkout .layui-input:focus {
    border-color: #d2d2d2 !important;
}

#Checkout label {
    font-weight: 600;
    color: #214842;
}

#Checkout .rightMax .formItem {
    margin-bottom: 10px;
}

#Checkout #concat .conter .right {
    padding-right: 20px;
    padding-left: 0;
}

#Checkout .payment .olivineBtn a {
    color: #214842;
    transition: all .5s ease;
}

#Checkout .payment .olivineBtn:hover a {
    /* background-color: #258f67; */
    color: #fff !important;
}


#Checkout {
    background: #fff;
    padding: 50px 0;
}

#Checkout h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

#Checkout .coupon {
    display: none;
}

#Checkout .coupon p {
    font-family: Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #7A7A7A;
}

#Checkout .coupon .item {
    margin-top: 20px;
    display: flex;
}

#Checkout .coupon .item input {
    width: 300px;
    margin-bottom: 0;
}

#Checkout .coupon .item .cbtn {
    margin-left: 20px;
    display: inline-block;
    border: none;
    font-size: 17px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    background: #efc360;
    text-align: center;
    transition: all .5s ease;
    line-height: 46px;
    cursor: pointer;
    border-radius: 26px;
    text-transform: none;
    font-family: 'Nunito Sans';
    color: #214842;
    outline: none;
    width: 200px;
}
#Checkout .coupon .item .cbtn:hover{
    background: #258f67 !important;
    color: #fff !important;
}
#Checkout .form {
    margin-top: 40px;
}

#Checkout .form .tit {
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 1.22;
    padding-top: 0;
    font-weight: 800;
    color: #214842;
    font-family: 'Nunito Sans';
    font-size: 17px;
}

#Checkout .form .checkBox {
    margin-bottom: 16px;
}

#Checkout .form .formItem {
    margin-bottom: 18px;
}

#Checkout .form .formItem .label {
    font-weight: 600;
    margin-bottom: 12px;
    color: #556260;
    font-size: 17px;
}

#Checkout .form .formItem .label i {
    color: #ff0000;
}

#Checkout .form .formItem .inputBox {
    margin: 12px 0 10px 0;
}

#Checkout .order {
    margin: 20px 0;
}

#Checkout .order .tit {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 1.22;
    padding-top: 0;
    font-weight: 800;
}
#Checkout #isCoupon{
    display: inline-block;
    border: none;
    font-size: 17px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    background: #efc360;
    text-align: center;
    transition: all .5s ease;
    padding: 12px 24px;
    line-height: 1.3;
    border-radius: 26px;
    text-transform: none;
    font-family: 'Nunito Sans';
    color: #214842;
    outline: none;
    width: 133px;
}
#Checkout #isCoupon:hover{
    background: #258f67 !important;
    color: #fff !important;
}
#Checkout .order td {
    width: 50%;
}

#Checkout .payment {
    background: #ebe9eb;
    border-radius: 5px;
    padding: 20px;
}

#Checkout .payment .top {
    display: flex;
}

#Checkout .payment .top .imgs {
    display: flex;
    margin-left: 40px;
}

#Checkout .payment .top .imgs img {
    display: block;
    width: 30px;
}

#Checkout .payment .payCont {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: 0.92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
}

#Checkout .payment p.b a {
    color: #227d0c;
    font-weight: bold;
    margin: 0 3px;
}

#Checkout .payment p.b a:hover {
    text-decoration: underline;
}

#Checkout .payment .button {
    margin-top: 20px;
    width: 120px;
    line-height: 35px;
    border-radius: 6px;
    background: #227d0c;
    color: #fff;
    cursor: pointer;
}

#Checkout .payment .button:hover {
    opacity: 0.8;
}

#actionTip {
    background: #f7f6f7;
    border-top: 2px solid #227d0c;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 30px;
    margin-bottom: 20px;
}

#actionTip i {
    color: #227d0c;
}
#actionTip a {
    color: #227d0c;
}

#actionTip a:hover {
    text-decoration: underline;
}
#actionTip .a {
  color: #227d0c;
  font-weight: bold;
  display: block;
  background: #efc360;
  min-width: 120px;
  line-height: 46px;
  text-align: center;
  border-radius: 23px;
  transition: all 0.5s;
}
#actionTip .a:hover {
  background: #227d0c;
  color: #fff;
  text-decoration: none;
}
#actionTip.error {
    display: none;
    border-top: 2px solid #a61f22;
    color: #a61f22;
}

#actionTip.error i {
    color: #a61f22;
}

#Checkout {
    width: 100%;
}

#Checkout>.cont {
    max-width: 1320px !important;
    margin: 90px auto 0 auto !important;
    padding: 0 20px !important;
    font-size: 17px;
    color: #556260;
    line-height: 1.4;
    font-weight: 400;
    font-family: 'Montserrat';
}

#Checkout {
    width: 100%;
}

#Checkout>.cont {
    max-width: 1140px;
    width: 95%;
    margin: 0 auto;
}
@media (max-width: 992px){
    #Checkout>.cont{
        margin: 0 auto !important;
    }
}

@media (max-width: 1300px) {
    #Checkout #concat .conter {
        display: flex !important;
        flex-direction: row !important;
    }

    #Checkout #concat .conter .right {
        width: 50% !important;
    }

    #Checkout #concat .conter .right {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    #Checkout #concat .conter {
        flex-direction: column !important;
    }

    #Checkout #concat .conter .right {
        width: 100% !important;
        margin-top: 10px;
    }

    #Checkout #concat .conter .right {
        padding: 0;
    }

    #Checkout #goodsDetail .hint {
        flex-direction: row !important;
    }

    #Checkout .keyInput {
        display: block;
    }

    #Checkout .keyInput input {
        width: 100%;
    }

    #Checkout .keyInput .olivineBtn {
        margin: 10px 0 0 0;
    }
}

@media (max-width: 1024px) {
    #Checkout #cart .conter .list .cartlistTable {
        width: 100%;
    }
}

@media (max-width: 640px) {
    #Checkout .payment .protocol {
        flex-direction: column;
        text-align: center;
    }
}


#cart {
    padding: 50px 0;
    /* margin-top: 124px; */
    background-color: #fff;
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat';
}

#cart .cartBigImg {
    background-image: url(../img/romantic-composition-scaled.webp);
    padding: 96px 15px;
    text-align: center;
    margin-bottom: 12px;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    font-family: 'Nunito Sans';
    color: #314c23;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#cart .conter {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

#cart .conter .topTitle .title {
    display: flex;
}

#cart .conter .topTitle .title a {
    color: #258f67;
    text-decoration: none;
    outline: none;
    transition: color .5s ease;
}

#cart .conter .topTitle .title a:hover {
    color: #214842;
}

#cart .conter .list {
    margin: 30px 0;
}

#cart .conter .list .cartlistTable {
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    font-weight: 600;
}

#cart .conter .list .cartlistTable th {
    border: 1px solid #c6c6c6;
}

#cart .conter .list .cartlistTable th:last-child {
    text-align: center;
}

#cart .conter .list .cartlistTable td {
    border: 1px solid #c6c6c6;
}

#cart .conter .list .cartlistTable img {
    width: 100%;
}

#cart .conter .list .cartlistTable .imgList {
    text-align: center;
}

#cart .conter .list .cartlistTable a {
    text-decoration: none;
    color: #258f67;
    outline: none;
    transition: color .5s ease;
}

#cart .conter .list .cartlistTable a:hover {
    color: #214842;
}

#cart .conter .list .cartlistTable .price,
#cart .conter .list .cartlistTable .quantity {
    display: flex;
}

#cart .conter .list .cartlistTable .price {
    color: #258f67;
    font-weight: 800;
    font-size: 22px;
}

#cart .conter .list .cartlistTable .quantity {
    align-items: center;
}

#cart .conter .list .cartlistTable .quantity input {
    width: 70px;
    color: #214842;
    font-family: 'Nunito Sans';
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 24px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    outline: 0;
    margin: 0 10px;
}

#cart .conter .list .cartlistTable .del {
    background: #cf2e2e;
    color: #fff;
    border-radius: 26px;
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

#cart th,
#cart td {
    padding: 12px;
}

#cart .statistics {
    display: flex;
    justify-content: flex-end;
}

#cart .statistics .cart_totals {
    width: 48%;
    box-shadow: 0px 0px 15px rgba(37, 143, 103, .1);
    border: none;
    padding: 36px 36px 20px 36px;
    border-radius: 16px;
    margin-bottom: 20px;
}

#cart .statistics th,
#cart .statistics td {
    padding-left: 0;
    padding-right: 0;
}

#cart .statistics .totalTable {
    width: 100%;
    margin: 30px 0;
}

#cart .statistics .totalTable tr:last-child {
    border-top: 1px solid #556260;
}

#cart .olivineBtn {
    margin-bottom: 0;
}

#cart .noGoods {
    font-weight: 200;
}

#cart .add,
#cart .reduce {
    cursor: pointer;
}

#cart .statistics .cart_totals .title {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 0;
    color: #214842;
    font-family: 'Nunito Sans';
}

#cart .statistics tr td {
    color: #258f67;
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 22px;
}

#cart .statistics tr:first-child th {
    font-weight: 600;
}

#cart .statistics tr th {
    font-size: 22px;
    font-weight: 500;
    color: #214842;
    font-family: 'Nunito Sans';
}

#cart .noData {
    font-weight: 400;
    color: #556260;
    font-family: 'Montserrat';
}

@media (max-width: 1024px) {
    #cart .list {
        overflow-x: auto;
    }

    #cart .conter .list .cartlistTable {
        width: 967px;
    }

    #cart .statistics .cart_totals {
        width: 100%;
    }
}

@media (max-width: 992px) {
    #cart {
        margin-top: 0;
    }

    #cart .cartBigImg {
        font-size: 46px;
    }

    #cart .statistics .cart_totals .title {
        font-size: 30px;
    }
}
#newCartList .left .goodItem {
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
    display: flex;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    position: relative;
    transition: all 0.5s;
}

#newCartList .left .goodItem .del {
    position: absolute;
    left: 10px;
    top: 30px;
    color: #587d38;
    cursor: pointer;
    opacity: 0;
}

#newCartList .left .goodItem:hover {
    padding-left: 40px;
}

#newCartList .left .goodItem:hover .del {
    opacity: 1;
    transition: all 0.3s;
}

#newCartList .left .goodItem .img {
    width: 60px;
}

#newCartList .left .goodItem .img img {
    width: 100%;
}

#newCartList .left .goodItem .info {
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#newCartList .left .goodItem .info p.t {
    color: #314c23;
    font-weight: bold;
}

#newCartList .left .goodItem .opera {
    display: flex;
    align-items: center;
    justify-content: center;
}

#newCartList .left .goodItem .opera input {
    width: 60px;
    margin: 0 10px;
    text-align: center;
}

#newCartList .right .top {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

#newCartList .right a {
    background: #314c23;
    color: #fff;
    padding: 10px 30px;
    border-radius: 40px;
    display: inline-block;
    margin: 30px 0;
}

#newCartList .right a:hover {
    opacity: 0.8;
}


#concat {
    padding-top: 124px;
    background: #fff;
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat';
    padding: 50px 0;
}

#concat .conter {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    padding: 0px 20px;
}

#concat .conter .left {
    box-sizing: border-box;
    padding: 0 20px;
}

#concat .conter .left .qaItem{
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    cursor: pointer;
    margin-bottom: 20px;
}
#concat .conter .left .qaItem .t{
    font-size: 18px;
    font-weight: bold;
    padding-right: 50px;
    position: relative;
    padding: 20px 30px 10px 0px;
}
#concat .conter .left .qaItem .a{
    padding-bottom: 20px;
    display: none;
}
#concat .conter .left .qaItem.on .a{
    /* display: block; */
}
#concat .conter .left .qaItem .t .icon{
    position: absolute;
    right: -6px;
    top: 14px;
    color: #314c23;
    font-size: 26px;
    font-weight: bold;
}
#concat .conter .left .qaItem .t .icon span:nth-of-type(1){
    display: block;
}
#concat .conter .left .qaItem .t .icon span:nth-of-type(2){
    display: none;
}
#concat .conter .left .qaItem.on .t .icon span:nth-of-type(1){
    display: none;
}
#concat .conter .left .qaItem.on .t .icon span:nth-of-type(2){
    display: block;
}

#concat .conter .left .item {
    display: flex;
    margin-top: 20px;
}

#concat .conter .left .item span {
    color: #556260;
    background: #efc360;
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

#concat .conter .left .item .des {
    flex: 1;
    font-size: 16px;
}

#concat .conter .left .link {
    margin-top: 30px;
}

#concat .conter .left .link a {
    font-size: 20px;
    color: #214842;
    margin-right: 20px;
}

#concat .conter .right {
    box-sizing: border-box;
    padding: 0 20px;
}

#concat .conter .right .formItem {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
#concat .conter .right .formItem:last-child{
    flex-direction: row;
}

#concat .conter .right .btn {
    display: inline-block;
    line-height: 1;
    background-color: #314c23;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    transition: all .3s;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

#concat .conter .right .btn:hover {
    opacity: .8;
}

#concat .conter .right .userOperation {
    display: flex;
    align-items: center;
}

#concat .conter .right .userOperation .isRegister {
    margin: 0 10px;
    color: #333438;
    text-decoration: none;
    outline: none;
}

#concat .conter .left,
#concat .conter .right {
    width: 50%;
}

#concat .conter .right h2 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    padding-top: 0;
    font-family: 'Nunito Sans';
    color: #214842;
}

#concat .conter .right p {
    padding: 6px 0;
}

#concat .conter .right .formItem input {
    margin-bottom: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 24px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    outline: 0;
    color: #807e7e;
    font-weight: 300;
}

#concat .conter .right .formItem textarea {
    margin-bottom: 12px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    width: 100%;
    color: #807e7e;
    font-weight: 300;
}

#concat .conter .right .formItem textarea:hover,
#concat .conter .right .formItem textarea:focus,
#concat .conter .right .formItem input:hover,
#concat .conter .right .formItem input:focus {
    outline: 0;
    box-shadow: none;
    color: #214842;
    border: 1px solid #214842;
}

@media (max-width: 1300px) {
    #concat .conter {
        flex-direction: column;
        padding: 50px 20px;
    }

    #concat .conter .left,
    #concat .conter .right {
        width: 100%;
    }

    #concat .conter .right {
        margin-top: 50px;
    }
}

@media (max-width: 992px) {
    #concat .conter .right h2 {
        font-size: 32px;
    }

    #concat {
        padding-top: 0;
    }
}

@media (max-width: 694px) {
    iframe {
        width: 100%;
    }
}

@media (max-width: 643px) {
    /*iframe{*/
    /*    width: 350px;*/
    /*    height: 350px;*/
    /*}*/
}



.freeRulesBox{
    margin-bottom: 10px;
}
.freeRules{
    color: #258f67;
    font-size: 12px;
    font-weight: 800;
    margin-right: 10px;
}
.freeRules i{
    margin-right: 5px;
}

#goodsDetail {
  padding-top: 50px;
  background: #fff;
  overflow: hidden;
}
#goodsDetail .cont{
    width: 95%;
    margin: 0 auto;
}
#goodsDetail .content {
  display: flex;
  padding-top: 50px;
  justify-content: space-between;
}
#goodsDetail .content .left,
#goodsDetail .content .right {
  width: 48%;
}

#goodsDetail .content .right .variant {
    overflow: hidden;
    margin-top: 20px;
}
#goodsDetail .content .right .variant a{
    float: left;
    border: 1px solid #587d38;
    color: #587d38;
    padding: 10px 15px;
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}
#goodsDetail .content .right .variant a.on{
    background: #587d38;
    color: #fff;
}
#goodsDetail .content .right .variant .tit{
    font-size: 15px;
    margin: 10px 0;
}

#goodsDetail .content .right .subscripte {
    font-family: "DM Sans", Sans-serif;
    overflow: hidden;
    color: #587d38;
  }
  #goodsDetail .content .right .subscripte .item {
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    position: relative;
    border-radius: 8px;
  }
  #goodsDetail .content .right .subscripte .itembox {
    display: flex;
    align-items: flex-start;
    position: relative;
    border-radius: 8px;
    gap: 10px;
  }
  #goodsDetail .content .right .subscripte .itembox .box{
    text-align: center;
    word-break: break-word;
    cursor: pointer;
  }
  #goodsDetail .content .right .subscripte .itembox .box input{
    opacity: 0;
  }
  #goodsDetail .content .right .subscripte .itembox .box input:checked + label{
    color: #587d38;
    border: 1px solid #587d38;
  }
  #goodsDetail .content .right .subscripte .itembox .box label{
    text-align: center;
    word-break: break-word;
    font-size: 15px;
    border: 1px solid #dadada;
    border-radius: 10px;
    padding: 10px;
    color: #dadada;
    line-height: 18px;
    cursor: pointer;
    font-weight: 400;
    width: 100px;
    height: 76px;
    align-content: center;
  }
  #goodsDetail .content .right .subscripte .subinfo .p{
    font-size: 20px;
    margin: 10px;
    font-weight: 350;
  }
  #goodsDetail .content .right .subscripte .subinfo .pr{
    padding: 5px 10px;
    font-size: 20px;
    color: gray;
  }
  #goodsDetail .content .right .subscripte .subinfo .pr span{
    font-size: 26px;
    color: #333333;
  }
  #goodsDetail .content .right .subscripte .item .info select {
    width: 100%;
    border: none;
    padding: 5px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-left: -10px;
  }
  #goodsDetail .content .right .subscripte .item input {
    width: 20px;
    height: 20px;
  }
  #goodsDetail .content .right .subscripte .item label {
    margin-left: 20px;
    display: block;
    font-size: 18px;
    flex: 1;
    margin-bottom: 0px;
    position: relative;
    font-weight: 500;
    color: gray;
    line-height: 1;
    display: flex;
    align-items: center;
  }
  #goodsDetail .content .right .subscripte .item input:checked + label{
    color: #587d38;
  }
#goodsDetail .content .left .fixedBox{
    height: auto;
}
#goodsDetail .content .left .box:last-child {
  position: relative;
  padding: 0 36px;
}
#goodsDetail .content .left img {
  width: 100%;
}
#goodsDetail .content .left .swiper-button-next,
#goodsDetail .content .left .swiper-button-prev {
  color: #258f67;
}
#goodsDetail .content .left .swiper-button-next:after,
#goodsDetail .content .left .swiper-rtl .swiper-button-prev:after,
#goodsDetail .content .left .swiper-button-prev:after,
#goodsDetail .content .left .swiper-rtl .swiper-button-next:after {
  font-size: 18px !important;
  font-weight: 800;
}
#goodsDetail .content .left .swiperPation{
    display: flex;
    margin-top: 20px;
}
#goodsDetail .content .left .swiperPation .item{
    width: 60px;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #fff;
}
#goodsDetail .content .left .swiperPation .item.on{
    border: 2px solid #efc360;
}
#goodsDetail .content .left .swiperPation .item img{
    width: 100%;
    height: 100%;
}
#goodsDetail .content .right .goodsNanme {
  font-family: "DM Sans", Sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 59px;
    color: #556260;
}
#goodsDetail .content .right .des {
    color: black;
    font-family: "DM Sans", Sans-serif;
    font-size: 18px;
    font-weight: 500;
}
#goodsDetail .content .right .text{
    line-height: 1.6;
}
#goodsDetail .content .right .price {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    align-items: center;
    color: black;
    font-family: "DM Sans", Sans-serif;
}
#goodsDetail .content .right .price .b{
    font-size: 23px;
    font-weight: 600;
}
#goodsDetail .content .right .price .bicon{
    font-weight: 600;
    color: #ff5b04;
}
#goodsDetail .content .right .icons{
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 20px 0;
    color: gray;
}
#goodsDetail .content .right .icons .item{
    display: flex;
    align-items: center;
    gap: 5px;
}
#goodsDetail .content .right .cart{
    display: flex;
    gap: 30px;
    align-items: center;
}
#goodsDetail .content .right .cart .numOpero{
    width: 160px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    height: 40px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
}

#goodsDetail .content .right .cart .numOpero i {
    font-size: 20px;
    cursor: pointer;
}
#goodsDetail .content .right .cart .numOpero input {
    font-size: 20px;
    flex: 1;
    width: 80px;
    border: none;
    outline: none;
    text-align: center;
}
#goodsDetail .content .right .cart .addCart {
    margin: 6px 0;
    font-size: 25px !important;
    background: transparent;
    border: 1px solid #587d38;
    color: white;
    transition: all 0.5s ease;
    background: #587d38;
    word-wrap: break-word !important;
    border-radius: 10px;
    cursor: pointer;
    padding: 5px 12px;
    display: flex;
    gap: 5px;
    align-items: center;
}
#goodsDetail .content .right .freeTit{
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    color: #587d38;
  }
#goodsDetail .content .right .freeRules{
    margin-bottom: 20px;
}
#goodsDetail .content .right .freeRules .item{
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    margin-top: 10px;
    font-weight: 400;
}
#goodsDetail .content .right .freeRules .item img{
    width: 100px;
    margin-right: 20px;
}
#goodsDetail .content .right .freeRules .item .in{
    flex: 1;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    line-height: 1.4;
}
#goodsDetail .content .right .freeRules .item .in .name{
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
#goodsDetail .content .right .freeRules .item .in .b{
    font-size: 18px;
    color: #258f67;
}
#goodsDetail .content .right .cart input {
    width: 100px;
    height: 34px;
    font-size: 20px;
    border-radius: 12px;
}
#goodsDetail .content .right .cart .olivineBtn {
    margin: 6px 0;
    border: 1px solid #587d38;
    color: #587d38;
    transition: all 0.5s ease;
    background: #fff;
    word-wrap: break-word !important;
    border-radius: 10px;
    cursor: pointer;
    padding: 7px 12px;
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 18px;
}

#goodsDetail .content .right .cart .olivineBtn:hover {
  background: #587d38;
  color: #fff;
}
#goodsDetail .content .right .quantity {
  display: flex;
  align-items: center;
}
#goodsDetail .content .right .quantity input {
  border: 1px solid #c6c6c6;
  background: #fff;
  border-radius: 24px;
  padding: 12px;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #807e7e;
  width: 200px;
  margin-bottom: 0;
  margin-right: 20px;
}

#goodsDetail .content .right .introduce {
  padding: 40px 0;
}
#goodsDetail .content .right .text.t1{
    color: black;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
    font-family: 'SF Pro Display', sans-serif;

}
#goodsDetail .content .right #desc{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    font-family: 'SF Pro Display', sans-serif;
    color: rgba(0,0,0,0.85);
}
#goodsDetail .content .right #desc ol,
#goodsDetail .content .right #desc ul{
    padding-left: 2rem
}
#goodsDetail .content .right #desc li {
    list-style:auto
}

#goodBottom .content{
    padding: 30px 0;
    background: #fff;

}
#goodBottom .content .title{
    display: flex;
    gap: 20px;
    font-size: 20px;
    color: gray;
    margin: 10px 0;
    padding: 10px 0;
    border-bottom: 1.5px solid #e7e7e7;
}
#goodBottom .content .title p{
    cursor: pointer;
}
#goodBottom .content .title p.on{
    color: #587d38;
    border-bottom: 1px solid #587d38;
}
#goodsDetail .content .right .text ul,#goodsDetail .content .right .text ol,
#goodBottom .content ul,#goodBottom .content ol{
    margin-left: 10px;
}
#goodsDetail .content .right .text ul li,
#goodBottom .content ul li
{
    list-style-type: disc;
}
#goodsDetail .content .right .text ol li,
#goodBottom .content ol li{
    list-style-type: decimal;
}
#goodBottom .cont .text .con{
    display: none;
    line-height: 1.6;
}
#goodBottom .cont .text .con.on{
    display: block;
}
#goodBottom .cont .text #comment .item{
    margin-top: 10px;
    padding: 10px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
}
#goodBottom .cont .text #comment .item .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#goodBottom .cont .text #comment .item .top .user{
    display: flex;
    gap: 10px;
    align-items: center;
}
#goodBottom .cont .text #comment .item .top .user img{
    width: 50px;
    height: 50px;
    background-color: #dadada;
    border-radius: 50%;
}
#goodBottom .cont .text #comment .item .top .user .name{
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
#goodBottom .cont .text #comment .item .top .time{
    margin-top: 5px;
    font-size: 12px;
    color: #c9c9c9;
}
#goodBottom .cont .text #comment .item .top .star{
    display: flex;
    gap: 3px;
}
#goodBottom .cont .text #comment .item .top .star i{
    font-size: 20px;
    color: #ffbf00;
}
#goodBottom .cont .text #comment .item .text{
    margin: 10px 0;
    font-size: 15px;
    color: gray;
}
#goodBottom .cont .text #comment .item .bottom{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}
#goodBottom .cont .text #comment .item .bottom .like{
    display: flex;
    align-items: center;
    gap: 5px;
}
#goodBottom #comment .item .input .label{
    font-size: 14px;
    color: gray;
    text-align: left;
    font-weight: 400;
    padding: 10px 0;
}
#goodBottom #comment .item .top .add{
    font-size: 30px;
    border-radius: 50%;
    background-color: #eaeaea;
    width: 60px;
    height: 60px;
    text-align: center;
    align-content: center;
    cursor: pointer;

}
#goodBottom #comment .item .input{
    width: 35%;
    display: flex;
    flex-direction: column;

}
#goodBottom #comment .item .input .name{
    height: 45px;
    border: 1px solid #e7e7e7;
    padding: 0 10px;
    border-radius: 5px;
}
#goodBottom #comment .item .input .name::placeholder{
    color: #ccc;
    padding: 0 5px;
}
#goodBottom #comment .item .addbottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}
#goodBottom #comment .item .addbottom .rate{
    display: flex;
    gap: 10px;
    align-items: center;
}
#goodBottom #comment .item .addbottom .rate .star{
    display: flex;
    gap: 2px;
}
#goodBottom #comment .item .addbottom .rate .tit{
    font-size: 14px;
    color: gray;
}
#goodBottom #comment .item .addbottom .submit{
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #587d38;
    color: #587d38;
    padding: 3px 20px;
}

#goodsDetail .content .right .links{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
#goodsDetail .content .right .links a{
    display: flex;
    align-items: center;
    font-family: "DM Sans", Sans-serif;
    margin-right: 20px;
    font-weight: 700;
    color: #000;
}
#goodsDetail .content .right .links a span{
background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    width: 45px;
    height: 45px;
}
#goodsDetail .content .right .links a span img{
width: 20px;
}
#goodsDetail .SwiperBig .magnifier {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  padding: 0 5px;
}
#goodsDetail .SwiperBig .magnifier .img2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  max-width: none;
    background:#fff;
}
#goodsDetail .SwiperBig .i{
    position: absolute;
    right: 20px;
    z-index: 10;
    top: 10px;
}
#goodsDetail .SwiperBig .magnifier:hover .img2 {
  display: block;
}
#goodsDetail .content .right .description p {
  margin: 40px 0;
  /* font-weight: bolder; */
}
#goodsDetail .content .right .description ul li {
  margin: 40px 0;
}
#goodsDetail .content .right .quantity_two .text {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#goodsDetail .content .right .quantity_two .text div {
  margin-right: 10px;
}
#goodsDetail .content .right .quantity_two .text select {
  border: 1px solid #c6c6c6;
  border-radius: 24px;
  padding: 14px 12px;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  outline: 0;
  color: #807e7e;
  width: auto;
  max-width: 200px;
}
#goodsDetail .content .right .classification {
  display: flex;
  color: #214842;
  font-size: 18px;
  margin: 20px 0 16px 0;
}
#goodsDetail .content .right .classification div:first-child {
  font-weight: 700;
}
#goodsDetail .content .right .pageView {
  margin-top: 20px;
}

@media screen and (max-width: 800px) {
#goodsDetail{
padding-top: 10px;
}
  #goodsDetail .content {
    flex-direction: column;
  }
  #goodsDetail .content .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #goodsDetail .content .right {
    width: 100%;
  }
}
#head{
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 15px rgba(37, 143, 103, 0.07);
}
#head .container-fluid {
    display: flex;
    align-items: center;
    max-width: 1320px;
}

#head .navbar-collapse {
    width: 100%;
    font-size: 18px;
}

#head .navbar-nav {
    font-family: 'Nunito Sans';
    font-weight: 700;
}
#head .navbar-nav a{
    color: #80807f;
}
#head .navbar-nav a.on{
    color: #587d38;
}
#head .navbar-nav a:hover{
    background-color: transparent !important;
    text-decoration: underline;
}
/* 自定义 active 状态的样式 */
#head .navbar-nav>.active>a,
#head .navbar-nav>.active>a:hover,
#head .navbar-nav>.active>a:focus {
    background-color: transparent !important;
    /* 更改背景颜色为红色 */
}


#head .navbar-default .navbar-nav>li>a:hover {
    text-decoration: underline;
}

#head .navbar-form {
    flex: 1;
    text-align: center;
}

#head .navbar-form .form-control {
    border-radius: 20px;
    padding-right: 60px;
}

#head .headForm {
    position: relative;
    display: flex;
    margin-right: 20px;
}
#head .headForm .form-group{
    margin-bottom: 0;
}

#head .headForm .btn {
    position: absolute;
    right: 0;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #587d38;
    color: #fff;
    top: 0px;
}

#head .headForm .btn:focus {
    outline: none;
}

#head .iconBox {
    width: 40px;
    height: 40px;
    font-size: 17px;
    border-radius: 50%;
    background-color: #587d38;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color .5s ease;
    position: relative;
}

#head .iconBox:hover {
    color: #fff;
    background-color: #258f67;
}

#head .iconBox span {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e94b35;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#head .iconBox .bi {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

#head .navbar-right {
    padding-right: 16px;
    display: flex;
    align-items: center;
}
#head .navbar-right .form-control{
    margin-bottom: 0;
    margin-right: 20px;
}
#head .navbar-right input{
    height: 40px;
    border-radius: 20px;
}
#head .navbar-right ul{
    display: flex;
}

#head .navbar-right li {
    display: flex;
    justify-content: center;
    align-items: center;
}

#head .navbar-right li:last-child {
    width: 70px;
    height: 70px;
    position: relative;
}

#head .navbar-right li:last-child:hover .slide {
    display: block;
}

#head .navbar-right li:last-child .userName {
    z-index: 999;
}

#head .navbar-right .slide {
    width: 110px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    left: -12px;
    bottom: -24px;
    z-index: 997;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .15) 0px 0px 20px;
    transition: all .5s;
    font-size: 17px;
    font-weight: 400;
    color: #556260;
    font-family: 'Montserrat';
    display: none;
}

@media screen and (max-width: 768px) {

    /*手机平板尺寸768px*/
    #head .container-fluid {
        display: block;
    }
}


/* 默认样式，大屏幕时导航栏展开 */
#head .navbar-default .navbar-nav>li {
    float: left;
}

#head .navbar-default .navbar-nav>li a {
    text-decoration: none;
    outline: none;
}

/* 媒体查询，当屏幕小于或等于992px时，导航栏折叠 */
@media (max-width: 992px) {
    #head .navbar-nav>li {
        float: none;
        /* 移除浮动，使得导航项堆叠 */
    }

    #head .navbar-nav {
        margin: 0;
        /* 可能需要调整margin */
    }

    #head .navbar-collapse {
        border-top: 0;
        /* 移除折叠时的顶部边框 */
        box-shadow: none;
        /* 移除折叠时的阴影 */
    }

    #head .navbar-toggle {
        display: block;
        /* 显示折叠按钮 */
    }

    #head .navbar-collapse.collapse {
        display: none !important;
        /* 折叠时隐藏导航内容 */
    }

    #head .navbar-collapse.collapse.in {
        display: block !important;
        /* 展开时显示导航内容 */
    }

    #head .navbar-collapse.collapsing {
        overflow: hidden !important;
        /* 折叠动画过程中裁剪内容，使面板和菜单同步收起 */
    }

    #head .navbar-header {
        float: none;
        /* 确保在折叠时，logo和按钮在同一行 */
        position: relative;
        width: 100%;
    }

    #head .container-fluid {
        display: block;
    }

    #head .navbar-collapse {
        background-color: #fff !important;
    }

    #head .navbar-nav {
        width: 100%;
    }

    #head .form-group {
        width: 100%;
    }

    #head .form-control {
        width: 100% !important;
    }

    #head .navbar-right {
        
        display: flex !important;
        padding-left: 10%;
        margin-top: -30px;
    }

    #head .navbar-form {
        text-align: left;
        width: 100%;
    }

    #head .navbar-toggle {
        position: absolute !important;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    #head .navbar-form {
        border-color: transparent !important;
    }

    #head .navbar {
        margin-bottom: 0 !important;
    }
}




body {
    background-image: url(../img/greenLeaf.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.banner {
    /* background-color: transparent;
    background-image: linear-gradient(90deg, #fafaf5 51%, #214842 40%);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; */
    /*margin-top: -50px;
    */
    margin-bottom: 0;
    padding: 50px 25px 50px;
    background: #fafaf5;
    /* -webkit-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    -moz-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    -ms-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s; */
}

.banner .conter {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    /* position: relative; */
}

.banner .conter .left {
    width: 30%;
    animation: fadeRight 1.25s;
    -webkit-animation: fadeRight 1.25s;
}

.banner .conter .left h1 {
    margin-bottom: 20px;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: #314c23;
    font-family: 'Nunito Sans';
}

.banner .conter .left p {
    color: #587d38;
    font-family: 'Montserrat';
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
}

/* 黄绿按钮和黄黑按钮 */
.olivineBtn,
.yellowishBlack {
    display: inline-block;
    background-color: #efc360;
    line-height: 1.3;
    border-radius: 26px;
    color: #214842;
    padding: 12px 6px;
    margin: 26px 0 20px 0;
    cursor: pointer;
    font-family: 'Nunito Sans';
    transition: color .5s ease;
}

.olivineBtn:focus,
.olivineBtn:hover {
    color: #ffff;
    background-color: #258f67;
}

.olivineBtn a,
.yellowishBlack a {
    color: inherit;
    outline: none;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 700;
}

.olivineBtn a:focus,
.olivineBtn a:hover,
.yellowishBlack a:focus,
.yellowishBlack a:hover {
    color: inherit;
    text-decoration: none
}

/* 黄黑按钮hover */
.yellowishBlack:focus,
.yellowishBlack:hover {
    color: #ffff;
    background-color: #214842;
}

.banner .conter .right {
    display: flex;
    flex: 1;
    animation: fadeLeft 1.25s;
    -webkit-animation: fadeLeft 1.25s;
}
.banner .conter .right .imgBg{
    width: 80%;
    height: 500px;
    background: url(../img/banner-img.jpg);
    margin: 0 auto;
    border-radius: 30px;
}
.banner .conter .right .middle {
    width: 500px;
    height: 500px;
    margin: auto 0;
}

.banner .conter .right .middle img {
    width: 500px;
    margin-left: 26px;
}

.banner .conter .right .textBox {
    margin: auto 0;
    color: #ffff;
}

.banner .conter .right .textTitle {
    font-family: 'Nunito Sans';
    font-size: 38px;
    white-space: nowrap;
    font-weight: 800;
    letter-spacing: normal;
}

.banner .conter .right .text {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
}

#home #introduce {
    padding: 60px 0;
    background: #fff;
}

#home #introduce .conter {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

#home #introduce .conter .left .textTitle {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Nunito Sans';
    color: #214842;
}

#home #introduce .conter .left .text {
    font-family: 'Montserrat';
    color: #556260;
    font-size: 17px;
    line-height: 1.4;
    padding: 20px 0;
    font-weight: 400;
}

#home #introduce .conter .left {
    width: 50%;
}

#home #introduce .conter .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
}

#home #introduce2 {
    padding: 0px 0px 60px;
    background: #fff;
}

#home #introduce2 .conter {
    display: flex;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

#home #introduce2 .conter .left .textTitle {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    font-family: 'Nunito Sans';
    color: #214842;
}

#home #introduce2 .conter .left .text {
    font-family: 'Montserrat';
    color: #556260;
    font-size: 17px;
    line-height: 1.4;
    padding: 20px 0;
    font-weight: 400;
}

#home #introduce2 .conter .left {
    width: 50%;
}

#home #introduce2 .conter .right {
    width: 50%;
    box-sizing: border-box;
    padding: 0 16px;
}

#home .rightA,
#home .rightA:hover {
    color: #fff !important;
    outline: none;
    text-decoration: none;
    display: flex;
}

#home .noHaveA {
    padding: 12px 24px !important;
    font-weight: 700;
}

#home #introduce .conter .right img {
    width: 100%;
    border-radius: 20px;
}

#home #introduce .conter_two {
    padding: 40px 20px;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
    font-family: 'Montserrat';
}

#home #introduce .conter_two .item .textTitle {
    line-height: 1;
    font-weight: 900;
    color: #258f67;
    font-size: 70px;
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

#home #introduce .conter_two .item .text {
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
}

#home .message {
    padding: 120px 0;
}

#home .message .text {
    max-width: 1320px;
    margin: 0 auto;
    color: white;
    font-size: 36px;
    font-family: 'Nunito Sans';
    padding: 0 100px;
    font-weight: 800;
}

#home .last {
    padding: 30px 0 0px;
    background-color: #fff;
}

#home .last .conter {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

#home .last .conter .left {
    width: 33.33%;
    padding: 30px 20px;
}

#home .last .conter .left .textTitle {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: #214842;
    font-family: 'Nunito Sans';
}

#home .last .conter .left .text {
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat';
    margin-top: 40px;
}

#home .last .conter .center {
    width: 33.33%;
    padding: 30px 20px;
}

#home .last .conter .center img {
    max-width: 80%;
}

#home .last .conter .right {
    width: 33.33%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#home .last .conter .right .item {
    display: flex;
    padding: 40px 0;
}

#home .last .conter .right .item .iconBox {
    background-color: #efc360;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .last .conter .right .item .bi {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home .last .conter .right .item .iconBox img {
    width: 26px;
    height: 26px;
}

#home .last .conter .right .item .textBox {
    flex: 1;
    padding: 0 20px;
}

#home .last .conter .right .item .textBox .textTitle {
    font-size: 22px;
    font-weight: 700;
    color: #214842;
    font-family: 'Nunito Sans';
}

#home .last .conter .right .item .textBox .text {
    font-size: 14px;
    line-height: 22px;
    color: #556260;
    font-family: 'Montserrat';
    font-weight: 400;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader_3 {
    position: relative;
}

#preloader_3:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: blue;
    content: '';
    position: absolute;
    background: #9b59b6;
    -webkit-animation: preloader_3_before 1.5s infinite ease-in-out;
    -moz-animation: preloader_3_before 1.5s infinite ease-in-out;
    -ms-animation: preloader_3_before 1.5s infinite ease-in-out;
    animation: preloader_3_before 1.5s infinite ease-in-out;
}

#preloader_3:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: blue;
    content: '';
    position: absolute;
    background: #2ecc71;
    left: 22px;
    -webkit-animation: preloader_3_after 1.5s infinite ease-in-out;
    -moz-animation: preloader_3_after 1.5s infinite ease-in-out;
    -ms-animation: preloader_3_after 1.5s infinite ease-in-out;
    animation: preloader_3_after 1.5s infinite ease-in-out;
}

@-webkit-keyframes preloader_3_before {
    0% {
        -webkit-transform: translateX(0px) rotate(0deg)
    }

    50% {
        -webkit-transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #2ecc71;
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px) rotate(0deg)
    }
}

@-webkit-keyframes preloader_3_after {
    0% {
        -webkit-transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #9b59b6;
        border-radius: 0px;
    }

    100% {
        -webkit-transform: translateX(0px)
    }
}

@-moz-keyframes preloader_3_before {
    0% {
        -moz-transform: translateX(0px) rotate(0deg)
    }

    50% {
        -moz-transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #2ecc71;
        border-radius: 0px;
    }

    100% {
        -moz-transform: translateX(0px) rotate(0deg)
    }
}

@-moz-keyframes preloader_3_after {
    0% {
        -moz-transform: translateX(0px)
    }

    50% {
        -moz-transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #9b59b6;
        border-radius: 0px;
    }

    100% {
        -moz-transform: translateX(0px)
    }
}


@-ms-keyframes preloader_3_before {
    0% {
        -ms-transform: translateX(0px) rotate(0deg)
    }

    50% {
        -ms-transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #2ecc71;
        border-radius: 0px;
    }

    100% {
        -ms-transform: translateX(0px) rotate(0deg)
    }
}

@-ms-keyframes preloader_3_after {
    0% {
        -ms-transform: translateX(0px)
    }

    50% {
        -ms-transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #9b59b6;
        border-radius: 0px;
    }

    100% {
        -ms-transform: translateX(0px)
    }
}

@keyframes preloader_3_before {
    0% {
        transform: translateX(0px) rotate(0deg)
    }

    50% {
        transform: translateX(50px) scale(1.2) rotate(260deg);
        background: #2ecc71;
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes preloader_3_after {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(-50px) scale(1.2) rotate(-260deg);
        background: #9b59b6;
        border-radius: 0px;
    }

    100% {
        transform: translateX(0px)
    }
}
@media (max-width: 837px){
    #home .rightA{
        flex-direction: column;
    }
}
/* 1024px,左右变成上下结构 */
@media (max-width: 1024px) {
    .banner {
        /* background-image: linear-gradient(180deg, #fafaf5 51%,#214842 40%); */
        background-image: none;
        margin: 130px 40px;
        padding: 0;
    }

    .banner .conter {
        display: block;
    }

    .banner .conter .right .middle img {
        margin-left: -33px;
    }

    .banner .conter .right .textTitle {
        white-space: normal;
    }

    .banner .conter .left {
        background: #fafaf5;
        padding: 76px 25px 80px;
    }

    .banner .conter .right {
        background: #214842;
        padding: 35px;
    }

    .banner .conter .left {
        width: 100% !important;
    }

    #home #introduce .conter {
        display: block;
    }

    #home #introduce .conter .left {
        width: 100%;
    }

    #home #introduce .conter .right {
        width: 100%;
    }

    #home #introduce .conter {
        padding: 0 20px;
    }

    .banner {
        margin: 130px 40px 0px;
    }

    #home #introduce .conter_two {
        grid-template-rows: 1fr 1fr;
        /* 创建两行，每行高度相等 */
        grid-template-columns: 1fr 1fr;
    }

    #home .last .conter .left {
        flex-basis: 100%;
    }

    #home .last .conter .left {
        width: 100%;
    }

    #home .last .conter .center,
    #home .last .conter .right {
        width: 50%;
    }

    #home .last .conter .center {
        display: flex;
        justify-content: center;
    }

    #home .last .conter .left .textTitle {
        font-size: 46px;
    }

    #home .message .text {
        font-size: 32px;
    }

    #home .message .text {
        padding: 0 30px;
    }
}

/* 改变首页的图上的标题是否换行 */
@media (max-width: 1330px) {
    .banner .conter .right .textTitle {
        white-space: normal;
    }

    .banner .conter .left {
        width: 30%;
    }
}

/* 改变首页图的下图是否变成上下结构 */
@media (max-width: 828px) {
    .banner .conter .right {
        flex-direction: column;
    }

    .banner .conter .right .middle,
    .banner .conter .right .middle img {
        margin: 0 auto;
    }
}

/* 改变首页商品图的大小，让它随页面宽度变化而变化 */
@media (max-width: 666px) {
    .banner .conter .right .middle {
        width: 100%;
        height: auto;
    }

    .banner .conter .right .middle img {
        width: 100%;
    }
}

/* 导航栏折叠，颜色变成白色时 */
@media (max-width: 992px) {
    .banner {
        margin: 0 20px;
    }

    .banner .conter .left h1 {
        font-size: 46px;
    }
}

/* 手机，平板样式 */
@media (max-width: 768px) {
    .banner .conter .left {
        padding: 20px 25px 20px;
    }
    .banner .conter .left h1{
        font-size: 30px;
    }
    .banner .conter .right{
        padding: 20px;
    }
    #home #introduce2 .conter .left, #home #introduce2 .conter .right{
        width: 100%;
        img{
            max-width: 100%;
        }
    }
    
    #home #introduce2 .conter{
        flex-direction: column;
    }
    .olivineBtn {
        margin: 10px 0;
    }

    #home #introduce .conter_two {
        display: block;
    }

    #home .last .conter {
        display: block;
    }

    #home .last .conter .center,
    #home .last .conter .right {
        width: 100%;
    }
}

#starRang {
    display: flex;
}

#starRang .star {
    margin-right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #12521b;
}

#starRang .bi-star {
    display: block;
}

#starRang .bi-star-fill {
    color: #efc360;
    display: none;
}

#starRang .star.on .bi-star {
    display: none;
}

#starRang .star.on .bi-star-fill {
    display: block;
}



#Order {
    padding: 50px 0;
    background: #fff;
    margin-top: 124px;
}

#Order h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

#Order .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

#Order .top .tabs {
    display: flex;
}

#Order .top .tabs .tab {
    padding: 10px 0px;
    text-align: center;
    margin-bottom: -2px;
    width: 200px;
    height: 40px;
    font-size: 18px;
    border-bottom: 3px solid #d8d8d8;
    cursor: pointer;
    font-weight: 900;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
}

#Order .top .tabs .tab a {
    text-decoration: none;
    outline: none;
}

#Order .top .tabs .tab.on {
    color: #12521b;
    border-bottom: 3px solid #12521b;
}

#Order .top .input-group {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Order .tableBox {
    width: 100%;
    overflow-x: auto;
}

#Order .tableBox table {
    min-width: 700px;
}

#Order .tableBox table th span {
    margin-right: 20px;
    color: #666;
}

#Order .tableBox table th .pull-right {
    float: right;
    color: #12521b;
    font-weight: bold;
}

#Order .wrap {
    width: 100%;
}

#Order .cont {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
    font-family: 'Montserrat';
    color: #556260;
    font-size: 17px;
}

#Order #page nav {
    display: flex;
    justify-content: center;
}

#Order .input-group-text {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    background-color: #efc360;
    border-radius: 50%;
    margin-left: 10px;
}

#Order .input-group-text i {
    display: flex;
    justify-content: center;
    align-items: center;
}

#Order .form-control {
    width: 100%;
}

#Order .table-light {
    background: #f4f5f9;
    color: #666;
}

#Order .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px;
}

#Order .order-title {
    margin-right: 20px;
    font-weight: 100 !important;
}

#Order .table>thead>tr>th {
    border-bottom-color: white !important;
    color: #333333;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#Order .form-group{
    margin-bottom: 0;
    flex: 1;
}
@media (max-width: 1162px) {
    #Order .top{
        flex-direction: column;
    }
    #Order .top .tabs{
        margin-bottom: 20px;
    }
    #Order .top .tabs .tab{
        width: 100% !important;
    }
}
@media (max-width: 992px) {
    #Order{
        margin-top: 0;
    }
}
@media (max-width: 471px){
    #Order .top .tabs .tab{
        padding: 10px 4px;
    }
}







#paymentSuccess{
    background-color: #f5f5f5;
    margin-top: 124px;
}
#paymentSuccess .isPaymentSuccess {
    max-width: 1320px;
    padding: 38px 30px 88px 30px;
    margin: 0 auto;
}

#paymentSuccess .isPaymentSuccess .content {
    background-color: #fff;
    color: #424242;
    padding: 30px 48px 30px 140px;
    display: flex;
}

#paymentSuccess .isPaymentSuccess .content .state {
    color: #83c44e;
    font-size: 40px;
}

#paymentSuccess .exceptIcon {
    margin-left: 20px;
    width: 100%;
}

#paymentSuccess .exceptIcon .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

#paymentSuccess .exceptIcon .top .left .title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    line-height: 36px;
    color: #214842;
    font-family: 'Nunito Sans';
}

#paymentSuccess .exceptIcon .top .right {
    text-align: end;
}

#paymentSuccess .exceptIcon .top .right .paymentAmount {
    display: flex;
    align-items: center;
    color: #757575;
    margin-bottom: 10px;
}

#paymentSuccess .exceptIcon .top .right .unit,
#paymentSuccess .exceptIcon .top .right .num {
    font-size: 24px;
    color: #c6151d;
}

#paymentSuccess .exceptIcon .top a {
    text-decoration: none;
    color: #258f67;
    outline: none;
    transition: color .5s ease;
}

#paymentSuccess .exceptIcon .top a:hover {
    color: #ff6700;
    text-decoration: none;
}

#paymentSuccess .exceptIcon .orderInfo {
    padding-top: 30px;
}

#paymentSuccess .exceptIcon .orderInfo .item {
    display: flex;
    line-height: 24px;
    margin-bottom: 8px;
    color: #333;
}

#paymentSuccess .exceptIcon .orderInfo .item div:first-child {
    width: 100px;
}

#paymentSuccess .exceptIcon .orderInfo .item .number {
    color: #ff6700;
}

@media (max-width: 768px) {
    #paymentSuccess .exceptIcon .top {
        flex-direction: column;
    }

    #paymentSuccess .exceptIcon .top .right {
        text-align: left;
    }

    #paymentSuccess .isPaymentSuccess .content {
        padding: 30px 48px !important;
    }
}

@media (max-width: 992px) {
    #paymentSuccess {
        margin-top: 0;
    }

    #paymentSuccess .isPaymentSuccess {
        padding: 38px 30px;
    }

    #paymentSuccess .isPaymentSuccess .content {
        padding: 30px 48px 30px 80px;
    }
}





#termsAndPrivacy {
    padding: 80px 20px 50px;
    margin-top: 124px;
    background-color: #fff;
    background: #fff;
}

#termsAndPrivacy .isTermsAndPrivacy {
    max-width: 1320px;
    margin: 0 auto;
}

#termsAndPrivacy .title {
    color: #214842;
    font-family: 'Nunito Sans';
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
}

#termsAndPrivacy .content {
    color: #556260;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat';
}

#termsAndPrivacy .content p {
    padding: 6px 0;
}

#termsAndPrivacy .content strong {
    font-weight: bolder;
}

#termsAndPrivacy .content ul {
    margin: 0 0 12px;
}

@media (max-width: 992px) {
    #termsAndPrivacy {
        margin-top: 0;
    }

    #termsAndPrivacy .title {
        font-size: 32px;
    }
}



#wishlist .topPicture {
    margin-top: 124px;
    background-image: url(../img/wishlistImg.webp);
    padding: 96px 15px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    color: #214842;
    font-family: 'Nunito Sans';
}

#wishlist {
    background-color: #fff;
}

#wishlist .list {
    max-width: 1320px;
    margin: 0 auto;
}

#wishlist .topTitle {
    margin: 36px 0;
    color: #556260;
    font-size: 17px;
    font-family: 'Montserrat';
    font-weight: 200;
    padding: 0 20px;
}

#wishlist .title {
    width: 80px;
    display: flex;
    border-bottom: 2px solid #258f67;
    padding-bottom: 10px;
}

#wishlist .title a {
    text-decoration: none;
    outline: none;
    transition: color .5s ease;
    cursor: pointer;
    color: #258f67;
}

#wishlist .title a:hover {
    color: #214842;
}

#wishlist .list .content .wishlistTable {
    font-size: 17px;
    width: 90%;
    margin: 0 auto;
}

#wishlist .list .content .wishlistTable img {
    width: 160px;
}

.olivineBtn {
    display: inline-block;
    background-color: #314c23;
    line-height: 1.3;
    border-radius: 26px;
    color: #fff;
    padding: 12px 6px;
    margin: 26px 0 20px 0;
    cursor: pointer;
    font-family: 'Nunito Sans';
    transition: color .5s ease;
}

.olivineBtn:focus,
.olivineBtn:hover {
    opacity: 0.8;
}

.olivineBtn a {
    color: inherit;
    outline: none;
    padding: 12px 24px;
    font-size: 17px;
    font-weight: 700;
}

.olivineBtn a:focus,
.olivineBtn a:hover {
    color: inherit;
    text-decoration: none
}

#wishlist .list .content .wishlistTable tr:nth-child(even) {
    background-color: #fafaf5;
}

#wishlist .list .content .wishlistTable tr:hover {
    background-color: #fafaf5;
}

#wishlist .list .content .wishlistTable tr td {
    border: 1px solid #c6c6c6;
    padding: 20px;
    line-height: 28px;
}

#wishlist .list .content .wishlistTable tr td:nth-child(1) {
    width: 3%;
    text-align: center;
}

#wishlist .list .content .wishlistTable tr td:nth-child(1) i {
    transition: all .5s ease;
}

#wishlist .list .content .wishlistTable tr td:nth-child(1):hover i {
    color: red;
    /* 变成红色 */
    transform: rotate(90deg);
}

#wishlist .list .content .wishlistTable tr td:nth-child(2) {
    width: 16%;
    text-align: center;
}

#wishlist .list .content .wishlistTable tr td:nth-child(3) {
    width: 35%;
}

#wishlist .list .content .wishlistTable tr td:nth-child(4) {
    width: 46%;
}

#wishlist .list .content .wishlistTable .price {
    display: flex;
    color: #214842;
    font-family: 'Nunito Sans';
    font-weight: 700;
}

#wishlist .list .content .wishlistTable .goodsName {
    color: #258f67;
    font-family: 'Nunito Sans';
    text-decoration: none;
    outline: none;
    font-weight: 700;
}

#wishlist .list .content .wishlistTable .time {
    color: #556260;
    font-family: 'Montserrat';
    font-weight: 400;
}

#wishlist .copyBox {
    max-width: 1320px;
    margin: 0 auto;
    padding: 20px 60px;
    display: flex;
    align-items: center;
}

#wishlist .copyBox .text {
    font-size: 17px;
    font-weight: 400;
    color: #556260;
    font-family: 'Montserrat';
    white-space: nowrap;
}

#wishlist .copyBox .copyInput {
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 24px;
    padding: 12px;
    font-size: 14px;
    font-style: normal;
    outline: 0;
    color: #807e7e;
    font-family: inherit;
}

#wishlist .copyBox .copyInput:hover {
    outline: 0;
    box-shadow: none;
    color: #214842;
    border: 1px solid #214842;
}

#wishlist .copyBox .copyButton {
    margin-left: 20px;
    color: #258f67;
    border: 1px solid #258f67;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    /* transition: all .5s ease; */
    padding: 10px 24px;
    border-radius: 26px;
    text-transform: none;
    font-family: 'Nunito Sans';
    outline: none;
    cursor: pointer;
}

#wishlist .noData {
    text-align: left !important;
    color: #556260;
    font-weight: 400;
    font-family: 'Montserrat';
    cursor: pointer;
}

#wishlist .noData:hover {
    color: #ff0000;
}

@media (max-width: 772px) {
    #wishlist .list .content .wishlistTable .olivineBtn {
        padding: 10px 4px;
        font-size: 12px;
        margin: 10px;
        white-space: nowrap;
    }
}

@media (max-width: 992px) {
    #wishlist .topPicture {
        margin-top: 0
    }
}

@media (max-width: 985px) {
    #wishlist .list .content .wishlistTable tr td {
        padding: 14px;
    }
}

@media (max-width: 643px) {
    #wishlist .list .content {
        overflow: auto;
        padding-bottom: 20px;
    }

    #wishlist .copyBox {
        padding: 20px 20px 0 20px;
    }
}



#orderList {
    margin-top: 124px;
    background-color: #fff;
    font-family: 'Montserrat';
    color: #556260;
    font-size: 17px;
}

#orderList a {
    color: #214842;
    text-decoration: none;
    outline: none;
    transition: color .5s ease;
}

#orderList a:hover {
    color: #556260;
}

* {
    margin: 0;
    padding: 0;
}

#orderList .orderManagementList {
    max-width: 1320px;
    display: flex;
    margin: 0 auto;
    padding: 20px;
}

#orderList .orderManagementList .sidebar {
    border: 1px solid #b6b6b6;
    padding: 20px 0;
}

#orderList .orderManagementList .ul {
    list-style: none;
}

#orderList .orderManagementList .ul li {
    padding: 0px 60px;
    margin: 30px 0;
}

#orderList .orderManagementList .ul li:not(.headline) {
    cursor: pointer;
    font-size: 14px;
}

#orderList .orderManagementList .ul li:not(.headline):hover {
    color: #b4a078;
}

#orderList .orderManagementList .headline {
    font-size: 16px;
    font-weight: 700;
}

#orderList .orderManagementList .ul li:last-child {
    margin-bottom: 30px;
}

#orderList .orderManagementList .navigationBar ul li {
    list-style: none;
    padding: 10px 0;
    margin-bottom: -2px;
    width: 156px;
    height: 40px;
    font-size: 18px;
    border-bottom: 3px solid #d8d8d8;
    cursor: pointer;
    font-weight: 900;
    position: relative;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    box-sizing: border-box;
}

#orderList .orderManagementList .navigationBar ul li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    font-weight: 100;
    color: #eaeaea !important;
}

#orderList .orderManagementList .navigationBar ul li:hover {
    color: #b4a078;
}

#orderList .orderManagementList .sidebarChangeBox {
    flex: 1;
    margin: 0 20px;
    overflow: auto;
}

#orderList .orderManagementList .navigationBar {
    float: left;
    width: 100%;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}

#orderList .orderManagementList .selectedSidebar {
    color: #b4a078;
    border-left: 2px solid #BEA988;
}

#orderList .orderManagementList .selectedNavigationBar {
    color: #b4a078;
    border-bottom: 3px solid #BEA988 !important;
}
#orderList .orderManagementList .form-group{
    margin-bottom: 0;
}
#orderList .orderManagementList .userSearch {
    display: flex;
    justify-content: end;
    align-items: center;
}
#orderList .orderManagementList .userSearch .input-group-text{
    min-width: 28px;
    min-height: 28px;
    max-width: 28px;
    max-height: 28px;
    background: #efc360;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
#orderList .orderManagementList .userSearch .input-group-text .bi{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
#orderList .orderManagementList .userSearchInput {
    height: 28px;
    width: 240px;
    border: 1px solid #ddd;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
}

#orderList .orderManagementList .userSearchInput {
    height: 28px;
    width: 240px;
    border: 1px solid #ddd;
    padding: 0 12px;
    box-sizing: border-box;
    outline: none;
}

#orderList .orderManagementList .userSearchButton {
    height: 28px;
    width: 50px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border: 1px solid #ddd;
    border-left: none;
    cursor: pointer;
    color: #333;
    font-size: 13px;
    float: right;
    box-sizing: border-box;
}

#orderList .orderManagementList .userSearchButton:hover {
    background-color: #fff;
}

#orderList .orderManagementList .content {
    float: left;
    width: 100%;
    word-break: break-all;
    line-height: 26px;
    min-width: 738px;
}

#orderList  .orderManagementList .table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 10px;
    vertical-align: middle;
}

#orderList  .orderManagementList .table>thead>tr>th {
    border-bottom-color: white !important;
    color: #333333;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.table-shadow,
.table-shadow>thead>tr>th,
.table-shadow>tbody>tr>th,
.table-shadow>tfoot>tr>th,
.table-shadow>thead>tr>td,
.table-shadow>tbody>tr>td,
.table-shadow>tfoot>tr>td {
    border: 1px solid #eee;
    word-break: break-all;
}
#orderList  .orderManagementList .table thead {
    background: #f4f5f9;
    color: #666;
}
#orderList  .orderManagementList .order-title {
    margin-right: 20px;
    font-weight: 100 !important;
}
#orderList .table a{
    color: #258f67;
}
#orderList .table a:hover{
    color: #214842;
}
#orderList .orderFreight{
    display: flex;
}
#orderList  .paymentAmount{
    display: flex;
}
#orderList  #div_pager span.disabled {
    margin: 3px;
    padding: 5px 10px;
    border: 1px solid #DFDFDF;
    background-color: #FFF;
    color: #DFDFDF;
}
#orderList  #div_pager {
    clear: both;
    margin: 10px 0 20px;
    color: #999;
    font-size: 14px;
}
#orderList  .food-list-page {
    text-align: center;
}
#orderList  #div_pager span {
    margin: 3px;
    padding: 5px 10px;
}
@media (max-width: 1048px){
    #orderList .orderManagementList .ul li{
        padding: 0 40px;
    }
}
@media (max-width: 992px){
    #orderList{
        margin-top: 0;
    }
    #orderList .orderManagementList .sidebarChangeBox{
        margin: 0 0 0 20px;
    }
}
@media (max-width: 1185px) {
    #orderList .orderManagementList .navigationBar{
        flex-direction: column;
    }
    #orderList .orderManagementList .navigationBar .tabs{
        margin-bottom: 20px;
    }
}
@media (max-width: 772px){
    #orderList .orderManagementList .ul li{
        padding: 0 20px;
        margin: 20px 0;
    }
}

#shop {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff;
}
#shop .cont {

    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#shop .cont .search {
  width: 300px;
  margin-right: 30px;
}
#shop .cont .search .t {
  font-weight: 700;
  margin-bottom: 12px;
}
#shop .cont .search .box {
  width: 100%;
  display: flex;
}
#shop .cont .search .box input {
  flex: 1;
  border-radius: 20px;
}
#shop .cont .search .box .cbtn {
  background: #D85E27;
  border: none;
  padding: 0 12px;
  color: #fff;
  margin-left: 0.625em;
  word-break: normal;
  line-height: 38px;
  border-radius: 26px;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.5s ease;
  box-shadow: 0 6px 10px rgba(216, 94, 39, 0.64);
  cursor: pointer;
}
#shop .cont .search .box .cbtn:hover {
  background: #258f67;
  box-shadow: 0 6px 10px rgba(22, 8, 253, 0.62);
}
#shop .cont .listCont {
  flex: 1;
}
#shop .cont .listCont .listTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shop .cont .listCont .listTop span {
  font-weight: 400;
}
#shop .cont .listCont .listTop select {
  width: 200px;
  border-radius: 20px;
}
#shop .cont .listCont .list {
  margin-top: 30px;
}
#shop .cont .listCont .list .product {
    display: block;
    position: relative;
    padding: 15px;
    box-shadow: 0px 0px 20px rgba(37, 143, 103, 0.15);
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-bottom: 20px;
}
#shop .cont .listCont .list .product .img {
  width: 100%;
  overflow: hidden;
}
#shop .cont .listCont .list .product img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s;
}
#shop .cont .listCont .list .product .sale{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f38e3a;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    z-index: 1;

} 
#shop .cont .listCont .list .product .tit {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  transition: color 0.5s ease;
  margin-top: 20px;
  word-break: break-all;
}
#shop .cont .listCont .list .product .tit a{
    color: #587d38;
}
#shop .cont .listCont .list .product .box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
#shop .cont .listCont .list .product .price{
    display: block;
    font-weight: 700;
    font-size: 20px;
}
#shop .cont .listCont .list .product del{
    font-size: 15px;
    color: gray;
}
#shop .cont .listCont .list .product .img:hover img {
  transform: scale(1.2);
}
#shop .cont .listCont .list .product:hover .tit {
  color: #258f67;
}
#shop .cont .listCont .list .product .addCart {
    margin: 6px 0;
    font-size: 25px !important;
    background: transparent;
    border: 1px solid #587d38;
    color: #587d38;
    transition: all 0.5s ease;
    background: #fff;
    word-wrap: break-word !important;
    border-radius: 10px;
    cursor: pointer;
    padding: 3px 12px;
    display: flex;
    gap: 5px;
    align-items: center;
}
#shop .cont .listCont .list .product .addCart span{
    display: none;
    font-size: 18px;
}
#shop .cont .listCont .list .product .addCart:hover {
  background: #314c23;
  border-color: #314c23;
  color: #fff;
}
#shop .cont .listCont .list .product .addCart:hover span{
    display: block;
}
#shop .cont .listCont .list .product .view {
  cursor: pointer;
  width: 160px;
  margin: 6px auto;
  font-size: 17px !important;
  background: transparent;
  padding-top: 9px;
  padding-bottom: 9px;
  color: #258f67;
  display: flex;
  align-items: center;
  justify-content: center;
}
#shop .cont .listCont .list .product .view i {
  margin-right: 10px;
}
#shop .cont .listCont .list .product .view:hover {
  color: #161729;
}
#contTit {
  font-size: 17px;
  border-bottom: 1px solid #258f67;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#contTit a {
  color: #258f67;
  font-weight: 700;
}
#contTit span {
  font-weight: 400;
}
#addCartDialog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

#addCartDialog .box {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    width: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.7s;
}

#addCartDialog .box.on {
    top: 50%;
    opacity: 1;
}

#addCartDialog .box .top {
    background: #314c23;
    height: 48px;
    line-height: 48px;
    padding: 0 20px 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#addCartDialog .box .top .close {
    cursor: pointer;
    color: #fff;
    opacity: 1;
}

#addCartDialog .box .conter {
    padding: 20px;
}

#addCartDialog .box .conter .revocation {
    padding: 10px 15px;
    border: 1px dashed #fff;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    border-radius: 6px;
    font-weight: 300;
    display: none;
}

#addCartDialog .box .conter .goodsList {
    max-height: 230px;
    overflow-y: auto;
    padding: 6px 20px;
}

#addCartDialog .box .conter .goodsList .noCartData {
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

#addCartDialog .box .conter .goodsList .goodItemBox {
    position: relative;
    margin-bottom: 10px;
}

#addCartDialog .box .conter .goodsList .goodItemBox:hover .goodItem {
    left: -30px;
}

#addCartDialog .box .conter .goodsList .goodItemBox:hover .delCart {
    right: 0;
    opacity: 1;
}

#addCartDialog .box .conter .goodsList .goodItemBox .delCart {
    cursor: pointer;
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #587d38;
    opacity: 0;
    transition: all 0.5s;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem {
    z-index: 10;
    padding: 10px;
    background: #fff;
    display: flex;
    position: relative;
    left: 0;
    transition: all 0.5s;
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .imgBox {
    margin-right: 20px;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .imgBox img {
    width: 80px;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .info {
    font-weight: 700;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 0;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .info p.name {
    color: #587d38;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .info p.price {
    margin-top: 6px;
    color: #214842;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .opera {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 65%;
    transform: translateY(-50%);
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .opera input {
    width: 60px;
    height: 30px;
    margin: 0 10px;
}

#addCartDialog .box .conter .goodsList .goodItemBox .goodItem .opera i {
    cursor: pointer;
}

#addCartDialog .box .conter .shareBtn {
    display: inline-block;
    background: #fff;
    color: #587d38;
    font-size: 17px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 26px;
    border: 1px solid #587d38;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.5s;
}

#addCartDialog .box .conter .shareBtn:hover {
    background: #efc360;
    border-color: #efc360;
    color: #fff;
}

#addCartDialog .box .conter .total {
    color: #fff;
    margin-top: 20px;
}

#addCartDialog .box .conter .total p {
    display: flex;
    justify-content: space-between;
}
#addCartDialog .box .conter .total p span{
    color: #587d38;
    font-size: 22px;
}
#addCartDialog .box .conter .desc {
    color: #565656;
    font-size: 12px;
    width: 300px;
    line-height: 1.4;
    margin-top: 5px;
}

#addCartDialog .box .conter .btns {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

#addCartDialog .box .conter .btns .cbtn {
    width: 48%;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#addCartDialog .box .conter .btns a.cbtn {
    border: 1px solid #314c23;
    color: #314c23;
}

#addCartDialog .box .conter .btns a.cbtn:hover {
    color: #fff;
    background: #314c23;
}

#addCartDialog .box .conter .btns div.cbtn {
    color: #fff;
    background: #314c23;
}

#addCartDialog .box .conter .btns div.cbtn:hover {
    opacity: 0.8;
}

#addCartDialog .box .conter .continue {
    width: 260px;
    display: block;
    background: #fff;
    color: #314c23;
    font-size: 17px;
    font-weight: 700;
    padding: 8px 24px;
    border-radius: 26px;
    border: 1px solid #314c23;
    margin: 20px auto 0;
    cursor: pointer;
    transition: all 0.5s;
    text-align: center;
}

#addCartDialog .box .conter .continue:hover {
    background: #314c23;
    border-color: #314c23;
    color: #fff;
}
#viewGoodsDialog {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display:none;
  z-index: 9999;
}
#viewGoodsDialog .cbtn1 {
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  font-size: 30px;
  border-radius: 10px;
}
#viewGoodsDialog .cbtn1:hover {
  background: rgba(0,0,0,0.5);
}
#viewGoodsDialog .cbtn1.prev {
  left: 20px;
}
#viewGoodsDialog .cbtn1.next {
  right: 20px;
}
#viewGoodsDialog .loading {
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: rotate 1s linear infinite;
}
#viewGoodsDialog .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 920px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#viewGoodsDialog .box .close {
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: 6px;
  z-index: 100;
  color: #000;
  opacity: 1;
}
#viewGoodsDialog .box .left {
  background: #fff;
  width: 50%;
  box-sizing: border-box;
 overflow:hidden;
  display:none;
  border-radius: 10px 0 0 10px;
  padding: 20px;
}
#viewGoodsDialog .box .left .item {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#viewGoodsDialog .box .left img {
  max-width: none;
  width: 100%;
  /* height: 460px; */
}
#viewGoodsDialog .box .left .swiper-pagination {
  bottom: -2px;
}
#viewGoodsDialog .box .left .btn {
  color: #214842;
  width: 44px;
  height: 44px;
  padding: 12px;
}
#viewGoodsDialog .box .left .btn::after,
#viewGoodsDialog .box .left .btn::before {
  font-size: 16px;
}
#viewGoodsDialog .box .left .btn:hover {
  background: rgba(0, 0, 0, .5);
  color: #fff;
}
#viewGoodsDialog .box .right {
  background: #fff;
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
  display:none;
  border-radius: 0 10px 10px 0;
}
#viewGoodsDialog .box .right .name {
    font-size: 36px;
    font-weight:900;
    color: #214842;
    line-height: 1.1;
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif
}
#viewGoodsDialog .box .right .price {
  font-size: 28px;
  font-weight: 700px;
  margin-bottom: 10px;
  margin: 12px 0;
}
#viewGoodsDialog .box .right .des {
padding: 6px 0;
  margin-bottom: 24px;
      font-size: 17px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif
}
#viewGoodsDialog .box .right .addCart {
  display: flex;
}
#viewGoodsDialog .box .right .addCart input {
  width: 100px;
  border-radius: 23px;
  height: 46px;
}
#viewGoodsDialog .box .right .addCart .btn {
  cursor: pointer;
  display: inline-block;
  color: #214842;
  text-decoration: none;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #efc360;
  border-radius: 20px;
  padding: 2px 21px;
  line-height: 40px;
  margin-left: 6px;
  font-weight: 400;
  background: #efc360;
  transition : all 0.5s;
}
#viewGoodsDialog .box .right .addCart .btn:hover {
     background: #214842;
    border-color: #214842;
    color: #fff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#headerTop {
    background: #314c23;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    img{
        width: 50px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 768px){
    .banner .conter .right .imgBg{
        width: 100%;
        height: 300px;
        background: url(../img/banner-img.jpg) center;
        background-size: 100%;
        border-radius: 30px;
    }
    #head .navbar-collapse{
        background: #fff;
    }
}
.wrap {
    width: 100%;
}

.wrap > .cont {
    max-width: 1300px;
    width: 95%;
    margin: 0 auto;
}
#topSellers{
    background: #fff;
    padding-bottom: 50px;
}
#topSellers .botBtn {
    display: block;
    margin: 20px auto 0;
    background: #587d38!important;
    color: #fff;
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    background: #fff;
}

#topSellers .botBtn:hover {
    opacity: 0.8;
}

#topSellers .swiper-box {
    padding: 0 10%;
    position: relative;
}

#topSellers .swiper-box .prevBtn {
    position: absolute;
    left: 5%;
    cursor: pointer;
    color: #314c23;
    font-size: 24px;
    font-weight: bold;
    top: -7px;
}

#topSellers .swiper-box .nextBtn {
    position: absolute;
    right: 5%;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    top: -7px;
    color: #314c23;
}

#topSellers .mySwiper {
    width: 100%;
    margin-bottom: 20px;
}

#topSellers .tit {
    text-align: center;
    font-size: 30px;
    color: #587d38;
    font-weight: bold;
    padding: 50px 0 20px;
}

#topSellers .thumbs {
    cursor: pointer;
    color: #80807f;
}

#topSellers .swiper-slide-thumb-active {
    color: #314c23;
    font-weight: bold;
}

#topSellers .items {
    padding: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

#topSellers .items .pcItem {
    display: block;
    box-sizing: border-box;
    /* padding: 30px 20px 10px; */
    border-radius: 20px;
    float: left;
    width: 20%;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    margin: 0 2.5%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

#topSellers .items .pcItem  .sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f38e3a;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
}

#topSellers .items .pcItem .img {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

#topSellers .items .pcItem .img img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    /* transition: all .5s ease; */
}
/* #topSellers .items .pcItem .img img:hover {
    transform: scale(1.2);
    transition: all .5s ease;
} */
#topSellers .items .pcItem .name {
    color: #314c23;
    font-size: 19px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 1.6;
    overflow: hidden;
}
#topSellers .items .pcItem .des {
    color: #314c23;
    margin: 5px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#topSellers .items .pcItem .ginfo {
    padding: 10px 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
#topSellers .items .pcItem .name a{
    color: #314c23;
}
#topSellers .items .pcItem .price {
    display: flex;
    justify-content: space-between;
    color: #587d38;
    font-size: 20px;
}
#topSellers .items .pcItem .price .b{
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #topSellers .items .pcItem {
        width: 46%;
        margin: 0 2%;
        margin-bottom: 20px;
    }

    #topSellers .swiper-box .prevBtn {
        left: 2%;
    }

    #topSellers .swiper-box .nextBtn {
        right: 2%;
    }
}
#whyChoose {
    width: 100%;
    padding: 50px 0 50px;
    background: #eae5de;
    height: 480px;
}

#whyChoose .cont {
    position: relative;
}

#whyChoose .cont::after {
    content: ' ';
    clear: both;
    display: block;
}

#whyChoose .imgBg {
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-size: 100% 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
#whyChoose .slide-buttons {  
    position: absolute;  
    top: 50%;  
    width: 100%; 
    transform: translateY(-50%);  
  }  

#whyChoose .slide-buttons .prevBtn{  
    position: absolute;
    top: 50%;
    left: -5%;  
    color: #314c23;
    cursor: pointer;
    font-size: 30px;
  }  
#whyChoose .slide-buttons .nextBtn{  
    position: absolute;
    top: 50%;
    right: -5%;  
    color: #314c23;
    cursor: pointer;
    font-size: 30px;
  } 
/* #whyChoose .slide-buttons button{  
    border: none;
    background: none;
    color: gray;
    cursor: pointer;
  } */
#whyChoose .text {
    float: right;
    background: #fff;
    width: 60%;
    z-index: 10;
    position: relative;
    border-radius: 20px;
    margin-top: 100px;
    top: 20px;
}

#whyChoose .text .tit {
    color: #314c23;
    text-align: left;
    font-weight: bold;
    font-size: 25px;
    padding: 30px 40px 10px;
}

#whyChoose .text .items {
   
    padding-bottom: 20px;
    
}

#whyChoose .text .items .item {
    margin-top: 10px;
    padding: 0 10px;
}

#whyChoose .text .items .item .img {
    text-align: left;
    display: flex;
}

#whyChoose .text .items .item .img img {
    width: 50px;
    margin-left: 25px;
    margin-top: 10px;
}

#whyChoose .text .items .item p.name {
    color: #314c23;
    font-weight: bold;
    font-size: 16px;
    width: 150px;
    padding-top: 20px;
    margin-left: 10px;
}

#whyChoose .text .items .item p.b {
    color: #80807f;
    font-size: 16px;
    margin: 0px 30px;
    line-height: 1.6;
}
#featured{
    background: #fff;
}
#featured .tit {
    text-align: center;
    font-size: 30px;
    color: #587d38;
    font-weight: bold;
    padding: 50px 0 20px;
}

#featured .botBtn {
    display: block;
    margin: 20px auto 0;
    background: #587d38;
    color: #fff;
    width: 200px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
}

#featured .botBtn:hover {
    opacity: 0.8;
}

#featured .items {
    display: flex;
    justify-content: space-between;
}

#featured .items .item {
    padding: 20px 0;
    width: 32%;
    background: #e7f2db;
    display: block;
    border-radius: 20px;
    text-align: center;
}

#featured .items .item .t {
    color: #314c23;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

#featured .items .item img {
    width: 50%;
}
#reviews{
    background: #fff;
}
#reviews .tit {
    text-align: center;
    font-size: 30px;
    color: #587d38;
    font-weight: bold;
    padding: 50px 0 20px;
}

#reviews .swiperBox {
    padding: 20px 40px;
    position: relative;
}

#reviews .swiperBox .prevBtn {
    position: absolute;
    top: 50%;
    left: 0%;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #314c23;
    transform: translateY(-50%);
}

#reviews .swiperBox .nextBtn {
    position: absolute;
    top: 50%;
    right: 0%;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    color: #314c23;
    transform: translateY(-50%);
}

#reviews .reviewsSwiper2 {
    padding: 20px;
    position: relative;
}

#reviews .pcItem {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 20px;
}

#reviews .pcItem .img {
    text-align: center;
}

#reviews .pcItem .img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

#reviews .pcItem .t {
    margin-top: 20px;
    font-size: 16px;
    color: #587d38;
    min-height: 180px;
    line-height: 1.5;
}

#reviews .pcItem p.b {
    color: #587d38;
    font-weight: bold;
}
#promise {
    background: #eae5de;
    overflow: hidden;
}

#promise .border{
    display: flex;
    /* border: 2px solid rgb(253 74 48); */
    margin: 20px;
    border-radius: 5px;
}
#promise .imgBg {
    width: 45%;
    margin: 30px 10px 30px 0px;
}
#promise .imgBg img{
    width: 90%;
    border-radius: 20px;
    margin-left: 20px;
}
#promise .text {
    
    margin-top: 30px;
    width: 55%;
}

#promise .text .tit {
    color: #314c23;
    text-align: left;
    font-weight: bold;
    font-size: 37px;
    padding: 5px 40px 10px;
}
#promise .text .ptit{
    color: #314c23;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 40px 10px;
}
#promise .text .items {
   
    padding-bottom: 20px;
    
}

#promise .text .items .item {
    margin-top: 10px;
    padding: 0 10px;
}
#promise .text .items .item .imgbox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    margin-left: 40px;
}
#promise .text .items .item .img {
    text-align: left;
    display: flex;
    width: 170px;
}

#promise .text .items .item .img img {
    width: 40px;
}

#promise .text .items .item p.name {
    color: #314c23;
    font-weight: bold;
    font-size: 16px;
    padding-top: 5px;
    margin-left: 10px;
    width: 100px;
}
#promise .text .items .item p.b {
    color: #314c23;
    font-size: 16px;
    margin: 0px 40px;
    line-height: 1.6;
}

@media screen and (max-width: 1024px) {
    #promise .border{
        flex-direction: column;
    }
    #promise .imgBg {
        width: 100%;
    }
    #promise .text {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    #topSellers .items .pcItem {
        width: 46%;
        margin: 0 2%;
        margin-bottom: 20px;
    }

    #topSellers .swiper-box .prevBtn {
        left: 2%;
    }

    #topSellers .swiper-box .nextBtn {
        right: 2%;
    }

    #whyChoose .imgBg {
        width: 100%;
        height: 400px;
        position: relative;
    }

    #whyChoose .text .items .item {
        width: 100%;
    }

    #whyChoose .text {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    #featured .items {
        flex-wrap: wrap;
    }

    #featured .items .item {
        width: 100%;
        margin-bottom: 20px;
    }

    #reviews .swiperBox {
        padding: 20px;
    }
    #promise .border{
        flex-direction: column;
    }
    #promise .imgBg {
        width: 100%;
    }
    #promise .text {
        width: 100%;
    }
}

#newAbout .top {
    background: url(../img/aboutImg.jpg) 50% center;
    background-size: cover;
    height: 700px;
    box-sizing: border-box;
    padding: 20px 0;
    color: #33312d;
    font-size: 60px;
    line-height: 1.3;
    font-weight: bold;
}

#newAbout .center .tit {
    padding: 50px 0;
    font-size: 50px;
    color: #314c23;
    text-align: center;
}

#newAbout .center p.b {
    color: #565656;
    line-height: 1.6;
    text-align: justify;
}

#newAbout .center2 .tit {
    padding: 50px 0;
    font-size: 50px;
    color: #314c23;
    text-align: center;
}

#newAbout .center2 .items .item {
    text-align: center;
    margin-bottom: 20px;
}

#newAbout .center2 .items .item img {
    width: 60px;
}

#newAbout .center2 .items .item p {
    color: #587d38;
    margin-top: 10px;
}

#newAbout .bottom {
    margin-top: 50px;
    padding-bottom: 50px;
}

#newAbout .bottom img {
    border-radius: 30px;
    width: 100%;
}

#newAbout .bottom .t {
    color: #314c23;
    font-size: 36px;
}

#newAbout .bottom .b {
    text-align: justify;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    #newAbout .top {
        height: 400px;
    }

    #newAbout .bottom .t {
        margin-top: 20px;
    }
}

#Login{
    padding: 50px 0;
}
#Login .loginBox{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
#Login .loginBox h2{
    text-align: center;
    font-size: 36px;
    color: #314c23;
    margin-bottom: 20px;
}
#Login .loginBox .b{
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
}
#Login .loginBox .b a{
    color: #587d38;
}
#Login .loginBox .formItems{
    display: flex;
    justify-content: space-between;
}
#Login .loginBox .formItems .formItem{
    width: 48%;
}
#Login .loginBox .formItem{
    margin-bottom: 20px;
}
#Login .loginBox .formItem label{
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 18px;
}
#Login .loginBox .formItem input{
    height: 50px;
    padding: 6px 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
#Login .loginBox .btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#Login .loginBox .btns a:hover{
    color: #587d38;
    text-decoration: underline;
}
#Login .loginBox .btns .btnC{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background: #314c23;
    cursor: pointer;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    font-size: 20px;
    font-weight: bold;
}
#Login .loginBox .btns .btn:hover {
    opacity: 0.8;
}
#Login .loginBox p.bottom{
    margin-top: 20px;
}
#Login .loginBox  p.bottom a:hover{
    text-decoration: underline;
    color: #587d38;
}
.zlnbanner{
    margin: 0 auto;
    position: relative;
    max-width: 1600px;
    min-width: 1300px;

}
.zlnbanner .prevBtn i{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    font-size: 50px;
    color: #acb674;
    z-index: 10;
    left: 0;
}
.zlnbanner .nextBtn i{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    font-size: 50px;
    color: #acb674;
    z-index: 10;
    right: 0;
}
.zlnbanner .swiper-slide{
    display: flex !important;
    justify-content: center !important;

}
.zlnbanner .bannerimg{
    width: 100%;
    display: flex;
    justify-content: center;

}
.zlnbanner .bannerimg img{
    width: 1300px;

}