body {
    width: 100vw;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

/* 顶部标题 */
.company-title-box {
    width: 92%;
    height: 3rem;
    border-bottom: #DCDCDC 1px solid;
    text-align: center;
    line-height: 3rem;
    color: #232323;
    font-size: 1.65rem;
    font-weight: 500;
}

/* 精彩时刻 */
.moment-box {
    width: 92%;
    height: 8.5rem;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* border: #0086E6 1px solid; */
}

.moment-title-box {
    width: 92%;
    height: 1rem;
    border-left: #3280FF .3rem solid;
    margin-top: 1.5%;
    font-weight: bold;
    color: #0C0C0C;
    line-height: 1rem;
    display: flex;
}

.space-box {
    display: block;
    width: 1.5%;
}

.moment-picture-box {
    width: 100%;
    height: 6.5rem;
    margin-top: 1.5%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox浏览器 */
    -ms-overflow-style: none;
}

.moment-picture-box::-webkit-scrollbar {
    width: 0;
}

.moment-picture-item {
    flex: 0 0 auto;
    width: 9rem;
    height: 5.2rem;
    background: #0C0C0C;
}

.moment-picture-item:not(:first-child) {
    margin-left: 1.5%;
}

/* 播出证明 */
.proof-box {
    width: 92%;
    height: 28rem;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.proof-picture-box {
    width: 100%;
    height: 26rem;
    margin-top: 5%;
}

/* 品牌顾问 */
.brand-box {
    width: 92%;
    height: 10rem;
    margin-top: 3%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-list-box {
    width: 100%;
    height: 7rem;
    margin-top: 5%;
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox浏览器 */
    -ms-overflow-style: none;
}

.brand-list-box::-webkit-scrollbar {
    width: 0;
}


.brand-item {
    flex: 0 0 auto;
    width: 5rem;
    height: 100%;
    background: #0C0C0C;
}

.brand-item:not(:first-child) {
    margin-left: 1.5%;
}

/* 媒体申报 */
.declare-box {
    width: 100%;
    height: 30rem;
    margin-top: 3%;
    margin-bottom: 14%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.declare-desc-box {
    position: relative;
    width: 100%;
    height: 28rem;
    margin-top: 3%;
    background: url(../img/media-bg.png) no-repeat;
    background-size: 100% 100%;
}

.declare-input-box {
    position: absolute;
    top: 6%;
    left: 6.5%;
    width: 86%;
    height: 80%;
    background: #FFFFFF;
    border-radius: .4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-title {
    width: 90%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #343434;
}

.input-item {
    width: 80%;
    height: 10%;
    outline: none;
    border: none;
    border-bottom: #383838 1px solid;
}

.input-item::placeholder {
    color: #383838;
    font-weight: 500;
}

.remark {
    width: 60%;
    height: 6%;
    font-size: .7rem;
    font-weight: 400;
    opacity: 0.7;
}

.submit-button {
    margin-top: 3%;
    width: 35%;
    height: 12%;
    background: linear-gradient(270deg, #37ADFF 0%, #1366FF 53%, #37ADFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: .2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 400;
    cursor: pointer;
}

/* 图片放大 */
.big-image-cover {
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    /* display: flex; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.big-img-box {
    width: 92%;
    height: 23rem;
}

.big-image {
    width: 100%;
    height: 93%;
}

.close-button {
    float: right;
    width: 7%;
    height: 7%;
}

/* 底部tab栏 */

.tabbar-box {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.9375rem;
    background-color: #0086E6;
    display: flex;
}

.tabbar-item-box {
    flex: 1;
    height: 100%;
}

.tabbar-item-a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}

.tabbar-icon-box {
    width: 1.9rem;
    height: 1.5625rem;
    margin-top: 9%;
}

.tabbar--item-text {
    width: 100%;
    height: 0.7rem;
    margin-top: 5%;
    text-align: center;
    font-size: 0.7rem;
    line-height: 0.7rem;
    color: #3C3C3C;
    font-weight: 400;

}

.tabbar--item-text.selected {
    font-weight: bold;
    color: #FCFCFC;
}