@charset "utf-8";

.clearfix {*zoom:1;}
.clearfix:after{content:"\200B";clear:both;display:block;height:0px;}
html,body,p,li,ul,dl,dd,dt,h1,h2,h3,h4 {
    margin: 0;
    padding: 0;
    font-size: 14px;
}
ul,li {
    list-style: none;
}
a {
    text-decoration: none;
}
.a_btn {
    display: inline-block;
    padding: 6px 13px;
    text-decoration: none;
    border-radius: 4px;
}
.main {
    padding: 25px;
}

/* 面包屑导航 */
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}

/* 表格 */
.table {
    margin: 0 auto;
    
}
table {
    width: 100%;
    margin: 0 0 18px;
    border-collapse: collapse;
    border-spacing: 0;
}
table th,
table td {
    padding: 6px 8px;
    text-align: left;
    font-weight: normal;
    line-height: 1.4;
}
table th {
    padding: 12px 8px;
}
td.sp_name {
    width: 70%;
}
td.sp_name label {
    line-height: 30px;
}
td a {
    margin: 4px 2px;
    font-size: 12px;
}
table label,
.operation label {
    cursor: pointer;
    margin-right: 5px;
}
table input[type=checkbox],
.operation input[type=checkbox] {
    display: inline-block;
    margin: 4px 5px 0 0;
}

.operation {
    float: left;
}
.operation a {
    margin-left: 7px;
    font-size: 12px;
}
.panigator {
    float: right;
}
.panigator .active {
    border: none;
}
/* 表单 */
.form-horizontal,
.form-horizontal * {
    box-sizing: border-box;
}
.form-horizontal {
    margin: 0 auto;
    padding: 0 20px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
}

.form-horizontal label,
.form-box {
    float: left;
    padding: 0 15px;
}
.form-horizontal label {
    padding-top: 7px;
    width: 16.6667%;
    text-align: right
}
.form-box {
    width : 83.3333%
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    /* vertical-align: middle; */
    /* 
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc; */
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-action .form-box {
    margin-left: 16.6667%;
    vertical-align: middle;
}
.form-action a {
    float: left;
    margin-left: 7px;
    margin-top: 1px;
}
.btn {
    float: left;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* alert */
.laya_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    flex-direction:column;
    justify-content: center;
}
.laya_alert {
    width: 300px;
    margin: auto;
    text-align: center;
}
.laya_alert_title {
    padding: 14px 0;
    line-height: 1.5;
    font-size: 16px;
}
.laya_alert_action {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.laya_alert_action > div {
    flex: 1;
    padding: 10px 0;
    line-height: 1.4;
    cursor: pointer;
}

.sp_gameInfo {
    line-height: 30px;
    margin-bottom: 8px;
}
@charset "utf-8";
.product_pvr_title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
}
.product_pvr_introduce {
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.product_pvr_introduce p {
    margin-bottom: 7px;
    line-height: 1.4;
    text-indent: 2em;
}
.product_pvr_list {
    padding: 0 20px;
}
.product_pvr_list li,
.pvr_pay_way dd {
    float: left;
    cursor: pointer;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}

.product_pvr_list li {
    margin-right: 20px;
    margin-bottom: 15px;
}
.pvr_pay_way dt,
.product_pvr_label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}
.pvr_pay_way dd {
    margin-left: 20px;
}

.product_pvr_action {
    margin-top: 25px;
}

.pvr_immediate_pay_btn {
    margin-left: 20px;
    height: 33px;
    min-width: 24px;
    padding: 0 20px;
    border: 1px solid #e36d1f;
    border-radius: 2px;
    background: #e36d1f;
    color: #fff;
    font-size: 14px;
    line-height: 33px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
}

.wx_pay_qrcode {
    position: relative;
    width: 300px;
    margin: auto;
    background: #fff;
    padding: 20px;
    color: #333;
    text-align: center;
}
.wx_pay_desc h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
}
.wx_pay_desc p {
    color: #e36d1f;
    font-size: 16px;
    font-weight: bold;
}


.pay_result {
    text-align: center;
    line-height: 200px;
    font-size: 20px;
}

