@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap');

* {
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', sans-serif;
}

:root {
    --main: #182A46;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background: url(../img/BG.png) no-repeat;
    background-size: cover;
    overflow-x: hidden;
    display: flex;
    /*使物件依序排列*/
    flex-direction: column;
    /*使物件垂直排列*/
}

html {
    overflow-x: hidden;
}

main {
    flex-grow: 1;
    /*可佔滿垂直剩餘的空間*/
}

a {
    color: #1A1B1E;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #4A5565;
    }

    a:active {
        text-decoration: none;
        color: #4A5565;
    }

hr {
    color: #B2B2B2;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.multiline-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tripleline-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fs--1 {
    font-size: 0.8rem;
}

.fc-main {
    color: #62b7bb;
}

.fc-white {
    color: #FFF;
}

.fc-gray {
    color: #C9C9C9;
}

.fc-darkgray {
    color: #797979;
}

.fc-orange {
    color: #ED6F30;
}

.bg-main {
    background-color: #62b7bb;
}

.full {
    width: 100%;
    margin-top: 8px;
}

.m-none {
    margin:0 !important;
}

.btn-primary {
    background-color: #62b7bb;
    border-color: #62b7bb;
    color: #FFF;
}

    .btn-primary:hover {
        background-color: #4A888B;
        border-color: #4A888B;
        color: #FFF;
    }

.btn-outline-primary {
    background-color: #FFF;
    border-color: #62b7bb;
    color: #62b7bb;
}

    .btn-outline-primary:hover {
        background-color: #62b7bb;
        border-color: #62b7bb;
        color: #FFF;
    }

.btn-green {
    background-color: #11862F;
    border-color: #11862F;
    color: #FFF;
}

    .btn-green:hover {
        background-color: #c75d27;
        border-color: #c75d27;
        color: #FFF;
    }

.btn-blue {
    background-color: #00334E;
    border-color: #00334E;
    color: #FFF;
}

    .btn-blue:hover {
        background-color: #016FA0;
        border-color: #016FA0;
        color: #FFF;
    }

.btn-orange {
    background-color: #ED6F30;
    border-color: #ED6F30;
    color: #FFF;
}

    .btn-orange:hover {
        background-color: #c75d27;
        border-color: #c75d27;
        color: #FFF;
    }

.btn-outline-orange {
    background-color: #FFF;
    border-color: #ED6F30;
    color: #ED6F30;
}

    .btn-outline-orange:hover {
        background-color: #ED6F30;
        border-color: #ED6F30;
        color: #FFF;
    }

.btn-yellow {
    background-color: #FFCC00;
    border-color: #FFCC00;
    color: #272727;
}

    .btn-yellow:hover {
        background-color: #b28e00;
        border-color: #b28e00;
        color: #FFF;
    }

.btn-outline-yellow {
    background-color: #FFF;
    border-color: #b28e00;
    color: #b28e00;
}

    .btn-outline-yellow:hover {
        background-color: #b28e00;
        border-color: #b28e00;
        color: #FFF;
    }

.btn-link {
    text-decoration: none;
    color: var(--main);
}

.btn-info {
    color: #FFF;
}

.btn-grey {
    background-color: #797c7D;
    border-color: #797c7D;
    color: #FFF;
}

    .btn-grey:hover {
        background-color: dimgrey;
        border-color: dimgrey;
        color: #FFF;
    }

/*TABLE*/
.table-main {
    --bs-table-bg: #62b7bb30;
    --bs-table-striped-bg: #FFF;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #4A888B20;
    --bs-table-hover-color: #000;
    color: #1E1E1E;
    border-color: #62b7bb;
}

/*MODAL*/
.modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}

.btn-close-black {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
}


.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem 3rem;
}

/*TAB*/

.nav-tabs {
    border-bottom: 0;
}

    .nav-tabs .nav-link {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
        margin-right: 20px;
    }

.nav-link:nth-child(1) {
    color: #26AAAE;
    font-size: 1.2rem;
    background-color: #B3E9EB;
}

    .nav-link:nth-child(1):focus,
    .nav-link:nth-child(1):hover {
        border-color: #3ea0a3;
        isolation: isolate;
        color: #FFF;
        font-weight: bold;
        background-color: #3ea0a3;
    }

