@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
i,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
    font-family: "微軟正黑體", "Lucida Grande", Arial, "Arial Narrow";
    font-size: 18px;
    line-height: 150%
}

html {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-weight: 400;
    vertical-align: baseline;
    font-family: "微軟正黑體", "Lucida Grande", Arial, "Arial Narrow";
    font-size: 87px
}

body {
    position: relative;
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    vertical-align: middle
}

a {
    outline: 0;
    color: #000;
    text-decoration: none;
    -webkit-backface-visibility: hidden
}

a:focus {
    outline: 0
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 0
}

img {
    max-width: 100%;
    display: inline-block;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    z-index: 99999;
    transition: all linear 0.5s;
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}

.loading.fadeOut {
    opacity: 0;
}

.loading.godown {
    z-index: -999999999;
}

.loading .bg {

    position: relative;

    width: 100%;

    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;
}

.loading .loadingLogo {}


.wrapper {
    overflow: hidden;
    position: relative
}

.bigw {
    width: 1400px;
    margin: 0 auto;
    position: relative
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.wow {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.mobileSet,
aside.webTool {
    display: none
}

.btnYellow {
    text-align: center;
    margin-top: 50px;
}

.btnYellow a {
    display: inline-block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff800+0,ffde00+100 */
    background: rgb(255, 248, 0);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 248, 0, 1) 0%, rgba(255, 222, 0, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 248, 0, 1) 0%, rgba(255, 222, 0, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 248, 0, 1) 0%, rgba(255, 222, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff800', endColorstr='#ffde00', GradientType=0);
    /* IE6-9 */
    font-size: 30px;
    padding: 5px 25px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    cursor: pointer;
}

.btnYellow:hover a {
    color: #fff;
    background: #e20505;
}

header {
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header #cis {
    position: fixed;
    left: 30px;
    top: 20px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;

}

header #navList {
    margin-left: 300px;
}

header #navList ul {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
}

header #navList ul li {
    padding: 0 20px;
}

header #navList ul li a {
    color: #fff;
    display: block;
    cursor: pointer;
    font-size: 18px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    height: 100px;
    line-height: 100px;
    position: relative;
}

header #navList ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #ffde00;
    bottom: 35%;
    left: 0;
    opacity: 0;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

header #navList ul li a:hover,
header .headerTool ul li a:hover {
    color: #ffde00;
}

header #navList ul li a:hover:after {
    opacity: 1
}

header .headerTool {

    position: fixed;

    right: 30px;

    top: 30px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;

}

header .headerTool ul {

    display: flex;

    flex-wrap: nowrap;
}

header .headerTool ul li {

    margin-left: 20px;
}

header .headerTool ul li a {

    display: flex;

    flex-wrap: nowrap;

    align-items: center;

    color: #fff;

    font-size: 14px;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
}

header .headerTool ul li a img {
    margin-right: 5px;
}

header.scrolling_down {
    background: #000000d4;
}


.banner {
    position: relative;
}

.banner .cover {
    position: absolute;
    top: 25%;
    z-index: 2;
    width: 50%;
    left: 11%;
}

.banner .coverbg {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 1;
}

.topic1 {
    background-image: url(../images/index/sec1/man.png);
    background-position: 50% 100%;
}

.topic h2 {
    text-align: center;
    padding: 50px 0;
}

.topic1 .txt {
    margin-left: 48%;
    padding-bottom: 100px;
}


.topic1 .txt ul li {
    margin-bottom: 15px;
}

.topic1 .txt ul li span {
    color: #a16900;
    font-size: 24px;
}

.topic1 .txt ul li:nth-child(2) {
    margin-left: 1em;
}

.topic1 .txt ul li:nth-child(3) {
    margin-left: 2em;
}

.topic1 .txt ul li:nth-child(4) {
    margin-left: 3em;
}

.topic1 .txt ul li:nth-child(5) {
    margin-left: 4em;
}

.topic1 .txt ul li p {
    border-bottom: 2px solid #ffde00;
    display: inline-block;
    font-size: 24px;
}

.topic1 .bottomSlogan {

    background: #000000de;

    text-align: center;

    padding: 20px 10px;
}

.topic2 {
    background-image: url(../images/index/sec2/bg.png);
    background-position: 50% 100%;
    background-size: cover;
    overflow: hidden;
}

