* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html{
    width: 100%;
    margin: 0 auto;
}

.rmb {
    position: relative;
    width: 100%;
    font-size: 24px;
    background: #F3DFCA;
}

.rmb .banner {
    width: 100%;
    height: 200px;
    background: url('../img/h5/banner.jpg') #F3DFCA no-repeat center center / auto 100%;
}

.rmb .inner {
    box-sizing: border-box;
    width: calc(100% - 30px);
    padding: 25px 0;
    background: #F3DFCA;
    margin: 0 auto;
}

.rmb .inner h2 {
    position: relative;
    color: #333;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 14px;
    text-indent: 12px;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rmb .inner h2::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 14px;
    background: #FD002D;
    left: 0;
    top: 0;
}

.rmb .inner p {
    color: #000;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.rmb .h40 {
    width: 100%;
    height: 40px;
}

.logo {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    border: 1px solid #E1E1E1;
}

.imgUl {
    width: 100%;
    height: 380px;
    margin-top: 15px;
    text-align: center;
    background: url('../img/h5/imgList.png') no-repeat center center / 100% 100%
}

.ul-tab {
    display: flex;
    width: 100%;
}

.ul-tab li {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    border: 1px solid #E4E4E4;
    background: #FEF8EF;
    cursor: pointer;
    font-size: 14px;
}

.ul-tab li.active {
    background: linear-gradient(270deg, #CB6262 -1.6%, #CA5046 98.42%, #C13F3D 98.42%);
    color: #fff;
}

.part-register {
    display: none;
}

.swiper-slide p {
    text-align: center;
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 40px
}

.swiper-slide {
    text-align: center;
}

.swiper-slide img {
    width: 224px;
    height: 460px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: transparent;
    width: 24px;
    height: 24px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    background: url('../img/h5/next.png') no-repeat center center / 100% 100%;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    background: url('../img/h5/prev.png') no-repeat center center / 100% 100%;
}


.line {
    width: 100%;
    height: 1px;
    background: #8E8C8A;
}

.videoBox {
    text-align: center;
    width: 100%;
    height: 200px;
    margin: 0 auto;
}

video {
    box-sizing: border-box;
    width: 350px;
    height: 200px;
    border-radius: 20px;
    border: 2px solid #fff;
}
