
.support::-webkit-scrollbar{
    display: none;
}
.support{
    position: relative;
    top: 0;
    z-index: -100;
    width: 100%;
}
.supcont{
    position: absolute;
    width: 75%;
    text-align: center;
    top: 18%;
    left: 12.5%;
}
.supcont h{
    font-size: 44px;
    font-weight: bold;
    color: #fff;
}
.supcont p{
    font-size: 20px;
    color: #fff;
    padding-top: 2%;
    padding-bottom: 5%;
    line-height: 2;
}
.supcont .btn{
    font-size: 16px;
    color: #fff;
    padding: 1% 4%;
    border: 1px solid #fff;
    background-color: 0;
    text-decoration: none;
    cursor: pointer;
}
.supcont .remark{
    font-size: 16px;
    color: #ffffff95;
}
.bg img{
    width: 100%;
}
.cont{
    z-index: 100;
    width: 100%;
    position: absolute;
    margin-top: -24%;
    text-align: center;
}
.cont img{
    width: 80%;
    filter:drop-shadow(0 0 16px  #1d223330);
}
/* 屏幕分辨率适配1600px */
@media screen and (max-width:1600px) {
    .cont{
        margin-top: -23%;
    }
}

/* 屏幕分辨率适配1440px，75% */
@media screen and (max-width:1440px) {
    .supcont h{
        font-size: 36px;
    }
    .supcont p{
        font-size: 16px;
    }
    .supcont .btn{
        font-size: 13px;
    }
    .supcont .remark{
        font-size: 13px;
    }
    .cont{
        margin-top: -24%;
    }
    .cont img{
        width: 84%;
    }
}
/* 屏幕分辨率适配1366px，75% */
@media screen and (max-width:1366px) {
    .supcont h{
        font-size: 32px;
    }
    .supcont p{
        font-size: 14px;
    }
}
@media screen and (max-width:1024px) {
    .cont{
        margin-top: -23%;
    }
}
@media screen and (max-width:1024px) {
    .cont{
        margin-top: -22%;
    }
}