* {
    outline-width: 0;
    font-family: "Nunito" !important;
}

body {
    min-height: 100vh;
    width: 100vw;
    background: url("../../../images/background_6.jpg") center/cover fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

#formContainer {
    display: flex;
    transition: 0.3s ease;
    height: 416.5px;
    transition-delay: 0s;
}

#formContainer.toggle {
    height: 830px;
    transition: 0.3s ease;
    transition-delay: 0s;
}

/*transition: 0.3s ease;*/

#formContainer .formRight form{
    padding: 20px 70px 20px 70px;
    transition: 0.3s ease;
}

#formContainer.toggle .formRight form{
    padding: 10px 70px 10px 70px;
    transition: 0.3s ease;
}

#formContainer.toggle header{
    display: none;
}

.layui-upload{
    position: relative;
}


.formRight form section .layui-upload button.layui-btn{
    width: 30%;
    font-size: 14px;
}
.formRight form section .layui-upload-list{
    position: absolute;
    right: 0;
    top: -30px;
}

.formRight form section .layui-upload-list img{
    height: 100px;
    object-fit: cover;
}


.formRight .conformityCertificate{
    height: 115px;
}


.layui-upload-drag{
    box-sizing: border-box;
    width: 100%;
}

#formContainer.toggle .formRight form section label .layui-upload-drag p{
    color: #2E2D3C;
}

.formLeft {
    background: #fff;
    border-radius: 5px 0 0 5px;
    padding: 10px 30px 85px 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.formLeft img {
    display: block;
    width: 100px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.formRight {
    position: relative;
    overflow: hidden;
    border-radius: 0 5px 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 100px; */
}

.formRight:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: url("../images/background_5.jpg") center/cover fixed;
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
    filter: blur(5px);
}

.formRight form {
    position: relative;
    width: 690px;
    padding: 70px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.9rem;
}
.formRight form header {
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.formRight form header h1 {
    margin: 0;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formRight form header p {
    margin: 5px 0 0;
    opacity: 0.5;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formRight form section label {
    display: block;
    margin-bottom: 12px;
    position: relative;
}
.formRight form section label p {
    color: #fff;
    margin: 0 0 7px 0;
    font-weight: 600;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.formRight form section label input {
    width: 100%;
    display: block;
    border: none;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 0 10px;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
}

.formRight form section label input:focus~.border {
    transform: scale(1, 1);
}
.formRight form section label input:not(:-moz-placeholder-shown)~.border {
    transform: scale(1, 1);
}
.formRight form section label input:not(:-ms-input-placeholder)~.border {
    transform: scale(1, 1);
}
.formRight form section label input:not(:placeholder-shown)~.border {
    transform: scale(1, 1);
}
.formRight form section label .border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transition: 0.2s ease;
}

.formRight form section label:last-child {
    margin-bottom: 0;
}
.formRight form section button {
    background: #00897B;
    border: none;
    width: 100%;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    line-height: 1.15;
    height: auto;
    font-size: 1rem;
}
.formRight form section button:hover {
    background: #007f72;
    border: 0;
}
.formRight form footer {
    margin-top: 15px;
    display: flex;
}
.formRight form footer button {
    background: transparent;
    padding: 0;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    flex: 1;
    opacity: 1;
}
.formRight form footer button:hover {
    opacity: 1;
}
.formRight form.otherForm {
    top: 0;
    left: 0;
    position: absolute;
    background: #fff;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 0;
    padding: 25px 0;
    transition: 0.2s ease;
    transition-delay: 0.2s;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.formRight form.otherForm header {
    color: #000;
    opacity: 0;
    transition: 0.2s ease;
    transition-delay: 0s;
}
.formRight form.otherForm p {
    color: #000;
}
.formRight form.otherForm section {
    opacity: 0;
    transition: 0.2s ease;
    transition-delay: 0s;
}
.formRight form.otherForm footer {
    border-top-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
}
.formRight form.otherForm footer button {
    color: #000;
}
.formRight form.otherForm input {
    border-color: rgba(0, 0, 0, 0.1);
    color: #000;
}
.formRight form.otherForm .border {
    background: #000;
}
.formRight form.otherForm.toggle {
    width: 100%;
    padding: 25px;
    transition-delay: 0s;
}
.formRight form.otherForm.toggle header,
.formRight form.otherForm.toggle section,
.formRight form.otherForm.toggle footer {
    opacity: 0;
    transition-delay: 0.3s;
}
.formBottom {

}
.formRight form section button.upload{
    width: 20%;
}


/*登录页*/
.layui-form-item .layui-input-inline{
    float: left;
    width: 120px;
    margin-right: 10px;
}
.layui-input, .layui-select, .layui-textarea{
    height: 34px;
}
.layui-form-select dl dd, .layui-form-select dl dt{
    line-height: 32px;
}

body .layui-layer-tips .layui-layer-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 8px 15px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgb(255 174 0);
    background-color: #ff5722;
    color: #fff
}

html body .layui-layer-tips i.layui-layer-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #ff5722
}
