/* 产品计划 */

.sub-title {
    padding-top: 30px;
    padding-bottom: 5px;
}

.sub-title .sp-clear {
    color: #0491ff;
    position: relative;
    padding-left: 35px;
    top: -4px;
    margin-left: 80px;
    cursor: pointer;
}

.sub-title .sp-clear:after {
    content: '';
    position: absolute;
    background-image: url('/Public/puduo/icon/icon_eliminate.png');
    left: 0px;
    top: -5px;
    width: 26px;
    height: 26px;
}

.tag-list {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.tag-list .tag-normal {
    margin-right: 20px;
    margin-bottom: 20px;
}

.item {
    display: flex;
    margin-bottom: 30px !important;
}

.item .left {
    width: 200px;
    height:160px;
    text-align: center;
} 

.item .right {
    flex: 1;
    padding-left: 30px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
}

.right-foot .btn-kefu {
    display: inline-block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: #FF882D;
    text-align: center;
    position: relative;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 30px;
    cursor: pointer;
}

.right-foot .btn-kefu:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 30px;
    width: 16px;
    height: 16px;
    background-image: url('/Public/puduo/icon/btn_icon_kefu.png');
    background-repeat: no-repeat;
}

.right-foot .a-link {
    display: inline-block;
    font-size: 14px;
    color: #0491FF;
    margin-left: 40px;
}

.right .item-tag {
    position: absolute;
    top: 15px;
    right: 10px;
}

.right .item-tag span{
    padding: 0px 10px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #78B4FA;
    border-radius: 11px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    font-size: 14px;
    color: #0A75FD;
    display:inline-block;
}

.fangshuikong{
    width:100%;
    height:100%;
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
}

.fangshuikong .p1 {
    font-size: 18px;
    color: #595959;
    text-align: center;
}

.fangshuikong .p1 b {
    font-weight: bold;
    color: #1E8BF8;
    position: relative;
    top:-1px;
}

.fangshuikong .p2 {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin: 20px 0 20px 0;
}



@media (max-width: 767px) {
    .sub-title {
        padding: 10px 0px;
    }
    .sub-title .sp-clear {
        margin-left: 10px;
    }
    .tag-list {
        justify-content: space-between;
        padding-bottom: 5px;
    }
    .tag-list .tag-normal {
        width: 40%;
        padding: 5px 10px;
        text-align: center;
        margin-right: 0px;
    }
    .item {
        flex-direction: column;
    }
    .item .left {
        width: 100%;
        height: auto;
    } 
    .item .right {
        padding: 10px;
    }
    .item .right p {
        margin-bottom: 10px;
    }
}<!--耗时1774182037.256秒-->