@charset "UTF-8";

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent
}

textarea {
    resize: none;
    outline: none
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

div {
    vertical-align: top
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 1em 0;
    padding: 0;
    clear: both
}

input,
select {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
    font-weight: 300
}

[v-cloak] {
    display: none
}

body,
html {
    color: #3f3f3f;
    font-family: 'Noto Sans TC', '微軟正黑體', Arial, Helvetica, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    position: relative
}

.header {
    padding: 9px 0;
    background-color: #dc0001;
    color: #fff;
    position: relative;
    font-size: 12px
}

.header img {
    width: 100%;
    display: block
}

.header a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 400
}

.header .container {
    padding: 0
}

.header .container .logo {
    width: 167px
}
.header__text:after{
	content: '|';
    display: inline-block;
    padding: 0 10px;
    color: #ffffff !important
}

.header__text header__text--danger:after{
	content: '|';
    display: inline-block;
    padding: 0 10px;
    color: #ffffff !important
}

.header .container ul.pchome_web li a:after,
.header .container ul.pchome_web li:first-child a:before {
    content: '|';
    display: inline-block;
    padding: 0 10px;
    color: #ffffff !important
}

.header .container ul.pchome_member a {
    padding: 0 5px
}

#site-logo {
    height: 70px
}

#site-logo .logo {
    margin-right: 12px
}

#site-logo h4 {
    font-size: 1.5rem;
    font-weight: 700
}

#site-logo .slider_box {
    padding: 7px 0 6px;
    width: 370px;
    position: relative;
    background: #fff
}

#site-logo .slider_box img {
    width: 100%;
    display: block
}

#site-logo .slider_box .swiper-slide {
    overflow: hidden
}

#site-logo .slider_box .swiper-slide a {
    display: block;
    overflow: hidden
}

.right_box {
    display: none;
    width: 50px;
    position: fixed;
    bottom: 20px;
    right: 8px;
    z-index: 9;
    -webkit-transition: 0s;
    transition: 0s
}

.right_box img {
    width: 100%
}

.gotop {
    width: 42px;
    height: 42px;
    overflow: hidden;
    cursor: pointer;
    background-color: rgba(164, 164, 164, 0.85);
    padding: 7px 6px 3px;
    float: right;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.gotop a.mb {
    display: none
}

.gotop:hover {
    background-color: #a4a4a4
}

@media only screen and (max-width:1023px) {
    .header .container {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .header ul.pchome_member,
    .header ul.pchome_web {
        display: none !important
    }

    .right_box {
        bottom: 6rem
    }
}

@media only screen and (max-width:768px) {
    #site-logo {
        margin-top: 74px;
        height: auto;
        padding: 0
    }

    #site-logo .slider_box {
        width: 100%
    }

    #site-logo .logo_box {
        display: none !important
    }

    #site-logo .logo_box img {
        width: 100%
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        width: 100%;
        padding: 6px 0 6px 0;
        height: 35px;
    }

    .header .container .logo {
        width: 140px;
    }

    .gotop a.pc {
        display: none !important
    }

    .gotop a.mb {
        display: block !important
    }
}

.navbox {
    padding: 0;
    width: 100%;
    max-width: none;
    pointer-events: auto;
    position: relative;
    z-index: 11;
    background: #f8f9fa;
    
}

.navbox a {
    display: block
}

.navbox .naboxDeco {
    position: absolute;
    z-index: -1;
    bottom: 0;
    content: '';
    width: 100%;
    height: 0px;
    
}

.nav_wrap {
    width: 100%;
    display: block
}

.nav_wrap a {
    padding: 15px 20px;
    color: #3f3f3f;
    display: block;
    font-weight: 400;
    font-weight:bold;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

@media only screen and (max-width:1024px) {
    .nav_wrap a {
        padding: 15px 10px
    }
}

.nav_wrap ul.main_menu {
    list-style-type: none;
    margin: 0;
    padding: 3px;
    display: block;
    text-align: center;
    width: 100%;
}

.nav_wrap ul.main_menu>li:hover>a {
    color: #0080ff;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    border-radius: 50px 50px 50px 50px;
}

.nav_wrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative
}

