body{
    margin: 0;
    padding: 0;
    background-color: #fff;
}

a{
    text-decoration:none;
    color: 0172ec;    
}
img{
    width: auto\9;
    width: 100%;
    height: auto;
}

#nav-bgc{
    background-color: #fff;
}

#login-button{
    color: #333;
    border: 1px solid #333;
}
#sub-menu{
    background-color: #fff;
}
#sub-menu a{
    color: #0172ec;
}

#change-myinfo{
    padding: 4% 8%;
    width: 84%;
    margin-top: 5vw;
}

#change-myinfo-title #hello{
    font-size: 6vw;
    font-weight: bold;
    letter-spacing: 0.2vw;
}

#change-myinfo-title #tips{
    font-size: 3vw;
    color: #666;
}

.account-security-single-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 5vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #f2f3f5;
}

.account-introduct{
    align-self: flex-start;
}

.account-introduct-title{
    display: block;
    font-size: 4vw;
}
.account-introduct-content{
    font-size: 3.5vw;
    color: #666;
}

.change-button{
    align-self: flex-end;
    border-radius: 50px;
    background-color: #f2f3f5;
    width: 25vw;
    height: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
}

.exit-button{
    border-radius: 50px;
    background-color: #f2f3f5;
    width: 35vw;
    height: 8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.5vw;
}

#login-form{
    display: flex;
    flex-flow: column nowrap;
}

#login-form input{
    width: 90%;
    height: 5vw;
    border-radius: 50px;
    border: 1px solid #000;
    margin-top: 3vw;
    padding: 5%;
}

#save-info-button{
    margin-top: 5vw;
    width: 100%;
    border-radius: 50px;
    height: 15vw;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}


#my-info-box{
    width: 86%;
    margin: 0 auto;

}

.info-content-title{
    display: block;
    font-size: 5vw;
    font-weight: bold;
}

#fs-yzm{
    display: flex;
    flex-flow: row nowrap;
}
#fs-yzm input{
    width: 60%;
}
#loginbutton{
    width: 30%;
    border-radius: 50px;
    background-color: #f2f3f5;
    border: 1px solid #000;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
    margin-left: 10%;
}

#sendButton{
    width: 100%;
    margin-top: 5vw;
    background-color: #000;
    color: #fff;
    height: 13vw;
    border-radius: 50px;
}

.order-button{
    width: 100%;
    height: 12vw;
    border-radius: 50px;
    background-color: #0172ec;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
}
.exit-button{
    width: 100%;
    height: 15vw;
    border-radius: 50px;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3vw;
}

#payment-box{
    width: 100vw;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 30vw;
}

#payment-img{
    width: 50%;
    margin-bottom: 3vw;
}
#payment-text{
    display: block;
    font-size: 7vw;
    font-weight: bold;
    letter-spacing: 0.5vw;
    margin-bottom: 10vw;
}
#payment-tips{
    width: 70%;
    display: block;
    font-size: 5vw;
    color: #333;
    text-align: center;
    margin-bottom: 3vw;
}
.blue_button{
    width: 55%;
    background-color: #0172ec;
    margin-bottom: 20vw;
}

#login-context{
    padding: 0;
    width: 100%;
}

#login-context input{
    width: 90%;
    height: 5vw;
    border-radius: 50px;
    border: 1px solid #000;
    margin-top: 3vw;
    padding: 5%;
}