.wx_pay_qrcode .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 5px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAXVBMVEUAAADT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PkDJZHAAAAHnRSTlMA9xHx5evDV0csJRsKz8ncuK6lnV9QPTTUvpCXi2mzitxqAAAAp0lEQVQoz6XQyRKEIAxF0QjOOA84db///8y2KK20BlfeDSSnigX0prhSJDLz4s4apRK2L90lD4WaGbWhU68vKzahqkRoeMwixMW/5UReVRUb61Kw3Zo0ml2LGFFG5FM2ny6HyawG9PT4y0DzZC10gPbRbBqg81tgifzaIUiJnPZec41Ce2eHAtvNRp4SYOVpAw6TugIJXRqAD7m+bKznLtEDkdDQ0ot+DW8MikQdDYQAAAAASUVORK5CYII=") no-repeat center center;
    background-size: 50% 50%;
    cursor: pointer;
}
.wx_pay_qrcode img {
    display: block;
    width: 250px;
    height: 250px;
    margin: auto;
}


.introduce p.tips {
    font-size: 0.8rem;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
h2, h3 {
    margin:0;
}
#laya_content {
    margin-top: 100px;
}
.vip-list {
    margin-left: 15px;
    font-weight: 700;
    text-align: left;
}
.vip-list li {
    color: #5a5a5b;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    padding: 0 0 7px 20px;
    background: none;
    position: relative;
}

.vip-list li::before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    font-size: 15px;
}
.vip-plans .li-headline  {
    font-weight: 700;
    color: #000000;
    padding-left: 0;
    margin-top: 5px;
    text-indent: 0;
}
.vip-list .li-headline::before {
    content: "\200B";
}

.introduce {
    background: #f5f5f5;
    margin: 0px 20px;
    padding: 28px 28px 13px;
}

.introduce h2 {
    margin: 0 0 13px;
    font-size: 22px;
    font-weight: bold;
}
.introduce .vip-list li {
    font-size: 14px;
    line-height: 18px;
}

.vip-plans .vip-plans-text {
    text-indent: 0;
}
.vip-plans {
    margin: 40px 0 0;
    /* padding: 0 0 40px; */
    box-sizing: border-box;
    display: -moz-flex;
    display: flex;
    -moz-flex: 1;
    flex: 1;
    -moz-flex-direction: row;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.vip-plans-item {
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 20px;
    width: 90%;
}
.vip-plans-con {
    position: relative;
    background-color: #ffffff;
    text-align: left;
    padding: 30px 35px;
    box-shadow: 0 0 25px #d8d8d8;
    border-radius: 15px;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    /*height: calc(100%);*/
}
.vip-plans-con h3 {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
}
.vip-plans-con .vip-discount {
    font-weight: bold;
    color: #bf4332;
}
.vip-plans-con .vip-prime {
    margin: 0 5px;
    text-decoration: line-through;
    color: #c3c3c3;
}
.price-list {
    font-size: 15px;
    margin-bottom: 7px;
}

.vip-plans .vip-tip {
    font-size: 13px;
    color: #c3c3c3;
    font-weight: normal;
}
.vip-plans .vip-tip a {
    padding-left: 3px;

}
.vip_cooperate {
    width: 150px;
    display: block;
}
.vip-plans-item .vip-plans-con {
    border: 3px solid #fff;
}
.vip-plans-item.selected .vip-plans-con{
    border: 3px solid #39f;
    box-shadow: 0 0 25px #39f;
}
@media only screen and (min-width: 755px) {
    .vip-plans-item {
        width: 33%;
    }
}

/* 商务合作 */
.fixed {
    z-index: 999;
    position: fixed;
    bottom: 20px;
    right: 1%;
    background: #fff;
    padding: 6px;
    text-align: center;
    box-shadow: 0 0 25px #d8d8d8;
}
.fixed .title {
    position: relative;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}
.fixed .title:before,
.fixed .title:after {
    position: absolute;
    top: 16px;
    width: 14px;
    content: "\200B";
    height: 2px;
    overflow: hidden;
    background: rgba(0,0,0,0.3);
}
.fixed .title:before {
    left: 18px;
}
.fixed .title:after {
    right: 18px;
}
.fixed img {
    display: block;
    width: 136px;
    margin: 0 auto;
}

