@charset "UTF-8";
.textEditor ul:not(.df) {
    padding-left: 18px;
}

.blockTitle {
    font-size: 30px;
    font-weight: 600;
    color: #224b95;
    text-align: center;
}

.bannerArea.ins .text .left {
    width: 100%;
    max-width: 660px;
}

.trainArea {
    padding: 110px 0 100px;
    background-color: #fff;
}
@media (max-width: 1180px) {
    .trainArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.trainArea .titleBox {
    margin-bottom: 55px;
}
@media (max-width: 1180px) {
    .trainArea .titleBox {
        margin-bottom: 20px;
    }
}
.trainArea .trainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 960px) {
    .trainArea .trainBox {
        display: block;
    }
}
.trainArea .trainBox .Img {
    width: 52.5%;
}
@media (max-width: 960px) {
    .trainArea .trainBox .Img {
        width: 100%;
    }
}
.trainArea .trainBox .Img img {
    display: block;
    width: 100%;
}
.trainArea .trainBox .Txt {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 70px;
    width: 47.5%;
}
@media (max-width: 960px) {
    .trainArea .trainBox .Txt {
        width: 100%;
        padding-left: 0;
    }
}
.trainArea .trainBox .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #224b95;
}
.trainArea .trainBox .text {
    font-size: 16px;
    line-height: 1.5;
}

.developArea {
    padding-top: 90px;
    padding-bottom: 65px;
    background-color: #f3f6f8;
}
@media (max-width: 1180px) {
    .developArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.developArea .titleBox {
    margin-bottom: 40px;
}
.developArea .developList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -25px;
}
@media (max-width: 640px) {
    .developArea .developList {
        margin: 0 -10px;
    }
}
.developArea .developList > li {
    position: relative;
    width: 20%;
}
@media (min-width: 961px) {
    .developArea .developList > li:not(:last-child)::before {
        content: "";
        position: absolute;
        top: 95px;
        right: -47.5px;
        width: 95px;
        height: 1px;
        background-color: #52afbd;
    }
}
@media (max-width: 960px) {
    .developArea .developList > li {
        width: 33.33%;
    }
}
@media (max-width: 640px) {
    .developArea .developList > li {
        width: 50%;
    }
}
.developArea .developList .item {
    position: relative;
    padding: 30px 25px;
    text-align: center;
}
@media (max-width: 640px) {
    .developArea .developList .item {
        padding: 20px 10px;
    }
}
.developArea .developList .Img {
    margin-bottom: 20px;
    display: inline-block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
}
@media (max-width: 640px) {
    .developArea .developList .Img {
        width: 90px;
        height: 90px;
    }
}
.developArea .developList .Img img {
    display: block;
    width: 100%;
}
.developArea .developList .num {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-95px);
            transform: translateX(-95px);
    font-size: 60px;
    font-weight: 600;
    color: #000;
    color: #52afbd;
    line-height: 1;
}
@media (max-width: 640px) {
    .developArea .developList .num {
        font-size: 40px;
        -webkit-transform: translateX(-60px);
                transform: translateX(-60px);
    }
}
.developArea .developList .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #52afbd;
}
.developArea .developList .intro {
    font-size: 16px;
    font-weight: 400;
    color: #696969;
    line-height: 1.4;
}

