.not_banner{
    height: 540px;
    min-height: 540px;
}
.not_banner img{
    height: 540px;
    min-height: 540px;
}

.products .top {
    overflow: hidden;
}

.products .top .current {
    height: 80px;
    background: rgba(247, 247, 247, 0.8);
    width: 100%;
    cursor: pointer;
}

.products .top .current .joke {
    width: 1398px;
    max-width: 90%;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
}

.products .top .current .joke a,
.products .top .current .joke p {
    font-size: 14px;
    font-family: X-ZhongHei;
    font-weight: normal;
    color: #121212;
    transition: 0.6s;
    display: inherit;

}

.products .top .current .joke a:hover {
    color: #ff6700;
}

.products .top .current .joke p {
    margin: 0 17px;
    filter: invert();
    opacity: 0.5;
}

.products .top .choose {
    margin: auto;
}

.products .top .choose .headline {
    width: 1398px;
    margin: auto;
    height: 100px;
    display: flex;
    align-items: center;
}

.products .top .choose .headline .joke {
    cursor: pointer;
}

.products .top .choose .headline > img {
    margin: 0 14px 0 0;
}

.products .top .choose .headline div {
    display: flex;
    align-items: center;
}

.products .top .choose .headline div p {
    font-size: 18px;
    color: #666;
    margin: 0 14px 0 0;
}

.products .top .choose .background {
    height: 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #eee;
    background: #f7f7f7;
    display: flex;
    align-items: center;
    transition: 0.7s;
    overflow: hidden;
}
.products .top .choose:hover .background{
    border-top: 1px solid #eee;
    height: 122px;
}
.products .top .choose:hover .current p{
    transform: rotate(90deg);
}

.products .top .choose .background .joke {
    width: 1398px;
    margin: auto;
    display: flex;
    height: 122px;
    align-items: center;
}
.products .top .choose .background .item{
    width: 150px;
    text-align: center;
}
.products .top .choose .background .item .img {
    width: 62px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto;
}
.products .top .choose .background .item .img img{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s;
}
.products .top .choose .background .item .img img:nth-child(2) {
    opacity: 0;
}
.products .top .choose .background .item .text{
    margin: 12px 0 0 0;
    font-size: 14px;
    color: #666;
    transition: 0.5s;
}
.products .top .choose .background .item:hover .img img:first-child,.products .top .choose .background .item.on .img img:first-child{
    opacity: 0;
}
.products .top .choose .background .item:hover .img img:nth-child(2),.products .top .choose .background .item.on .img img:nth-child(2){
    opacity: 1;
}
.products .top .choose .background .item:hover .text,.products .top .choose .background .item.on .text{
    color: #ed6d00;
}
.products .top .screening {
    overflow: hidden;
}

.products .top .screening .wrap {
    width: 1398px;
    max-width: 90%;
    margin: 38px auto 36px;
}

.products .top .screening .wrap .item {
    display: flex;
}

.products .top .screening .wrap .item:not(:last-child) {
    margin: 0 0 30px 0;
}

.products .top .screening .wrap .item .introduce {
    font-size: 14px;
    font-family: PingFang SC b;
    color: #000000;
    margin: 0 29px 0 0;
    white-space: nowrap;
    height: 19px;

    position: relative;
    top: 0px;
}

.products .top .screening .wrap .item .grid {
    display: flex;
    flex-wrap: wrap;
}

.products .top .screening .wrap .item .grid .list {
    display: flex;
    align-items: center;
    margin: 0 20px 8px 0;
    cursor: pointer;
    min-width: 115px;
}

.products .top .screening .wrap .item .grid .list .circle {
    width: 20px;
    height: 20px;
    border: 1px solid #555555;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    margin: 0 10px 0 0;
}

.products .top .screening .wrap .item .grid .list .circle .iconfont {
    color: #fff;
    font-size: 18px;
    opacity: 0;
    transition: 0.6s;
    font-weight: 100;
}

.products .top .screening .wrap .item .grid .list p {
    font-size: 12px;
    font-family: PingFang SC m;
    font-weight: normal;
    color: #000000;
}

.products .top .screening .wrap .item .grid .list.on .circle {
    border: 1px solid transparent;
    background: #ff6700;
}

.products .top .screening .wrap .item .grid .list.on .circle .iconfont {
    opacity: 1;
}

.products .top .screening .wrap .conditions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products .top .screening .wrap .conditions .left {
    display: flex;
    align-items: center;
}

.products .top .screening .wrap .conditions .left .headline {
    display: flex;
    align-items: center;
    margin: 0 35px 0 0;
    position: relative;
}

.products .top .screening .wrap .conditions .left .headline:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #DDDDDD;
}

.products .top .screening .wrap .conditions .left .headline .iconfont {
    color: #000000;
    font-size: 14px;
    margin: 0 7px 0 0;
}

.products .top .screening .wrap .conditions .left .headline p {
    font-size: 14px;
    font-family: PingFang SC b;
    color: #101010;
}

.products .top .screening .wrap .conditions .left .remove {
    font-size: 14px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #A1A2A9;
    text-decoration: underline;
    cursor: pointer;
}

.products .top .screening .wrap .conditions .jg {
    font-size: 14px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #282828;
    position: relative;
    left: 19px;
}

.products .bottom {
    overflow: hidden;
    background: #f7f7f7;
    border-top: 1px solid rgba(85, 85, 85, 0.2);
}

