@font-face {
    font-family: "logo_name";
    src:
        url('public/font/sMwou75srl1e/25y23A2CJjLB.woff2') format('woff2'),
        url('public/font/sMwou75srl1e/25y23A2CJjLB.woff') format('woff');
}

/* body-wrap内容从上到下排列并水平居中和向上下两边均匀分布 */
#body-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#header {
    position: relative;
    width: 100%;
    box-shadow: 0px 2px 10px 0px #c9c1c1b0;
    padding: 18px 0 20px 0;
}

#header .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
}

#header .logo-name {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#header .logo-name .logo {
    display: flex;
    align-items: baseline;
}

#header .logo-name img {
    width: 80px;
}

#header .logo-name .name {
    font-family: 'logo_name';
    font-size: 43px;
    color: rgb(216, 5, 5);
    margin-left: 3px;
}

#header .hello {
    font-size: 24px;
    margin-left: 10px;
    color: black;
}

#header .login {
    font-size: 16px;
}

#header .login a {
    color: rgb(216, 5, 5);
}


/* #main {
    position: relative;
    width: 1210px;
    margin: 0 auto;
} */

#main .process {
    position: relative;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 80px auto 0;
    width: fit-content;
}

#main .number {
    display: flex;
    align-items: center;
    flex-direction: column;
    line-height: 32px;
}

#main .number p {
    font-size: 12px;
}

#main .num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2.5px solid #a1a0a0;
    color: #c9c1c1;
    /* background-color: #000; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

#main .number.style .num {
    border: none;
    color: #ffffff;
    background-color: #3b4;
}

#main .number.style p {
    color: #3b4;
}

#main .point {
    margin-left: 5px;
}

#main .point span {
    letter-spacing: 3px;

}

#main .main-form {
    width: 410px;
    margin: 50px auto 186px;
}

#main .main-form .reg-form .input {
    position: relative;
    width: 410px;
    height: 52px;
    /* border: 1px solid #a1a0a0; */
    display: flex;
    text-align: center;
}

#main .main-form .reg-form .input:hover .country,
#main .main-form .reg-form .input:hover .Phone-number {
    border-color: #666;
}

#main .main-form input:focus {
    outline: 0.1px solid #3b3b3b;
    border: none;
}

#main .main-form .reg-form .country {
    width: 87px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #a1a0a0;
    border-right: none;
}

#main .main-form .reg-form .Phone-number {
    width: 323px;
    height: 50px;
    border: 1px solid #a1a0a0;
}

#main .main-form .reg-form .Phone-number::placeholder {
    padding-left: 20px;
    color: #a1a0a0b2;
}

#main .main-form .reg-form .getcode-wrap {
    position: relative;
    width: 410px;
    height: 52px;
    border: 1px solid #a1a0a0;
    text-align: center;
    line-height: 52px;
    margin-top: 42px;
    font-size: 14px;
    color: black;
}

#main .main-form .reg-form .getcode-wrap:hover {
    border-color: #666;
}

#main .main-form .reg-form .next {
    position: relative;
    width: 410px;
    height: 52px;
    /* border: 1px solid #a1a0a0; */
    text-align: center;
    line-height: 52px;
    margin-top: 42px;
    font-size: 16px;
    color: white;
    background-color: rgb(216, 5, 5);
}

#header .login a:hover{
    color: rgb(128, 0, 0);
}
#main .main-form .reg-form .next:hover {
    background-color: rgb(128, 0, 0);
}

#main .main-form .reg-other {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 26px;
}

#main .main-form .reg-other li {
    font-size: 26px;
}

#main .main-form .reg-other a {
    margin-left: 10px;
    color: black;
    font-size: 14px;
}

#main .main-form .reg-other a:hover {
    color: rgb(216, 5, 5);
}

#footer {
    text-align: center;
}

#footer .links {
    padding-top: 30px;
    padding-bottom: 15px;
}

#footer .links a {
    color: #0563C1;
    text-decoration: underline;
    margin: 0 10px;
}

#info {
    overflow: hidden;
}

#info .info-mask {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgb(0, 0, 0);
    opacity: .15;
}

#info .info-wrap {
    position: fixed;
    width: 100%;
    max-width: 947px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border: 4px solid rgb(173 173 173 / 61%);
    border-radius: 5px;
    z-index: 100;
}

@media screen and (max-width: 768px){
    #info .info-wrap {
        top: 10px;
        left: 0;
        transform: none;
    }
}

#info .info-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: rgb(119 119 119 / 10%);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 9px;
}

#info .info-main {
    position: relative;
    height: 545px;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    padding: 19px 15px;
    font-size: 15px;
    font-family: 宋体;
}

#info .info-main strong {
    color: #a1a0a0;
}

#info .info-footer {
    position: relative;
    width: 100%;
    margin: 20px 0 10px 0;
}

#info .info-footer button {
    margin: 0 auto;
    display: block;
    width: 400px;
    height: 54px;
    color: #fff;
    background: #e22;
    border: 0;
    font-size: 16px;
    font-family: "Microsoft YaHei", "Hiragino Sans GB";
}

.feedback {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 33px;
    height: 135px;
    background-color: #afaeae;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    padding: 8px 5px;
}

.feedback li.icon {
    font-size: 18px;
    color: #fff;
}

.feedback span {
    font-size: 16px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    color: #fff;
    margin-top: 5px;
}