html,body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
    color: #fff;
}
a{
    text-decoration: none;
    color: #fff;
}

.banner {
    padding-top: 56px;
    background-color: #000005;
    /* height: 2000px; */
}
.banner .box{
    position: absolute;
    top: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner .box>h1{
    margin-bottom: 30px;
}
.banner .box>h5{
    color: rgba(255, 255, 255, 0.64);
}
.banner .btn_box{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .btn_box>a{
    padding: 10px 20px;
    margin: 15px 20px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.64);
    box-sizing: border-box;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.64);
}

.shortfilm{
    padding: 8rem 0 6rem;
}

.s1{    
    padding: 8rem 0 6rem;
    background-color: rgba(245,245,247,1);
}
.s1 .con{
    margin-top: 3rem;
    padding: 3rem 1.5rem;
    border-radius: 15px;
    background-color: rgba(26, 26, 26, 1);
}
.s1 .con .com_box{
    padding: 20px;
}
.s1 .con .com_box>h5{
    margin: 1rem 0 2rem;
}

.s2{
    padding: 8rem 0 6rem;
    background: linear-gradient(154deg, #A700FF -39.61%, #2B58F9 96%);
}
.s2 .con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.s2 .con>h4{
    margin: 1rem 0 8rem;
}

.s3{
    padding: 8rem 0 6rem;
    color: #000;
}
.s3 .con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s3 .com_box{
    padding: 3rem 1.5rem 0 1.5rem;
    border-radius: 15px;
    margin: 15px 10px;
    background-color:#F5F5F7;
}
.s3 .com_box>h6{
    margin-top: 2rem;
}
.s3 .com_box img{
    width: 500px;
}
.s3 .row>div:nth-child(1)>.com_box{
    background-color: #EFF0FF;
    display: flex;
    justify-content: space-between;
}