.nav_wrap li .dropdown {
    position: absolute;
    z-index: 9;
    display: none;
    width: 300px;
    background: #ffffff;
    padding: 0 0 5px;
    opacity:0.95;
    text-align: left;
    padding: .5rem 0.7rem 0.7rem;
    -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.nav_wrap li .dropdown ul {
    padding-right: 0;
    padding-left: 0
}

.nav_wrap li .dropdown a {
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 10px;
    line-height: 1
}

.nav_wrap li .dropdown a:hover {
    background:#0080ff;
    color:#fff;
    font-size: 16px;
    border-radius:20px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px;
    line-height: 1
}

.nav_wrap li .dropdown a.t3 {
    color: #00accc !important;
    line-height: 0.9;
    font-weight: 600
}

.nav_wrap li .dropdown li {
    display: block
}

.nav_wrap li .dropdown li.t3 a {
    font-size: 103%;
    color: #00accc
}

.nav_wrap li .dropdown li:hover a[href] {
    background: rgba(0, 166, 255, 0.8);
    color:#fff;
    border-radius:20px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 5px 10px;
    line-height: 1
}

.nav_wrap li .dropdown.sub_dp {
    width: 860px !important;
    left: 50%;
    right: 50%;
    margin-left: -430px;
    padding: 0 .7rem .7rem
}

.nav_wrap li .dropdown.sub_dp:before {
    left: 50%;
    right: 50%;
    margin-left: -9px
}

.nav_wrap li dd {
    font-size: 160%;
    font-weight: 800;
    border-bottom: 3px solid #0080ff;
    padding: 5px 10px;
    margin-bottom: 5px;
    width: 96%
}

.nav_wrap li dd a {
    font-size: inherit;
    font-weight: inherit
}

.nav_wrap li:hover .dropdown {
    display: block
}

.nav_wrap li.dp,
.nav_wrap li.dp a {
    position: static
}

.nav_wrap span.aw_icon {
    position: relative;
    display: inline-block;
    width: 10px
}

.nav_wrap span.aw_icon:before {
    -moz-transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    top: -10px;
    right: -1px;
    font-size: 12px;
    border: solid #dddddd;
    border-width: 0 2px 2px 0
}

.nav_wrap li:hover span.aw_icon:before {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 15px;
    right: -5px;
    content: ''
}

.nav_mb {
    display: none !important;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    margin: 0;
    position: relative;
    z-index: 9999;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #cdcdcd;
    background-color: #f8f9fa
}

.nav_mb .title_mb {
    display: none !important;
    width: 100%;
    height: 100%;
    text-align: center
}

.nav_mb .title_mb h4 {
    font-size: 1.3rem;
    color: #3f3f3f;
    margin-left: 3px;
    line-height: normal
}

.subfixed {
    position: fixed;
    top: 0;
    z-index: 99
}

.navbar-toggler {
    border: 0;
    width: 30px;
    height: 20px;
    padding: 0;
    position: absolute;
    left: 15px;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align-content: space-between;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-flex-item-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.navbar-toggler span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #0080ff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.navbar-toggler.is-open span:first-child {
    -webkit-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg)
}

.navbar-toggler.is-open span:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.navbar-toggler.is-open span:last-child {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg)
}

