html, body {
    font-family: 'Microsoft Yahei';
    width: 100%;
    height: 100%;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    flex-direction: column;
    font-family: "Microsoft YaHei","PingFangSC-Regular","Helvetica Neue", Helvetica, Arial,"Hiragino Sans GB","WenQuanYi Micro Hei", sans-serif;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius:5px;
}
::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
input::-webkit-input-placeholder{
    color: #999;
}
input:-ms-input-placeholder{
    color: #999;
}
input:-moz-placeholder{
    color: #999;
}
input::-moz-placeholder {
    color: #999;
}

.container{
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;

}
.container .formPart{
    display: flex;
    align-items: center;
    position: relative;
    flex-grow: 0;
    flex-shrink: 1;
    flex-direction: column;
    overflow: hidden;
}
.formPart .top{
    display: flex;
    height: 108px;
    flex-grow: 1;
}
.formPart .bottom{
    display: flex;
    height: 120px;
    flex-grow: 1;
}
.container .formPart .center{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 700px; */
}
.center .display-tip{
    width: 100%; 
    height: 40px; 
    line-height: 40px; 
    text-align: center;
}
.center .formContainer{
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    align-self: stretch;
    align-items: center;
    flex-direction: column;
    border: 1px solid #438ffa;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.formContainer .title{
    display: flex;
    height: 30px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #333333;
}
.formContainer .panel{
    display: flex;
    /*width: 300px;*/
    flex-grow: 1;
    /* flex-shrink: 0; */
    flex-direction: column;
}
.formContainer .content ~ div{
    text-align: center;
}
.inputing {
    border-bottom: 1px solid #438FFA !important;
}
.panel .code-item{
    border-bottom: none;
}
.code-item .input-code{
    display: flex;
    flex-grow: 1;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
}
.input-code .input-text{
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    color: #666666;
}
.code-item .show-code{
    display: flex;
    width: 100px;
    margin-left: 15px;
    align-items: flex-end;
    justify-content: center;
}
.show-code img{
    display: flex;
    align-self: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.btn-item{
    width: 360px;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #438ffa;
    /*margin-top: 25px;*/
    border-radius: 2px;
    cursor: pointer;
    font-size: 14px;
    border: none;
    outline: none;
}
.btn-item:hover{
    background-color: #6ba7f8;
    transition: all .2s linear;
}
.btn-item{
    display: inline-block;
    width: 140px;
    margin-left: 20px;
}
.btn-item.auth{
    margin: 0;
}
.test-tip{
    display: block;
    text-align: center;
    height: 50px;
    font-size: 14px;
}
.confirm-tip{
    font-weight: bold;
    /*line-height: 40px;*/
}
.panel .item{
    height: 45px;
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
    color: #666666;
    padding: 0 2px;
    /*border-bottom: 1px solid #d7d7d7;*/
}
.panel .item.noline{
    border: none;
}
.panel .item.active{
    border-bottom: 1px solid #438ffa;
    transition: all .2s linear;
}
.authentication .panel{
    width: 400px;
}
.item .dataCenter{
    display: flex;
    align-self: center;
}
.item .country{
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    color: #333333;
}
.item .item-label{
    line-height: 44px;
    color: #333;
    width: 50px;
    text-align: right;
}
.item .item-input{
    display: flex;
    align-self: center;
    height: 45px;
    border: none;
    outline: none;
    padding-left: 1px;
    flex-grow: 1;
    font-size: 14px;
    color: #333333;
    border-bottom: 1px solid #d7d7d7;
    padding: 0 5px;
    width: 320px;
}
.item .item-input::-webkit-input-placeholder{
    color: #ccc;
}
.item .item-input:focus{
    border-bottom: 1px solid #438ffa;
    transition: all .2s linear;
}
.item .item-input.line{
    border-left: 1px solid #cccccc;
    padding-left: 10px;
}
.item .item-title{
    display: flex;
    margin-right: 15px;
    align-items: center;
}
.item .icon-warning{
    float: right; 
    font-weight: bold; 
    display: block; 
    width: 16px; 
    height: 45px; 
    line-height: 45px;
    color: red;
    cursor: pointer;
}
.panel .slider{
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid #438ffa;
    border-radius: 2px;
    font-size: 14px;
    color: #AAAAAA;
    margin-top: 25px;
}
.slider .slider-item{
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    display: flex;
    width: 48px;
    background-color: #438ffa;
    cursor: pointer;
}

.hidden{
    display: none !important;
}

/*报错信息提示 start*/
.back-end-err{
    display: flex;
    position: absolute;
    top: 0px;
    border-radius: 10px;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    height: 45px;
    background-color: #ffe7e4;
    color: #fd6c6a;
    align-items: center;
    font-size: 14px;
    opacity: 0;
    overflow: hidden;
}
.back-end-err img{
    margin: 0 10px;
}
.back-end-err span{
    flex: 1;
}
.back-end-err .cancel{
    font-size: 20px;
    margin-right: 10px;
    cursor: pointer;
}
.front-end-err{
    display: flex;
    position: absolute;
    font-size: 12px;
    color: #ff3737;
    top: 0px;
    left: 20px;
}
.input-err{
    border-color: #ff3737 !important;
}
/*报错信息提示 end*/
    
.databaseInfo, .redisInfo, .mqInfo, .mcInfo{
    margin: 0 20px;
}
.redisInfo, .mcInfo{
    height: 200px;
}
.mcInfo{
    position: absolute;
    bottom: 115px;
    height: 130px;
}
.formContainer .content {
    display: flex;
    flex-direction: row;
}

.mask {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255,255,255,0.6);
    z-index: 999;
}
.kd_loading{
    width: 50px;
    height: 50px;
    display: block!important;
    padding: 5px;
}
.loading_tips {
    font-size: 12px;
     color:#666666;
     margin-top: 10px;
}
.object{
	float: left;
	width: 15px;
	height: 15px;
	background-color: #FFF;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 50% 50% 50% 50%;
}
.object:nth-child(2n+0) {
	margin-right: 0px;
}
.kd_loading span:nth-child(1){   
    background-color: #2386ee;
	animation: animate 1s -0.9s ease-in-out infinite ;
}   
.kd_loading span:nth-child(2){   
    background-color: #00ccfe;
	animation: animate 1s -0.8s ease-in-out infinite ;
}   
.kd_loading span:nth-child(3){   
    background-color: #05c8c8;
	animation: animate 1s -0.7s ease-in-out infinite ;  
}   
.kd_loading span:nth-child(4){   
    background-color: #a06eff;
	animation: animate 1s -0.6s ease-in-out infinite ;
}  

@keyframes animate {
    50% {
        transform: scale(1.3, 1.3);
	}
    100% {
        transform: scale(1, 1);
	}
}