



.Products_Conten_Tab_bottom{
    width: 100%;
    overflow: hidden;
}
.Products_Conten_Tab_circulate{
    width: 450px;
    height: 200px;
    margin-bottom: 20px;
    border: 1px solid #EDEDED;
    float: left;
    margin-right: 10px;
}
.Products_Conten_Tab_circulate:nth-child(2N){
    float: right;
    margin-right: 0;
}
.chanping{
    display: block;
    width: 200px;
    height: 200px;
    float: left;
}
.chanping_referral{
    width: 210px;
    height: 200px;
    overflow: hidden;
    float: right;
    margin-right: 20px;
}
.chanping_referral_Title{
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
}
.chanping_referral_Content{
    width: 100%;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #797979;
}
.chanping_referral_Button{
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 12px;
    background-color: #9C9C9C;
    margin-top: 30px;
    text-decoration: none;
}
.chanping_referral_Button:hover{
    background-color: #60c1bd;
}