body{
    background: #f1f1f1;
    margin: 0;
    font-family: MicrosoftYaHei;
}

body a{
    text-decoration: none;
}

body ul{
    list-style: none;
}

.header-row{
    width: 100%;
    height: 30px;
    font-size: 8px;
    font-family: MicrosoftYaHei;
}
.header-row .home{
    width: fit-content;
    margin: 5px 0 5px 13%;
    font-size: 14px;
}
.header-row .home a{
    color: #399AFE;
    text-decoration: underline;
}
.header-row .hello{
    width: 22%;
    margin: 5px 0 5px 0;
    font-size: 14px;
    color: #333333;
}

.header-row .login{
    width: 22%;
    margin: 5px 0 5px 38%;
}

.header-row .login .el-divider--vertical{
    margin: 0 3px;
    background: #666666;
    height: 2em;
    vertical-align: text-bottom;
}

.header-row .login a{
    font-size: 14px;
    color: #666666;
}

.header-search{
    /*background: url('/image/header-search-bg.png') no-repeat;*/
    background: #ffffff;
    height: 90px;
    background-size: 100% 100%;
    width: 100%;
    overflow: hidden;
}

.header-search .logo-div {
    float: left;
    width: 20%;
    margin: 15px 0 0 13%;
}

.header-search .logo-div .logo-img{
    margin: 0 0 0 92px;
}

.header-search .logo-div img{
    width: 100px;
    height: 35px;
}

.header-search .logo-tips{
    font-size: 16px;
    color: #399AFE;
    font-weight: 400;
}

.header-search .search-div{
    float: left;
    width: 33%;
    margin: 30px 0 0 25%;
    height: 40px;
    overflow: hidden;
}

.header-search .search-div .select{
    height: 36px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #399AFE;
    border-right: none;
    border-radius: 4px 0 0 4px;
    background: #2B333E;
    opacity: 0.5;
    float: left;
    outline: none;
    padding-left: 5px;
}

.header-search .search-div .input{
    border: none;
    height: 30px;
    color: #ffffff;
    padding: 2px;
    font-size: 14px;
    background: #2B333E;
    opacity: 0.5;
    float: left;
    border-top: 1px solid #399AFE;
    border-bottom: 1px solid #399AFE;
    outline: none;
    width: 70%;
    padding-left: 5px;
}

.header-search .search-div .input::placeholder{
    color: #ffffff;
}

.header-search .search-div .button{
    height: 36px;
    color: #ffffff;
    background: #399AFE;
    float: left;
    border: 1px solid #399AFE;
    border-left: none;
    border-radius: 0 4px 4px 0;
    outline: none;
    width: 40px;
}

.header-cate{
    width: 100%;
    height: 45px;
    border-right: 3px solid #399AFE;
    background: #ffffff;
}

.header-cate .header-all-cate{
    width: 13%;
    margin-left: 1.8%;
    background: #1B5AB3;
    height: 45px;
    position: relative;
}

.header-cate .header-all-cate .grid-content{
    overflow: hidden;
}

.header-cate .header-all-cate span.el-avatar{
    background: none;
    width: 33px;
    height: 33px;
    margin: 8px 0 8px 13px;
    float: left;
}

.header-cate .header-all-cate img{
    width: 33px;
    height: 33px;
}

.header-cate .header-all-cate .cat-text{
    margin: 13px 0 11px 13px;
    font-size: 1.1em;
    color: #ffffff;
    float: left;
}

.header-cate .header-nav{
    width: 81%;
    margin-left: 30px;
    background: #1B5AB3;
    border-radius: 6px;
    height: 45px;
}

.header-cate .header-all-cate.none-gutter{
    border-radius: 6px 0 0 6px;
    margin-left: 2.5%;
}

.header-cate .header-nav.no-gutter{
    width: 82%;
    border-radius: 0 6px 6px 0;
    margin-left: 0;
}

.header-cate .header-nav.no-gutter .nav-list{
    margin-left: 30px;
}

