.page-wrap {
    background-color: #F6FAFF;
    position: relative;
}

.noMargins {
    padding: 0;
    background-image: none;
}

.page-banner {
    z-index: 1;
    position: relative;
}

.page-person {
    margin-top: 17px;
}

/*************通用*********************************/

.resultQuery {
    padding-bottom: 130px;
}

.resultQuery .resultQuery-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 57px;
}

.resultQuery .resultQuery-list a {
    margin-left: 50px;
}

.resultQuery .resultQuery-list a:first-child {
    margin-left: 0;
}

/****************************受理结果******************************/
.consult {
    padding: 20px 36px 27px;
    background-color: #fff;
    margin-top: -32px;
    margin-bottom: 71px;
    z-index: 10;
    position: relative;
}

.consult .consult-content {
    margin-top: 40px;
}

.consult .consult-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.consult .consult-title h3 {
    font-size: 28px;
    line-height: 36px;
    margin: 0 0 24px;
    padding-left: 30px;
    color: #333;
    display: block;
    background-image: url(../img/icon_32.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.consult .consult-body h5 {
    font-size: 22px;
    line-height: 2;
    text-indent: 2em;
}

.consult .consult-body p {
    font-size: 18px;
    line-height: 2;
    text-indent: 2em;
}

.consult .consult-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.consult .consult-submit a {
    width: 128px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #E1E1E1;
    color: #333;
    box-sizing: border-box;
    margin-left: 24px;
}

.consult .consult-submit a:first-child {
    margin-left: 0;
    border-color: #205BBB;
    background-color: #205BBB;
    color: #fff;
}

/*****************受理须知*************************/
.login-cloumn {
    padding: 50px 0;
    background-image: url(../img/icon_33.png);
    background-position: center;
    background-repeat: no-repeat;
}

.login-cloumn .login-cloumn-wrap {
    display: flex;
    justify-content: flex-end;
}

.login-cloumn .login-cloumn-wrap .login-cloumn-content {
    background-color: #fff;
    padding: 35px 48px 35px;
}

.login-cloumn .login-cloumn-content h4 {
    text-align: center;
    margin: 0 0 32px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    color: #205BBB;
}

.login-cloumn .login-cloumn-area {
    display: flex;
    width: 382px;
    height: 52px;
    align-items: center;
    border-radius: 4px;
    margin-top: 28px;
}

.login-cloumn .login-cloumn-input {
    display: flex;
    align-items: center;
    width: 382px;
    height: 52px;
    border: 1px solid #E1E1E1;
}

.login-cloumn .login-cloumn-area:first-child {
    margin-top: 32px;
}

.login-cloumn .login-cloumn-input .login-img {
    margin-left: 10px;
}

.login-cloumn .login-cloumn-input .login-line {
    height: 22px;
    border: 1px solid #E1E1E1;
    margin-left: 10px;
}

.login-cloumn .login-cloumn-input .login-input-drop {
    padding: 0 8px;
    display: flex;
    justify-content: space-between;
}

.login-cloumn .login-cloumn-input input {
    border: none;
    height: 27px;
    outline: none;
    font-size: 18px;
    width: 270px;
}

.login-cloumn .login-cloumn-area.login-code {
    justify-content: space-between;
}

.login-cloumn .login-cloumn-area.login-code .login-cloumn-input {
    width: 260px;
}

.login-cloumn .login-cloumn-area.login-code input {
    width: 180px;
}

.login-cloumn .login-cloumn-area .login-code-wrap {
    width: 108px;
    height: 52px;
}

.login-cloumn .login-cloumn-area .login-code-wrap button {
    width: 108px;
    height: 52px;
    line-height: 52px;
    background-color: #205BBB;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.login-cloumn .login-cloumn-area .login-code-wrap button[disabled] {
    background-color: #999;
}

.login-cloumn .login-blocks {
    display: flex;
    align-items: center;
    margin-top: 16px;
    font-weight: normal;
}

.login-cloumn .login-blocks input {
    margin: 0;
}

.login-cloumn .login-blocks .agreement-text {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-size: 15px;
    line-height: 23px;
    color: #555;
}

.login-cloumn .login-blocks .agreement-text a {
    color: #205BBB;
}

.login-cloumn .login-btn {
    margin-top: 36px;
}

.login-cloumn .login-btn button {
    width: 100%;
    border-radius: 4px;
    text-align: center;
    height: 52px;
    line-height: 52px;
    background-color: #205BBB;
    color: #fff;
    outline: none;
    border: none;
}

.login-cloumn .login-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.login-cloumn .login-links a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #205BBB;
}

/*******************登录页********************/
.register-cloumn {
    background-image: url(../img/icon_38.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 42px 0 51px;
    background-color: #fff;
}

.register-cloumn .register-column-wrap {
    padding: 36px 36px 46px;
    background-color: #fff;
}

.register-cloumn .register-title {
    display: flex;
    justify-content: space-between;
}

.register-cloumn .register-title h4 {
    font-size: 28px;
    line-height: 36px;
    color: #333;
    margin: 0;
    font-weight: 700;
}

.register-cloumn .register-title .register-title-links {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.register-cloumn .register-title .register-title-links a {
    color: #205BBB;
}

.register-cloumn .register-detail {
    width: 651px;
    margin: 4px auto 0;
}

.register-cloumn .register-detail-items {
    display: flex;
    justify-content: end;
    align-items: center;
    margin-top: 32px;
}

.register-cloumn .register-detail-items:first-child {
    margin-top: 0;
}


.register-cloumn .register-detail-items label {
    font-size: 20px;
    line-height: 36px;
    color: #333;
    margin: 0;
    font-weight: 400;
    padding-left: 12px;
    display: inline-block;
    background-image: url(../img/icon_59.png);
    background-position: top 8px left;
    background-repeat: no-repeat;
}

.register-cloumn .register-detail-items .register-detail-input {
    padding: 12px 20px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    width: 500px;
    height: 52px;
    box-sizing: border-box;
    margin-left: 16px;
}

.register-cloumn .register-detail-items .register-detail-input input {
    border: none;
    outline: none;
    font-size: 18px;
    height: 27px;
    line-height: 27px;
    width: 80%;
}

.register-cloumn .register-detail-items .register-detail-input.register-input-phonecode {
    width: 388px;
}

.register-cloumn .register-detail-items .getPhoneCode {
    text-align: center;
    margin-left: 5px;
    display: flex;
    align-items: center;
    width: 108px;
}

.register-cloumn .register-detail-items .getPhoneCode button {
    width: 108px;
    height: 52px;
    line-height: 52px;
    background-color: #205BBB;
    color: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    font-size: 16px;
}

.register-cloumn .register-detail-items .getPhoneCode button[disabled] {
    background-color: #999;
}

.register-cloumn .register-submit {
    width: 382px;
    margin: 48px auto 0;
}

.register-cloumn .register-submit button {
    height: 52px;
    width: 100%;
    background-color: #205BBB;
    border: none;
    outline: none;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}

/******************注册页面**********************/
.person-appeal {
    display: flex;
}

.person-appeal .person-info {
    background-color: #2D71E0;
    width: 338px;
    height: 162px;
    padding: 52px 16px 16px 28px;
    box-sizing: border-box;
}

.person-appeal .person-info-wrap {
    display: flex;
    justify-content: start;
    align-items: center;
}

.person-appeal .person-info-wrap img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    overflow: hidden;
}

.person-appeal .person-info-wrap .person-title {
    margin-left: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}

.person-appeal .person-info-wrap .person-title span {
    margin-top: 4px;
}

.person-appeal .person-out {
    margin-top: 9px;
    text-align: right;
}

.person-appeal .person-out p {
    display: inline-block;
    padding-left: 24px;
    background-image: url(../img/icon_42.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 24px;
    cursor: pointer;
}

.person-appeal .person-appeal-wrap {
    background-color: #fff;
    width: 952px;
    height: 162px;
    padding: 26px 131px 26px 72px;
}

.person-appeal .person-appeal-info {
    padding: 16px 28px;
    background-image: url(../img/icon_43.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #C9DCF0;
    box-sizing: border-box;
}

.person-appeal .person-appeal-info h4 {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    color: #444;
}

.person-appeal .person-appeal-num {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 16px;
}

.person-appeal .person-appeal-num p {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.person-appeal .person-appeal-num p span {
    margin-left: 12px;
}

.person-appeal .person-appeal-num .person-appeal-line {
    border: 1px solid #333;
    height: 15px;
    width: 1px;
    margin: 0 54px;
}

/**********************信息中心**************************/
.workOrder-column {
    /* padding: 20px 36px 36px; */
}

.workOrder-column .detail-loading {
    padding: 100px 50px;
    text-align: center;
    font-size: 18px;
}

.workOrder-column .workOrder-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.workOrder-column .workOrder-title p {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-left: 56px;
}

.workOrder-column .workOrder-title p:first-child {
    margin-left: 0;
}

.workOrder-column .workOrder-talbe {
    width: 100%;
}

.workOrder-column .workOrder-talbe table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.workOrder-column .workOrder-talbe tr td {
    padding: 13px 22px 14px;
    line-height: 27px;
    font-size: 18px;
    color: #444;
    border: 1px solid #eee;
}

.workOrder-column .workOrder-talbe tr td:first-child {
    width: 209px;
    text-align: right;
    background-color: #F9FAFC;
}

.workOrder-column .workOrder-talbe .workOrder-cell {
    white-space: normal;
}

.workOrder-column .workOrder-talbe .workOrder-cell a {
    display: block;
    padding-left: 28px;
    background-image: url(../img/icon_44.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.workOrder-column .workOrder-result {
    margin-top: 32px;
}

.workOrder-column .workOrder-result .workOrder-result-title {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-bottom: 20px;
}

.workOrder-column .satisfied {
    margin-top: 46px;
}

.workOrder-column .satisfied-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.workOrder-column .satisfied-items {
    margin-left: 160px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.workOrder-column .satisfied-items .satisfied-icon-bright {
    display: none;
}

.workOrder-column .satisfied-items.active .satisfied-icon-bright {
    display: inline-block;
}

.workOrder-column .satisfied-items.active .satisfied-icon-default {
    display: none;
}

.workOrder-column .satisfied-items:first-child {
    margin-left: 0;
}

.workOrder-column .satisfied-items p {
    margin-top: 24px;
}

.workOrder-column .satisfied-submit {
    width: 382px;
    margin: 46px auto 0;
    display: block;
    height: 52px;
    background-color: #205BBB;
    color: #fff;
    font-size: 20px;
    outline: none;
    border: none;
    border-radius: 4px;
}

.workOrder-column .evaluate {
    margin-top: 54px;
    text-align: center;
}

.workOrder-column .evaluate h4 {
    font-size: 22px;
    line-height: 33px;
    margin: 12px 0 0;
    color: #333;
}

.workOrder-column .evaluate p {
    font-size: 20px;
    line-height: 30px;
    color: #999;
    margin-top: 8px;
}

/*****************************工单详情***************/
.user-column {
    display: flex;
    justify-content: space-between;
}

.user-column .user-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
    width: 510px;
}

.user-column .user-body p {
    width: 250px;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-bottom: 32px;
}

.user-column .user-modify {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 148px;
    height: 35px;
    background-color: #2D71E0;
    border-radius: 4px;
    cursor: pointer;
}

.user-column .user-modify p {
    font-size: 18px;
    color: #fff;
    padding-left: 32px;
    background-image: url(../img/icon_50.png);
    background-position: left center;
    background-repeat: no-repeat;
}

/****************用户信息*********************/
.user-work .user-work-tips {
    font-size: 18px;
    padding: 30px;
    color: #2D71E0;
    border-radius: 5px;
    background-color: #deebff;
    border: 1px solid #2D71E0;
    margin-bottom: 30px;
}

.user-work .user-work-search {
    display: flex;
    justify-content: start;
    align-items: center;
}

.user-work .user-search-form form {
    position: relative;
    width: 297px;
    border: 1px solid #DCDFE6;
    padding: 0 12px;
    border-radius: 4px;
    margin-bottom: 0;
}

.user-work .user-search-form form input {
    height: 40px;
    font-size: 14px;
    border: none;
    outline: none;
    width: 235px;
}

.user-work .user-search-form form button {
    position: absolute;
    right: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_51.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    border: none;
    outline: none;
    background-color: transparent;
    margin-right: 12px;
}

.user-work .user-work-search .selfwork {
    width: 88px;
    height: 40px;
    line-height: 40px;
    background-color: #F39800;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    outline: none;
    border: none;
    color: #fff;
    margin-left: 8px;
}

.user-work .user-work-list {
    margin-top: 28px;
}

.user-work .user-work-list .user-work-type {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
}

.user-work .user-work-list .user-work-type span {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    padding: 0 36px;
    background-image: url(../img/icon_52.png);
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.user-work .user-work-list .user-work-type span.active {
    color: #205BBB;
}

.user-work .user-work-list .user-work-type span:first-child {
    background-image: none;
}

.user-work .user-work-content .user-work-table {
    width: 100%;
    margin-top: 16px;
}

.user-work .user-work-table table {
    width: 100%;
}

.user-work .user-work-table thead th {
    background-color: #E7F1FF;
    line-height: 27px;
    padding: 12px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.user-work .user-work-table tbody tr:hover {
    background-color: #F5F7FA;
    cursor: pointer;
}

.user-work .user-work-table tbody td {
    padding: 20px 0;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
}

.user-work .user-work-table tbody td a {
    color: #205BBB;
}

.user-work .user-work-table tbody td.user-work-num,
.user-work .user-work-table tbody td.user-work-title {
    color: #205BBB;
}

.user-work .user-work-table tbody td:first-child {
    text-align: center;
}

.user-work .user-work-table tbody td.user-work-title {
    width: 230px;
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user-work .user-work-table tbody .state {
    position: relative;
}

.user-work .user-work-table tbody .state::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border-radius: 50%;
}

.user-work .user-work-table tbody .state-wait::before {
    background-color: #f59800;
}

.user-work .user-work-table tbody .state-over::before {
    background-color: #32bd29;
}

/*.user-work .user-work-table tbody .state {*/
/*    padding-left: 20px;*/
/*    background-image: url(../img/icon_53.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: left center;*/
/*}*/

/*.user-work .user-work-table tbody .state.nostate {*/
/*    background-image: url(../img/icon_54.png);*/
/*}*/

/***********************我的工单*********************/
.demand-column {
    margin-top: 32px;
}

.demand-column .demand-title {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 0 0 25px;
}

.demand-column .demand-title h4 {
    font-size: 24px;
    color: #205BBB;
    margin-left: 16px;
}

.demand-column .demand-table-items {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-bottom: 24px;
}

.demand-column .demand-table-items.demand-table-potion {
    align-items: baseline;
}

.demand-column .demand-table-items span {
    font-size: 22px;
    line-height: 33px;
    width: 130px;
    text-align: right;
}

.demand-column .demand-table-items span p {
    padding-left: 12px;
    display: inline-block;
    background-image: url(../img/icon_59.png);
    background-position: top 8px left;
    background-repeat: no-repeat;
}

.demand-column .demand-table-area {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.demand-column .demand-table-type label {
    font-size: 22px;
    line-height: 33px;
    display: flex;
    align-items: center;
    margin-right: 24px;
    margin-bottom: 0;
}

.demand-column .demand-table-type input {
    width: 22px;
    height: 22px;
    margin: 0 12px 0 0;
    cursor: pointer;
}

.demand-column .demand-table-input {
    width: 529px;
    height: 52px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    padding: 12px 24px 13px;
}

.demand-column .demand-table-input input {
    border: none;
    outline: none;
    font-size: 18px;
    line-height: 27px;
    width: 420px;
}

.demand-column .demand-table-select select {
    width: 529px;
    height: 52px;
    border: 1px solid #DCDFE6;
    border-radius: 4px;
    padding: 12px 24px 13px;
    outline: none;
    background-image: url(../img/icon_56.png);
    background-position: right 16px center;
    background-repeat: no-repeat;
    appearance: none;
    background-size: 24px;
    font-size: 18px;
}

.demand-column .demand-table-textarea textarea {
    width: 966px;
    height: 245px;
    padding: 12px 16px 16px 24px;
    font-size: 18px;
    border: 1px solid #DCDFE6;
    outline: none;
    border-radius: 4px;
}

.demand-column .demand-table-code input {
    width: 529px;
    height: 52px;
    border: 1px solid #DCDFE6;
    padding: 12px 24px 13px;
    color: #C0C4CC;
    font-size: 18px;
    line-height: 27px;
    outline: none;
    border-radius: 4px;
}

.demand-column .demand-table-code .demand-code {
    width: 108px;
    height: 52px;
    margin-left: 13px;
}

.demand-column .basic-info {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.demand-column .basic-info .basic-info-input {
    margin-left: 75px;
}

.demand-column .basic-info .basic-info-input:first-child {
    margin-left: 0;
}

.demand-column .basic-info label {
    font-size: 22px;
    line-height: 33px;
    color: #333;
    font-weight: 400;
    margin-right: 24px;
    margin-bottom: 0;
    padding-left: 12px;
    background-image: url(../img/icon_59.png);
    background-position: top 8px left;
    background-repeat: no-repeat;
}

.demand-column .basic-info input {
    width: 390px;
    height: 52px;
    padding: 12px 24px 13px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-color: #F5F7FA;
    border-radius: 4px;
    font-size: 18px;
}

.demand-column .demand-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 46px;
}

.demand-column .demand-blocks input {
    width: 20px;
    height: 20px;
    border: 1px solid #DCDFE6;
    outline: none;
    margin-right: 20px;
    cursor: pointer;
}

.demand-column .demand-blocks .demand-text {
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

.demand-column .demand-blocks a {
    color: #205BBB;
}

.demand-column .demand-blocks span {
    font-size: 14px;
    color: #333;
    line-height: 21px;
    padding-left: 16px;
    background-image: url(../img/icon_57.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.demand-column .demand-submit {
    width: 382px;
    height: 52px;
    background-color: #205BBB;
    border-radius: 4px;
    font-size: 20px;
    margin: 61px auto 54px;
    display: block;
    outline: none;
    color: #fff;
    border: none;
}

.demand-column .demand-table-items.demand-table-annex {
    align-items: baseline;
}

.demand-column .demand-table-items .demand-annex-wrap {
    display: block;
}

.demand-column .demand-table-items .demand-annex-wrap .addannex {
    cursor: pointer;
}

.demand-column .demand-table-items .demand-annex-wrap p {
    margin-top: 8px;
    font-size: 14px;
    color: #999;
    line-height: 21px;
}

.demand-column .demand-table-items .demand-annex-wrap .file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.demand-column .demand-table-items .demand-annex-wrap .file-item .file-title {
    font-size: 16px;
}

.demand-column .demand-table-items .demand-annex-wrap .file-item .file-remove {
    cursor: pointer;
    width: 25px;
    height: 25px;
    color: #333;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    background-color: #ccc;
}

.demand-column .demand-user {
    margin-top: 60px;
}

/**********************我要咨询****************************/
.prove {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(51, 51, 51, 0.6);
    z-index: 9999;
}

.prove .prove-body {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 1290px;
    transform: translate(-50%, -50%);
    content: '';
    background-color: #fff;
    z-index: 999;
    padding: 40px 60px 36px;
    background-image: url(../img/icon_60.png);
    background-position: top center;
    background-repeat: no-repeat;
}

.prove .prove-body h3 {
    text-align: center;
    margin: 0;
    font-size: 36px;
    line-height: 54px;
    color: #333;
}

.prove .prove-body span {
    display: block;
    font-size: 18px;
    line-height: 27px;
    color: #333;
    margin-top: 40px;
}

.prove .prove-article {
    margin-top: 40px;
    max-width: 918px;
}

.prove .prove-article p {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin-top: 32px;
}

.prove .prove-article p:first-child {
    margin-top: 0;
}

.prove .prove-body .read {
    margin: 94px auto 0;
    background-color: rgba(32, 91, 187, 0.6);
    border-radius: 4px;
    width: 185px;
    height: 52px;
    line-height: 52px;
    color: #fff;
    display: block;
    border: none;
    outline: none;
}

.prove .prove-body .read.on {
    background-color: rgba(32, 91, 187, 1);
}

.loading {
    padding: 50px;
    color: #666;
    font-size: 18px;
    text-align: center;
}

.satisfied-suggest {
    width: 400px;
    margin: 30px auto 0;
}

.satisfied-suggest label {
    display: block;
    width: 100%;
}

.satisfied-suggest textarea {
    outline: none;
    width: 100%;
    padding: 15px;
    border: 1px solid #ccc;
    font-weight: normal;
    font-size: 18px;
}

.order-result-list a {
    text-decoration: none;
}

.order-result-list a:hover {
    color: #2D71E0;
}

.order-result-list .order-result-item {
    padding: 20px 15px;
    border-bottom: 1px solid #eee;
}

.order-result-list .order-result-title {
    font-size: 18px;
    font-weight: bold;
}

.order-result-list .order-result-content {
    font-size: 16px;
    padding: 15px 0;
}

.order-result-list .order-result-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-result-list .order-result-code {
    color: #999;
    font-size: 16px;
}

.order-result-list .order-result-status {
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    background-color: #f59800;
}

.order-result-list .order-result-status.order-result-status-resp {
    background-color: #32bd29;
}

.order-result-list .order-result-status.order-result-status-done {
    background-color: #32bd29;
}
