.wapper {
    background-image: url(/static/yuanian/page_image/Personal/bj.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 31px;
    background-attachment: fixed;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: auto;

}

.logo {
    margin-left: -85px;
    width: 242px;
    height: 41px;
    margin-top: 10px;

}

.show_pass {
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 11px;
    position: absolute;
    right: 10px;
    top: 11px;
}

.glyphicon-eye-close {
    background-image: url(/static/yuanian/page_image/Personal/show_pass1.png);
    background-size: 16px;
}

.glyphicon-eye-open {
    background-image: url(/static/yuanian/page_image/Personal/show_pass2.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}

.register {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.register_left h1 {
    font-size: 44px;
    font-weight: 600;
    text-align: left;
    color: #323232;
    margin-bottom: 30px;
    margin-top: 79px;
}

.register_left p {

    font-size: 34px;
    font-weight: 400;
    text-align: left;
    color: #343434;
    /* line-height: 36px; */
    margin-bottom: 83px;
}



.register_left ul li {

    margin-bottom: 52px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.register_left ul li img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.register_left ul li p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #666666;
    line-height: 14px;
    width: 129px;
    margin-bottom: 0px;
}

.layui-form-item {
    margin-bottom: 0px;
}

.ts {
    /* margin-left: 82px; */
    color: #EA3A3A;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: #ea3a3a;

}

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

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

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

input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #d8d8d8;
}

input {
    border-color: #DFE0E3 !important;
}

.layui-input:hover, .layui-textarea:hover {
    border-color: #c0c5cb !important;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
    border-color: #d2d2d2;
    color: #fff;
}

.layui-input, .layui-select, .layui-textarea {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.layui-form-checkbox[lay-skin=primary] span {
    padding-right: 0px;
}

.layui-form-checkbox span {
    padding: 0px;
}

@media screen and (max-width: 1024px) {
    .layui-input, .layui-select, .layui-textarea {
        font-size: 14px;
    }

    .layui-input::-webkit-input-placeholder{
        font-size: 14px !important;
        /* color: red !important; */
    }


    #footer {
        display: none;
    }

    .wapper {
        background: transparent;
        padding: 0px;
        padding-top: 30px;
    }

    .bj {
        width: 100%;
        height: 267px;
    }

    .UpperStory {
        width: 20px;
        height: 20px;
        background: url(/static/yuanian/page_image/Personal_yd/return.png);
        background-size: cover;
        /* transform: rotate(180deg); */
        margin-bottom: 40px;
        margin-left: -25px;
    }

    .ydMain {
        width: 79%;
        margin: 0 auto;
    }

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

    #agreement, .layui-form-checkbox span, .ts {
        font-size: 12px;
    }

    #password_main p {
        transform: scale(0.8);
        font-size: 12px;
        right: -23px !important;
    }

}

@media screen and (max-width: 450px) {
    .layui-form-item .layui-form-checkbox {
        margin-bottom: 0px;
    }
}