.featureArea {
    padding-top: 90px;
    background-color: #fff;
}
@media (max-width: 1180px) {
    .featureArea {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
.featureArea .titleBox {
    margin-bottom: 50px;
}
.featureArea .featureOuterBox .featureBox {
    position: relative;
    padding: 0 16.66%;
    height: 380px;
}
@media (max-width: 1180px) {
    .featureArea .featureOuterBox .featureBox {
        display: none;
    }
}
.featureArea .featureOuterBox .featureBox .dotBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
}
.featureArea .featureOuterBox .featureBox .dotBox .dotList {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.featureArea .featureOuterBox .mFeatureBox {
    position: relative;
    padding: 0 80px;
}
@media (min-width: 1181px) {
    .featureArea .featureOuterBox .mFeatureBox {
        display: none;
    }
}
@media (max-width: 960px) {
    .featureArea .featureOuterBox .mFeatureBox {
        padding: 0 30px;
    }
}
@media (max-width: 640px) {
    .featureArea .featureOuterBox .mFeatureBox {
        padding: 0;
    }
}
.featureArea .featureOuterBox .mFeatureBox .mFeatureList {
    margin: 0 auto;
}
@media (max-width: 640px) {
    .featureArea .featureOuterBox .mFeatureBox .arrowBox {
        display: none;
    }
}
.featureArea .featureOuterBox .mFeatureBox .arrowBox .prev {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 960px) {
    .featureArea .featureOuterBox .mFeatureBox .arrowBox .prev {
        padding-right: 10px;
    }
    .featureArea .featureOuterBox .mFeatureBox .arrowBox .prev::before {
        display: none;
    }
}
.featureArea .featureOuterBox .mFeatureBox .arrowBox .next {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
@media (max-width: 960px) {
    .featureArea .featureOuterBox .mFeatureBox .arrowBox .next {
        padding-left: 10px;
    }
    .featureArea .featureOuterBox .mFeatureBox .arrowBox .next::before {
        display: none;
    }
}
.featureArea .featureOuterBox .item {
    padding: 60px 18.75%;
    text-align: center;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s cubic-bezier(1, -0.02, 0.43, 1.02);
    transition: all 0.4s cubic-bezier(1, -0.02, 0.43, 1.02);
}
@media (max-width: 960px) {
    .featureArea .featureOuterBox .item {
        padding: 30px 30px;
    }
}
.featureArea .featureOuterBox .Img {
    width: 85px;
    display: inline-block;
}
.featureArea .featureOuterBox .Img img {
    border-radius: 50%;
}
.featureArea .featureOuterBox .title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.featureArea .featureOuterBox .job {
    font-size: 15px;
    font-weight: 500;
    color: #0990cd;
}
.featureArea .featureOuterBox .intro {
    background-repeat: no-repeat;
    background-image: url(../images/case_text_bg.png);
    background-size: 119px 98px;
    background-position: center center;
    min-height: 100px;
}
.featureArea .featureOuterBox .arrowBox .arrowBtn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 4;
    font-size: 16px;
    font-weight: 600;
    color: #999999;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px;
}
.featureArea .featureOuterBox .arrowBox .arrowBtn:hover {
    color: #0990cd;
}
.featureArea .featureOuterBox .arrowBox .arrowBtn:hover::before {
    background-color: #0990cd;
}
.featureArea .featureOuterBox .arrowBox .arrowBtn::before {
    content: "";
    position: absolute;
    top: 50%;
    height: 1px;
    margin-top: -0.5px;
    width: 40px;
    height: 1px;
    background-color: #999;
}
.featureArea .featureOuterBox .arrowBox .prev {
    padding-right: 50px;
    left: 50%;
    -webkit-transform: translate(-480px, -50%);
            transform: translate(-480px, -50%);
}
.featureArea .featureOuterBox .arrowBox .prev::before {
    right: 0;
}
.featureArea .featureOuterBox .arrowBox .next {
    right: 50%;
    padding-left: 50px;
    -webkit-transform: translate(480px, -50%);
            transform: translate(480px, -50%);
}
.featureArea .featureOuterBox .arrowBox .next::before {
    left: 0;
}
.featureArea .featureList li {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 800px;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%) scale(0.7);
            transform: translateX(-50%) scale(0.7);
    -webkit-transition: all 0.4s cubic-bezier(1, -0.02, 0.43, 1.02);
    transition: all 0.4s cubic-bezier(1, -0.02, 0.43, 1.02);
    -webkit-box-shadow: 0px 10px 35px 0px rgba(34, 75, 149, 0.15);
            box-shadow: 0px 10px 35px 0px rgba(34, 75, 149, 0.15);
    pointer-events: none;
    background-color: #fff;
}
.featureArea .featureList li .item {
    opacity: 0;
}
.featureArea .featureList li.center {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4;
    pointer-events: auto;
}
.featureArea .featureList li.center .item {
    opacity: 1;
}
.featureArea .featureList li.left {
    left: 27%;
    -webkit-transform: translateX(-50%) scale(0.81);
            transform: translateX(-50%) scale(0.81);
    z-index: 3;
}
.featureArea .featureList li.left .item {
    opacity: 0.5;
}
.featureArea .featureList li.right {
    left: 73%;
    -webkit-transform: translateX(-50%) scale(0.81);
            transform: translateX(-50%) scale(0.81);
    z-index: 3;
}
.featureArea .featureList li.right .item {
    opacity: 0.5;
}

.serviceArea {
    position: relative;
    margin-top: -80px;
}
@media (max-width: 1180px) {
    .serviceArea {
        margin-top: 0;
    }
}
.serviceArea .bg {
    position: relative;
    min-height: 690px;
}
.serviceArea .bg img {
    display: block;
    width: 100%;
}
@media (max-width: 1920px) {
    .serviceArea .bg img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        width: auto;
    }
}
.serviceArea .floatBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 175px;
    padding-bottom: 100px;
}
@media (max-width: 960px) {
    .serviceArea .floatBox {
        padding-top: 40px;
    }
}
.serviceArea .titleBox {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
}
.serviceArea .titleBox .blockTitle {
    color: #fff;
}
.serviceArea .serviceList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
}
.serviceArea .serviceList > li {
    position: relative;
    padding: 10px;
    width: 25%;
}
@media (max-width: 960px) {
    .serviceArea .serviceList > li {
        width: 33.33%;
        max-width: 250px;
    }
}
@media (max-width: 767px) {
    .serviceArea .serviceList > li {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .serviceArea .serviceList > li {
        padding: 5px;
    }
}
.serviceArea .serviceList > li:nth-of-type(odd) .circle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.serviceArea .serviceList > li:not(:last-child) .serviceArrow {
    opacity: 1;
}
.serviceArea .serviceList .item {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
@media (max-width: 480px) {
    .serviceArea .serviceList .item {
        padding-top: 0;
        border: 1px solid rgba(255, 255, 255, 0.5);
    }
}
.serviceArea .serviceList .Txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 45px;
}
@media (max-width: 480px) {
    .serviceArea .serviceList .Txt {
        position: relative;
        padding: 20px;
    }
}
.serviceArea .serviceList .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
@media (max-width: 480px) {
    .serviceArea .serviceList .title {
        font-size: 16px;
    }
}
.serviceArea .serviceList .intro {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    height: 100px;
}
@media (max-width: 480px) {
    .serviceArea .serviceList .intro {
        font-size: 14px;
    }
}
.serviceArea .dashed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke-dasharray: 2, 8;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    stroke: #fff;
    stroke-width: 2px;
    fill: none;
}
@media (max-width: 480px) {
    .serviceArea .dashed {
        display: none;
    }
}
.serviceArea .circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    stroke: #fff;
    stroke-width: 2px;
    fill: none;
}
@media (max-width: 480px) {
    .serviceArea .circle {
        display: none;
    }
}
.serviceArea .serviceArrow {
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0;
}
@media (max-width: 640px) {
    .serviceArea .serviceArrow {
        display: none;
    }
}
.serviceArea .serviceArrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    height: 12px;
    width: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
}
.serviceArea .serviceArrow::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
}