@media only screen and (max-width:1023px) {
    .nav_wrap li .dropdown.sub_dp {
        width: 760px !important;
        margin-left: -380px
    }
}

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

    body,
    html {
        font-size: 14px
    }

    .navbox {
        position: fixed;
        top: 35px;
        z-index: 99;
        border: 0;
        pointer-events: auto;
        padding: 0 !important
    }

    .navbox:before {
        height: 0
    }

    .nav_mb,
    .nav_mb .title_mb {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .main_body {
        width: 95%
    }

    .nav_wrap {
        display: block;
        background: #fff;
        position: fixed;
        z-index: 99;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 74px 0 4rem;
        margin: 0;
        border: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all
    }

    .nav_wrap a {
        color: #505050;
        text-align: center;
        padding: 15px;
        font-size: 17px
    }

    .nav_wrap ul {
        padding-top: 50px
    }

    .nav_wrap ul li {
        display: block;
        border-bottom: 1px solid #cdcdcd
    }

    .nav_wrap ul li.act span.aw_icon {
        top: 8px;
        -webkit-transform: rotatex(180deg);
        transform: rotatex(180deg)
    }

    .nav_wrap ul li .dropdown.sub_dp {
        padding: 15px 15px
    }

    .nav_wrap ul li .dropdown {
        width: 100%;
        position: relative;
        background-color: #e8e8e8;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .nav_wrap ul li .dropdown li {
        border-bottom: 0
    }

    .nav_wrap ul li .dropdown:before {
        border-color: transparent transparent #e3e3e3 transparent
    }

    .nav_wrap ul li .dropdown li a {
        padding: 10px 10px 10px 30px;
        border-bottom: none;
        color: #505050;
        background-color: inherit;
        font-size: 15px;
        font-weight: 400
    }

  
    .nav_wrap li .dropdown a:hover {
        background:#0080ff;
        color:#fff;
        font-size: 18px;
        font-weight: 900;
        border-radius:20px;
        width: 90%;
        padding: 6px 8px;
        line-height: 1
    }

    .nav_wrap ul li:hover a {
        background: #6d6d6d;
        color: #fff;
    }
    

    .nav_wrap ul li dd {
        font-size: 120%;
        padding: 5px 5px 5px 0;
        width: 100%
    }

    .nav_wrap ul span.aw_icon {
        float: right;
        top: 15px;
        left: 0
    }

    .nav_wrap ul span.aw_icon:before {
        border: solid #ddd;
        border-width: 0 2px 2px 0;
        -moz-transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);
    }

    .nav_wrap ul li:hover span.aw_icon:before {
        border: solid #fff;
        border-width: 0 2px 2px 0;

    }

    .nav_wrap ul span.aw_icon:after {
        border-color: transparent transparent #e3e3e3 transparent
    }

    .nav_wrap.visible {
        pointer-events: auto;
        left: 0px;
        -webkit-transition: 0.3s all;
        transition: 0.3s all
    }

    .arrow-down {
        border-top: 5px solid #505050;
        position: absolute;
        top: 20px;
        right: 10px
    }

    .cover-bg {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 88;
        width: 100%;
        height: 100%;
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none
    }

    .nav_wrap li:hover .dropdown {
        display: none
    }

    .nav_wrap li.act .dropdown {
        display: block;
        margin: 0;
        width: 100% !important;
        position: static;
        padding: 15px
    }

    .nav_wrap li.act .dropdown .dropdown_block {
        background: #fff;
        font-size: 15px;
        padding: 5px 0 8px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        border-radius: 15px
    }

    .nav_wrap li.act .dropdown .dropdown_block a {
        padding: 5px 5px 5px 30px !important;
        line-height: 1.5
    }

    .nav_wrap li.act a {
        background: transparent !important;
        color: inherit !important
    }

    .nav_wrap ul li.act span.aw_icon:before {
        border: solid #fff;
        border-width: 0 2px 2px 0
    }
}

.left_menu {
    width: 120px;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 110px;
    overflow: hidden;
    padding-left: 5px
}

.left_menu .arrow_box {
    background: rgba(0, 0, 0, 0.8);
    width: 40px;
    height: 40px;
    margin: 0 0 3px -5px;
    cursor: pointer;
    background-clip: padding-box;
    border-radius: 0 5px 5px 0;
    -webkit-transition: .2s;
    transition: .2s
}

.left_menu .arrow_box .arrow {
    display: block;
    position: relative;
    width: 100%;
    height: 100%
}