.products .bottom .wrap {
    width: 1398px;
    margin: 60px auto 110px;
    max-width: 90%;
}

.products .bottom .wrap .flex {

}
.products .bottom .wrap .flex .joke{
    display: flex;
    flex-wrap: wrap;
}
.products .bottom .wrap .flex .item {
    width: 331px;
    background: #FFFFFF;
    border-radius: 17px;
    overflow: hidden;
    padding: 70px 19px 32px 19px;
    position: relative;
    display: block;
    margin: 0 24px 24px 0;
}
.products .bottom .wrap .flex .item:nth-child(4n) {
    margin: 0 0 24px 0;
}

.products .bottom .wrap .flex .item .label {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 23;
    width: 67px;
    height: 29px;
    background: #EC6816;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #FFFFFF;
}

.products .bottom .wrap .flex .item .img {
    width: 90%;
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    overflow: hidden;
}

.products .bottom .wrap .flex .item .img img {
    object-fit: contain;
    transition: 2s;
    max-height: 100%;
}

.products .bottom .wrap .flex .item .text .price {
    font-size: 16px;
    font-family: PingFang SC b;
    font-weight: 500;
    color: #EC6816;
    margin: 0 0 5px 0;
}

.products .bottom .wrap .flex .item .text .title {
    font-size: 18px;
    font-family: PingFang SC b;
    font-weight: normal;
    color: #000000;
    margin: 0 0 15px 0;
    transition: 0.7s;
}

.products .bottom .wrap .flex .item .text .text {
    font-size: 12px;
    font-family: PingFang SC m;
    font-weight: normal;
    color: #000000;
}

.products .bottom .wrap .flex .item .text .text p {
    position: relative;
}

.products .bottom .wrap .flex .item .text .text p:not(:last-child) {
    margin: 0 0 9px 0;
}



.products .bottom .wrap .flex .item:hover .img img {
    transform: scale(1.1);
}

.products .bottom .wrap .flex .item:hover .text .title {
    color: #EC6816;
}

.products .bottom .wrap .more_bigger {
    width: 100%;
    margin: 71px auto 0;
    display: flex;
    justify-content: center;
}
.products .bottom .wrap .more_bigger > div{
    width: 106px;
    height: 35px;
    border: 1px solid #000000;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
}

.products .bottom .wrap .more_bigger p {
    font-size: 12px;
    font-family: MiSans;
    font-weight: 500;
    color: #2C2C2C;
    margin: 0 9px 0 0;
    transition: 0.7s;
}

.products .bottom .wrap .more_bigger .iconfont {
    color: #000000;
    font-size: 13px;
    transform: rotate(90deg);
    font-weight: bold;
    transition: 0.7s;
}

.products .bottom .wrap .more_bigger:hover > div {
    background: #ec6816;
    border: 1px solid transparent;
}

.products .bottom .wrap .more_bigger:hover  p {
    color: #fff;
}

.products .bottom .wrap .more_bigger:hover .iconfont {
    color: #fff;
}

/*# sourceMappingURL=products.css.map */

@media screen and (max-width: 1900px) {
    .not_banner img,.not_banner{
        height: auto;
        min-height: auto;
    }
    .products .bottom .wrap .flex .item{
        width: 23.6%;
    }
}
@media screen and (max-width: 1435px) {
    .products .bottom .wrap .flex .item {
        padding: 24px 19px 32px 19px;
        width: 23.4%;
    }
    .products .bottom .wrap .flex .item .text .text p{
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width: 1254px) {
    .products .bottom .wrap .flex .item {
        width: 23.1%;
    }
    .products .bottom .wrap .flex .item .img{
        height: 164px;
    }
    .products .bottom .wrap .flex .item .text .title{
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 1055px) {
    .products .bottom .wrap .flex .item .img {
        height: 147px;
    }
    .products .bottom .wrap .flex .item {
        width: 22.9%;
    }
}
@media screen and (max-width: 1023px) {
    .products .top .current{
        height: 60px;
    }
    .products .top .choose .background .joke{
        width: 100%;
    }
    .products .top .choose .background .item{
        width: 100%;
    }
    .products .top .choose .background .item .img{
        width: 37px;
        height: 37px;
    }
    .products .top .choose .background .item .text{
        font-size: 12px;
    }
    .products .top .screening .wrap .item{
        flex-direction: column;
    }
    .products .top .screening .wrap .item .introduce{
        margin: 0 0 15px 0;
    }
    .products .top .screening .wrap .conditions{
        flex-direction: column-reverse;
        align-items: unset;
    }
    .products .top .screening .wrap .conditions .jg{
        left: 0;
        margin: 0 0 15px 0;
    }
    .products .bottom .wrap .flex .joke {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-gap: 20px;
        position: relative;
        padding: 0 0 81px 0;
    }
    .products .bottom .wrap .more_bigger {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9999;
    }
    .products .bottom .wrap .more_bigger{
        margin: auto;
    }
    .products .bottom .wrap .flex .item{
        width: 100%;
        margin: 0!important;
    }
    .products .bottom .wrap .flex .item .text .text p {
        -webkit-line-clamp: 1;
    }
    .products .bottom .wrap{
        margin: 22px auto 50px;
    }
}

@media screen and (max-width: 670px) {
    .products .bottom .wrap .flex .joke{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 450px) {
    .products .bottom .wrap .flex .joke{
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px 0;
    }
}