::-webkit-scrollbar-thumb {
 background-color: transparent;
 border-radius: 10em;
 width: 1.2vmin
}

::-webkit-scrollbar {
 width:1.2vmin;
 background-color: transparent
}

:hover::-webkit-scrollbar-track-piece {
 background-color: transparent;
 border-radius: 10em
}

:hover::-webkit-scrollbar-thumb {
 background-color: rgba(0, 0, 0, 0.2);
 border-radius: 10em
}

:hover::-webkit-scrollbar-thumb:vertical {
 background-color: rgba(0,190,250,1);
 border-radius: 10em;
 border: none
}

::-webkit-scrollbar-button, ::-webkit-scrollbar-corner {
 display: none;
 height: 0
}
* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a {
    color: inherit;
    text-decoration: none;
    color: #4f4f4f;
    cursor: pointer
}
a, button, .h {
    background: 0
}
a:hover, button:hover, .h:hover {
    -webkit-filter: brightness(1.15);
    filter: brightness(1.15);
    cursor: pointer
}
:hover {
    transition: all .5s ease
}
a:focus {
    text-decoration: none;
    outline: 0
}
ul, ol, li {
    margin: 0;
    list-style-type: none
}
body, button, input, select, textarea {
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, sans-serif;
    font-weight: 400;
    line-height: 1.45;
    margin: 0;
    color: #4f4f4f;
    border: 0;
    outline: 0;
    -webkit-text-size-adjust: none;
    position: relative;
    left: 0;
    transition: all .5s ease;
    font-size: 100%
}
button, input, select, textarea {
    font-size: 100%
}
textarea {
    resize: none
}
 a:focus, a:active, button::-moz-focus-inner, input[type='reset']::-moz-focus-inner, input[type='button']::-moz-focus-inner, input[type='submit']::-moz-focus-inner, select::-moz-focus-inner, input[type='file']>input[type='button']::-moz-focus-inner {
 border: 0;
 outline: 0
}
label {
    font-weight: normal;
    margin-bottom: 0
}
img {
    vertical-align: middle
}
i {
    font-style: normal
}
html, body {
    height: 100%;
    width: 100%;
}
.loginbg {
    content: "";
    position: fixed;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url("../img/jsbg.jpg");
    background-size: 100% 100%;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
}
.loginbx {
    background: url("../img/l-bg.png") no-repeat;
    background-size: 100% 100%;
    width: 65%;
    min-height: 22vmax;
    position: fixed;
    z-index: 1;
    padding: 2vmax 3vmax;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
	    box-shadow: rgb(0 0 0 / 80%) 0vmin 1vmin 10vmin;
}
.lo-til {
    color: #fff;
    font-size: 180%;
    letter-spacing: 0.15vmax;
    width: 100%;
    margin-bottom: 3vmin
}
.lo-til span {
    display: block;
    text-transform: uppercase;
    font-size: 45%;
    letter-spacing: 0
}
.lo-til span::before {
    content: "";
    border-top: #fff solid 0.8vmin;
    width: 3%;
    display: block;
    margin: 1vmin 0 0.5vmin 0;
}
.intxt, .yzbx, .btn-login {
    width: 48%;
}
.intxt, .yz, .yznum, .btn-login {
    margin: 1vmin 0;
    padding: 1vmin;
    height: 7.5vmin;
    background: #fff;
    overflow: hidden
}
.btn-login, .yznum {
    padding: 0;
}
.yz {
    flex: 1
}
.yznum {
    margin-left: 0.5vmin;
    background: #fff;
    width: 30%
}
.intxt input, .yzbx input {
    height: 100%;
    flex: 1;
    width: 100%
}
.intxt, .yzbx, .yz {
    display: flex;
    align-items: center;
}
.yznum img {
    width: 100%;
    height: 100%
}
.icon {
    width: 3.7vmin;
    height: 3.7vmin;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin-right: 1vmin
}
.ip {
    background-image: url("../img/ip.png")
}
.pw {
    background-image: url("../img/pw.png")
}
.yzm {
    background-image: url("../img/yzm.png")
}
.btn-login button {
    background: linear-gradient(90deg, #319cff, #1f66ff);
    color: #fff;
    width: 101.5%;
    height: 101.5%;
    object-fit: cover;
	font-size:120%;
	font-weight: 700;
}
.tips {
    padding: 1vmin;
    color: bisque;
}

@media only screen and (max-width:1920px) and (min-width: 1568px) {
body,button, input, select, textarea {
    font-size: 110%
}
}