.left_menu .arrow_box .arrow:after,
.left_menu .arrow_box .arrow:before {
    content: "";
    position: absolute;
    width: 40%;
    height: 2px;
    background-color: #aaa;
    left: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

.left_menu .arrow_box .arrow:before {
    top: 60%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.left_menu .arrow_box .arrow:after {
    top: 36%;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.left_menu .arrow_box .arrow.rotate:before {
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg)
}

.left_menu .arrow_box .arrow.rotate:after {
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg)
}

.left_menu .menu_box {
    border-radius: 10px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 5px 5px 10px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    transition: all .3s
}

.left_menu .menu_box .subtitle {
    border-bottom: solid 1px #777;
    color: #bbb
}

.left_menu .menu_box a {
    font-weight: 400;
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 1px;
    background-clip: padding-box;
    border-radius: 5px;
    -webkit-transition: .2s;
    transition: .2s
}

.left_menu .menu_box a:hover {
    background-color: rgba(255, 255, 255, 0.4)
}

.left_menu .menu_box .banner a:hover {
    background-color: unset;
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.left_menu .menu_box .specialAct a {
    margin: 4px 0;
    padding: 2px
}

.left_menu .menu_box.gohide {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
}

.left_menu .campaignMenu_m {
    display: none;
    width: 100%;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
    background: #d8000f;
    background: -webkit-gradient(linear, left top, right top, from(#8c0000), color-stop(10%, #8c0000), color-stop(30%, #c30000), color-stop(50%, #c30000), color-stop(50%, #c30000), color-stop(70%, #c30000), color-stop(90%, #8c0000), to(#8c0000));
    background: linear-gradient(to right, #8c0000 0%, #8c0000 10%, #c30000 30%, #c30000 50%, #c30000 50%, #c30000 70%, #8c0000 90%, #8c0000 100%)
}

.left_menu .campaignMenu_m li {
    width: 50%;
    text-align: center;
    position: relative
}

.left_menu .campaignMenu_m li img {
    width: 34px;
    vertical-align: -8px;
    display: inline-block !important
}

.left_menu .campaignMenu_m li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 9px 0
}

.left_menu .campaignMenu_m li:first-child:before {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    display: block;
    width: 1px;
    height: 70%;
    background-color: #fff;
    opacity: 0.7
}

.campaignMenuFixed {
    position: fixed;
    top: 4rem
}

.menuMask {
    display: none;
    background-color: rgba(34, 34, 34, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 55;
    top: 0px;
    left: 0px
}

@media only screen and (max-width:1024px) {
    .left_menu {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden;
        -webkit-transform: scale(1) translateX(0);
        transform: scale(1) translateX(0)
    }

    .left_menu .campaignMenu_m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .left_menu .arrow_box {
        display: none
    }

    .left_menu .menu_box {
        width: 100%;
        padding: 0;
        margin: 0;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        border-radius: 0 !important;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .left_menu .menu_box li.banner,
    .left_menu .menu_box li.gotop,
    .left_menu .menu_box li.subtitle {
        display: none
    }

    .left_menu .menu_box li:first-child a {
        overflow: inherit
    }

    .left_menu .menu_box .backToMain {
        display: none
    }

    .left_menu {
        position: fixed;
        bottom: 0px;
        top: inherit;
        z-index: 66
    }

    .left_menu .menu_box {
        display: none;
        background-color: inherit;
        padding: 0 8px;
        margin-bottom: 10px;
        text-align: center
    }

    .left_menu .menu_box li {
        display: inline-block;
        position: relative;
        width: calc(100% / 3 - 6px);
        text-align: left;
        margin: 0 3px 6px;
        padding: 0
    }

    .left_menu .menu_box a {
        text-align: center;
        padding: 8px 3px;
        color: #000;
        background-color: #eee
    }

    .left_menu .menu_box .specialAct a {
        color: #fff;
        margin: 0;
        padding: 8px 3px
    }

    .left_menu li.s_main,
    .left_menu ul.menu_list {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-box-wrap: wrap;
        -webkit-box-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flexbox-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .left_menu li.s_main li,
    .left_menu ul.menu_list li {
        width: calc(100% / 3);
        padding: 3px
    }

    .left_menu li.s_main dd.act_home,
    .left_menu ul.menu_list dd.act_home {
        display: none
    }

    .left_menu .site_evt,
    .left_menu li.s_main dd {
        width: 100%;
        display: inline-block
    }

    .left_menu .site_evt a,
    .left_menu li.s_main dd a {
        padding: 0
    }

    .left_menu li.s_main dd {
        width: 60%;
        margin: 0 auto
    }
}

ul.promo img {
    padding: 0 5px
}

ul.promo img.pic {
    border-radius: 1.2rem 1.2rem 0 0
}

ul.promo li {
    margin-bottom: 20px
}

ul.promo a {
    outline: none;
    text-decoration: none;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    padding: 5px 0 3rem;
    background-color: #fff;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8rem;
    text-decoration: none;
    border: 1px solid #68b4ff;
    border-radius: 0 2rem;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

ul.promo a:hover {
    top: -6px;
    border-width: 1px;
    border-style: solid;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

ul.promo .icon {
    width: 40px;
    height: 60px;
    background-color: #0080ff;
    padding: 0 0.2rem 1rem;
    position: absolute;
    right: 1rem;
    top: -5rem;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 0 0 50px 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.9;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90)
}

ul.promo a:hover .icon {
    top: -1px;
    background-color: #0080ff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

ul.promo .hotline {
    background-color: #0080ff;
    color: #fff;
    font-size: 14px;
    padding: 8px 3px;
    margin: 5px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

ul.promo a:hover .hotline {
    background-color: #000000;
    color:#0080ff;
    font-size:16px;
    font-weight:700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

ul.promo .pd_title {
    color: #454545;
    font-size: 80%;
    margin-bottom: 8px;
    padding: 0 5px
}

@media only screen and (max-width:768px) {
    ul.promo .pd_title {
        font-size: 105%;
    }
}

ul.promo .price {
    font-size: 135%;
    color: #0080ff;
    font-weight: bold;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px
}

ul.promo .price i {
    font-weight: normal;
    font-style: normal;
    vertical-align: 0;
    color: #b6b6b6;
    font-size: 70%;
    text-decoration: line-through;
    padding-right: 3px
}

ul.promo .price s {
    font-style: normal;
    vertical-align: 0;
    color: #b6b6b6;
    font-size: 55%;
    text-decoration: line-through;
    padding-right: 3px
}

ul.promo .price small {
    font-weight: normal;
    font-size: 65%;
    vertical-align: 0
}


@media only screen and (max-width:1440px) {
    ul.promo a {
        font-size: 1.2rem;
        line-height: 1.8rem
    }
}

@media only screen and (max-width:768px) {
    ul.promo {
        margin-right: -10px;
        margin-left: -10px
    }

    ul.promo .col-6,
    ul.promo .col-md-6 {
        padding: 0 10px
    }
}

@media only screen and (max-width:767px) {
    ul.promo {
        margin-right: -5px;
        margin-left: -5px
    }

    ul.promo a {
        font-size: 1.1rem;
        line-height: 1.6rem
    }

    ul.promo .col-6,
    ul.promo .col-md-6 {
        padding: 0 5px
    }
}

.pdSlider {
    position: relative
}

@media (max-width:768px) {
    .pdSlider {
        padding-right: 15px;
        padding-left: 15px
    }
}

.pdSlider img.pic {
    display: block;
    max-width: 100%
}

.pdSlider .swiper-container {
    padding: 10px 0 2rem
}

.pdSlider a:hover {
    top: 0
}

.pdSlider .swiper-slide {
    height: auto
}

.pdSlider .swiper-pagination {
    position: static;
    width: auto
}

.pdSlider .swiper-pagination span {
    margin: 0 3px;
    background-color: rgba(0, 0, 0, 0.7)
}

.pdSlider .swiper-pagination .swiper-pagination-bullet-active {
    background: #0080ff
}

.pdSlider .swiper-button-next,
.pdSlider .swiper-button-prev {
    background: transparent;
    position: static;
    height: auto;
    margin: 0
}

@media (max-width:768px) {
    .pdSlider ul.promo {
        margin: 0;
    }
}

.pdSlider ul.promo li {
    margin: 0
}

.pdSlider ul.promo .hotline {
    width: 90%;
    overflow: hidden;
    color: #ffffff;
    font-weight: 700;
    background: #0080ff;
    border-radius: 0px 20px 0px 20px;
    margin: 0.5rem auto;
    padding: 3px 3px
}

.pdSlider ul.promo .price {
    color: #001aff;
    border-radius: 100px;
    width: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0 0.3rem 0 0.6rem
}

.pdSlider ul.promo .price i {
    color: inherit;
    text-decoration: none;
    font-size: 115%;
    line-height: 1
}

.card_note {
    padding: 10px 0;
    color: #c3c1c1;
    background-color: #343434;
    line-height: 22px;
    font-size: 13px
}

.card_note .left {
    margin: 0 12px;
    padding: 5px 10px;
    border: 1px solid #c3c1c1;
    font-size: 170%;
    font-weight: 500;
    letter-spacing: 5px;
    vertical-align: middle
}

.card_note a {
    color: #c3c1c1;
    text-decoration: underline
}

.footer {
    width: 100%;
    text-align: center;
    padding: 1.2rem 10px 2rem;
    line-height: 22px;
    font-size: 13px;
    background-color: #000;
    color: #fff
}


.footer li {
    margin: 0 3px
}



.footer li.text {
    /*margin-right: 10px*/
}

.footer li img {
    width: 40px
}


@media only screen and (max-width:991px) {
    .card_note {
        display: block !important;
        padding: 20px;
        text-align: center
    }

    .card_note * {
        font-weight: 400
    }

    .card_note .left {
        width: 310px;
        max-width: 100%;
        margin: 0 auto 8px
    }

    .footer {
        padding-bottom: 20%
    }

    .footer * {
        font-weight: 400
    }
}

@media only screen and (max-width:768px) {
    .footer {
        padding-bottom: 22%;
		position: relative;
		
		
    }

    .card_note .left {
        font-size: 160%
    }
}

.blockDeco .container {
    position: relative;
    padding-top: .5rem;
    padding-right: 20px;
    padding-left: 20px
}

@media (min-width:768px) {
    .blockDeco .container {
        padding-right: 3rem;
        padding-left: 3rem
    }
}

@media (min-width:1600px) {
    .blockDeco .container {
        padding-right: 5rem;
        padding-left: 5rem;
        max-width: 1300px
    }
}

.blockDeco .blockTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blockDeco .blockTitle h3 {
    position: absolute;
    z-index: 5;
    margin: .3rem 0 0
}

.blockDeco_outlineMid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: center top
}

.box-shadow {
    -webkit-box-shadow: 0 6px 10px rgba(134, 102, 102, 0.1);
    box-shadow: 0 6px 10px rgba(134, 102, 102, 0.1)
}

.d-block {
    width: 100%
}

.absolute {
    position: absolute;
    left: 50%;
    right: 50%
}

.ani_scale {
    display: block;
}

.ani_scale img {
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.ani_scale:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(1.03);
    transform: scale(1.03)
}

a.img-shadow {
    position: relative;
    width: 100%;
    float: left;
    display: block;
    overflow: hidden
}

a.img-shadow:before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

a.img-shadow:hover:before {
    -webkit-box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.3)
}

#main_slider {
    width: 100%;
    padding: 0;
    position: relative
}

#main_slider .swiper-container,
#main_slider .swiper-wrapper {
    height: 100%
}

#main_slider a {
    display: block;
    width: 100%;
    height: 100%
}

#main_slider .swiper-pagination {
    width: 100%;
    bottom: 5px
}

#main_slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px;
    border: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

#main_slider .swiper-pagination-bullet-active {
    width: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 50px
}

#main_slider .swiper-button-next,
#main_slider .swiper-button-prev {
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40)
}

#main_slider_withTitle .swiper-pagination-bullet {
    width: 12px;
    height: 12px
}

.wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-repeat: repeat-x;
    background-position: center top
}

