* {
    margin: 0;
    padding: 0;
}

a, button {
    cursor: pointer;
}

.login {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.backgroungImg {
    flex: 1;
    height: 100%;
    background-image: url('../img/loginBg.png');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display:flex;
    align-items:center;
    justify-content:center;
}

.loginContent {
    width: 85%;
    /*max-width:970px;*/
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.loginContentRight {
    width: 540px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0,39,181,0.08);
    padding: 40px 80px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.logo {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom:24px;
    display:flex;
    align-items:center;
    justify-content:center;
}
    .logo img {
        width: 80px;
        height: auto;
    }

.platform {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}
    .platform h2 {
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 28px;
        color: #20284E;
        line-height: 46px;
    }


    .loginMessage {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }

.loginTop {
    width: 100%;
    display: flex;
    flex-direction: column;
}
/*//选择登录类型 */
.loginType {
    width: 100%;
    margin-bottom: 10px;
}

.loginTypeTitle {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.loginTypeItems {
    font-size: 16px;
    color: #000000;
    margin-right: 30px;
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 3px solid #FFFFFF;
    cursor: pointer;
}

.activeTab {
    border-bottom: 2px solid #04B42A;
}

/*//验证码登录*/
.loginTypeContent {
    width: 100%;
}

.phone, .code, .password {
    width: 100%;
    height: 45px;
    padding: 6px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-bottom: 1px solid #EAE9E9;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .phone img, .code img, .password img {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

.code {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.get-authcode {
    min-width: 85px;
    height: 35px;
}

.phone, .code, .password input {
    flex: 1;
    height: 100%;
    color: #000000;
}

input {
    flex: 1;
    /*height: 100%;*/
    color: #000;
    border: none;
    outline: none;
}

.iconloginPhone, iconloginCode, .iconloginPassword {
    font-size: 15px;
    color: #999999;
    margin-right: 8px;
}

.iconloginPasswordClose, .iconloginPasswordOpen {
    font-size: 17px;
    margin-right: 8px;
}

.errorTips {
    width: 100%;
    font-size: 12px;
    color: #FF811A;
    margin-bottom: 10px;
}
/*//登录按钮*/
button {
    width: 100%;
    height: 46px;
    /*border-radius: 26px !important;*/
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);*/
    padding: 0;
    box-sizing: border-box;
    margin:40px 0 !important;
    outline: none !important;
    border: none;
    background-color: #3355FF;
    /*opacity: .5;*/
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
}
    button:disabled{
        opacity:0.6;
    }
    .button_active {
        width: 100%;
        height: 46px;
        background: #2E50CB;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
        outline: none !important;
        border: none;
        /*opacity: 1;*/
        font-family: PingFang SC, PingFang SC;
        font-weight: 600;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 18px;
    }

    button.noContent {
        background: #04B42A;
        color: #FFFFFF;
        opacity: 0.5;
    }
/*//忘记密码*/
.forget {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #9c9c9c;
    margin-top: 20px;
    cursor: pointer;
}

.loginBottom {
    width: 100%;
    /*margin-bottom: 220px;*/
}

.otherLogin {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .otherLogin .line {
        /*width: 52px;*/
        flex:1;
        height: 2px;
        background: #EAE8EB;
    }

    .otherLogin .word {
        margin: 0 16px;
        font-family: Microsoft YaHei, Microsoft YaHei;
        font-weight: 400;
        font-size: 14px;
        color: #20284E;
        line-height: 14px;
    }

.otherLoginIcon {
    text-align: center;
}

    .otherLoginIcon img {
        width: 40px;
        height: auto;
        margin: 24px;
    }

.agreement, .copyRight {
    font-size: 12px;
    color: #9C9C9C;
    text-align: center;
    margin-bottom: 0.04rem;
}

    .agreement, .copyRight span {
        color: #66A6E4;
    }

.countDown {
    width: 115px;
    height: 35px;
    padding: 0 13px;
    box-sizing: border-box;
    background: #E7FFEC;
    border-radius: 18px;
    font-size: 12px;
    font-weight: 600;
    font-family: MicrosoftYaHei;
    color: #04B42A !important;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    display: block;
}

.activeTime {
    color: #000;
    background: #EEEEEE;
}
.alert-danger {
    z-index: 9;
}
/*移动端*/
@media screen and (min-width:320px) and (max-width:750px) {
    .backgroungImg {
        /*display: none;*/
    }
    .loginContentRight{
        width:100%;
        padding:20px;
    }
    .logo img{
        width:60px;
    }
    .logo {
        top: 30px;
    }

    .loginMessage {
        /*padding-top: 60px;*/
    }

    .loginContent {
        width: 100%;
        max-width: 750px;
        padding: 20px 30px;
        box-sizing: border-box;
        position: relative;
    }

    .loginTypeTitle {
        width: 100%;
        margin-bottom: 20px;
    }

    .loginBottom {
        width: 100%;
        margin-bottom: 0;
    }

    button {
        width: 100%;
        height: 45px;
        /*border-radius: 25px;*/
        /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18);*/
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
        outline: none;
        border: none;
    }

    .disable_a {
        pointer-events: none;
    }
    .platform{
        margin-bottom:26px;
    }
    .platform h2 {
        font-size: 20px;
        line-height: 32px;
    }
    .button_active{
        margin:20px 0 !important;
    }
    .otherLoginIcon img{
        width:32px;
    }
}
