<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}


/* C--設置iframe */

.show_iframe {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    float: left;
}

.show_iframe iframe {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%
}


/*廣告欄位_開始*/

.banner_hundred {
    width: 100%;
    height: auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    float: left;
}

.banner_fifty {
    width: 49%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: orange;
    border-radius: 0px;
    float: left;
}

.banner_thirty {
    width: 32.3%;
    height: auto;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background-color: orange;
    border-radius: 0px;
    float: left;
}


/*廣告圖片的自適應*/

.ad_img-maxwidth {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    float: left;
    border-radius: 0px;
}


/*廣告欄位_結束*/


/*分類區*/

.type_color_A {
    width: 9%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    cursor: pointer;
    height: 40px;
    background-color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
    float: left;
    border-radius: 5px;
    font-size: 15px;
    color: #000;
    text-align: center;
    line-height: 40px;
    border: thin solid hsla(0, 0%, 60%, 1.00);
}

.type_color_A:hover {
    background-color: orange;
    color: #fff;
    border: thin solid #fff;
}

.todd_box1 {
    width: 100px;
    height: auto;
    /*border: 1px solid #f00;*/
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: absolute;
}

.todd_box2 {
    width: 60%;
    height: auto;
    /*border: 10px solid #f00;	*/
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 4px hsla(0, 0%, 0%, 0.77);
}

.todd_word_01 {
    text-align: center;
    font-size: 18px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*text-shadow: 0 0px 4px hsla(0,0%,0%,1.00);*/
    text-transform: uppercase;
    color: #222222;
    font-weight: bold;
}

