﻿.privilegeWrap .banner{
    width: 100%;
    height: 280px;
    background: url(../images/vip/bannerprivilege.png) center top no-repeat;
}
.privilegeWrap .banner .textContent{
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #F7CB82;
}
.privilegeWrap .banner .textContent .tiTetx{
    font-size: 34px;
    font-weight: bold;
    line-height: 62px;
    padding-top: 52px;
}
.privilegeWrap .banner .textContent .desc{
    font-size: 18px;
}
.privilegeWrap .banner .textContent .joinBtn{
    width: 176px;
    height: 44px;
    border: 1px solid #F7CB82;
    border-radius: 30px;
    display: block;
    margin: 32px auto;
    text-align: center;
    font-size: 18px;
    color: #EFB869;
    line-height: 42px;
}
.privilegeWrap .privilegeTabNav{
    width: 100%;
    height: 68px;
    background-color: #fff;
}
.privilegeWrap .privilegeTabNav ul{
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    text-align: center;
}
.privilegeWrap .privilegeTabNav ul li{
    height: 68px;
    display: inline-block;
    padding: 0 202px;
}
.privilegeWrap .privilegeTabNav ul li a{
    display: block;
    height: 68px;
    line-height: 66px;
    color: #333333; 
    font-size: 18px;
    position: relative;
}
.privilegeWrap .privilegeTabNav ul li a.curr{
    color: #E1A24D;
    font-weight: bold;
}
.privilegeWrap .privilegeTabNav ul li a.curr::after{
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    background-color:#E1A24D;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
}
.privilegeWrap .privilegeConShow{
    padding-top: 50px;
    width: 996px;
    margin: 0 auto;
}
.privilegeWrap .privilegeConShow .titleBar{
    text-align: center;
    height: 26px;
    position: relative;
    margin-bottom: 30px;
}
.privilegeWrap .privilegeConShow .titleBar i{
   display: block;
   width: 100%;
   height: 1px;
   background:rgba(177,178,181,.4);
   position: absolute;
   top: 12px;
   z-index: 1;
}
.privilegeWrap .privilegeConShow .titleBar span{
    display: inline-block;
    padding:  0 52px;
    position: relative;
    z-index: 3;
    font-size: 20px;
    color:#111;
    font-weight: bold;
    background-color: #f5f5f5;
}
.privilegeWrap .privilegeConShow .titleBar span::before{
    width: 22px;
    height: 9px;
    content: '';
    display: block;
    background: url(../images/vip/icon_tibar1.png) no-repeat;
    position: absolute;
    left: 15px;
    top: 8px;
}
.privilegeWrap .privilegeConShow .item{
    margin-bottom: 50px;
}
.privilegeWrap .privilegeConShow .titleBar span::after{
    width: 22px;
    height: 9px;
    content: '';
    display: block;
    background: url(../images/vip/icon_tibar2.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 8px;
}
.privilegeWrap .privilegeConShow .listShow ul{
    margin-left: -24px;
}
.privilegeWrap .privilegeConShow .listShow ul li{
    width: 316px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    float: left;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    margin-left: 24px;
    margin-bottom: 20px;
}
.privilegeWrap .privilegeConShow .listShow ul li a{
    display: block;
    padding: 35px 20px;
}
.privilegeWrap .privilegeConShow .listShow ul li .icon{
    width: 90px;
    height: 90px;
    background: #F8F5F1;
    border-radius: 50%;
    margin: 0 auto;
}
.privilegeWrap .privilegeConShow .listShow ul li .icon img{
    width: 50px;
    height: 50px;
    margin: 20px;
}
.privilegeWrap .privilegeConShow .listShow ul li .back{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 100px;
    display: none;
    background: url(../images/vip/icon_back.png) no-repeat;
}
.privilegeWrap .privilegeConShow .listShow ul li:hover .back{
    display: block;
}
.privilegeWrap .privilegeConShow .listShow ul li .name{
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #111111;
    padding-top: 18px;
}
.privilegeWrap .privilegeConShow .listShow ul li .desc{
    color: #999;
    padding-top: 6px;
}
.privilegeWrap .privilegeConShow .listShow ul li:hover .name{
    color:#E1A24D;
}
.contrastTabShow{
    box-sizing: border-box;
    width: 1200px;
    margin:50px auto;
    background-color: #fff;
}
.contrastTabShow ul li{
    box-sizing: border-box;
    width: 232px;
    float: left;
    border: 1px solid #E1E1E1;
    border-right: none;
    height:788px;
}
.contrastTabShow ul li:last-child{
    border-right: 1px solid #E1E1E1;
}
.contrastTabShow ul li:nth-child(1){
    width: 272px;
    background: linear-gradient(90deg, #F3D7B2 0%, #F6ECD5 100%);
    border:none;
}
.contrastTabShow ul li span{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
}
.contrastTabShow ul li span.ti{
    height: 84px;
    line-height: 84px;
    font-weight: bold;
    font-size: 20px;
    color: #41260E;
}
.contrastTabShow ul li span:nth-child(2n){
    background: #F8F9FA;
}
.contrastTabShow ul li:nth-child(1) span:nth-child(2n){
    background: none;
}
.contrastTabShow ul li:nth-child(1) span{
    text-align: left;
    color: #41260E;
    font-size: 16px;
    position: relative;
    padding-left: 58px;
}
.contrastTabShow ul li:nth-child(1) span::after{
    content: '';
    display: block;
    width: 235px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -117.5px;
    background: linear-gradient(243deg, rgba(230, 210, 180, 0) 0%, #E6D2B3 21%, #E7D2B5 82%, rgba(229, 209, 180, 0) 100%);
}
.contrastTabShow ul li:nth-child(1) span:last-child::after{
    display: none;
}
.contrastTabShow ul li span i{
    display: block;
    width: 100%;
    height: 50px;
}
.contrastTabShow ul li span i.icon_not{
    background: url(../images/vip/icon_not.png) center no-repeat;
}
.contrastTabShow ul li span i.icon_have{
    background: url(../images/vip/icon_have.png) center no-repeat;
}
.contrastTabShow ul li span img{
    padding-top: 12px;
}
.privilegeWrap .detailnav{
    width: 100%;
    height: 140px;
    margin: 20px 0;
    background-color: #fff;
    padding: 28px 0;
}
.privilegeWrap .detailnav ul li{
    text-align: center;
    width: 9.0909%;
    float: left;
    cursor: pointer;
}
.privilegeWrap .detailnav ul li i{
    width: 100%;
    height: 60px;
    display: block;
}
.privilegeWrap .detailnav ul li.tabNav1  i{
    background: url(../images/vip/detailnav1.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav2  i{
    background: url(../images/vip/detailnav2.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav3  i{
    background: url(../images/vip/detailnav3.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav4  i{
    background: url(../images/vip/detailnav4.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav5  i{
    background: url(../images/vip/detailnav5.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav6  i{
    background: url(../images/vip/detailnav6.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav7  i{
    background: url(../images/vip/detailnav7.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav8  i{
    background: url(../images/vip/detailnav8.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav9  i{
    background: url(../images/vip/detailnav9.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav10  i{
    background: url(../images/vip/detailnav10.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav11  i{
    background: url(../images/vip/detailnav11.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav1.curr  i{
    background: url(../images/vip/detailnav1a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav2.curr   i{
    background: url(../images/vip/detailnav2a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav3.curr   i{
    background: url(../images/vip/detailnav3a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav4.curr   i{
    background: url(../images/vip/detailnav4a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav5.curr   i{
    background: url(../images/vip/detailnav5a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav6.curr   i{
    background: url(../images/vip/detailnav6a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav7.curr   i{
    background: url(../images/vip/detailnav7a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav8.curr   i{
    background: url(../images/vip/detailnav8a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav9.curr   i{
    background: url(../images/vip/detailnav9a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav10.curr   i{
    background: url(../images/vip/detailnav10a.png) center top no-repeat;
}
.privilegeWrap .detailnav ul li.tabNav11.curr   i{
    background: url(../images/vip/detailnav11a.png?t420) center top no-repeat;
}
.privilegeWrap .detailnav ul li p{
    color: #999;
    line-height: 20px;
    padding-top: 5px;
    font-size: 13px;
}
.privilegeWrap .detailnav ul li.curr p{
    color: #111;
}
.privilegeWrap .detailShow{
    background-color: #fff;
    padding: 40px 50px;
}
.privilegeWrap .detailShow .topConShow{

}
.privilegeWrap .detailShow .topConShow .descText{
    float: left;
    margin-right: 30px;
}
.privilegeWrap .detailShow .topConShow .descText h2{
    color: #111;
    font-size: 26px;
    line-height: 36px;
}
.privilegeWrap .detailShow .topConShow .descText .desc{
    color: #666;
    line-height: 22px;
    padding-top: 8px;
}
.privilegeWrap .detailShow .topConShow .joinVip{
    overflow: hidden;
    text-align: right;
}
.privilegeWrap .detailShow .topConShow .joinVip a{
    margin-top: 4px;
    display:inline-block;
    width: 263px;
    height: 58px;
    line-height: 58px;
    color: #442013;
    font-size: 24px;
    text-align: center;
    background: linear-gradient(118deg, #FFE3BE 0%, #ECB365 100%);
}
.privilegeWrap .detailShow  .title{
    height: 36px;
    position: relative;
    margin: 30px 0;
}
.privilegeWrap .detailShow  .title i{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DDDDDE;
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 0;
}
.privilegeWrap .detailShow  .title span{
    display: block;
    padding: 0 30px;
    background-color: #fff;
    line-height: 36px;
    position: absolute;
    top: 0;
    right: 186px;
    font-size: 26px;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    z-index: 3;
}
.privilegeWrap .detailShow .DescCon{
    padding: 20px 0;
    text-align: center;
}
.privilegeWrap .detailShow .DescCon .textCon{
    padding-bottom: 36px;
    line-height: 22px;
    color: #333;
    font-size: 16px;
}
.privilegeWrap .recShow ul{
    margin-top: 16px;
}
.privilegeWrap .recShow  ul li{
    float: left;
    margin-bottom: 20px;
}
.privilegeWrap .recShow .listDown  ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listDown  ul li{
    width: 356px;
    height: 110px;
    border: 1px solid #F0F0F0;
    padding: 16px;
    margin-left: 16px;
}
.privilegeWrap .recShow .listDown  ul li img{
    width: 94px;
    height: 68px;
    object-fit: cover;
    margin-right: 14px;
    float: left;
}
.privilegeWrap .recShow .listDown  ul li .infos{
    overflow: hidden;
}
.privilegeWrap .recShow .listDown  ul li .infos .title{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    height: 48px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0;
}
.privilegeWrap .recShow .listDown  ul li .infos .label{
    margin-top: 6px;
}
.privilegeWrap .recShow .listDown  ul li .infos .label span{
    display: inline-block;
    line-height: 22px;
    padding: 0 10px;
    color: #999;
    background: #F4F5F8;
    border-radius: 2px;
    font-size: 12px;
}
.privilegeWrap .recShow .listReport ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listReport ul li{
    margin-left: 16px;
    width: 207px;
    height: 303px;
    border: 1px solid #F0F0F0;
}
.privilegeWrap .recShow .listReport ul li img{
    width: 205px;
    height: 205px;
    object-fit: cover;
}
.privilegeWrap .recShow .listReport ul li .infos{
    padding: 12px;
}
.privilegeWrap .recShow .listReport ul li .infos .title{
    line-height: 20px;
    height: 40px;
    margin: 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.privilegeWrap .recShow .listReport ul li .infos .price{
    font-size: 16px;
    color: #FE6D26;
    padding-top: 6px;
}
.privilegeWrap .recShow .listcourse ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listcourse ul li{
    width: 207px;
    height: 240px;
    margin-left: 16px;
    border: 1px solid #F0F0F0;
}
.privilegeWrap .recShow .listcourse ul li img{
    width: 205px;
    height: 115px;
    object-fit: cover;
}
.privilegeWrap .recShow .listcourse ul li .infos{
    padding: 12px;
}
.privilegeWrap .recShow .listcourse ul li .title{
    line-height: 20px;
    height: 40px;
    margin: 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.privilegeWrap .recShow .listcourse ul li .label{
    margin-top: 4px;
}
.privilegeWrap .recShow .listcourse ul li .label span{
    display: inline-block;
    margin-right: 6px;
    color: #999;
    font-size: 12px;
    padding: 0 10px;
    background: #F4F5F8;
    border-radius: 2px;
}
.privilegeWrap .recShow .listcourse ul li .num{
    margin-top: 8px;
    line-height: 16px;
    font-size: 12px;
    color: #999;
}
.privilegeWrap .recShow .listgroup ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listgroup ul li{
    width: 356px;
    height: 134px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-left: 16px;
}
.privilegeWrap .recShow .listgroup ul li .topCon{
    padding: 16px;
    border-bottom: 1px solid #F0F0F0;;
}
.privilegeWrap .recShow .listgroup ul li .topCon img{
    width: 60px;
    height: 60px;
    margin-right: 14px;
    float: left;
    object-fit: cover;
}
.privilegeWrap .recShow .listgroup ul li .topCon .infos{
    overflow: hidden;
}
.privilegeWrap .recShow .listgroup ul li .topCon .infos .title{
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    height: 24px;
}
.privilegeWrap .recShow .listgroup ul li .topCon .infos .desc{
    font-size: 12px;
    height: 36px;
    line-height: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.privilegeWrap .recShow .listgroup ul li .pull span{
   line-height: 38px;
   display: inline-block;
   margin-right: 12px;
   font-size: 12px;
   color: #999;
}
.privilegeWrap .recShow .listgroup ul li .pull span.label{
    background: #F4F5F8;
    line-height: 22px;
    padding: 0 10px;
    margin-left: 16px;
}
.privilegeWrap .recShow .listCompany ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listCompany ul li{
    width: 356px;
    border: 1px solid #F0F0F0;
    margin-left: 16px;
    padding: 16px;
    margin-bottom: 20px;
}
.privilegeWrap .recShow .listCompany ul li img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-right: 14px;
}
.privilegeWrap .recShow .listCompany ul li .info{
    overflow: hidden;
}
.privilegeWrap .recShow .listCompany ul li .info .title{
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
    color: #333;
    font-size: 16px;
}
.privilegeWrap .recShow .listCompany ul li .info .desc{
    color: #666;
    font-size: 12px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 4px;
}
.privilegeWrap .recShow .listCompany ul li .info .pull{
    margin-top: 4px;
}
.privilegeWrap .recShow .listCompany ul li .info .pull span{
    display: inline-block;
    font-size: 12px;
    color: #999;
    margin-right: 14px;
}
.privilegeWrap .recShow .listCompany ul li .info .pull span b{
    color: #666;
    padding-left: 2px;
}
.privilegeWrap .recShow .listExpert ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listExpert ul li{
    width: 356px;
    height: 152px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-left: 16px;
    margin-bottom: 20px;
}
.privilegeWrap .recShow .listExpert ul li .topCon{
    padding: 16px 16px 10px 16px;
}
.privilegeWrap .recShow .listExpert ul li .topCon img{
    width: 60px;
    height: 60px;
    margin-right: 16px;
    float: left;
    object-fit: cover;
}
.privilegeWrap .recShow .listExpert ul li .topCon .infos{
    overflow: hidden;
}
.privilegeWrap .recShow .listExpert ul li .topCon .infos .name span{
    display: block;
}
.privilegeWrap .recShow .listExpert ul li .topCon .infos .name span:nth-child(1){
    font-size: 16px;
    color: #333;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    line-height: 24px;
}
.privilegeWrap .recShow .listExpert ul li .topCon .infos .name span.zhiwei{
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 12px;
}
.privilegeWrap .recShow .listExpert ul li .topCon .infos .unit{
    line-height: 18px;
    color: #666;
    margin-top: 8px;
}
.privilegeWrap .recShow .listExpert ul li .lingyu{
    margin: 0 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #666;
    line-height: 18px;
}
.privilegeWrap .recShow .listExpert ul li .label{
    margin: 6px 16px 0 16px;
}
.privilegeWrap .recShow .listExpert ul li .label span{
    display: inline-flex;
    line-height: 22px;
    font-size: 12px;
    padding: 0 10px;
    color: #999;
    background: #F4F5F8;
    border-radius: 2px;
}
.privilegeWrap .recShow .listProject ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listProject ul li{
    width: 356px;
    height: 134px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-left: 16px;
}
.privilegeWrap .recShow .listProject ul li .topCon{
    padding: 16px;
    border-bottom: 1px solid #F0F0F0;
}
.privilegeWrap .recShow .listProject ul li .topCon img{
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 14px;
    object-fit: cover;
}
.privilegeWrap .recShow .listProject ul li .topCon .infos{
    overflow: hidden;
}
.privilegeWrap .recShow .listProject ul li .topCon .infos .title{
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 24px;
    height: 24px;
    color: #333333;
    margin: 0;
}
.privilegeWrap .recShow .listProject ul li .topCon .infos .label{
    margin-top: 10px;
}
.privilegeWrap .recShow .listProject ul li .topCon .infos .label span{
    display: inline-block;
    line-height: 22px;
    color: #999;
    font-size: 12px;
    background: #F4F5F8;
    border-radius: 2px;
    padding: 0 10px;
}
.privilegeWrap .recShow .listProject ul li .pull{
    height: 38px;
    padding: 0 16px;
}
.privilegeWrap .recShow .listProject ul li .pull span{
    display: block;
    line-height: 38px;
    font-size: 12px;
    color: #666;
}
.privilegeWrap .recShow .listProject ul li .pull span.price{
    float: left;
    margin-right: 10px;
}
.privilegeWrap .recShow .listProject ul li .pull span b{
    color: #FE6D26;
}
.privilegeWrap .recShow .listProject ul li .pull span.gf{
    overflow: hidden;
    text-align: right;
}
.privilegeWrap .recShow .listTzr ul{
    margin-left: -16px;
}
.privilegeWrap .recShow .listTzr ul li{
    width: 356px;
    height: 138px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    margin-left: 16px;
    margin-bottom: 20px;
}
.privilegeWrap .recShow .listTzr ul li .topCon{
    padding: 16px 16px 10px 16px;
}
.privilegeWrap .recShow .listTzr ul li .topCon img{
    width: 60px;
    height: 60px;
    object-fit: cover;
    float: left;
    margin-right: 16px;
}
.privilegeWrap .recShow .listTzr ul li .topCon .infos{
    overflow: hidden;
}
.privilegeWrap .recShow .listTzr ul li .topCon .infos .name{
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}
.privilegeWrap .recShow .listTzr ul li .topCon .infos .unit{
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.privilegeWrap .recShow .listTzr ul li .pull{
    padding: 0 16px;
}
.privilegeWrap .recShow .listTzr ul li .pull .item{
    font-size: 12px;
    line-height: 18px;
    color: #666666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}