```css
@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}

html {
    background: url(../images/bg.jpg) top center #fff7e8;
    background-attachment: fixed;
}

body {
    width: 100%;
    max-width: 800px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0;
    color: #3d2b18;
    box-sizing: border-box;
    font-size: 18px;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif;
    background: #fffdf8;
    overflow-x: hidden;
}

input,
select,
button,
textarea {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    font-size: 100%;
    color: inherit;
    border: 0;
    font-family: inherit;
    outline: none;
    resize: none;
}

input[type="text"] {
    -webkit-appearance: none;
}

ol,
ul {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: inherit;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 1.5;
}

@media screen and (max-width:800px) {
    body {
        font-size: 15px;
    }
}

.img100 img {
    width: 100%;
}

.fontb {
    font-weight: bold;
}


/* =========================
   特码文字广告
========================= */

.temaad {
    padding: 5px 3px;
    text-align: center;
    font-weight: bold;
    color: #b76500;
    background: linear-gradient(#fffdf5, #fff0c9);
    border-top: 1px solid #f4d58a;
    border-bottom: 1px solid #e7bd55;
}

.temaad font {
    color: #e5391c;
}


/* =========================
   顶部
========================= */

.header {
    background: #fffdf8;
}


/* =========================
   顶部链接
========================= */

.header_link {
    background: linear-gradient(#fffdf7, #fff3d6);
    border-bottom: 1px solid #edcf85;
}

.header_link ul {
    display: flex;
    justify-content: center;
    font-weight: bold;
    color: #c87500;
}

.header_link ul li {
}

.header_link ul li a {
    display: block;
    text-align: center;
    line-height: 50px;
    padding: 0 40px;
    transition: all .2s ease;
}

.header_link ul li a:hover {
    color: #fff;
    background: linear-gradient(135deg, #f7a51a, #d88900);
}

@media screen and (max-width:800px) {
    .header_link ul li {
        width: 25%;
    }

    .header_link ul li a {
        line-height: 40px;
        padding: 0;
    }
}


/* =========================
   顶部菜单
========================= */

.header .nav {
    padding: 5px;
    color: #fff;
    font-size: 16px;
    border-top: solid 1px #f2d798;
    background: #fffaf0;
}

.header .nav ul {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
}

.header .nav ul li {
    width: 20%;
    padding: 4px;
    box-sizing: border-box;
}

.header .nav ul li a {
    line-height: 30px;
    display: block;
    text-align: center;
    border-radius: 50px;

    color: #fff;

    /* 橙金渐变 */
    background: linear-gradient(135deg, #ffad26 0%, #e88b00 100%);

    border: 1px solid #dc8500;

    box-shadow:
        0 2px 4px rgba(188, 105, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);

    transition: all .2s ease;
}

.header .nav ul li a:hover {
    background: linear-gradient(135deg, #f39a08, #cc7600);
    box-shadow: 0 3px 6px rgba(188, 105, 0, 0.25);
}

@media screen and (max-width:800px) {
    .header .nav {
        font-size: 13px;
    }

    .header .nav ul li {
        padding: 2px;
    }

    .header .nav ul li a {
        line-height: 25px;
    }
}


/* =========================
   顶部链接 - 澳门香港
========================= */

.headlink {
    color: #b86b00;
    font-weight: bold;
    text-align: center;
    background: #fffaf0;
}

.headlink ul {
    display: flex;
}

.headlink ul li {
    flex: 1;
    border: solid 1px #efd69d;
    background: #fffdf8;
}

.headlink ul li a {
    display: inline-block;
    padding: 5px;
}

.headlink ul li a:hover {
    color: #e88900;
}

.headlink ul li h2 {
    color: #bd7000;
}

.headlink ul li p {
}

.headlink ul li img {
}

@media screen and (max-width:800px) {
    .headlink {
        font-size: 13px;
    }

    .headlink ul li a {
        padding: 5px;
    }
}


/* =========================
   吸顶
========================= */

.xiding {
}

#xiding[data-fixed="fixed"] {
    width: 100%;
    box-sizing: border-box;
    max-width: 800px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fffdf8;
    z-index: 999;

    box-shadow: 0 3px 10px rgba(180, 105, 0, 0.16);
}

#xiding[data-fixed="fixed"] .kaij-tit {
    padding-top: 0;
}


/* =========================
   切换导航
========================= */

.swipernav {
    text-align: center;
    border-bottom: solid 3px #e99a12;
    background: #fff8e8;
}

.swipernav .swiper-slide {
    padding: 10px 0;
    cursor: pointer;
    color: #a96100;
    transition: all .2s ease;
}

.swipernav .swiper-slide:hover {
    color: #e38400;
    background: #fff0c7;
}

.swipernav .swiper-slide.active-nav {
    color: #fff;
    background: linear-gradient(135deg, #f7ad27, #dc8300);
}

.swiperbox {
}


/* =========================
   表格
========================= */

.table1 {
    width: 100%;
}

.table1 th,
.table1 td {
    padding: 3px;
    text-align: center;
    border: solid 1px #ecd49b;
}

.table1 th {
    color: #9d5b00;
    font-weight: bold;
    background: linear-gradient(#fff8e7, #ffedc0);
}

.table1 tr:nth-child(even) td {
    background: #fffaf1;
}

.table1.left td {
    text-align: left;
}


/* =========================
   表格标题
========================= */

.table-tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.table-tit td {
    border: 6px double #f6cd6a;

    /* 金橙渐变 */
    background: linear-gradient(
        135deg,
        #f6b82d 0%,
        #e99509 45%,
        #d57c00 100%
    );

    color: #fff;

    text-shadow: 0 1px 2px rgba(120, 65, 0, 0.35);

    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.35),
        0 2px 4px rgba(174, 98, 0, 0.18);
}

@media screen and (max-width:800px) {
    .table-tit {
        font-size: 18px;
    }
}


/* =========================
   底部
========================= */

.footer {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;

    color: #8b704c;

    background: linear-gradient(#fffaf0, #fff1d2);

    border-top: 1px solid #ebcf8f;
}

.footer p:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    color: #d27c00;
}
```
