*{
    box-sizing:border-box;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    height:100%;
}

body {
	height: 100%;
	font-size: 0.875rem;
	font-family: 'Microsoft-Yahei','Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.6;
	color: #677788;
	text-align: left;
	overflow: hidden;
}

h2 {
	color: #1e2022;
	font-size: 1.25rem;
	font-weight: 600;
}

h3 {
	font-size: 0.875rem;
	font-weight: 400;
	color: #677788;
}

a {
	text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0069d9;
    text-decoration: none;
}

label {
    display: block;
    color: #1e2022;
    font-size: 0.875rem;
	margin-bottom: .5rem;
}
.containers{
    height: 100%;
}
.allLogin{
   /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;*/
}
.loginBg{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    z-index:0;
    pointer-events: none;
}
.loginBg img{
    display:block;
    width:100%;
    height: 100%;
    object-fit: cover;
}
h3{
    position:relative;
    z-index:5;
    width:100%;
    height: 25vh;
    text-align:center;
    line-height:8vh;
    /*text-shadow: 0px 4px 8px rgb(0 126 255 / 85%), 0px -4px 8px rgb(0 126 255 / 85%), -4px 0px 8px rgb(0 126 255 / 85%), 4px 0px 8px rgb(0 126 255 / 85%);*/
    color: #50c4f6;
    letter-spacing: 0.3vw;
    font-size: 3.0vw;
    margin:10px 0 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
h3 b{
    background-image:-webkit-linear-gradient(90deg,#50c4f6 0%,#baeaff 40%,#baeaff 60%,#50c4f6 100%);
    background-image:-webkit-linear-gradient(90deg,#c6e8ff 0%,#f0faff 40%,#d5f2ff 60%,#caeaff 100%);
    -webkit-text-fill-color: #fdfeff;
    -webkit-background-clip: text;
    text-shadow:1px 2px 2px #0055cb8f;
}
h3 .logo{
    display: flex;
    line-height: 8vh;
    height:3.6vw;
    align-items: center;
    margin-right: 0.5vw;
}
h3 .logo img{
    width:100%;
    display:inline-block;
    height: 100%;
    object-fit: contain;
}
.appLoad{
    position:fixed;
    right:10px;
    top:10px;
    z-index:10;
    cursor:pointer;
}
.appLoad p{
    font-size: 12px;
    text-align: center;
    margin: 5px 0;
    color:#fff;
}
.appLoad .appCode{
    width:72px;
    padding:3px;
    border-radius:5px;
    background:#fff;
}
.appLoad img{
    display:block;
    width:100%;

}
.img_bgmask .close_bgmask{
    opacity:0;
}
.img_bgmask .view_img_wrap{
    margin-top:0!important;
    margin-left:0!important;
    width:300px!important;
    transform: translate(-50%,-50%);
}
.img_bgmask .view_img_wrap img{
    max-width:300px;
    max-height:300px;
}
.fixed{
    position:fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:30vw;
    z-index:10;
}
.loginBox{
    position: relative;
    overflow: hidden;
    width: 25vw;
    margin: 0 auto;
    padding: 40px 60px;
    background: rgb(255 255 255 / 90%);
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 20px 10px rgba(0,0,0,.15);
    box-shadow: 0 2px 20px 10px rgba(0,0,0,.15);
    box-sizing: border-box;
}

.loginBox form{

}

.form-group{
    position: relative;
    margin: 3vh 0;
    width: auto;
    background: #f7f7f7;
    border-radius: 5vw;
    border: #dfdfdf 1px solid;
    font-size: .8vw;
    height: 2.8rem;
    line-height: 2.8rem;
    -webkit-transition: background-color 50000s ease-in-out 0s;
    transition: background-color 50000s ease-in-out 0s;
    overflow:hidden;
    display:flex;
}
.form-group .fa{
    position:absolute;
    width: 2.7rem;
    height: 2.8rem;
    text-align: center;
    line-height: 2.8rem;
    font-size: 1.3rem;
    /* background: #1793cb; */
    color:#fb2a16;
    border-radius: 0.3vw 0 0 0.3vw;
    /*border-right: 0.2vw solid #031e2c;*/
    z-index:10;
}
.form-control{
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    padding: 0.5rem 0.5rem;
    padding-left:2.5rem;
    border:none;
    border-radius:0vw!important;
    font-size:0.95rem;
    border:0px solid rgb(121 176 249 / 70%);
    background: #ffffff00;
    color: #333;
    height:2.8rem;
    flex-grow: 1;
}
input.form-control::-webkit-input-placeholder {  /* WebKit browsers*/
    color:#999999e6;
}
 input.form-control:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/
    color:#999999e6;
}
input.form-control::-o-input-placeholder {  /* Mozilla Firefox 19+*/
    color:#999999e6;
}

input.form-control:-ms-input-placeholder { /* Internet Explorer 10+*/
    color:#99999e6;
}
input.form-control:input-placeholder { /* Internet Explorer 10+*/
    color:#999999e6;
}
.form-control:focus{
    background-color: #ffffff00;
    color: #606266;
    outline: 0;
    box-shadow: none;
}
.input-group {
    margin-bottom: 1rem;
}
.input-group.form-group input.form-control{
    width: calc(100% - 130px);
    margin-left: 0!important;
    flex-grow: 1;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
    margin-left:0;
    border-radius:.25rem;
}

.form-check {
    position: relative;
}

.form-check input[type='checkbox'] {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.3rem;
    opacity: 0;
}

.nm-check {
    cursor: pointer;
}

.nm-check::before {
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: absolute;
    top: 0.1875rem;
    left: 0rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #d6dbeb solid 0.0625rem;
}

.nm-check::after {
    position: absolute;
    top: 0.1875rem;
    left: 0rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
}

.form-check input:checked ~ .nm-check::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}

.form-check input:checked ~ .nm-check::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.btn-primary {
    color: #fff;
    background-color:#da3a32;
    border-color:#da3a32;
    border-radius:30vh;
    font-size:1.15rem;
    font-weight:400;
    margin: 3vh 0;
    width: -webkit-fill-available;
    width: -moz-available;
    border:none;

    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 0.5rem 1rem;
    line-height: 1.6;
    width: 100%;
}
.btn-primary:hover {
    background-color: #eb3c33;
    border-color: #eb3c33;
}
.nm-btn-1:focus,.nm-btn-1:active {
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none;
}
.input-group-text{
    border-radius: 0rem!important;
}
.nm-hvr {
    transition: all 0.2s ease-in-out;
}

.nm-hvr:hover {
    transform: translateY(-3px);

}

input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill,
input:-webkit-autofill:hover,textarea:-webkit-autofill:hover,select:-webkit-autofill:hover,
input:-webkit-autofill:focus,textarea:-webkit-autofill:focus,select:-webkit-autofill:focus{
    -webkit-text-fill-color: #606266 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent!important;
    background-image: none;
    transition: background-color 99999s ease-in-out 99999s;
    -webkit-transition: background-color 99999s ease-in-out 99999s;
    -webkit-transition-delay: 99999s;
    transition-delay: 99999s;
}
input:-internal-autofill-selected {
    /* -webkit-text-fill-color: transparent!important; */
    transition: background-color 99999s ease-in-out 99999s!important;
    -webkit-transition: background-color 99999s ease-in-out 9999s!important;
    background-color: transparent!important;
    background-image: transparent !important;
    color: -internal-light-dark-color(black, white) !important;
}
input:autofill{
    background:transparent;
}

@media only screen and (max-width: 1200px) {
    h3 {
        font-size: 28px;
    }
    h3 .logo{
        height:3vh;
    }
    .loginBg img{
        width:auto;
        height:100%;
    }
    .loginBox{
        padding:2vh;
        width:90%;
    }
    .form-group{
        height:fit-content;
    }
    .form-control{
        padding:0.5rem 1rem 0.5rem 2.5rem;
    }
}