.header-cate .header-nav .nav-list .nav-bar{
    background: none;
    border-bottom: none;
    margin: 0 0 0 20px;
    display: flex;
    justify-content: space-between;
}

.header-cate .header-nav .nav-list .nav-bar .single-nav-bar{
    height: 45px;
    line-height: 45px;
    border-bottom: none;
    padding: 0;
    text-align: center;
}

.header-cate .header-nav .nav-list .nav-bar .single-nav-bar:hover{
    background: #399AFE;
}

.header-cate .header-nav .nav-list .nav-bar .single-nav-bar:focus{
    background-color: #1B5AB3;
}
.header-cate .header-nav .nav-list .nav-bar .single-nav-bar a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.index-box{
    width: 100%;
    background: #ffffff;
}

div.el-tooltip__popper.tooltip-cate{
    width: 13%;
    margin: 0 0 0 1.8%;
    background: #399AFE;
    padding: 0;
}
.index-box .index-cates{
    width: 13%;
    margin: 0 0 0 1.8%;
}
.index-box .index-cates .grid-content{
    width: 96%;
    background: #399AFE;
    margin: auto;
}

.header-cate .hover-cates{
    background: #399AFE;
    margin: auto;
    width: 96%;
    position: absolute;
    left: 2%;
    top: 45px;
    z-index: 999;
    display: none;
}

.header-cate .hover-all-cate .grid-content:hover{
    cursor: pointer;
}

.header-cate .hover-cates-img{
    display: none;
}

.index-box .index-cates .grid-content .el-button,
div.tooltip-cate .el-button,
.header-cate .header-all-cate .hover-cates .el-button{
    background: none;
    border: none;
    color: #ffffff;
    font-size: 0.9em;
    font-weight: 300;
    padding: 8% 20px 8% 10px;
    height: 10%;
}

.index-box .index-cates .grid-content .cate-key-0,div.tooltip-cate .cate-key-0{
    padding-top: 16%;
}

.index-box .index-cates .grid-content>div:hover,.header-cate .header-all-cate .hover-cates>div:hover{
    background: #ffffff;
}

div.tooltip-cate>div:hover{
    background: #ffffff;
}

.index-box .index-cates .grid-content .el-button:hover,
.header-cate .header-all-cate .hover-cates .el-button:hover {
    color: #399AFE;
}

