body{
    min-width: unset !important;
}
.head{
    height: unset !important;
}
.headFixed{
    top: 0!important;
    position: static!important;
}
.new_buy {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #EEEEEE;
    /*margin-top: -142px;*/
}

/*----*/
.container {
    margin: 0 auto;
}
.section-title {
    position: relative;
    width: 466px;
    line-height: 70px;
    margin: 30px auto 36px;
    border-bottom: 2px solid #ffb700;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.section-title .line {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 31px);
    width: 62px;
    height: 8px;
    background: #ffb700;
}
.container .products {
    clear: both;
    overflow: hidden;
    gap: 17px;
    display: flex;
}
.container .products .left {
    width: 30%;
    background: #fff;
}
.container .products .right{
    width: calc(70% - 17px);
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.section1 a, .section2 a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section1 .img, .section2 .img {
    width: 100%;
    text-align: center;
}
.products .left .img img {
    width: 100%;
    object-fit: contain;
}
.lr-img{
    display: flex;
    gap: 17px;
    flex-grow: 1;
}
.lr-img1, .lr-img2 {
    clear: both;
    overflow: hidden;
}
.lr-img1 .left-img {
    flex: 1;
}
.left-img:nth-child(1) {
    max-width: 32%;
}
.left-img, .right-img {
    background: #fff;
    position: relative;
}
.left-img img, .right-img img {
    max-width: 100%;
    margin: 0 auto;
}
.lr-img2 {
    flex-direction: row-reverse;
}
.lr-img2 .left-img {
    flex: 1;
}
.container .products2 {
    margin-top: 55px;
}
.container .products2 .left-img, .container .products2 .right-img {
    /*margin-left: 0;*/
    /*margin-right: 17px;*/
}
.left-img:nth-child(1) {
    text-align: right;
}
.container .products2 .left, .container .products2 .right {
    /*float: right;*/
}
.products2 .lr-img1 .left-img:nth-child(1) img, .products2 .lr-img1 .left-img:nth-child(2) img, .products2 .lr-img1 .left-img:nth-child(3) img {
    /*width: 265px !important;*/
    /*height: 285px !important;*/
}
.products2 .lr-img1 .left-img:nth-child(1) img, .products2 .lr-img1 .left-img:nth-child(2) img, .products2 .lr-img1 .left-img:nth-child(3) img {
    /*width: 265px !important;*/
    /*height: 285px !important;*/
}
.products .img:hover img {
    opacity: 0.8;
}
/*---*/
/*求购信息*/
.buy{
    background-color: #fff;
    margin-top: 15px;
}
.buy .swiper-container {
    /*width: 1230px;*/
    margin: 0 auto;
    padding-bottom: 170px;
    position: relative;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

.buy  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.buy .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform, -webkit-transform;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 0 14px;
}
.buy .swiper-slide ul {
    padding: 10px;
}
.buy .swiper-slide ul li {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    margin: 38px 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    padding: 27px 34px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.buy .swiper-slide ul li .name {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 15px;
}
.buy .swiper-slide ul li p {
    margin-top: 6px;
    transition: all .2s ease-in-out;
}
.buy .swiper-slide ul li .mybuy {
    width: 134px;
    line-height: 30px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #456598;
    font-size: 14px;
    font-weight: 400;
    color: #456598;
    margin-top: 20px;
    text-align: center;
}
.buy .swiper-slide ul li .icon {
    width: 80px;
    position: absolute;
    bottom: 45px;
    right: 30px;
    z-index: 0;
}
.buy .swiper-slide ul li .icon img {
    width: 80px !important;
    max-width: 100%;
}
.buy .swiper-slide ul li:hover {
    background: #456598;
}
.buy .swiper-slide ul li:hover p {
    color: #fff;
}
.buy .swiper-slide ul li:hover .icon {
    opacity: 0;
}
.buy .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: -45px;
}
.buy .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.buy .swiper-pagination {
    position: relative;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.buy .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.buy .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.buy .buybanner .swiper-pagination-bullet-active {
    background: #456598;
}
.buy .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    background: rgba(204, 203, 203, 1);
    border-radius: 0;
    opacity: 1;
    display: inline-block;
}
.buy .tab{
    width: 204px;
    line-height: 49px;
    background: rgba(65, 87, 124, 1);
    border: 1px solid rgba(65, 87, 124, 1);
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin: 20px auto 0;
    text-align: center;
    display: none;
    cursor: pointer;
}
/*-----*/
.process {
    background: url(../img/buy/process-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 550px;
}
.process .section-title {
    border-bottom-color: #fff;
}
.process .section-title {
    color: #fff;
}
.process .section-title .line {
    background: #fff;
}
.process ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.process li {
    width: 324px;
    height: 324px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 21px 18px 0px rgb(3 3 3 / 21%);
    border-radius: 50%;
    padding: 0 35px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.process li p:nth-child(1) {
    font-size: 70px;
    font-family: fantasy;
    font-weight: 400;
    color: rgba(65, 87, 124, 1);
    line-height: 82px;
}
.process li p {
    width: 100%;
}
.process li p:nth-child(2) {
    font-size: 24px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 28px;
    border-bottom: 2px solid rgba(65, 87, 124, 1);
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.process li p:nth-child(3) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(119, 118, 118, 1);
    line-height: 24px;
}
/*----*/
.serve {
    margin: 0 auto 80px;
}
.serve ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}
.serve li {
    width: calc((100% - 100px) / 3);
    background: rgba(253, 253, 254, 1);
    box-shadow: 3px 3px 5px 0px rgb(0 0 0 / 20%);
    padding: 20px 29px;
    box-sizing: border-box;
}
.serve li .icon-name {
    display: flex;
    align-items: center;
}
.serve li .icon {
    width: 37px;
}
.serve li .name {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-left: 23px;
}
.serve li .desc {
    font-size: 14px;
    font-weight: 400;
    color: rgba(118, 118, 118, 1);
    line-height: 24px;
    margin-top: 20px;
}
.in img {
    border: 0;
    vertical-align: middle;
    width: 30px !important;
    height: 30px !important;
    max-width: 30px !important;
    max-height: 30px !important;
}
.text-bottom {
    display: none;
    justify-content: center;
    /*padding: 0 10px;*/
    margin-top: 15px;
    gap: 10px;
}
.text-bottom div {
    width: 110px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 20px;
}

.header-img {
    position: relative;
    display: none;
}
.header-img img {
    max-width: 100%;
}
.dialog-submit {
    width: 260px;
    height: 465px;
    left: calc(50% - 130px);
    top: calc(50% - 232px);
    padding: 2px 15px 0;

    /*width: 360px;*/
    /*height: 430px;*/
    position: absolute;
    /*left: calc(50% - 180px);*/
    /*top: calc(50% - 210px);*/
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    /*padding: 20px 30px 0;*/
    box-sizing: border-box;
}

.dialog-submit .tit {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(65, 87, 124, 1);
    position: relative;
    text-align: center;
    margin-bottom: 6px;
}

.dialog-submit .tit .line {
    width: 100%;
    height: 3px;
    background: rgba(65, 87, 124, 1);
    position: absolute;
    top: calc(50% - 1.5px);
    left: 0;
}

.dialog-submit .tit span {
    position: relative;
    background: #fff;
    padding: 0 24px;
    z-index: 10;
}

.dialog-submit .text-input {
    line-height: 44px;
    width: 96%;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(134, 160, 204, 1);
    padding-left: 10px;
    font-size: 13px;
}

.dialog-submit .num {
    display: block;
    justify-content: flex-end;
    font-size: 24px;
    font-weight: 400;
    color: rgba(119, 118, 118, 1);
    margin: 6px 0;
}
.dialog-submit .num span{
    cursor: pointer;
}

.dialog-submit .num input {
    flex: 1;
    width: 87px;
    line-height: 41px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 227, 230, 1);
    margin: 0 5px;
    box-sizing: border-box;
    text-align: center;
    font-size:16px;
    font-weight:400;
    color:rgba(119,118,118,1);
}

/* 谷歌 */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
.input-append button[type=button] {
    background-image: url(../img/choose_date.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 3px;
    width: 30px;
    height: 30px !important;
    background-color: #fff;
    border: none;
    vertical-align: middle;
}
/* 火狐 */
input{
    -moz-appearance:textfield;
}

.dialog-submit .num span {
    width: 48px;
    height: 41px;
    display: block;
    line-height: 41px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(223, 227, 230, 1);
}

.dialog-submit .num p {
    font-size: 14px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.dialog-submit .nums {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dialog-submit .desc textarea {
    width: 100%;
    height: 76px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(222, 227, 230, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(119, 118, 118, 1);
    box-sizing: border-box;
    padding-top: 10px;
    padding-left: 10px;
}
.imgs {
    font-size: 14px;
    font-weight: 400;
    color: rgba(65, 87, 124, 1);
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 8px 0;
    text-align: left;
}
.imgs-title {
    margin-bottom: 10px;
}
.imgs div span {
    display: inline-block;
    width: 28px;
    line-height: 28px;
    background: rgba(249, 251, 251, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(181, 181, 181, 1);
    margin-left: 10px;
}
.yg_content{
    position: relative;
    display: inline-block;
    width: 50px;
    line-height: 30px;
    height: 50px;
    background: rgba(249, 251, 251, 1);
    font-size: 14px;
    font-weight: 400;
    color: rgba(181, 181, 181, 1);
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
.fileimg{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.yg_content img{
    width: 50px !important;
    height: 50px !important;
}

.dialog-submit .button {
    line-height: 40px;
    background: rgba(65, 87, 124, 1);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.input-append {
    display: flex;
    align-items: center;
}
.main_tit {
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    width: auto;
    padding: 0 3px 5px 3px;
    color: #012c62;
}
.shipinshow {
    overflow-x: scroll;
    height: auto;
    overflow-y: hidden;
    margin-top: 15px;
    font-size: 13px;
    width: 100%;
    padding-left: 2.5%;
    padding-bottom: 20px;
}
.home_venue_item {
    margin-right: 10px;
    background: #fff;
    border-radius: 10px;
}
.agent_recommend_banner .home_venue_picture {
    width: 100px;
    height: 95px;
}
.home_partner_img {
    display: table-cell;
    vertical-align: middle;
}
.agent_recommend_banner .home_venue_name {
    font-size: 12px;
    margin: 10px 0px 10px 8px;
}
.home_venue_name {
    width: 95px;
}
.home_venue_picture img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.home_partner_img img {
    width: 100%;
    padding: 5px;
}



.swiper-slide,.swiper-container{
    height: fit-content !important;
}
.wap-show{
    display: none;
}
@media (max-width: 992px) {
    .wap-show{
        display: block;
    }
    .pc-show{
        display: none;
    }
    .quotations{
        display: none;
    }
    .header-img{
        display: block;
        /*margin-top: 50px;*/
    }
    .purchasing{
        padding-top: 50px;
        background: #FBFAFA;
    }
    .banner .swiper-wrapper .swiper-slide a>img{
        min-height: 500px;
    }
    .dialog-submit{
        padding: 10px 15px;
        width: 260px;
        max-height: 500px;
    }
    .dialog-submit .num{
        flex-wrap: wrap;
    }
    .dialog-submit .num p{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .dialog-submit .buy-input-height{
        height: 35px !important;
        line-height: 35px !important;
    }
    .dialog-submit .desc textarea{
        height: 52px;
    }
    xm-select {
        line-height: 35px !important;
        height: 35px !important;
    }
    .imgs{
        flex-direction: column;
        align-items: flex-start;
    }
    .imgs span{
        margin-bottom: 10px;
    }
    #order_quantity{
        flex: 1;
    }
    #order_end_time{
        width: 194px !important;
    }
    .section-title{
        font-size: 25px;
        width: 250px;
        margin: 3px auto 30px !important;
        padding: 0 !important;
    }
    .section-title .line{
        height: 6px;
        bottom: -4px;
    }
    .container .products{
        flex-direction: column;
        gap: 10px;
    }
    .container .products .left{
        width: 100%;
    }
    .products .left .img img{
        max-height: 300px;
    }
    .container .products .right{
        width: 100%;
    }
    .container .products .right{
        gap: 10px;
    }
    .lr-img{
        gap: 10px;
    }
    .container .products2{
        margin-top: 10px;
    }
    .buy{
        margin-top: 30px;
    }
    .buy .swiper-slide{
        gap: 0;
        grid-template-columns: repeat(2,1fr);
    }
    .buy .swiper-slide ul{
        padding: 7px;
    }
    .buy .swiper-slide ul li{
        margin: 0;
        padding: 12px;
        font-size: 10px;
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    }
    .buy .swiper-slide ul li .name{
        height: 48px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: initial;
        margin-bottom: 0;
    }
    .buy .swiper-slide ul li p{
        margin: 0;
        line-height: 24px;
        position: relative;
        z-index: 1;
    }
    .buy .swiper-slide ul li .mybuy{
        margin-top: 10px;
        width: 100%;
        color: #333;
    }
    .buy .swiper-slide ul li .icon{
        width: 50px;
        position: absolute;
        bottom: 60px;
        right: 5px;
        z-index: 10;
        opacity: 0.8;
        display: block;
    }
    .buy .swiper-slide ul li .icon img{
        width: 100%;
        object-fit: contain;
    }
    .process{
        display: none;
    }
    .buy .swiper-container{
        padding-bottom: 30px;
        margin-left: -7px;
        width: calc(100% + 14px);
    }
    .buy .swiper-container-horizontal>.swiper-pagination-bullets{
        display: none;
    }
    .buy .tab{
        display: block;
    }
    .serve{
        margin-bottom: 25px;
    }
    .serve ul{
        gap: 10px;
    }
    .serve li{
        width: 100%;
        padding: 8px;
        height: 140px;
    }
    .serve li .icon img{
        width: 24px !important;
    }
    .serve li .name{
        font-size: 14px;
        margin-left: 6px;
    }
    .serve li .icon{
        width: 24px;
    }
    .serve li .desc{
        margin-top: 3px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .swiper-container{
        padding-bottom: 30px !important;
    }
}
