#contact {
    margin: 0 auto;
    padding-top: 50px;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.6;
 }
 #contact h2 {
    text-align: center;
    font-size: 36px;
 }
 @media (max-width: 768px) {
    #contact h2 {
       font-size: 26px;
    }
 }
 #contact h2 br {
    display: none;
 }
 #contact .sectionDesc-center {
    margin: 0 auto 30px;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
 }
 @media (max-width: 768px) {
    #contact .sectionDesc-center {
       margin-top: 0.5em;
    }
 }
 @media (max-width: 413px) {
    #contact .sectionDesc-center {
       font-size: 18px;
    }
 }
 #contact .sectionDesc-center a {
    display: inline-block;
    color: #ffae00;
    font-size: 36px;
 }
 @media (max-width: 768px) {
    #contact .sectionDesc-center a {
       font-size: 26px;
    }
 }
 #contact .links {
    color: #fe5757;
 }
 #contact .links:hover {
    color: #ee0101;
 }
 #contact .highLight {
    color: #fe5757;
 }
 #contact .mobileStyle {
    display: none;
 }
 
 /* ==================== form ==================== */
 #form {
    margin-bottom: 60px;
    border: 1px solid #ccc;
 }
 #form h3 {
    background-color: #d6d6d6;
    text-align: center;
    line-height: 50px;
 }
 
 .demandContent,
 .basciInfo {
    padding: 30px 99px;
 }
 
 .inputTitle {
    margin-bottom: 4px;
    width: 100%;
    font-size: 20px;
 }
 .inputTitle .requiredHint {
    margin-right: 4px;
    color: #fe5757;
 }
 .inputTitle .fillHint {
    color: #888;
    font-size: 14px;
 }
 .inputTitle .fa {
    display: none;
    margin-left: 4px;
    color: #ffa800;
    font-size: 14px;
 }
 
 .demandCheck {
    display: flex;
    flex-wrap: wrap;
 }
 .demandCheck .outline {
    position: relative;
    margin: 5px;
    width: 190px;
    text-align: center;
    line-height: 40px;
 }
 .demandCheck .outline label {
    display: block;
    background-color: #eee;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 }
 .demandCheck .outline label br {
    display: none;
 }
 .demandCheck .contact-demand,
 .demandCheck .demandOtherCont {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
 }
 .demandCheck .contact-demand:checked + label,
 .demandCheck .demandOtherCont:checked + label {
    background-color: #3798e4;
    color: #fff;
 }
 .demandCheck.noInput .inputTitle .fa {
    display: inline-block;
 }
 
 .consult-cont {
    margin-top: 30px;
 }
 .consult-cont #contact-query {
    display: block;
    padding: 10px;
    width: 100%;
    border: 1px solid #d6d6d6;
    font-size: 16px;
    font-family: Arial, "微軟正黑體";
    line-height: 27px;
 }
 .consult-cont .wordNum {
    margin: 0 0 0 10px;
    font-size: 14px;
 }
 
 .basciInfo .outline {
    position: relative;
    margin-bottom: 10px;
 }
 .basciInfo .inputTitle {
    position: absolute;
    top: 16px;
    left: 20px;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 }
 .basciInfo .inputTitle.focus {
    top: 0;
    color: #3798e4;
    font-size: 16px;
 }
 .basciInfo .inputTitle.focus .requiredHint {
    color: #3798e4;
 }
 .basciInfo input {
    display: block;
    padding: 24px 0 4px 30px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d6d6d6;
    background-color: transparent;
    font-size: 18px;
    font-family: Arial, "微軟正黑體";
 }
 .basciInfo input:focus {
    outline: none;
 }
 .basciInfo input.noInput + .inputTitle .fa {
    display: inline-block;
 }
 
 .btnBlock {
    padding: 40px 0;
    background-color: #f2f2f2;
 }
 .btnBlock #submit {
    display: block;
    margin: auto;
    width: 300px;
    border: none;
    border-radius: 3px;
    background-color: #3798e4;
    color: #fff;
    letter-spacing: 5px;
    font-size: 24px;
    font-family: Arial, "微軟正黑體";
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 }
 .btnBlock #submit:hover {
    background-color: #0f4773;
 }
 .btnBlock .agreeLabel {
    text-align: center;
    font-size: 14px;
 }
 
 /* ==================== form basic ==================== */
 #fromSource {
    position: absolute;
    height: 0;
    font-size: 0;
 }
 
 /* ==================== verifica ==================== */
 .verifica {
    position: relative;
 }
 .verifica .outline {
    float: left;
    width: 170px;
 }
 .verifica #vericodePic {
    position: relative;
    float: left;
    margin: 10px 0 0 10px;
    padding: 0;
    width: 120px;
    border: none;
    background: url("/dsc/images/Eform/identCode.jpg")
       no-repeat center center;
    color: #555;
    letter-spacing: 4px;
    font: italic bold 20px/40px Arial;
 }
 .verifica .renovCode {
    display: block;
    float: left;
    margin: 10px 0 0 10px;
    width: 27px;
    height: 40px;
    background: url("/eform/images/renovCode.png")
       no-repeat center center;
    cursor: pointer;
 }
 .verifica #codeSuces {
    position: absolute;
    bottom: -14px;
    left: 32px;
    color: #fe5757;
    font-size: 14px;
 }
 
 /* ==================== loading ==================== */
 #loading {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    background-color: #000 \9;
    color: #fff;
    text-align: center;
    font-family: Arial, "微軟正黑體", "新細明體";
 }
 #loading:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
 }
 #loading p {
    display: inline-block;
    margin: 0 auto;
    width: 90%;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
 }
 #loading p i {
    display: block;
    margin-bottom: 15px;
    height: 24px;
    background: url("/eform/images/loading.gif")
       no-repeat center center;
 }
 
 /* ==================== thx ==================== */
 #thx {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-align: center;
    font-family: Arial, "微軟正黑體";
 }
 #thx:before {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    text-align: center;
 }
 #thx #thxContent {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 50px;
    max-width: 500px;
    width: 50%;
    border-radius: 5px;
    background-color: #3798e4;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
 }
 #thx #thxContent h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 30px;
 }
 #thx #thxContent .thxSourLoad1 {
    display: none;
    margin: 30px auto 0;
    width: 200px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #ff7e00;
    line-height: 45px;
 }
 #thx #thxContent .thxSourLoad1 a {
    display: block;
    color: #fff;
    text-decoration: none;
 }
 #thx #thxContent .thxSourLoad2 {
    display: inline-block;
    width: 150px;
    height: 45px;
 }
 #thx #thxparg span,
 #thx .suprtCall span {
    display: block;
 }
 
 #goIndex {
    margin: 25px auto 0;
    max-width: 200px;
    width: 82%;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 3px;
    background-color: #0f4773;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 }
 #goIndex a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
 }
 #goIndex:hover {
    background-color: #092b46;
 }
 
 .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 0 5px 0 5px;
    background-color: #1c7fcc;
    font-size: 24px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 }
 .close:hover {
    background-color: #16639f;
 }
 
 /* ==================== xcConfirm ==================== */
 .xcConfirm .popBox .ttBox {
    height: 50px;
 }
 .xcConfirm .popBox .txtBox .bigIcon {
    display: none;
 }
 .xcConfirm .popBox .txtBox p {
    height: auto;
    text-align: center;
 }
 .xcConfirm .popBox .sgBtn {
    border-radius: 3px;
    font-weight: normal;
    -webkit-transition: 0.5s;
    transition: 0.5s;
 }
 .xcConfirm .popBox .sgBtn:hover {
    background-color: #0f4773;
 }
 
 @media screen and (max-width: 480px) {
    /* ==================== form ==================== */
    #form .content {
       border: none;
    }
 
    .demandContent {
       padding: 30px 10px;
    }
 
    .basciInfo {
       padding: 30px 10px;
    }
    .basciInfo input {
       padding: 24px 0 4px 4px;
    }
    .basciInfo .inputTitle {
       left: 4px;
    }
    .basciInfo .inputTitle .requiredHint {
       margin-right: 4px;
    }
 
    .demandCheck .outline {
       margin: 0 0 10px 0;
       padding: 0 5px;
       width: 50%;
       line-height: 24px;
    }
    .demandCheck .outline label {
       padding: 4px 0;
    }
    .demandCheck .outline label br {
       display: block;
    }
    .demandCheck .outline:nth-of-type(odd) {
       padding-left: 0;
    }
    .demandCheck .outline:nth-of-type(even) {
       padding-right: 0;
    }
    .demandCheck .outline .othChecCont {
       line-height: 48px;
    }
 
    .btnBlock #submit {
       width: 90%;
    }
    .btnBlock .agreeLabel {
       margin-top: 10px;
    }
 
    /* ==================== verifica ==================== */
    .verifica .outline {
       width: 54%;
    }
    .verifica #vericodePic {
       width: 28%;
    }
    .verifica #codeSuces {
       left: 18px;
    }
 
    /* ==================== thx ==================== */
    #thx #thxContent {
       padding: 50px 20px;
       max-width: 90%;
       width: 90%;
    }
 }
 .clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
 }
 
 .clearfix:before,
 .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
 }
 
 .clearfix:after {
    clear: both;
 }
 