*{margin: 0; padding: 0; border: 0; cursor: default; font-size: 16px; box-sizing: border-box;}
html,body{width: 100%; height: 100%; font-family: "Microsoft YaHei"; color: #333; overflow: hidden;}
ul li{list-style: none;}
input,select,textarea{outline: none; font-size: 1rem; font-family: "Microsoft YaHei";}
a,s{text-decoration: none; color: inherit;}
i,em{font-style: normal;}
::placeholder{color: #999;}
.clear{clear:both}
/* 去除input历史记录背景色 */
input:-webkit-autofill {
 -webkit-box-shadow: 0 0 0px 1000px transparent inset!important;/*白色*/
 -webkit-text-fill-color: #333;/*字体颜色*/
 transition: background-color 50000s ease-in-out 0s;
 -webkit-text-fill-color: unset;
}
@font-face{font-family: "ysbth"; src: url('../fonts/ysbth.ttf') format('truetype');}

/*滚动条样式*/
::-webkit-scrollbar{width: 8px; height: 8px;}
::-webkit-scrollbar-thumb{border-radius: 10px; background: #1b81ff;}/*定义滑块*/
::-webkit-scrollbar-track{border-radius: 10px; background: #bfbfbf;}/*定义滚动条轨道*/

/* 兼容小屏代码 */
@media only screen and (min-width:1601px) and (max-width:1920px) {
  .webbg{zoom:1;-moz-transform: scale(1);-moz-transform-origin: 0 0}
}
@media only screen and (min-width:1441px) and (max-width:1600px) {
 .webbg{zoom:0.83;-moz-transform: scale(0.83);-moz-transform-origin: 0 0}
}
@media only screen and (width:1440px){
 .webbg{zoom:0.81;-moz-transform: scale(0.81);-moz-transform-origin: 0 0}
}
@media only screen and (min-width:1366px) and (max-width:1439px) {
 .webbg{zoom:0.71;-moz-transform: scale(0.71);-moz-transform-origin: 0 0}
}
@media only screen and (max-width:1365px) {
 .webbg{zoom:0.65;-moz-transform: scale(0.65);-moz-transform-origin: 0 0}
}

/* 登录 */
.login_content{width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; position: relative;
				background: #0070f6 url(../images/dl.jpg) left bottom no-repeat; background-size: 100%; background-attachment: fixed;}
.toptit{margin: 5% auto 10px auto; display: flex; flex-direction: column; align-items: center; justify-content: center;}
.toptit span{letter-spacing: 2px; font-size: 5rem; color: #fff; font-family: "ysbth"; text-shadow: 0 3px 8px rgba(0,0,0,0.25);}
.toptit img{margin-top: -50px;}

.logcon{margin: 0 auto; padding: 20px 40px; width: 400px; min-height: 350px; border-radius: 3px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,0.25);}
.logcon form{width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; position: relative; z-index: 1;}
.logtit{width: 100%; font-size: 1.5rem; color: #0f82fb; text-align: center; text-shadow: 0 3px 3px rgba(0,0,0,0.2);}
.logedit{width: 100%; margin-top: 20px;}
.logedit input{border: solid 1px #ccc; border-radius: 3px; padding-left: 28px; width: 100%; height: 40px; font-size: 0.937rem;}
.logedit input:focus{border-color: #368ae2;}
.logedit.user input{background: url(../images/user_icon.png) 5px center no-repeat;}
.logedit.psw input{background: url(../images/psw_icon.png) 5px center no-repeat;}

.logbtn{margin: 30px auto 0 auto; width: 230px; height: 40px; line-height: 40px; border-radius: 50px; background: #0064ff;
		font-size: 1.062rem; color: #fff; letter-spacing: 2px; text-align: center; cursor: pointer;}
.logbtn:hover{background: #0077ff;}

/* 背景动效 */
#particles-js,#parallax,.layer,.some-space,.some-more-space{width: 100%; height: 100%; position: fixed; left: 0; top: 0;}
#particles-js{opacity: 0.6;}

/*登录样式*/
.login_tab_txt4 {width: 100%;height: 52px;line-height: 52px;background: #0066ef;border-radius: 6px;border: none;font-size: 22px;color: #FFFFFF;text-align: center;cursor: pointer;margin-top: 20px;outline: none;}

.yz_div:hover .login_tab_txt3 {
 background: url(../images/login_icon3_h.png) center center no-repeat;
}
.login_tab_txt3 {
 background: url(../images/login_icon3.png) center center no-repeat;
 width: 22px;
 height: 24px;
 position: absolute;
 left: 18px;
 top: 10px;
}


