.banner {
    /* height: 6500px; */
    min-width: 1260px;
    margin-top: -78px;
    padding-top: 100px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 150px;
}
.banner-title {
    width: 1200px;
    margin: 60px auto 0;
    text-align: center;
}
.banner-title span {
    font-size: 78px;
    color: #ffffff;
    font-weight: bold;
}
.layui-field-title {
    width: 560px;
    margin: 40px auto;
    font-size: 24px;
    color: #ffffff;
}
.layui-elem-field legend {
    font-size: 24px;
}
.vip-title {
    width: 1200px;
    margin: auto;
    text-align: center;
}
.vip-title span {
    font-size: 24px;
    color: #ffffff;
}
.vip-title p {
    color: #ffffff;
    font-size: 16px;
    text-align: right;
}
.vip-title p .icon {
    vertical-align: -2.15em;
}
.vip-title p a {
    color: #ffffff;
    font-size: 14px;
    margin-left: 16px;
}
.vip-title p a:hover {
    color: #0866df;
}
.vip-title table {
    width: 1200px;
    height: 150px;
    background: rgba(85, 79, 117, 0.3);
    border-radius: 10px;
}
.vip-title table thead tr th:first-child {
    color: #ffffff;
    font-size: 16px;
}
.vip-title table thead tr th {
    border-right: 1px solid #4e496f;
    border-bottom: 1px solid #4e496f;
    padding: 15px 0;
}
.vip-title table tbody tr td {
    line-height: 50px;
    border-right: 1px solid #4e496f;
    border-bottom: 1px solid #4e496f;
}
.vip-title table thead tr th:last-child,
.vip-title table tbody tr td:last-child {
    border-right: none;
}
.vip-title table tbody tr:nth-child(2) td {
    border-bottom: none;
}
.vip-title table tbody tr td:first-child {
    color: #ffffff;
    font-size: 16px;
}
.iconduihao {
    font-size: 22px;
    color: #ffffff;
}
.vip-area {
    width: 1200px;
    margin: 150px auto 0;
    text-align: center;
    position: relative;
}

.vip-time {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 42%;
    top: 42px;
}
.vip-area-title {
    font-size: 44px;
    color: #ffffff;
    margin-top: 20px;
}