ul {
    /* 取消ul預設的內縮及樣式 */
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.drop-down-menu {
    border: #ccc 0px solid;
    display: inline-block;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
}

ul.drop-down-menu li {
    width: 95px;
    position: relative;
    white-space: nowrap;
    border-right: #ccc 0px solid;
    text-align: center;
}

ul.drop-down-menu&gt;li:last-child {
    border-right: none;
}

ul.drop-down-menu&gt;li {
    float: left;
    /* 只有第一層是靠左對齊*/
}

ul.drop-down-menu a {
    border: #ccc 0px solid;
    background-color: #fff;
    color: #333;
    display: block;
    padding: 0 30px;
    text-decoration: none;
    line-height: 40px;
}

ul.drop-down-menu a:hover {
    /* 滑鼠滑入按鈕變色*/
    background-color: #ef5c28;
    color: #fff;
}

ul.drop-down-menu li:hover&gt;a {
    /* 滑鼠移入次選單上層按鈕保持變色*/
    background-color: #ef5c28;
    color: #fff;
}

ul.drop-down-menu ul {
    border: #ccc 1px solid;
    position: absolute;
    z-index: 99;
    left: -1px;
    top: 100%;
}

ul.drop-down-menu ul li {
    border-bottom: #ccc 1px solid;
}

ul.drop-down-menu ul li:last-child {
    border-bottom: none;
}

ul.drop-down-menu ul {
    /*隱藏次選單*/
    display: none;
}

ul.drop-down-menu li:hover&gt;ul {
    /* 滑鼠滑入展開次選單*/
    display: block;
}


/* 框架系統 */

.todd_div_01_space {
    width: 8.33%;
    height: auto;
    background: #B7B7B7;
    float: left;
    margin: 10px;
}

.todd_div_02_space {
    width: 16.66%;
    height: auto;
    float: left;
    margin: 0px;
}

.todd_div_03_space {
    width: 25%;
    height: auto;
    background: #B7B7B7;
    float: left;
    margin: 10px;
}

.todd_div_04_space {
    width: 33.3%;
    height: auto;
    background: #f1f1f1;
    float: left;
    margin: 10px;
}

.todd_div_05_space {
    width: 41.66%;
    height: auto;
    background: #B7B7B7;
    float: left;
    margin: 10px;
}

.todd_div_06_space {
    width: 50%;
    height: auto;
    background: #f1f1f1;
    float: left;
    margin: 10px;
}

.todd_div_07_space {
    width: 58.33%;
    height: auto;
    background: #B7B7B7;
    float: left;
    margin: 10px;
}

.todd_div_08_space {
    width: 66.66%;
    height: auto;
    background: #f1f1f1;
    float: left;
    margin: 10px;
}

.todd_div_09_space {
    width: 75%;
    height: auto;
    background: #B7B7B7;
    float: left;
    margin: 10px;
}

.todd_div_10_space {
    width: 83.33%;
    height: auto;
    background: #f1f1f1;
    float: left;
    margin: 10px;
}

.todd_div_11_space {
    width: 91.66%;
    height: auto;
    background: #B7B7B7;
    float: left;
    margin: 10px;
}

.todd_div_12_space {
    width: 100%;
    height: auto;
    background: #f1f1f1;
    float: left;
    margin: 10px;
}

.load_a {
    width: 90px;
    height: 40px;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 15px;
    float: right;
    border-radius: 5px;
}

.width5 {
    width: 50px;
}

.width6 {
    width: 60px;
}

.width7 {
    width: 70px;
}

.width8 {
    width: 80px;
}

.width9 {
    width: 100%;
    margin-left: 40px;
}


/*套在Select外層，用於隱藏Select框*/

.DivSelect {
    float: left;
    position: relative;
    background-color: transparent;
    width: 55px;
    height: 30px;
    overflow: hidden;
    /*隱藏了小三角，寬度為比select寬度少20px*/
    border-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


/*設定Select樣式*/

.SelectList {
    position: relative;
    background-color: transparent;
    TOP: -2px;
    left: -2px;
    border-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    display: block;
    height: 20px;
    overflow: hidden;
}


/* 搜索欄位*/

#todd_search_box {
    width: 100%;
    font-size: 16px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #ffecec;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border: solid 1px #f36a6a;
    font-weight: bold;
}

#todd_search_box_submit {
    width: 40px;
    height: 45px;
    background-image: url("../png/icon_1.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 10px;
    border-color: #ffffff;
    border-style: solid;
}


/* 右側banner*/

.todd_right_banner {
    width: 150px;
    height: 300px;
    background-color: #f1f1f1;
    position: fixed;
    _position: absolute;
    right: 125px;
    bottom: 5%;
    border-radius: 10px;
    box-shadow: 0 22px 22px hsla(0, 0%, 61%, 0.25);
    z-index: 11;
}


/*各種換圖片按鈕*/

.mouse_btn {
    width: 60px;
    height: 60px;
    background: url("../png/gotop.png") no-repeat 0px -60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.mouse_btn:hover {
    background-position: 0px 00px;
}

.news_btn {
    width: 60px;
    height: 120px;
    background: url("../png/news.png") no-repeat 0px -120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.news_btn:hover {
    background-position: 0px 0px;
}


/* 40px */

.todd_toTop-arrow {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 10%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    z-index: 10;
}

.todd_toTop-arrow::before,
.todd_toTop-arrow::after {
    width: 18px;
    height: 5px;
    border-radius: 3px;
    background: #f90;
    position: absolute;
    content: "";
}

.todd_toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.5rem;
}

.todd_toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.5rem;
}

.todd_toTop-arrow:focus {
    outline: none;
}


/* 48px */

.todd_toTop-arrow {
    width: 3rem;
    height: 3rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 11%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
}

.todd_toTop-arrow::before,
.toTop-arrow::after {
    width: 25px;
    height: 4px;
    border-radius: 3px;
    background: #ff9052;
    position: absolute;
    content: "";
}

.todd_toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.42rem;
}

.todd_toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.42rem;
}

.todd_toTop-arrow:focus {
    outline: none;
}


/* 56px */

.todd_toTop-arrow {
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 11%;
    opacity: 0.6;
    background: #000;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: none;
    background: 0;
    border: 3px solid #ff9052;
    border-radius: 50px;
}

.todd_toTop-arrow::before,
.todd_toTop-arrow::after {
    width: 25px;
    height: 4px;
    border-radius: 3px;
    background: #ff9052;
    position: absolute;
    content: "";
}

