.content_top {
    height: 76px;
    line-height: 76px;
    margin-top: -30px;
}

.content_top span {
    font-size: 26px;
    color: #666666;
}

.content_top a {
    font-size: 26px;
    color: #418dff;
}

.content {
    /* border: 1px solid red; */

    width: 1518px;
    height: 735px;
    background-color: #ffffff;
    box-shadow: 2px 3px 26px 6px rgba(5, 39, 91, 0.1);
    border-radius: 33px;
    padding: 40px 100px;
    overflow: hidden;
}

.content-top {
    display: flex;
    justify-content: space-between;
}

.content-left,
.content-right {
    /* border: 1px solid red; */
    width: 690px;
    height: 490px;
    /* padding-top: 62px; */
}

.content-left p,
.content-right p {
    font-size: 24px;
    color: #333333;
}

.register-btn {
    text-align: center;
    margin-top: 30px;
}

.register-btn button {
    width: 546px;
    height: 65px;
    background-color: #dfdfdf;
    border-radius: 33px;
    border: none;
    font-size: 20px;
    color: #ffffff;
}

.tishi {
    font-size: 18px;
    color: #418dff;
}

.register-botton {
    margin-top: 40px;
    text-align: center;
}

/* 登录信息 密码框 */
.register-mima1,
.register-mima2 {
    position: relative;
}

.eyes1 img {
    position: relative;
    top: -40px;
    right: -396px;
}

.eyes2 img {
    position: relative;
    top: -40px;
    right: -396px;
}

::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #bcbbbb;
    font-size: 18px;
}

:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #bcbbbb;
    font-size: 18px;
}

::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #bcbbbb;
    font-size: 18px;
}

:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #bcbbbb;
    font-size: 18px;
}


input[type="checkbox"]:before {
    content: "";
}

input[type="checkbox"],
input[type="radio"] {
    appearance: normal;

    -webkit-appearance: push-button;

}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    content: "";
}

.register-ok {
    background-image: linear-gradient(6deg,
            rgba(36, 129, 30, 0.56) 0%,
            rgba(62, 142, 143, 0.56) 0%,
            rgba(88, 155, 255, 0.56) 0%,
            rgba(194, 218, 255, 0.56) 100%),
        linear-gradient(#418dff,
            #418dff);
}

.btn {
    width: 141px;
    height: 45px;
    background-color: #418dff;
    border-radius: 6px;
    border: none;
    font-size: 22px;
    color: #ffffff;
    margin-left: 29px;

}

.btn:hover {
    color: #fff;
}