html {
    height: 100%;
}

body {
    height: calc(100% - 65px);
}

.container_wrap {
    margin-top: 65px;
    min-height: calc(100% - 100px);
}

.auth_banner {
    height: 150px;
    width: 100%;
    background: url('../images/auth_bg.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.auth_banner p,
.auth_banner div {
    text-align: center;
    padding-top: 20px;
    color: #fff;
}

.auth_banner p:first-child {
    font-size: 35px;
    font-weight: 550;
    color: #ffffff;
}

.auth_banner div span:nth-child(2) {
    font-size: 18px;
}

.auth_banner div span:first-child,
.auth_banner div span:nth-child(3) {
    width: 80px;
    display: inline-block;
    height: 1px;
    background: #ffffff;
    position: relative;
    top: -5px;
    right: 5px;
}

.auth_banner div span:nth-child(3) {
    right: -5px;
}


/* .auth_banner p:nth-child(2)::before {
    content: "";
    display: block;
    height: 1px;
    overflow: hidden;
    background-color: #333;
    width: 83%;
    position: absolute;
   
} */


/* .auth_banner img {
    height: 100%;
    width: 100%;
} */

.explain {
    margin: 20px auto 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
}

.explain div {
    text-align: center;
    box-shadow: 0 2px 6px #eff4ff;
    width: calc(50% - 10px);
}

.explain div img {
    width: 100px;
}

.explain div:first-child {
    background: linear-gradient(127deg, #f2fce9, #c6f4e4);
}

.explain div:last-child {
    background: #fefced;
}

.explain div h5 {
    font-size: 18px;
    font-weight: bold;
}

.explain div p {
    color: #505050;
    margin-bottom: 10px;
}

.el_main {
    max-width: 1200px;
    min-width: 1000px;
    margin: 0px auto;
    padding: 30px;
    min-height: 70%;
}

.w_1 {
    max-width: 100%;
}

.el_main.w_1 {
    padding: 0;
    background-color: #fafafa;
}

.con_h_b {
    width: 100%;
    height: 100px;
    background: url('../images/con_h_b.jpg') no-repeat center center;
    background-size: cover;
    margin-bottom: 15px;
}

.con_h_b>div {
    display: flex;
    align-items: end;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 20px;
}

.con_h_b>div .p_10 {
    padding: 0 10px;
}

.con_h_b a {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.el_main nav {
    height: 60px;
    background: #fff;
    padding: 20px;
    color: 16px;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.el_main nav span {
    cursor: pointer;
}

.el_main .btn_wrap {
    padding: 5px;
}

.el_main .search_conf span {
    cursor: pointer;
}

.session_detail_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.session_handle_wrap {
    width: calc(100% - 220px);
    height: 100%;
    padding: 10px;
}

.session_handle_wrap .paper_nav {
    display: none;
    padding: 8px 8%;
}

.session_handle_wrap .search_con label {
    width: 45px;
    min-width: 45px;
}

.star {
    font-size: 14px;
}

.el_main .btn_box {
    text-align: center;
}

.el_main .agree_box {
    text-align: center;
    padding: 20px;
    border-top: 1px dashed #ccc;
}

.el_main .org_img,
.el_main .commitment_img {
    display: inline-block;
    width: 120px;
    height: 120px;
    position: relative;
}

.el_main .org_img .img,
.el_main .commitment_img .img {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}

.el_main .org_img::after,
.el_main .commitment_img::after {
    content: '+';
    font-size: 45px;
    color: rgb(0, 0, 0, 0.1);
    position: absolute;
    top: 33px;
    left: 48px;
}

f2 textarea {
    width: 400px;
}

.conf_container .conf_list,
.conf_container .session_list {
    display: flex;
    flex-wrap: wrap;
}

.conf_container .conf_list li.conf_li {
    width: 100%;
    height: 117px;
    min-width: 270px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 12px;
    margin: 6px;
    background: #fff;
}

.conf_container .session_list li.session_li {
    box-shadow: 0 2px 6px #e2e2e2;
    margin: 5px 10px 8px;
    border-radius: 4px;
}

.conf_container .session_list li.session_li .session_handle {
    display: flex;
    justify-content: space-between;
    padding: 0 10px 5px;
}

.conf_container .session_list li.session_li .session_handle a {
    font-size: 12px;
    font-weight: 700;
    color: #48d;
}

.conf_container .session_list li.session_li .session_handle span {
    font-size: 12px;
    font-weight: 700;
}

.conf_container .session_list .session_li_btn {
    width: 255px;
    height: 210px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.conf_container .session_list .session_li_btn span {
    font-size: 60px;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border: 2px dashed #48d;
    color: #48d;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.yellow {
    color: #e2841c;
}

.red {
    color: red;
}

.conf_container .conf_list .conf_con {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.conf_container .conf_list .conf_con .conf_info {
    display: flex;
    justify-content: space-between;
}

.conf_container .conf_list .conf_con .conf_info .conf_status {
    line-height: 40px;
}

.conf_container .conf_list .conf_con .conf_info .conf_status span {
    padding: 0 5px;
}

.conf_container .conf_list .conf_con .conf_info .conf_status span span {
    font-size: 14px;
    font-weight: 700;
}

.conf_container .conf_list .conf_con .conf_info .conf_status .publish {
    color: green;
}

.conf_container .conf_list .conf_con .conf_info .conf_status .audit {
    color: #f8ac59;
}

.conf_container .conf_list .conf_con .conf_info .conf_status .reject {
    color: red;
}

.conf_container .conf_list .conf_con .conf_info .conf_status .down {
    color: grey;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conf_container .conf_list li .conf_name {
    color: #333;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.conf_container .conf_list li .desc {
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: wrap;
}

.conf_container .conf_list .conf_handle {
    display: flex;
    justify-content: right;
    align-items: center;
}

.conf_container .conf_list .conf_handle a {
    margin: 0px 7px;
    color: #333;
    font-size: 13px;
}

.conf_container .conf_list .conf_handle a.num {
    color: gray;
    padding: 0 8px;
    font-size: 12px;
}

.conf_container .session_con .desc {
    width: 245px;
    padding: 5px;
    margin: 5px;
}

.conf_container .session_con .img {
    width: 255px;
    height: 135px;
}

.conf_container .session_con .img img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.f_c {
    text-align: center;
}

.opter_btn {
    margin: 20px;
}

.session_handle_wrap fieldset {
    flex-wrap: wrap;
    align-items: center;
    border-color: #f0f0f0;
    padding: 15px 15px;
    margin: 20px 0;
}

fieldset legend {
    padding: 0 4px;
    font-weight: 600;
    display: flex;
}

.con_playback .btn_wrap,
.con_playback .btn_playback_wrap {
    margin: 10px;
    text-align: center;
}

.con_playback .btn {
    width: 140px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #ccc;
    color: #000;
    background: #fff;
}

.con_playback .btn.active {
    background: #ccc;
    color: #333;
    font-size: 14px;
}

.con_playback div.block {
    flex: 0 1 100%;
    margin: 0.5rem 1rem 0 1rem;
    display: flex;
    flex-wrap: wrap;
}

fieldset f3,
fieldset f2,
fieldset f1 {
    padding: 5px 20px;
}

f3 .nav_wrap {
    display: inline-block;
}

f3 .mark_nav_wrap {
    display: inline-block;
}

f3 .nav_wrap button {
    border-radius: 4px;
    background: #48d;
    color: #fff;
}

f3 .nav_wrap .disabled {
    background: #ccc;
    color: #9a9a9a;
}

f3 .cover,
f2 .cover {
    width: 150px;
    height: 100px;
    position: relative;
    border: 1px solid #ccc;
    display: inline-block;
}

f3 .m_banner,
f2 .m_banner {
    width: 250px;
}

f3 .mark_cover,
f3 .mark_banner,
f2 .mark_cover,
f2 .mark_banner {
    height: 100px;
    width: calc(100% - 180px);
    display: inline-block;
}

f3 .mark_banner img,
f2 .mark_banner img {
    height: 100%;
}

f3 .mark_cover img,
f2 .mark_cover img {
    width: 150px;
    height: 100%;
}

f3 .cover img,
f2 .cover img {
    width: 100%;
    height: 100%;
}

f3 .tip,
f2 .tip {
    font-size: 12px;
    margin-left: 135px;
    color: #e95353;
}

f3 .cover .close,
f2 .cover .close {
    width: 1.3rem;
    height: 1.3rem;
    font-size: 18px;
    position: absolute;
    top: -0.8rem;
    right: -0.8rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid #aaa;
    cursor: pointer;
    background-color: #ddd;
}

f3 .cover:hover::after,
f2 .cover:hover::after {
    content: "+";
    font-size: 2rem;
    font-weight: 400;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
}

f3 .cover .close:hover,
f2 .cover .close:hover {
    background-color: #333;
    opacity: 1;
}

fieldset f3 textarea {
    width: 75%;
}

f1.status span {
    font-weight: 700;
}

.session_con .btn_menu button {
    font-size: 12px;
    padding: 0 15px;
    margin: 2px;
    border-radius: 2px;
    outline: none;
}

.session_con .btn_menu button:hover {
    background: #8f8e8e;
    color: #fff;
}

.session_con .btn_menu ul {
    text-align: center;
}

.selected_file_list {
    margin-left: 85px;
}

.selected_file_list li em {
    cursor: pointer;
}

.paper_table {
    margin-top: 20px;
}

.el_main .submitForm {
    margin-top: 30px;
}

.file_table {
    margin-bottom: 45px;
}

.video_list img {
    width: 110px;
}

.session_des .vditor {
    margin: 0 auto;
}

.banner-img img {
    width: 200px;
}

f1 label {
    width: 108px;
    font-size: 16px;
    margin: 10px 0 6px 0;
}

fieldset f1 {
    width: 350px;
}

a.btn-normal {
    background-color: #48d;
    border: solid 1px #48d;
    color: #fff;
    vertical-align: middle;
    font-weight: bold;
    min-width: 70px;
    height: 30px;
    font-size: 12px;
    line-height: 29px;
    display: inline-block;
}

.session_handle_wrap .tip {
    text-align: center;
    font-size: 18px;
}

.no_data {
    text-align: center;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
}

.apply_tip {
    text-align: center;
    padding: 20px;
    font-size: 18px;
    /* font-weight: bold; */
}

.warn_tip {
    font-size: 12px;
    color: red;
    display: none;
    margin: 5px 110px;
}

.section_item .warn_tip {
    margin: 5px 180px;
}

.warn {
    display: block;
}

.con_create_head {
    position: relative;
    margin-top: 70px;
}

.con_status,
.btn_sidebar {
    margin: 10px auto;
    display: flex;
    padding: 0 20px;
    border-bottom: 1px solid #cdcdcd;
    justify-content: center;
}

.con_status span,
.btn_sidebar span {
    display: inline-block;
    padding: 15px;
    font-weight: 600;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}

.con_status .active,
.btn_sidebar .active {
    color: #3f51b5;
}

.con_status .active:before,
.btn_sidebar .active:before {
    content: "";
    width: 0;
    height: 0;
    border-top: none;
    border-left: 5px transparent solid;
    border-right: 5px transparent solid;
    border-bottom: 6px #3f51b5 solid;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 2px;
}

.con_status .active:after,
.btn_sidebar .active:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    bottom: -2px;
    background-color: #3f51b5;
}

.con_search {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.con_search button {
    margin: 0;
    width: 60px;
    font-size: 14px;
    background-color: #48d;
    color: #fff;
    border: 0;
}

.con_create_pop label {
    color: #474747;
    width: 110px;
}

.con_create_pop .date_confirm,
.con_create_pop .date_undetermined {
    display: none;
}

.con_create_pop .con_h_b {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.con_create_pop f2 {
    width: 48%;
}

.con_create_pop select,
.con_create_pop input {
    width: calc(100% - 120px);
}

.con_create_pop input[type='date'],
.con_create_pop input[type='time'] {
    width: calc(100% - 270px);
}

.con_create_pop input[type='time'],
.con_setting input[type='time'] {
    margin-left: 15px;
}

.con_create_pop .conf_tip,
.section_item .conf_tip {
    font-size: 13px;
    padding-top: 10px;
    display: inline-block;
    color: #f65860;
}

.contribute_setting,
.con_playback,
.paper_con,
.con_profile {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 4px #d3e9ff;
}

.contribute_setting f2 {
    width: 48%;
}

.contribute_setting f3 {
    width: 100%;
}

.contribute_setting f2,
.contribute_setting f3 {
    padding: 20px 30px 10px 30px;
}

.contribute_setting f3.type_list div {
    display: inline-block;
}

.contribute_setting .paper_url,
.section_item .attend_info .application_url {
    /* display: none; */
}

.contribute_setting input {
    width: calc(100% - 180px);
}

.con_setting {
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.con_setting input[type='date'],
.con_setting input[type='time'] {
    width: calc(100% - 360px);
}

.contribute_setting h5 {
    border-bottom: 1px solid #dbdbdb;
    font-size: 16px;
    line-height: 32px;
}

.w_1 .session_des {
    width: 100%;
    padding: 20px 30px;
}

.contribute_setting button {
    /* width: 220px; */
    height: 40px;
    /* line-height: 40px; */
    /* font-size: 16px; */
    border-radius: 2px;
}

.session_handle_wrap f2 {
    width: 48%;
}

.session_handle_wrap f3 {
    width: 100%
}

.section_item {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 4px #d3e9ff;
    margin-bottom: 20px;
}

.section_item .stay_info .stay_item {
    border: 1px solid #cccccc75;
    margin: 20px;
    position: relative;
}


/* .section_item .stay_info .stay_item f2 {
    background-color: #9cbfeb;
} */

.section_item .stay_info .stay_item .stay_del {
    position: absolute;
    right: -11px;
    top: -11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #da0c0c;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

.section_item .stay_info .stay_item ul li {
    display: flex;
}

.section_item .fee_info .fee_h,
.section_item .stay_info .stay_h {
    background-color: rgb(159, 195, 240);
}

.section_item .fee_info .fee_c,
.section_item .stay_info .stay_c {
    display: flex;
    justify-content: space-around;
    height: 40px;
    line-height: 40px;
}

.section_item .fee_info,
.section_item .stay_info {
    border-bottom: 1px dashed #ccc;
}

.section_item .fee_info .fee_c div,
.section_item .stay_info .stay_c div {
    width: 30%;
    text-align: center;
}

.section_item .fee_info .fee_c div input,
.section_item .stay_info .stay_c div input {
    width: 100%;
}

.section_item .fee_info .add_type,
.section_item .stay_info .add_stay {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.section_item .fee_info .add_type span,
.section_item .stay_info .add_stay span {
    font-size: 15px;
    color: #48d;
    cursor: pointer;
}

.section_item h5 {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    line-height: 38px;
    margin-bottom: 10px;
}

.section_item f2,
.section_item f3 {
    padding: 5px 10px;
}

.section_item label,
.contribute_setting label {
    width: 180px;
}

.section_item f3 input[type="text"],
.section_item f2 input[type="text"],
.section_item f2 input[type="datetime-local"],
.section_item f3 select,
.section_item f2 select,
.section_item f3 textarea {
    width: calc(100% - 190px);
    display: inline-block;
}

.section_item f3 input[name="applicationUrl"] {
    width: 340px;
}

.section_item .preview {
    border-bottom: 1px dashed #ccc;
    padding: 10px 0;
}

.section_item .date_show {
    display: none;
}

.no_authority {
    font-size: 15px;
}

.section_item .preview label {
    font-size: 14px;
    color: #333;
}

.section_item .el_step {
    width: 150px;
    display: inline-block;
    height: 1px;
    background: #ccc;
    position: relative;
    top: -5px;
    right: 5px;
}

.section_item .tip_header {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;
}

.section_item .el_steps {
    text-align: center;
    padding: 10px 0;
}

.section_item .btn_wrap {
    text-align: center;
}

f3 input[type='checkbox'] {
    width: 17px;
}


/* .section_item .attend_info {
    display: none;
} */


/* 采集信息样式 */

.collection_info .select_info {
    width: 45%;
    background: #fff;
    border: 1px dashed #ccc;
    padding: 0 10px;
    margin: 0;
}

.collection_info .select_info a {
    display: inline-block;
    padding: 5px 8px;
    margin: 4px;
    white-space: nowrap;
    color: #48d;
    border-radius: 3px;
    border: 1px solid #48d;
}

.collection_info .info_wrap {
    width: 52%;
}

.collection_info .info_wrap li {
    margin: 5px;
}

.in_info button,
.in_info select {
    height: 32px;
    margin-left: 5px;
}

.d_f,
.people_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.people_item {
    box-shadow: 0 0 3px 1px #ccc;
    margin-top: 10px;
}

.people_item span {
    display: inline-block;
    width: 31%;
}

.section_item .btn_bg {
    width: 200px;
    height: 40px;
    /* line-height: 40px; */
}

.con_profile h4,
.con_playback h4 {
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.con_profile h4 span,
.con_playback h4 span {
    font-size: 16px;
    padding-left: 10px;
}

.profile_pop {
    padding: 20px;
}


/* 上传视频 */

fieldset.video_detail f3 {
    width: 88%;
    display: inline-block;
}

fieldset.video_detail f3 label {
    width: 95px;
}

fieldset.video_detail f3 input {
    width: calc(100% - 98px);
}

fieldset.video_detail f3 input[type="date"],
fieldset.video_detail f3 input[type="time"] {
    width: calc(100% - 316px);
}

fieldset.video_detail f3 input[type="file"] {
    width: calc(100% - 185px);
}

fieldset.video_detail f3 input[type="time"] {
    margin-left: 4px;
}

fieldset.video_detail .video_url_tip {
    font-size: 12px;
    color: red;
}

claim-warning {
    margin-bottom: 20px;
    display: block;
    background: #FFF7E8;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    color: #1D2129;
}

.pop-case f3 {
    width: 100%;
    position: relative;
}

.pop-case f3 select {
    width: calc(100% - 110px);
}

.pop-case .reviewer_list {
    margin: 0 105px;
    border: 1px solid #ccc;
    display: none;
}

.pop-case .reviewer_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    cursor: pointer;
}

.r_list li.r_item {
    box-shadow: 0 0 4px #aaa;
    padding: 10px;
    margin: 15px;
    display: flex;
    flex-wrap: wrap;
}

.r_list li f2 {
    display: block;
    width: 32%;
}

.r_list li f2 label {
    width: 70px;
}

.r_list li .copy_url {
    border: 1px solid #48d;
    padding: 6px;
    border-radius: 4px;
    color: #48d;
    font-size: 12px;
    margin-left: 15px;
}

.r_list li .url {
    font-weight: bold;
}

.r_list .r_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.r_list f3 label {
    width: 70px;
}

.r_list .r_info textarea {
    resize: vertical;
    width: calc(100% - 100px);
    display: inline;
    vertical-align: middle;
}

.r_list .require_wrap {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
}

.r_list .require_wrap ul {
    background: #f0f0f0;
    padding: 10px;
}

.r_list .require_wrap ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    padding: 5px;
}

.r_list .require_wrap ul li .score {
    width: 70px;
}

.r_list .require_wrap ul li .text {
    flex: 1 1 70px;
}

.c_g {
    color: green;
}

.c_y {
    color: orange;
}

.c_r {
    color: red;
}

.r_result {
    box-shadow: 0 0 4px #aaa;
    padding: 10px;
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
}

.r_h4 {
    text-align: center;
    background: #7baeed;
    color: #fff;
    padding: 5px 0;
}


/* 发票设置样式 */

.invoice_info .invoice_content {
    display: flex;
}

.invoice_info .invoice_content_list {
    margin-left: 160px;
    /* border: 1px #ccc dashed; */
    width: 257px;
    padding: 10px;
}

.invoice_info .invoice_content_list li {
    height: 36px;
    line-height: 36px;
}

.invoice_info .invoice_content_list li i {
    color: rgb(167, 6, 6);
    cursor: pointer;
    margin-left: 5px;
    display: inline-block;
}

.pay_info .remit_wraper {
    display: flex;
    flex-wrap: wrap;
}

.pay_info .remit_wraper div {
    display: flex;
    width: 33%;
}

.pay_info .remit_wraper div label {
    width: 80px;
}

.pay_info .remit_wraper div input {
    width: calc(100% - 90px);
}


/* 订单详情 */

.order_info h4 {
    text-align: center;
    background: #7baeed;
    color: #fff;
    padding: 5px 0;
}

.order_info .img_wrap {
    width: 160px;
}

.order_info .title {
    background: #eee;
    padding: 3px;
    margin-top: 5px;
    font-weight: bold;
}

.order_info .invoice_info span {
    width: 33%;
    display: inline-block;
}

.order_info span {
    padding: 5px;
}

.order_info .t_bg {
    background: #f4b767;
    color: #fff;
}

.order_info .t_bg span {
    font-size: 16px;
    font-weight: bold;
}

.paper-list img {
    display: inline-block;
    width: 70px;
}

.mark_content li input,
.new_content li input {
    flex: 1;
}

.mark_wrap {
    display: flex;
    justify-content: space-between;
}

.mark_wrap .mark_content,
.mark_wrap .new_content {
    width: 40%;
}

.section_item .audi_pay_config span {
    display: inline-block;
    width: 100%;
}

.audi_meeting_pay f3 .mark span {
    font-size: 16px;
}