* {
    margin: 0;
    padding: 0;
}

.mr7 {
    margin-right: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #FF0C0C;
}

.tr {
    color: transparent !important;
}

.input {
    width: 271px;
    height: 49px;
    background: #FFFFFF;
    border: none;
    border-radius: 25px;
    padding: 0 18px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    outline: none;
}

.bg {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.header {
    margin-top: 66px;
}

.header_img {
    width: 82px;
    height: 61px;
    margin-right: 14px;
}

.header_text1,
.header_text2 {
    font-size: 22px;
    font-weight: 400;
    color: #FFFFFF;
}

.input_box {
    margin-top: 41px;
}

.register_btn {
    color: #fff;
    text-align: center;
    line-height: 43px;
    width: 313px;
    height: 43px;
    background: linear-gradient(360deg, #2A6EFF 0%, #2C7CF9 100%);
    box-shadow: 0px 1px 6px 1px rgba(22, 87, 197, 0.35);
    border-radius: 22px 22px 22px 22px;
    position: absolute;
    bottom: 34px;
    left: 50%;
    transform: translateX(-50%);
}

.yzm {
	position: absolute;
    right: 10px;
    text-align: center;
    line-height: 30px;
    width: 90px;
    height: 30px;
    background: #488DFB;
    border-radius: 15px 15px 15px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    top: 10px;
}

.sjh {
    width: 271px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    padding: 0 18px;
}

.sjh_text1 {
    font-size: 14px;
    font-weight: 400;
    color: #2B73FD;
}

.line {
    width: 1px;
    height: 14px;
    background: #999999;
    margin-left: 9px;
    margin-right: 11px;
}

.sjh_input {
    background-color: transparent;
    border: none;
    outline: none;
}