.img-full {
    display: block;
    height: auto;
    width: 100%
}

.es-box-shadow {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.vip-banner {
    padding: 20px 0
}

.vip-banner .vip-banner-thumb {
    float: left;
    width: 870px
}

@media (max-width:1199px) {
    .vip-banner .vip-banner-thumb {
        width: 720px
    }
}

@media (max-width:991px) {
    .vip-banner .vip-banner-thumb {
        width: 100%
    }
}

.vip-banner .vip-banner-thumb img {
    width: 100%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

@media (max-width:991px) {
    .vip-banner .vip-banner-thumb img {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px
    }
}

.vip-user {
    float: left;
    width: 270px;
    height: 350px;
    padding: 30px 20px;
    background-color: #fff;
    text-align: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

@media (max-width:1199px) {
    .vip-user {
        padding: 10px;
        width: 220px;
        height: 290px
    }
}
.vip-user h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.vip-user .user-avatar {
    position: relative;
    display: inline-block
    
}

.vip-user .user-avatar>img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px
}

@media (max-width:1199px) {
    .vip-user .user-avatar>img {
        width: 90px;
        height: 90px
    }
}

.vip-user .user-avatar .icon-user-status {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #a1a1a1
}

.vip-cat {
    text-align: center;
    margin-bottom: 20px
}

.vip-cat .nav-pills {
    display: inline-block
}

.vip-cat .nav-pills li {
    margin: 0 20px
}

.vip-wide-item {
    width: 940px;
    height: 200px;
    padding: 30px 20px !important;
    margin: 0 auto 30px !important
}

@media (max-width:991px) {
    .vip-wide-item {
        width: 100%
    }
}

@media (max-width:767px) {
    .vip-wide-item {
        height: auto
    }
    .vip-wide-item .vip-content .vip-content-p {
        margin-bottom: 10px !important;
    }
}

.vip-wide-item .vip-thumb {
    float: left;
    width: 14%;
    text-align: center;
    margin-top: 15px;
    padding-right: 20px
}

@media (max-width:991px) {
    .vip-wide-item .vip-thumb {
        width: 18%
    }
}

@media (max-width:767px) {
    .vip-wide-item .vip-thumb {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px
    }
}

.vip-wide-item .vip-thumb img {
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.vip-wide-item .vip-info {
    float: left;
    width: 29%;
    height: 140px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    background-color: #f5f5f5
}

@media (max-width:991px) {
    .vip-wide-item .vip-info {
        width: 54%;
        padding: 10px
    }
}

@media (max-width:767px) {
    .vip-wide-item .vip-info {
        width: 100%;
        margin-bottom: 20px
    }
}

.vip-wide-item .vip-info .name {
    color: #313131
}

.vip-wide-item .vip-info .price {
    color: #919191;
    font-size: 12px;
    margin-bottom: 0
}

.vip-wide-item .vip-info .price span {
    font-size: 18px;
    margin-right: 5px;
    color: #ed3e3e
}

.vip-wide-item .vip-info .number {
    font-size: 12px;
    margin: 10px auto
}

.vip-wide-item .vip-content {
    float: left;
    width: 45%;
    margin: 10px 0;
    height: 120px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px;
    overflow: hidden;
    color: #313131
}

@media (max-width:991px) {
    .vip-wide-item .vip-content {
        display: none
    }
}

.vip-wide-item .vip-content p {
    margin: 0
}

.vip-wide-item .vip-item-footer {
    float: right;
    width: 12%;
    margin-top: 53px;
    text-align: center
}

@media (max-width:991px) {
    .vip-wide-item .vip-item-footer {
        width: 25%
    }
}

@media (max-width:767px) {
    .vip-wide-item .vip-item-footer {
        margin-top: 0;
        width: 100%
    }

    .vip-wide-item .vip-item-footer .btn {
        display: block
    }
}

.vip-item-list {
    background-color: #fafafa;
    padding-bottom: 15px
}

.vip-swiper-container,
.vip-swiper-item {
    position: relative
}

.vip-swiper-item {
    padding: 20px 50px !important;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
}

@media (max-width:1199px) {
    .vip-swiper-item {
        padding: 20px !important
    }
}

.vip-swiper-item .vip-thumb {
    text-align: center;
    margin: 0 auto 15px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
}
.vip-thumb-hj {
    background: #FFF8EC;
}

.vip-swiper-item .vip-thumb img {
    width: 70px;
    height: 67px;
}

.vip-swiper-item .vip-info {
    text-align: center;
    height: 140px;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5
}

.vip-swiper-item .vip-info .name {
    font-size: 16px;
    color: #313131
}

.vip-swiper-item .vip-info .price {
    color: #919191;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
}
.vip-swiper-item .vip-info p {
    margin: 0 0 10px;
}

.vip-swiper-item .vip-info .price span {
    margin-right: 5px;
    color: #e83d2c;
    font-family: 'detailFont';
    font-size: 32px;
}

.vip-swiper-item .vip-info .number {
    font-size: 12px;
    margin: 10px auto
}

.vip-swiper-item .vip-content {
    font-size: 12px;
    line-height: 18px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
    color: #313131;
    background: #FBFCFD;
    border: 1px solid #EDEDED;
    border-radius: 10px;
    padding: 10px 20px;
}
.vip_show_pc .vip-content .vip-content-p, .vip_show_m .vip-content .vip-content-p{
    text-align: center;
    margin-bottom: 10px;
}
.vip_show_pc .vip-content .vip-content-p .vip_des_img, .vip_show_m .vip-content .vip-content-p .vip_des_img {
    height: 8px;
}
.vip_show_pc .vip-content .vip-content-p .vip_description, .vip_show_m .vip-content .vip-content-p .vip_description {
    font-size: 16px;
    color: #3D464D;
    font-style: normal;
    vertical-align: middle;
    padding: 0 6px;
}
.vip_show_pc .vip-content .vip_cont_text, .vip_show_m .vip-content .vip_cont_text {
    font-size: 12px;
    color: #999999;
    text-align: justify;
    line-height: 18px;
    height: 67px;
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 8px;
}
.vip-swiper-item .vip-content p {
    margin: 0
}

.vip-filer {
    background-color: #fff;
    padding-bottom: 40px
}

.vip-new-member {
    background-color: #fafafa;
    padding: 10px 0 30px;
    text-align: center
}

.vip-new-member .text-line {
    padding-bottom: 30px
}

.vip-new-member .title {
    font-size: 32px;
    color: #fff;
    margin-bottom: 50px
}

.vip-new-member .member-list {
    margin-bottom: 30px
}

.vip-new-member .member-list img {
    display: inline-block;
    margin: 15px;
    border: 4px solid #fff;
    height: 80px !important;
    width: 80px !important
}

.vip-new-member .member-list img,
.vip-new-member .member-list img:hover {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.vip-new-member .member-list img:hover {
    border-color: #43bc60
}