.passport-main{
    min-width: 300px;
    max-width: 1200px;
    margin: 0 auto 50px;
}
.passport-title{
    width: 100%;
    font-size: 40px;
    text-align: center;
    margin-bottom: 80px;
    padding-top: 30px;
}
.input-wrapper{width: 320px; margin: 0 auto 30px;}
.input-flex{
    margin: 0 auto;
    width: 320px;
    height: 55px;
    display: flex; justify-content: space-between; align-items: center;}
.input-box{
    width: 320px;
    height: 55px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    overflow: hidden;
}
.input-box.input-verify{
    width: 205px;
}
.input-box input{
    border: 0;
    width: 100%;
    outline: 0;
    color: #000;
}
.input-box label{
    display: block;
    color: #4e4c4c;
    font-size: 18px;
    line-height: 55px;
}
.input-box.act{
    border: 1px solid #727272;
    box-shadow: 0px 0px 10px #d9d7d7;
}
.input-box.act label,
.input-box.hasvalue label {
    transition: all .1s;
    line-height: 25px;
    font-size: 12px;
}

.input-information{font-size: 14px; padding-left: 18px; line-height: 40px; background: url(../images/pc/information.png) no-repeat 0 center;}
.verifycode{
    width: 108px;
    height: 55px;
    box-sizing: border-box;
    border: 1px solid #a0a0a0;
    overflow: hidden;
}

/* input-box2 */
.input-box2{
    margin: 0 auto;
    width: 320px;
    /* height: 55px; */
    box-sizing: border-box;
    /* border: 1px solid #a0a0a0; */
    overflow: hidden;
    margin-bottom: 30px;
}
.input-box2 input{
    border: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #000;
    outline: 0;
    color: #000;
    padding: 0 10px;
    box-sizing: border-box;
}
.input-box2 label{
    display: block;
    color: #4e4c4c;
    font-size: 18px;
    line-height: 55px;
}
.input-box2.act input{
    box-shadow: 0px 0px 10px #d9d7d7;
}


.passport-btn{
    display: block;
    margin: 0 auto;
    width: 320px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}
.submitted{
    background-color: #fff;
    color: #000;
}
.signup{
    margin-top: 50px;
}

.register-notice{
    width: 600px;
    font-size: 14px;
    padding-top: 70px;
    margin: 0 auto;
}
.register-notice p{
    margin-bottom: 30px;
    line-height: 30px;
    color: #4e4c4c;
    text-align: justify;
}

/* register-success */
.register-success-title{
    width: 600px;
    font-size: 40px;
    margin: 0 auto 32px;
    padding-top: 70px;
}
.register-success-content{
    width: 600px;
    margin: 0 auto;
}
.register-success-mail{
    margin-bottom: 30px;
}
.register-success-mail p{
    font-size: 16px;
    line-height: 32px;
}
.register-success-mail p span{
    color: #4e4c4c;
    font-weight: bold;
}
.register-success-mail p a{
    color: #000;
}
.register-success-list{
    font-size: 18px;
}
.register-success-list p{
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 30px;
}
.register-success-list ul li{
    list-style-type: none;
    padding-left: 30px;
    line-height: 34px;
}
.register-success-list ul li.icon-success{
    background: url(../images/pc/icon-success.png) no-repeat 0px 50%;
}

/* login */
.login{margin-top: 85px;}
.input-extra{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 320px;
    font-size: 14px;
    margin: 0 auto;
    padding: 10px 0;
}

.custom-checkbox {
    position: relative;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0; /* Hide the default checkbox */
    cursor: pointer;
}

.custom-checkbox label {
    position: relative;
    padding-left: 20px; /* Space for the checkbox and its border */
    cursor: pointer;
    display: inline-block;
}

.custom-checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px; /* Size of the checkbox */
    height: 16px;
    border: 1px solid #d2d2d2; /* Border color for the checkbox */
    background-color: #fff; /* Unchecked background color */
}

.custom-checkbox input:checked + label:before {
    border-color: #9c5f29; /* Border color when checked */
    background: #9c5f29 url(../images/pc/icon-select.png) no-repeat 0 0;
}

.input-extra .reset-password a{
    text-decoration: none;
    color: #000;
}
.extra-link{
    margin-top: 90px;
    text-align: center;
    font-size: 14px;
}
.extra-link a{
    text-decoration: none;
    color: #000;
}
.underline{
    text-decoration: underline;
    font-size: 18px;
}

/* warn */
.warn{position: relative; width: 320px; margin: 20px auto; border: 1px solid #b51313; padding: 10px 10px 60px; color: #4e4c4c; line-height: 28px; box-sizing: border-box; font-size: 14px; text-align: justify;}
.warn i{
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: url(../images/pc/close.png) no-repeat 0 0;
}
/* complete */
.complete{position: relative; width: 320px; margin: 20px auto; border: 1px solid #4e4c4c; padding: 10px 10px 60px; color: #4e4c4c; line-height: 28px; box-sizing: border-box; font-size: 14px; text-align: justify;}
.complete i{
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 10px;
    width: 32px;
    height: 32px;
    background: url(../images/pc/complete.png) no-repeat 0 0;
}
/* resetpassword.html */
.notice{ width: 320px; margin: 20px auto; border: 1px solid #4e4c4c; padding: 20px 15px; color: #4e4c4c; line-height: 28px; box-sizing: border-box; font-size: 14px; text-align: justify;}
.resetpassword{font-size: 18px; font-weight: normal;}
.discomplete{
    border: 1px solid #c9c9c9;
    background-color: #c9c9c9;
    color: #4e4c4c;
}


.complete-btn{
    margin: 0 auto;
    width: 320px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: #000;
    border: 1px solid #000;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

.complete-btn a{
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}