@charset "utf-8";
.banner{
   width: 100%;
    height: auto;
    display: block;
    /* background: url(/images/vip/new/VIP_banner.webp) no-repeat center;
    background-size: contain; */
}
.text-center{
    text-align: center;
}
.vip-title{
    margin-bottom: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.vip-title1{
    width: 762px;
    height: 40px;
    background: url(/images/vip/new/ued-vip.webp) no-repeat center center / 100% 100%;
    margin: 60px auto 40px;
}
.vip-title2{
    width: 762px;
    height: 40px;
    background: url(/images/vip/new/ued-2.webp) no-repeat center center / 100% 100%;
    margin: 60px auto 40px;
}
.vip-title3{
     width: 762px;
    height: 40px;
    margin-top: 60px;
    background: url(/images/vip/new/ued-3.webp) no-repeat center center / 100% 100%;
    margin: 60px auto 40px;
}
.text-tt{
    margin-bottom: 60px;
    text-align: center;
    font-size: 20px;
    color: #747f97;
}
.night .text-tt {
    color: #999;
}
.bg1{
    background: #EEF2F6;
}
.bg1.night{
    background: #232323;
}
.red{
    color: #fe3434;
}
.vip-level-list{
    max-width: 1720px;
    margin: 0 auto;
    text-align: center;
}
.top_nav .dropdown{
    width: 714px;
}
.vip-level-list .item{
    display: inline-block;
    vertical-align: top;
    width: 285px;
    height: 289px;
    margin-bottom: 55px;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(180deg, rgba(247, 205, 192, 0.43) 1.15%, rgba(242, 189, 150, 0.496777) 47.57%, rgba(242, 189, 150, 0.432283) 100%);
    -webkit-box-shadow: 0 0.1rem 0.1rem transparent;
    box-shadow: 0 0.1rem 0.1rem transparent;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.vip-level-list .item.night{
    background: #161616;
    border: 1px solid #3b404f;
}

.vip-level-list .item:not(:nth-last-of-type(1)){
    margin-right: 15px;
}
.vip-level-list .item:hover{
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    -webkit-transform: translateY(-2%);
    -ms-transform: translateY(-2%);
    transform: translateY(-2%);
}
.vip-level-list .item .vip-intro{
    position: relative;
    height: 200px;
   text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.night .vip-level-list .item .vip-intro {
    background: #282828;
}

.vip-level-list .item .vip-intro .vip-icon{
    width: 130px;
    height: 150px;
    margin-bottom: 15px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.vip-level-list .item .vip-intro h4{
    position:absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    color: #697DA9;
}

.night .vip-level-list .item .vip-intro h4{
    color: #FF2D55;
}

.vip-level-list .item .update-intro{
    display: table-cell;
    height: 87px;
    width: 285px;
    vertical-align: middle;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-size: 14px;
    color: #91a0bd;
    background: #FFFFFF;
}

.night .vip-level-list .item .update-intro {
    color: #666;
}

.night .vip-level-list {
    background: #232323;
}

.update-intro>div:last-child {
    margin-top: -5px;
}

.vip-level-list .item .update-intro1{
    padding: 0 8px;
    text-align: left;
}



.vip-level-list .item .update-intro1 .icon-a{
    margin-right: 5px;
    font-size: 14px;
    color: #c60a2f;
    vertical-align: middle;
}
.vip-level-list .item .update-intro1 .icon-b, .vip-level-list .item .update-intro1 .icon-c{
    color: #fc49af;
    margin-right: 5px;
    font-size: 17px;
    vertical-align: middle;
    min-width: 14px;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.vip-level-list .item .update-intro1 .icon-c {
    color: #F08540;
}

.tour-cont,
.privilege-cont,
.preferential-cont,
.bet-require-cont{
    padding: 70px 0;
}

.privilege_table {
    width: 100%;
    border-radius: 10px;
    border-top: 1px solid #8e9dba;
    border-left: 1px solid #8e9dba;
    font-size: 16px;
    border-collapse: inherit;
    color: #91a0bd;
}

.night .privilege_table {
    border-top: 1px solid #333;
    border-left: 1px solid #333;
}

.privilege_table thead tr{
    background: linear-gradient(90deg,#fd5882,#f92b33) no-repeat center top;
}

.night .privilege_table thead tr {
    background: #D01A3D;
}

 .privilege_table thead th {
    width: 9%;
     height: 50px;
     border-right: 1px solid #8e9dba;
     color: #fff;
     font-size: 14px;
}
.night .privilege_table thead th {
    border-right: #333;
}
.privilege_table thead th:nth-last-of-type(1){
    border-radius: 0 10px 0 0;
}
.privilege_table thead th:nth-of-type(1){
    border-radius: 10px 0  0 0;
}
.privilege_table thead th.right-border-radius{
    border-radius: 10px 10px 0 0;
}
.privilege_table tbody tr:nth-last-of-type(1) td:nth-last-of-type(1){
    border-radius: 0  0 10px 0;
}
.privilege_table tbody tr:nth-last-of-type(1) td:nth-of-type(1){
    border-radius: 0  0 0 10px ;
}
.privilege_table tbody tr {
    height: 50px;
}
.privilege_table tbody td .iconfont{
    color:#d02443 ;
    margin-right: 5px;
    vertical-align: middle;
}
.privilege_table tbody td  {
     font-size: 14px;
     border-bottom: 1px solid #8e9dba;
     border-right: 1px solid #8e9dba;
     text-align: center;
}

.night .privilege_table tbody td  {
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    color: #fff;
}

.night .privilege_table tbody tr:nth-child(2n) {
    background: #282828;
}

.night .privilege_table tbody tr:nth-child(2n-1) {
    background: #1E1E1E;
}

.privilege_table1{
    background: #FFFFFF;
}
.privilege_table1.night{
    background: #232323;
}
.privilege_table1 tbody  td:nth-of-type(2){
    padding:0  10%;
    text-align: left;
}

.require{
    margin: 15px auto;
    border-radius: 10px ;
    border: 1px solid #8e9dba;
    overflow: hidden;
}
.require.night{
    border: 1px solid #333;
}
.require li{
    float: left;
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    border-right: 1px solid #8e9dba;
    border-bottom: 1px solid #8e9dba;
    text-align: center;
    color: #91a0bd;
    background: #ffffff;
}
.night .require li{
    background: #282828;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    color: #fff;
}
.require.four li{
    width: 33.33%;
}
.privilege_table1 tbody .cols1{
    width: 33%;
}
.require li.head{
    background: #F0D9C8;
}
.night .require li.head{
    background: #866D5B;
    color: #fff;
}
.require li:nth-of-type(1){
    border-radius: 10px 0 0 0;
}
.require li:nth-of-type(2){
    border-radius: 0 10px  0 0;
}
.require.four li:nth-of-type(2){
    border-radius: 0;
}

.require li:nth-last-of-type(1){
    border-radius: 0  0  10px  0;
}
.require li:nth-last-of-type(2){
    border-radius: 0  0  0 10px;
}
.require.four li:nth-last-of-type(2){
    border-radius: 0;
}


.tour-list{
    padding-bottom: 50px;
}
.box {
    width: 393px;
    height: 255px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.middle-cont{
    margin: 0 10px;
}
.tour-list .cruise-tour-box {
    height: 520px;
    background: url(/images/vip/new/cruise-tour.png) no-repeat center top;
}

.malaysia-box{
    margin-bottom: 10px;
    background: url(/images/vip/new/malaysia.png) no-repeat center top;
}
.palawan-box{
    background: url(/images/vip/new/palawan1.png) no-repeat center top;
}
.cebu-box{
    margin-bottom: 10px;
    background: url(/images/vip/new/cebu.png) no-repeat center top;
}
.cruise-ship-box{
    background: url(/images/vip/new/cruise-ship.png) no-repeat center top;
}

.mark-box{
    position: absolute;
    left: 0;
    top: 205px;
    bottom: 0;
    right: 0;
    padding: 0 25px;
    color: #fff;
    background: rgba(0,0,0,.5);
    transition: all .3s;
}
.cruise-tour-box .mark-box{
    top: 471px;
}
 .mark-box .mark-title{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
}
.mark-box  .mark-context{
    display:table-cell;
    width:550px;
    height:205px;
   vertical-align:middle;
}
.cruise-tour-box .mark-context{
    height: 471px;
    text-align:center;
}
.mark-box  .mark-context .text{
    position: relative;
    line-height: 2;
    vertical-align:middle;
    font-size: 14px;
}
.mark-box  .mark-context .text .num{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    border-radius: 50%;
    text-align: center;
    background: linear-gradient(90deg,#fd5882,#f92b33) no-repeat center top;
}
.box:hover .mark-box{
    top: 0;
    border-radius: 10px;
}


 .tips {
    line-height: 2;
    color: #91a0bd;
}
.tips p{
    position: relative;
    padding-left: 18px;
}
.tips p span{
    position: absolute;
    left: 0;
    top: 0;
}
.night .content-main-bg .tips{
    color: #999;
}
.content-main-bg .vip-title{
    color: #697DA9;
}
.night .content-main-bg .vip-title{
    color: #FF2D55;
}
.content-main-bg.night{
    background: url(/images/main-bg-night.jpg) repeat-y center;
}
.footer-detail{
    background:#e3eaf1 url(/images/footer-bg.jpg) no-repeat center top;
}
.footer-detail.night{
    background: url(/images/footer-bg-night.jpg) no-repeat center top;
}
.content-main-bg{
    background:#ffffff;
}
.content-main-bg.night{
    background:#232323;
}

