.boxNote { border-bottom: 1px #666 dashed; text-align: center; margin-bottom: 20px; padding-bottom: 20px;}
.boxNote span {  display: block;}
.boxNote span.l{ font-weight: bold;}
.boxNote.underNone { border-bottom: none; tmargin-bottom: 0px; padding-bottom: 0px;}
.boxNote.indexFinish { padding-top: 74px; margin-left: 60px; margin-right: 60px;}

.sector-banner {
    height: 250px;
    width: 100%;
    background: url(../img/page_appoint/banner.jpg) center no-repeat #e2e2e2;
    -webkit-background-size: inherit;
    -moz-background-size: inherit;
    -o-background-size: inherit;
    -ms-background-size: inherit;
    background-size: inherit;
}

.sector-news-detail .contentArea h1 {
    background: url(../img/page_appoint/icon-h.png) left center no-repeat;
    padding: 10px 0px 20px 0px;
    padding-left: 65px;
}

.sector-news-detail .contentArea h1>span {
    color: #333333;
    font-size: 22px;
    display: block;
    font-weight: normal;
}

.sector-news-detail .contentArea h1>span br {
    display: none
}

.tab-area {
    border-bottom: 1px #0c1f6b solid;
    font-size: 0px;
    margin-bottom: 30px;
}

.tab-area>.item {
    text-align: center;
    width: 35%;
    display: inline-block;
    margin-right: 6px;
    padding: 8px;
    color: #0c1f6b;
    background-color: #f1f3f8;
    font-size: 22px;
    border-radius: 10px 10px 0px 0px;
}

.tab-area>.item-active {
    background-color: #0c1f6b;
    color: #ffffff;
    font-size: 24px;
}

.label {
    font-size: 22px;
    color: #0c1f6b;
    margin: 20px;
}

.row {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 1px;
}

.row .col {
    float: left;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-1 {
    width: 32%;
}

.col-2 {
    width: 10%;
}

.col-3 {
    width: 60%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.6%
}

.col-6 {
    width: 25%
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    margin-right: 6px;
    width: 33%
}

.col-9-2 {
    width: 42%
}

.col-10 {
    width: 19%;
    padding: 0 !important;
}

.col-11 {
    width: 3%;
    padding: 0 !important;
}

.col-12 {
    width: 100%
}

.form-input {
    display: inline-block;
    border: 1px #dddddd solid;
    border-radius: 30px;
    padding: 12px 25px;
    color: #9e7152;
    outline: none;
    width: 100%;
    font-size: 20px;
}

.form-input-date {
    background: url(../img/page_appoint/icon-calendar.png) right 20px center no-repeat;
}

.form-input-inline {
    display: inline-block;
    width: 75%;
}

.form-input-inline.cont {
    width: 96%;
}

.form-input-inline.note {
    width: 170%;
}


/* width:auto;*/

.form-input-wrapper {
    display: inline-block;
    padding: 8px 0px;
}

.form-input-wrapper>* {
    margin: 0px 15px;
    font-size: 20px;
    border: none;
    width: 90%;
    background-color: #ffffff;
}

.control-label {
    font-size: 20px;
    color: #0c1f6b;
    padding: 10px 7px;
    text-align: left;
    display: inline-block;
}

.remark-area {
    margin: 60px 15px;
    font-size: 20px;
    color: #333333
}

.remark-area .title {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0px;
}

.remark-area ol {
    padding: 0px;
    margin: 0px;
    margin-left: 20px;
}

.remark-area ol li {}

.btn-area-center {
    text-align: center;
    margin-bottom: 50px;
}

.btn-area-next {
    text-align: right;
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 0px;
    padding-top: 30px;
    border-top: 1px #ececec solid;
}

.btn-back {
    padding: 10px 30px;
    border: 1px #111e4a solid;
    border-radius: 20px;
    color: #111e4a;
    font-size: 20px;
    float: left;
}

.process-area {
    border-bottom: 1px #ececec solid;
    padding: 30px 50px 50px 50px;
    margin-bottom: 30px;
    overflow: auto;
}

.process-area .step-area {
    width: 25%;
    float: left;
    position: relative;
    text-align: center;
}

.process-area .step-area .line {
    background-color: #ececfb;
    border: 1px #dfd2d1 solid;
    border-width: 1px 0px;
    height: 4px;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
}

.process-area .step-area .line>span {
    display: inline-block;
}

.process-area .step-area .step {
    color: #a87a59;
    background-color: #ececfb;
    height: 80px;
    width: 80px;
    border-radius: 40px;
    position: relative;
    display: inline-block;
}

.process-area .step-area .step>span {
    font-size: 50px;
    padding-top: 2px;
    display: inline-block;
}

.process-area .step-area .txt-area {
    color: #111e4a;
    font-size: 22px;
    margin-top: 15px;
    line-height: 1
}

.process-area .step-active .line>span {
    background-color: #a87a59;
    width: 50%;
    height: 100%;
    float: left;
}

.process-area .step-cmp .line>span {
    background-color: #a87a59;
    width: 100%;
    height: 100%;
    float: none;
}

.process-area .step-active .step,
.process-area .step-cmp .step {
    color: #ffffff;
    background-color: #111e4a
}

.step-form-area {
    font-size: 22px;
}

.step-form-area h2 {
    color: #111e4a;
    letter-spacing: 0;
    font-size: 30px;
    margin: 0px 20px;
    padding: 0px
}

.step-form-area h2>span {
    font-size: 30px;
}

.step-form-area .heading {
    color: #ffffff;
    background-color: #111e4a;
    padding: 6px 20px;
    margin: 30px 0px;
}

.cmp-box {
    background-image: url(../img/page_appoint/mail_n.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
    margin: 30px 0px 30px 0px;
    padding: 50px 20px 115px 20px;
    text-align: center;
}

.cmp-box h2 {
    color: #111e4a;
    letter-spacing: 0;
    font-size: 25px;
    margin: 60px 20px 0px 20px;
    padding: 0px;
}

.cmp-box .txt-a {
    color: #a87a59;
    margin: 10px 0px;
}

.cmp-box .row {
    margin: 10px 90px 0px 90px;
    font-size: 20px;
}

.cmp-box .row-s {
    clear: both;
}

.cmp-box .row .col:last-child {
    text-align: left;
    width: 50%;
}

.cmp-box .row .col:first-child {
    text-align: right;
    margin-left: 50px;
}

.cmp-box .row .col span {
    color: #0c216b;
}

.cmp-box .row .col span.l {
    font-size: 22px;
    font-weight: bold;
}

.cmp-box .thank {
    color: #333333;
    font-size: 22px;
    margin-top: 50px;
}

::-webkit-input-placeholder {
    color: #9e7152;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #9e7152;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #9e7152;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #9e7152;
}

textarea {
    resize: none;
}

.txterror {
    color: #F00;
}

.txtisuse {
    color: #00F;
}

.txterrorf10 {
    font-size: 10px;
}

.alertclass {
    font-size: 20px !important;
    font-family: 'WebFont';
}

.alertclass .ui-dialog-buttonpane {
    margin-top: 0px !important;
    padding: 0;
}

.alertclass .ui-dialog-titlebar {
    display: none;
}

.alertclass button.ui-button.ui-corner-all.ui-widget {
    font-family: 'WebFont';
}

.ui-selectmenu-button {
    width: 89% !important;
    font-size: 20px !important;
    font-family: 'WebFont';
    padding: 12px 4px 12px 25px;
    border: 1px solid #dddddd;
    background: #FFF;
    border-radius: 30px;
    font-size: 20px;
    margin: 0px;
    outline: none;
    position: relative;
    color: #9e7152 !important;
}

.ui-widget-content {
    color: #9e7152;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 5px;
}

.ui-selectmenu-menu .ui-menu {
    width: 1%;
    margin-top: -52px;
}

.ui-menu.ui-corner-bottom.ui-widget.ui-widget-content {
    border-radius: 20px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 12px 26px;
    margin: 0px;
}

.child-option {
    font-size: 20px !important;
    font-family: 'WebFont';
}

.overflow {
    max-height: 260px;
}

.txtreadonly {
    background: #ececfb;
}

a.additem {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 35px;
    letter-spacing: 0;
    margin: 15px 0 0 0;
    color: #ffffff;
    background: #2a3f88;
}

a.deleteitem {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 10px;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-size: 35px;
    letter-spacing: 0;
    margin: 15px 0 0 0;
    color: #ffffff;
    background: #d90000;
}

a.blankitem {
    display: block;
    width: 21px;
    height: 21px;
    font-size: 0px;
}

.divclear {
    clear: both;
}

.boxContactApp {
    background: #f4f6fb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 40px;
}

.textTitle {
    font-size: 22px;
    line-height: 1.4;
    color: #0c1f6b;
    margin-bottom: 10px;
}

ul.listContact {
    padding: 0;
    margin: 0;
    border-bottom: 1px dashed #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    color: #0c1f6b;
    font-size: 13px;
}

ul.listContact.a {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

ul.listContact li {
    margin-bottom: 5px;
}

ul.listContact li a {
    font-size: 22px;
    line-height: 1.2;
    color: #333;
}

@media only screen and (max-width: 1100px) {
    .tab-area>.item-active {
        width: 40%;
    }
    .remark-area br {
        display: none;
    }
    .cmp-box .row .col:first-child {
        margin-left: 30px;
    }
    .col-1 {
        width: 33%;
    }
    .col-2 {
        width: 8;
    }
    .cmp-box .row .col:last-child {
        width: 49%;
    }
    .sector-news-detail .contentArea {
        float: none;
        width: auto;
    }
    .sector-news-detail .menu {
        width: auto;
        float: none
    }
    .process-area .step-area .step>span {
        padding-top: 5px;
    }
    .cmp-box .row {
        display: table;
        width: 100%;
        font-size: 18px;
        margin: 40px 0px;
    }
    .cmp-box .row-s {
        display: table;
        width: 100%;
    }
    .cmp-box .row .col {
        display: table-cell;
        float: none;
    }
    .cmp-box .row .col-1 {
        width: 45%;
    }
    .cmp-box .row .col-2 {
        width: 10%
    }
    .cmp-box .row .col-3 {
        width: 45%
    }
    a.additem {
        line-height: 17px;
        padding-left: 1px;
    }
    a.deleteitem {
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .sector-banner {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        -ms-background-size: cover;
        background-size: cover;
    }
    a.additem {
        line-height: 17px;
    }
    a.deleteitem {
        line-height: 17px;
    }
    .cmp-box .row {
        margin: 10px 0px 0px 110px;
    }
    .sector-news-detail .contentArea h1>span br {
        display: block;
    }
    .form-input {
        font-size: 19px;
        padding: 12px 15px;
        margin-left: 4px;
    }
    .col-5 {
        width: 45%
    }
    .remark-area ol li br {
        display: none;
    }
    .cmp-box .row .col:first-child {
        margin-left: 35px;
    }
    .cmp-box .row .col:last-child {
        text-align: left;
        width: 48%;
    }
    .cmp-box .txt-a br {
        display: none;
    }
    .cmp-box .row .col-1 {
        width: 32%;
    }
    .cmp-box .thank {
        margin-top: 12px;
    }
    .row .col {
        float: left;
        padding-left: 0px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col-6 {
        width: 21%
    }
    .col-9 {
        width: 36%
    }
    .col-9-2 {
        width: 39%
    }
    .col-10 {
        width: 20%;
        padding: 0 !important;
    }
    .control-label {
        font-size: 20px;
        color: #0c1f6b;
        padding: 10px 0px 10px 4px;
        text-align: left;
        display: inline-block;
    }
    .cmp-box .row {
        display: table;
        width: 100%;
        font-size: 18px;
        margin: 40px 0px;
    }
    .cmp-box .row .col {
        display: table-cell;
        float: none;
    }
    .cmp-box .row .col-1 {
        width: 45%;
    }
    .cmp-box .row .col-2 {
        width: 10%
    }
    .cmp-box .row .col-3 {
        width: 45%
    }
}

@media only screen and (max-width: 600px) {
    .sector-news-detail .contentArea h1 {
        padding-left: 70px;
        font-weight: normal;
    }
    .step-form-area h2 {
        font-weight: normal;
    }
    .tab-area {
        display: table;
    }
    .tab-area>.item {
        display: table-cell;
        width: 1%;
        vertical-align: middle;
    }
    .process-area {
        padding: 30px 0px;
    }
    .process-area .step-area .line {
        top: 30px
    }
    .process-area .step-area .step {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }
    .process-area .step-area .step>span {
        font-size: 40px
    }
    .process-area .step-area .txt-area {
        font-size: 16px;
    }
    .step-form-area .heading {
        margin: 15px 0px
    }
    .row {
        margin: 0px;
    }
    .row .col {
        float: none;
        width: auto;
        margin: 5px 0px 0px 0px;
        overflow: visible;
        padding: 0px;
    }
    .form-input {
        width: 99%;
    }
    .btn-area-next {
        margin: 15px 0px 50px 0px;
        padding-top: 20px;
    }
    .btn-area-next>.btn-back {
        padding: 10px 15px;
    }
    .btn-area-next>.btn-default {
        padding: 10px 30px;
        width: auto;
        border-radius: 30px;
    }
    .cmp-box {
        background-image: url(../img/page_appoint/mail_b.png);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: left 35% top;
        margin: 0px 0px 20px 0px;
        padding: 45px 10px;
        box-shadow: none;
    }
    .cmp-box h2 {
        font-size: 26px;
    }
    .cmp-box .row {
        font-size: 16px;
    }
    .cmp-box .thank {
        font-size: 17px;
    }
    .cmp-box .row .col span.l {
        font-size: 16px;
        font-weight: normal
    }
    .cmp-box .row .col-1 {
        width: 40%;
    }
    .sec-step-2 .boximageTable {
        position: relative;
    }
    .sec-step-2 .new-item .col.hide,
    .sec-step-2 .col-11 {
        height: 1px;
    }
    .sec-step-2 .col-10 {
        float: left;
        width: 50%;
    }
    /* .sec-step-2 .new-item .control-label { display:none; } */
    .sec-step-2 .btn-add-del {
        position: absolute;
        right: 15px;
        margin-top: -53px;
    }
    .boxNote.indexFinish { padding-top: 90px; margin-left: 10px; margin-right: 10px;}
    .boxNote br { display: none;}
}

@media only screen and (max-width: 440px) {
    .form-input {
        font-size: 19px;
        padding: 12px 15px;
        margin-left: 0px;
    }
    .cmp-box {
        background-size: auto 100%;
        margin: 0px;
        padding: 50px 10px;
        box-shadow: none;
    }
    .cmp-box h2 {
        margin-top: 80px
    }
    .cmp-box .thank {
        margin: 0px 10px;
    }
    .cmp-box .thank br {
        display: none;
    }
}

@media only screen and (max-width: 380px) {
    .cmp-box h2 {
        font-size: 22px
    }
    .contentArea .warpper>h1>span br {
        display: none;
    }
}

@media only screen and (max-width: 330px) {
    .btn-area-next {
        text-align: center;
    }
    .btn-area-next>* {
        display: inline-block;
        margin: 10px 0px;
        float: none;
    }
    .control-label {
        font-size: 18px;
    }
    .cmp-box {
        background-position: left 30% center;
    }
    .cmp-box .row {
        font-size: 14px
    }
}