.todd_toTop-arrow::before {
    transform: rotate(-45deg) translate(0, -50%);
    left: 0.4rem;
}

.todd_toTop-arrow::after {
    transform: rotate(45deg) translate(0, -50%);
    right: 0.4rem;
}

.todd_toTop-arrow:focus {
    outline: none;
}


/*三格式廣告區*/

.top_centen_b {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background: #f1f1f1
}


/*banner_左一右二*/

.top_bannerX2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px
}

.left_bannerX {
    width: 60%;
    height: 400px;
    float: left;
    margin-right: 10px;
    background: #5EF2FF
}

.bigbanner_left {
    width: 60%;
    height: auto;
    float: left;
    margin-right: 1%;
}

.bigbanner_right {
    width: 39%;
    height: auto;
    float: left;
    margin-right: 0;
}

.right_bannerX1 {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 5px;
}

.right_bannerX2 {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5px;
    background: #FF9CBE
}

.top_head_all {
    width: 100%;
    height: auto;
    margin: auto;
    background: #fff;
    margin-bottom: 30px;
}

.top_head {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    /* padding-bottom: 10px; */
}

.top_head_left {
    width: 25%;
    height: 140px;
    float: left;
    background: #fff
}

.top_head_cetent {
    width: 50%;
    height: auto;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    background: #fff
}