.dotBox {
    position: relative;
    padding: 23px 0;
    opacity: 0;
    pointer-events: none;
}
.dotBox .slick-dots {
    bottom: 0;
}
.dotBox .slick-dots li {
    margin: 0;
    width: 25px;
    height: 25px;
}
.dotBox .slick-dots li.slick-active button::before {
    background-color: #0990cd;
}
.dotBox .slick-dots li.slick-active button:after {
    opacity: 1;
}
.dotBox .slick-dots li button {
    width: 100%;
    height: 100%;
}
.dotBox .slick-dots li button::before {
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #b5b5b5;
    border-radius: 50%;
    opacity: 1;
}
.dotBox .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0990cd;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}
.dotBox .dotList .dot {
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
}
.dotBox .dotList .dot.current::before {
    background-color: #0990cd;
}
.dotBox .dotList .dot.current:after {
    opacity: 1;
}
.dotBox .dotList .dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: #b5b5b5;
    border-radius: 50%;
    opacity: 1;
}
.dotBox .dotList .dot::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #0990cd;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.bottomArea {
    padding-top: 90px;
    padding-bottom: 130px;
    background-color: #fff;
}
@media (max-width: 1180px) {
    .bottomArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.bottomArea .titleBox .mainTitle {
    font-size: 30px;
    font-weight: 600;
}
.bottomArea .bottomList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bottomArea .bottomList .item {
    padding: 12px;
    width: 33.33%;
}
@media (max-width: 1180px) {
    .bottomArea .bottomList .item {
        padding: 10px 5px;
    }
}
@media (max-width: 960px) {
    .bottomArea .bottomList .item {
        width: 50%;
    }
}
@media (max-width: 640px) {
    .bottomArea .bottomList .item {
        width: 100%;
    }
}
.bottomArea .bottomList .urlBtn {
    position: relative;
    font-size: 18px;
    text-align: center;
}
.bottomArea .bottomList .urlBtn.current {
    color: #fff;
    background-color: #224b95;
}
.bottomArea .bottomList svg {
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    pointer-events: none;
}
@media (max-width: 480px) {
    .bottomArea .bottomList svg {
        right: 15px;
    }
}

.mapPage {
    height: 850px;
    height: 100%;
}
@media (max-width: 1180px) {
    .mapPage {
        height: 400px;
    }
}

.side_contactInfo {
    margin-bottom: 35px;
}

.thankInfo {
    /*感謝資訊*/
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 500;
    color: #267bcb;
    line-height: 1.8;
}

.formBox {
    padding: 60px 60px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1180px) {
    .formBox {
        padding: 30px;
    }
}

.formList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    color: #2f2f2f;
    margin-left: -15px;
    margin-right: -15px;
    /*字的顏色*/
}
.formList > li {
    padding: 10px 15px;
    width: 100%;
}
@media (min-width: 1023px) {
    .formList > li.helf {
        width: 50%;
    }
}
.formList .left {
    padding: 5px 0;
}
.formList label {
    display: inline-block;
    font-size: 16px;
    color: #000;
}
.formList em {
    font-style: normal;
    font-weight: 400;
    font-family: "新細明體", Verdana, Geneva, sans-serif;
    /*星號的顏色*/
}
.formList .inputStyle,
.formList select,
.formList textarea {
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
}
.formList .inputStyle:focus,
.formList select:focus,
.formList textarea:focus {
    border-color: #434343;
}
.formList .inputStyle {
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.formList select {
    height: 45px;
    background-color: transparent;
}
.formList textarea {
    display: block;
    width: 100%;
    height: 165px;
}
.formList textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #888888;
}
.formList textarea::-moz-placeholder {
    font-size: 14px;
    color: #888888;
}
.formList textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #888888;
}
.formList textarea::-ms-input-placeholder {
    font-size: 14px;
    color: #888888;
}
.formList textarea::placeholder {
    font-size: 14px;
    color: #888888;
}
.formList label.allowBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    font-size: 16px;
    font-weight: 500;
    color: #0990cd;
}
.formList label.allowBox input[type=checkbox] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-appearance: none;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 15px;
    background: #fff;
    height: 13px;
    width: 13px;
    border: 1px solid #0990cd;
}
.formList label.allowBox input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    background: transparent;
    border: #0990cd solid 2px;
    border-top: none;
    border-right: none;
    height: 6px;
    width: 13px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.formList .text {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #0990cd;
    line-height: 1.5;
}
.formList .text a {
    color: #0990cd;
}

