*{
    box-sizing: border-box;
}
.foot_top{
    display: none;
}
.index-last-foot{
    background: #fff;
}
.c1200{
    width: 1200px;
}
.RFQ{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 1200px;
}
.RFQ-top{
    display: flex;
    justify-content: center;
    background: #0A3995;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.16);
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
.RFQ-top .c1200{
    height: 48px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.RFQ-filter{
    display: flex;
    align-items: center;
}
.RFQ-filter-label{
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 7px;
}
.RFQ-filter input{
    width: 240px;
    height: 28px;
    background: #EEEEEE;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D8D8D8;
    padding: 0 10px;
}
.RFQ-filter input:focus-visible,.RFQ-filter select:focus-visible{
    outline: none;
}
.select-box{
    display: flex;
    width: 240px;
    height: 28px;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
}
.select-box .select-cont{
    width: 100%;
    border: none;
    appearance: none;
    padding: 0 10px;
    line-height: 28px;
    background: #EEEEEE;
}
.select-box .icon-xiangxiajiantou{
    width: 24px;
    height: 24px;
    background: #FF9933;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
    position: absolute;
    right: 2px;
    top: 2px;
    pointer-events: none;
    line-height: 25px;
    transition: all .4s;
}
.RFQ-filter-btn{
    font-size: 16px;
    color: #FFFFFF;
    width: 136px;
    height: 32px;
    background: #FF9933;
    border-radius: 16px 16px 16px 16px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}
.banner{
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.new-box{
    background: #0A3995;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    margin-bottom: 53px;
}
.new-box-title{
    padding: 12px 35px;
    font-weight: 700;
    font-size: 24px;
    color: #FFD2A0;
    display: flex;
    align-items: center;
}
.new-box-title div{
    width: 48px;
    height: 28px;
    background: #FF9933;
    margin-right: 12px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
}
.new-box-cont{
    border-radius: 12px 12px 12px 12px;
    padding: 40px 35px 30px;
    background: #fff;
}
.new-box-cont-list{
    display: flex;
    flex-wrap: wrap;
}
.new-item{
    margin-right: 20px;
    width: 210px;
    margin-bottom: 28px;
    cursor: pointer;
}
.new-item:hover>img{
    box-shadow: 0 0 11px 0px #041e5738;
}
.new-box-cont .new-item:nth-child(5n){
    margin-right: 0;
}
.new-item>img{
    width: 210px;
    height: 210px;
    background: #ffffff;
    border-radius: 16px 16px 16px 16px;
    object-fit: contain;
    margin-bottom: 10px;
    transition: all .4s;
}
.new-item .limit-2,.hot-item-btm .limit-2{
    font-weight: 700;
    font-size: 16px;
    color: #0A3995;
    line-height: 22px;
    height: 44px;
    margin-bottom: 8px;
}
.price{
    color: #FF9933;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.price span{
    font-size: 14px;
    color: #999999;
}
.new-item-btn{

}
.new-item-btn div{
    height: 32px;
   display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 16px;
}
.new-item-btn .type1{
 width: 44%;
    background: #0A3995;
    max-width: 122px;
}
.new-item-btn .type2{
    background: #FF9933;
    width: 52%;
    max-width: 152px;
}
.new-item-btn div img{
    width: 20px;
    object-fit: contain;
    margin-right: 6px;
}
.RFQ-more{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding-top: 20px;
    width: fit-content;
    margin: 0 auto;
}
.RFQ-more img{
    cursor: pointer;
    width: 15px;
    height: 14px;
    margin-right: 21px;
    transition: all .3s;
}
.RFQ-more svg{
    cursor: pointer;
    width: 15px;
    height: 14px;
    margin-right: 21px;
    transition: all .3s;
}
.RFQ-more div{
    cursor: pointer;
    font-size: 16px;
    color: #0A3995;
    border-bottom: 1px solid #fff;
}
.RFQ-more .on{
    transform: rotate(180deg);
}
.RFQ-item-title{
    margin-bottom: 16px;
    font-weight: 700;
    font-size: 24px;
    color: #FFD2A0;
    display: flex;
    align-items: center;
}
.RFQ-item-title img{
    height: 28px;
    margin-right: 14px;
    object-fit: contain;
}
.RFQ-item-menu{
    margin-bottom: 20px;
    padding: 0 28px;
    background: #FFFFFF;
    height: 50px;
}
.RFQ-item-menu .swiper-slide{
    padding: 0 8px;
    font-size: 16px;
    color: #767676;
    width: fit-content !important;
    line-height: 50px;
    cursor: pointer;
}
.RFQ-item-menu .swiper-slide:hover{
    color: #0A3995;
}
.RFQ-item-menu .on{
    color: #0A3995;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.RFQ-item-menu .prev,.RFQ-item-menu .next{
    position: absolute;
    cursor: pointer;
    top: 0;
    width: 20px;
    height: 50px;
    background: #FF9933;
    text-align: center;
    line-height: 50px;
    z-index: 2;
}
.RFQ-item-menu .swiper-button-disabled{
    background: #D8D8D8;
}
.RFQ-item-menu .prev i,.RFQ-item-menu .next i{
    color: #FFFFFF;
    font-size: 12px;
}
.RFQ-item-menu .prev{
    left: 0;
}
.RFQ-item-menu .next{
    right: 0;
}
.hot-box{
    display: flex;
    flex-wrap: wrap;
}
.hot-item{
    margin-right: 20px;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    overflow: hidden;
    width: 224px;
    transition: all .4s;
    cursor: pointer;
}
.hot-item:hover{
    transform: translateY(-10px);
}
.hot-box .hot-item:nth-child(5n){
    margin-right: 0;
}
.hot-item>img{
    object-fit: contain;
    width: 224px;
    height: 224px;
    background: #ffffff;
    border-radius: 8px 8px 0px 0px;
}
.hot-item-btm{
    padding: 10px 10px 18px;
}
.hot-item-btm .view{
    color: #FF9933;
    font-size: 16px;
    margin-bottom: 10px;
}
.hot-item-btm .view span{
    color: #999999;
}
.good-box{
    display: flex;
    flex-wrap: wrap;
}
.good-item{
    width: 380px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 20px;
    margin-right: 30px;
    padding: 20px 0 18px;
    cursor: pointer;
    transition: all .4s;
}
.good-item:hover{
    transform: translateY(-10px);
}
.good-box .good-item:nth-child(3n){
    margin-right: 0;
}
.good-item-top{
    display: flex;
    padding: 0 20px 20px;
    border-bottom: 1px dotted #0A3995;
    margin-bottom: 20px;
}
.good-item-top img{
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #ffffff;
    margin-right: 10px;
    object-fit: contain;
}
.good-item-top .limit-2{
    font-weight: 700;
    font-size: 18px;
    color: #0A3995;
    line-height: 20px;
    height: 40px;
    margin-bottom: 10px;
}
.good-item-top .year{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    height: 20px;
    background: linear-gradient(180deg, #FF9933 0%, #FFD2A0 100%);
    border-radius: 4px 4px 4px 4px;
    width: fit-content;
    padding: 2px 6px 2px 1px;
    border: 1px solid #FF9933;
}
.good-item-top .year div{
    font-size: 12px;
    color: #3D3D3D;
    margin-right: 8px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    height: 17px;
    width: 17px;
    line-height: 17px;
}
.good-item-btm{
    padding: 0 20px;
}
.good-goods{
    display: flex;
    margin-bottom: 15px;
}
.good-goods-item{
    width: 100px;
    margin-right: 20px;
}
.good-goods-item img{
    width: 100px;
    height: 100px;
    background: #ffffff;
    object-fit: contain;
    margin-bottom: 5px;
}
.good-goods-item .limit-2{
    font-size: 14px;
    color: #3D3D3D;
    line-height: 20px;
    height: 40px;
}
.d-flex{
    display: flex;
}
.right-option{
    position: fixed;
    width: 60px;
    background:rgba(255,255,255,.4);
    border-radius: 8px 8px 8px 8px;
    padding: 20px 0 5px;
    z-index: 11;
    top: 50vh;
    right: calc(50% - 690px);
}
.right-option-item{
    margin-bottom: 15px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.right-option-item .img{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 5px;
    padding: 9px;
}
.right-option-item .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.right-option-item div{
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
}
.right-option-item-box{
    width: 90px;
    height: 90px;
    position: absolute;
    padding: 10px;
    border-radius: 8px 0 0 8px;
    background: #68789A;
    top: -12px;
    pointer-events: none;
    right: 60px;
    opacity: 0;
    transition: all .3s;
}
.right-option-item-box img{
    width: 100%;
    height: 100%;
    background: #fff;
}
.right-option-item:hover .kffa{
    display: block;
}
.kffa{background: url('../imgs/layouts/7.png') no-repeat; width: 150px;height: 65px; position: absolute;margin-right: 35px; z-index: 999;left: -120px; padding: 13px 30px 13px 25px; display: none; }
.kffa a{color:#666666; line-height:14px; font-size: 14px;  }
.kffa a:hover{color:#006666;text-decoration: underline;  }

.more10 .new-item:nth-child(n+11){
    display: none;
}
.more10 .hot-item:nth-child(n+11){
    display: none;
}
.more6 .good-item:nth-child(n+7){
    display: none;
}
.RFQ-filter .news-left-out1{
    right: 0;
    left: unset;
    bottom: 30px;
    top: unset;
}
.list-choose p {
    margin: 0;
}
.rot180{
    transform: rotate(180deg);
}
@media screen and (max-width: 1402px) {
    .right-option{
        right: 0;
    }
}
