﻿.vip-banner-box{
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top:62px; 
    position: relative;
}
.vip-banner-img-box{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.vip-banner-img{
    width: 100%;
    height: 120%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.vip-banner-mask{
    width: 100%;
    display: block;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: relative;
    z-index: 1;
}
.vip-banner-title{
    font-size: 28px;
    color: #00a48b;
    letter-spacing: 2px;
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: calc(50% - 22px);
}
.vip-box{
    padding: 40px 0;
}
.vip-list-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
}
.vip-list{
    width: 340px;
    height: 180px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 50px 30px; 
    border: 1px solid #ddd;
    margin-bottom: 90px;
}
.vip-list:nth-child(3n+2){
    margin: 0 90px;
}

.vip-list-title{
    font-size:18px;
    font-weight: bold;
    letter-spacing: 2px;
    color:   #00a48b;
    margin-bottom: 20px;
}
.vip-list-title i{
    color: #000;
    padding-right: 5px;
    font-size: 24px;
}
.vip-list-download{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #555;
    letter-spacing: 2px;
    margin-right: 33px;
    position: relative;
    cursor: pointer;
    transition: all .8s ease;
}
.vip-list-download:after{
    content: 'none';
    font-size: 0;
    display: block;
    position: absolute;
    right: -16px;
    top: 4px;
    width: 1px ;
    height: 18px;
    background-color: #ddd;

}
.vip-list-download:last-child{
    margin-right: 0;
}


.vip-list-download:last-child:after{
    display: none;
}
.vip-thanks-box{
    width: 100%;
    height: 160px;
    position: relative;
    background-color: #00a48b;
    text-align: center;
    display: -webkit-flex;
    display:         flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    align-content:space-around;
    flex-direction:column;
}
.vip-thanks-title1{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 5px;
    color: #FFF;
    padding-bottom: 15px;
}
.vip-thanks-title2{
    font-size: 14px;
    letter-spacing: 2px;
    color: #FFF;
}
.vip-out-box{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.vip-out{
    font-size: 20px;
    color: #00a48b;
    font-weight: bold;
    letter-spacing: 2px;
}