/* BASIC css start */
.div_page { padding: 22px 14px 80px; }

.tit_box { margin-bottom: 20px; }
.tit_box h1 { font-size: 18px; color:#000; font-weight:500; margin-bottom: 8px; }
.tit_box p { font-size: 13px; color:#000; font-weight:300;  }


.vip_box {  }
.vip_box tr th {text-align:center;font-size: 14px;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
.vip_box tr th img {width: 90%;}
.vip_box tr td {font-size: 13px;color: #000;font-weight: 300;border-right: 1px solid #ccc;}


.vip_box tr th, .vip_box tr td {
    padding: 16px 13px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

.vip_box tr th p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 7px;
}

.vip_box tr td li {
    margin-bottom: 3px;
}

.vip_box tr:first-of-type th, .vip_box tr:first-of-type td {
    border-top: 1px solid #ccc;
}

.bot_text { font-size:14px; color:#000; font-weight: 300; margin-top: 17px; }
/* BASIC css end */

