body {
    width: 100vw;
    height: 100vh;
    margin: 0;
}

.brand-story-box {
    width: 92%;
    height: 27%;
    margin: 0 auto;
}

.title-img-box {
    width: 60%;
    height: 14%;
    margin: 2% auto;
}

.arrow-box {
    width: 4%;
    height: 5%;
    margin: -2% auto;
}

.brand-story-desc-box {
    width: 100%;
    height: 72%;
    /*border: 1px solid #605F5F;*/
    border-radius: 0.56rem;
    margin-top: 4%;
    overflow-y: auto;
}

.history-box {
    width: 92%;
    height: 26%;
    margin: -2% auto;
}

.history-img-box {
    width: 100%;
    height: 82%;
}

.housekeep-box {
    width: 92%;
    height: 26%;
    margin: 4% auto;
}

.housekeep-img-box {
    width: 100%;
    height: 47%;
    display: flex;
    justify-content: center;
   
}

.houseleep-item {
    width: 18%;
    height: 94%;
    background: #FFCB00;
    margin-left: 2%;
}

.houseleep-item:nth-child(2n) {
    margin-top: 2%;
}

.media-box {
    width: 92%;
    height: 41%;
    margin: -20% auto;
}

.media-input-box {
    position: relative;
    width: 100%;
    height: 80%;
    background: url(../img/media-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.input-box {
    position: absolute;
    top: 10%;
    left: 6.5%;
    width: 85%;
    height: 75%;
}

.input-title {
    width: 100%;
    height: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #E02026;
}

.input-item-box {
    margin: 0 auto;
    width: 90%;
    height: 17%;
    display: flex;
}

.left-input-box {
    width: 50%;
    height: 100%;
}

.information-input {
    width: 90%;
    height: 100%;
    border: none;
    outline: none;

    font-size: .875rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #AAAAAA;
    margin-top: 2%;
}

.information-input::placeholder {
    font-size: .875rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #AAAAAA;
}

.mark-desc {
    margin-top: 4%;
    margin-left: 5%;
    font-size: 0.5625rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #E02026;
}

.submit-button {
    margin: 0 auto;
    width: 45%;
    height: 14%;
    background: linear-gradient(270deg, #E02026 0%, #FF5E5E 84%);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0.1rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.75rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.empty-box {
    width: 100%;
    height: 19%;

}

.tab-bar-box {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    width: 100%;
    height: 7.5%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #E5E5E5;
}

.tab-bar-item {
    width: 13%;
    height: 73%;
}

.tab-bar-a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.tab-bar-icon-box {
    width: 55%;
    height: 60%;
    margin: 0 auto;
}

.tab-bar-title {
    width: 100%;
    height: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #9A9A9A;
    margin-top: 7%;
}

.tab-bar-title.selected {
    color: #FFCB01;
}