@media (max-width:768px) {
    .wrap {
        background: unset !important;
  }
}

.wrap h3 {
    text-align: center;
    font-size: 2.6rem;
    margin: 1rem 0 0;
    width: 100%;
    position: relative
}

@media (max-width:767px) {
    .wrap h3 {
        font-size: 1.5rem;
    }
}

.wrap h3 span {
    font-weight: 600;
    vertical-align: 0;
    letter-spacing: 1px
}

.wrap h3 .titleBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat !important;
    background-position: center top
}

@media (max-width:767px) {
    .wrap h3 .titleBg {
        background-size: 150% auto
    }
}

.wrap .bgM {
    z-index: -1;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat;
    display: none
}

@media (max-width:768px) {
    .wrap .bgM {
        display: block;
        background-repeat: repeat;
    }
}

.container {
    padding: 0
}

@media (max-width:768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px
    }
}

article .container {
    width: 1200px;
    max-width: 97%
}

section .row {
    margin-right: -8px;
    margin-left: -8px
}

section [class*=col] {
    padding: 0 8px
}

section a {
    display: block
}

section.t_line h3 {
    height: 80px;
    position: relative;
    background-size: contain !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:767px) {
    section.t_line h3 {
        height: 14vw
    }
}

section.t_line h3 span {
    color: #fff;
    position: relative;
    z-index: 1
}

