.pageContent{
    position: relative;
    width: 100%;
}
.pageCenter{
    position: relative;
    width: 1440px;
    left: 50%;
    margin-left: -720px;
}
div,span,p,input,img{
    box-sizing: border-box;
}
/* 产品 */
body{
    background: #FCFCFF;
}
.contentLineWrap{
    padding: 40px 0;
}
.contentBannerIn{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.contentBannerTxtW{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 32px;
}
.bannerT{
    font-weight: bold;
    font-size: 24px;
    color: #222222;
    height: 32px;
    line-height: 32px;
    margin-top: 42px;
}
.bannerT span{
    color: #FF6933;
    font-weight: bold;
}
.bannerTip{
    font-size: 14px;
    color: #222222;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
}
/* 卡片 */
.cardWrap{
    font-size: 0;
    padding-bottom: 96px;
}
.card{
    display: inline-block;
    width: 464px;
    height: 374px;
    border-radius: 8px;
    background: rgba(255,255,255,0.7);
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 24px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.06);
    vertical-align: top;
}
.card:nth-child(3n){
    margin-right: 0;
}
.cardT{
    height: 268px;
    overflow: hidden;
    position: relative;
}
.cardTImg{
    height: 100%;
    width: 100%;
    vertical-align: top;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cardB{
    height: 106px;
    position: relative;
}
.cardBT{
    padding:  26px 26px 16px 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 16px;
    color: #222222;
}
.cardBTip{
    font-size: 14px;
    color: #8D8D8D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 26px;
}
.cardBBtnW{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    background: rgba(255, 255, 255, 1);
    padding-bottom: 16px;
    padding-top: 10px;
}
.card:hover .cardBBtnW{
    display: block;
}
.cardBBtn{
    display: inline-block;
    width: 204px;
    height: 30px;
    line-height: 30px;
    background: #FF6933;
    border-radius: 4px;
    vertical-align: top;
    font-size: 0;
    color: #fff;
    cursor: pointer;
}
.cardBBtnCollect:hover{
    background:rgb(255, 105, 51,0.9);
}
.cardBBtn.share{
    color: #222;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 3px 8px 0px rgba(46,70,146,0.05);
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #F3F3F3;
    line-height: 28px;
    margin-right: 16px;
}
.cardBBtn img{
    width: 16px;
    vertical-align: middle;
}
.cardBBtn span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 14px;

}
.cardCodeW{
    display: none;
    position: absolute;
    top: -290px;
    left: 116px;
    width: 190px;
    height: 190px;
    line-height: 190px;
    text-align: center;
    z-index: 3;
    background: #fff;
    padding: 19px;
    box-sizing: border-box;
}
.cardCodeImg{
    display: none;
    width: 100% !important;
    height: 100% !important;
    border: 1px #000 solid;
    vertical-align: top !important;
}
.share:hover .cardCodeW{
    display: block;
}
.cardBBtnCollected{
    display: none;
}
.cardBBtnWHadCollected .cardBBtnCollected{
    display: inline-block;
}
.cardBBtnWHadCollected .cardBBtnCollect{
    display: none;
}


