.container{
    background-color:#fff;
}
.bannerContainer{
    padding-top:60px;
    padding-bottom:40px;
    font-weight:normal;
    color:#fff;
    background:url("../img/vip/vip-intro_banner.png");
    background-size:cover;
    background-position: 50% 50%;
}
.openVipZone{
    width:1024px;
    margin:0 auto;
}
.openVipZone>div{
    float:right;
    margin-right:34px;
    padding-top:40px;
    padding-right:50px;
    padding-bottom:40px;
    padding-left:50px;
    background-color:rgba(0,0,0,0.4);
}
.openVipZone>div h3{
    font-size:26px;
    color:#fff;
    text-align:center;
    line-height:26px;
}
.openVipZone .vip-zone{
    margin-top:44px;
    color:#d2d2d2;
    font-size:16px;
}
.openVipZone .regular-vip-zone{
    float:left;
    margin-right:36px;
}
.openVipZone .senior-vip-zone{
    float:right;
}
.openVipZone .openVipBtn{
    display:block;
    width:130px;
    margin-top:34px;
    border-radius:6px;
    font-size:16px;
    cursor:pointer;
}
.openVipZone .senior-vip-zone .openVipBtn{
    border:1px solid #726f6e;
    color:#7e6f6e;
}
.openVipZone .senior-vip-zone .openVipBtn:hover{
    border-color:#d2d2d2;
    color:#d2d2d2;
}
.openVipZone .vip-zone>p:first-of-type{
    line-height:16px;
    padding-left:14px;
}
.openVipZone .vip-zone .price{
    margin-top:12px;
    padding-left:14px;
    line-height:26px;
    font-size:14px;
}
.openVipZone .vip-zone .priceValue{
    display:inline-block;
    font-size:26px;
    color:#ffde00;
    vertical-align:text-bottom;
}

.vipDetailZone{
    width:1000px;
    margin:0 auto;
    padding-bottom:60px;
    background-color:#fff;
}
.vipDetailZone h3{
    padding-top:50px;
    padding-bottom:50px;
    font-size:32px;
    font-weight:bold;
    text-align:center;
    line-height:32px;
}
.cross-references-table{
    border:4px solid #3492db;
    color:#888;
    font-size:15px;
}
.cross-references-table .row:nth-of-type(2n+1){
    background-color:#fff;
}
.cross-references-table .row:nth-of-type(2n){
    background-color:#f7f7f7;
}
.cross-references-table .row>div{
    float:left;
    padding-top:18px;
    padding-right:20px;
    padding-bottom:18px;
    padding-left:20px;
    min-height:24px;
    line-height:24px;
}
.cross-references-table .row>div:nth-of-type(1){
    width:158px;
}
.cross-references-table .row>div:nth-of-type(2){
    width:170px;
}
.cross-references-table .row>div:nth-of-type(3){
    width:210px;
}
.cross-references-table .row>div:nth-of-type(4){
    width:294px;
}
.cross-references-table .head-row>div{
    padding:0;
    height:60px;
    min-height:initial;
    line-height:60px;
    background-color:#3492db !important;
    font-size:22px;
    color:#fff;
    text-align:center;
}
.cross-references-table .row.head-row>div:nth-of-type(1){
    width:198px;
}
.cross-references-table .row.head-row>div:nth-of-type(2){
    width:210px;
}
.cross-references-table .row.head-row>div:nth-of-type(3){
    width:250px;
}
.cross-references-table .row.head-row>div:nth-of-type(4){
    width:334px;
}
.cross-references-table .head-row>div{
    padding-left:0;
}

.cross-references-table .row .title-column:before{
    content:"";
    display:inline-block;
    margin-right:16px;
    vertical-align:middle;
}

/* 线下活动 */
.cross-references-table .row:nth-of-type(2) .title-column:before{
    background:url("../img/vip/pr_icon01.png");
    width:22px;
    height:22px;
}
/* 线上精品课程 */
.cross-references-table .row:nth-of-type(3) .title-column:before{
    background:url("../img/vip/pr_icon02.png");
    width:22px;
    height:12px;
}
/* 资讯干货 */
.cross-references-table .row:nth-of-type(4) .title-column:before{
    background:url("../img/vip/pr_icon03.png");
    width:22px;
    height:15px;
}
/* 实习就业 */
.cross-references-table .row:nth-of-type(5) .title-column:before{
    background:url("../img/vip/pr_icon04.png");
    width:22px;
    height:19px;
}
/* 创业指导 */
.cross-references-table .row:nth-of-type(6) .title-column:before{
    background:url("../img/vip/pr_icon05.png");
    width:22px;
    height:18px;
}
/* 金融增值服务 */
.cross-references-table .row:nth-of-type(7) .title-column:before{
    background:url("../img/vip/pr_icon06.png");
    width:22px;
    height:20px;
}