@charset "utf-8";
.salesPro-list-wrapper{
    margin: 0 auto;
    width: 100%;
}
.click-box{
    width: -webkit-calc((100% - 40px) / 3);
    width: -moz-calc((100% - 40px) / 3);
    width: calc((100% - 40px) / 3);
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 20px;
    border-radius: 2px;
    position: relative;
}
.click-box:hover{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.10);
}
.click-box:nth-child(3n){
    margin-right: 0;
}

.click-box:hover .salesPro-caption{
    color: #c7000b;
}
.salesPro-box{
    width: 100%;
    display: inline-block;
    cursor: pointer;
    border-radius: 2px;
}

.click-box:after{
    background: url(../images/developer-center-second/developer-center-activityList/img-cover.png) no-repeat center/cover;;
    position: absolute;
    height: 214px;
    content: '';
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}
.salesPro-box img{
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    display: inline-block;
    height: 214px;
    width: 100%;
}
.time-coutdown{
    background: url(../images/developer-center-second/developer-center-activityList/time-cutdown.png) no-repeat center/cover;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: left;
    padding-left: 24px;
    position: absolute;
    color: #FFFFFF;
    height: 36px;
    width: 100%;
    z-index: 2;
    opacity: 0;
    top: 178px;
    left: 0;
}
@media only screen and (min-width: 769px) {
    .salesPro-list-wrapper .more{
        margin-top: 20px;
    }
    .click-box:hover .time-coutdown{
        opacity: 1;
    }
}

.time-coutdown em{
    font-style: normal;
    line-height: 20px;
    font-size: 14px;
    margin: 8px 0;
    display: inline-block;
}
.time-coutdown em:first-child{
    margin-left: 0;
}
.time-coutdown span{
    line-height: 22px;
    font-size: 18px;
    display: inline-block;
    margin: 7px 0;
}
.salesPro-info{
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border:  1px solid #DFE1E6;
    position: relative;
    border-top: none;
    padding: 16px;
    width: 100%;
}
.salesPro-info:after{
    display: inline-block;
    position: absolute;
    height: 26px;
    content: '';
    z-index: 3;
    top: -206px;
    right: -1px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    padding: 0 8px 0 14px;
}

.salesPro-info[status="报名进行中"]:after{
    content: "报名进行中";
  }
  
  .salesPro-info[status="活动进行中"]:after{
    content: "活动进行中";
  }

  .salesPro-info[status="报名已满员"]:after{
    content: "报名已满员";
  }
  
  .salesPro-info[status="报名已结束"]:after{
    content: "报名已结束";
    
  }
  
  .salesPro-info[status="活动已结束"]:after{
    content: "活动已结束";
  }

.process .salesPro-info:after{
    background: url(../images/developer-center-second/developer-center-activityList/bg-events-status.svg) no-repeat center/cover;
}

.complete .salesPro-info:after{
    background: url(../images/developer-center-second/developer-center-activityList/bg-events-status-end.png) no-repeat center/cover;
}
.salesPro-caption{
    width: 100%;
    display: inline-block;
    word-break: break-all;
    margin-bottom: 8px;
    white-space: nowrap;
    line-height: 22px;
    height: 45px;
    max-height: 45px;
    overflow: hidden;
    font-size: 18px;
    color: #252b3a;
}
.salesPro-time span{
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #666a75;
    width: auto;
}
.salesPro-time em{
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    color: #666A75;
    font-style: normal;
}
.salesPro-location{
    position: absolute;
    bottom: 16px;
    right: 16px;
}
.location-icon{
    vertical-align: middle;
    background: url(../images/developer-center-second/developer-center-activityList/location.svg) no-repeat center/contain;;
    display: inline-block;
    height: 17px;
    width: 14px;
}
.salesPro-location span{
    vertical-align: middle;
    display: inline-block;
    max-height: 22px;
    max-width: 120px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 18px;
    color: #666a75;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
}
.popularE .salesPro-location span{
    max-width: initial;
}


@media only screen and (max-width: 768px) {
    .salesPro-list-wrapper{
        margin-bottom: 5px;
        width: 100%;
    }
    .click-box {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }
    .click-box:nth-child(2n) {
        margin-left: 0;
    }
    .wrapper .click-box:last-child{
        margin-bottom: 20px;
    }
    .wrapper .more{
        font-size: 14px;
        color: #A0A2A8;
        line-height: 20px;
        text-align: center;
        cursor: pointer;
        height: 20px;
        opacity: 1;
    }
    .wrapper .more.show-loading{
        opacity: 0;
    }
    .wrapper .more.hide-loading{
        display: none;
    }
    .register-area-devcenter,.footer-service{
        display: none;
    }
    .click-box img {
        height: 193px;
        width: 100%;
    }
    .click-box:after{
        height: 193px;
    }
    .time-coutdown{
        opacity: 1;
        top: 157px;
        padding: 0 15px;
    }
    .salesPro-caption {
        margin-bottom: 5px;
        line-height: 20px;
        height:40px;
        max-height: 40px;
        font-size: 16px;
        width: 100%;
    }
    .salesPro-info:after{
        right: 0;
        top: -178px;
    }
    .salesPro-info {
        padding: 16px;
    }
    .salesPro-location {
        bottom: 15px;
        right: 15px;
    }
    .salesPro-time span{
        display: inline-block;
        margin-right: 10px;
        width: 170px;
        text-align: justify;
        font-size: 12px;
        line-height: 18px;
    }
    .salesPro-time em{
        display: none;
    }
    .salesPro-location span{
        max-width: 115px;
        font-size: 12px;
        line-height: 18px;
    }
}