.register {
    position: relative;
    width: 46.875vw;
    height: 27.604vw;
    background: #FFFFFF;
    box-shadow: 0vw 0.208vw 0.469vw 0.156vw rgba(121,121,121,0.16);
    border-radius: 0.26vw;
    z-index: 10;
    padding: 3.698vw 2.448vw 4.219vw;
    box-sizing: border-box;
}

.register-left {
    width: 25.26vw;
}
.register-right {
    width: 13.021vw;
}
.register-content {

}
.register-form {
    width: 25.26vw;
}
.register-title { 
    text-align: center;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 1.51vw;
    color: #161616;
}
.register-phone {
    box-sizing: border-box;
    margin-top: 1.51vw;
    padding: 1.302vw 0 1.302vw 1.042vw;
    width: 100%;
    /* height: 70px; */
    background: #F1F3F5;
    border-radius: 0.26vw;
}
.register-phone input {

    font-family: PingFang;
    font-weight: 500;
    font-size: 1.146vw;
    border: none;
    outline: none;
    background-color: transparent;
}
.register-phone input::placeholder {
    font-family: PingFang;
    font-weight: 500;
    font-size: 1.146vw;
    color: #797979;
}
.register-btn {
    margin-top: 1.354vw;
    width: 25.26vw;
    height: 3.646vw;
    background: #FFCFAE;
    border-radius: 0.26vw;
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 1.146vw;
    color: #FFFFFF;
    cursor: pointer;
    user-select: none;
}
.register-btn:hover {
    font-family: 'PingFang_Medium';
    font-weight: normal;
    font-size: 1.146vw;
    color: #FFFFFF;
    background: #FB6E2A;
}
.register-btn.active {
    font-family: 'PingFang_Medium';
    font-weight: normal;
    font-size: 1.146vw;
    color: #FFFFFF !important;
    background: #FB6E2A;
}
.co-purpose {
    text-align: center;
    font-family: 'PingFang_Bold';
    font-weight: normal;
    font-size: 1.302vw;
    color: #161616;
}
.purpose {
    width: 13.021vw;
    height: 13.021vw;
    margin-top: 1.302vw;
    margin-bottom: 1.302vw;
}
.purpose img {
    width: 100%;
    height: 100%;
}
.consultCount {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.021vw;
    height: 2.604vw;
    background: #FB6E2A;
    border-radius: 0.26vw;
    font-family: 'PingFang_Regular';
    font-weight: normal;
    font-size: 0.885vw;
    color: #161616;
    /* text-align: center; */
}
.consultPeople {
    width: 250px;
    font-family: 'PingFang_Bold';
    color: #FFFFFF;
    font-size: 1.094vw;
}
.register-reservation {
    height: 5.938vw;
    margin-top: 1.927vw;
    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: 6.146vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25vw;
    flex-shrink: 0;
}
.reservation-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reservation-img {
    width: 1.198vw;
    height: 1.042vw;
}
.reservation-img-wrap {
    margin-left: 0.313vw;
}
.reservation-name {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 1.146vw;
    color: #797979;
    margin-left: 1.25vw;
}
.reservation-phone {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 0.99vw;
    color: #797979;
    margin-left: 2.708vw;
}
.reservation-text {
    font-family: 'PingFang_Medium';
    font-weight: 500;
    font-size: 1.146vw;
    color: #797979;
    text-align: right;
}
.x {
    position: absolute;
    right: 0;
    top: 0;
}
.register-x {
    width: 3.854vw;
    height: 3.854vw;
    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: 22.917vw;
    height: 20.365vw;
    position: relative;
}
.flexStartColumn {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
}
.consultSuccessTxt1{
    font-family: "PingFang_Medium";
    font-weight: 500;
    font-size: 1.458vw;
    color: #FFFFFF;
    line-height: 2.083vw;
    text-align: left;
    font-style: normal;
}
.consultSuccessTxt2{
    font-family: "PingFang_Medium";
    font-weight: 500;
    font-size: 1.146vw;
    color: #FFFFFF;
    line-height: 1.563vw;
    text-align: left;
    font-style: normal;
    margin: 0.417vw 0 1.979vw;
}
.consultSuccessBtn{
    width: 14.479vw;
    height: 3.125vw;
    background: #FFFFFF;
    border-radius: 0.625vw;
    font-family: "PingFang_Medium";
    font-weight: 500;
    font-size: 1.25vw;
    color: #FF546D;
    line-height: 1.719vw;
    text-align: center;
    font-style: normal;
    cursor: pointer;
}