section.grid_8 .row>div {
    width: calc(100% / 8);
    padding: 3px
}

@media (max-width:768px) {
    section.grid_8 .row>div {
        width: 25%
    }
}

.video_wrap [class*=col-] {
    margin-bottom: 1rem
}

.video-btn {
    position: relative;
    display: block;
    cursor: pointer
}

.video-btn .overlayFade {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.video-btn .icon {
    position: absolute;
    z-index: 5;
    width: 80px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:767px) {
    .video-btn .icon {
        width: 30%
    }
}

.video-btn .icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    z-index: 5;
    display: block;
    border: 2px solid #fff;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 50%
}

.video-btn img.pic {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.video-btn:hover .overlayFade {
    z-index: 3;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.video-btn:hover .icon {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.video-btn:hover .icon:after {
    -webkit-animation: circle 1.5s infinite;
    animation: circle 1.5s infinite
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
    }
}

@keyframes circle {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0)
    }
}

#video_box .modal-dialog {
    width: 800px;
    max-width: 96%
}

#video_box .modal-content {
    background-color: transparent;
    border: 0
}

#video_box .close {
    color: #fff;
    font-size: 2rem;
    margin-top: -2rem
}

#video_box .modal-body {
    padding: 0
}

#tv .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

#tv .video-container embed,
#tv .video-container iframe,
#tv .video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:1279px) {
    #main_slider {
        height: auto
    }

    #main_slider .swiper-button-next,
    #main_slider .swiper-button-prev {
        width: 25px;
        height: 25px;
        background-size: 25px 25px
    }
}

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

    body,
    html {
        font-size: 14px
    }

    body *,
    html * {
        font-weight: 500
    }

    body.act {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

}

