body {
    background: #F0F2F3;
}

.right_box {
    width: 80%;
    background: white;
    height: 80%;
    border-radius: 5px;
    padding: 0.5% 1%;
}

.gray_color {
    color: #333333;
}

.green_color {
    color: #0EAE77;
}

.color1 {
    color: #955A22;
}

.color2 {
    color: #E13B29;
}

.right_title {
    font-weight: bold;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #E5E4E4;
}

.right_upbox {
    height: 42%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin: 8% 0 5%;
}

.right_upbtn1 {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #E13E2B;
    padding: 0 35px;
    border: 1px solid #E13E2B;
    border-radius: 5px;
    margin-right: 30px;
    color: white;
    cursor: pointer;
}

.right_upbtn1:hover {
    box-shadow: 0 0 15px #E13E2B;
}

.right_upbtn1 img {
    margin-right: 25px;
}

.right_upbtn2 {
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #E13E2B;
    padding: 0 35px;
    border: 1px solid #E13E2B;
    border-radius: 5px;
    cursor: pointer;
}

.right_upbtn2:hover {
    box-shadow: 0 0 15px #E13E2B;
}

.right_new {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #E13E2B;
    padding-left: 10px;
    margin-left: 4%;
    margin-bottom: 10px;
}

.right_history {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    margin-left: 4%;
    cursor: pointer;
    display: block;
}

.right_history:hover {
    color: #E13E2B;

}

.right_hi_tip {
    font-size: 12px;
    margin-right: 10px;
}

.right_hi_text {
    margin-left: 25px;
}

.right_history2_box {
    margin-top: 20px;
    margin-left: 2%;
}

.right_history2 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    color: #333333;
    cursor: pointer;
    padding-left: 3%;
    display: block;
}

.right_history2:hover {
    background: #FDF6F0;
    color: #E13B29;
}

.right_his_detail {
    font-size: 16px;
    margin-top: 20px;
}

.right_line {
    display: flex;
    flex-direction: row;
    height: 50px;
    line-height: 50px;
}

.right_his_left {
    width: 25%;
    text-align: right;
}

.right_his_right {
    width: 71%;
    margin-left: 4%;
}

.btn_lw {
    padding: 5px 15px;
    background: #F6E8CE;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: #955A22;
}

.btn_lw:hover {
    box-shadow: 0 0 15px #F6E8CE;
}

.btn_cui {
    padding: 5px 15px;
    background: #E13E2B;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    color: white;
    margin-left: 5%;
}

.btn_cui:hover {
    box-shadow: 0 0 15px #E13E2B;
}

.shadow {
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
}

.box {
    width: 40%;
    height: 40%;
    background: white;
    border-radius: 10px;
    padding: 0.8% 0.5%;
    display: flex;
    flex-direction: column;
}

.box_title {
    height: 10%;
    font-size: 18px;
    display: flex;
    flex-direction: row;
}

.box_title_left {
    width: 90%;
}

.box_title_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 10%;
}

.box_title_right img {
    width: 20px;
    cursor: pointer;
}

.box_content {
    height: 55%;
    margin-top: 10%;
}

.box_line {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.box_line_left {
    width: 20%;
    margin-right: 2%;
    font-size: 14px;
    text-align: right;
}

.box_line_right {
    display: flex;
    flex-direction: row;
    width: 75%;
}

.text_input {
    width: 80%;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    padding-left: 2%;
}

input#file::file-selector-button {
    background: #dcdcdc;
    ;
    color: #000;
    border-radius: 3px;
    border: 0px;

    display: inline-block;
    box-shadow: 3px 3px 10px #555555;
    margin-right: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.upload_btn {
    width: 15%;
    margin-left: 3%;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    border: 1px solid #CCCCCC;
    text-align: center;
    background: #EEEEEE;
    font-size: 14px;
    cursor: pointer;
}

.hide_btn {
    display: none;
}

.box_submit {
    height: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.box_btn {
    border-radius: 4px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    width: 20%;
    margin: 0 2%;
    cursor: pointer;
}

.box_upload {
    background: #E13E2B;
    border: 1px solid #E13E2B;
    color: white;
}

.box_cancle {
    border: 1px solid #E13E2B;
    color: #E13E2B;
}

.box_btn:hover {
    box-shadow: 0 0 15px #E13E2B;
}