@font-face {
    font-family: 'futianB';
    src: url('../../fonts/FotonType-Bold.woff2');
}
@font-face {
    font-family: 'futianL';
    src:url('../../fonts/FotonType-Light.woff2');
}
@font-face {
    font-family: 'futianM';
    src:url('../../fonts/FotonType-Medium.woff2');
}

*{

    font-family: "futianL";

    padding: 0;

    margin: 0;

    color: #101010;

}

body{

    background-color: #eaf0f0;

}

a{

    text-decoration: none;

}

.bottom-scrollbar-container {
    background: #f1efef;
    border-radius: 10px;
    margin-top: 15px;
    overflow-x: auto;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0px;
    left: 0;
}
.bottom-scrollbar-container {
            height: 0;
            overflow: hidden;
            transition: height 0.3s ease;
            margin-top: 15px;
            width: 100%;
        }
        
        .bottom-scrollbar-container.visible {
            height: 15px;
        }
        .bottom-scrollbar {
            height: 15px;
            background: #f1f1f1;
            overflow-x: auto;
            width: 100%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        }
.scroll-content {
    height: 1px;
    width: 3000px; /* 30列 * 100px */
}
/* 自定义滚动条样式 */
::-webkit-scrollbar {
    height: 10px;
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #dfdfdf;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: #807e7e;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #000;
}

.sj-banner{

    display: none;

}

.con-banner{
    width: 100%;
    /*display: none;*/
}
.con-banner img{
    width: 100%;
}
.product-title{
    width: 90%;
    margin-left: 5%;
    margin-top: -70px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-family: "futianM";
}
.parameter{
    width: 90%;
    margin-left: 5%;
    display: flex;
}
.content-list{
    width: calc(100% - 260px);
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}
.content-list::-webkit-scrollbar: {
    position: fixed;
    bottom: 10px;
    left: 20px;
}
.name{
    width: 250px;
    font-size: 18px;
    font-family: "futianM";
    text-align: center;
}
.name div{
    font-size: 26px;
    padding: 25px 0;
    font-family: "futianM";
    background-color: #cfdbdb;
    margin-top: 30px;
    width: 250px;
}
.name p{
    font-family: "futianM";
    height: 80px;
    line-height: 80px;
}
.con-content{
    flex-grow:1;
    min-width: 150px;
}
.con-content p{
    text-align: center;
    height: 80px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "futianM";
    font-size: 16px;
    word-break: break-all;
}
.con-content p:first-child{
    margin-top: 30px;
    font-size: 20px;
    font-family: "futianM";
    background-color: #cfdbdb;
}
/*.con-content p:nth-child(2),.con-content p:nth-child(5),.con-content p:nth-child(11),.con-content p:nth-child(16),.con-content p:nth-child(29){
    margin-top: 110px;
}*/





.foot{

    width: 100%;

    background-color: #f0f0f0;

    margin-top: 200px;

}

.link{

    width: 100%;

    text-align: center;

    padding-top: 30px;

}

.link a{

    margin: 0 20px;

}

.multimedia{

    text-align: center;

    display: flex;

    justify-content: center;

    margin-top: 30px;

}

.multimedia div{

    margin: 0 25px;

}

.multimedia div span{

    font-size: 14px;

    display: block;

    margin-top: 8px;

}

.info{

    font-size: 12px;

    margin-top: 30px;

    text-align: center;

    padding-bottom: 10px;

}







@media screen and (min-width: 768px) and (max-width: 1200px){




.foot{

    width: 100%;

    background-color: #f0f0f0;

    margin-top: 100px;

}





}




@media screen and (min-width: 768px) and (max-width: 1024px){
.product-title{
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 26px;
    font-family: "futianM";
}
.parameter{
    width: 90%;
    margin-left: 5%;
    display: flex;
}
.name{
    width: 150px;
    font-size: 15px;
    font-family: "futianM";
    text-align: center;
}
.content-list{
    width: calc(100% - 160px);
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}
.name div{
    font-size: 18px;
    padding: 0px 0;
    font-family: "futianM";
    /*background-color: #f3f3f3;*/
    margin-top: 20px;
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name p{
    font-family: "futianM";
    height: 80px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con-content{
    flex-grow:1;
}
.con-content p{
    text-align: center;
    height: 80px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "futianM";
    font-size: 14px;
    word-break: break-all;
}
.con-content p:first-child{
    margin-top: 20px;
    font-size: 18px;
    height: 80px;
    font-family: "futianM";
    /*background-color: #f3f3f3;*/
}
/*.con-content p:nth-child(2),.con-content p:nth-child(5),.con-content p:nth-child(11),.con-content p:nth-child(16),.con-content p:nth-child(29){
    margin-top: 100px;
}*/



}


@media screen and (max-width: 768px){

.banner{

    display: none;

}

.sj-banner{

    display: block;

}


.product-title{
    width: 90%;
    margin-left: 5%;
    margin-top: 30px;
    margin-bottom: 0px;
    text-align: center;
    font-size: 18px;
    font-family: "futianM";
}
.parameter{
    width: 100%;
    margin-left: 0%;
    display: flex;
}
.name{
    width: 100px;
    font-size: 12px;
    font-family: "futianM";
    text-align: center;
}
.content-list{
    width: calc(100% - 110px);
    overflow-x: scroll;
    overflow-y: hidden;
    display: flex;
}
.name div{
    font-size: 14px;
    padding: 0px 0;
    font-family: "futianM";
    background-color: #cfdbdb;
    margin-top: 20px;
    width: 100px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.name p{
    font-family: "futianM";
    height: 60px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.con-content{
    flex-grow:1;
}
.con-content p{
    text-align: center;
    height: 60px;
    padding: 0 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "futianM";
    font-size: 12px;
    word-break: break-all;
}
.con-content p:first-child{
    margin-top: 20px;
    font-size: 14px;
    height: 60px;
    font-family: "futianM";
    background-color: #cfdbdb;
}
/*.con-content p:nth-child(2),.con-content p:nth-child(5),.con-content p:nth-child(11),.con-content p:nth-child(16),.con-content p:nth-child(29){
    margin-top: 80px;
}*/

   

    .foot{

        width: 100%;

        background-color: #f0f0f0;

        margin-top: 100px;

    }

    .link{

        width: 100%;

        text-align: center;

        padding-top: 30px;

    }

    .link a{

        margin: 0 20px;

        font-size: 12px;

    }

    .multimedia{

        text-align: center;

        display: flex;

        justify-content: center;

        margin-top: 20px;

        width: 90%;

        margin-left: 5%;

    }

    .multimedia div{

        margin: 0 2%;

        width: 23%;

    }

    .multimedia div img{

        width: 100%;

    }

    .multimedia div span{

        font-size: 0.5rem;

        display: block;

        margin-top: 8px;

    }

    .info{

        font-size: 0.5rem;

        margin-top: 30px;

        text-align: center;

        padding-bottom: 20px;

    }

}