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

html {
    line-height: 1
}

ol,
ul {
    list-style: none
}

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

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q,
blockquote {
    quotes: none
}

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

a img {
    border: none
}

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

.main .article ul::after {
    content: "";
    display: block;
    clear: both
}

* {
    -webkit-tap-highlight-color: transparent
}

body,
html {
    width: 100%;
    position: relative;
    font-family: "微軟正黑體"
}

a {
    text-decoration: none
}

.hide {
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0
}

.wrap {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden
}

.wrap img {
    display: block
}

.wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 680px;
    pointer-events: none
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 70px;
    background: #333
}

.header .content {
    width: 1000px;
    height: 70px;
    margin: auto;
    position: relative
}

.header .logo_LG {
    display: block;
    width: 87px;
    height: 43px;
    background: url(../images/logo_LG.png) no-repeat;
    position: absolute;
    top: 14px;
    left: 20px
}

.header .logo_01 {
    display: block;
    width: 153px;
    height: 33px;
    background: url(../images/logo_01.png) no-repeat;
    position: absolute;
    top: 18px;
    right: 20px
}

.kv {
    width: 100%;
    height: 610px;
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 1;
    background: url(../images/kv_bg.png) no-repeat center
}

.kv .content {
    position: relative;
    width: 1000px;
    height: 610px;
    margin: auto
}

.kv .content .kv_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/kv_title.png) no-repeat;
    display: block;
    width: 930px;
    height: 98px;
    position: absolute;
    top: 50px;
    left: 24px
}

.kv .content .kv_word {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url("../images/kv_word.png") no-repeat;
    display: block;
    width: 474px;
    height: 133px;
    position: absolute;
    top: 170px;
    left: 24px
}

.kv .content .kv_nb {
    display: block;
    background: url("../images/kv_nb.png") no-repeat;
    width: 500px;
    height: 391px;
    position: absolute;
    top: 170px;
    right: 14px;
}

.kv .content .kv_vice_word{
    display: block;
    background: url("../images/kv_vice_word.png") no-repeat;
    width: 473px;
    height: 85px;
    position: absolute;
    top: 344px;
    left: 24px;
}


.kv .content .share {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/share_btn.png) no-repeat;
    display: block;
    width: 352px;
    height: 75px;
    position: absolute;
    top: 442px;
    left: 76px;
    box-shadow: 0 9px 0 #a5003e
}

.kv .content .share:hover {
    box-shadow: 0 0px 0 #a5003e;
    -moz-transform: translate(0, 9px);
    -ms-transform: translate(0, 9px);
    -webkit-transform: translate(0, 9px);
    transform: translate(0, 9px)
}

.kv .content .share::after {
    content: "";
    background: url(../images/hand.png) no-repeat;
    display: block;
    width: 41px;
    height: 39px;
    position: absolute;
    top: 22px;
    left: 295px;
    -moz-animation: hani .4s linear 0s infinite alternate;
    -webkit-animation: hani .4s linear 0s infinite alternate;
    animation: hani .4s linear 0s infinite alternate
}

.kv .content .rule {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-decoration: underline;
    position: absolute;
    top: 542px;
    left: 214px;
}

.kv .content .rule:hover {
    text-decoration: none
}

