html{
    font-family: -apple-system,BlinkMacSystemFont,"SF Pro SC","SF Pro Text","Helvetica Neue",Helvetica,"PingFang SC","Segoe UI",Roboto,"Hiragino Sans GB",arial,'microsoft yahei ui',"Microsoft YaHei",SimSun,sans-serif;
}
body,div,ul,li,p {
    padding: 0px;
    margin: 0px;
}
body{
    -webkit-overflow-scrolling: touch;
}
ul,li{
    list-style:none
}
a{
    text-decoration:none;
    cursor: pointer;
    color: #fff;
    border: none;
}
body{
    width: 100%;
    height: 100%;
}
button {
	outline:none;
}
.left{
    float: left;
}
.right{
    float: right;
}
.login-color {
	color: #1645D1;
}
.back-color {
	background: #fff;
}
.login-text-back {
	background: #F3F6FD;
}
.input-text {
	border: 0;
	outline:none;
}
.text-color {
	color: #666;
}
.btn-outline {
	border: 0;
	outline:none;
}
.btn-back {
	background: #1645D1;
}
.promit-text {
	color: #999;
}
.mouse-hover-in-animate:hover{
    z-index: 2; /*设置在顶层显示*/
    -webkit-box-shadow: 0 0px 30px 0 rgba(0,0,0,0.2);    /*添加阴影*/
    box-shadow: 0 0px 30px 0 rgba(0,0,0,0.2);
    -webkit-transform: translate3d(0, -16px, 0);     /*向上浮动*/
    transform: translate3d(0, -16px, 0);
}
.mouse-hover-show-animate{
    -webkit-transition: all .2s linear; /*渐变效果*/
    transition: all .2s ease;
    z-index: 1;
    position:relative;
}



.horizontal-flex{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

