.supply .hot {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.supply .hot .left {
    width: 360px;
    height: 334px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 8px 9px 0px rgba(158, 156, 156, 0.28);
    position: relative;
}

.supply .hot .left .items {
    display: flex;
    justify-self: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    color: #333333;
}

.supply .hot .left .items a {
    display: inline-block;
    width: 33%;
    margin-top: 17px;
    cursor: pointer;
    position: relative;
}

.supply .hot .left .items a:hover {
    color: #FF8A00;
}

.supply .hot .left .title {
    width: 350px;
    height: 40px;
    background: rgba(255, 138, 0, 1);
    padding-left: 10px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
}

.supply .hot .left .items i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.supply .hot .left .pop-cont {
    width: 630px;
    height: 334px;
    padding-left: 10px;
    position: absolute;
    margin-top: -323px;
    margin-left: 360px;
    z-index: 9;
}
.supply .hot .left .pop-cont .item{

    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 334px;
    padding: 0 5px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 138, 0, 1);
}

.supply .hot .left .pop-cont.on {
    display: none;
}

.supply .hot .left .pop-cont a {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
    cursor: pointer;
}

.supply .hot .left .pop-cont a:hover {
    color: #FF8A00;
}

.supply .hot .right {
    width: 819px;
    height: 334px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 8px 9px 0px rgba(158, 156, 156, 0.28);
}

.supply .hot .right .title {
    padding: 0 20px;
    width: 780px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #FF650F;
    padding-bottom: 15px;
}

.supply .hot .right .title em {
    display: inline-block;
    width: 117px;
    height: 21px;
    background: url('/image/supply/here.png');
}

.supply .hot .right .list {
    display: flex;
    justify-content: space-between;
}

.supply .hot .right .list .items {
    width: 180px;
    margin-top: 20px;
}