div.tooltip-cate .el-button:hover{
    color: #399AFE;
}
.index-box .index-cates .grid-content .el-button img,
.header-cate .header-all-cate .hover-cates .el-button img{
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

div.tooltip-cate .el-button img{
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

div.cate{
    width: 60%;
    left: 13.8% !important;
}

div.cate .cate-2{
    text-align: right;
}

div.cate .cate-2 a{
    font-family: MicrosoftYaHei;
    color: #404040;
    font-size: 15px;
    font-weight: bold;
}

div.cate .cate-2 a:hover{
    color: #399AFE;
}

div.cate .cate-3{
    width: 86%;
    margin: 0 0 0 1%;
}

div.cate .cate-3 a{
    color: #666666;
    font-size: 13px;
    padding: 2px;
}

div.cate .cate-3 a i{
    margin-left: 2px;
    font-style: normal;
}

div.cate .cate-3 a:hover{
    color: #399AFE;
}

div.cate .el-row{
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
}

div.cate[x-placement^=right] div.popper__arrow{

}

div.cate[x-placement^=right] div.popper__arrow::after{

}

div.cate .cate-2 .cate-3{
    display: inline-block;
}

.index-box .index-carousel{
    width: 54%;
    margin: 1px 0 0 30px;
}

.index-box .index-carousel .carousel-div{
    padding: 0;
}

.index-box .banner-footer{
    padding: 0;
    margin: 18px 0 0 0;
}

.index-box .index-banner{
    width: 26%;
    margin: 1px 0 0 20px;
}

.index-banner .banner-right{
    padding: 0;
    background: url('/image/buy-source-bg.jpg');
    overflow: hidden;
}
.index-banner .banner-right .buy-source{
    margin: 10px auto 0 auto;
    width: 90%;
}

.index-banner .banner-right .dash-line{
    width: 90%;
    height: 2px;

}

.index-banner .banner-right .second-title{
    overflow: hidden;
    margin: 5px 0 5px 5px;
}

.index-banner .banner-right .button-a{
    border: 1px solid #399afe;
    color: #399afe;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

.index-banner .banner-right .first-title span{
    font-size: 14px;
    color: #666666;
    font-weight: 540;
}

.index-banner .banner-right .second-title span{
    float: left;
}

.index-banner .banner-right .second-title .f-1{
    font-size: 18px;
}

.index-banner .banner-right .second-title a{
    float: right;
}

.index-banner .banner-right .third-title p{
    font-size: 24px;
    font-weight: 400;
}

.index-banner .banner-right .third-title p span{
    font-size: 12px;
}

.index-banner .banner-right .buy-source-img{
    height: fit-content;
}

.htcz-box{
    overflow: hidden;
    margin: 40px 0 0 0;
}

.index-banner .banner-right img{
    vertical-align: bottom;
    width: 136px;
}
.index-banner .banner-right img.htzc{
    width: 170px;
}

.index-banner .banner-right img.im-buyer{
    width: 110px;
}

.index-banner .banner-right img.zt{
    width: 160px;
}

.index-banner .banner-right img.gxy-img{
    width: 90px;
}

.index-banner .banner-right img.zdd-img{
    width: 90px;
}

.index-banner .banner-right img.xxlx-img{
    width: 100px;
}

.index-banner .banner-right img.cgdw-img{
    width: 100px;
}

.index-banner .banner-right .third-title{
    margin: 0 0 0 20px;
}

.index-banner .banner-right .third-title img{
    vertical-align: text-bottom;
    margin-right: 10px;
    width: 24px;
}

.index-banner .banner-right .third-title p{
    margin: 5px 0 0 0;
}

.index-banner .banner-right .third-title-source{
    margin: 7px 0 0 20px;
    overflow: hidden;
    height: 10%;
    line-height: 24px;
}

.index-banner .banner-right .third-title-source span{
    display: inline-block;
    font-size: 14px;
    margin: 0;
    width: 57%;
}

.index-banner .banner-right .third-title-source span.s-1{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-banner .banner-right .third-title-source span.s-2{
    width: 25%;
    margin-left: 1%;
    float: left;
}

.index-banner .banner-right .buy-source-list{
    overflow: hidden;
    height: 39%;
}

.index-banner .banner-right .third-title-source span.s-3{
    float: left;
    margin: 0 0 0 1%;
    text-align: right;
    width: 15%;
}

.pro-box{
    width: 80%;
    margin: 0 0 0 10%;
}

.pro-card{
    width: 18%;
    margin-left: 1%;
    display: inline-block;
    height: 300px;
    margin-bottom: 5px;
}

.pro-card .el-card__body {
    text-align: center;
    padding: 0;
}

.pro-card .el-card__body img {
    height: 200px;
    max-width: 100%;
}

.pro-card .el-card__body .pro-img {
    height: 200px;
}

.pro-card .el-card__body .pro-title {
    background-color: #E0EBF6;
    padding: 10px 0 0 0;
    height:100px;
}

.pro-card .el-card__body .pro-title .pro-name {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro-card .el-card__body .pro-title .pro-company {
    color: #1B5AB3;
    font-size: 12px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 5px;
}

.pro-card .el-card__body .pro-title button {
    padding: 5px 20px;
    background-color: #409EFF;
    color: #ffffff;
    margin-top: 10px;
}

.news-div{
    overflow: hidden;
}

.news-nav{
    float: left;
    border-bottom: 2px solid #ddd;
    width: 90%;
    padding: 0;
    margin: 0;
    height: 35px;
}

.news-nav a,.news-more a{
    color: #333333;
    padding: 0 10px;
}

.news-nav a:hover,.news-more a:hover{
    color: #399AFE;
    padding: 0 10px;
}

.news-nav a{
    border-right: 2px solid #dddddd;
}

.news-nav li{
    float: left;
    font-weight: bold;
    font-size: 16px;
    padding: 7px 0;
}
.news-nav li,.news-more li{

}
.news-nav li:hover,.news-more li:hover{
    border-bottom: 2px solid #399AFE;
    cursor: pointer;
}

.news-more{
    float: right;
    font-size: 10px;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #dddddd;
    height: 35px;
    width: 10%;
}

.news-more li{
    float: right;
    font-size: 16px;
    padding: 7px 0;
}

.news-list{
    width: 70%;
    margin: 0 0 0 15%;
}

.news-col{
    width: 40%;
    float: left;
    margin-top: 20px;
}

.news-list-col{
    width: 59%;
    float: right;
}

.video-card{
    height: 160px;
    width: 18%;
    margin-left: 1%;
    display: inline-block;
    cursor: pointer;
}

.video-img{
    width: 100%;
    height: 100%;
    max-height: 161px;
}

.video-img img{
    width: 100%;
    height: 161px;
}

.video-card .el-card__body{
    position: relative;
    padding: 0;
}
.video-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #ACB7C9;
    height: 50px;
}
.video-name{
    float: left;
    color: #202020;
    font-size: 10px;
    word-break: break-all;
    margin: 14px 0 0 10px;
    width: 70%;
}
.video-play{
    width: 22px;
    height: 22px;
    float: right;
    margin-right: 18px;
    margin-top: 14px;
}

.video-play img{
    width: 22px;
}

.news-table{
    background: none;
}

.news-table .el-table__header-wrapper{
    display: none;
    background: none;
}

.news-table tr.el-table__row{
    font-size: 15px;
    cursor: pointer;
    height: 50px;
    background-color: rgba(57,154,254,0.15);
}

.news-table tr.el-table__row td.el-table_1_column_1 div.cell:hover{
    color: #0a50a1;
}

.news-table tr.el-table__row--striped{
    background-color: rgba(255, 255, 255, 0.7);
}

.news-table td.el-table_1_column_1{
    color: #333333;
}
.news-table td.el-table_1_column_2{
    color: #999999;
}

.news-table td.el-table__cell{
    padding: 0;
}

.news-table td.el-table__cell .cell{
    padding: 0 0 0 10px;
    height: 49px;
    line-height: 49px;
    vertical-align: bottom;
}
.news-table td.el-table_1_column_1 .cell:before{
    content: '•';
    color: #399AFE;
    margin-right: 5px;
    font-size: 38px;
    vertical-align: bottom;
}


.news-carousel .demonstration{
    display: inline-block;
    width: 100%;
    margin-top: 330px;
    font-size: 12px;
    background: #1B5AB3;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
}

#indexDom{
    border-right: 3px solid #399AFE;
}

.index-banner .banner-right .first-title img{
    width: 82px;
}

.index-banner .banner-right .second-title img{
    width: 70px;
}

.index-banner .banner-right .third-title img{
    width: 150px;
}

.index-banner .banner-right .buy-source-replay .first-title img{
    width: 150px;
}
.index-banner .banner-right .buy-source-replay .second-title img{
    width: 70px;
}
.index-banner .banner-right .buy-source-replay .third-title img{
    width: 150px;
}

.index-banner .banner-right .buy-source-list .second-title img{
    width: 70px;
}

.index-banner .banner-right .second-title .f-1{
    font-size: 13px;
}

.right-nav{
    width: 40px;
    height: fit-content;
    position: fixed;
    top: 100px;
    right: 2px;
    background: #1b5ab3;
    z-index: 9999;
}

.right-nav ul{
    height: 100%;
    padding: 0;
    margin: 0;
}

.right-nav ul .aside-bar{
    height: 70px;
    padding: 4px 0;
}

.right-nav ul .aside-bar:hover{
    background: #4E89E3;
    cursor: pointer;
}

.right-nav ul .aside-bar a{
    display: block;
    margin: 25px 0 0 0;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}

.right-nav ul .aside-bar img{
    width: 16px;
    height: 18px;
}

.right-nav ul .aside-bar div{
    margin-top: 5px;
}

.right-nav ul li.back-top{
    /*margin: 88px 0 0 0;*/
}

.right-nav ul li.back-top img{
    height: 9px;
}

.right-nav ul li.back-top a{
    /*margin: 40px 0 0 0;*/
}

.right-nav ul li.active{
    background: #4E89E3;
}

.right-nav-hide{

}
.index-sourcing{
    /*margin-top: 20px;*/
    background: url('../image/zc-bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 60px;
}
.index-source .index-source-box{
    width: 80%;
    margin: auto;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    overflow: hidden;
}

.index-source .index-source-box a{
    float: right;
    color: #333333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    line-height: 20px;
    margin-top: 40px;
}
.index-source .index-source-box a:hover{
    color: #399AFE;
}

.index-source .index-source-box .btn{
    background: none;
    border: none;
    padding: 10px;
}

.index-source .index-source-box .btn .title-fir{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.index-source .index-source-box .btn .title-sec{
    display: block;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.index-source .index-source-box .activity-source{
    border-bottom: 2px solid #399AFE;
}

.index-source .index-source-box .btn.activity-source span{
    color: #399AFE;
}

.index-source .form{
    width: 80%;
    margin: 20px auto 0 auto;
}

.index-source .form .input{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 88%;
    height: 26px;
    line-height: 26px;
    border:1px solid rgba(57, 154, 254, 1);
    padding: 0 0 0 10px;
}
.index-source .form .btn{
    width: 10%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(57, 154, 254, 1);
    color: rgba(255, 255, 255, 1);
    border:none;
}

.index-source .form .input::placeholder{
    color: rgba(51, 51, 51, 1);
}

.index-source .table{
    width: 80%;
    margin: 20px auto 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    border-radius: 14px 14px 0 0;
    background-color: rgba(219, 227, 243, 1);
}
.index-source .table thead td{
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: rgba(51, 51, 51, 1);
}
.index-source .table tbody td{
    text-align: center;
    border: 1px solid #D2D2D2;
    line-height: 35px;
    font-size: 13px;
    color: rgba(51, 51, 51, 1);
}
.index-source .table td.fir{
    width: 60%;
}

.index-source .table td.add{
    width: 20%;
}

.index-source .table td.name{
    width: 8%;
}

.index-source .table tbody td.fir{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-source .table tbody td.add{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.index-source .table tbody td.fir a{
    color: #333333;
}
.index-source .table tbody td.fir a:hover{
    color: #399AFE;
}
.index-source .table tbody td.default{
    color: #399AFE;
}
.index-source .table tbody td.success{
    color: #76CC0B;
}
.index-source .table tbody td.end{
    color: #FF5A5A;
}
.index-source .table tbody tr{
    background-color: rgba(255, 255, 255, 1);
}
.index-source .table tbody tr.bg{
    background-color: rgba(246, 249, 251, 1);
}

.index-sourcing .more-source{
    width: 20%;
    margin: 40px auto 0 auto;
    display: block;
    text-align: center;
    color: #333333;
}

.index-sourcing .more-source:hover{
    color: #399AFE;
}

.right-a-btn{
    font-size: 12px;
    color: #399afe;
    float: right;
    border: 1px solid #399afe;
    border-radius: 5px;
    padding: 2px 5px;
}

.sourcing-top{
    float: left;
    width: 45%;
    margin: 4% auto auto 5%;
    padding: 5px 0;
}

.sourcing-top-r{
    float: left;
    width: 45%;
    padding: 5px 0;
    margin-top: 4%;
}

.sourcing-bto1{
    width: 90%;
    margin: 4% auto auto auto;
}

.sourcing-bto2{
    width: 90%;
    margin: 4% auto auto auto;
}

@media (max-width: 1566px) {
    .index-box .index-cates .grid-content .el-button img,
    .header-cate .header-all-cate .hover-cates .el-button img{
        width: 25px;
        height: 25px;
        margin-right: 4px;
    }
    
    .htcz-box{
        overflow: hidden;
        margin: 20px 0 0 0;
    }


    .index-box .index-cates .grid-content .el-button,
    .header-cate .header-all-cate .hover-cates .el-button{
        font-size: 12px;
        padding: 8% 10px 8% 5px;
    }

    .footer-area .el-col-offset-3{
        margin-left: 7.5%;
    }

    .footer-area .footer-qrcode{
        width: 18.5%;
    }

    .header-cate .header-all-cate .cat-text{
        margin: 13px 0 11px 5px;
        font-size: 17px;
    }

    .header-cate .header-all-cate img{
        width: 30px;
        height: 30px;
    }

    .header-cate .header-all-cate span.el-avatar{
        width: 30px;
        height: 30px;
        margin: 11px 0 8px 10px;
    }

    .index-banner .banner-right .buy-source{
        margin: 10px auto;
    }

    .index-banner .banner-right img{
        width: 90px;
    }

    .index-banner .banner-right img.htzc{
        width: 113px;
    }

    .index-banner .banner-right img.zt{
        width: 120px;
    }

    .index-banner .banner-right img.igys{
        width: 87px;
    }

    .index-banner .banner-right img.im-buyer{
        width: 70px;
    }

    .index-banner .banner-right img.gxy-img{
        width: 66px;
    }

    .index-banner .banner-right img.zdd-img{
        width: 66px;
    }

    .index-banner .banner-right img.xxlx-img{
        width: 70px;
    }

    .index-banner .banner-right img.cgdw-img{
        width: 70px;
    }

    .index-banner .banner-right .first-title img{
        width: 70px;
    }


    .index-banner .banner-right .first-title span{
        font-size: 12px;
    }

    .index-banner .banner-right .second-title img{
        width: 60px;
    }

    .index-banner .banner-right .third-title img{
        width: 120px;
    }

    .index-banner .banner-right .buy-source-replay .first-title img{
        width: 80px;
    }
    .index-banner .banner-right .buy-source-replay .second-title img{
        width: 65px;
    }
    .index-banner .banner-right .buy-source-replay .third-title img{
        width: 120px;
    }

    .index-banner .banner-right .buy-source-list .second-title img{
        width: 65px;
    }

    .index-banner .banner-right .third-title-source span{
        font-size: 12px;
    }

    .index-banner .banner-right .third-title p{
        margin: 1px 0 1px 0;
    }

    .index-banner .banner-right .third-title-source{
        margin: 5px 0 0 20px;
        height: 14%;
        line-height: 24px;
    }

    .index-banner .banner-right .third-title-source span.s-1{
        width: 49%;
    }

    .index-banner .banner-right .third-title-source span.s-2{
        width: 30%;
        margin-left: 0;
    }
    .index-banner .banner-right .third-title-source span.s-3{
        width: 20%;
        margin-left: 0;
    }

    .index-banner .banner-right .third-title-source span.s-3 a{
        font-size: 10px;
    }

    .index-banner .banner-right .dash-line{
        margin: 4px auto;
    }

    .header-search .search-div{
        width: 33%;
    }
    .sourcing-top{
        float: left;
        width: 45%;
        margin: auto auto auto 5%;
        padding: 5px 0;
    }

    .sourcing-top-r{
        float: left;
        width: 45%;
        padding: 5px 0;
        margin: auto;
    }

    .sourcing-bto1{
        width: 90%;
        margin: auto;
    }

    .sourcing-bto2{
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 1200px) {
    .index-box .index-cates .grid-content .el-button img,
    .header-cate .header-all-cate .hover-cates .el-button img{
        width: 20px;
        margin-right: 0;
    }
    
    .htcz-box{
        overflow: hidden;
        margin: 20px 0 0 0;
    }

    .index-box .index-cates .grid-content .el-button,
    .header-cate .header-all-cate .hover-cates .el-button{
        font-size: 12px;
        padding: 8% 0px 8% 5px;
    }

    .header-cate .header-all-cate span.el-avatar{
        width: 20px;
        height: 20px;
        margin: 12px 0 8px 13px;
    }

    .header-cate .header-all-cate img{
        width: 20px;
        height: 20px;
    }

    .header-cate .header-all-cate .cat-text{
        margin: 13px 0 11px 5px;
        font-size: 14px;
    }

    .footer-area .el-col-offset-3{
        margin-left: 7.5%;
    }

    .footer-area .el-col-3{
        width: 13.5%;
    }
    .footer-area .footer-qrcode{
        width: 18.5%;
    }

    .index-banner .banner-right .buy-source{
        margin: 1px auto 0 auto;
    }

    .index-banner .banner-right img{
        width: 90px;
    }

    .index-banner .banner-right .first-title img{
        width: 55px;
    }


    .index-banner .banner-right .first-title span{
        font-size: 10px;
    }

    .index-banner .banner-right .second-title img{
        width: 53px;
    }

    .index-banner .banner-right .third-title img{
        width: 110px;
    }

    .index-banner .banner-right .buy-source-replay .first-title img{
        width: 60px;
    }
    .index-banner .banner-right .buy-source-replay .second-title img{
        width: 53px;
    }
    .index-banner .banner-right .buy-source-replay .third-title img{
        width: 110px;
    }

    .index-banner .banner-right .buy-source-list .second-title img{
        width: 53px;
    }

    .index-banner .banner-right .third-title-source span{
        font-size: 10px;
    }

    .index-banner .banner-right .third-title p{
        margin: 1px 0 1px 0;
    }

    .index-banner .banner-right .third-title-source{
        margin: 0 0 0 20px;
        height: 21%;
        line-height: 24px;
    }

    .index-banner .banner-right .third-title-source span.s-1{
        width: 45%;
    }

    .index-banner .banner-right .buy-source-list{
        height: 46%;
    }

    .index-banner .banner-right .third-title-source span.s-2{
        width: 31%;
        margin-left: 0;
    }
    .index-banner .banner-right .third-title-source span.s-3{
        width: 23%;
        margin-left: 0;
    }

    .index-banner .banner-right .third-title-source span.s-3 a{
        font-size: 10px;
    }

    div.cate .cate-2{
        width: 22%;
    }

    div.cate .cate-3{
        width: 77%;
    }

    .header-search .search-div{
        width: 33%;
    }
    .sourcing-top{
        float: left;
        width: 45%;
        margin: auto auto auto 5%;
        padding: 5px 0;
    }

    .sourcing-top-r{
        float: left;
        width: 45%;
        padding: 5px 0;
        margin: auto;
    }

    .sourcing-bto1{
        width: 90%;
        margin: auto;
    }

    .sourcing-bto2{
        width: 90%;
        margin: auto;
    }
}

body .el-tooltip__popper.is-dark{
    background: #399AFE;
}

body .el-tooltip__popper[x-placement^=top] .popper__arrow{
    border-top-color: #399AFE;
}

body .el-tooltip__popper[x-placement^=top] .popper__arrow::after{
    border-top-color: #399AFE;
}

body .index-tao-can .el-dialog__body{
    padding-bottom: 120px;
}
body .index-tao-can .el-card__body{
    padding:0;
}

body .index-tao-can .el-radio-button__orig-radio:checked+.el-radio-button__inner{
    color: #409EFF;
    background-color: #FFF;
}

body .index-tao-can input.price{
    width: 50%;
    border: none;
    outline: none;
    color: #FE3939;
}
body .index-tao-can .el-form-item__label{
    line-height: 30px;
}
body .index-tao-can input.price:focus{
    border: none;
    outline: none;
}

body .index-tao-can .el-form-item__content{
    line-height: 29px;
}

body .index-tao-can .el-dialog{
    background-image: url('../image/pay-vip-bg.png');
    background-repeat: no-repeat;
    background-size: 100% 40%;
}

body .index-tao-can .el-dialog__headerbtn .el-dialog__close{
    color: #ffffff;
}