@import 'common.scss';

.title {
    overflow: hidden;
    &>span {
        height: 40px;
        line-height: 40px;
    }
}

.welfare-box {
    padding: 24px;
    overflow: hidden;
    .welfare-list {
        overflow: hidden;
        width: 1200px;
        li {
            width: 217px;
            height: 313px;
            margin-right: 20px;
            margin-bottom: 20px;
            border: 1px solid rgba(209,209,209,1);
            img {
                width: 217px;
                height: 164px;
            }
            .welfare-content {
                h3 {
                    font-size: 16px;
                    color:rgba(51,51,51,1);
                    line-height:21px;
                    font-weight: normal;
                    padding: 15px 20px 7px;
                }
                p {
                    font-size: 12px;
                    padding: 0 18px;
                    color:rgba(153,153,153,1);
                    line-height:16px;
                }
                span {
                    margin-right: 19px;
                    color:rgba(0,102,204,1);
                    font-size: 12px;
                }
            }
        }
    }
    .add {
        position: relative;
        width: 217px;
        height: 313px;
        margin-right: 20px;
        margin-bottom: 20px;
        border: 1px solid rgba(209,209,209,1);
        .add-btn {
            position: absolute;
            width: 42px;
            height: 42px;
            top: 50%;
            left: 50%;
            margin-left: -21px;
            margin-top: -21px;
            background: url(./i/add-btn.png) no-repeat center center;
            background-size: 100% 100%;
        }
    }
}

.thickcon {
    height: 100%;
}

.info {
    margin-top: 21px;
    li {
        margin-bottom: 20px;
        .right {
            width: 386px;
            &.preview {
                position: relative;
                height: 136px;
                text-align: center;
                img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    right: 0;
                    width: 100%;
                    height: 100%;
                }
                input[type=file] {
                    position: relative;
                    opacity: 0;
                    width: 108px;
                    height: 36px;
                    margin-top: 40px;
                    z-index: 1;
                }
                p {
                    position: absolute;
                    width: 108px;
                    height: 36px;
                    line-height: 36px;
                    text-align: center;
                    top: 39px;
                    left: 139px;
                    background:rgba(248,248,248,1);
                    border-radius:2px;
                    border:1px solid rgba(158,158,158,1);
                    cursor: pointer;
                }
                span {
                    position: absolute;
                    top: 87px;
                    left: 20px;
                    width:300px;
                    height:16px;
                    color:rgba(255,255,255,1);
                    line-height:16px;
                    font-size: 12px;
                }
            }
            input[type=text] {
                width: 100%;
                height: 36px;
                box-sizing: border-box;
                &.intro {
                    height: 84px;
                }
            }
        }
        span {
            width: 57px;
            margin: 0 35px 0 20px;
            font-size: 14px;
        }
    }
}