<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    width: vw;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-color: #ffffff;
}

.container-app {
    display: none;
}

.includeFooter {
    display: block;
}

.wtcontent {
    width: 960px;
    height: auto;
    margin: 0px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.wtcontent img {
    width: 960px;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.logo-area {
    width: 120px;
    height: 120px;
    top: 1px;
    left: 10px;
    z-index: 100;
    position: absolute;
    display: none;
}

.logo-area img {
    width: 120px;
    height: 120px;
}

.wtcontent .txt-area {
    width: 960px;
    height: auto;
    background-image: url('../../images/bcyz-2.jpg');
    margin: 0px;
    padding: 0px;
    /* background-repeat: repeat-y; */
    background-size: contain;
    background-position: center center;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wtcontent .txt-area-1 {
    width: 960px;
    height: auto;
    background-image: url('../../images/bcyz-6.jpg');
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center center;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wtcontent .txt-area-2 {
    width: 960px;
    height: auto;
    background-image: url('../../images/bcyz-6.jpg');
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-y;
    background-size: contain;
    /* background-position: center center; */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wtcontent .txt-area p,
.wtcontent .txt-area-1 p,
.wtcontent .txt-area-2 p {
    width: 720px;
    line-height: 40px;
    font-size: 20px;
    text-indent: 2em;
}

.wtcontent .table-area {
    width: 960px;
    height: auto;
    background-image: url('../../images/bcyz-4.jpg');
    margin: 0px;
    padding: 0px;
    background-repeat: repeat-y;
    background-size: contain;
    /* background-position: center center; */
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.wtcontent .table-area table {
    width: 720px;
    height: auto;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}

.wtcontent .table-area table th {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.wtcontent .table-area table td {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-size: 18px;
}

.wtcontent .table-area table td a {
    color: #0185ff;
}

.wtcontent .table-area table td a:hover {
    color: #fc532f;
}

.wtcontent .table-area table td p {
    text-align: left;
    font-size: 18px;
    margin: 4px;
}

.wtcontent .table-area table .th-one {
    min-width: 125px;
    max-width: 125px;
}

.wtcontent .table-area table .th-two {
    min-width: 235px;
    max-width: 235px;
}

.wtcontent .table-area table .th-three {
    min-width: 125px;
    max-width: 125px;
}

.wtcontent .table-area table .th-four {
    min-width: 235px;
    max-width: 235px;
}

.footer-txt-area {
    width: 600px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}

.qrcode-wx-area {
    width: 120px;
    height: 120px;
}

.qrcode-wx-area img {
    width: 120px;
    height: 120px;
}


/** 瀛愬唴瀹� **/

.wt-sub-title {
    width: 100%;
    height: 60px;
    margin: 10px 0px 10px 0px;
    text-align: center;
    font-size: 23px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wt-sub-area {
    width: 100%;
    height: auto;
    border-top: 1px solid #8c876a;
    border-left: 1px solid #8c876a;
}

.wt-sub-area table th {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #8c876a;
    border-right: 1px solid #8c876a;
    font-size: 18px;
    font-weight: bold;
    background-color: #a8d08d;
}

.wt-sub-area table td {
    height: 50px;
    text-align: center;
    border-bottom: 1px solid #8c876a;
    border-right: 1px solid #8c876a;
    font-size: 18px;
}

.wt-sub-area table .th-one {
    min-width: 60px;
    max-width: 60px;
}

.wt-sub-area table .th-two {
    min-width: 440px;
    max-width: 440px;
}

.wt-sub-area table .th-three {
    min-width: 460px;
    max-width: 460px;
}

.wt-sub-area table .th-one-sub {
    min-width: 60px;
    max-width: 60px;
}

.wt-sub-area table .th-two-sub {
    min-width: 240px;
    max-width: 240px;
}

.wt-sub-area table .th-three-sub {
    min-width: 360px;
    max-width: 360px;
}

.wt-sub-area table .th-four-sub {
    min-width: 300px;
    max-width: 300px;
}</pre></body></html>