@-moz-keyframes hani {
    0% {
        -moz-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -moz-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

@-webkit-keyframes hani {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

@keyframes hani {
    0% {
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -moz-transform: translate(-5px, -5px);
        -ms-transform: translate(-5px, -5px);
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px)
    }
}

.main {
    position: relative;
    z-index: 2;
    width: 100%;
    background: url(../images/article_bg.jpg) no-repeat top center
}

.main .article {
    width: 1000px;
    margin: auto;
    padding: 80px 0 188px 10px;
    box-sizing: border-box
}

.main .article ul li {
    display: block;
    float: left;
    width: 320px;
    position: relative;
    margin: 0 10px 50px 0
}

.main .article ul li a {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #dedde0;
    padding: 0 0 20px 0
}

.main .article ul li a .hpic {
    width: 80px;
    height: 80px;
    background: #af0042;
    border-radius: 99px;
    overflow: hidden;
    position: absolute;
    top: -40px;
    left: 50%;
    z-index: 10;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.main .article ul li a .hpic.nobgc {
    background: none
}

.main .article ul li a .hpic img {
    height: 80px
}

.main .article ul li a:hover {
    -moz-box-shadow: rgba(35, 36, 36, 0.3) 3px 12px 10px;
    -webkit-box-shadow: rgba(35, 36, 36, 0.3) 3px 12px 10px;
    box-shadow: rgba(35, 36, 36, 0.3) 3px 12px 10px
}

.main .article ul li a:hover::before {
    opacity: 1
}

.main .article ul li a:hover span {
    background: #af0042
}

.main .article ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    box-sizing: border-box;
    border: 3px solid #af0042;
    opacity: 0;
    -moz-transition: all, .4s;
    -o-transition: all, .4s;
    -webkit-transition: all, .4s;
    transition: all, .4s
}

.main .article ul li a::after {
    content: attr(title);
    display: block;
    padding: 0 20px;
    font-size: 20px;
    line-height: 30px;
    color: #1c1d1c;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.main .article ul li a img {
    width: 100%;
    display: block
}

.main .article ul li a span {
    display: block;
    width: 100%;
    background: #333;
    font-size: 26px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -moz-transition: all, .4s;
    -o-transition: all, .4s;
    -webkit-transition: all, .4s;
    transition: all, .4s;
    margin: 0 0 20px 0
}

.main .article ul li a span::before {
    content: "．"
}

.main .article ul li a span::after {
    content: "．"
}

.main .article ul li a span.small {
    font-size: 20px
}

.main .article ul li a span.small::before {
    display: none
}

.main .article ul li a span.small::after {
    display: none
}

.main .bottom {
    width: 100%;
    background: url(../images/bottom_bg.jpg) no-repeat top center
}

.main .bottom .content {
    position: relative;
    width: 1000px;
    margin: auto;
    padding: 314px 0 40px 0
}

.main .bottom .bottom_nb {
    background: url(../images/bottom_nb.png) no-repeat;
    display: block;
    width: 486px;
    height: 287px;
    position: absolute;
    top: -160px;
    left: 50%;
    z-index: 2;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.main .bottom .nb_icon1 {
    background: url(../images/long_icon.png) no-repeat;
    display: block;
    width: 187px;
    height: 187px;
    position: absolute;
    top: -177px;
    left: 39px;
    z-index: 1
}

.main .bottom .nb_icon2 {
    background: url(../images/light_icon.png) no-repeat;
    display: block;
    width: 187px;
    height: 187px;
    position: absolute;
    top: 5px;
    left: 89px;
    z-index: 1
}

.main .bottom .nb_icon3 {
    background: url(../images/810g_icon.png) no-repeat;
    display: block;
    width: 187px;
    height: 187px;
    position: absolute;
    top: 103px;
    left: 293px;
    z-index: 1
}

.main .bottom .nb_icon4 {
    background: url(../images/ssd_icon.png) no-repeat;
    display: block;
    width: 187px;
    height: 187px;
    position: absolute;
    top: 103px;
    left: 519px;
    z-index: 1
}

.main .bottom .nb_icon5 {
    background: url(../images/thin_icon.png) no-repeat;
    display: block;
    width: 187px;
    height: 187px;
    position: absolute;
    top: 5px;
    left: 725px;
    z-index: 1
}

.main .bottom .nb_icon6 {
    background: url(../images/typec_icon.png) no-repeat;
    display: block;
    width: 187px;
    height: 187px;
    position: absolute;
    top: -177px;
    left: 775px;
    z-index: 1
}

.main .bottom .more {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/more_btn.png) no-repeat;
    display: block;
    width: 354px;
    height: 70px;
    box-shadow: 0 9px 0 #a5003e;
    margin: auto
}

.main .bottom .more:hover {
    box-shadow: 0 0px 0 #a5003e;
    -moz-transform: translate(0, 9px);
    -ms-transform: translate(0, 9px);
    -webkit-transform: translate(0, 9px);
    transform: translate(0, 9px)
}

.footer {
    width: 100%;
    height: 70px;
    background: #f6f4f6;
    text-align: center;
    font-size: 0;
    position: relative;
    z-index: 2
}

.footer a {
    display: inline-block;
    height: 70px;
    padding: 0 25px;
    position: relative
}

.footer a::after {
    content: "";
    display: block;
    width: 2px;
    height: 46px;
    background: #8e8d8e;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.footer a:last-child::after {
    display: none
}

.footer a.pchome {
    width: 157px;
    background: url(../images/online_shop_pchome.png) no-repeat center
}

.footer a.yahoo {
    width: 151px;
    background: url(../images/online_shop_yahoo.png) no-repeat center
}

.footer a.shopping486 {
    width: 98px;
    background: url(../images/online_shop_486.png) no-repeat center
}

.footer a.eclife {
    width: 82px;
    background: url(../images/online_shop_eclife.png) no-repeat center
}

.footer a.kuai3 {
    width: 79px;
    background: url(../images/online_shop_kuai3.png) no-repeat center
}

.footer a.momo {
    width: 95px;
    background: url(../images/online_shop_momo.png) no-repeat center
}

a.goTop {
    display: none;
    width: 88px;
    height: 88px;
    background: url(../images/top_btn.png) no-repeat;
    position: fixed;
    right: calc(50% - 600px);
    bottom: 75px;
    z-index: 999
}