.register {
    position: relative;
    width: 900px;
    height: 530px;
    background: #FFFFFF;
    box-shadow: 0px 4px 9px 3px rgba(121,121,121,0.16);
    border-radius: 5px;
    z-index: 10;
    padding: 71px 47px 81px;
}

.register-left {
    width: 485px;
}
.register-right {
    width: 250px;
}
.register-content {
    display: flex;
    justify-content: space-between;
}
.register-form {
    width: 485px;
}
.register-title { 
    text-align: center;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 29px;
    color: #161616;
}
.register-phone {
    margin-top: 29px;
    padding: 24px 0 25px 19px;
    width: 485px;
    height: 70px;
    background: #F1F3F5;
    border-radius: 5px;
}
.register-btn {
    margin-top: 26px;
    padding: 25px 198px 24px 199px;
    width: 485px;
    height: 70px;
    background: #FFCFAE;
    border-radius: 5px;
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}
.register-btn:hover {
    font-family: 'PingFang_Medium';
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    background: #FB6E2A;
}
.register-btn.active {
    font-family: 'PingFang_Medium';
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    background: #FB6E2A;
}
.co-purpose {
    text-align: center;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 25px;
    color: #161616;
}
.purpose {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 250px;
    height: 240px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.purpose-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 70px;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 22px;
    color: #797979;
    border-radius: 5px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #FFCFAE;
    cursor: pointer;
    user-select: none;
}
.purpose-item:hover {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    background: #FB6E2A;
    border-radius: 5px;
    border: 2px solid transparent;
}
.purpose-item.active {
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 22px;
    color: #FFFFFF;
    background: #FB6E2A;
    border-radius: 5px;
    border: 2px solid transparent;
}
.consultCount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 50px;
    background: #FB6E2A;
    border-radius: 5px;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 17px;
    color: #161616;
    /* text-align: center; */
}
.consultPeople {
    width: 250px;
    font-family: 'PingFang_Bold';
    color: #FFFFFF;
    font-size: 21px;
}
.register-reservation {
    height: 114px;
    margin-top: 37px;
    overflow: hidden;
    position: relative;
}
.reservation-container {
    display: flex;
    flex-direction: column;
    animation: scrollUp 100s linear infinite;
}
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}
.reservation-content {
    width: inherit;
    max-height: 118px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-shrink: 0;
}
.reservation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reservation-img {
    width: 23px;
    height: 20px;
}
.reservation-img-wrap {
    margin-left: 6px;
}
.reservation-name {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 22px;
    color: #797979;
    margin-left: 24px;
}
.reservation-phone {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 19px;
    color: #797979;
    margin-left: 52px;
}
.reservation-text {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 22px;
    color: #797979;
    text-align: right;
}
.x {
    position: absolute;
    right: 0;
    top: 0;
}
.register-x {
    width: 74px;
    height: 74px;
    cursor: pointer;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.tx-line-1 {
    line-height: 1;
}
.consultSuccessWrap{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 990;
}
.consultDialogHidden{
    display: none !important;
}
.consultSuccess{
    width: 440px;
    height: 391px;
    position: relative;
}
.flexStartColumn {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.consultSuccessTxt1{
    font-family: "PingFang_Medium";
    font-weight: 500;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    font-style: normal;
}
.consultSuccessTxt2{
    font-family: "PingFang_Medium";
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin: 8px 0 38px;
}
.consultSuccessBtn{
    width: 278px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 12px;
    font-family: "PingFang_Medium";
    font-weight: 500;
    font-size: 24px;
    color: #FF546D;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}