body {
    width: 100vw;

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

/* banner */
.banner-box {
    width: 100%;
    height: 12rem;

}

.banner-top-box {
    width: 100%;
    height: 80%;
    background: linear-gradient(0deg, #007AD1 0%, #FFFFFF 100%);
    position: relative;
}

.banner-bottom-box {
    width: 100%;
    height: 20%;
    background: #047CD2;
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
}

.banner-img-box {
    width: 94%;
    height: 11rem;
    background: #30E81A;
    border-radius: 0.4125rem;
    position: absolute;
    top: 12%;
    left: 3%;
}

/* 三方跳转 */

.other-link-box {
    width: 85%;
    height: 11rem;
    margin-top: 26%;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-template-rows: 38% 38%;
    grid-auto-flow: row;
    justify-content: space-between;
    align-content: space-between;
}

/* 可变板块具体多少不定 */
.variable-box {
    width: 93%;
    height: 18rem;
    background-color: #EFEFEF;
    border-radius: 0.4125rem;
    margin-top: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.variable-title-box {
    width: 92%;
    height: 18%;
}

.variable-title-box .title {
    width: 100%;
    height: 1rem;
    font-size: 1rem;
    font-weight: normal;
    color: #282828;
    line-height: 1rem;
    margin-top: 4%;
}

.variable-title-box .line {
    width: 2rem;
    height: 0.22rem;
    background: #0595FC;
    border-radius: 4px;
    margin-left: 4%;
    margin-top: 0.9%;
}

.variable-pic-box {
    width: 92%;
    height: 76%;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-template-rows: 30% 30% 30%;
    grid-auto-flow: row;
    justify-content: space-between;
    align-content: space-between;
}

.variable-pic-item {
    background-color: #282828;
}

/* 商品板块 */
.goods-box {
    width: 92%;
    height: 16rem;
    background: #EFEFEF;
    border-radius: 0.4125rem;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
    margin-top: 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.goods-title-box {
    width: 92%;
    height: 18%;
}

.goods-title-box .title {
    width: 100%;
    height: 1rem;
    font-size: 1rem;
    font-weight: normal;
    color: #282828;
    line-height: 1rem;
    margin-top: 4%;
}

.goods-title-box .line {
    width: 2rem;
    height: 0.22rem;
    background: #0595FC;
    border-radius: 4px;
    margin-left: 4%;
    margin-top: 0.9%;
}

.goods-list-box {
    width: 92%;
    height: 75%;
    margin-top: 1.5%;
    background: #FFFFFF;
    border-radius: 0.6rem;
    display: grid;
    grid-template-columns: 20% 20% 20% 20%;
    grid-template-rows: 46% 46%;
    grid-auto-flow: row;
    justify-content: space-around;
    align-content: space-around;
}

.goods-item {
    text-decoration: none;
}

.goods-image {
    width: 100%;
    height: 75%;
    border-radius: .3rem;
}

.goods-title {
    width: 100%;
    height: 25%;
    margin: 0;
    text-align: center;
    font-size: .55rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #282828;
}

/* 商城板块 */
.shopping-box {
    width: 93%;
    height: 18rem;
    background: #EFEFEF;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
    margin-top: 4%;
    border-radius: 0.4125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.shopping-title-box {
    width: 92%;
    height: 18%;
}

.shopping-title-box .title {
    width: 100%;
    height: 1rem;
    font-size: 1rem;
    font-weight: normal;
    color: #282828;
    line-height: 1rem;
    margin-top: 4%;
}

.shopping-title-box .line {
    width: 2rem;
    height: 0.22rem;
    background: #0595FC;
    border-radius: 4px;
    margin-left: 4%;
    margin-top: 0.9%;
}

.shopping-qrcode-box {
    width: 92%;
    height: 75%;
    margin-top: 3%;
    border-radius: 0.4125rem;
}

/* 百家号  */
.media-box {
    width: 93%;
    height: 14rem;
    margin-top: 4%;
    margin-bottom: 18%;
    /* background: #F6F6F6; */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-title-box {
    width: 96%;
    height: 1rem;
    /* border: #30E81A 1px solid; */
    border-left: #3280FF .3rem solid;
    margin-top: 1.5%;
}

.media-title {
    margin-top: 0;
    margin-left: 1.5%;
    width: auto;
    height: 100%;
    font-size: 0.8rem;
    font-weight: bold;
    color: #282828;
    line-height: 1rem;
}

.media-picture-box {
    width: 96%;
    height: 80%;
    margin-top: 1.6%;
}

/* 图片放大 */
.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;
}