.fw {

    padding-left: 150px;

    padding-right: 150px;

}



.header {

    position: fixed;

    width: 100%;

    left: 0;

    top: 0;

    z-index: 999;

    transition: all .3s ease;

    border-bottom: 1px solid rgba(255, 255, 255, .3);

}



.header.onhead {

    background-color: #fff;

    border-bottom: 1px solid #E2E2E2;

}



.header .fw {

    display: flex;

    align-items: center;

    height: 100px;

    justify-content: space-between;

    position: relative;

    background-image: url(../images/img_footer.png);

}



.mt100 {

    margin-top: 100px;

}



.header .logo {

    display: block;

    height: 100px;

    line-height: 100px;

    position: relative;

    left: 0;

    transition: all ease .5s;

}



.header .logo img {

    max-height: 66%;

}



.navbtn {

    display: none;

    overflow: hidden;

    width: 36px;

    height: 60px;

    cursor: pointer;

    z-index: 999;

    transition: all .6s ease;

    position: relative;

    margin-left: 15px;

}



.navbtn .line {

    width: 32px;

    height: 3px;

    background: #fff;

    display: block;

    position: absolute;

    z-index: 5;

    top: 18px;

    right: 0;

    transition: all .6s ease;

}



.navbtn .line2 {

    top: 28px;

}



.navbtn .line3 {

    top: 38px;

}



body.open .navbtn .line1 {

    top: 30px;

    -webkit-transform: rotate(225deg);

    transform: rotate(225deg);

}



body.open .navbtn .line2 {

    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);

    filter: alpha(opacity=0);

    opacity: 0;

    -moz-opacity: 0;

    -khtml-opacity: 0;

    -webkit-opacity: 0;

    left: -100%;

}



body.open .navbtn .line3 {

    top: 30px;

    -webkit-transform: rotate(-225deg);

    transform: rotate(-225deg);

}



.header.onhead .navbtn .line {

    background-color: #333;

}



.headright {

    display: flex;

    align-items: center;

}



.language {

    position: relative;

    right: 0;

    transition: all .6s ease;

    display: flex;

    align-items: center;

    /* background-image: url(../images/bg_yuyan1.svg); */

    background-repeat: no-repeat;

    background-position: center center;

    width: 74px;

    justify-content: center;

}



.language span {

    display: inline-block;

    height: 26px;

    line-height: 26px;

    text-align: center;

    width: 28px;

    color: #FFFFFF;

    font-size: 12px;

}



.nav {

    font-size: 0;

}



.nav a {

    display: inline-block;

    color: #fff;

    margin-right: 60px;

    font-size: 14px;

}



.header.onhead .nav a {

    color: #284425;

}



.navwrap {

    position: fixed;

    top: 60px;

    bottom: 0;

    width: 250px;

    overflow-y: auto;

    overflow-x: hidden;

    background-color: #fff;

    right: -280px;

    transition: all .5s ease;

    padding: 40px 0;

    z-index: 2999;

    box-shadow: -3px 0 5px 0 rgba(52, 52, 52, .1);

}



body.open .navwrap {

    right: 0;

}



.navwrap a {

    display: block;

    text-align: center;

    line-height: 2;

    color: #284425;

    font-size: 14px;

    margin-bottom: 15px;

}



.mainbox {

    width: 100%;

    overflow: hidden;
    margin-top: 100px;

}



.footer {

    width: 100%;

    overflow: hidden;

    background-image: url(../images/img_footer.png);

    background-repeat: repeat;

    padding-top: 60px;

    padding-bottom: 60px;

}



.footer .fw {

    display: flex;

    align-items: stretch;

    justify-content: space-between;

}



.footer .left {

    flex-shrink: 0;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

}



.footer .right {

    overflow: hidden;

    display: flex;

}



.footer .right .item+.item {

    margin-left: 150px;

}



.footer .right .tt {

    color: #FFFFFF;

    font-size: 32px;

    margin-bottom: 40px;

}



.footer .right .info+.info {

    margin-top: 36px;

}



.footer .right .t1 {

    color: #87E230;

    font-size: 16px;

    margin-bottom: 10px;

}



.footer .right .t2 {

    color: #fff;

    font-size: 16px;

}



.footer .logobox {

    display: flex;

    align-items: center;

}



.footer .logobox .logo {

    max-width: 160px;

    flex-shrink: 0;

}



.footer .logobox .text {

    color: #FFFFFF;

    font-size: 40px;

    margin-left: 30px;

    line-height: 1.7;

}



.footer .copy {

    color: #fff;

    font-size: 14px;

    margin-top: 20px;

}



.footer .copy2 {

    color: #fff;

    font-size: 12px;

    text-align: center;

    display: none;

    padding-top: 10px;

}



.success {

    padding-top: 8%;

    text-align: center;

}