.top_head_right {
    width: auto;
    /* height: 140px; */
    background: #fff;
    margin: auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_head_spaceA {
    width: 25%;
    height: 70px;
    float: left;
    margin-top: 0px;
    background: #fff
}

.top_head_spaceA_up {
    width: 90%;
    height: 70px;
    float: left;
    margin-top: 0px;
    margin-left: 5%;
    background: #fff
}

.top_head_spaceA_up1 {
    width: 100%;
    height: 40px;
    float: left;
    margin-top: 0px;
    margin-left: 0%;
    background: #FF2323;
    border-radius: 10px;
    box-shadow: inset 2px 2px 10px #A70000;
}

.top_head_spaceA_up2 {
    width: 100%;
    height: 30px;
    float: left;
    margin-top: 0px;
    margin-left: 0%;
}

.top_head_spaceB {
    width: 100%;
    height: 70px;
    float: left;
}

.top_head_spaceB2 {
    width: 12.5%;
    height: 70px;
    float: left;
    background: #fff
}

.top_head_spaceX {
    width: 22%;
    height: 70px;
    float: left;
    background: #ffffff;
    margin-left: 0%;
    margin-right: 2%;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    color: #000;
    cursor: pointer;
}

.top_head_spaceX:hover {
    color: #FF0000;
}

.top_head_spaceB2x {
    width: 12.5%;
    height: 70px;
    float: left;
    background: #fff
}

.top_head_spaceB2 {
    width: 12.5%;
    height: 70px;
    float: left;
    background: #fff
}

.top_head_spaceB23 {
    width: 12.5%;
    height: 70px;
    float: left;
    background: #fff
}

.top_head_spaceC {
    width: 100%;
    height: 40px;
    float: left;
    background: #fff
}

.icon_box_1 {
    width: 100%;
    float: left;
    margin-top: 5%;
}

.icon_box_0 {
    width: 100%;
    float: left;
    height: 50%;
}

.search_box {
    width: 70%;
    float: right;
    margin-top: 5%;
    margin-right: 10%
}

body {
    background-image: url("../png/bg/bg_newyear.png?v=1");
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    outline: none;
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 40px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    border-radius: 10px;
}

a {
    text-decoration: none;
    color: #3D1101;
}

.wrap {
    max-width: 960px;
    margin: 20px auto 0 auto;
    height: auto;
}

.search {
    position: relative;
    width: 100%;
    float: left;
}

.search-bar {
    width: 100%;
    height: 32px;
    font-size: 20px;
    border: 3px solid #909090;
    background-color: #efe9e7;
    border-radius: 10px;
}

.search-btn {
    width: 40px;
    height: 32px;
    background-color: #FC5959;
    color: #efe9e7;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.search-cart li {
    float: left;
    margin-left: 17px;
    padding-top: 5px 0;
    line-height: 32px;
}

.search-cart li a {
    font-size: 16px;
}

.pay {
    padding-right: 10px;
    border-right: 1px solid #3D1101;
}

.txt_h_00 {
    font-size: 16px;
    text-align: left;
    color: #000;
    margin: auto;
    line-height: 70px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    width: 100%;
    cursor: pointer;
    font-weight: bold;
}

.txt_h_00:hover {
    font-size: 16px;
    color: #F05900;
    /*font-weight: bold;*/
}

.txt_h_01 {
    font-size: 16px;
    text-align: left;
    color: #000000;
    margin-top: 30%;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    width: 100%;
    /*font-weight: bold;*/
}

.txt_h_01:hover {
    color: #FF0004;
}

.out_space_s2 {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ok_btn {
    width: 200px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    background-color: #f39800;
    /*border: thin solid #CCCCCC;*/
    border-radius: 30px;
}

.ok_btn:hover {
    background-color: #D1C300;
}

.out_txt_o8 {
    font-size: 1.0rem;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.todd_hr_01 {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #BDBDBD;
}

.todd_hr_02 {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #A2A2A2;
}

.sale_tex_01 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    /*	margin-left:4%;*/
    margin-top: 5px;
    line-height: 40px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.sale_tex_07 {
    font-size: 20px;
    text-align: center;
    color: #F0FF00;
    width: 100%;
    margin-top: 5px;
    line-height: 40px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    text-shadow: 2px 2px 2px #8F8F8F;
    /*font-weight: bold;*/
}

.sale_tex_0121 {
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-left: 0%;
    margin-top: 0%;
    line-height: 40px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.todd_tex_01 {
    font-size: 1.2rem;
    text-align: center;
    color: #444444;
    margin-left: 4%;
    margin-top: 23px;
    margin-bottom: 23px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    font-weight: bold;
    /**/
}

.todd_tex_012 {
    font-size: 17px;
    text-align: center;
    color: #73434b;
    margin-top: 0px;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    font-weight: bold;
    /**/
}

.todd_tex_02 {
    font-size: 1.2rem;
    text-align: center;
    color: #444444;
    margin-left: 4%;
    margin-top: 7%;
    margin-bottom: 7%;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.todd_tex_022 {
    font-size: 18px;
    text-align: center;
    color: #73434b;
    margin-top: 4%;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.todd_tex_03 {
    font-size: 1.0rem;
    text-align: center;
    color: #444444;
    margin-left: 4%;
    margin-top: 7%;
    margin-bottom: 7%;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.copy_tex {
    font-size: 1.0rem;
    text-align: center;
    color: #444444;
    margin-left: 4%;
    margin-top: 50px;
    margin-bottom: 20%;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}

.todd_tex_032 {
    font-size: 0.8rem;
    text-align: left;
    color: #fff;
    margin-left: 20%;
    margin-top: 4%;
    font-family: "Helvetica", "Arial", "LiHei Pro", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light", "sans-serif";
    /*font-weight: bold;*/
}


/*圖片的自適應*/

.ec_img-maxwidth {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    border-radius: 0px;
}


/*logo的自適應*/

.img-maxwidth {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

.icon_maxwidth {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    border-radius: 60%;
}

.banner_img-maxwidth {
    display: block;
    max-width: 100%;
    margin: 0px auto;
    float: left;
    border-radius: 10px;
}

.ec_img-maxheight {
    display: block;
    max-height: 100%;
    margin: 0px auto;
}

.content {
    width: 1280px;
    margin: auto;
}

.navBox {
    width: 100%;
    height: 40px;
    background-color: #D7D7D7
}

.ShowBox {
    color: aliceblue;
    width: 100%;
    height: 50px;
    /* background-color: #FF9A9A; */
    background-color: #f36a6a;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    border-radius: 10px;
    /* -webkit-box-shadow: 2px 2px 0 #C8C8C8; */
    /* box-shadow: 2px 2px 0 #C8C8C8; */
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
}

.ShowBoxy {
    width: 100%;
    height: 50px;
    background-color: #FF9A9A;
    margin-top: 20px;
    margin-bottom: 20px;
    float: left;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0 #C8C8C8;
    box-shadow: 2px 2px 0 #C8C8C8;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
}

.ShowBox4 {
    width: 100%;
    height: 50px;
    background-color: #FF9A9A;
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    border-radius: 10px;
    -webkit-box-shadow: 2px 2px 0 #C8C8C8;
    box-shadow: 2px 2px 0 #C8C8C8;
}

.ShowBox2 {
    width: 100%;
    height: 50px;
    background-color: #f36a6a;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
    border-radius: 10px;
    /* -webkit-box-shadow: 2px 2px 0 #C8C8C8; */
    /* box-shadow: 2px 2px 0 #C8C8C8; */
}

.ShowBox_33 {
    width: 33.3%;
    height: aout;
    float: left;
}

.ShowBox_50 {
    width: 50%;
    height: auto;
    float: left;
}

.ShowBox_51 {
    width: 50%;
    height: auto;
    float: left;
    position: relative;
}

.ShowBox_2 {
    width: 100%;
    height: 40px;
    background-color: #f36a6a;
    margin-top: 20px;
    margin-bottom: 0px;
    float: left;
}

.copyrightBoxA {
    width: 100%;
    height: 600px;
    background-color: #4A4A4A;
    float: left;
}

.copyrightBoxA2 {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-bottom: 30px;
}

.copyrightBoxA3 {
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    float: left;
    padding-bottom: 20px;
}

.copyrightBoxB {
    width: 100%;
    height: 60px;
    background-color: #BCBCBC;
    float: left;
}

.copyrightBoxC {
    width: 100%;
    height: 120px;
    background-color: #d6c6bf;
    float: left;
}

.navBoxSP {
    width: 100%;
    height: auto;
    float: left;
}

.topBox {
    width: 100%;
    height: auto;
    background-color: #fff;
}

.bigbannerBox {
    width: 100%;
    height: auto;
    background-color: #FFC0C0;
    margin-bottom: 30px;
}

.typeA_Box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
    margin-top: 10px;
}

.typeC_Box {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.title_Box {
    width: 100%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 5px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.typeF_Box {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

.typeF2_Box {
    width: 33.3%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 0px;
    float: left;
}

.typeA_BoxS {
    width: 30%;
    height: auto;
    background-color: #DEFCCE;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 10px;
    float: left;
    background: snow;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    cursor: pointer;
}

.typeA_BoxS:hover {
    box-shadow: 0 11px 11px 0 hsla(0, 0%, 0%, 0.11);
}

.typeA_BoxS:hover .typeA_BoxS2 {
    width: 30%;
    height: auto;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-top: 65px;
    float: left
}

.typeA_BoxS_1 {
    width: 97%;
    height: 200px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 5%;
    float: left;
}

.typeA_BoxS_3 {
    width: 97%;
    height: 200px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    margin-bottom: 10%;
    float: left
}

.typeC_BoxS {
    cursor: pointer;
    width: 23%;
    height: auto;
    background-color: #DEFCCE;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 80px;
    float: left;
    background: #ddd;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.typeC_BoxS:hover {
    box-shadow: 0 11px 11px 0 hsla(0, 0%, 0%, 0.11);
}

.typeX_BoxS {
    width: 32.3%;
    height: auto;
    cursor: pointer;
    margin-left: 0.5%;
    margin-right: 0.5%;
    margin-top: 5px;
    margin-bottom: 30px;
    float: left;
    /*
	
	
	*/
}

.typeX_BoxS:hover {
    margin-top: 0px;
    margin-bottom: 30px;
    /*
	-webkit-box-shadow: 0 11px 11px 0 hsla(0,0%,0%,0.11);
    box-shadow: 0 11px 11px 0 hsla(0,0%,0%,0.11);*/
}

.typeC_BoxS4 {
    width: 17.3%;
    height: auto;
    background-color: #DEFCCE;
    margin-left: 1.2%;
    margin-right: 1.2%;
    margin-top: 10px;
    margin-bottom: 50px;
    float: left;
    background: #ddd;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    cursor: pointer;
}

.typeC_BoxS4:hover {
    box-shadow: 0 11px 11px 0 hsla(0, 0%, 0%, 0.11);
}

.typeC_BoxStxt_1 {
    width: 100%;
    height: 55px;
    background-color: #fff;
    text-align: left;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.typeC_BoxStxt_4 {
    width: 100%;
    height: 30px;
    background-color: #fff;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 16px;
    padding-top: 0px;
}

.typeC_BoxStxt_2 {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
    text-align: left;
    color: #262626;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 18px 10px 0 10px;
    color: #4c4c4c;
}

.typeC_BoxStxt_3 {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
    text-align: center;
    color: #ff3636;
    font-size: 20px;
    font-weight: bolder;
}

.typeC_BoxS2 {
    width: 23%;
    cursor: pointer;
    height: auto;
    background-color: #DEFCCE;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 10px;
    margin-bottom: 50px;
    float: left;
    background: #ddd;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.typeC_BoxS2:hover {
    box-shadow: 0 11px 11px 0 hsla(0, 0%, 0%, 0.11);
}

.typeA_BoxS_photo {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    float: left;
    background-color: #f1f1f1;
}

.typeA_BoxSp {
    width: 2%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    float: left
}

.typeB_Box {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 30px;
    margin-top: 30px;
}

.typeB_BoxS {
    width: 46.8%;
    height: auto;
    background-color: #DEFCCE;
    margin-left: 1.3%;
    margin-right: 1.3%;
    border-radius: 30px;
    float: left;
}

.typeB_BoxS_color_A {
    width: 46.8%;
    height: auto;
    background-color: #DEFCCE;
    margin-left: 1.5%;
    margin-right: 1.5%;
    border-radius: 10px;
    float: left;
    background: snow;
    border: 10px solid #fff;
    -webkit-box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    box-shadow: 0 4px 4px 0 hsla(0, 0%, 0%, 0.11);
    cursor: pointer;
}

.typeB_BoxS_color_A:hover {
    box-shadow: 0 11px 11px 0 hsla(0, 0%, 0%, 0.11);
}

.typeB_BoxS_color_B {
    width: 46.8%;
    height: auto;
    background-color: #14EEF1;
    margin-left: 1.3%;
    margin-right: 1.3%;
    border-radius: 30px;
    float: left;
}

.typeB_BoxS_color_C {
    width: 46.8%;
    height: auto;
    background-color: #48FF68;
    margin-left: 1.3%;
    margin-right: 1.3%;
    border-radius: 30px;
    float: left;
}

.typeB_BoxS3 {
    width: 46.8%;
    height: 580px;
    background-color: #74EFFF;
    margin-left: 1.3%;
    margin-right: 1.3%;
    border-radius: 30px;
    float: left;
}

.typeB_BoxS3:hover {
    margin-top: -5px;
}

.typeB_BoxSp {
    width: 2%;
    height: auto;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-right: 0px;
    float: left
}

.leftBox,
.rightBox {
    float: left;
    width: 20%;
    height: 800px;
    margin: 0px;
    background: #ffccf7;
    display: inline;
}

.middleBox {
    float: left;
    width: 60%;
    height: 800px;
    margin: 0px;
    background: #b1fffc;
    display: inline;
}

.typeA_BoxS_2 {
    width: 33.3%;
    height: auto;
    float: left;
    margin-top: 30px;
}


.hr_001 {
    border-width: 1px 0 0 0;
    border-style: dashed;
    border-color: #A2A2A2;
    width: 90%;
    margin-left: 5%;
    margin-top: 20px;
    margin-top: 20px;
    float: left;
}</pre></body></html>