.nav-tabs .nav-item.show .nav-link:nth-child(1),
.nav-tabs .nav-link:nth-child(1).active {
    color: #FFF;
    background-color: #3ea0a3;
    border-color: #3ea0a3;
}

.nav-link:nth-child(2) {
    color: #ED6F30;
    font-size: 1.2rem;
    background-color: #FFDCCB;
}

    .nav-link:nth-child(2):focus,
    .nav-link:nth-child(2):hover {
        border-color: #F39F75;
        isolation: isolate;
        color: #FFF;
        font-weight: bold;
        background-color: #F39F75;
    }

.nav-tabs .nav-item.show .nav-link:nth-child(2),
.nav-tabs .nav-link:nth-child(2).active {
    color: #FFF;
    background-color: #F39F75;
    border-color: #F39F75;
}

.nav-link:nth-child(3) {
    color: #b28e00;
    font-size: 1.2rem;
    background-color: #FFF8DE;
}

    .nav-link:nth-child(3):focus,
    .nav-link:nth-child(3):hover {
        border-color: #FFDD55;
        isolation: isolate;
        color: #FFF;
        font-weight: bold;
        background-color: #FFDD55;
    }

.nav-tabs .nav-item.show .nav-link:nth-child(3),
.nav-tabs .nav-link:nth-child(3).active {
    color: #FFF;
    background-color: #E8C94D;
    border-color: #E8C94D;
}

.form-check-input:checked {
    background-color: transparent;
    border-color: transparent;
}

    .form-check-input:checked[type=radio] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236AC2C7'/%3e%3c/svg%3e");
        background-color: #fff;
        border-color: #E8E8E8;
    }

    .form-check-input:checked[type=checkbox] {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23FFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
        background-color: #6AC2C7;
        border-color: #6AC2C7;
    }

/*========================*/
/*========= 首頁  ========*/
/*========================*/
.indexMain {
    padding-top: 70px;
    padding-bottom: 70px;
}

.logo {
    display: flex;
    align-items: center;
}

    .logo .indextitle {
        color: #FFFFFF;
        font-size: 1.5rem;
        font-weight: 700;
        margin-left: 10px;
    }

.section-title {
    color: #212F5D;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 2;
    position: relative;
    z-index: 2;
}

.title-illu {
    position: absolute;
    top: -15px;
    left: -45px;
    z-index: -1;
}

.section-subtitle {
    color: #3ea0a3;
    font-size: 1.3rem;
    font-weight: 700;
    border-left: 5px solid #31b1b3;
    line-height: 1.5;
    padding-left: 12px;
}

    .section-subtitle.-color02 {
        color: #ED6F30;
        border-left: 5px solid #ED6F30;
    }

    .section-subtitle.-color03 {
        color: #b28e00;
        border-left: 5px solid #FFCC00;
    }

footer {
    border-top: 1px solid #AEAEAE;
}


/*====== 頁數 ======*/

.page-link {
    position: relative;
    display: block;
    color: #000000;
    font-size: 1rem;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #62b7bb;
    border-radius: 4px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0.375rem 0.8rem;
}

    .page-link:hover {
        z-index: 2;
        color: #FFF;
        background-color: #62b7bb;
        border-color: #62b7bb;
    }

    .page-link:focus {
        z-index: 3;
        color: #FFF;
        background-color: #62b7bb;
        outline: 0;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
        border-radius: 4px;
    }

.page-item:not(:first-child) .page-link {
    margin-left: 8px;
}

