[v-cloak] {
    display: none;
}

.header {
    height: 92px;
    width: 100%;
    display: flex;
    background: #fff;
}

.header .return {
    float: left;
    width: 60px;
    height: 60px;
    margin-left: 34px;
    background-image: url('../img/home/return.png');
    background-repeat: no-repeat;
}

.header .word {
    float: left;
    line-height: 92px;
    width: 160px;
    height: 92px;
    margin-bottom: 10px;
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #000000;
    margin-left: 34px;
}

.header .sl {
    position: absolute;
    height: 60px;
    width: 60px;
    margin-top: 16px;
    right: 32px;
    background-image: url(../img/home/sl.png);
    background-repeat: no-repeat;
}

.tips {
    position: absolute;
    top: 92px;
    right: 32px;
    width: 263px;
    height: 92px;
    background: #FFFFFF;
    box-shadow: 2px 6px 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 17px;
}

.tips p {
    height: 56px;
    width: 182px;
    margin-left: 38px;
    margin-top: 26px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}

.tips a {
    color: #000000;
}

.logo {
    width: 100%;
    height: 412px;
    position: relative;
}

.status-box {
    position: absolute;
    top: 12px;
    right: 42px;
    font-size: 22px;
    color: #9B9B9B;
    line-height: 28px;
    display: flex;
    align-items: center;
}

.status-point {
    width: 10px;
    height: 10px;
    background: #EE2C2C;
    border-radius: 50%;
    margin-right: 10px;
}

.mainbody {}


.middle {
    margin: 18px 20px;
    height: 312px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle-right div:first-child {
    margin-bottom: 20px;
}

.entrance-box {
    margin-top: 17px;
}

.entrance-item {
    display: inline-block;
    width: 96px;
    height: 112px;
    margin: 23px 45px;
    text-align: center;
    font-size: 24px;
    color: #161616;
    line-height: 32px;
}

.entrance-item-img {
    width: 80px;
    height: 80px;
    margin: 0 8px;
}

.middle img {
    width: 100;
    height: 100%;
    object-fit: contain;
    display: block;
}

.swiper-box {
    margin: 20px 20px;
    height: 160px;
    width: calc(100% - 40px);
    overflow: hidden;
}

.swiper-box img {
    border-radius: 20px;
    height: 160px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.mainbody .div3 {
    margin: 46px 44px 0 48px;
}

.mainbody .div3>div:nth-child(1) {
    height: 44px;
    font-size: 32px;
    font-weight: 400;
    color: #2C2543;
    line-height: 44px;
    margin-left: 14px;
}

.div3 .recommendbox {
    margin-top: 30px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;

}

.div3 .recom-item {
    height: 72px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
}


.div3 .recom-item-left {
    width: 56px;
    height: 72px;
}

.div3 .recom-item-left>img {
    width: 56px;
    height: 72px;
}

.div3 .recom-item-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 28px;
    height: 120px;
}

.div3 .recom-item-right .recom-item-title {
    height: 72px;
    width: 430px;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2C2543;
    line-height: 72px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div3 .recom-item-right .recom-item-btn {
    width: 124px;
    height: 58px;
    margin-top: 7px;
    background: #EAECED;
    border-radius: 29px;
    font-size: 28px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2C2543;
    line-height: 58px;
    text-align: center;
}