.topic2 article {
    box-shadow: 0 0 5px #00000087;
    display: flex;
    background: #fff;
    padding: 50px 200px;
    margin-bottom: 50px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.topic2 article .left {

    width: calc(100% - 400px);
}

.topic2 article .left p {
    font-size: 16px;
}

.topic2 article .left h3,
.topic2 article .left h3 b {


    font-weight: bold;

    font-size: 30px;
}

.topic2 article .left h3 b {
    color: #b48a3c;
}

.topic2 article .chart {

    width: 321px;

    margin-left: 50px;
}

.topic3 {
    padding-bottom: 50px;
}

.topic3 ol {

    width: 650px;

    margin: 0 auto;
}

.topic3 ol li {

    border: 2px solid #d0d0d0;

    margin: 20px 0;
}

.topic3 .box {

    display: flex;

    flex-wrap: nowrap;

    align-items: center;

    justify-content: space-between;

    position: relative;
}

.topic3 .box .number {

    background: #f4f4f4;

    text-align: center;

    width: 120px;

    height: 100px;

    line-height: 100px;

    font-size: 70px;

    position: relative;

    color: #b6b6b6;

    font-family: 'Roboto Mono', monospace;
}

.topic3 .box .number:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 40px;
    border-color: transparent transparent transparent #f4f4f4;
}

.topic3 .box .txt {

    width: calc(100% - 120px);

    text-align: center;

    font-size: 30px;

    display: flex;

    justify-content: center;

    align-items: center;
}

.topic3 .box .txt img {

    margin-right: 30px;
}

.topic4 {
    background-image: url(../images/index/sec4/bg.png);
    background-position: 50% 100%;
    background-size: cover;
    text-align: center;
    padding-bottom: 50px;
}

.topic5 {
    background-image: url(../images/index/sec5/bg.png);
    background-position: 50% 100%;
    background-size: cover;
    text-align: center;

}

.topic5 ul {
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
}

.topic5 ul li {
    width: calc((100% / 3) - 20px);
    text-align: center;
    margin: 20px 10px;
}

.topic5 .bottom {

    background: #000000de;
    text-align: center;
    padding: 20px 10px;
}

.topic6 {
    background-image: url(../images/index/contact/bg.png);
    background-position: 50% 100%;
    background-size: cover;
    text-align: center;
    padding-bottom: 50px;

}

.faqList {
    margin-bottom: 50px;
}

.faqList li {
    margin-bottom: 10px;
}

.faqList .qa-title {

    background: #ffde00;

    position: relative;

    display: flex;

    flex-wrap: nowrap;

    align-items: center;

    justify-content: flex-start;

    overflow: hidden;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    cursor: pointer;


}

.faqList li:hover .qa-title {
    background: #ff8b2f;
}

.faqList .qa-title b {

    position: relative;

    display: block;

    width: 100px;

    font-size: 40px;

    text-align: right;

    margin-right: 80px;
}

.faqList .qa-title b:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 1px;
    height: 150%;
    background: #fff;
    left: calc(100% + 60px);
    transform: rotate(35deg);
    transform-origin: top right;
}

.faqList .qa-title b:before {
    content: 'Q';
    display: block;
    position: absolute;
    left: 35px;
    top: 0;
}

.faqList .qa-title p {

    font-size: 24px;

    position: relative;

    width: calc(100% - 180px);

    box-sizing: border-box;

    padding-right: 60px;
}

.faqList .qa-title p span {

    position: absolute;

    width: 20px;

    height: 5px;

    background: #000;

    right: 20px;

    top: calc(50% - 2.5px);
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;

}