/*========================*/
/*========= 內頁  ========*/
/*========================*/
.contentBlock {
    border: 1px solid #31b1b3;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

    .contentBlock.-color02 {
        border: 1px solid #ED6F30;
        border-radius: 5px;
        padding: 30px;
        position: relative;
    }

    .contentBlock.-color03 {
        border: 1px solid #FFCC00;
        border-radius: 5px;
        padding: 30px;
        position: relative;
    }

.contentImg {
    position: absolute;
    bottom: 0;
    right: -70px;
}

/*=======TAB - 計畫資訊=========*/
.planList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    font-size: 1rem;
    position: relative;
}

    .planList li a {
        display: block;
        color: #1E1E1E;
        border-radius: 5px;
        margin-bottom: 15px;
        margin-top: 15px;
        padding: 15px 40px;
        background-color: #FFF;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }

    .planList.-blue li a {
        border: 1px solid #31b1b3;
    }

        .planList.-blue li a:hover {
            color: #FFF;
            background-color: #62b7bb;
        }

    .planList.-red li a {
        border: 1px solid #FFDCCB;
    }

        .planList.-red li a:hover {
            color: #FFF;
            background-color: #df8e66;
        }

    .planList.-yellow li a {
        border: 1px solid #FFCC00;
    }

        .planList.-yellow li a:hover {
            color: #FFF;
            background-color: #E8C94D;
        }


    .planList li a i {
        color: #DCDCDC;
    }

    .planList li a:hover i {
        color: #FFF;
    }

    .planList li a:hover::before {
        font-family: "Font Awesome 6 Free";
        content: "\f0da";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        position: absolute;
        left: 20px;
    }

/*tag*/
.tagbox {
    font-size: 0.95rem;
    border-radius: 8px;
    padding: 4px 12px;
}

    .tagbox.-blue {
        background-color: #B3E9EB;
        color: #26AAAE;
    }

.planList li a:hover .tagbox.-blue {
    background-color: #ffffff;
    color: #26AAAE;
    font-weight: bold;
}

.tagbox.-red {
    color: #ED6F30;
    background-color: #FFDCCB;
}

.planList li a:hover .tagbox.-red {
    background-color: #ffffff;
    color: #ED6F30;
    font-weight: bold;
}

.tagbox.-yellow {
    color: #896e03;
    background-color: #FFF8DE;
}

.planList li a:hover .tagbox.-yellow {
    background-color: #ffffff;
    font-weight: bold;
    color: #E8C94D;
}

/*======== 活動訊息 ========*/
#link-owl a {
    display: block;
}

#link-owl .owl-nav [class*='owl-'],
#link-owl .owl-theme .owl-nav [class*='owl-'] {
    color: #818181;
    padding: 10px 15px !important;
    display: inline-block;
    border-radius: 0;
    margin-right: 0;
}

#link-owl .owl-nav .owl-next::after {
    content: "\f054";
    display: inline-block;
    font: normal normal normal 45px/1 FontAwesome;
}

#link-owl .owl-nav .owl-prev::after {
    content: "\f053";
    display: inline-block;
    font: normal normal normal 45px/1 FontAwesome;
}

#link-owl .owl-nav span {
    display: none;
}

#link-owl .owl-nav button.owl-prev,
#link-owl .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#link-owl .owl-nav button.owl-prev {
    left: -4%;
}

#link-owl .owl-nav button.owl-next {
    right: -4%;
}

#link-owl .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #2DA7A4;
    text-decoration: none;
}


#link-owl .owl-dots .owl-dot span {
    background-color: #DDD;
    border: 0px solid transparent;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 1;
    margin: 5px;
    padding: 0;
}

#link-owl .owl-dots .owl-dot:hover span {
    background-color: #62b7bb;
    border: 1px solid #62b7bb;
    border-radius: 4px;
    width: 8px;
}

#link-owl .owl-dots .owl-dot.active span {
    background-color: #62b7bb;
    border: 1px solid #62b7bb;
    border-radius: 4px;
    width: 80px;
}

#link-owl .item {
    background-color: #FFF;
    border: 1px solid #CFCFCF;
    padding: 15px;
}

    #link-owl .item .title {
        font-size: 1.2rem;
        color: #182A46;
        font-weight: bold;
    }

    #link-owl .item .description {
        min-height: 80px;
    }

.activity-hr {
    width: 100px;
    position: relative;
    left: 33%;
    opacity: 1;
    color: #62b7bb;
}

    .activity-hr:not([size]) {
        height: 2px;
    }


