.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    background: #fff;
}

.bs-input {
    margin-top: 26px;
}

.bs-input .bs-form-block {
    position: relative;
}

.bs-input .bs-form-label {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.bs-input .bs-form-label .star {
    margin-left: 5px;
    margin-top: 6px;
    color: red;
}

.bs-input .bs-form-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #CCC;
}

.bs-input .bs-form-box .bs-icon {
    position: relative;
    flex-shrink: 0;
    width: 48px;
    text-align: center;
}

.bs-input .bs-form-box .bs-icon::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 1px;
    height: 28px;
    background: #CCCCCC;
}

.bs-input .bs-form-box input {
    flex-grow: 1;
    padding-left: 12px;
    height: 32px;
    background: none;
    font-size: 14px;
}

input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px white inset !important;
}

.bs-input .bs-form-box input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #AAAAAA;
    background: none;
}


/* 图片上传 */

.bs-form-upload .bs-form-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 265px;
    height: auto;
    padding-bottom: 20px;
    margin-top: 18px;
    background: #FFFFFF;
}

.bs-form-upload .bs-form-block .name {
    margin-top: 21px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.bs-form-upload .bs-form-block .upload-img {
    width: 210px;
    height: 127px;
    margin-top: 12px;
}

.bs-form-upload .bs-form-block .permit-upload {
    display: none;
}

.bs-form-upload .bs-form-block .upload-btn {
    width: 75px;
    height: 30px;
    line-height: 30px;
    background: #008DF2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.bs-form-upload .bs-form-block .reset {
    width: 75px;
    height: 30px;
    line-height: 30px;
    margin-left: 11px;
    background: #008DF2;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.bs-form-upload .bs-form-block .btns {
    display: flex;
    margin-top: 20px;
}


/* bs-table 表格 */

.bs-table {
    width: 954px;
    margin: 0 auto;
}

.bs-table .bs-thead {
    display: flex;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.bs-table .bs-tbody .bs-tr {
    display: flex;
    justify-content: space-between;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.bs-table .bs-thead .bs-th,
.bs-table .bs-tbody .bs-tr:nth-child(even) .bs-td {
    background: #EDF2F9;
}

.bs-table .bs-thead .bs-th:nth-child(1),
.bs-table .bs-thead .bs-th:nth-child(3),
.bs-table .bs-tbody .bs-tr .bs-td:nth-child(1),
.bs-table .bs-tbody .bs-tr .bs-td:nth-child(3) {
    width: 300px;
    text-align: center;
}

.bs-table .bs-tbody .bs-tr .bs-td:nth-child(1) {
    font-weight: bold;
}

.bs-table .bs-thead .bs-th:nth-child(2),
.bs-table .bs-tbody .bs-tr .bs-td:nth-child(2) {
    width: 350px;
    text-align: center;
}

@media screen and (max-width: 750px) {
    .container {
        width: auto;
        margin: 0 .7385rem;
        padding-top: 1.2308rem;
    }
    .bs-input .bs-form-label {
        font-size: .946rem;
    }
    .bs-input .bs-form-box input {
        font-size: .6769rem;
    }
    .bs-input .bs-form-box input::-webkit-input-placeholder {
        font-size: .6769rem;
    }
    .bs-input .bs-form-box .bs-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.9077rem;
        height: 2.4615rem;
    }
    .bs-input .bs-form-box .bs-icon::after {
        height: 1.2923rem;
    }
    .bs-input .bs-form-box {
        margin-top: 0;
        padding-bottom: 0;
    }
    /* 图片上传 */
    .bs-form-upload .bs-form-block {
        width: 48%;
        height: auto;
        padding-bottom: .8rem;
    }
    .bs-form-upload .bs-form-block .webuploader-image {
        width: 8.3846rem !important;
        height: 5.6769rem !important;
    }
    .bs-form-upload .bs-form-block .name {
        margin-top: .9231rem;
        font-size: .6154rem;
    }
    .bs-form-upload .bs-form-block .upload-btn {
        width: 3.2rem;
        height: 1.2308rem;
        line-height: 1.2308rem;
        font-size: .6769rem;
    }
    .bs-form-upload .bs-form-block .reset {
        width: 3.2rem;
        height: 1.2308rem;
        line-height: 1.2308rem;
        font-size: .6769rem;
    }
    .bs-form-upload .bs-form-block .btns {
        margin-top: .8rem;
    }
}