.faqList .qa-title p span:last-child {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.faqList .opend.qa-title p span:last-child {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.faqList .qa-reply {
    display: none;
}

.faqList .opend .qa-reply {
    height: auto;
}

.faqList .qa-reply article {

    padding: 20px 40px;

    display: flex;

    flex-wrap: nowrap;

    align-items: center;
}

.faqList .qa-reply article b {
    display: block;
    margin-right: 30px;
}

.topic8 {

    background-image: url(../images/index/sec8/bg.png);
    background-position: 50% 100%;
    background-size: cover;
}

.topic8 ul {

    display: flex;

    flex-wrap: nowrap;
}

.topic8 ul li {
    margin: 0 10px 50px;
}

.topic9 {
    background-image: url(../images/index/sec9/bg.png);
    background-position: 50% 100%;
    background-size: cover;
    padding: 50px 0;
}

.topic9 .info {
    background: #fff;
    width: 860px;
    margin: 0 auto 20px;
}

.topic9 .info h2 {
    background: #010101;
    padding: 10px 0;
    color: #fff;
    font-size: 30px;
}

.topic9 .info ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.topic9 .info ol li {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% / 3);
    box-sizing: border-box;
    background: #efefef;
}

.topic9 .info ol li p {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 10px;
}

.topic9 .info ol li img {
    display: block;
    height: 32px;
}

.topic9 .info ol li:nth-child(odd) {
    background: #dddddd;
}

.topic9 .info .feetable {

    text-align: center;

    margin-top: 20px;
}


.topic9 .info p {
    margin-top: 20px;
    padding-bottom: 30px;
}

.topic9 .info p a {

    font-size: 20px;

    font-weight: bold;

    display: flex;

    align-items: center;

    width: 230px;

    margin: 0 auto;

    justify-content: space-between;
}

.topic9 .info p b {
    margin: 0;
    padding: 0;
    line-height: 0;
    margin-left: 5px;
}

.topic9 .info p:hover b img {
    filter: invert(1);
    -webkit-filter: invert(1);
}



.topic10 .brands {
    padding-bottom: 50px;
}

.topic10 .brands .brand-info {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 200px;
    background: #fff;
}

.topic10 .brands .brand-info .pic {
    width: 400px;
    margin-right: 100px;
}

.topic10 .brands .brand-info .txt {
    width: calc(100% - 500px);
}

.topic10 .brands .brand-info .txt .mapbar {}

.topic10 .brands .brand-info .txt .mapbar iframe {
    width: 100%;
    height: 270px;
}

.topic10 .brands .brand-info .txt .infos {
    margin-top: 20px;
}

.topic10 .brands .brand-info .txt .infos ol {}

.topic10 .brands .brand-info .txt .infos li {}

.topic10 h3 {
    background: #000000c4;
    text-align: center;
    padding: 20px 10px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #000;
}

footer {
    background: #202020;
    padding: 50px 0;
    color: #fff;
}

footer .footer-info {}

footer .footer-info .qr {
    margin-right: 50px;
}

footer .footer-info .other {}

footer .footer-info .other h2 {
    font-size: 30px;
    font-weight: bold;
}

footer .footer-info .other p {}

footer .footer-info .other ul {
    border-top: 1px solid #fff;
    margin-top: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
}

footer .footer-info .other ul li {
    margin: 10px 20px 10px 0;
}

footer .footer-info .other ul li a {}

footer .footer-info .other p.copyright {
    font-size: 12px;
}

.moSet,
.mobileSet {
    display: none
}

.screen {
    position: fixed;
    width: 70%;
    height: 70%;
    top: 15%;
    left: 15%;
    background: rgb(255 255 255 / 82%);
    z-index: 99;
    border-radius: 25px
}

.screen .closed {
    position: absolute;
    right: 30px;
    top: 15px;
    width: 50px
}

.screen .container {
    padding: 50px 50px 50px;
    overflow: auto;
    height: calc(100% - 100px)
}

.screen .container h5 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px
}

.screen .container p {
    margin: 10px 0
}

.screen.feedback_text {
    width: 600px;
    height: 150px;
    top: calc(50% - 75px);
    left: calc(50% - 300px)
}

.feedback_text.screen .closed {
    width: 50px
}

.feedback_text.screen {
    text-align: center
}

.feedback_text.screen button {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 25px;
    padding: 5px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 18px
}

@media screen and (min-width:980px) {

    header.scrolling_down #cis {
        width: 80px;
    }

    header.scrolling_down #navList ul li a {
        height: 70px;
        line-height: 70px;
    }

    header.scrolling_down .headerTool {
        top: 12px;
    }
}

@media screen and (min-width:1921px) {
    .wrapper {
        width: 1920px;
        margin: 0 auto
    }

}

@media screen and (max-width:1680px) {
    header #navList {
        margin-left: 0
    }
}

@media screen and (max-width:1440px) {
    .bigw {
        width: 1200px
    }

    header #cis {
        width: 80px;
    }

    header #navList ul li {
        padding: 0 10px;
    }

    header #navList ul li a {
        height: 70px;
        line-height: 70px;
    }

    header .headerTool {
        top: 12px;
    }
}

