﻿/*pc端*/
.big_box {
    width: 100%;
    height: 100%;
    background: url(../images/loginbg.png) no-repeat center 0 #EAF0FC;
    background-size: cover;
    position: relative;
}
.box_login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

    .box_login h1 {
        width: 100%;
        text-align: center;
        font-size: 40px;
        color: #14303e;
    }

.login_item {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 0 10px #ddd;
    overflow: hidden;
    display: flex;
    height: 480px;
}


.box_left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 460px;
    height: 480px;
    border-right: 1px solid #f0f0f0;
}
    .box_left img{
        width:100%;
        height:100%;
    }

    .box_right {
        width: 360px;
        padding: 25px 40px;
    }

.dl_list dl {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

    .dl_list dl dd {
        cursor: pointer;
        margin: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .dl_list dl dd span {
            padding-bottom: 5px;
            color: #999;
        }

        .dl_list dl dd.cur span {
            color: #333;
        }

        .dl_list dl dd i {
            display: block;
            background: #fff;
            width: 40px;
            height: 4px;
            border-radius: 4px;
        }

        .dl_list dl dd.cur i {
            background: #3270FF;
        }

.card_box {
    display: none;
}

.card_dis {
    display: block;
}

.btn_ewm {
    text-align: center;
}
    .btn_ewm a {
        padding: 5px 15px;
        color: #333;
        font-size: 14px;
        border: 1px solid #DBDFE5;
        border-radius: 4px;
        cursor: pointer;
    }

        .btn_ewm a img {
            vertical-align: middle;
        }

.span_text span {
    color: #999;
    font-size: 14px;
}


.login_box_item {
    width: 100%;
    position: relative;
}

.mess {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

    .mess label {
        width: 80px;
        text-align: center;
        padding-right: 20px;
        color: #676767;
        font-size: 14px;
    }

    .mess span {
        display: flex;
        align-items: center;
        border-radius: 40px;
        border: 1px solid #ddd;
        overflow: hidden;
        background: #f7f7f7;
    }

        .mess span input {
            flex: 1;
            padding: 15px 25px;
            font-size: 14px;
            color: #333;
        }

        .mess span label {
            color: #3270FF;
            font-size: 14px;
            cursor: pointer;
        }

        .mess span img {
            cursor: pointer;
            width: 120px;
            height:48px;
        }

    .mess button {
        width: 100%;
        margin-top: 10px;
        height: 47px;
        font-size: 16px;
        line-height: 47px;
        border-radius: 47px;
        color: #fff;
        background: #188AAE;
        cursor: pointer;
    }

.agree_box {
    padding-bottom: 10px;
    position: relative;
}

    .agree_box span {
        font-size: 14px;
        line-height:25px;
    }

        .agree_box span a {
            color: #3270FF;
        }

.agree_box2 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

    .agree_box2 a {
        color: #3270FF;
        font-size: 14px;
    }

        .agree_box2 a.wj_btn {
            color: #333;
        }


.box_left2 {
    width: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #ddd;
    height: 500px;
}

.ewm_tit {
    padding-bottom: 40px;
    font-size: 16px;
}


.ts_item {
    position: absolute;
    left: 20px;
    top: 50px;
    font-size: 14px;
    color: red;
}
.login_foot {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 14px;
    padding-top: 20px;
    line-height:25px;
}

.login_agree_tips {
    position: absolute;
    top: -30px;
    left: -9px;
    background-color: #333;
    color: #fff;
    padding: 6px 8px;
    border-radius: 4px;
    font-size:12px;
    display:none;
}
    .login_agree_tips::after {
        display: block;
        position: absolute;
        bottom: -4px;
        left: 10px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #333 transparent transparent;
    }
.login_title {
    font-size: 34px;
    text-align: center;
    color: #333;
    margin-top: 59px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #0292dc;
}

.qrCode_login {
    display: flex;
    align-items: center;
    flex-direction: column;
}
    .qrCode_login img {
        width: 100px;
        padding: 40px 0;
    }