body,
div {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.x-content {
    width: 100%;
    float: left;
    background-color: #fff;
}

.x-content .wrap {
    width: 800px;
    margin: 0px auto;
    position: relative;
}

.x-content .wrap .box {
    max-width: 800px;
}

.text-left {
    color: rgb(2, 45, 109);
    text-align: left !important;
}

.text-left .my-4 {
    font-size: 36px;
    margin-bottom: 1.5rem !important;
    color: rgb(2, 45, 109);
    margin-top: 1.5rem !important;
}

.px-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}

.imgSize {
    width: 332px;
    height: 215px;
    cursor: pointer;
    vertical-align: middle;
    border-style: none;
}

.mt-3 {
    margin-top: 1rem !important;
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    width: 332px;
    background-color: rgb(0, 51, 153);
    color: white;
    -webkit-appearance: button;
    outline: none;
    border-radius: 0;
    padding: 10px 20px;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 14px;
    border: none
}

.el-input {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.el-input--medium {
    font-size: 14px;
}

.el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px;
    padding: 0 10px !important;
    border-radius: 0 !important;
    webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    outline: 0;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    width: 100%;
}

.mb-2 {
    margin-bottom: .5rem;
}

.my-4 {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.my-2 {
    margin-bottom: .5rem;
    margin-top: .5rem;
}
.my-3{
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.message{
    position: absolute;
    z-index: 9999;
    top: -70vh;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    width: fit-content;
    height: fit-content;
    padding: 10px 50px;
    border-radius:5px ;
}