@media screen and (max-width: 1280px) {
    .bigw {
        width: calc(100% - 60px)
    }

    header .bigw {

        justify-content: flex-end;

    }

    header .headerTool {
        display: none;
    }

    aside.webTool {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #000000e8;
        z-index: 99;
    }

    .webTool ul {

        display: flex;

        flex-wrap: nowrap;

        justify-content: center;

        align-items: center;

    }

    .webTool ul li {

        width: 50%;
        position: relative;

    }

    .webTool ul li:first-child:after {
        position: absolute;
        content: '';
        display: block;
        width: 1px;
        height: 70%;
        top: 15%;
        left: 100%;
        background: #ffffff3f;
    }

    .webTool ul li a {

        display: flex;

        flex-wrap: nowrap;

        align-items: center;

        justify-content: center;

        color: #fff;

        font-size: 14px;

        line-height: 120%;

        padding: 10px;

    }

    .webTool ul li a img {

        height: 30px;

        margin-right: 10px;

    }

    .topic h2 img {

        height: 40px;
    }

    .topic6 h2 img {

        height: 60px;
    }

    .topic1 {
        background-size: 1680px;
        background-repeat: no-repeat;
    }

    .topic1 .txt ul li p, .topic1 .txt ul li span {
        font-size: 20px;
    }

    .topic2 article {
        padding: 50px 80px;
    }

    .topic3 .box .number {
        font-size: 50px;
        height: 80px;
        line-height: 80px;
    }

    .topic3 .box .txt, .btnYellow a {
        font-size: 24px;
    }

    .topic3 .box .txt img {
        height: 50px;
    }

    .topic3 .box .number:after {
        border-width: 40px 0 40px 30px;
    }

    .topic10 .brands .brand-info {
        margin: 0 50px;
    }

    .topic10 .brands .brand-info .pic {
        margin-right: 50px;
    }

    .topic10 .brands .brand-info .txt {
        width: calc(100% - 450px);
    }

    footer {
        padding-bottom: 100px;
    }
}


@media screen and (max-width: 980px) {
    header #cis {
        width: 80px;
        top: 10px;
    }

    header #navList ul li {
        padding: 0 10px;
    }

    header #navList ul li a {
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }

    .topic1 {
        background-size: 1440px;
    }

    .topic1 .txt {
        margin-left: 40%;
        padding-bottom: 70px;
    }

    .topic2 article {
        padding: 50px;
    }

    .topic2 article .chart {
        margin-left: 30px;
    }

    .topic2 article .left {
        width: calc(100% - 350px);
    }

    .topic2 article .left h3, .topic2 article .left h3 b,
    .topic9 .info h2 {
        font-size: 24px;
    }

    .faqList .qa-title b {

        font-size: 30px;

        width: 80px;

        margin-right: 50px;
    }

    .faqList .qa-title b:before {

        left: 20px;
    }

    .faqList .qa-title b:after {
        left: calc(100% + 40px);
    }

    .faqList .qa-title p {
        font-size: 18px;
        width: calc(100% - 140px);
    }

    .topic9 .info {
        width: 100%;
    }

    .topic10 .brands .brand-info {
        margin: 0 50px;
    }

    .topic10 .brands .brand-info .pic {
        margin-right: 50px;
        width: 300px;
    }

    .topic10 .brands .brand-info .txt {
        width: calc(100% - 350px);
    }

    .topic10 .brands .brand-info .txt .mapbar iframe {
        height: 220px;
    }

    footer .footer-info .qr {
        width: 100px;
    }

    footer .footer-info .other h2 {
        font-size: 24px;
    }

    footer .footer-info .other p {
        font-size: 14px;
    }

    footer .footer-info .other ul li a {
        display: block;
        width: 40px;
    }
}

