.flex-row-center{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.code-login,.pwd-login{
    color:blue;
    font-size: 14px;
    cursor: pointer;
}


.login-main{
    float: left;
    padding: 45px 50px;
    position: relative;
}

.chl-lg-inp-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 350px;
    height: 50px;
    border: 1px solid #ccc;
    padding:0 15px;
    margin-bottom: 18px;
    border-radius: 5px;
}

.chl-lg-inp-item{
    width: 320px;
    display: flex;
    align-items: center;
    /*height: 48px;*/
    /*line-height: 48px;*/
    /*border: 1px solid #ccc;*/
    /*border-radius: 5px;*/
    /*position: relative;*/
    /*padding: 0 0 0 10px;*/
    /*margin-bottom: 15px;*/
    /*box-sizing: border-box;*/
    /*float: left;*/
}
.chl-lg-inp-item input{
    border: none;
    outline: none;
    margin-left: 6px;
    width: 200px;
    height: 20px;
    line-height: 20px;
}
.login-box{
    width: 1000px;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}

.chl-lg-inp-item input::-webkit-input-placeholder{
    color: #888888;
}
.chl-lg-inp-item input::-moz-placeholder{
    color: #888888;
}
.chl-lg-inp-item input::-ms-input-placeholder{
    color: #888888;
}

.login-title2{
    color: red;
    font-weight: bold;
    margin-top: 40px;
    -webkit-text-stroke: 1px #fff;
    text-align: center;
    font-size: 45px;
}


.footer-box{
    position: fixed;
    bottom: 0;
    height: 110px;
    width: 100%;
    background: rgba(41,86,118, 0.7);
    display: flex;
    justify-content: center;
}
.footer-content{
    width: 680px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-box{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35%;
    height: 100%;
    margin-right: 30px;
}

.text-box{
    width: 65%;
    height: 100%;
    color: #ded9d9;
    font-size: 12px;
    text-align: center;
    padding: 8px 10px;
    box-sizing: border-box;
}

.login-main {
    padding-top: 25px;
    padding-bottom: 35px;
}
.platform-box{
    display: flex;
    margin-bottom: 25px;
    font-size: 21px;
}
.platform-item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}
.platform-item input{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.platform-item span{
    cursor: pointer;
}

.login-title{
    height: 60px;
    color: #265f9d !important;
    font-weight: bold;
    margin-top: 30px !important;
    margin-bottom: 70px !important;
}