<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/* signup */

.menu-pro .menu-link {
    position: relative;
    display: block;
    margin: 0 .5em;
    padding: 0.75em 0;
    text-align: center;
    color: #b5b5b5;
    transition: color 0.3s;
}

.menu-pro .menu-link:hover,
.menu-pro .menu-link:focus {
    color: #929292;
}

.menu-pro .menu-item-current .menu-link {
    color: #47a3da;
}

.menu-pro .menu-item-current .menu-link::before {
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.3s;
}


.lansel {
    margin-top: 3vh;
}

.lansel .nav-link {
    color: #777;
}

.lansel.nav-tabs {
    border: none;
}

.nav-tabs .nav-link {
    border: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #47a3da;
    border-bottom: 1px solid #47a3da;
}

.phone {
    margin-top: 3vh;
    margin-bottom: 1rem;
}

.phone .sign input[type="text"] {
    outline: none;
    height: 2.5rem;
    width: 100%;
    border-radius: .25rem;
    border: 1px solid #47a3da;
    padding: 1rem 2.5rem;
}

.phone .sign a {
    height: 2.5rem;
    line-height: 1.5;
    border: 1px solid #47a3da;
    border-radius: 0 .25rem .25rem 0;
    background-color: #47a3da;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    position: absolute;
    top: 1rem;
    right: 15px;
}

.cl-white span a {
    color: #47a3da;
    font-weight: 700;
}

.phone .sign input[type="submit"] {
    height: 2.5rem;
    width: 80%;
    margin-top: 1.5rem;
    border-radius: 30px;
    border: 1px solid #47a3da;
}

.subbtn {
    text-align: center;
}

.phone .sign i {
    box-sizing: border-box;
    float: left;
    color: #47a3da;
    position: relative;
    top: -1.7rem;
    left: 1rem;
    z-index: 99;
}

#check-code {
    height: 2rem;
    width: 4.5rem;
    position: absolute;
    top: 1.2rem;
    right: 0;
    z-index: 999;
    font-size: 1.4rem;
}

#check-code1,
#check-code2,
#check-code3,
#check-code4 {
    height: 2rem;
    width: 4.5rem;
    position: absolute;
    top: 1.5rem;
    right: 0;
    z-index: 999;
    font-size: 1.4rem;
}

#en input::placeholder {
    font-size: .8rem;
}

#check-code,
#check-code1,
#check-code2,
#check-code3,
#check-code4 {
    overflow: hidden;
}

#cn,
#en {
    margin-bottom: 2rem;
}

.user-sel {
    margin-top: 2rem;
}

.user1,
.user2,
.user3,
.user4 {
    display: none;
}

@media (min-width:767px) and (max-width:769px) {
    .phoneinfo {
        margin: 0;
        padding: 0;
        width: 100%;
    }
}

@media (max-width:320px) {

    .phone .sign input[type="submit"] {
        margin-top: .5rem;
    }

    .lansel {
        margin-top: 2vh;
    }

    .btn {
        padding: 5px 8px;
        ;
    }

}</pre></body></html>