.tradePlatform{
    background: #FFF4EB;
}
.tradePlatform1{
    background: #F3EFEC;
}
.tradePlatform2{
    background: #ECF1FB;
}
.tradeplatformhead{
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 99;
    opacity: .99;
}
nav {
    width: 100%;
    height: 836px;
    overflow: hidden;
    position: relative;
}
nav .navbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% ;
    height: 672px;
}
nav .navfoot {
    width: 1200px;
    height: 72px;
}
nav .navbg-none {
   display: none;
}
nav .classification {
    position: absolute;
    top: 306px;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 100%;
    z-index: 99;
}
nav .classification .classification-ul {
    display: flex;
    background: #F1F2F8;
    border-radius: 8px 8px 0px 0px;
}
nav .classification .classification-ul li{
    padding: 24px 0;
    flex: 1;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 24px;
    color: #464A55;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
nav .classification .classification-ul li span{
    font-size: 12px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #464A55;
    box-sizing: border-box;
    padding: 6px;
    margin-left: 12px;
}
nav .classification .classification-ul .li-check1{
    border-radius: 8px 0px  0px 0px;
    background: linear-gradient( 180deg, #FFFFFF 50%, #FEF1E9 100%);
    color: #FF6B00;
}
nav .classification .classification-ul .li-check1 span{
    border: 1px solid #FF6B00;
    color: #FF6B00;
}
nav .classification .classification-ul .li-check2{
    background: linear-gradient( 180deg, #FFFFFF 50%, #FEE9E9 100%);
    color: #DE363C;
}
nav .classification .classification-ul .li-check2 span{
    border: 1px solid #DE363C;
    color: #DE363C;
}
nav .classification .classification-ul .li-check3{
    border-radius: 0px 8px 0px 0px;
    background: linear-gradient( 180deg, #FFFFFF 50%, #E9F0FE 100%);
    color: #1464ED;
}
nav .classification .classification-ul .li-check3 span{
    border: 1px solid #1464ED;
    color: #1464ED;
}
nav .classification .classification-box{
    width: 1200px;
    height: 340px;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 24px;
}

nav .classification .classification-box .box-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
nav .classification .classification-box .box-search .search-left{
    display: flex;
    align-items: center;
    height: 48px;
}

nav .classification .classification-box .box-search .search-left input{
    width: 682px;
    height: 100%;
    border: 1px solid #FF6B00;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    box-sizing: border-box;
    padding: 12px 0 12px 24px;
    border-radius: 8px 0  0 8px;
}
nav .classification .classification-box .box-search .search-left input::placeholder{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #C2C5CC;
}

nav .classification .classification-box .box-search .search-left .search-icon-box{
    width: 102px;
    height: 100%;
    background: linear-gradient( 90deg, #FF6B00 0%, #FF512C 100%);
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .classification .classification-box .box-search .search-left .search-icon-box .search-icon{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    transition: transform 0.4s ease;
}
nav .classification .classification-box .box-search .search-left .search-icon-box .search-txt{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    transition: transform 0.4s ease;
}

nav .classification .classification-box .box-search .search-left .search-icon-box:hover .search-icon,
nav .classification .classification-box .box-search .search-left .search-icon-box:hover .search-txt{
    transform: translateY(-4px);
}
nav .classification .classification-box .box-search .search-right{
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
}
nav .classification .classification-box .box-search .search-right .entrusted{
    background: url("https://oss.71go.com/newsite0610/img/tradePlatform/entrusted.png") no-repeat;
    background-size: 100% 100%;
    width: 196px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-right: 12px;
    cursor: pointer;
}
nav .classification .classification-box .box-search .search-right .entrusted .entrusted-txt{
    box-sizing: border-box;
    padding-left: 50px;
    transition: transform 0.4s ease;
    color: #ffffff;
}
nav .classification .classification-box .box-search .search-right .consignment{
    background: url("https://oss.71go.com/newsite0610/img/tradePlatform/consignment.png") no-repeat;
    background-size: contain;
    width: 124px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    cursor: pointer;
}
nav .classification .classification-box .box-search .search-right .consignment .consignment-txt{
    transition: transform 0.4s ease;
    color: #ffffff;
}
nav .classification .classification-box .box-search .search-right .entrusted:hover .entrusted-txt,
nav .classification .classification-box .box-search .search-right .consignment:hover .consignment-txt{
    display: inline-block;
    transform: translateY(-4px);
}

nav .classification .classification-box .box-category{
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

nav .classification .classification-box .trademark-nav-category{
    display: flex;
}

nav .classification .classification-box .patent-nav-category{
    display: flex;
}

nav .classification .classification-box .company-nav-category{
    display: flex;
}

nav .classification .classification-box .box-category .category-left{
    width: 784px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 将容器分为3等分 */
    grid-auto-rows: minmax(0, max-content);
    gap: 0; /* 默认没有列间距 */
    row-gap: 16px; /* 设置行间距为 10px */
}
nav .classification .classification-box .box-category .category-left .left-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
nav .classification .classification-box .box-category .category-left .left-item .item-icon{
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

nav .classification .classification-box .box-category .category-left .left-item .item-icon-none{
    display: none;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

nav .classification .classification-box .box-category .category-left .left-item .item-txt{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #12151B;
}

nav .classification .classification-box .box-category .category-left .left-item:hover .item-icon{
    display: none;
}

nav .classification .classification-box .box-category .category-left .left-item:hover .item-icon-none{
    display: flex;
}

nav .classification .classification-box .box-category .category-left .left-item:hover .item-txt{
    color: #FF6B00;
}
nav .classification .classification-box .box-category .category-right{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    background: #F6F7FB;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 8px 12px;
}
nav .classification .classification-box .box-category .category-right .right-item{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 6px;
}
nav .classification .classification-box .box-category .category-right .right-item .item-left{
    position: relative;
    margin-right: 12px;
}
nav .classification .classification-box .box-category .category-right .right-item .item-left .item-image{
    width: 154px;
    height: 94px;
    text-align: center;
    line-height: 94px;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #12151B;
    background: #ffffff;
}
nav .classification .classification-box .box-category .category-right .right-item .item-left .special{
    position: absolute;
    top: -2px;
    left: 8px;
}
nav .classification .classification-box .box-category .category-right .right-item .item-left .special .specialIcon{
    width: 49px;
    height: 22px;
}
nav .classification .classification-box .box-category .category-right .right-item .item-left .special .special-txt{
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    white-space: nowrap;
}
nav .classification .classification-box .box-category .category-right .right-item .item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 94px;
}
nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 12px;
    color: #12151B;
}
nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-headTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #868A93;
    width: 148px; /* 设置容器宽度 */
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 使用省略号表示溢出 */
}
nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-headTitle .icon-title{
    width: 56px;
    height: 20px;
    background: #FEF6ED;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #A04207;
    box-sizing: border-box;
    padding: 4px;
    margin-right: 8px;
}
nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-box .item-right-price{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #FF6B00;
}

nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-box .item-right-btn{
    width: 80px;
    height: 28px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #DEE0E8;
    text-align: center;
    line-height: 28px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #464A55;
}
nav .classification .classification-box .box-category .category-right .right-item .item-right .item-right-box .item-right-btn:hover{
    background: #FF6B00;
    border: 1px solid transparent;
    color: #ffffff;
}




/*商标 专利  公司  */
main .product-box{
    width: 1200px;
    margin: 0 auto;
}

main .product-box .trademark{
    width: 100%;
}

main .product-box .trademark .heard{
    display: flex;
    align-items: center;
    margin: 54px 0 24px 0;
    position: relative;
}

main .product-box .trademark .m-t-0{
    display: flex;
    align-items: center;
    margin: 14px 0 24px 0;
    position: relative;
}

main .product-box .trademark .heard .heard-icon{
    width: 164px;
    height: 22px;
    margin-right: 20px;
}

main .product-box .trademark .heard .heard-box{
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    box-sizing: border-box;
    padding: 2px 24px;
}

main .product-box .trademark .heard .heard-box .heard-txt{
    font-family: PingFang SC, PingFang SC;
    font-size: 14px;
    color: #868A93;
    display: flex;
    align-items: center;
}

main .product-box .trademark .heard .heard-box .heard-txt span{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #12151B;
    margin: 0 4px 0 8px;
}

main .product-box .trademark .heard .heard-box .heard-txt img{
    width: 14px;
    height: 14px;
}

main .product-box .trademark .heard .heard-box .heard-txt:nth-child(2){
    border-left: 1px solid #E9EAF2;
    border-right: 1px solid #E9EAF2;
    padding: 0 12px;
    margin: 0 12px;
}

main .product-box .trademark .heard  .heard-more{
    display: flex;
    align-items: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #464A55;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    cursor: pointer;
}

main .product-box .trademark .heard .heard-more img{
    width: 16px;
    height: 16px;
}

main .product-box .trademark .trademark-box{
    width: 100%;
    height: 554px;
    display: flex;
    align-items: flex-start;
    border-radius: 8px ;
    position: relative;
}

main .product-box .trademark .trademark-box .trademark-category{
    width: 180px;
    height: 554px;
    background: linear-gradient( 180deg, #FFB15F 0%, #FF852E 50%, #FF6B00 100%);
    box-sizing: border-box;
    padding: 14px 0;
    border-radius: 8px  0 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

main .product-box .patent .trademark-box .trademark-category{
    width: 180px;
    height: 554px;
    background: linear-gradient( 180deg, #FF757B 0%, #E7474E 50%, #DF363D 100%);
    box-sizing: border-box;
    /*padding: 14px 0;*/
    border-radius: 8px  0 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
main .product-box .company .trademark-box .trademark-category{
    width: 180px;
    height: 100%;
    background: linear-gradient( 180deg, #7DBEF1 0%, #5196ED 50%, #1563ED 100%);
    box-sizing: border-box;
    /*padding: 14px 0;*/
    border-radius: 8px  0 0 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

main .product-box .trademark .trademark-box .trademark-category .category-item{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

main .product-box .trademark .trademark-box .trademark-category .category-item .categoryIcon{
    width: 14px;
    height: 14px;
    display: none;
}

main .product-box .trademark .trademark-box .trademark-category .category-item:hover{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    background: linear-gradient( 90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
}
main .product-box .trademark .trademark-box .trademark-category .category-item:hover .categoryIcon{
    display: flex;
}
main .product-box .trademark .trademark-box .trademark-category .category-show {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    cursor: pointer;
    background: linear-gradient( 90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
}
main .product-box .trademark .trademark-box .trademark-category .category-show .categoryIcon{
    display: flex;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product{
    display: none;
    grid-template-columns: repeat(5, 1fr);
    /* 将容器分为3等分 */
    grid-auto-rows: minmax(0, max-content);
    /*!* 自动调整行高度 *!*/
    /*gap: 10px;*/
    align-content: center;
    background: #ffffff;
    position: absolute;
    top: -26px;
    left: 180px;
    width: calc(100% - 180px);
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .product-show{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* 将容器分为3等分 */
    grid-auto-rows: minmax(0, max-content);
    /*!* 自动调整行高度 *!*/
    /*gap: 10px;*/
    align-content: center;
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 180px;
    width: calc(100% - 180px);
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item:nth-child(-n+5){
    width: 204px;
    height: 277px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E9EAF2;
    border-bottom: 1px solid #E9EAF2;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item:nth-child(n+6){
    width: 204px;
    height: 277px;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #E9EAF2;
    /*border-bottom: 1px solid #E9EAF2;*/
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item:nth-child(5n){
    width: 204px;
    height: 277px;
    display: flex;
    flex-direction: column;
    border-right: none;
    /*border-bottom: 1px solid #E9EAF2;*/
}

main .product-box .trademark .trademark-box .trademark-category-clcik  .category-item .trademark-product .product-item:hover .item-box{
    transform: translateY(-28px);
    transition: transform 0.4s ease; /* 设置过渡效果 */
}

main .product-box .trademark .trademark-box .patent-category-clcik  .category-item .trademark-product .product-item:hover .item-box{
    transform: translateY(-20px);
    transition: transform 0.4s ease; /* 设置过渡效果 */
}

main .product-box .trademark .trademark-box .company-category-clcik  .category-item .trademark-product .product-item:hover .item-box{
    transform: translateY(-20px);
    transition: transform 0.4s ease; /* 设置过渡效果 */
}


main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item{
    cursor: pointer;
    background: #FFFFFF;
}
main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-bgc{
    width: 204px;
    height: 122px;
    box-sizing: border-box;
    padding: 10px;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-bgc-box{
    width: 204px;
    height: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #12151B;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box{
    width: 204px;
    min-height: 150px;
    box-sizing: border-box;
    padding: 24px 12px;
    background: #ffffff;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 14px;
    color: #12151B;
    width: 180px; /* 设置容器宽度 */
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 使用省略号表示溢出 */
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-headTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    height: 34px;
    color: #868A93;
    display: -webkit-box;             /* 支持多个行 */
    -webkit-box-orient: vertical;    /* 设置方向为垂直 */
    -webkit-line-clamp: 2;            /* 限制显示为2行 */
    overflow: hidden;                 /* 隐藏超出的部分 */
    text-overflow: ellipsis;          /* 用省略号表示溢出文本 */
    line-height: 17px;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-headTitle-company{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #868A93;
    display: -webkit-box;             /* 支持多个行 */
    -webkit-box-orient: vertical;    /* 设置方向为垂直 */
    -webkit-line-clamp: 2;            /* 限制显示为2行 */
    overflow: hidden;                 /* 隐藏超出的部分 */
    text-overflow: ellipsis;          /* 用省略号表示溢出文本 */
    line-height: 17px;
    margin: 12px 0;
    display: flex;
    align-items: center;
}
main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-headTitle .icon-title{
    width: 56px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #FEF6ED;
    border-radius: 4px 4px 4px 4px;
    white-space: nowrap;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #A04207;
    box-sizing: border-box;
    margin-right: 8px;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-price{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 16px;
    color: #FF6B00;
}
main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-btnlist{
    display: none;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-btnlist .btn-pay{
    background: #FF6B00;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}
main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-btnlist .btn-pays{
    width: 100%;
    text-align: center;
}

main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item .item-box .item-btnlist .btn-kf{
    background: #ffffff;
    border: 1px solid #FF6B00;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 18px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 12px;
    color: #FF6B00;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
}
main .product-box .trademark .trademark-box .trademark-category  .category-item .trademark-product .product-item:hover .item-box .item-btnlist {
    display: flex;
    justify-content: space-between;
}


/*海量资源banner*/
main .resources{
    width: 100%;
    height: 160px;
    margin-top: 72px;
}
/*平台优势banner*/
main .advantages-box{
    width: 100%;
    height: 803px;
    margin: -4px 0;
    position: relative;
}
main .advantages-box .advantages{
    width: 100%;
    height: 803px;
    margin: -4px 0;
}
main .advantages-box .advantages-btn{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #FF6B00;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    box-sizing: border-box;
    padding: 12px 16px ;
    position: absolute;
    top: 458px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
main .advantages-box .advantages-btn:hover{
    color: #FFFFFF;
    background: #FF6B00;
}
/*平台交易流程banner*/
main .transaction{
    width: 100%;
    height: 632px;
    margin: -4px 0;
}
/*用户之声*/
main #voice-main{
    width: 100%;
    height: 778px;
    position: relative;
    background: url("https://oss.71go.com/newsite0610/img/tradePlatform/img4.png") no-repeat;
    background-size: contain;
}

main #voice-main .voice-bgc{
    width: 100%;
    height: 778px;
}

main #voice-main .scrollBox  {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 166px;
    position: relative;
    /*position: absolute;*/
    /*bottom: 72px;*/
    /*left: 0;*/
    overflow: hidden;
}
main #voice-main .scrollBox .scrollBox-ul {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    /*position: absolute;*/
    /*bottom: 72px;*/
    /*left: 0;*/
    /*overflow: hidden;*/
}

main #voice-main .scrollBox img {
    width: 350px;
    height: 540px;
    margin: 10px;
}
/*公司风采*/
main .company-style{
    width: 100%;
    height: 762px;
    margin: -4px 0;
}

main .foot-box{
    width: 100%;
    height: 127px;
    background: #f1f2f8;
    margin-top: -14px;
    position: relative;
    z-index: 1;
}
main .foot-customer{
    width: 124px;
    height: 152px;
    position: absolute;
    top:0;
    left: 20%;
    transform: translateY(-15px);
}

main .foot-box .foot-txt{
    font-family: PingFang SC, PingFang SC;
    font-weight: 700;
    font-size: 28px;
    color: #12151B;
    position: absolute;
    top: 58px;
    left: 30%;
    /*transform: translateX(-50%);*/
}

main .foot-box .foot-code{
    width: 94px;
    height: 94px;
    position: absolute;
    top: 35px;
    right: 20%;
    /*transform: translateY(-50%);*/
}