.title-xian {
    text-align: center;
    margin-top: -20px;
}
.title-xian span {
    display: inline-block;
    width: 98px;
    height: 1px;
    background: #ffffff;
}
.title-xian b {
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    border-top: 17px solid #ffffff;
    position: relative;
    top: 31px;
    margin: 0 6px;
}
.vip-area ul {
    background: #211b3b;
    border: 6px solid rgba(138, 131, 177, 0.96);
    border-radius: 40px;
    margin-top: 78px;
    display: flex;
    justify-content: space-between;
    padding: 48px 90px 78px 90px;
    position: relative;
    flex-flow: wrap;
}
.vip-area ul li {
    width: 275px;
    height: 394px;
    background: linear-gradient(0deg, #133bd1 0%, #058bd5 100%);
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    cursor: pointer;
}
.vip-area ul li:hover .menghaun-bg {
    background: rgba(255, 255, 255, 0.1);
}

/* .vip-area ul li img{
    width: 228px;
    height: 160px;
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
} */

.vip-area ul li img{
    max-width: 230px;
    height: 140px;
    box-sizing: border-box;
    padding: 30px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.menghaun-bg {
    position: absolute;
    width: 275px;
    height: 394px;
    border: 1px solid #877fad;
    border-radius: 10px;
    top: -10px;
    left: -10px;
}
.vip-conter {
    padding: 20px 26px;
    position: relative;
    z-index: 10;
}

.vip-have {
    position: absolute;
    right: 0;
    bottom: 0;
}
.vip-conter p:nth-child(2) {
    font-size: 20px;
    color: #ffffff;
    padding: 20px 0 10px 0;
}
.vip-conter p:nth-child(3) {
    color: #b3c7fd;
    font-size: 14px;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}
.vip-conter p:nth-child(4),
.vip-conter p:nth-child(5) {
    color: #ffffff;
    font-size: 14px;
    width: 166px;
    text-align: right;
}
.vip-conter p:nth-child(4) strong,
.vip-conter p:nth-child(5) strong {
    font-weight: 400;
    color: #ffffff;
    font-size: 16px;
    padding-left: 6px;
}
.vip-conter p:nth-child(6) {
    font-size: 16px;
    padding-top: 14px;
    color: #ffffff;
}
.vip-conter p:nth-child(6) strong {
    font-size: 34px;
    color: #ffffff;
}

/* 星光会员专区 */
.starlight-vip {
    width: 1200px;
    margin: 300px auto 0;
    text-align: center;
    position: relative;
}
.starlight-vip-title {
    font-size: 44px;
    /* color: #ffffff; */
    margin-top: 20px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}

.starlight-vip-xian {
    text-align: center;
    margin-top: -20px;
}
.starlight-vip-xian span {
    display: inline-block;
    width: 98px;
    height: 1px;
    background: #f3c94c;
}
.starlight-vip-xian b {
    display: inline-block;
    width: 0px;
    height: 0px;
    border: 15px solid transparent;
    border-top: 17px solid #f3c94c;
    position: relative;
    top: 31px;
    margin: 0 6px;
}
.no-suo {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0 50px 0 5px;
    position: absolute;
    bottom: 14px;
    left: 10px;
}

.iconsuo1 {
    position: relative;
    color: #ffffff;
    font-size: 27px;
    top: 20px;
    left: -6px;
}
.starlight-vip-ul {
    border-radius: 40px;
    margin-top: 88px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-flow: wrap;
}
.starlight-vip-ul li {
    width: 296px;
    height: 470px;
    cursor: pointer;
    position: relative;
}

.starlight-vip-ul li img{
    max-width: 230px;
    height: 180px;
    padding: 50px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    box-sizing: border-box;
    background-color: #fff;
}

.starlight-time {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    left: 42%;
    top: -49px;
}
.vip-time i,
.starlight-time i {
    position: relative;
    top: 1px;
    padding-right: 8px;
}
.starlight-vip-conter {
    padding: 32px 26px;
}
.starlight-vip-conter p:nth-child(2) {
    padding: 16px 26px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
.starlight-vip-conter p:nth-child(3) {
    font-size: 14px;
    padding: 0 16px;
    color: #ffffff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 24px;
    line-height: 24px;
}
.starlight-vip-conter p:nth-child(4) {
    padding-top: 16px;
}
.starlight-vip-conter p:nth-child(5),
.starlight-vip-conter p:nth-child(4) {
    font-size: 16px;
    color: #ffffff;
    width: 180px;
    text-align: right;
}
.starlight-vip-conter p:nth-child(5) {
    padding-top: 16px;
}
.starlight-vip-conter p:nth-child(6) {
    padding-top: 16px;
    font-size: 16px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
.starlight-vip-conter p:nth-child(6) strong {
    font-size: 24px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}

.starlight-vip-ul-second {
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-flow: wrap;
}
.starlight-vip-ul-second li {
    width: 400px;
    height: 428px;
    cursor: pointer;
    position: relative;
}

.starlight-vip-conter-second {
    position: relative;
    padding: 36px 26px 0 26px;
}
.starlight-vip-conter-second p:nth-child(2) {
    padding: 14px 26px;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
.starlight-vip-conter-second p:nth-child(3) {
    font-size: 14px;
    padding: 0 50px;
    color: #ffffff;
}
.starlight-vip-conter-second p:nth-child(4),
.starlight-vip-conter-second p:nth-child(5) {
    font-size: 16px;
    color: #ffffff;
    padding-top: 8px;
    text-align: left;
    width: 140px;
    text-align: right;
}

.starlight-vip-conter-second p:nth-child(6) {
    font-size: 16px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
    position: absolute;
    bottom: 0;
    right: 46px;
}
.starlight-vip-conter-second p:nth-child(6) strong {
    font-size: 24px;
}
.starlight-vip-ul-third {
    border-radius: 40px;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-flow: wrap;
}
.starlight-vip-ul-third li {
    width: 600px;
    height: 318px;
    cursor: pointer;
    position: relative;
}
.vip-ul-third-menu {
    display: flex;
    padding: 58px 50px;
}
.vip-ul-third-right {
    padding: 0px 10px 0 28px;
    text-align: left;
    position: relative;
}
.vip-ul-third-right span {
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
.vip-ul-third-right p:nth-child(2) {
    font-size: 14px;
    color: #ffffff;
    padding: 4px 0 10px 0;
}
.vip-ul-third-right p:nth-child(3),
.vip-ul-third-right p:nth-child(4) {
    font-size: 16px;
    color: #ffffff;
    padding-top: 8px;
    text-align: right;
}
.vip-ul-third-right p:nth-child(5) {
    font-size: 16px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 10px;
}

/* 最后底部/ */
.end-title {
    width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 340px;
}
.end-title span {
    display: inline-block;
    width: 123px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    position: relative;
    top: -6px;
}
.end-title p {
    padding-top: 30px;
    font-size: 14px;
    color: #ffffff;
}
.end-title b {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
}


/* 弹窗 */

.lyshade {
    z-index: 100000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
}
.lyshade .lymodal {
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 580px;
    height: 400px;
    margin-left: -290px;
    margin-top: -200px;
    box-sizing: border-box;
}
.lyshade .modal-head {
    text-align: left;
    padding: 10px;
    position: relative;
    font-size: 16px;
    color: #333;
}

.lyshade .modal-head .lyclose {
    position: absolute;
    right: 28px;
    top: 32px;
    cursor: pointer;
    color: #ffffff;
}

.lyshade .modal-head .lyclose i {
    font-size: 14px;
}

.wechat-modal .modal-body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.code-tip {
    margin-top: 60px;
    text-align: center;
    color: #ffffff;
}
.code-tip span {
    display: inline-block;
    width: 64px;
    height: 1px;
    background: #ffffff;
    position: relative;
    top: -10px;
}
.code-tip b {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    padding: 0 18px;
}
.code-tip .code-tip-title {
    color: #b4c8fd;
    font-size: 14px;
    padding-top: 10px;
    padding: 0 20px;
    margin-top: 20px;
}
.code-tip .code-tip-quan {
    padding: 44px 0 40px 0;
    font-size: 16px;
}

.code-tip .code-tip-money {
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 14px;
}

.code-tip .code-tip-money strong {
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
}
.code-tip .code-tip-money strong b {
    font-size: 24px;
    padding: 0;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
.code-tip .code-tip-money strong em {
    color: #ffffff;
    font-size: 14px;
    padding-left: 18px;
    font-weight: 400;
    font-style: inherit;
}
.code-tip-btn {
    position: absolute;
    bottom: 11px;
    left: 38%;
}
.code-tip-btn button {
    width: 128px;
    height: 40px;
    background: #211c3c;
    border: 2px solid #726aa0;
    border-radius: 10px;
    font-size: 14px;
    color: #ffffff;
}
.code-tip-btn button:hover {
    border: 2px solid #fcaa5b;
    color: #fcaa5b;
}
/* 第二次确认 */
.second-modal .code-tip .code-tip-money {
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 14px;
    padding-top: 50px;
}
.second-modal-title {
    font-size: 14px;
    color: #ffffff;
    padding-top: 37px;
    width: 222px;
    margin: auto;
    line-height: 20px;
}
/* 余额不足提示 */
.start-img {
    padding-top: 10px;
}
.tishi {
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 14px;
    padding: 20px;
}
/* 支付成功 */
.tishi-ok {
    font-size: 14px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
.tishi-ok-money {
    padding-top: 20px;
    font-size: 14px;
    color: #ffffff;
}
.tishi-ok-money strong {
    font-size: 20px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
/* 无权限 */
.no-authority-title {
    font-size: 14px;
    color: #ffffff;
padding-top: 40px;
}

.no-authority-conter {
    font-size: 14px;
    background: linear-gradient(to top, #fda55d, #f3c94b);
    -webkit-background-clip: text;
    color: transparent;
}