@media screen and (max-width:768px) {
    .mobileSet {
        display: block;
        position: absolute;
        right: 30px;
        top: 10px;
        z-index: 9
    }

    .pcSet {
        display: none
    }

    .moSet {
        display: block
    }

    header.scrolling_down {

        height: 50px;
    }

    header ol.flexbox {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 9;
        background: rgb(255 255 255 / 85%);
        top: 40px;
        padding: 5px 0
    }

    .screen {
        width: 85%;
        height: 85%;
        top: 7.5%;
        left: 7.5%
    }

    .screen .closed {
        width: 40px;
        top: 25px
    }

    #navBtn p {
        width: 30px;
        height: 30px;
        display: block;
        position: relative;
        cursor: pointer
    }

    #navBtn span {
        -webkit-transition: all ease-in-out .2s;
        -o-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s;
        width: 100%;
        background: #ffffff;
        display: block;
        height: 2px;
        position: absolute;
        top: 33%;
        left: 0
    }

    #navBtn span:nth-child(2) {
        top: 50%
    }

    #navBtn span:nth-child(3) {
        top: 67%
    }

    #navBtn.close span:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 25% 0;
        -ms-transform-origin: 25% 0;
        transform-origin: 25% 0
    }

    #navBtn.close span:nth-child(2) {
        opacity: 0
    }

    #navBtn.close span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 25% 0;
        -ms-transform-origin: 25% 0;
        transform-origin: 25% 0
    }

    #navList {
        display: none;
        width: 100%;
        background: #000000e0;
        width: 100%;
        right: 0;
        position: fixed;
        top: 50px;
    }

    header #navList ul {
        display: block;
    }

    footer {
        padding-bottom: 70px;
    }

    .topic1 {
        background-size: 1440px;
    }

    .topic1 .txt {
        margin-left: 20%;
        padding-bottom: 150px;
    }

    .topic h2 img {
        height: auto;
    }

    .topic2 article {

        display: block;
    }

    .topic2 article .left {

        width: 100%;

        margin-bottom: 30px;
    }

    .topic2 article .left h3 {
        text-align: center;
    }

    .topic2 article .chart {

        margin: 0;

        width: 100%;

        text-align: center;
    }

    .topic3 ol {
        width: 100%;
    }

    .topic5 ul {
        width: 100%;
    }

    .topic8 ul li {

        margin: 0 1px 50px;
    }

    .topic10 .brands .brand-info {
        display: block;
    }

    .topic10 .brands .brand-info .pic {
        margin: 0 auto 30px;
        width: 400px;
        text-align: center;
    }

    .topic10 .brands .brand-info .txt {
        width: 400px;
        margin: 0 auto;
    }

}

@media screen and (max-width:640px) {
    .bigw {
        width: calc(100% - 20px)
    }

    .screen .container {
        padding: 50px 20px 50px
    }

    .screen.feedback_text {
        width: 300px;
        height: 250px;
        left: calc(50% - 150px);
        top: calc(50% - 125px)
    }

    .screen.feedback_text .container {
        padding: 80px 20px 20px
    }


    footer .footerInfo ul li {
        text-align: left
    }

    .topicN .formDiv {
        margin: 0 auto
    }

    footer .info h3,
    footer .info h3 b {
        font-size: 28px
    }

    br.mo {
        display: block
    }

    .topic1 .txt ul li p, .topic1 .txt ul li span {
        font-size: 17px;
    }

    .topic3 .box .number {
        font-size: 40px;
        height: 50px;
        line-height: 50px;
    }

    .topic3 .box .txt, .btnYellow a {
        font-size: 20px;
    }

    .topic3 .box .txt img {
        height: 40px;
    }

    .topic3 .box .number:after {
        border-width: 25px 0 25px 20px;
    }

    .faqList .qa-reply article {

        padding: 20px;
    }

    .faqList .qa-reply article b {
        margin-right: 15px;
    }
}

@media screen and (max-width:480px) {
    .screen .container {
        padding: 25px 20px 20px;
        height: calc(100% - 45px)
    }

    .screen .container p {
        font-size: 14px
    }

    .topic1 {
        background-size: 1000px;
    }

    .topic1 .txt {
        margin-left: 10%;
        padding-bottom: 120px;
    }

    .topic2 article {
        padding: 25px;
    }

    .topic2 article .left h3, .topic2 article .left h3 b {
        font-size: 20px;
    }

    .topic5 ul li {

        width: calc((100% / 2) - 20px);
    }

    .topic10 .brands .brand-info .pic {
        width: 100%;
    }

    .topic10 .brands .brand-info .txt {
        width: 100%;
    }

    footer .footer-info .qr {
        margin-right: 0;
        display: none;
    }

    footer .footer-info .other {}

    footer .footer-info .other h2 {
        text-align: center;
    }

    footer .footer-info .other p {
        text-align: center;
    }

    footer .footer-info .other ul {
        justify-content: center;
    }
    .faqList .qa-title b{
    margin-right: 30px;
    width: 60px;
}
    .faqList .qa-title b:before{
    left: 14px;
}
    .faqList .qa-title p{
    width: calc(100% - 100px);
}
.faqList .qa-title b:after{
    transform: rotate(0deg);
    left: calc(100% + 10px);
    top: 0;
    height: 100%;
}
}