﻿@charset "UTF-8";
/* Scss Document */
/*全局样式.开始*/
html {
    height: 100%;
}

body {
    height: 100%;
    color: #000;
    font-size: 14px;
    font-family: "Microsoft YaHei","微软雅黑,Arial","PingFang SC","Helvetica Neue",Helvetica,"Hiragino Sans GB","sans-serif";
    background: #f9f9f9;
}

button, input, select, textarea {
    font: 16px Verdana,Helvetica,Arial,sans-serif;
}

li, ol, ul, dl, dt, dd {
    list-style: none;
}
h3 {
    font-size: 1.17em;
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

[v-cloak] {
    display: none;
}

.wrapper {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 100%;
}

.page-container {
    background-position: top left;
    background-repeat: repeat-x;
    background-size: contain
}

.page-header {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

    .page-header .el-image {
        overflow: unset;
    }

    .page-header img, .page-footer img {
        max-height: 520px;
        border-radius: 5px;
    }


.page-footer {
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    text-align: center;
    padding: 0;
    margin: 0;
}

    .page-footer .el-image {
        overflow: unset;
    }




.form-body {
    width: 800px;
    margin: 0 auto;
    margin-top: 20px;
}

.form-footer {
    width: 100%;
    text-align: center;
    color: #999;
    padding: 20px;
    font-size: 14px;
    color: #999;
}

.form-content {
    width: 100%;
}

    .form-content p {
        font-size: 16px;
        line-height: 120%;
    }

        .form-content img,
        .form-content p img {
            max-width: 550px !important;
            margin: 0 auto !important;
            font-size: 16px;
        }



.page-title {
    font-size: 28px;
    text-align: center;
    width: 100%;
}

.el-scrollbar {
    overflow: hidden;
    position: relative;
}

    .el-scrollbar:active > .el-scrollbar__bar,
    .el-scrollbar:focus > .el-scrollbar__bar,
    .el-scrollbar:hover > .el-scrollbar__bar {
        opacity: 1;
        -webkit-transition: opacity 340ms ease-out;
        transition: opacity 340ms ease-out;
    }

.el-scrollbar__wrap {
    overflow: auto !important;
    height: 100%;
}

.is-horizontal {
    display: none !important;
}

.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none;
}

    .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: #ffc107 !important;
    -webkit-transition: 0.3s background-color;
    transition: 0.3s background-color;
}

    .el-scrollbar__thumb:hover {
        background-color: #ffc107 !important;
    }

.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 120ms ease-out;
    transition: opacity 120ms ease-out;
}

    .el-scrollbar__bar.is-vertical {
        width: 6px;
        top: 2px;
    }

        .el-scrollbar__bar.is-vertical > div {
            width: 100%;
        }

    .el-scrollbar__bar.is-horizontal {
        height: 6px;
        left: 2px;
    }

        .el-scrollbar__bar.is-horizontal > div {
            height: 100%;
        }

.el-form-item {
    margin-bottom: 15px !important;
}

.el-form-item__label {
    line-height: 24px !important;
    font-size: 16px !important;
    color: #000 !important;
    text-align: left !important;
}


.el-form-item__content {
    line-height: 110% !important;
}

.el-checkbox, .el-radio {
    display: inline-flex;
    position: relative;
    align-items: center;
    white-space: normal;
}

.submit-container {
    width: 100%;
    text-align: center;
}

.btn-submit {
    width: 150px;
}


.container-border {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dcdfe6;
    border-radius: 5px;
    padding: 5px 10px;
}

.container-border-flex {
    width: 100%;
}

.el-form-item.is-error .container-border {
    border-color: #f56c6c;
}


.ticket-container {
    width: 100%;
    border: 1px solid #dcdfe6;
    background: #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    padding: 5px;
}

.el-form-item.is-error .ticket-container {
    border-color: #f56c6c;
}

