.content_box {
    width: calc(100% - 4.2rem);
    margin: 0 auto;
    /*padding: 0.8rem 2.6rem 2rem 2.6rem;*/
    display: flex;
}

.content_nav {
    width: 2.68rem;
    height: 5rem;
    background-color: brown;
    margin-right: 0.8rem;
}

.register_box {
    width: 10.52rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.register_box_tit {
    color: #333333;
    font-size: 0.24rem;
    font-weight: bold;
    font-family: Microsoft YaHei, Microsoft YaHei;
    padding-top: 0.26rem;
}

.input_item {
    margin-bottom: 0.35rem;
}

.line {
    width: 100%;
    height: 0.01rem;
    background-color: #E5E5E5;
    margin: 0.1rem 0 0.3rem 0;
}

.line1 {
    width: 0.96rem;
    height: 0.03rem;
    background-color: #008A32;
}

.input_item .input_tit {
    color: #333333;
    font-size: 0.18rem;
    line-height: 0.39rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin-bottom: 0.2rem;
}

.input_item .input_item_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 0.32rem;
}

.input_item .input_item_box1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0.31rem;
}

.input_item .input_item_box .label,
.input_item .input_item_box1 .label,
.input_item .label {
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.48rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.input_item .label span,
.input_item .label span {
    color: #D60404;
}


.input_item .input_box {
    height: 0.48rem;
    background-color: #F9F9F9;
    border: 0.01rem solid #E5E5E5;
    padding-left: 0.16rem;
    display: flex;
    border-radius: 0.03rem;
}
.input_item .input_box input{
    flex: 1;
    background: transparent;
}
.input_item .input_item_box input,
.input_item .input_item_box1 input {
    border: none;
    outline: none;
    color: #666666;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    flex: 1;
}



.input_item .model {
    display: block;
    background-color: #F9F9F9;
    border: 0.01rem solid #E5E5E5;
    color: #666666;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    padding-left: 0.16rem;
    width: calc(100% - 0.16rem);
    height: 0.48rem;
    border-radius: 0.03rem;
}

.input_item .textarea {
    display: block;
    background-color: #F9F9F9;
    border: 0.01rem solid #E5E5E5;
    color: #666666;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    padding: 0.16rem 0.14rem;
    width: calc(100% - 0.3rem);
    height: 1.72rem;
    border-radius: 0.03rem;
    margin-top: 0.15rem;
}

.register_box .apply_btn {
    border: none;
    width: 100%;
    height: 0.46rem;
    background-color: #008A32;
    color: #fff;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    margin-top: -0.2rem;
}


.table_tit {
    color: #333;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    margin: 0.5rem 0 0.2rem 0;
}

table {
    width: 10.52rem;
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0 2.6rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

thead th {
    background-color: #008A32;
    font-weight: 400;
    color: #fff;
}

th,
td {
    border: 0.01rem solid #E5E5E5;
    height: 0.48rem;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
}

td {
    background-color: #F9F9F9;
    color: 3333;
}

th:nth-child(1),
td:nth-child(1) {
    width: 1.57rem;
}

th:nth-child(2),
td:nth-child(2) {
    width: 2.48rem;
}

th:nth-child(3),
td:nth-child(3) {
    width: 2.4rem;
}

th:nth-child(4),
td:nth-child(4) {
    width: 4.04rem;
}





.textarea-container {
    position: relative;
    padding: 0.14rem 0.16rem 0 0.14rem;
    background-color: brown;
    height: 2rem;
    margin-top: 0.15rem;
    background-color: #F9F9F9;
    border-radius: 0.03rem;
    border: 0.01rem solid #E5E5E5;
    font-family: Microsoft YaHei, Microsoft YaHei;
}

.textarea-placeholder {
    color: #666666;
    font-size: 0.16rem;
    position: absolute;
}

.textarea-placeholder span {
    color: #D60404;
}

.custom-textarea {
    
    background: transparent;
    width: 100%;
    height: 1.8rem;
}


.success_box {
    width: 3.6rem;
    height: 1.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(51, 51, 51, 0.6);
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
    text-align: center;
}

.success_box img {
    width: 0.4rem;
    height: 0.4rem;
    margin: 0.45rem auto 0.18rem  ;
}

.success_box p {
    color: #fff;
    font-size: 0.24rem;
    font-weight: 400;
    font-family: Microsoft YaHei, Microsoft YaHei;
}