.supply .hot .right .list .items img {
    width: 180px;
    height: 180px;
}
.supply .hot .right .list .items a {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.supply .hot .right .list .items span {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}

.supply .pro {
    border: 1px solid #DCDCDC;
    margin-top: 20px;
}

.supply .pro .title {
    padding-left: 10px;
    border-bottom: 1px solid #DCDCDC;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.supply .pro .title select {
    width: 120px;
}

.supply .pro .title button {
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    width: 60px;
    height: 30px;
    background: #FF8A00;
    border-radius: 4px;
    border: none;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.supply .pro .title .for-bg {
    width: 198px;
    height: 30px;
    /*background: url('/image/supply/gongyingshang.png')no-repeat center;*/
    background-size: 100%;
    margin-top: 5px;
}

.supply .pro .title .for-sub-bg {
    width: 198px;
    height: 30px;
    /*background: url('/image/supply/supply.png')no-repeat center;*/
    background-size: 100%;
    margin-top: 5px;
}

.supply .pro .title .for-bg em {
    display: inline-block;
    width: 48%;
    height: 30px;
    cursor: pointer;
}

.supply .pro .title .for-sub-bg em {
    display: inline-block;
    width: 48%;
    height: 30px;
    cursor: pointer;
}

.supply .pro .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 10px 20px 10px;
}

.supply .pro .list .items {
    width: 180px;
    margin-top: 20px;
    margin-right: 16px;
}

.supply .pro .list .items img {
    width: 180px;
    height: 180px;
}

.supply .pro .list .items a,.supply .pro .list .items span {
    display: block;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}


/* 子栏目 */

.supply .sub-main {
    display: flex;
    justify-content: space-between;
}

.supply .sub-main .left {
    width: 857px;
    position: relative;
}

.supply .sub-main .list span {
    margin-top: 10px!important;
}

.sub-supply .pro {
    border: none;
}

.sub-supply .pro .title {
    border: 1px solid #DCDCDC;
}

.sub-supply .page-wrap {
    margin-left: -30px;
}

.supply .sub-main .right {
    width: 320px;
}

.supply .sub-main .right .part {
    width: 320px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(220, 220, 220, 1);
    border-top: none;
    margin-top: 20px;
    padding-bottom: 15px;
}

.supply .sub-main .right .part .title {
    width: 308px;
    height: 40px;
    background: rgba(254, 172, 18, 1);
    line-height: 40px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(254, 172, 18, 1);
}

.supply .sub-main .right .part-one .items {
    height: 55px;
    padding-left: 55px;
    background: url('/image/supply/logo.png')no-repeat 2px;
    background-size: 40px;
    font-size: 12px;
    position: relative;
    margin-top: 15px;
}

.supply .sub-main .right .part-one .items span {
    display: block;
    color: #333333;
}

.supply .sub-main .right .part-one .items em {
    display: block;
    color: #666666;
    line-height: 19px;
}

.supply .sub-main .right .part-one .items a {
    /*position: absolute;*/
    bottom: 5px;
    right: 10px;
    color: #ff3333;
}

.supply .sub-main .right .part-two .items {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333333;
    padding: 0 5px;
    margin-top: 20px;
}

.supply .sub-main .right .part-two .items span {
    display: inline-block;
    width: 120px;
    height: 16px;
    overflow: hidden;
}

.supply .sub-main .right .part-two .items em {
    display: inline-block;
    width: 240px;
}

.supply .sub-main .right .part-three a {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-top: 20px;
    padding-left: 5px;
}


/* 产品供应详情 */

.supply-det .part-one {
    width: 1160px;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom:20px;
}

.supply-det .part-one .left {
    width: 440px;
}

.supply-det .part-one .gallery-top {
    width: 350px;
    height: 350px;
}

.supply-det .part-one .gallery-top .swiper-slide {
    width: 350px;
    height: 350px;
}

.supply-det .part-one .gallery-top .swiper-slide img {
    width: 350px;
    height: 350px;
}

.supply-det .part-one .gallery-thumbs {
    height: 50px;
    width: 350px;
    margin-top: 20px;
}

.supply-det .part-one .gallery-thumbs .swiper-slide {
    width: 50px;
    height: 50px;
}

.supply-det .part-one .gallery-thumbs .swiper-slide img {
    width: 50px;
    height: 50px;
}

.supply-det .part-one .right {
    width: 732px;
    margin-left: 20px;
}

.supply-det .part-one .right .titles {
    font-size: 24px;
    padding-bottom: 13px;
    border-bottom: 1px solid #feac12;
}

.supply-det .part-one .right .price {
    width: 733px;
    height: 86px;
    background: rgba(255, 244, 234, 1);
    margin-top: 10px;
}

.supply-det .part-one .right .price span {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #666666;
    padding-top: 30px;
}

.supply-det .part-one .right .price em {
    display: inline-block;
    margin-left: 20px;
    font-size: 18px;
    color: #FF0000;
    margin-top: 15px;
}

.supply-det .part-one .right .items {
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*flex-wrap: wrap;*/
    /*margin-top: 20px;*/
    /*padding-left: 20px;*/
}

.supply-det .part-one .right .items span {
    display: inline-block;
    width: 50%;
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

.supply-det .part-one .right .opt button {
    display: inline-block;
    width: 180px;
    height: 40px;
    background: rgba(255, 237, 237, 1);
    border: 1px solid rgba(255, 0, 0, 1);
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #FF0000;
    /*margin-left: 20px;*/
    margin-top: 50px;
}

.supply-det .part-one .right .opt .light {
    border: none;
    background: #FF0000;
    color: #ffffff;
}

.supply-det .part-one .right .tips {
    margin-left: 20px;
    margin-top: 40px;
}

.supply-det .part-one .right .tips span {
    display: inline-block;
    height: 28px;
    padding-left: 40px;
    background: url('/image/supply/dianhua.png')no-repeat left;
    background-size: 28px;
    font-size: 18px;
    color: #333333;
}

.supply-det .part-one .right .tips em {
    display: inline-block;
    margin-left: 20px;
    color: #999999;
    font-size: 12px;
}

.supply-det .part-one .right .tips i {
    color: #FF0000;
}

.supply-det .part-two {
    display: flex;
    justify-content: space-between;
}

.supply-det .part-two .left {
    width: 320px;
}

.supply-det .part-two .left .top {
    width: 310px;
    padding: 0 5px;
    /*height: 560px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.supply-det .part-two .left .top .title {
    height: 58px;
    border-bottom: 1px solid #D2D2D2;
    line-height: 58px;
    padding-left: 40px;
    background: url('/image/supply/huiyuan.png')no-repeat left;
    background-size: 30px 22px;
}

.supply-det .part-two .left .top .items {
    margin-top: 15px;
}

.supply-det .part-two .left .top span {
    display: inline-block;
    width: 80px;
    font-size: 14px;
    color: #333333;
}

.supply-det .part-two .left .top em {
    color: #999999;
    font-size: 14px;
}

.supply-det .part-two .left .top .tips {
    color: #FF0000;
    font-size: 14px;
    margin-top: 20px;
}

.supply-det .part-two .left .opt button {
    display: inline-block;
    width: 130px;
    height: 40px;
    color: #333333;
    border: 1px solid #BFBFBF;
    background: #ffffff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    margin-left: 15px;
    margin-top: 20px;
}

.supply-det .part-two .left .opt .light {
    border: none;
    background: #FF0000;
    color: #ffffff;
}

.supply-det .part-two .left .center {
    width: 310px;
    padding: 0 5px;
    /*height: 270px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.supply-det .part-two .left .center .title {
    height: 58px;
    border-bottom: 1px solid #D2D2D2;
    line-height: 58px;
    padding-left: 40px;
    background: url('/image/supply/chanpin.png')no-repeat left;
    background-size: 26px;
}

.supply-det .part-two .left .center a {
    display: block;
    font-size: 14px;
    color: #333333;
}

.supply-det .part-two .left .bottom {
    width: 310px;
    padding: 0 5px;
    /*height: 980px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.supply-det .part-two .left .bottom .title {
    height: 58px;
    border-bottom: 1px solid #D2D2D2;
    line-height: 58px;
    padding-left: 40px;
    background: url('/image/supply/new.png')no-repeat left;
    background-size: 26px;
}

/*.supply-det .part-two .left .bottom .items {*/
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*margin-top: 20px;*/
/*}*/

.supply-det .part-two .left .bottom .items img {
    width: 90px;
    height: 90px;
    /*margin-right: 10px;*/
    /*margin-left: 10px;*/
}

.supply-det .part-two .left .bottom .items span {
    display: inline-block;
    width: 200px;
    margin-top:7px;
}

.supply-det .part-two .left .bottom .items a {
    display: block;
    font-size: 14px;
    color: #333333;
}

.supply-det .part-two .left .bottom .items i {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    color: red;
}

.supply-det .part-two .right {
    width: 860px;
    margin-top: 20px;
    padding-bottom: 30px;
}

.supply-det .part-two .right .top {
    background: #ffffff;
}

.supply-det .part-two .right .top .tabs {
    height: 58px;
    line-height: 58px;
    border-bottom: 1px solid #D2D2D2;
}

.supply-det .part-two .right .top .tabs span {
    display: inline-block;
    width: 120px;
    line-height: 58px;
    border-right: 1px solid #D2D2D2;
    text-align: center;
    cursor: pointer;
}

.supply-det .part-two .right .top .tabs span.on {
    background: url('/image/supply/lighthight.png')no-repeat top;
    background-size: 120px 10px;
}

.supply-det .part-two .right .top .det {
    padding: 30px;
}

.supply-det .part-two .right .top .det .title {
    display: block;
    font-size: 14px;
    color: #333333;
}

.supply-det .part-two .right .top .det .items {
    display: flex;
    justify-content: flex-start;
    width: 800px;
    flex-wrap: wrap;
}

.supply-det .part-two .right .top .det .items span {
    display: inline-block;
    width: 25%;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}

.supply-det .part-two .right .top .det img {
    max-width: 750px;
    /*height: 1321px;*/
    margin-top: 50px;
}

.supply-det .part-two .right .top .policy {
    padding: 0 30px;
    font-size: 14px;
    color: #333333;
}

.supply-det .part-two .right .top .policy p {
    display: block;
    margin-top: 10px;
}

.supply-det .part-two .right .top .policy span {
    display: block;
    line-height: 30px;
    margin-top: 15px;
}

.supply-det .part-two .right .top .eva .items {
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: flex-start;
}

.supply-det .part-two .right .top .eva .items .left {
    width: 60px;
    margin-right: 20px;
}

.supply-det .part-two .right .top .eva .items .left img {
    width: 60px;
    height: 60px;
}

.supply-det .part-two .right .top .eva .items .left span {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    text-align: center;
}

.supply-det .part-two .right .top .eva .items .right {
    width: 600px;
}

.supply-det .part-two .right .top .eva .items .right p {
    display: block;
    font-size: 12px;
    line-height: 21px;
    color: #333333;
    margin-top: -20px;
}

.supply-det .part-two .right .top .eva .items .right div {
    margin-top: 20px;
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: space-between;
}

.supply-det .part-two .right .top .eva .items .right span {
    display: inline-block;
    width: 200px;
}

.supply-det .part-two .right .top .cont.on {
    display: none;
}

.supply-det .part-two .right .bottom {
    width: 820px;
    padding: 20px;
    /*height: 336px;*/
    background: rgba(255, 255, 255, 1);
    margin-top: 20px;
}

.supply-det .part-two .right .bottom .title {
    height: 18px;
    line-height: 18px;
    border-left: 4px solid #FEAC12;
    padding-left: 10px;
    font-size: 14px;
}

.supply-det .part-two .right .bottom .list {
    display: flex;
    justify-content: space-between;
}

.supply-det .part-two .right .bottom .items {
    width: 138px;
    margin-top: 30px;
}

.supply-det .part-two .right .bottom .items img {
    width: 138px;
    height: 138px;
}

.supply-det .part-two .right .bottom .items a {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
    color: #333333;
}

.supply-det .part-two .right .bottom .det {
    width: 800px;
    height: 40px;
    background: rgba(228, 228, 228, 1);
    padding-left: 12px;
    padding-top: 14px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.supply-det .part-two .right .bottom .det span {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-top: 6px;
}

.supply-det .part-two .right .bottom .det em {
    font-weight: bold;
}
/* 新增搜索框 */
.search-input{
    display: inline-block;
    background: none;
    width: 200px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e4e4e4;
}