.register_modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1000;

    display: none;
}
.register_modal * {
    padding: 0;
    margin: 0;
}
.register_modal_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}
.register_modal_content, .register_modal_success {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.register_modal_content {
    width: 1000px;
    height: 540px;
    background: #fff;
}
.register_modal_content_left, .register_modal_content_right {
    width: 50%;
    padding: 40px 40px 0;
}
.register_modal_content_left {}
.register_modal_content_left > div {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;

    margin-bottom: 40px;
    text-align: center;
}
.register_modal_content_left > ul {}
.register_modal_content_left > ul > li {
    display: flex;
    flex-direction: column;

    position: relative;
}
.register_modal_content_left > ul > li:not(:last-child) {
    margin-bottom: 24px;
}
.register_modal_content_left > ul > li > span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 16px;

    margin-bottom: 16px;
}
.register_modal_content_left > ul > li > span:before {
    content: "*";
    font-size: 16px;
    font-weight: 400;
    color: #F04141;
    line-height: 16px;

    padding-right: 8px;
    vertical-align: middle;
}
.register_modal_content_left > ul > li input {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;

    width: 100%;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;

    padding: 0 16px;
}
.register_modal_content_left > ul > li i {
    font-size: 12px;
    color: rgba(245, 27, 27, 1);

    position: absolute;
    bottom: -18px;
}
.register_modal_content_left > ul > li input:focus {
    color: #FF6600;
    border-color: #FF6600;
}
.register_modal_content_left > ul > li input::-webkit-input-placeholder {
    color: #999999;
}
.register_modal_content_left > ul > li input::-moz-placeholder {
    color: #999999;
}
.register_modal_content_left > ul > li input:-moz-placeholder {
    color: #999999;
}
.register_modal_content_left > ul > li input:-ms-input-placeholder {
    color: #999999;
}
.register_modal_content_left > ul > li > div {
    display: flex;
}
.register_modal_content_left > ul > li > div > input {
    width: auto;
    flex: 1;
}
.register_modal_content_left > ul > li > div > p {
    padding: 15px;
    border-radius: 4px;
    border: 1px solid RGBA(255, 102, 0, 1);

    font-size: 16px;
    font-weight: 400;
    color: RGBA(255, 102, 0, 1);
    line-height: 16px;

    margin-left: 16px;
    cursor: pointer;
}
.register_modal_content_left > ul > li > div > p.count_down_2023 {
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(230, 230, 230, 1);
    width: 128px;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.register_modal_content_left > ul > li > div > p.count_down_2023:hover {
    color: rgba(0, 0, 0, 0.4);
    border-color: rgba(230, 230, 230, 1);
}
.register_modal_content_left > ul > li > div > p:hover {
    border-color: RGBA(255, 102, 0, 0.8);
    color: RGBA(255, 102, 0, 0.8);
}
.register_modal_content_left > p {
    height: 48px;
    background-color: rgba(255, 102, 0, 1);
    border-radius: 4px;

    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    margin-top: 40px;
}
.register_modal_content_left > p:hover {
    background-color: rgba(255, 102, 0, 0.8);
}
.register_modal_content_right {
    background: #FF6600;
    text-align: center;
}
.register_modal_content_right > img {}
.register_modal_content_right > div {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;

    margin: 22px 0 24px;
}
.register_modal_content_close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.register_modal_content_close > img {}

.register_modal_success {
    flex-direction: column;
    align-items: center;

    display: none;
}
.register_modal_success_top {
    width: 460px;
    height: 202px;
    border-radius: 8px 8px 0px 0px;
    background: #fff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    position: relative;
}
.register_modal_success_top > img {}
.register_modal_success_top > div {
    font-size: 18px;
    font-weight: 400;
    color: rgba(0,0,0,0.8);
    line-height: 18px;

    margin: 12px 0;
}
.register_modal_success_top > ul {}
.register_modal_success_top > ul > li {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0,0,0,0.6);
    line-height: 22px;
    text-align: center;
}
.register_modal_success_bottom {
    width: 500px;
    height: 258px;

    background: #FF6600 url("http://www.wanmi.com/attachment/20230510/060ef90f6347489b81d681f05c3be31a.png") no-repeat;
    border-radius: 8px;

    display: flex;
    flex-direction: column;
    align-items: center;

    padding: 40px 40px 0;
}
.register_modal_success_bottom > span {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;

    margin-bottom: 30px;
}
.register_modal_success_bottom > div {
    display: flex;
}
.register_modal_success_bottom > div > img {
    margin-right: 20px;
}
.register_modal_success_bottom > div > ul {}
.register_modal_success_bottom > div > ul > li {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.register_modal_success_close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
.register_modal_success_close > img {}

#toast_2023 {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;

    display: none;
}
#toast_2023 > div {
    padding: 16px 58px;
    background: rgba(51,51,51,0.8);
    border-radius: 4px;

    display: inline-block;
}
#toast_2023 > div > span {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
}
