.main {
    /* margin-top: -40px; */
    background: #ffffff;
    overflow: hidden;
    min-width: 1360px;
}
.main .banner {
    display: flow-root;
    height:680px;
    background: url(../../images/new/vip/banner.png) center no-repeat;
    background-size: 100% 100%;
    float: unset;
    max-height: unset;
    overflow: unset;
    width: unset !important;
}
.main .tips {
    text-align: center;
}
.main .tips:nth-child(1) {
    margin-top: 159px;
    font-size: 20px;
    color: #fee9c9;
    line-height: 20px;
}
.main .tips:nth-child(2) {
    font-size: 24px;
    color: #ffca7b;
    line-height: 24px;
    margin-top: 26px;
}
.main .time {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}
.main .time .box {
    width: 69px;
    height: 82px;
    background: black;
    border-radius: 4px;
    text-align: center;
}
.main .time .box span {
    font-size: 42px;
    font-weight: bold;
    color: white;
    line-height: 82px;
}
.main .time .text {
    margin: 0 10px;
}
.main .vip {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 1400px;
    margin: 0 auto;
    margin-top: 476px;
}
.main .vip .box {
    width: 300px;
    height: 262px;
    transition: all 0.3s;
    position: relative;
    border:1px solid rgba(255,255,255,1);
    border-radius:17px;
    box-shadow:-3px 1px 11px 0px rgba(212,212,212,0.46);
    transition: all .3s;
}
.main .vip .box:hover{
    transform: translateY(-4px);
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.main .vip .box:nth-child(1),
.main .vip .box:nth-child(2),
.main .vip .box:nth-child(4){
    background: url(../../images/new/vip/vip_bg1.png) no-repeat;
    background-size: 100% 100%;
    bottom: 32px;
}
.main .vip .box:nth-child(3){
    background: url(../../images/new/vip/vip_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.main .vip .box:nth-child(3) .row2 span:nth-child(2) {
    margin-left: 30px;
    font-size: 24px;
    text-decoration: line-through;
    color: #333333;
    line-height: 18px;
}
/* .main .vip .box:hover,
.main .vip .box.active {
    background:linear-gradient(0deg,#FFFCEB, #FFFBEA);
} */

/* .main .vip .box:hover .row1,
.main .vip .box.active .row1{
    color: #6E431D;
} */
/* .main .vip .box:hover .row3,
.main .vip .box.active .row3 {
    color: #99734D;
} */
.main .vip .box:hover .row4,
.main .vip .box.active .row4 {
    background: #F1B14F;
    color: #FFFFFF;
}

/* .main .vip .box:hover .row4:hover {
    width: 248px;
} */

.main .vip .box .row1 {
    font-size: 32px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 32px;
    position: relative;
}

.main .vip .box .row2 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
}
.main .vip .box .row2 span:nth-child(1) {
    font-size: 46px;
    display: inline-block;
    line-height: 50px;
    /* font-weight: bold; */
    /* color: #ea000e; */
    /* line-height: 46px; */
    /* text-shadow: 0px 4px 10px rgba(159, 98, 0, 0.49); */
    font-family: Source Han Sans CN;
    font-weight:bold;
    color:rgba(245,61,51,1);
}
.main .vip .box .row2 span:nth-child(1) i{
    color: #333333;
    font-size: 18px;
}
.main .vip .box:nth-child(3) .row2 span:nth-child(1){
    font-size:52px;
    line-height: 52px;
}
.main .vip .box:nth-child(3) .row2 span:nth-child(1) i{
    font-size: 24px;
}
.main .vip .box .row3 {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 18px;
}
.main .vip .box .row4 {
    width: 218px;
    height: 48px;
    border:1px solid rgba(243,187,119,1);
    border-radius:23px;
    /* border-radius: 21px; */
    font-size: 24px;
    color: #4E4D4D;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    background-color:#FBE9D3;
}
.main .vip .box:nth-child(1) .row1::before{
    content: '';
    display: block;
    width: 34px;
    height: 30px;
    background: url(../../images/new/vip/1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 56px;
}
.main .vip .box:nth-child(2) .row1::before{
    content: '';
    display: block;
    width: 34px;
    height: 30px;
    background: url(../../images/new/vip/3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 56px;
}
.main .vip .box:nth-child(4) .row1::before{
    content: '';
    display: block;
    width: 34px;
    height: 30px;
    background: url(../../images/new/vip/4.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 56px;
}
.main .vip .box:nth-child(1) .row1,
.main .vip .box:nth-child(2) .row1,
.main .vip .box:nth-child(4) .row1{
    /* margin: 0 auto; */
    margin-top: 32px;
    text-align: center;
    padding-left: 20px;
}
.main .vip .box:nth-child(1) .row2,
.main .vip .box:nth-child(2) .row2,
.main .vip .box:nth-child(4) .row2{
    /* margin-left: 119px; */
    text-align: center;
    margin-top: 24px;
}
.main .vip .box:nth-child(1) .row3,
.main .vip .box:nth-child(2) .row3,
.main .vip .box:nth-child(4) .row3{
    /* margin-left: 51px; */
    margin-top: 12px;
    text-align: center;
}
.main .vip .box:nth-child(1) .row4,
.main .vip .box:nth-child(2) .row4,
.main .vip .box:nth-child(4) .row4{
    margin-top: 20px;
}
.main .vip .box:nth-child(3) {
    height: 363px;
    width: 420px;
    position: relative;
}

.main .vip .box:nth-child(3) .b-time {
    display: block;
    width:107px;
    height:45px;
    background: url(../../images/new/vip/tehui.png) no-repeat;
    position: absolute;
    right: -1px;
    top: -1px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

/* .main .vip .box:nth-child(2) .b-time::before {
    content: '';
    display: block;
    width: 22px;
    height: 23px;
    background: url(../../images/new/vip/time.png) center no-repeat;
    position: absolute;
    left: 30px;
    top: 5px;
} */

.main .vip .box:nth-child(3) .row1 {
    margin-top: 47px;
    /* margin-left: 135px; */
    font-size: 42px;
    line-height: 42px;
    text-align: center;
    padding-left: 20px;
}
.main .vip .box:nth-child(3) .row1::before {
    content: '';
    display: block;
    width: 48px;
    height: 42px;
    background: url(../../images/new/vip/2.png) center no-repeat;
    position: absolute;
    left: 110px;
}
.main .vip .box:nth-child(3) .row2 {
    margin-top: 45px;
    text-align: center;
}
.main .vip .box:nth-child(3) .row2 span:nth-child(3) {
    margin-left: 51px;
    font-size: 28px;
    text-decoration: line-through;
    color: #333333;
    line-height: 28px;
}
.main .vip .box:nth-child(3) .row3 {
    margin-top: 42px;
    text-align: center;
    font-size: 24px;
}
.main .vip .box:nth-child(3) .row4 {
    margin-top: 38px;
}

.main .table {
    padding-bottom: 106px;
    margin-top: 221px;
}
.main .table .title {
    width: 269px;
    height: 59px;
    font-size: 32px;
    color: #E13B41;
    line-height: 59px;
    margin: 0 auto;
    margin-top: 60px;
    padding-left: 48px;
    background: url(../../images/new/vip/text1.png) left no-repeat;
    position: relative;
    letter-spacing: 2px;
}
.main .table .title::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #E13B41;
    position: absolute;
    bottom: 0;
}
.main .table .title::after {
    content: "";
    display: block;
    width: 44px;
    height: 5px;
    background: black;
    position: absolute;
    bottom: -2px;
    left: 130px;
}
.main .table .tips {
    width: 317px;
    font-size: 16px;
    color: #999999;
    text-align: left;
    padding-left: 70px;
    margin: 0 auto;
    margin-top: 13px;
    line-height: 16px;
}
.main .table .content {
    width: 1400px;
    margin: 0 auto;
    margin-top: 47px;
}
.main .table .content > div {
    display: flex;
    flex-direction: row;
}
.main .table .content .row1 > div {
    width: 240px;
    height: 84px;
    font-size: 24px;
    color: #333333;
    line-height: 84px;
    text-align: center;
    position: relative;
}
.main .table .content .row1 > div span {
    font-size: 24px;
    color: #333333;
    line-height: 84px;
    position: relative;
}
.main .table .content .row1 .col1 {
    width: 84px;
    height: 84px;
    background: #f9f9f9;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.main .table .content .row1 .col2 {
    width: 356px;
    background: #f9f9f9;
    border-top: 1px solid #f1f1f1;
}
.main .table .content .row1 .col3 {
    background: #FBE9B3;
}

.main .table .content .row1 .col3::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url(../../images/new/vip/1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 40px;
    top: 27px;
}

.main .table .content .row1 .col4 {
    background: #F3D786;
}
.main .table .content .row1 .col4::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url(../../images/new/vip/3.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 40px;
    top: 27px;
}

/*.main .table .content .row1 .col4 span::after {*/
    /*content: "";*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 23px;*/
    /*background: url(../../images/new/vip/xianshi.png) center no-repeat;*/
    /*position: absolute;*/
    /*right: -35px;*/
    /*top: -11px;*/
/*}*/
.main .table .content .row1 .col5 {
    background: #F1B73B;
}
.main .table .content .row1 .col5::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url(../../images/new/vip/2.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 58px;
    top: 28px;
}
.main .table .content .row1 .col6 {
    background: #EFA913;
}
.main .table .content .row1 .col6::before{
    content: '';
    display: block;
    width: 30px;
    height: 27px;
    background: url(../../images/new/vip/4.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 40px;
    top: 28px;
}


.main .table .content .row1 .col5 span::after {
    content: "";
    display: block;
    width: 30px;
    height: 23px;
    background: url(../../images/new/vip/xianshi.png) center no-repeat;
    position: absolute;
    right: -35px;
    top: -11px;
}
.main .table .content .row2,
.main .table .content .row3,
.main .table .content .row4 {
    width: 84px;
    height: 366px;
    background: #f9f9f9;
}
.main .table .content .row2 .col1,
.main .table .content .row3 .col1,
.main .table .content .row4 .col1 {
    font-size: 18px;
    color: #333333;
    writing-mode: vertical-rl;
    text-align: center;
    line-height: 82px;
    letter-spacing: 8px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}
.main .table .content .row2 .col2,
.main .table .content .row2 .col3,
.main .table .content .row2 .col4,
.main .table .content .row2 .col5,
.main .table .content .row2 .col6,
.main .table .content .row3 .col2,
.main .table .content .row3 .col3,
.main .table .content .row3 .col4,
.main .table .content .row3 .col5,
.main .table .content .row3 .col6,
.main .table .content .row4 .col2,
.main .table .content .row4 .col3,
.main .table .content .row4 .col4,
.main .table .content .row4 .col5,
.main .table .content .row4 .col6 {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    width: 356px;
    box-sizing: border-box;
}
.main .table .content .row2 .col2 .content,
.main .table .content .row2 .col3 .content,
.main .table .content .row2 .col4 .content,
.main .table .content .row2 .col5 .content,
.main .table .content .row2 .col6 .content,
.main .table .content .row3 .col2 .content,
.main .table .content .row3 .col3 .content,
.main .table .content .row3 .col4 .content,
.main .table .content .row3 .col5 .content,
.main .table .content .row3 .col6 .content,
.main .table .content .row4 .col2 .content,
.main .table .content .row4 .col3 .content,
.main .table .content .row4 .col4 .content,
.main .table .content .row4 .col5 .content,
.main .table .content .row4 .col6 .content {
    height: 274px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    margin-top: 46px;
    max-width: 100%;
}
.main .table .content .row2 .col2 .content > div,
.main .table .content .row2 .col3 .content > div,
.main .table .content .row2 .col4 .content > div,
.main .table .content .row2 .col5 .content > div,
.main .table .content .row2 .col6 .content > div,
.main .table .content .row3 .col2 .content > div,
.main .table .content .row3 .col3 .content > div,
.main .table .content .row3 .col4 .content > div,
.main .table .content .row3 .col5 .content > div,
.main .table .content .row3 .col6 .content > div,
.main .table .content .row4 .col2 .content > div,
.main .table .content .row4 .col3 .content > div,
.main .table .content .row4 .col4 .content > div,
.main .table .content .row4 .col5 .content > div,
.main .table .content .row4 .col6 .content > div {
    font-size: 14px;
    color: #333333;
}
.main .table .content .row2 .col3,
.main .table .content .row2 .col4,
.main .table .content .row2 .col5,
.main .table .content .row2 .col6,
.main .table .content .row3 .col3,
.main .table .content .row3 .col4,
.main .table .content .row3 .col5,
.main .table .content .row3 .col6,
.main .table .content .row4 .col3,
.main .table .content .row4 .col4,
.main .table .content .row4 .col5,
.main .table .content .row4 .col6 {
    width: 240px;
}
.main .table .content .row3 {
    height: 211px;
}
.main .table .content .row3 .col2 .content,
.main .table .content .row3 .col3 .content,
.main .table .content .row3 .col4 .content,
.main .table .content .row3 .col5 .content,
.main .table .content .row3 .col6 .content {
    height: 118px;
}
.main .table .content .row4 {
    height: 170px;
}
.main .table .content .row4 .col2 .content,
.main .table .content .row4 .col3 .content,
.main .table .content .row4 .col4 .content,
.main .table .content .row4 .col5 .content,
.main .table .content .row4 .col6 .content {
    height: 82px;
}
.main .table .content .row4 .col2 .content span {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
    position: relative;
}
.main .table .content .row4 .col2 .content span::after {
    content: "";
    display: block;
    width: 30px;
    height: 23px;
    background: url(../../images/new/vip/xianshi.png) center no-repeat;
    position: absolute;
    right: -35px;
    top: -11px;
}
.main .members {
    height: 924px;
    background: linear-gradient(0deg, #fafafa, white);
    overflow: hidden;
}
.main .members .title {
    width: 424px;
    height: 59px;
    font-size: 32px;
    color: #E23C41;
    line-height: 59px;
    margin: 0 auto;
    margin-top: 52px;
    background: url(../../images/new/vip/member.png) center no-repeat;
    text-align: center;
    position: relative;
}
.main .members .title::before {
    content: "";
    display: block;
    width: 424px;
    height: 1px;
    background: #E23C41;
    position: absolute;
    bottom: 0;
}
.main .members .title::after {
    content: "";
    display: block;
    width: 44px;
    height: 5px;
    background: black;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.main .members .tips {
    width: 433px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin: 0 auto;
    margin-top: 13px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
}
.main .members .content {
    width: 1164px;
    margin: 0 auto;
    margin-top: 85px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.main .members .content > a {
    width: 300px;
    height: 300px;
    position: relative;
    transition: all 0.5s;
    display: block;
    transform: rotate(45deg);
    cursor: pointer;
}
.main .members .content > a:hover {
    transform: scale(1.1) rotate(45deg);
    z-index: 1;
}
.main .members .content > a img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform: rotate(-45deg);
    top: 90px;
    left: 80px;
}
.main .members .content .as {
    background: url(../../images/new/vip/ao.png) center no-repeat;
}
.main .members .content .cs {
    background: url(../../images/new/vip/cs.png) center no-repeat;
}
.main .members .content .jb {
    background: url(../../images/new/vip/jb.png) center no-repeat;
}
.main .members .content .fhl {
    position: absolute;
    background: url(../../images/new/vip/fh.png) center no-repeat;
    top: 222px;
    left: 216px;
}
.main .members .content .yyw {
    position: absolute;
    background: url(../../images/new/vip/yuny.png) center no-repeat;
    top: 222px;
    right: 216px;
}
.main .media {
    overflow: hidden;
    background: #FCFAFA;
}
.main .media .title {
    width: 424px;
    height: 59px;
    font-size: 32px;
    color: #E13B41;
    line-height: 59px;
    margin: 0 auto;
    margin-top: 52px;
    background: url(../../images/new/vip/media.png) center no-repeat;
    text-align: center;
    position: relative;
}
.main .media .title::before {
    content: "";
    display: block;
    width: 424px;
    height: 1px;
    background: #E13B41;
    position: absolute;
    bottom: 0;
}
.main .media .title::after {
    content: "";
    display: block;
    width: 44px;
    height: 5px;
    background: black;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.main .media .tips {
    width: 433px;
    font-size: 16px;
    color: #999999;
    text-align: center;
    margin: 0 auto;
    margin-top: 13px;
    line-height: 16px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
}
.main .media .media-wrap {
    height: 635px;
    margin: 0 auto;
    position: relative;
    width: 1300px;
}
.main .media .media-wrap .background-swiper {
    height: 340px;
    padding-top: 80px;
    position: relative;
}
.main .media .media-wrap .background-swiper .swiper-button-next,
.main .media .media-wrap .background-swiper .swiper-button-prev {
    position: absolute;
    top: 50%;
}
.main .media .media-wrap .background-swiper .swiper-button-next {
    background-image: url("../../images/new/vip/swiper-next.svg");
    right: -50px;
}
.main .media .media-wrap .background-swiper .swiper-button-prev {
    background-image: url("../../images/new/vip/swiper-prev.svg");
    left: -50px;
}
.main .media .media-wrap .background-swiper .swiper-slide {
    border-radius: 8px;
    height: 260px;
    position: relative;
}
.main .media .media-wrap .background-swiper .swiper-slide img {
    border-radius: 8px;
}
.main .media .media-wrap .background-swiper .swiper-slide:after {
    background: #000000;
    border-radius: 8px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
}
.main .media .media-wrap .foreground-swiper {
    background: transparent url("../../images/new/vip/swiper-background.png");
    height: 634px;
    padding: 24px 27px 260px 27px;
    position: absolute;
    top: 0;
    left: 326.5px;
    width: 646px;
    z-index: 2;
}
.main .media .media-wrap .foreground-swiper:after {
    background: url("../../images/new/vip/swiper-background-cover.png");
    content: "";
    display: block;
    height: 405px;
    right: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    width: 321px;
    z-index: 1;
}
.main .question {
    margin-bottom: 48px;
}
.main .question .title {
    width: 427px;
    height: 59px;
    font-size: 32px;
    color: #E13B41;
    line-height: 59px;
    margin: 0 auto;
    margin-top: 62px;
    background: url(../../images/new/vip/text2.png) left no-repeat;
    position: relative;
    text-align: center;
    letter-spacing: 2px;
}
.main .question .title::before {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #E13B41;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main .question .title::after {
    content: "";
    display: block;
    width: 44px;
    height: 5px;
    background: black;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
}
.main .question .row1,
.main .question .row2 {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 48px;
    position: relative;
}
.main .question .row1 .box,
.main .question .row2 .box {
    width: 576.5px;
    height: 164px;
    background: #F7EDD3;
    border-radius: 10px;
    position: relative;
    top: 0;
    transition: top .3s;
}
.main .question .row1 .box:hover,
.main .question .row2 .box:hover {
    top: -20px;
}
.main .question .row1 .box p:nth-child(1),
.main .question .row2 .box p:nth-child(1) {
    font-size: 20px;
    color: #333333;
    margin-top: 40px;
    margin-left: 23px;
}
.main .question .row1 .box p:nth-child(2),
.main .question .row2 .box p:nth-child(2) {
    font-size: 14px;
    color: #A98757;
    margin-top: 18px;
    margin-right: 24px;
    margin-left: 24px;
}
.main .question .row1 .box:nth-child(1)::before {
    content: "";
    display: block;
    width: 48px;
    height: 40px;
    border-radius: 0 10px 0 0;
    position: absolute;
    right: 0;
    background: url(../../images/new/vip/n1.png) center no-repeat;
}
.main .question .row1 .box:nth-child(2)::before {
    content: "";
    display: block;
    width: 47px;
    height: 38px;
    border-radius: 0 10px 0 0;
    position: absolute;
    right: 0;
    background: url(../../images/new/vip/n2.png) center no-repeat;
}
.main .question .row2 .box:nth-child(1)::before {
    content: "";
    display: block;
    width: 48px;
    height: 40px;
    border-radius: 0 10px 0 0;
    position: absolute;
    right: 0;
    background: url(../../images/new/vip/n3.png) center no-repeat;
}
.main .question .row2 .box:nth-child(2)::before {
    content: "";
    display: block;
    width: 47px;
    height: 38px;
    border-radius: 0 10px 0 0;
    position: absolute;
    right: 0;
    background: url(../../images/new/vip/n4.png) center no-repeat;
}
.main .bottom {
    height: 280px;
    background: url(../../images/new/vip/bottom.png) center no-repeat;
    overflow: hidden;
    display: none;
}
.main .bottom p {
    width: 890px;
    margin: 0 auto;
}
.main .bottom p:nth-child(1) {
    font-size: 28px;
    color: #ffca7b;
    line-height: 28px;
    margin-top: 72px;
}
.main .bottom p:nth-child(2) {
    text-align: right;
    font-size: 28px;
    line-height: 28px;
    color: white;
    margin-top: 37px;
}
.dltkmain {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 270px;
    margin-left: -150px;
    margin-top: -140px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .5);
    z-index: 99
}
.dltkmain .title {
    padding: 0 20px;
    color: #000000;
    font-size: 18px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    font-weight: bold;
    line-height: 47px;
    position: relative
}
.dltkmain .title i {
    color: #000000;
    font-size: 25px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #0d7bf7;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    top: -8px;
    right: -8px;
    overflow: hidden;
    text-align: center;
    overflow: hidden;
    cursor: pointer
}
.dltkmain .cont {
    padding-top: 20px;
    overflow: hidden
}
.dltkmain .cont .zprt {
    padding-top: 30px;
    text-align: center
}
.dltkmain .cont .zprt a {
    display: block;
    height: 42px;
    line-height: 42px;
    width: 230px;
    margin: 0 auto;
    background: #f4f3f3;
    color: #333333;
    border-radius: 42px;
    font-size: 15px
}
.dltkmain .cont .zprt img {
    vertical-align: middle;
    margin-right: 5px
}
.graybg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .5;
    z-index: 66;
}

.headershow2 {
    position: absolute;
    width: 100%;
    background: transparent !important;
}

.vip_present{
    width: 950px;
    height: 690px;
    margin: 0 auto;
    background: url(../../images/new/vip/vip_bg3.png) center no-repeat;
    margin-top: 60px;
}

.vip_present .vip_tab{
    display: block;
    width: 414px;
    height: 561px;
    background: url(../../images/new/vip/vip_tab.png) center no-repeat;
    /*float: left;*/
    /*margin-left: 40px;*/
    /*margin-top: 74px;*/
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 60px;
}

.vip_present .vip_tab .image1{
    position: relative;
    top: 45px;
}

.vip_present .vip_tab .image2{
    position: relative;
    top: 45px;
}

.vip_present .vip_tab .image3{
    position: relative;
    top: 55px;
}

.vip_present .vip_tab .vip_desc1{
    position: relative;
    top: 150px;
}

.vip_present .vip_tab .vip_desc2{
    position: relative;
    top: 130px;
}

.vip_present .vip_tab .vip_desc3{
    position: relative;
    top: 150px;
}

.vip_present .vip_tab .vip_desc div{
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 18px;
}
