.purchase-table {
    border: 1;
}

.purchase-content {
    width: 1200px;
    margin: 0 auto;
}

.month_pay {
    width: 1200px;
    margin: 0 a;
}

.vip_pay {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
}

.vip_pay table {
    width: 1200px;
}

.vip_pay thead,
tr td:first-child {
    font-size: 16px;
    font-weight: bold;
}

tr td:nth-child(2) {
    font-size: 10px;
}

tr td {
    width: 8%;
    padding: 15px 0;
    text-align:center;
}

.row-lfet {
    width: 25%;
}

table {
    border-top: 1px solid #c2c2c2;
    border-left: 1px solid #c2c2c2;
    border-collapse: collapse;
    /*设置单元格的边框合并为1*/
}

td {
    border-bottom: 1px solid #c2c2c2;
    border-right: 1px solid #c2c2c2;
}

td img {
    width: 25px;
    height: 25px;
}

.trback1 {
    color: #ffffff;
    background: url(../images/tr1.png) no-repeat center;
}

.trback2 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    color: #974747;
    background: url(../images/tr2.png) no-repeat center;
}

.trback3 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    color: #924cca;
    background: url(../images/tr3.png) no-repeat center;
}

.trback4 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    color: #9e9356;
    background: url(../images/tr4.png) no-repeat center;
}

.trback5 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    color: #534194;
    background: url(../images/tr5.png) no-repeat center;
}

.trback6 {
    text-align: left;
    box-sizing: border-box;
    padding-left: 5px;
    color: #9e7b39;
    background: url(../images/tr6.png) no-repeat center;
}


.title-box {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 1200px;
}

.title-box .box1 {
    padding: 15px 30px;
    border-radius: 30px;
    margin: 15px 50px;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
}

.box1-active {
    background-color: #6588f8;
    color: #ffffff;
}

.vip-title {
    font-size: 14px;
    padding: 20px;
}

.vip-click {
    display: flex;
    flex-wrap: wrap;
}

.vip-box {
    width: 280px;
    height: 246px;
    border-radius: 10px;
    border: 1px rgb(233, 233, 233) solid;
    font-size: 16px;
    position: relative;
    margin: 15px;
    cursor: pointer;
}

.box-center1 {

    padding-top: 25px;
}

.money {
    font-size: 26px;
    font-weight: bold;
    padding: 20px 0;
}

.box-center3 {
    font-size: 14px;
    color: #e92a2a;
}

.box-center4 {
    padding: 52px 0 0 0;
}

.right-top {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
}

.right-top img {
    width: 100%;
}

.vip-active {
    border: 1px #6588f8 solid;
}

.vip-active>.right-top {
    display: block;
}

.vip-time {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 20px;
}

.time-list {
    padding: 10px 20px;
    margin: 0 20px;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    border: 1px #c2c2c2 solid;
}

.time-list img {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 15px;
}

.time-active {
    border: 1px #6588f8 solid;
}

.time-active img {
    display: block;
}

.payment {
    text-align: left;
    margin: 20px;
}

.payment span {
    font-size: 28px;
}

.recharge {
    display: flex;
    align-items: center;
}

.recharge p {
    margin: 0;
}

.immediately {
    padding: 10px 30px;
    background-color: #d3ad05;
    color: #ffffff;
    border-radius: 30px;
    margin: 20px;
    cursor: pointer;
}

.time-last {
    color: #ff2525;
    font-weight: bold;
}

.selection {
    text-align: left;
    font-size: 18px;
    padding: 20px;
}

.selection-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.selection-nav {
    margin: 20px;
    border: 1px #c2c2c2 solid;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}




.selection-nav p {
    margin: 0;
}

.selection-nav .selection-titleimg {
    width: 40px;
    height: 40px;
    margin: 10px;
}

.selection-nav p:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}

.selection-nav p:nth-child(3) {
    font-size: 14px;
    margin-bottom: 10px;
}

.selection-nav span {
    color: #e92a2a;
    font-size: 24px;
    font-weight: bold;
}

.selection-play {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 18px;
    margin-bottom: 20px;
}

.selection-play span {
    font-size: 26px;
    color: #e92a2a;
}

.selection-play p {
    margin: 0;
}

.selection-play p:nth-child(1) {
    padding-right: 20px;
}

.selection-play p:nth-child(2) {
    padding-right: 16px;
    font-size: 16px;
}

.selection-pa {
    padding: 10px 20px;
    border-radius: 25px;
    background-color: #d3ad05;
    text-align: center;
    cursor: pointer;
}

.selection-pa p {
    padding-right: 0 !important;
    color: #ffffff;
}

.palytd {
    padding: 5px 10px;
    border-radius: 25px;
    background-color: #d3ad05;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    width: 80%;
    margin: 10px auto;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(41, 41, 41, 0.8);
}

.popup-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 30%;
    border-radius: 15px;
}

.popup-box p {
    margin: 0;
}

.popup-title {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    padding: 20px 30px;
}

.popup-mony {
    text-align: center;
    margin: 30px auto;
}

.popup-mode {
    display: flex;
    align-items: center;
    justify-content: center;
}

#popup-colse {
    cursor: pointer;
}

.popup-wxtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.popup-wx {
    border: 1px #888888 solid;
    border-radius: 5px;
    margin: 20px;
    padding: 20px;
    position: relative;
    cursor: pointer;
}

.popup-lastzm {
    font-size: 14px;
    color: #969696;
}

.popup-payment {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    background-color: #d6a400;
    color: #ffffff;
    margin: 10px auto 30px auto;
}


.popup-active {
    border: 1px #e92a2a solid;
}


.popup-imgs {
    display: none;
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

.popup-imgs img {
    width: 100%;
}

.popup-active .popup-imgs {
    display: block;
}

.popup-b {
    display: none;
}

.popup-payment a,
.popup-payment a:hover {
    color: #ffffff;
}

.popup-red {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
}

.payment-wechat {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    display: none;
    border-radius: 10px;
}

.selection-nav {
    cursor: pointer;
}

.popup {
    display: none;
}

.payment-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    font-size: 18px;
    width: 373px;
}

.payment-img {
    width: 320px;
    padding: 10px 80px;
    border-radius: 10px;
    margin: 0 auto;
}

.payment-img img {
    width: 100%;
}

.payment-about {
    text-align: center;
    font-size: 18px;
}

.payment-about span {
    font-size: 24px;
    color: #e92a2a;
}

.payment-last {
    text-align: center;
    padding: 10px 15px;
    background-color: #fc8805;
    margin: 0 50px 30px 50px;
    color: #ffffff;
}

.guanbi {
    cursor: pointer;
}

.selection-img {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
}


.selection-active {
    border: 1px #0004d8 solid;
}

.selection-active .selection-img {
    display: block;
}