/*=======  公司服務建議書  =======*/
.titleBlock {
    position: relative;
    overflow: hidden;
    padding: 4rem 0rem 4rem 0rem;
}

    .titleBlock img {
        width: 500px;
    }

    .titleBlock .item1 {
        position: absolute;
        left: -15%;
        top: -100%;
        z-index: -1;
    }

    .titleBlock .item2 {
        position: absolute;
        right: -75%;
        top: -115%;
        z-index: -1;
    }

.propSec {
    position: absolute;
    top: 0;
    z-index: -1;
}

.proposalTitle {
    font-size: 1.45rem;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 5px 5px 0 0;
}

    .proposalTitle.-color01 {
        background-color: #3ea0a3;
        color: #FFF;
    }

    .proposalTitle.-color02 {
        background-color: #ED6F30;
        color: #FFF;
    }

    .proposalTitle.-color03 {
        background-color: #FFCC00;
        color: #272727;
    }

.person-illu {
    position: absolute;
    bottom: 0%;
    right: 0%;
}

/*====== 滿意度調查表 ======*/
.title-sm {
    z-index: 1;
    font-size: 1.3rem;
}

/* info (hed, dek, source, credit) */
.rg-container {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 1.1rem;
    line-height: 1.4;
    margin: 0;
    padding: 1em 0.5em;
    color: #222;
}

.rg-header {
    margin-bottom: 1em;
    text-align: left;
}

    .rg-header > * {
        display: block;
    }


/* table */
.surveyTable.rg-table {
    width: 100%;
    margin-bottom: 0.5em;
    font-size: 1em;
    border-collapse: collapse;
    border-spacing: 0;
}

    .surveyTable.rg-table tr {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
        text-align: center;
        color: #333;
    }

    .surveyTable.rg-table .q-text {
        text-align: left;
        max-width: 200px;
    }

    .surveyTable.rg-table tr {
        border-bottom: 1px solid transparent;
        color: #222;
    }

    .surveyTable.rg-table thead {
        border-bottom: 2px solid #ddd;
    }

    .surveyTable.rg-table tr.highlight {
        background-color: #dcf1f0 !important;
    }

    .surveyTable.rg-table.zebra tr:nth-child(even) {
        background-color: #f6f6f6;
    }

    .surveyTable.rg-table th {
        font-weight: normal;
        padding: 0.35em;
        font-size: 1em;
    }

    .surveyTable.rg-table td {
        padding: 0.35em;
        font-size: 1em;
    }

    .surveyTable.rg-table .highlight td {
        font-weight: bold;
    }

    .surveyTable.rg-table th.number,
    td.number {
        text-align: right;
    }

.surveyTable .form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%236AC2C7'/%3e%3c/svg%3e");
}

/* media queries */
@media screen and (max-width: 768px) {
    .rg-container {
        max-width: 600px;
        margin: 0 auto;
    }

    .surveyTable.rg-table {
        width: 100%;
    }

        .surveyTable.rg-table tr.hide-mobile,
        .surveyTable.rg-table th.hide-mobile,
        .surveyTable.rg-table td.hide-mobile {
            display: none;
        }

        .surveyTable.rg-table thead {
            display: none;
        }

        .surveyTable.rg-table tbody {
            width: 100%;
        }

        .surveyTable.rg-table tr,
        .surveyTable.rg-table th,
        .surveyTable.rg-table td {
            display: block;
            padding: 0;
        }

        .surveyTable.rg-table tr {
            border-bottom: none;
            margin: 0 0 1em 0;
            padding: 0.5em;
        }

            .surveyTable.rg-table tr.highlight {
                background-color: inherit !important;
            }

        .surveyTable.rg-table.zebra tr:nth-child(even) {
            background-color: transparent;
        }

        .surveyTable.rg-table.zebra td:nth-child(even) {
            background-color: #f6f6f6;
        }

        .surveyTable.rg-table tr:nth-child(even) {
            background-color: transparent;
        }

        .surveyTable.rg-table td {
            padding: 0.5em 0 0.25em 0;
            border-bottom: 1px dotted #ccc;
            text-align: right;
        }

            .surveyTable.rg-table td[data-title]:before {
                content: attr(data-title);
                font-weight: normal;
                display: inline-block;
                content: attr(data-title);
                float: left;
                margin-right: 0.5em;
                font-size: 0.95em;
            }

            .surveyTable.rg-table td:last-child {
                padding-right: 0;
                border-bottom: 2px solid #ccc;
            }

            .surveyTable.rg-table td:empty {
                display: none;
            }

        .surveyTable.rg-table .q-text {
            font-weight: bold;
            width: auto;
            max-width: unset;
        }
}

