.main {
    overflow: hidden;
    padding-top: 72px;
}

.module-wrapper .module-main {
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.module-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 60px;
    position: relative;
    margin-bottom: 52px;
}

.module-title h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: var(--theme-color);
    z-index: 10;
}

.module-title:before {
    position: absolute;
    left: -16px;
    top: 8px;
    z-index: 9;
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ffeab3;
}

.vip-lv {
    position: relative;
    width: 1920px;
    height: auto;
    left: 50%;
    margin-left: -960px;
    z-index: 10;
    overflow: hidden;
    background: url("../images/vip_banner.png") no-repeat;
    padding-bottom: 50px;
}

.vip-txt {
    height: 282px;
    opacity: 0;
}

.vip-txt h2 {
    color: #ffc637;
    font-size: 36px;
    padding: 70px 0 30px 0;
    display: none;
}

.vip-txt p {
    font-size: 20px;
    color: #ffffff;
    display: none;
}

.btn-wrap {
    margin-top: 64px;
    display: none;
}

.btn-wrap a {
    display: block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 23px;
    margin-right: 36px;
}

.btn-wrap .register-btn {
    background-color: #ffc637;
}

.btn-wrap .toGO {
    border-color: #ffffff;
}

.lv {
    margin-top: 84px;
    /*overflow: hidden;*/
}

.lv li {
    width: 282px;
    height: 200px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 10px 10px #efefef;
    float: left;
}

.lv li:first-child {
    background: #fff url("../images/vip1.png") no-repeat center 20px;
}

.lv li:first-child + li {
    background: #fff url("../images/vip2.png") no-repeat center 20px;
}

.lv li:first-child + li + li {
    background: #fff url("../images/vip3.png") no-repeat center 20px;
}

.lv li:first-child + li + li + li {
    background: #fff url("../images/vip4.png") no-repeat center 20px;
}

.lv li span {
    display: block;
    width: 0;
    background-color: var(--theme-color);
    height: 4px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.lv li:hover span {
    width: 100%;
}

.lv li b {
    font-size: 20px;
    color: #444444;
    display: block;
    line-height: 50px;
    text-align: center;
    margin-top: 80px;
}

.lv li i {
    display: block;
    width: 126px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ff556e;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #ff556e;
    font-size: 16px;
    margin: 0 auto;
}

.lv li:first-child + li i {
    color: #feb133;
    border-color: #feb133;
}

.lv li:first-child + li + li i {
    color: #40b5fb;
    border-color: #40b5fb;
}

.lv li:first-child + li + li + li i {
    color: #444444;
}

.con-title h2 {
    font-size: 30px;
    color: #555555;
    text-align: center;
}

.con-title h2:after {
    display: block;
    content: '';
    width: 60px;
    height: 4px;
    background-color: var(--theme-color);
    margin: 0 auto;
    margin-top: 12px;
}

.vip-card {
    background: #f5f5f5 url("../images/vip-v.png") no-repeat;
    width: 100%;
    height: 300px;
    margin-top: 36px;
    padding-left: 650px;
    margin-bottom: 24px;
}

.vip-card ul {
    padding-top: 70px;
}

.vip-card ul li {
    font-size: 16px;
    color: #444444;
    margin-top: 42px;
}

.vip-card ul li span {
    color: var(--theme-color);
    margin-right: 12px;
}

.vip-card ul li:first-child {
    margin-top: 0;
}

.vip-main-txt {
    padding-bottom: 100px;
}

.vip-main-txt p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: 30px;
}

.vip-main-txt p .color-blue {
    color: var(--theme-color);
}

.vip-main-txt .btn-wrap {
    margin: 0 auto;
    padding-top: 50px;
    width: 310px;
    display: flex;
    justify-content: center;
}

.vip-main-txt .btn-wrap a {
    display: block;
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 4px;
    margin-right: 0;
}

.vip-main-txt .btn-wrap .register-btn {
    background-color: var(--theme-color);
    box-shadow: 2px 4px 10px rgba(0, 204, 170, .5);
}

.vip-main-txt .btn-wrap .register-btn:hover {
    background-color: var(--theme-color-deep);
}

.vip-main-txt .btn-wrap .toGO {
    border-color: var(--theme-color);
    color: var(--theme-color);
}
