#ui-datepicker-div{
    position: absolute!important;
    left: auto !important;
    top: 70px !important;
    right: -30px !important;
}
.ui-datepicker .ui-datepicker-title{
    display: flex;
}
.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{
    padding: 5px 15px !important;
}
.app-con{
    width: 100%;
    min-height: 100%;
}
.header-con{
    position: sticky;
    top: 0;
    background-color: #49403A;
    padding: 25px 15px;
    z-index: 1111;
}
.header-con1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* justify-content: flex-end; */
    position: relative;
}
.main-con{
    z-index: 1000;
}
.modal{
    z-index: 1050;
}
.header-log{
    position: absolute;
    top: 10px;
    right: 10px;
}
.header-logo img{
    width:202px;
}
.header-a{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}
.header-con1 span{
    color: white;
    font-size: 18px;

}
.header-con1 a{
    padding: 0 10px;
    text-decoration: none;
    color: white;
    font-size: 18px;
}
.main-con{
    height: calc(100vh - 91px);
    background: #342F2B;
}
/* 注册页 */
.form-control:focus{
    box-shadow: none;
}
label.error{
    color: #f73131 !important;
    margin-top: 5px;    
    padding: 0 5px;
}
.register-page{
    background-image: url('../images/register_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
}
.register-con{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-con1{
    width: 529px;
    max-width: 100%;
    /* height: 550px; */
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px rgba(0,0,0,0.09);
    border-radius: 20px;
    overflow: hidden;
}
.register-logo{
    background: linear-gradient(225deg, #EAD799 0%, #B49855 100%);
    padding: 39px 10px 26px;
    text-align: center;
}
.register-logo img{
    width: 200px;
}
.register-title{
    padding-top: 20px;
    text-align: center;
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #B49755;
    line-height: 42px;
    letter-spacing: 6px;
}
.register-form{
    padding: 0 50px 60px;
}
.form-item-con{
    margin-top: 30px;
    position: relative;
}
.form-item-con .form-item-pre-icon{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 45px;
    height: 46px;
    
}
.form-item-con .form-item-pre-icon.email-icon img{
    width: 20px;
}
.form-item-con .form-item-pre-icon.lock-icon img{
    width: 17px;
}
.form-item-con input{
    height: 46px;
    background: #FFFFFF;
    border-radius: 7px;
    border: 1px solid #C5A86C;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1919;
    padding: 5px 15px 5px 45px;

}
.form-footer-con{
    margin-top: 38px;
    display: flex;
    justify-content: center;
}
.form-footer-sub{
    width: 276px;
    border-radius: 25px;
    /* background: #C5A86C; */
background: linear-gradient(225deg, #EAD799 0%, #B49855 100%);
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF !important;
    padding: 12px;
    outline: none !important;
    max-width: 80%;

}
.form-footer-sub:hover{
    color: #FFFFFF;
}
.register-modal .modal-body{
    padding: 40px 30px 30px;
}
.register-modal .modal-msg{
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
}
.register-modal .modal-btn{
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.register-modal .modal-btn .btn{
    background: #C5A86C;
    color: #ffffff;
    padding: 5px 20px;
    border-radius: 16px;
}
/* 登录页 */

.login-page{
    background-image: url('../images/login_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.top1-img{
    position: absolute;
    top: 0;
    left: 0;
    /* width: 637px; */
    width: 33%;
}
.bottom1-img{
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 473px; */
    width: 25%;
}
.login-con{
    width: 754px;
    margin: 0 30px;
    padding: 7px;
    max-width: 100%;
    background-color: #FFFFFF;
}
.login-con1{
    width: 100%;
    border: 2px solid #C5A86C;
    padding-bottom: 78px;
}
.login-logo{
    padding: 50px 15px 25px;
    text-align: center;
}
.login-logo img{
    width: 100px;
}
.login-form{
    padding: 0 155px;
}
.form-item-con2{
    margin-bottom: 38px;
}
.form-item-con2 label{
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #AA865B;
    line-height: 22px;
    margin-bottom: 10px;

}

.form-item-con2 input,.form-item-con2 select{
    width: 100%;
    height: 46px;
    border-radius: 7px;
    border: 1px solid #C5A86C;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1A1919;
    padding: 12px 40px 12px 22px;
    display: block;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.form-item-con2 select option{
    padding: 12px 40px 12px 22px;

}
.form-item-con2{
    position: relative;
}
.form-item-next-icon{
    pointer-events: none;
}
.form-item-con2 .form-item-next-icon{
    position: absolute;
    top: 32px;
    right: 20px;
    height: 46px;
    display: flex;
    align-items: center;
}
.form-item-con2 .form-item-next-icon.select-icon img{
    width:19px;
}
/* add-address */
.form-item-con3{
    margin-bottom: 20px;
 }
 .add-address-msg1{
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #71716E;
    line-height: 26px;
    padding: 0 29px;
 }
 /* welcome-join */
 .welcome-join-img{
    padding: 0 60px;
 }
 .welcome-join-img img{
    width: 100%;
 }
 .welcome-join-btn{
    margin-top: 15px;
 }
 /* wait-delivery */
 .wait-delivery-img{
    padding: 0 112px;
 }
 .wait-delivery-img img{
    width: 100%;
 }
 .wait-delivery-msg1{
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #71716E;
 }
 /* alert */
 .alert {
	font-size: 16px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: flex;
	margin: 0 0 0 15px;
	padding: 20px 64px 20px 28px;
	align-items: center;
	border: none;
	border-left: 3px solid;
	border-radius: 3px;
    min-width: 200px;

}
.alert> i {
		font-size: 20px;
		margin-right: 16px;
	}

.alert .close {
    font-size: 16px;
    top: 50%;
    right: 17px;
    padding: 10px;
    opacity: 1;
    transform: translateY(-50%);

}
.alert .close:hover i {
            color: grey;
        }
    

    .alert .close > i {
        color: grey;
    }

.alert-success {
	color: green;
	background: #e8f7f3;
	border-color: green;
}

.alert-danger {
	color: red;
	background: #fbebea;
	border-color: red;
}

.alert-info {
	color: grey;
	background: #e2ecf7;
	border-color: grey;
}

.alert-warning {
	color: yellow;
	background: #fef5ea;
	border-color: yellow;
}
/* login */
#login-forget{
    text-align: right;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #AEA398;
    line-height: 20px;
    cursor: pointer;
}
/* reset-pass */
.reset-pass{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #71716E;
    line-height: 26px;
    text-align: center;
    margin: 10px 0 13px;
}
.reset-pass-footer{
    margin-top: 57px;
}
/* profile-create */
.profile-con1{
    width: 666px;
    margin: 0 30px;
    max-width: 100%;
    box-shadow: 0px 2px 43px 0px rgba(0,0,0,0.09);
    border-radius: 20px;
    overflow: hidden;
    background-color: #ffffff;
}
.profile-logo{
    background: linear-gradient(225deg, #EAD799 0%, #B49855 100%);
    padding: 39px 10px 26px;
    text-align: center;

}
.profile-logo img {
    width: 200px;
}
.profile-con{
    padding: 27px 45px 50px;
    display: flex;
    justify-content: space-between;
}
.photo-con{
    padding-right: 55px;
}
#upload_files{
    display: none;
}
#add_con{
    width: 142px;
    height: 142px;
    display:flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
#add_con #photo-img{
    width: 100%;
    border-radius: 50%;
    height: 100%;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 9%);
}
.camera-img{
    width: 36px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 12px;
}
.profile-form{
    flex: 1;
}
.form-item-con4{
    margin-bottom: 10px !important;
}
.form-item-con4 input, .form-item-con4 select {
    height: 38px;
    padding: 5px 40px 5px 22px;
}
.form-item-con4 select option {
    padding: 5px 40px 5px 22px;
}
.form-item-con4 .form-item-next-icon {
    height: 38px;
}
.profile-footer-con{
    margin-top: 27px;
    justify-content: flex-end;
}
.profile-footer-con .form-footer-sub{
    width: 180px;
    padding: 8px;
}
.upload-msg{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.upload-msg1{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #71716E;
    line-height: 17px;
    padding: 10px 0 14px;
    text-align: center;
}
#upload-btn{
    border: 1px solid #C5A86C;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #AA865B;
    padding: 7px 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}
/* 註冊彈框 */
.modal-content{
    background: none;
}
.modal-body{
    background: #ffffff;
    /* overflow: hidden; */
    padding: 0;
    border-radius: 15px;
    box-shadow: 0px 2px 43px 0px rgba(0,0,0,0.09);
}
.modal1-title{
    background: #B39755;
    padding: 28px 0;
    font-size: 36px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.modal-content1{
    padding: 46px 40px 56px;
}
.register-form1 .form-item-con {
    margin-top: 0;
    margin-bottom: 30px;
}
.email-send-img{
    text-align: center;
}
.email-send-img img{
    width:94px;
}
.email-send-msg{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #71716E;
    text-align: center;
    line-height: 25px;
    margin: 16px 0 32px;
}

.modal-content2{
    padding: 36px 40px 56px;
}
.modal-content3{ 
    padding: 30px 43px 43px;
    display: flex;
    justify-content: space-between;
}
.modal-content3 .photo-con {
    padding-right: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.modal-content3 #upload-btn {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #AA865B;
    padding: 7px 20px;
    margin-top: 15px;
}
.form-item-label2 .tip-icon{
    color: #CF6453;
}
.form-group-con{
    display: flex;
    justify-content: space-between;
}

.form-group-con .form-group{
    width: 48%;
}
#date_of_birth{
    padding-right: 10px !important;
}
/* .area_code1{
    width: 110px !important;
}

.area_code2{
    width: calc(100% - 125px) !important;
}  */
@media (min-width: 768px){
    .register-modal1 .modal-dialog {
        width: 484px;
        margin: 200px auto;
    }
    .register-modal2 .modal-dialog {
        width: 374px;
        margin: 200px auto;
    }
    .register-modal3 .modal-dialog {
        width: 616px;
        margin: 120px auto;
    }
}
@media (max-width:1200px){
    .register-page{
        background-size: auto 100%;
    }
    .login-page{
        background-size: auto 100%;
    }
    .register-con {
        width: 100%;
        padding: 0 30px;
    }
    .register-con1{
        max-width: 100%;
    }
}

@media (max-width:992px){
    
    .login-con {
        width: 80%;
    }  
    .login-con1 {
        padding-bottom: 40px;
    }
    .login-logo {
        padding: 25px 15px 15px;
    }  
    .login-logo img {
        width: 65px;
    }
    .login-form {
        padding: 0 15%;
    }
    .form-item-con2 {
        margin-bottom: 15px;
    }
    
    .wait-delivery-img{
        padding: 0 60px;
    }
}
@media (max-width:768px){
    .profile-logo {
        padding: 20px 10px 16px;
    }
    .profile-logo img {
        width: 150px;
    }
    .profile-con {
        padding: 10px 25px 30px;
        justify-content: center;
        flex-direction: column;
    }
    .photo-con {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    #add_con {
        width: 90px;
        height: 90px;
        margin-right: 20px;
    }
    .camera-img {
        width: 32px;
        right: 3px;
    }
    .form-item-con4 label {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 3px;
    }
    .form-item-con4 .form-item-next-icon {
        top: 20px;
    }
    .form-item-con2 input, .form-item-con2 select {
        font-size: 13px;
    }
    
    .profile-page{
        align-items: flex-start;
    }
    .profile-con1 {
        margin: 10% 30px;
    }
    .profile-footer-con {
        margin-top: 20px;
        justify-content: center;
    }
    .upload-msg1 {
        line-height: 16px;
        padding: 5px 0 8px;
    }
    #upload-btn {
        font-size: 12px;
        padding: 5px 26px;
    }
    /* 註冊彈框 */
    .modal .modal-dialog {
        margin: 100px auto;
        width: calc(100% - 30px);
    }
    .modal1-title {
        background: #B39755;
        padding: 15px 0;
        font-size: 20px;
    }
    .modal-content1 {
        padding: 26px 20px 36px;
    }
    .modal-content2{
        padding: 26px 40px 36px;
    }
    .modal-content3 {
        padding: 20px 20px 30px;
        flex-direction: column;
    }
    .modal-content3 .photo-con{
       flex-direction: row;
       padding-right: 0;
    }
    
}
@media (max-width:576px){
    
    .main-con{
        height: calc(100vh - 71px);
    }
    .header-logo img{
        width:102px;
    }
    .header-log {
        top: -2px;
        right: 0px;
    }
    .register-logo {
        padding: 25px 10px 16px;
    }
    .register-logo img {
        width: 150px;
    }
    .register-title {
        padding-top: 13px;
        font-size: 25px;
        line-height: 30px;
        letter-spacing: 3px;
    }
    .register-form {
        padding: 0 25px 30px;
    }
    .form-item-con {
        margin-top: 20px;
    }
    .form-footer-con {
        margin-top: 20px;
    }
    
    .login-con {
        width: 100%;
    }  
    .login-form {
        padding: 0 7%;
    }
    .add-address-msg1 {
        font-size: 13px;
        line-height: 23px;
        padding: 0 5px;
    }
    .welcome-join-img {
        padding: 0 30px;
    }
    
    
    .wait-delivery-img{
        padding: 0 20px;
    }
    .wait-delivery-msg1{
        padding: 20px 20px 10px;
    }
    .form-item-con2 .form-item-next-icon.select-icon img {
        width: 15px;
    }
    .profile-con1 {
        margin: 30px 20px;
    }
    .profile-page .top1-img {
        width: 20%;
    }
    .profile-page .bottom1-img {
        width: 18%;
    }
    .profile-logo {
        padding: 15px 10px 10px;
    }
    .profile-logo img {
        width: 100px;
    }
    .profile-con {
        padding: 8px 20px 25px;
    }
    #add_con {
        width: 75px;
        height: 75px;
    }
    
}