.component {
    width: 100%;
    height: 11.55rem;
    background: url("../img/23.png") no-repeat center;
    background-size: cover;
    position: relative;
}

.component::after {
    content: '';
    position: absolute;
    left: 0;
    top: 3rem;
    width: 2.275rem;
    height: 0.025rem;
    background: #D9D9D9;
}

.c6_center {
    width: 15rem;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c6_left {
    width: 50%;
}

.c6_left_title {
    font-size: 0.975rem;
    color: #A5A5A5;
}

.c6_left_title>span {
    color: #EB6100;
}

.c6_left_stitle {
    margin-top: 0.5rem;
    font-size: 0.425rem;
    color: #FFFFFF;
}

.c6_left_foot {
    margin-top: 0.75rem;
    display: flex;
    align-items: center;
}

.c6_l_f_l {
    font-size: 0.2rem;
    color: #A5A5A5;
}

.c6_l_f_l_item {
    cursor: pointer;
    margin-top: 0.375rem;
}

.c6_l_f_r {
    width: 70%;
    margin-left: auto;
}

.c6_l_f_r>img {
    width: 2.35rem;
    height: 0.8875rem;
    display: block;
}

.c6_sitem {
    margin-top: 0.375rem;
    color: #A5A5A5;
    font-size: 0.2rem;
    display: flex;
}

.sitem_detail {
    width: 70%;
}

.c6_right {
    width: 50%;
}

.c6_l_f_r_icon {
    margin-top: 0.625rem;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c6_l_f_r_icon>img {
    width: 0.3125rem;
    height: 0.275rem;
    display: block;
}

.c6_right>img {
    width: 1.725rem;
    height: 1.725rem;
    display: block;
    margin-left: auto;
}

.c6_from {
    margin-top: 0.75rem;
}

.c6_from_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c6_from_sitem {
    display: flex;
    align-items: center;
    width: 48%;
    padding: 10px 0;
    font-size: 0.2rem;
    border-bottom: 1px solid #A5A5A5;
    color: #A5A5A5;
}

.c6_from_sitem>input {
    width: 85%;
    margin-left: auto;
    color: #fff;
}

.c6_from_sitem:first-child {
    border-bottom: 1px solid #EB6100;
    color: #EB6100;
}

.c6_from_item_texare {
    margin-top: 0.5rem;
    color: #A5A5A5;
    font-size: 0.2rem;
    border-bottom: 1px solid #A5A5A5;
    padding: 0.125rem 0;
}

.c6_from_item_texare>textarea {
    height: 2.5rem;
    width: 100%;
    margin-top: 0.25rem;
    color: #fff;
}

.c6_but {
    cursor: pointer;
    width: 1.375rem;
    height: 0.6125rem;
    line-height: 0.6125rem;
    text-align: center;
    border: 0.025rem solid #A5A5A5;
    border-radius: 0.125rem;
    color: #A5A5A5;
    font-size: 0.175rem;
    margin-top: 0.75rem;
}