* {
    margin: 0;
    padding: 0
}

.login {
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-color: #313131;
    display: flex;
    align-items: center;
    justify-content: center
}

img{
    width: 35px;
    line-height: 35px;
    height: 35px;
    padding-bottom: 5px;
    padding-right: 5px;	
}

.global-intro{
	padding: 10px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.login>.root {
    position: absolute;
    width: 800px;
    height: 450px;
    transition: all 0.3s;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 21%), -3px -3px 10px #0000001f;
    border-radius: 8px;
    overflow: hidden;
    display: flex
}

.login>.root .left {
    transition: all 0.3s;
    position: relative;
    width: 400px;
    background: linear-gradient(0deg, #3a485a 0%, #607089 100%);
    padding: 40px
}

.login>.root .left>.cover {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.login>.root .right {
    transition: all 0.5s;
    min-width: 250px;
    width: 400px;
    display: flex;
    flex-direction: column;
    background: #fbfbfb;
    padding: 40px
}

.login>.root .right>h2 {
    margin: 40px 20px 0px;
    text-align: center;
    font-size: 32px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 48px
}

.login>.root .right>h2:hover {
    color: #0088ea
}

.login>.root .right .login_frame {
    display:block;
    justify-content: center
}

.login>.root .right .login_box {
    margin-top: 10px;
    opacity: 1;
}

.login>.root .right .login_box>h4 {
    width: 300px;
    height: 24px;
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #16baaa;
    line-height: 24px
}

.login>.root .right .login_box>h6 {
    margin-top: 10px;
    width: 411px;
    height: 24px;
    font-size: 16px;
    font-family: Helvetica Neue-常规体, Helvetica Neue;
    font-weight: normal;
    color: #323232;
    line-height: 24px;
    margin-bottom: 30px
}

.login>.root .right .login_box>form>.inp {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column
}

.login>.root .right .login_box>form>.inp>.label {
    height: 16px;
    font-size: 12px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 16px;
    margin-bottom: 5px
}

.login>.root .right .login_box>form>.inp>input {
    width: calc(100% - 30px);
    height: 35px;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    outline: none;
    border: 1px solid #bfbfbf;
    padding: 0px 15px
}

.login>.root .right .login_box>form>.submit {
    margin-top: 25px
}

.login>.root .right .login_box>form>.submit>input {
    width: 100%;
    height: 40px;
    background: #0088ea;
    outline: none;
    border: 1px solid #0088ea;
    border-radius: 8px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #ffffff
}

footer {
    position: fixed;
    z-index: 9;
    bottom: 5px;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #c8c8c8
}

footer>img {
    margin-right: 5px;
    width: 15px;
    height: 15px
}

.left h2 {
    font-size: 28px;
    margin: 5px 0;
    color: #fff;
    font-family: cursive;
    margin-left: -12px;
    transform: rotateY(18deg) rotateX(346deg);
    transform-style: preserve-3d;
    text-shadow: 4px 4px 0 #000, 3px 2px 0 #000;
}

.left p {
    font-size: 13px;
    line-height: 1.9;
}

.left-bottom {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 40px;
    color: #fff;
}

.left-bottom a {
    color: #FFA15D;
    cursor: pointer;
}

.ysjbq {
    position: absolute;
    right: -20px;
    top: 5px;
    padding: 0; 
    text-align: center;
    background-color: #FFA15D; 
    transform: rotate(45deg);
    width: 74px; 
    height: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease; 
}


.ysjbq:hover {
    background-color: #ff7a18;
    transition: background-color 0.3s ease; 
}

.ysjbq a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
    transform: none;
    line-height: 24px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 16px;
}

.ysjbq a:hover {
    color: #b11212;
    transition: color 0.3s ease; 
}

.layui-input {
    display: block;
    width: 100%;
    padding-left: 25px!important;
}

.layui-btn {
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    line-height: 38px;
    border: 1px solid transparent;
    padding: 0 2px!important;
    background-color: #16baaa;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    width: 84px;
}

.layui-elem-field legend {
    margin-left: 20px;
    padding: 0 10px;
    font-size: 22px!important;
    color: #16baaa;
    font-weight: 500;
}

.layui-elem-field{
    border-color: #dfdfdf!important;
}	

@media screen and (max-width:800px) {
	html, body {
		width: 100%;
		height: 100%;
	}
	
	.login {
        width: 100%; 
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;

   }
	
	.login .left {
        display:none
    }


    .login>.root {
        width: 85%;
    }

    .layui-input{
        border-color: #eee;	
    }
    
    .login>.root .right {
        transition: all 0.5s;
        min-width: 150px;
        width: 100%;
        display: flex;
        flex-direction: column;
        background: #fbfbfb;
        padding: 40px 30px;
    }
    
    .login>.root {
    	height: 400px;
    }

}