@charset "UTF-8";

/**Basic**/
body {
    color: #333;
    font: 13px/1.6em "Century Gothic", Arial, "Microsoft JhengHei", "?????", "?? Pro", "????", "sans-serif";
    /* background: url("../images/bg.jpg") top center repeat-y; */
    background-color: #000;
    /* min-width: 1200px; */
}

a {
    /*display: block;*/
    text-decoration: none;
    font-weight: bold;
    color: #0017ff;
}

:focus {
    outline: none;
}

i {
    font-style: normal;
}

.footer {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 9;
}

.display_pc {
    display: block;
}

.display_m {
    display: none;
}

.pro_temp {
    display: none
}

b {
    color: crimson;
}

.hd_pc {
    /* max-width: 1200px; */
    width: 100%;
}

.hd_m {
    display: none;
}

.pc_mode {
    display: block
}

.m_mode {
    display: none
}

.display_pc {
    display: block;
    display: block;
}

.display_m {
    display: none;
}

.M_menu_wrap {
    display: none;
}

/* ??? - ???? */
.all_bg_move {
    /* background: url("../images/float_fireworks.png") no-repeat center; */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.all_bg_move::before,
.all_bg_move::after {
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.all_bg_move::before {
    background: url("../images/float_fireworks01.png") no-repeat center;
}

.all_bg_move::after {
    background: url("../images/float_fireworks02.png") no-repeat center;
}

.main {
    /* background: url("../images/bg.jpg") center repeat-y #000; */
    background: none !important;
    width: 100%;
    /* min-height: 100vh; */
    margin: auto;
    z-index: 1;
    /* overflow: hidden; */
    overflow: initial !important;
    overflow-y: initial !important;
    overflow-x: initial !important;
}

.wrapper {
    background: url("../images/kv_bg.png") top center no-repeat, url("../images/bg.jpg") top center repeat-y #0a002c;
    /* background: url("../images/kv_bg.jpg") top center no-repeat, url("../images/bg.jpg") top center repeat-y #0a002c; */
    /* background: url("../images/bg.jpg") center 675px repeat-y #0a002c; */
    width: 100%;
    height: auto;
    overflow: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
}

/**swiper**/
.swiper-container {
    overflow: hidden;
}

.swiper-wrapper {}

.swiper-slide {}

.swiper-pagination {}

/**kv**/
.kv_bg {
    cursor: default;
    /* background: url('../images/layout_1117v3.jpg') no-repeat top center; */
    /* background: url('../images/kv_bg.jpg') repeat-x top center; */
    /* background: url('../images/kv_bg.png') repeat-x top center; */
    /* background-color: #0a002c; */
    max-width: 1960px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
}

.kv_bg img {
    width: 100%;
    max-width: 100%;
}

.kv_fireworks,
.kv_fireworks2 {
    width: 100%;
    height: 496px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0.8;
}

.kv_fireworks::before {
    content: ' ';
    display: block;
    background: url("../images/kv_fireworks_01.png") no-repeat center top;
    background-size: contain;
    width: 1427px;
    height: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.kv_fireworks::after {
    content: ' ';
    display: block;
    background: url("../images/kv_fireworks_02.png") no-repeat center top;
    background-size: contain;
    width: 1427px;
    height: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.kv_fireworks2::before {
    content: ' ';
    display: block;
    background: url("../images/kv_fireworks_03.png") no-repeat center top;
    background-size: contain;
    width: 1427px;
    height: 300px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.kv_bg .kv {
    width: 98%;
    max-width: 1600px;
    /* ?e?�� */
    height: 496px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.kv .slogan {
    text-align: center;
    width: 56%;
    max-width: 650px;
    margin: auto;
    /* position */
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    z-index: 2;
}

.slogan img {
    width: 100%;
    max-width: 100%;
}

.kv .kv_left {
    max-width: 435px;
    margin: auto;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    /* left: 5%; */
    right: 68%;
    overflow: hidden;
}

.kv .kv_right {
    max-width: 324px;
    margin: auto;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 68%;
    /* right: 12%; */
    overflow: hidden;
}

.kv .kv_right .swiper_prod {}

/* END kv */

.kv .event_wrapper {
    text-align: center;
    width: 100%;
}

/* ================================================
- ???? float
================================================ */
.gotop {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    height: 60px;
    position: fixed;
    left: calc(50% + 620px);
    width: 60px;
    border-radius: 30px;
    bottom: 250px;
    z-index: 900;
    display: none;
    cursor: pointer;
}

.NavArea {
    display: none;
}

@media screen and (min-width: 768px) {

    /** float **/
    .NavArea {
        display: none;
        width: 140px;
        position: fixed;
        top: 50px;
        right: 0;
        z-index: 250;
    }

    .Nav-slide.active {
        color: #fff;
        background: #09506c;
        text-shadow: #000 0 0 1em;
    }


    .float_tit {
        text-align: center;
    }

    .float_tit img {
        width: 100%;
    }

    .float_main {
        width: 138px;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .go_top {
        display: block;
        cursor: pointer;
    }

    .Nav-wrapper {
        /* background: #267ba2; */
        background-color: rgba(4, 20, 90, 0.92);
        width: 100px;
        margin: -55px auto 0;
        padding-top: 55px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        /* overflow: hidden; */
    }

    .Nav-wrapper li {
        font-size: 15px;
        text-align: center;
        background: transparent;
        /* margin: auto; */
        padding: 5px 0 5px;
        position: relative;
    }

    .Nav-wrapper li.highlight0 {
        font-size: 24px;
        line-height: 26px;
        border-radius: 20px 0 0 0;
        padding-top: 20px;
        padding-left: 2px;
        color: #fff;
        font-weight: bold;
    }

    .Nav-wrapper li.highlight1 {
        padding-left: 2px;
    }

    .Nav-wrapper li.highlight2 {
        font-size: 24px;
        border-radius: 0 0 20px 20px;
        padding-bottom: 20px;
        padding-left: 2px;
    }

    .Nav-wrapper li.go_top::before {
        content: ' ';
        display: block;
        background: url("../images/float_bottom.png");
        width: 126px;
        height: 116px;
        position: absolute;
        bottom: -85px;
        right: -20px;
        z-index: 251;
    }

    .Nav-wrapper li a {
        color: #fff;
        font-weight: bold;
        cursor: pointer;
        position: relative;
        z-index: 500;
    }

    .Nav-wrapper li a:hover,
    .Nav-wrapper li a:focus,
    .Nav-wrapper li a:active {
        color: #fff;
        text-shadow: #ff82fe 0 0 1em;
    }

    .Nav-wrapper li:after {
        background: #36d8ed;
        box-shadow: #29ceff 0 0 1em;
        height: 2px;
        position: absolute;
        right: 51%;
        left: 51%;
        bottom: 0;
        z-index: 1;
        content: "";
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: left, right;
        transition-property: left, right;
    }

    .Nav-wrapper li:hover:after,
    .type_leftmenu li:focus:after,
    .type_leftmenu li:active:after,
    .type_leftmenu li.active:after,
    .type_leftmenu li.Nav-slide.active:after {
        right: 10%;
        left: 10%;
    }

    .Nav-wrapper li.highlight0:after {
        background: transparent;
    }

    .Nav-wrapper li a.float_tit:hover,
    .Nav-wrapper li a.float_tit:focus,
    .Nav-wrapper li a.float_tit:active {
        text-shadow: none;
    }

    .Nav-wrapper li.float_tit:hover:after,
    .type_leftmenu li.float_tit:focus:after,
    .type_leftmenu li.float_tit:active:after,
    .type_leftmenu li.active.float_tit:after,
    .type_leftmenu li.Nav-slide.active.float_tit:after {
        background: transparent;
        box-shadow: none;
        right: 51%;
        left: 51%;
    }

}

/**prod**/
.prod_wrapper {
    position: relative;
    z-index: 1;
}

.ProductList {
    position: relative;
    z-index: 500;
    margin: auto;
    max-width: 1200px;
}

.prod_container {
    margin: auto;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.prod {
    width: 90%;
    margin: auto;
    font-size: 17px;
    line-height: 24px;
    padding-bottom: 15px;
}

/*.group {position: relative; margin-bottom: 140px; text-align: center; padding: 60px 50px 35px; border: 5px solid #dfc542; border-radius: 50px;
    -webkit-box-shadow: inset 3px 4px 0px 0px rgb(255 255 255 / 40%);
    -moz-box-shadow: inset 3px 4px 0px 0px rgb(255 255 255 / 40%);
    box-shadow: inset 3px 4px 0px 0px rgb(255 255 255 / 40%);}*/
.group {
    max-width: 1200px;
    margin: 0 auto 50px;
    position: relative;
    z-index: 100;
    background-color: #fff;
    border: solid 3px #ffaa46;
    border-radius: 50px;
    padding-bottom: 20px;
}

.group h2 {
    font-size: 36px;
    font-weight: 800;
    text-align: center;
    background-image: linear-gradient(to top, #ff5900, #ffaa46);
    color: #fff;
    border-radius: 40px 40px 0 0;
    padding: 30px 0;
}

.group h3 {
    color: #321a70;
    font-weight: bold;
    font-size: 18px;
    margin-top: 15px;
}

.group h4 {
    font-size: 25px;
    margin: 20px 0;
    font-weight: bold;
    color: tomato;
}

.group h5 {
    width: 100%;
    background-color: #a9864d;
    border-radius: 25px 25px 0 0;
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
    margin-top: 5px;
    padding: 10px 0;
    color: #fff;
    text-align: center;
}

.group ol li {
    margin: 0 30px 7px 40px;
    list-style-type: decimal;
}

.group li strong {
    color: red;
}

.group.label img {
    max-width: 100%;
    margin-top: 5px;
}

.group_button a {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    margin: 5px 3px;
    border-radius: 10px;
    color: #fff;
    background: tomato;
    border-bottom: 5px #c55325 solid;
    padding: 8px 25px;
    transition: transform .35s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.group_button a:hover {
    background-color: #d30000;
    border-bottom: 5px #910000 solid;
    -webkit-transform: translate(10%, 0);
    transform: translate(0, -5px);
}

.group a.btn-s {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    margin: 5px 3px;
    border-radius: 10px;
    color: #fff;
    background: tomato;
    border-bottom: 3px #c55325 solid;
    padding: 5px 20px;
    transition: transform .35s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.group a.btn-s:hover {
    background-color: #d30000;
    border-bottom: 3px #910000 solid;
    -webkit-transform: translate(10%, 0);
    transform: translate(0, -5px);
}

/**Product**/
.prod_wrapper {
    margin: auto;
    padding-top: 60px;
    position: relative;
}

.item {
    position: absolute;
    top: -82px;
    left: 95px;
}

/*.prod_wrapper h2 span { color: #ffd45a; font-size: 50px; padding: 0 5px; }*/
.insurance .notice {
    color: #fff;
    padding-top: 13px;
    text-align: left;
    line-height: 28px;
}
.raiders{ display: inline-block; border-radius: 50px; color: #fff; padding: 8px 485px; margin: 10px 0; font-size: 24px; transition: none; text-align: center;font-weight: bold; text-decoration: none; background: linear-gradient(135deg, #ae722a 0%, #d1954d 100%);  border-bottom: 5px #a2752d solid; }

/**table**/
table {
    background: white;
    border-collapse: collapse;
    width: 100%;
    border: 2px solid #a78447;
    margin-bottom: 5px;
}

table tr,
table th,
table td {
    border: 1px #7326aa solid;
}

table th,
table td {
    padding: 10px 5px;
    text-align: center;
}

table th {
    background: #ffd8b2;
    color: #663810;
    text-transform: uppercase;
    text-align: center;
}

table th,
table td a {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    margin: 5px 3px;
    border-radius: 10px;
    color: #fff;
    background: tomato;
    border-bottom: 5px #c55325 solid;
    padding: 8px 25px;
    transition: transform .35s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

table th,
table td a:hover {
    background-color: #d30000;
    border-bottom: 5px #910000 solid;
    -webkit-transform: translate(10%, 0);
    transform: translate(0, -5px);
}

table.two-axis tr:nth-of-type(2n+1) td {
    background: #f5f5f5;
}

table.box_rule .tr002 td {
    background: #ffd8b2;
    color: #663810;
    font-weight: bold;
}

table.box_rule td.tr003 {
    background: #f5f5f5;
    color: #663810;
    font-weight: bold;
}

/**back_index**/
a.btn_back {
    display: block;
    margin: 30px auto;
    padding: 10px 20px;
    width: 140px;
    border-radius: 50px;
    background-color: #ff5d00;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    transition: linear .2s;
    cursor: pointer;
    font-weight: bold;
}

a.btn_back:hover {
    background-color: tomato;
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

@media screen and (max-width:1024px) {
    .float_wrapper {
        display: none;
    }
}

@media screen and (max-width:768px) {
    body {
        width: 100vw;
        min-width: inherit;
        background-color: #000;
    }

    * {
        box-sizing: border-box;
    }

    .hd_pc {
        display: none;
    }

    .hd_m {
        display: block;
    }

    .pc_mode {
        display: none
    }

    .m_mode {
        display: block
    }

    .display_m {
        display: block !important;
    }

    .display_pc {
        display: none !important;
    }

    /**float**/
    .gotop {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
        left: auto;
        right: 10px;
        width: 40px;
        bottom: 80px;
        display: none;
    }

    .NavArea {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .NavArea .Nav {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        background-color: #000;
    }

    .NavArea .Nav ul {
        white-space: nowrap;
    }

    .NavArea .Nav li {
        z-index: 10;
        position: relative;
        display: inline-block;
        padding: 0;
        overflow: hidden;
        width: auto;
        font-weight: inherit;
        text-align: center;
    }

    .NavArea .Nav li:nth-child(odd) {
        background-color: #131313;
    }

    .NavArea .Nav a {
        color: #fff;
        text-decoration: none;
        line-height: 44px;
        position: relative;
        padding: 0 12px;
        height: 44px;
    }

    .Nav-slide.active a {
        color: salmon;
    }

    .float_tit {
        display: none !important;
    }

    /**kv**/
    .kv_bg {
        /* background: url("../images/kv_bg.jpg") top center no-repeat; background-size: 275vw; */
        background: url("../images/kv_bg_m.png") center 50px no-repeat;
        background-size: contain;
        width: 100vw;
        padding-top: 50px;
    }

    .kv_fireworks,
    .kv_fireworks2 {
        width: 200%;
    }

    .kv_fireworks {}

    .kv_fireworks::before {
        width: 100%;
        top: 17%;
        right: 35%;
        left: initial;
    }

    .kv_fireworks::after {
        width: 100%;
        display: none;
    }

    /* .kv_fireworks2 { display: none; } */
    .kv_fireworks2::before {
        width: 100%;
    }

    .kv_bg .kv {
        width: 100vw;
        /* height: 100%; */
        height: 115vw;
    }

    .kv .slogan {
        width: 90%;
        top: 5%;
        right: 0;
    }

    .slogan img {}

    .kv .kv_left {
        width: 68%;
        left: -18%;
        right: initial;
        bottom: 2%;
    }

    .kv .kv_right {
        width: 42%;
        left: initial;
        right: 5%;
    }

    .kv .kv_right .swiper_prod {}

    .kv_float {
        display: none;
    }

    .main {
        background: url("../images/kv_bg_m.jpg")no-repeat center 23vw, url("../images/bg.jpg")center top #000;
        background-size: 100%, 100%;
    }

    /**rule_m**/
    .rule_wrapper img {
        width: 100%;
    }

    .rule_container {
        width: 100vw;
        height: 69vw;
    }

    .rule_slogan {
        width: 48vw;
        top: 27vw;
        left: 4.3vw;
    }

    .rule_slogan2 {
        width: 20vw;
        top: 61vw;
        left: 12.3vw;
    }

    .rule_shine1 {
        width: 10vw;
        top: 31vw;
        left: 9vw;
    }

    .rule_shine2 {
        width: 10vw;
        top: 41vw;
        left: 42.5vw;
    }

    .rule_btn {
        width: 34vw;
        top: 27.5vw;
        right: 5vw;
    }

    /*register-table*/
    table {
        border: 1px solid #a78447;
        margin: 0 auto 10px;
    }

    table tr td {
        background: #fff;
    }

    table th,
    table td {
        padding: 0;
    }

    table th,
    table td a {
        font-size: 15px;
        margin: 5px 10px;
        border-radius: 10px;
        padding: 8px 10px;
    }

    table tr,
    table th,
    table td {
        border: 1px solid #a78447;
        font-size: 14px;
    }

    table.bt tfoot th:before,
    table.bt tfoot td:before,
    table.bt tbody td:before {
        background: #ebebeb;
        color: #555;
    }

    table.two-axis tr td:first-of-type,
    table.two-axis tr:nth-of-type(2n+2) td:first-of-type,
    table.two-axis tr td:first-of-type:before {
        background: #ffd8b2;
        color: #663810;
    }

    table.two-axis tr td:first-of-type {
        border-bottom: 1px solid #e4ebeb;
    }

    table.two-axis tr td:first-of-type:before {
        padding-bottom: 10px;
    }

    /**prod_m**/
    .prod_wrapper {
        padding-top: 0;
    }

    .prod_container {
        width: 96vw;
        border-radius: 30px;
    }

    .ProductList {
        width: 100%;
    }

    .prod_container h2 {
        font-size: 21px;
        line-height: 35px;
        border-radius: 30px 30px 0 0;
        padding: 5px 0;
    }

    .prod_containerr h2 span {
        display: block;
    }

    .pord {
        width: 92%;
        font-size: 14px;
        margin: 0 auto;
        padding-bottom: 5px;
        border-radius: 20px;
    }
    .group{ 
        margin: 0 auto 30px;
        border-radius: 40px;
    }
    .group h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .group h4 {
        padding-top: 10px;
        line-height: 30px;
    }

    .group h5 {
        font-size: 18px;
        padding: 5px 0;
    }

    .group ol li {
        margin: 10px 5px 0 15px;
        font-size: 15px;
        line-height: 20px;
    }

    .group p {
        padding-left: 0;
    }

    .group img {
        max-width: 90%;
        padding: 3px 0;
        display: block;
    }

    .group a {
        font-size: 17px;
    }

    .group a.but {
        display: none;
    }

    .group a.btn-s {
        font-size: 16px;
    }

    a.btn_back {
        display: none;
    }

    /**���I-top**/
    .NavArea {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 998;
    }

    .NavArea .Nav {
        position: relative;
        margin: 0;
        padding: 0;
        overflow-x: scroll;
        background: #000;
        border-bottom: 2px solid #ccc;
    }

    .NavArea .Nav ul {
        display: flex;
    }

    .NavArea .Nav li {
        z-index: 10;
        flex: none;
    }

    .NavArea .Nav a {
        color: #fff;
        padding: 0 25px;
        height: 50px;
        font-size: 15px;
        line-height: 50px;
        font-weight: bold;
    }

    .Nav-slide.active a {
        color: yellow;
    }

    .NavArea li.highlight0 {
        display: none;
    }

    .Nav-slide.active a {
        color: yellow;
        font-weight: bold;
        border-bottom: 2px solid yellow;
        background: #525252;
    }

    .M_menu_wrap {
        display: block;
        position: absolute;
    }

    .M_menu_block {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 200;
    }

    .M_menu_block ul li {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        float: left;
        height: 50px;
        cursor: pointer;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #111));
        border-top: 1px solid #999;
        border-right: 1px solid #666;
        border-left: 1px solid #222;
        padding-top: 13px;
        color: #fff;
        font-size: 17px;
    }

    .M_menu_block ul li a {
        display: inline-block;
        width: 100%;
        line-height: 20px;
        vertical-align: middle;
    }
}