#container_aw .swiper-button-next,
#container_aw .swiper-button-prev
{
    background-size: 100%;
    width: 15px;
    left: -5px
}

#container_aw .swiper-button-next,
#date_aw .swiper-button-next {
    left: auto;
    right: -5px

}

a,
body,
dd,
div,
dl,
dt,
h1,
img,
p,
span {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent
}

.inset {
    text-align: center
}

.inset a {
    color: #06c;
    font: 11px/20px normal
}

.logotype a {
    display: block;
    width: 186px;
    height: 60px;
    text-indent: -9999px
}

#HEADER .logotype a {
    background: url()
}

#HEADER {
    position: relative;
    height: 60px;
    width: 930px;
    margin: 0 auto;
    margin-bottom: 6px;
    border: 1px solid #e0e0e0;
    border-bottom: 0;
    background: url() repeat-x
}

#HEADER a {
    display: block;
    position: absolute
}

#HEADER .site_roadsign {
    width: 68px;
    height: 65px;
    left: 186px;
    top: 0;
    text-indent: -9999px
}

#HEADER .site_ad {
    left: 312px;
    top: 16px;
    border: 1px solid #ddd
}

#FOOTER {
    margin: 10px 0 20px;
    color: #777;
    font: 13px/1.5 Verdana;
    text-align: center
}

#FOOTER a {
    color: #333;
    font: 13px/1.5 Verdana
}

#FOOTER span {
    margin: 0 4px;
    color: #999;
    font: 12px/1.5 Verdana
}

#GLOBALWRAPPER,
#WRAPPER {
    margin: 0 auto
}

#GLOBALWRAPPER {
    overflow: hidden;
    margin-bottom: 7px
}

/*# sourceMappingURL=layout_v5.css.map */