#header-banner-a {
    width: 100%;
    height: 155vw;
    position: relative;
    color: #ffffff;
}

#header-banner-a > img {
    width: 100%;
    height: 155vw;

}

#header-banner-a .banner-title {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 115vw;
    left: 0;
    font-size: 1.5rem;
}

#header-banner-a .banner-navigation {
    position: absolute;
    bottom: 96vw;
    left: 0;
    font-size: 0.8rem;
    margin: 0 16vw;
    text-align: center;
}


#list-a {
    position: relative;
    background-color: #fff;
    padding: 6vw 0;
}

#list-a .targetElement {
    position: absolute;
    top: -14vw;
    left: 0;

}

#list-a .product-type {
    margin: 0 0 2vw 0;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 3vw;
    padding: 0 5vw;
    justify-content: space-between;
}

#list-a .product-type > a {
    font-size: 0.6rem;
    color: #3C3C3C;
    background: #F4F4F4;
    /*width: 13vw;*/
    text-align: center;
    margin-bottom: 3vw;
    width: 17vw;
    padding: 0.5em;
}

#list-a .product-type .is_a {
    background: #E9F1FA;
    color: #016BCA;
}

#list-a .more-loading {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#list-a .more-loading .more {
    font-size: 0.6rem;
    color: #3d3d3d;
}

#list-a .more-loading .more > span {
    color: #3D3D3D;
    font-size: 0.6rem;
    margin-left: 1vw;
}

#list-a .more-loading .el-icon-loading {
    font-size: 0.8rem;
}


#list-a > ul {
    padding: 0 5vw;
}

#list-a > ul > li {
    display: flex;
    background: #F6F6F6;;
    padding: 6vw 0;
    margin-bottom: 5vw;
}

#list-a > ul > li > img {
    height: 22vw;
    width: 33vw;
    margin: 1vw;
}

#list-a > ul > li .r-box {
    margin-left: 4vw;
}

#list-a > ul > li .r-box .p1 {
    color: #000000;
    font-size: 0.8rem;
    margin-bottom: 1vw;
}

#list-a > ul > li .r-box > span {
    color: #323232;
    font-size: 0.55rem;
}

#list-a > ul > li .r-box > div {
    margin-top: 4vw;
}

#list-a > ul > li .r-box > div > a {
    font-size: 0.6rem;
    padding: 0.6em 1.2em;
    border: 1px solid #000000;
}
