html,body{
	font-size: 14px;font-family: "PingFang";
    height: 100%;
    background: linear-gradient(-126deg, #0060FF 0%, #189BFF 100%);
}
[v-cloak]{display: none;}
body,input,h1,h2,h3,h4,h5,h6,p,textarea,table,div,ul,li,select,span{margin:0;padding:0;color:inherit;line-height: inherit;}
img{border:0;display: inline-block;max-width:100%;vertical-align: middle;}
[v-cloak]{display: none;}
.fl{float:left;}
.fr{float:right;}
ul,li{ list-style:none; }
a{ text-decoration:none; color:inherit;}
:focus{outline:none!important;border-color:inherit;}
.clearfix{*zoom: 1;}
.clearfix:before,.clearfix:after
{display: table;line-height: 0;content: "";}
.clearfix:after{clear: both;}
table{border-collapse:collapse;border-spacing:0;width:100%}
p{font-size:inherit;}
h3,h4,h5,h6{font-weight: normal;}
em,i{font-style:normal;}
*{box-sizing:border-box;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none;}
textarea {-webkit-appearance: none;}   
.bold{font-weight: bold;}
.center{text-align: center;}
.img{width: 100%;display: block;}
.ellipsis{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ele{position:relative;}
.ele:before,.ele:after{content:'';position:absolute;display: block;}
.ipt{display: block;width: 100%;border:none;background: transparent;}
a,a:hover,a:active,a:visited,a:link,a:focus{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline:none;text-decoration: none;}
#app{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    justify-content: space-between;
    padding:0 10%;
   
    width: 100%;
    height: 100%;
   color: #919191;
   background: url('/static/images/admin//bg.svg')no-repeat center center;
   background-size:cover;
   background-attachment: fixed; 
}
.left {
    width: 50%;
}
.left img{
  width: 90%;
}
[v-cloak]{
    display: none;
}
.login{
 margin-top: 10%;
 background: rgba(255,255,255,0.12);
 padding: 0 22px 23px 21px;
 margin-bottom: 20px;
}
.login .names{
    font-size: 34px;
    padding: 43px 0 41px 0;
    color: #FFFFFF;
    text-align: center;
}
.logins{
    background: #FFFFFF;
    height: 362px;
    width: 457px;
    margin-bottom: 28px;
}
.title{
    color: #549FFF;
    text-align: center;
    padding-top: 38px;
    margin-bottom: 36px;
    padding-left: 60px;
    padding-right: 59px;
    font-size: 18px;
}
.content{
    padding-right: 60px;
    padding-left: 60px;
}
.formRow {
    width: 100%;
    text-align: center;
}
.formRow :nth-of-type(1){
    margin-bottom: 24px;
}
.formRow input.text {
    width: 100%;
    padding: 0 5% 0 34px;
    height: 40px;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #D9D9D9;
    
}
.formRow input.user {
    background: #FFFFFF url(/static/images/admin//user.svg) 12px center no-repeat;
}
.formRow input.pwd {
    background: #FFFFFF url(/static/images/admin//pas.svg) 12px center no-repeat;
}
.tip {
    text-align: right;
    width: 50%;
    cursor: pointer;
}
.remember {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.remember input{margin-right: 2px;width: 16px;cursor: pointer;}
input::-webkit-input-placeholder{
    color: #919191;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #919191;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #919191;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color: #919191;
}
input.btn {
    width: 100%;
    height: 40px;
    border: 0;
    border-radius: 5px;
    background: #549FFF 100%;
    font-size: 16px;
    color: #FFF;
    margin-top: 14px;
    margin-bottom: 14px;
}
.formRowTip{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.formRowTip.formRow :nth-of-type(1){
    margin-bottom: 0;
}
.el-dropdown-link{
    color: #549FFF;
}  
