
.p3{padding:0 15px;font-size:22px;font-weight:bold;letter-spacing:-1px;line-height:22px;margin-top:20px}
/* .refund{margin-bottom: 60px;} */
.account_box{background:#f6f6f6;border-top:1px solid #c8c8c8;border-bottom:1px solid #c8c8c8;padding:30px 10px;margin-top:20px}
.account_box input{width:100%;border:1px solid #c8c8c8;background:#fff;text-indent:10px;font-size:14px;color:#333;border-radius:4px;height:40px;line-height:40px}
.account_box table{width:100%}
.account_box table td{padding:5px}
.account_box table td select{border-radius: 4px;height:40px;text-indent:10px;width:100%;background:#fff url('/image/site/sub/slt_arw.png') 96% no-repeat;color:#333;font-size:14px;border:1px solid #c8c8c8;-webkit-appearance:none;background-size: 10px;}
.account_box table td select:focus{outline:none !important}
.account_box button{width:100%;height:40px;font-size:15px;color:#fff;background: #14a6f1;border:none;border-radius:4px;font-weight:500;margin-top:10px}


.account_info {
    width:100%;
    height:230px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.account_info h2 {
    font-size:22px;
    font-weight:700;
    color:#1A3F6B;
    text-align: center;
}

.account_info > p {
    font-size:14px;
    font-weight:400;
    color:#000;
    text-align: center;
    margin-top:10px;
    margin-bottom:20px;
    text-align: center;
}

.account_info_box {
    display:flex;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    border-radius: 3px;
    border: 1px solid #E5E5E5;
    color:#A4A4A4;
    padding:0 10px;
    height:30px;
    font-size:12px;
    gap:5px;
}