.customSelect {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    pointer-events: none;
}
.customSelect.mobile {
    color: #000;
    pointer-events: auto;
    z-index: 1;
}

.customSelectBox {
    position: relative;
    color: #888888;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.customSelectBox .main {
    cursor: pointer;
    position: relative;
    padding: 0 15px;
    font-weight: 400;
    color: #5e5e5e;
    height: 45px;
    line-height: 45px;
    z-index: 1;
    border: 1px solid transparent;
}
.customSelectBox .main.open {
    border-color: #434343;
}
.customSelectBox .main.open::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.customSelectBox .main:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 20px;
    right: 15px;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #000 transparent transparent transparent;
    z-index: 2;
    pointer-events: none;
}
.customSelectBox ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: 200px;
    overflow-y: auto;
}
.customSelectBox li {
    padding: 0 15px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
}
.customSelectBox li:hover {
    background-color: #224b95;
    color: #fff;
}

/*驗證碼*/
.checkArea {
    clear: both;
    padding-top: 45px;
}
.checkArea .btn svg {
    margin-right: 10px;
    width: 13px;
    height: 13px;
}

.sliderBox {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}

.note {
    /*向右滑動解鎖*/
    position: absolute;
    left: 55px;
    top: 7px;
    font-family: "微軟正黑體";
    font-size: 15px;
    color: #999;
}

.error {
    border-color: #f00 !important;
}