.register {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#register_right {
    width: 368px;
    padding: 50px 26px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 14px 0px rgba(195, 195, 195, 0.29);
}
/* 修改layui 样式 */
.layui-form-select dl dd.layui-this{
    background-color: #0C49C9;
}
.layui-form-checkbox[lay-skin=primary] i {
    width: 14px;
    height: 14px;
}

.register_yd {
    display: none;
}

.title {
    margin-bottom: 43px;

    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #323232;
}

.title span {
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #323232;
}

.title span a {
    color: #003793;
}

.ts {
    height: 26px;
    line-height: 26px;
}

/* .ts_border{
border: 1px solid #e3030f;
} */


.layui-form-label {
    width: 81px;
    height: 38px;
    background: #f8f9fb;
    border: 1px solid #dfe0e3;
    border-radius: 2px 0px 0px 2px;
    padding: 0px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border-right: none;
}

.layui-input, .layui-select, .layui-textarea {
    border: 1px solid #dfe0e3;
    height: 40px;
}
.layui-form-danger+.layui-form-select .layui-input, .layui-form-danger:focus {
    border-color: #dfe0e3!important;
}

.layui-input-block {
    margin-left: 82px;
}

#verifyNo {
    width: 177px;
    float: left;

}

/* 获取密码按钮 */

#TencentCaptcha {
    width: 102px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dfe0e3;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 40px;
    margin-left: 7px;
}

/*  确认密码 */

#password_main {
    position: relative;
}

#password_main p {
    position: absolute;
    right: 0px;
    bottom: 6px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.AgreeRegister {
    width: 368px;
    height: 40px;
    border: 1px solid #003793;
   background: #003793;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}

.layui-form-checkbox[lay-skin=primary] {
    height: 16px !important;
}

.layui-form-checked[lay-skin=primary] i {
    border-color: #0c49c9 !important;
    background-color: #0c49c9;
}

@media screen and (max-width: 1024px) {
    .layui-input, .layui-select, .layui-textarea {
        border: 0.5px solid #dfe0e3;
        height: 40px;
    }
    .register {
        display: none;

    }

    .register_yd {
        display: block;
    }



    #register_yd {
        width: 100%;
        padding: 0%;
        margin: 0 auto;
        box-shadow: none;
        background: transparent;
    }

    .layui-form-label {
        background: transparent;
        border: none;
        border-bottom: 0.5px solid #dfe0e3;
        height: 40px;
        text-align: left;
        width: 56px;
        color: #323232;
    }

    .layui-input, .layui-select, .layui-textarea {
        border: none;
        background: #fff;
    }

    .layui-input-block {
        border-bottom: 0.5px solid #dfe0e3;
        margin-left: 56px;
    }

    #TencentCaptcha {
        width: 70px;
        border: none;
        background: transparent;
        font-size: 14px;
        font-weight: 400;
        color: #323232;

    }

    #verifyNo {
        width: 67%;
    }

    .AgreeRegister {
        width: 100%;
    }

    .title {
        font-size: 26px;
        font-weight:bold;
        text-align: left;
        color: #323232;
        margin-bottom: 30px;
    }

}