/*=======  問題檢測單  =======*/
.surveyPart .form-label {
    font-weight: 700;
}

.surveyPart .col-form-label {
    font-weight: 700;
}


/*========================*/
/*=====     RWD      =====*/
/*========================*/

/* laptop */
@media (max-width: 1440px) {
}

/* laptop */
@media (max-width: 1366px) {
}

@media(max-width: 1300px) {
}

@media (max-width: 1280px) {
}

@media(max-width: 1200px) {
}

@media(max-width: 1168px) {
}

@media (max-width: 1024px) {
    .titleBlock .item1 {
        left: -20%;
        top: -110%;
    }

    .person-illu {
        width: 145px;
    }
}

@media(max-width: 1000px) {
}

/* tablets */
@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .logo img {
        width: 300px;
    }

    .contentImg {
        position: unset;
        text-align: center;
    }

    .titleBlock img {
        width: 350px;
    }

    .titleBlock .item1 {
        left: -20%;
        top: -50%;
    }

    .titleBlock .item2 {
        right: -75%;
        top: -50%;
    }
}


/* phones */
@media (max-width: 576px) {
    .logo .indextitle {
        font-size: 1.3rem;
        margin-left: 5px;
    }

    .logo img {
        width: 270px;
    }

    .logo {
        flex-direction: column;
    }

    .title-illu {
        top: -20px;
        left: -25px
    }

    .border-end-sm-0 {
        border-right: 0 !important;
    }

    .titleBlock img {
        width: 250px;
    }

    .titleBlock .item1 {
        left: -40%;
        top: -40%;
    }

    .titleBlock .item2 {
        right: -70%;
        top: -40%;
    }

    .person-illu {
        width: 125px;
    }
    .col-7 {
        width:100% !important;
    }
    .col-5 {
        width: 100% !important;
    }
    .planList li a {
        padding:10px;
    }
    .logo-bg {
        display:none;
    }
    .py-5 {
        padding-top:1rem !important;
    }
    .px-4 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .row {
        --bs-gutter-x:0 !important;
    }
}

/* phones */
@media (max-width: 375px) {
}

/* phones */
@media (max-width: 320px) {
    .person-illu {
        display: none;
    }
}

.bg-blue {
    background-color:#014D6D;
}

.bg-checked {
    background-color: #016FA0;
    color:white;
    font-weight:bold;
    border-radius:4px;
}

.bg-unchecked {
    background-color: #F2F2F2;
    font-weight: bold;
    border-radius: 4px;
}

.boder-panel {
    border:1px solid #F5F5F5;
}
/*===========================*/
/*=====     RWD  END    =====*/
/*===========================*/

.pointer {
    cursor:pointer;
}

.top-msg {
    background-color: #A6001E;
    color: white;
    font-weight: 700;
    padding: 0.25rem;
    border-radius: 0.2rem;
}

.bg-title {
    background-color: #666666;
    color: white;
    font-weight: 700;
    padding: 0.5rem;
    font-size: 1.1rem;
}

.alert {
    position: relative;
    padding: 0.5rem 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert.alert-red {
    border-color: #ebccd1;
    background-color: #f2dede;
    color: #a94442;
}

#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 9999;
}

.loader {
    background: url(../img/loading.gif) no-repeat center center;
    width: 100%;
    height: 100%;
}

.pwd-panel {
    margin:0 auto;
    background:#f5f5f5;
}


.form-pwd {
    z-index: 2;
    position: relative;
}

/*眼睛*/
#checkEye {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor:pointer;
}

#checkEyeConfirm {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
}