.select-container {
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.el-form-item.is-error .select-container,
.el-form-item.is-error .select-search-container {
    border-color: #f56c6c;
}

.el-select-dropdown__item {
    color: #000;
    font-size: 16px;
}

.el-input__inner,
.el-select:hover .el-input__inner {
    color: #000;
    font-size: 16px;
}

.el-divider__text {
    font-size: 16px !important;
    color: #000 !important;
}

.el-checkbox__label {
    font-size: 16px !important;
}

.list-file-container {
    width: 100%;
    overflow: hidden;
    line-height: 100%;
    margin-bottom: 10px;
}

.list-image-container {
    width: 100%;
    overflow: hidden;
    display: inline-flex;
    line-height: 100%;
}

    .list-image-container .list-image-container_add {
        width: 100px;
        height: 100px;
        border: 1px dashed #ccc;
        border-radius: 5px;
        line-height: 100px;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
    }

        .list-image-container .list-image-container_add:hover {
            border: 1px dashed #00349a;
        }

    .list-image-container .list-image-container_image {
        width: 100px;
        height: 100px;
        border: 1px solid #efefef;
        border-radius: 5px;
        line-height: 100px;
        text-align: center;
        margin-right: 10px;
        position: relative;
        margin-bottom: 10px;
    }

.list-image-container_image img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.list-image-container_Close {
    width: 24px;
    height: 24px;
    background: #ffff;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    color: #000;
    border-radius: 0 5px 0 0;
}

    .list-image-container_Close i {
        color: #ff0000;
    }

    .list-image-container_Close:hover {
        background: #ff0000;
        color: #fff;
    }

        .list-image-container_Close:hover i {
            color: #fff;
        }


.sign-canvas-box {
    width: 100%;
    border: 2px dotted #ccc;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}

.el-form-item.is-error .sign-canvas-box {
    border-color: #f56c6c;
}

.reg-success-title {
    font-size: 24px;
    color: rgb(7,193,96);
}

.reg-error-title {
    font-size: 24px;
    color: #f56c6c;
}

.reg-success-content {
    font-size: 16px;
    line-height: 140%;
    text-align: left;
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    border: 2px rgb(7,193,96) dashed;
}

    .reg-success-content img,
    .reg-success-content p img {
        max-width: 550px !important;
        margin: 0 auto !important;
    }

.company-search-container {
    width: 100%;
    position: relative;
    display: inline-block;
}

.company-search-container_gs {
    width: 24px;
    position: absolute;
    left: 5px;
    top: 5px;
}


.select-search-container {
    width: 100%;
    position: relative;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
}

.select-box {
    width: 100%;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.select-box_close {
    display: none;
    font-weight: bold;
}

.select-box:hover .select-box_close {
    display: block;
}

.select-body {
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    border: 1px solid #999;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
    z-index: 1000;
    padding: 4px;
}

.select-body_input {
    width: 100%;
    display: flex;
}

.select-option {
    padding: 10px 5px;
    width: 100%;
    border-bottom: 1px solid #efefef;
    color: #000;
    font-size: 16px;
    display: inline-flex;
    justify-content: space-between;
}

    .select-option:hover {
        background: #f5f7fa;
        cursor: pointer;
    }

.transactionstatus {

    position: relative;
    margin: 15px 0px;
    overflow: hidden;
    display: block;
    width:100%
}

    .transactionstatus .status-icon {
        float: left;
        width: 30px !important;
        height: 30px !important;
        display: inline-block;
        margin: 25px 25px !important;
    }

    .transactionstatus .info {
        float: left;
        width: 100%;
        padding: 4.5px 0px;
        background: #fff7df;
        border: 2px solid #fcb700;
    }
        .transactionstatus .info h3{
            margin-top:10px;
            font-size:18px;
            font-weight:bold;
        }

        .within-iframe {
            background: #fff !important;
            overflow: hidden;
        }


.print-container{
    width:100%;
    padding:10px;
    position:relative;

}
    .print-container h3{
        margin-top:20px;
        font-size:24px;
        color:darkgreen;
    }

.close-circle-time{
    position:absolute;
    right:0;
    top:0;
    width:45px;
    height:45px;
    border-radius:45px;
    border:3px solid #efefef;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media (min-width: 576px) {
    .modal-dialog {
      /*  max-width: 800px;*/
        margin: 5px auto;
    }
}

/**
    移动端
*/
@media (max-width: 768px) {
    .form-body {
        border: 0;
        width: 100%;
        border-radius: 0;
        margin-top: 0;
    }

    .page-title {
        font-size: 18px;
    }

    .reg-success-title {
        font-size: 16px;
    }

    .reg-error-title {
        font-size: 16px;
    }

    .input-name {
        margin-bottom: 15px;
    }

    .page-header img, .page-footer img {
        width: 100%;
        border-radius: 0;
    }

    .reg-success-content img,
    .form-content img {
        max-width: 100%;
    }

    .btn-submit {
        width: 100%;
    }

    .el-form-item__label {
        text-align: left;
    }
}
