#content-container {
    background-color: #FAFAFA;
}

#header-banner-a {
    height: 90vw;
    width: 100%;
    position: relative;
}

#header-banner-a .img1 {
    width: 100%;
    height: 100%;
}
#header-banner-a .banner-navigation {
    color: #ffffff;
    z-index: 8;
    position: absolute;
    bottom: 39vw;
    text-align: center;
    width: 100%;
}
#header-banner-a .banner-navigation .p1 {
    margin-bottom: 6vw;
    z-index: 8;
    font-size: 1.5rem;
}
#header-banner-a .banner-navigation .p2 {
    font-size: 0.8rem;
}


#banner-logos {
    z-index: 8;
    overflow: hidden;
    height: 70vw;
    padding: 0 5vw;
    background: #011104;
    display: flex;
    position: relative;
}
#banner-logos .img {
    width: 15.6vw;
    height: 10vw;
    margin-top: 3vw;
}
#banner-logos .banner-logos-box-t {
    animation: roll 16s linear infinite;
    display: flex;
    flex-direction: column;
    margin-right: 3vw;
}
#banner-logos .banner-logos-box-b {
    animation: roll 20s linear infinite;
    display: flex;
    flex-direction: column;
    margin-right: 3vw;
}
#banner-logos .masking {
    position: absolute;
    top: 0;
    left: 0;
    height: 70vw;
    width: 100%;
    background: linear-gradient(to bottom,
    rgba(0, 0, 0, 1),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 1)
    );
}












#selected {
    padding: 0 5vw;
    background-color: #fff;
    padding-bottom: 3vw;




}
#selected .title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    padding: 8vw 0;
}
#selected> ul {
    margin-top: calc(4.4 * 0.53vw);
}
#selected> ul> li {
    background-color: #F6F6F6;
    width: 100%;
    height: 104vw;
    position: relative;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
}
#selected> ul> li .a1 div {
    height: 55vw;
    margin-bottom: calc(2.22 * 0.53vw);
    background-size: 100% 100%;
    line-height: 55vw;
    text-align: center;
    font-size: 1.2rem;
    color: #fff;
}
#selected> ul> li >div{
    margin-top: 4vw;
}
#selected> ul> li >div> span {
    margin-left: 4vw;
    margin-right: 4vw;
    background-color: #016BCA;
    color: #fff;
    font-size: 0.7rem;
    padding: 0.3em 0.7em 0.4em 0.7em;
}
#selected> ul> li > p {
    margin-left: 4vw;
    margin-right: 4vw;
    margin-top: 4vw;
    font-size: 0.8rem;
    color: #333333;
    line-height: 1.4rem;
}
#selected> ul> li .a2 {
    padding: 0.6em 1.2em;
    border: 1px solid #000;
    display: inline;
    font-size: 0.7rem;
    position: absolute;
    bottom: 5vw;
    left: 4vw;
}

#custom-a {
    background-color: #ffffff;
    position: relative;
}
#custom-a .targetElement{
    position: absolute;
    top: -14vw;
    left: 0;

}

#custom-a #customt-a {
    margin-top: calc(7.6 * 0.53vw);
    position: absolute;
    top: -8vw;
    left: 0;
}
#custom-a .title {
    text-align: center;
    font-size: 1.5rem;
    color: #333;
    padding:0 5vw 8vw 5vw;
}
#custom-a .custom-type{
    padding: 0 4vw;
    margin: 0 0 2vw 0;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 3vw;
}
#custom-a .custom-type >a{
    font-size: 0.6rem;
    color: #3C3C3C;
    padding: 0.6em 1.1em;
    background: #F4F4F4;
    /*width: 13vw;*/
    text-align: center;
    margin: 0 1vw;
    margin-bottom: 3vw;

}
#custom-a .custom-type .is_a{
    background: #E9F1FA;
    color: #016BCA;
}
#custom-a .custom-list {
    margin-top: calc(3.13 * 0.53vw);
    padding: 0 5vw;


}
#custom-a .custom-list > li {
    margin-right: 0.5vw;
    margin-top: 5vw;
    background-color: #F6F6F6;
    width: 100%;
    height: 116vw;
    margin-bottom: 5vw;




}
#custom-a .custom-list > li .customcase-l-t> div {
        height: 55vw;
        width: 100%;
        overflow: hidden;
}
#custom-a .custom-list > li .customcase-l-t> div> img {
    width: 100%;
    height: 55vw;
    object-fit: cover;
}
#custom-a .custom-list > li .customcase-l-b {
    height: 55vw;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 5vw;





}
#custom-a .custom-list > li .customcase-l-b .p1 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin-top: 6vw;
    color: #3C3C3C;
}
#custom-a .custom-list > li .customcase-l-b .p2 {
    font-size: 0.7rem;
    line-height: 1.8em;
    margin-top: 3vw;
    color: #3C3C3C;
}
#custom-a .custom-list > li .customcase-l-b .a1 {
    font-size: 0.7rem;
    padding: 0.6em 1.2em;
    border: 1px solid #000000;
    display: inline;
    position: absolute;
    bottom: 2vw;
    left: 5vw;
}







#custom-a .more-loading{
    text-align: center;
    margin-bottom: 5vw;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#custom-a .more-loading .more {
    font-size: 0.6rem;
    color: #3d3d3d;
}
#custom-a .more-loading .more > span {
    color: #3D3D3D;
    font-size: 0.6rem;
    margin-left: 1vw;
}
#custom-a .more-loading .el-icon-loading{
    font-size: 0.8rem;
}






@keyframes roll {
    100% {
        transform: translate(0, -64.8vw);
    }
}