.assets_bottom {
    padding-top: 26px;
}

.assets_b_l li {
    height: 40px;
    margin-bottom: 22px;
    padding-left: 50px;
}

.assets_b_l .product_description {
    height: 105px;
}

.assets_b_l .product_description textarea {
    width: 378px;
    height: 105px;
    margin-left: 17px;
    background-color: #f2f2f2;
    resize: none;
    padding: 10px 15px;
    font-size: 16px;
    vertical-align: top;
    color: #4d4d4d;
    font-size: 14px;
}

.assets_b_l li span {
    font-size: 18px;
    display: inline-block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.assets_b_l li input {
    width: 378px;
    height: 100%;
    background-color: #f2f2f2;
    font-size: 18px;
    padding-left: 36px;
    margin-left: 17px;
    color: #4d4d4d;
}

.assets_b_l li select {
    width: 378px;
    height: 100%;
    font-size: 16px;
    margin-left: 17px;
    padding-left: 36px;
    /* appearance: none; */
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #f2f2f2 url(/static/source/images/select_bg.png) no-repeat 317px center;
    color: #4d4d4d;
}

.assets_b_l li button {
    width: 213px;
    height: 40px;
    background-color: #ff5d2f;
    border-radius: 6px;
    font-size: 20px;
    color: #fff;
    margin-left: 80px;
}

.assets_b_l li .file {
    background-color: #fff;
    padding: 5px 0 0 0;
}

.patent_abl li .required {
    background: url(/static/source/images/required.png) no-repeat 42px 8px;
}

.patent_abl li:nth-child(1) .required {
    background-position: 60px 8px;
}

.patent_abl li:nth-child(2) .required {
    background-position: 79px 8px;
}

.patent_abl li:nth-child(10) .required {
    background-position: 34px 8px;
}

.patent_abl li:nth-child(14) .required {
    background-position: 78px 8px;
}

.trademark_abl li .required {
    background: url(/static/source/images/required.png) no-repeat 42px 8px;
}

.trademark_abl li:nth-child(1) .required {
    background-position: 0px 8px;
}

.trademark_abl li:nth-child(2) .required {
    background-position: 79px 8px;
}

.trademark_abl li:nth-child(6) .required {
    background-position: 35px 8px;
}

.assets_b_r {
    width: 506px;
    height: 144px;
    border: 1px solid #cbcbcb;
    margin-left: 77px;
    padding: 22px 26px;
}

.assets_b_r p {
    font-size: 14px;
    line-height: 25px;
}

.assets_b_r p span {
    color: #ff5d2f;
}