#starting-info {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.starting-box {
    width: 240px;
    text-align: center;
}

.starting-box img {
    margin: 0 auto;
    display: block;
    width: 100px;
}

.starting-box p {
    margin-top: 56px;
    font-size: 20px;
    color: #999999;
    font-weight: 500;
}

.h5-starting-box {
    display: none;
}

.h5-starting-box-p {
    font-size: 20px;
    color: #999999;
    font-weight: 500;
    text-align: center;
}

.h5-content {
    margin-top: 120px;
    display: flex;
    width: 326px;
    height: 120px;
    background: #FFF7F7;
    border: 1px solid #FFDEDE;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 12px 20px;
}

.h5-content img {
    display: block;
    width: 54px;
    height: 96px;
    margin-left: 25px;
    margin-right: 25px;
}

.h5-content-box p {
    margin-top: 7px;
    margin-bottom: 0;
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    font-weight: 500;
    text-align: start;
}

.h5-content-box-btn {
    margin-top: 15px;
    width: 110px;
    height: 24px;
    border: 1px solid #FF5555;
    border-radius: 6px;
    font-size: 12px;
    color: #F5222D;
    font-weight: 500;
    text-align: center;
    line-height: 23px;
}

.h5-content-box-btn a {
    display: inline-block;
    width: 110px;
    height: 24px;
    color: #F5222D;
    font-weight: 500;
    text-decoration: none;
}

.h5-wechat-content {
    display: none;
    margin-top: 120px;
    width: 326px;
    height: auto;
    background: #FFF7F7;
    border: 1px solid #FFDEDE;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 24px 0;
}

.h5-wechat-content-p1 {
    text-align: center;
    font-size: 16px;
    color: #F5222D;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 22px;
}

.h5-wechat-content-p2 {
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 18px;
}

.h5-wechat-content img {
    margin: 0 auto;
    display: block;
    width: 82px;
    height: 82px;
}

@media screen and (min-width: 325px) and (max-width: 767px) {
    .starting-box {
        display: none;
    }

    .h5-starting-box {
        display: block;
    }
}