.success .price {

    text-align: center;

    color: #284425;

    font-size: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.success .price .p1 {

    color: #E3101E;

    font-size: 30px;

    font-weight: bold;

}



.success .code {

    margin: 30px auto;

    background-color: #fff;

    border: 1px solid #EEEEEE;

    padding: 15px;

    width: 240px;

}



.success .code img {

    width: 100%;

}



.success .tt {

    text-align: center;

    color: #284425;

    font-size: 16px;

}



.default-btn {

    display: inline-block;

    color: #fff;

    font-size: 18px;

    height: 48px;

    line-height: 48px;

    background-color: #619034;

    text-align: center;

    width: 400px;

    max-width: 100%;

    transition: all .3s ease;

}



.default-btn:hover {

    opacity: .9;

}



.success .icon {

    text-align: center;

}



.success .icon img {

    max-width: 150px;

}



.success .t1 {

    color: #284425;

    font-size: 24px;

    margin: 30px 0 20px;

}



.success .t2 {

    color: #284425;

    margin-bottom: 50px;

    font-size: 16px;

}



.zslist {

    display: flex;

    flex-wrap: wrap;

    margin: 0 -20px;

}



.zslist li {

    /* width: 33.3%;

    padding: 0 20px;

    margin-bottom: 20px; */
    width: 30.3%;
    padding: 0 112px 20px;
    margin-bottom: 20px;

}



.zslist li .pic {

    overflow: hidden;

}



.zslist li .pic img {

    width: 100%;

}



.zslist li .tt {

    position: relative;

    color: #5B6A59;

    font-size: 14px;

    text-transform: uppercase;

    padding-left: 35px;

    margin-top: 4px;

}



.zslist li .tt::before {

    content: "";

    position: absolute;

    left: 12px;

    top: 2px;

    width: 10px;

    height: 10px;

    border: 3px solid #284425;

    line-height: 1.7;

}



.order-title {

    color: #284425;

    font-size: 36px;

    padding-bottom: 15px;

    font-weight: normal;

}



.orderbox {

    padding: 8% 0;

}



.order-flex {

    display: flex;

}



.order-left .line {

    background-color: #CCCCCC;

    height: 1px;

    margin-bottom: 50px;

}



.order-right {

    flex-shrink: 0;

    width: 420px;

    background-color: #FAFAFA;

    padding: 50px;

}



.order-left {

    flex: 1;

    overflow: hidden;

    padding-right: 6%;

}



.submit-btn {

    display: block;

    background-color: #619034;

    color: #fff;

    text-align: center;

    font-size: 14px;

    height: 44px;

    line-height: 44px;

    transition: all .3s ease;

}



.submit-btn:hover {

    opacity: .9;

}



.order-right .t0 {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #000000;

    font-size: 14px;

    line-height: 2;

}



.order-right .total {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #000000;

    font-size: 24px;

    margin-top: 40px;

    margin-bottom: 120px;

}



.order-right .total .price {

    font-size: 14px;

}



.order-right .total .price span {

    font-size: 24px;

    font-weight: bold;

}



.order-left .infoflex {

    display: flex;

    border-bottom: 1px solid #CECECE;

    margin-bottom: 50px;

}



.order-left .infoflex .info {

    flex: 1;

    margin-bottom: 20px;

}



.order-left .infoflex .info+.info {

    margin-left: 20px;

}



.order-left .tt {

    display: flex;

    align-items: center;

    color: #284425;

    font-size: 20px;

    margin-bottom: 30px;

}



.order-left .tt span {

    display: inline-block;

    margin-right: 12px;

}



.order-left .tt img {

    height: auto;

    cursor: pointer;

}



.goods-info {

    display: flex;

    align-items: center;

    max-width: 350px;

}



.goods-info .pic {

    width: 88px;

    flex-shrink: 0;

}



.goods-info .pic img {

    width: 100%;

    height: auto;

}



.goods-info .name {

    color: #284425;

    font-size: 16px;

    margin-left: 15px;

    flex: 1;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    text-align: left;

}



.table-info {

    width: 100%;

}



.table-info th {

    color: #fff;

    font-size: 14px;

    background-color: #9DA89F;

    text-align: center;

    padding: 15px;

}



.table-info td {

    color: #284425;

    font-size: 14px;

    border-bottom: 1px solid #EEEEEE;

    padding: 20px;

    text-align: center;

    word-break: break-all;

}



.address {

    color: #284425;

    font-size: 14px;

    line-height: 1.6;

}



.address p+p {

    margin-top: 6px;

}



.paylist {

    display: flex;

    flex-wrap: wrap;

}



.paylist li {

    width: auto;

    margin-right: 15px;

    margin-bottom: 10px;

}



.paylist li a {

    display: flex;

    width: 150px;

    height: 34px;

    align-items: center;

    border: 1px solid #619034;

    color: #333333;

    position: relative;

    font-size: 14px;

    justify-content: center;

}



.paylist li a::after {

    content: "";

    position: absolute;

    right: 1px;

    bottom: 1px;

    z-index: 1;

    width: 12px;

    height: 12px;

    background-image: url(../images/sj.png);

    background-repeat: no-repeat;

    background-size: 100% 100%;

    display: none;

}



.paylist li img {

    margin-right: 10px;

}



.paylist li .on::after {

    display: block;

}



.mask {

    position: fixed;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    z-index: 2999;

    background-color: rgba(0, 0, 0, .4);

    padding: 20px;

    display: none;

    overflow-y: auto;

    overflow-x: hidden;

}



.mask .content {

    background-color: #fff;

    position: relative;

    width: 836px;

    max-width: 100%;

    margin: 0 auto;

    top: 0;

}



.mask .content.mid {

    top: 50%;

    transform: translateY(-50%);

}



.mask .title {

    font-weight: normal;

    color: #284425;

    font-size: 24px;

    margin-bottom: 50px;

}



.common-btns {

    text-align: center;

    font-size: 0;

}



.common-btns a {

    display: inline-block;

    width: 150px;

    height: 50px;

    line-height: 50px;

    font-size: 14px;

    text-align: center;

}



.common-btns .savebtn {

    color: #fff;

    background-color: #619034;

}



.common-btns .cancelbtn {

    color: #333;

    border: 1px solid #EEEEEE;

    line-height: 48px;

}



.common-btns a+a {

    margin-left: 30px;

}



.mask .common-btns {

    padding: 30px 20px;

    border-top: 10px solid #F5F5F5;

}



.mask .wrap {

    padding: 30px;

}



.mask .info {

    display: flex;

}



.mask .info+.info {

    margin-top: 20px;

}



.mask .info .t0 {

    color: #284425;

    font-size: 14px;

    opacity: .7;

    display: block;

    padding-right: 30px;

    text-align: right;

    width: 96px;

    line-height: 38px;

    flex-shrink: 0;

}



.mask .info .con {

    flex: 1;

    overflow: hidden;

}



.mask .info .flexcon {

    display: flex;

}



.mask .info .flexcon .ss {

    flex: 1;

}



.mask .info .flexcon .ss+.ss {

    margin-left: 20px;

}



.mask .info .layui-textarea {

    padding: 10px 15px;

}



/* 新增css */

.right-fixed {

    position: fixed;

    right: 0;

    top: 50%;

    transform: translateY(-50%);

    z-index: 199;

    width: 240px;

    padding-top: 138px;

    padding-left: 38px;

    padding-right: 48px;

    background-image: url(../images/float.jpg);

    background-repeat: no-repeat;

    background-position: center top;

    height: 362px;

    background-size: 100% auto;

}



.right-fixed .item {

    display: block;

    font-size: 14px;

}



.right-fixed .item+.item {

    margin-top: 20px;

}



.right-fixed .item .icon {

    display: flex;

    align-items: center;

    color: #5DB806;

}



.right-fixed .item .icon img {

    width: 20px;

    height: auto;

    margin-right: 10px;

}



.right-fixed .item .num {

    color: #284425;

    margin-top: 10px;

    font-size: 15px;

}



.right-fixed .btn {

    display: flex;

    align-items: center;

    color: #fff;

    font-size: 14px;

    background-color: #619034;

    height: 36px;

    border-radius: 16px;

    justify-content: center;

    margin-top: 30px;

    width: 144px;

}



.right-fixed .btn img {

    width: 20px;

    margin-right: 10px;

}



.right-fixed .btn:hover {

    opacity: .9;

}



.cplist {

    display: flex;

    flex-wrap: wrap;

    align-items: flex-end;

    margin: 0 -15px;

}



.cplist li {

    width: 33.3%;

    padding: 0 15px;

}



.cplist li .pic {

    overflow: hidden;

}



.cplist li .pic img {

    width: 100%;

}



.cplist li .con {

    margin-top: 12px;

}



.cplist li .t1 {

    color: #333;

    font-size: 14px;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    font-weight: bold;

}



.cplist li .t2 {

    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-top: 10px;

}



.cplist li .cartbtn img {

    max-width: 26px;

}



.cplist li .price {

    color: #E3101E;

    font-size: 14px;

}



.right-fixed .closebtn {

    position: absolute;

    right: 35px;

    top: 4px;

    z-index: 9;

}



.right-fixed .closebtn img {

    width: 24px;

}



.fixedbtn {

    position: fixed;

    right: 4px;

    top: 50%;

    width: 30px;

    height: 30px;

    line-height: 30px;

    background-color: #619034;

    text-align: center;

    z-index: 999;

    border-radius: 50%;

    display: none;

}



.fixedbtn img {

    width: 20px;

}

.index-flex+.index-flex {
    margin-top: 10%;
}

.section1.tempbox {
    padding-top: 0;
}

.section1.tempbox .textbox {
    padding-top: 0 !important;
}

.imgbox.tr {
    text-align: right;
}