/*--------------------------------------------------------樓宇按揭計算器--------------------------------------------------------*/
input[type=reset],input[type=button], input[type=submit], input[type=file], input[type=text], button { cursor: pointer; -webkit-appearance: none; }

.n_cal{display: flex; justify-content: space-around; align-items: center;padding: 60px 0;}
.n_cal>div{}
.n_cal>div:nth-child(1){}
.n_cal>div:nth-child(1)>div>div,.n_cal>form>div>div:nth-child(3)>div>div{ font-size: 16px; color: #000;}
.n_cal>div:nth-child(2){}
.inside-title1 { background: #f1e3d8; width: 58px; line-height: 24px; border: 1px solid #cbad93; border-radius: 3px; text-align: center; color: #7a4617; padding: 0; }
.n_cal>div>div{margin-bottom: 25px;display: flex;}
.n_cal>div>div>h2{font-size: 22px; line-height: 48px; color: #FFB331; font-weight: bold;}
.n_cal>div>div>div>span{display: inline-block; height: 100%; min-width: 70px; text-align: justify; text-align-last: justify;}
.n_cal>div:nth-child(1)>div>div>input,.n_cal>div:nth-child(3)>div>div>input { width: 320px; height: 40px; background-color: #EAE6E3; border: 1px solid #dbdbdb; padding: 0 10px; font-size: 16px; border-radius: 4px; box-shadow: none !important; margin-right: 10px; box-sizing: border-box;color: #444;}
@media screen and (max-width: 480px) {
    .n_cal {width: 100%; border: 0;flex-direction: column;padding: 10px 0;}
    .n_cal>div:nth-child(2){display: flex; justify-content: center;}
    .n_cal>div:nth-child(1)>div>div>input, .n_cal>div:nth-child(3)>div>div>input {width: 170px;}
/*    .n_cal>div:nth-child(1)>div>div>input:disabled, .n_cal>div:nth-child(3)>div>div>input:disabled{color:#1A1A1A!important;}*/
    .inside-title1{margin: 0 12px;}
}
input:disabled,textarea:disabled{ opacity: 1; -webkit-text-fill-color:#444; }
input:disabled, input[disabled]{ -webkit-opacity:1; opacity: 1; }