* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background-color: #F4F4F4;
    overflow-x: hidden;
}

header {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 11px;
}

#app {
    width: 100%;
    height: 100%;
    padding: 0 3px;
    background-color: #F4F4F4;
}

header .row {
    display: flex;
    justify-content: space-between;
    padding: 1.25rem .9375rem;
    align-items: end;

    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 1rem;
    color: #3D3D3D;
}
.opopo{
    color: #598df3;
}
header .tag {
    width: 65px;
    text-align: center;
    font-weight: 600;
    color: #4D4D4D;
}
header .title {
    color: #4D4D4D;
    font-size: 12px;
    padding-top: 6px;
}
header .center {

    text-align: center;
}

header .tag .img {
    height: 36px;
    margin: 0 auto;

    display: flex;
    justify-content: space-around;
}

#logo {
    height: 5.6rem;
    transform: scale(1.2);
}



.carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}