.register {
    background-image: url(../images/background.png);
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.083rem 13.0667vw 5.4167rem;
}

.register .container {
    position: relative;
    height: 100%;
}

.logo {
    display: block;
    margin: 0 auto;
}

.logo img {
    width: 28.66667vw;
    margin: 0 auto;
}

.register .welcome {
    font-size: 3.33333rem;
    font-family: brush;
    color: #c5a45a;
    text-align: center;
    margin-top: 10vw;
    letter-spacing: 3px;
    margin-bottom: 3.1667rem;
}

.register .bottombtn {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.register .main {

}

.register .main .column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.6667rem;
}

.register .main .column .input {
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.register .main .column .input input {
    width: 100%;
    padding-bottom: 0.79rem;
    font-size: 1rem;
    color: #ffffff;
    background-color: transparent;
}

.register .main .column .input input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 1rem;
}
.register .main .column .input input:-moz-placeholder {
    color: #ffffff;
    font-size: 1rem;
}
.register .main .column .input input:-ms-input-placeholder {
    color: #ffffff;
    font-size: 1rem;
}

.register .main .column .radio {
    margin-right: 0.3rem;
}

.register .main .column .radio label {
    cursor: pointer;
}

.register .main .column .radio label input[type="radio"] {
    width: 0.625rem;
    height: 0.625rem;
    background-image: url('../images/radio0.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin-right: 0.4167rem;
}

.register .main .column .radio label input[type="radio"]:checked {
    background-image: url('../images/radio1.png');
}



/* .register .checkbox {
    margin-right: 0.3rem;
} */

.register .checkbox label {
    cursor: pointer;
    color:#c5a45a;
}

.register .checkbox label input[type="checkbox"] {
    border-radius: 0;
    width: 1rem;
    height: 1rem;
    background-image: url('../images/unselected.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    margin-right: 0.4167rem;
}

.register .checkbox label input[type="checkbox"]:checked {
    background-image: url('../images/selected.jpg');
}

.register .checkbox label span {
    
}

.register .agree {
    text-align: center;
}

.register .agree .checkbox label input {
    display: inline-block;
    vertical-align: middle;
}

.register .agree .checkbox label a {
    display: inline-block;
    vertical-align: middle;
    color: #c5a45a;
    border-bottom: 1px solid #c5a45a;
}

.register .main .column .left {
    width: 60%;
}

.register .main .column .right {
    width: 40%;
    text-align: right;
}

.register .main .column .right .sendecode {
    display: inline-block;
    padding-bottom: 0.79rem;
    border-bottom: 0.5px solid #c5a45a;
    color: #c5a45a;
}

.register .main .column select {
    font-size: .32vw;
    width: 100%;
    outline:none;
    border-radius: 0;
    padding-bottom: 0.79rem;
    background-color: transparent;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.register .main .column select option {
    background-color: #efebe8;
    color: #c5a45a;
    padding: 0.5rem;
    font-size: 0.8rem;
}

.register .registersuccess {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.register .registersuccess h3 {
    font-size: 3.33333rem;
    font-family: brush;
    color: #c5a45a;
    text-align: center;
    /* margin-top: 10vw; */
    letter-spacing: 3px;
    margin-bottom: 3.1667rem;
}

.register .registersuccess p {
    font-size: 1.0833rem;
    color: #ffffff;
    line-height: 1.8;
    text-align: center;
    margin-top: 2.583rem;
}

.contactus {
    width: 100%;
    /* height: 100%; */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 2.083rem 13.0667vw 5.4167rem;
    overflow: auto;
}

.contactus .container {
    position: relative;
    /* height: 100%; */
}

.contactus h3 {
    font-size: 1.41667rem;
    color: #c5a45a;
    text-align: center;
    margin-top: 2.0833rem;
}

.contactus p {
    font-size: 1.08333rem;
    text-align: center;
    margin-top: 1.66667rem;
    line-height: 1.6;
}

.contactus p a {
    display: inline-block;
    color: #c5a45a;
    border-bottom: 1px solid #c5a45a;
}

.contactus .qrcodes {
    margin-top: 2.08333rem;
    display: flex;
    justify-content: space-between;
}

.contactus .qrcodes .qrcode {
    max-width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactus .qrcodes .qrcode .img img {
    width: 32.4vw;
    margin: 0 auto;
}

.contactus .qrcodes .qrcode .word {
    text-align: center;
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactus .qrcodes .qrcode .word img {
    width: 0.83333rem;
    margin-right: 0.66667rem;
}

.contactus .qrcodes .qrcode .word span {
    white-space: nowrap;
}

.contactus .tiptit {
    font-size: 1.25rem;
    color: #c5a45a;
    text-align: center;
    margin-top: 2.20833rem;
}

.contactus .bottomimg {
    margin: 2rem auto 0;
}

.contactus .bottomimg img {
    width: 100%;
}