﻿@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

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

td,
th {
    padding: 0;
}


/*! reset.css */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
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,
iframe,
img,
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,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

iframe {
    display: block;
}

ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

input:required {
    border: none;
    box-shadow: none;
}

input:invalid {
    background-color: transparent;
    box-shadow: none;
}

:focus {
    -moz-outline-style: none;
    outline: 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ovh {
    overflow: hidden;
}

.table {
    display: table;
}

.table-cell {
    display: table-cell;
}

a {
    color: #555;
    cursor: pointer;
    -moz-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all .15s ease-out;
    text-decoration: none;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'), url('iconfont.woff') format('woff'), url('iconfont.ttf') format('truetype'), url('iconfont.svg#iconfont') format('svg');
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('SourceHanSansCN-Medium.ttf') format('ttf');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.001rem;*/
    -moz-osx-font-smoothing: grayscale;
}

.hidden {
    overflow-y: hidden;
}

.mac-hidden {
    overflow: hidden;
}

.uppc {
    text-transform: uppercase;
}

.h100 {
    height: 100%;
    position: relative;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex-middle {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.flex-center {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}

.fx1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.mobile {
    display: none !important;
}

html.mobile {
    display: block !important;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

html {
    height: 100%;
}

body {
    font-family: Arial, "Microsoft Yahei", "微软雅黑", STHeiti, "华文细黑", sans-serif;
    color: #555;
    font-size: 16px;
    background: #fff;
    min-height: 100%;
    min-width: 320px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.content:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

html::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: rgba(146, 146, 146, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}

html::-webkit-scrollbar-thumb {
    background-color: rgb(241, 0, 0);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

header {
    width: 100%;
    height: 120px;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0 2%;
    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, .3));
}

header>.flex {
    height: 100%;
}

.logo {
    display: block;
    overflow: hidden;
    font-size: 0;
}

.logo img {
    width: 100%;
    height: auto;
}

.logo1 {
    width: 203px;
    height: 41px;
    overflow: hidden;
    float: left;
    margin-top: 1px;
    position: relative;
    padding-right: 27px;
}

.logo1:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    height: 20px;
    width: 1px;
    background: rgba(255, 255, 255, .5);
    margin-top: -10px;
}

.logo2 {
    width: 183px;
    height: 41px;
    overflow: hidden;
    float: left;
    display: none;
}

header.on {
    background-color: rgba(0, 0, 0, .3);
}

.menu {
    width: 20px;
    height: 18px;
    margin: 0 0 0 25px;
    position: relative;
    padding-top: 8px;
    cursor: pointer;
    user-select: none;
}

.menu:before,
.menu:after {
    content: '';
    display: block;
    background: #fff;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}

.menu:after {
    top: auto;
    bottom: 0;
}

.menu span {
    width: 100%;
    height: 2px;
    display: block;
    background: #fff;
    pointer-events: none;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f44336;
}

.load-container {
    width: 240px;
    height: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -120px 0 0 -120px;
}

nav {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    display: none;
    overflow: hidden;
    padding: 0 20px;
}

nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 750px;
    float: right;
}

nav a {
    color: #fff;
    display: block;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

nav a:hover {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

nav .ch {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

nav .en {
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    opacity: .6;
    display: none;
}

.search {
    width: 160px;
    height: 32px;
    border: 1px solid #fff;
    display: none;
    font-size: 0;
}

.search-words {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    color: #fff;
    font-family: 'Microsoft Yahei';
    border: none;
    outline: none;
    background: transparent;
}

.search-btn {
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 20px;
}

header.on nav,
header.on .search {
    display: block;
}

.banner1 {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    z-index: 9;
    padding: 0 0.1rem;
    display: none;
}

.header>.flex {
    height: 100%;
    justify-content: space-between;
}

.header img {
    width: 100%;
}

.menu1 {
    width: 16px;
    height: 16px;
    background: url(../images/menu.png) no-repeat;
    background-size: contain;
}

.menu-list {
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    display: none;
    padding-top: 75px;
    text-align: center;
    overflow-y: auto;
}

.menu-wrapper {
    margin: 0 30px;
    display: block;
}

.menu-wrapper li>div,
.menu-wrapper li {
    position: relative;
    overflow: hidden;
}

.menu-wrapper .flex {
    color: #fff;
    line-height: 56px;
    padding: 0 30px;
    text-align: left;
    display: block !important;
}

.menu-wrapper li.show .flex:before,
.menu-wrapper li:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, .6);
    -webkit-transform: scaleY(.5);
    -ms-transform: scaleY(.5);
    -o-transform: scaleY(.5);
    transform: scaleY(.5);
    z-index: 0;
    pointer-events: none;
}

.menu-wrapper .ch {
    /*width: 6.5em;*/
    font-size: 20px;
}

.menu-wrapper .en {
    font-size: 17px;
    text-transform: uppercase;
    opacity: .6;
    width: 12em;
    display: none;
}

.menu-wrapper .second {
    text-align: left;
}

.menu-wrapper .second a {
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 55px;
    line-height: 32px;
    position: relative;
}

.menu-wrapper .menu-ssgw a {
    background: #ee1d23;
    padding-left: 70px;
}

.menu-wrapper .menu-ssgw a:before {
    content: '\e616';
    font-family: 'iconfont';
    font-size: 32px;
    position: absolute;
    top: 0;
    left: 18px;
}


/*.menu-wrapper li>div:nth-of-type(2) {
	margin-top: 10px;
}*/


/*.menu-wrapper li>*:last-of-type {
	margin-bottom: 10px;
}
.menu-wrapper li>div:not(.first) {
	display: none;
}*/

.menu-wrapper li.on>div:not(.first) {
    display: block;
}

.menu-wrapper li.on .first a {
    background: #ee1d23;
}

.menu-wrapper li.on .first a:before {
    background: transparent;
}

.menu-wrapper .second.has a:before {
    content: '\e66b';
    font-family: 'iconfont';
    display: block;
    position: absolute;
    top: 0;
    left: 31px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.menu-wrapper .second.has.show a:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}

.menu-wrapper li.noline:before {
    display: none;
}

.android .menu-wrapper .second.has a:before {
    line-height: 30px;
}

.menu-wrapper .third * {
    height: 0;
    overflow: hidden;
}

.menu-wrapper .third.show * {
    height: auto;
}

.menu-wrapper .third a {
    padding-left: 55px;
    color: #fff;
    font-size: 11px;
    text-align: left;
    display: block;
    line-height: 26px;
}

.menu-wrapper .second,
.menu-wrapper .third {
    height: 0;
    overflow: hidden;
}

.menu-wrapper li.has.show .second,
.menu-wrapper li.has.show .third {
    height: auto;
}

.menu-wrapper li.has.show .second.show+.third {
    padding-bottom: 4px;
}

.menu-wrapper li.has.show>div:nth-of-type(2) {
    margin-top: 10px;
}

.menu-wrapper li.has.show {
    padding-bottom: 10px;
}

body.open .header {
    background: transparent;
}

body.open .menu-list {
    display: block;
}

body.open .menu1 {
    background-image: url(../images/x_03.png);
}

header.on .ssgw {
    display: block;
}

body.open {
    overflow-y: hidden;
}

footer {
    background: #111;
    padding: 40px 0 20px;
    color: #616161;
}

footer .flex {
    justify-content: space-between;
}

footer .content>div:first-of-type {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 30px;
}

.footer-nav a {
    color: #616161;
    font-size: 12px;
    line-height: 30px;
}

.footer-nav dt a {
    font-weight: bold;
}

.footer-nav a:hover {
    color: #fff;
}

.footer-contact {
    width: 200px;
    color: #b1b1b1;
}

.footer-contact .t1 {
    font-size: 16px;
}

.footer-contact .t2 {
    font-size: 30px;
    color: #f3a612;
    margin-top: 15px;
    font-family: 'Microsoft Yahei';
    font-weight: lighter;
}

.footer-contact .t3 {
    margin-top: 42px;
    height: 30px;
}

.footer-contact .t3 span {
    font-size: 16px;
    line-height: 30px;
    display: block;
    float: left;
    margin-right: 12px;
}

.footer-contact .qcode,
.footer-contact .weibo {
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.footer-contact .qcode i,
.footer-contact .weibo {
    display: block;
    line-height: 30px;
    font-size: 20px;
    color: #1f1e1a;
    text-align: center;
    background: #5b646d;
    border-radius: 30px;
}

.footer-contact .qcode:hover i,
.footer-contact .weibo:hover {
    background: #fff;
}

.footer-contact .qcode .qcode-detail {
    position: absolute;
    bottom: 20px;
    left: 12px;
    z-index: 1;
    display: none;
}

.footer-contact .qcode .qcode-detail img {
    display: block;
    width: 92px;
    height: 92px;
}

.footer-contact .qcode:hover .qcode-detail {
    display: block;
}

.footer-info {
    font-size: 12px;
    color: #616161;
    line-height: 2;
}

.footer-info a {
    color: #616161;
}

.footer-info a:hover {
    color: #fff;
}

.footer-info span.line {
    padding: 0 5px;
}

.footer-friends {
    position: relative;
    width: 220px;
    height: 38px;
    border: 1px solid #272727;
    font-size: 12px;
    color: #616161;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer-friends div {
    line-height: 36px;
    height: 36px;
    padding-left: 10px;
    cursor: pointer;
}

.footer-friends:before {
    content: '';
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #616161;
    pointer-events: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer-friends:hover:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    border-top-color: #888;
}

.footer-friends:hover {
    border-color: #444;
    color: #888;
}

.footer-friends ul {
    position: absolute;
    bottom: 37px;
    right: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    background: #111;
    border: 1px solid #444;
    border-bottom: none;
    padding: 10px 0;
    display: none;
}

.footer-friends li a {
    display: block;
    padding-left: 10px;
    line-height: 2;
    font-size: 12px;
    color: #888;
}

.footer-friends:hover ul {
    display: block;
}

.footer-friends li a:hover {
    color: #fff;
}

.friends-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}

.close-friends {
    color: #ccc;
    font-size: 0.2rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
}

.friends-wrapper-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #111;
    padding: 0.15rem 0.2rem;
}

.friends-wrapper ul {
    margin-top: 0.12rem;
}

.friends-wrapper a {
    display: block;
    color: #ddd;
    line-height: 2;
    font-size: 0.16rem;
    text-align: center;
}

.friends-wrapper p {
    text-align: center;
    font-size: 0.18rem;
    text-align: center;
    color: #ddd;
}

.footer {
    background: #242424;
    color: #909090;
    padding: 0.18rem 0.12rem 0.28rem;
}

.footer .phone {
    color: #e8a113;
    font-size: 0.18rem;
    font-weight: lighter;
}

.footer .copy {
    font-size: 0.11rem;
    line-height: 0.18rem;
    margin-top: 0.1rem;
}

.footer .copy span {
    /* font-size: 0.12rem; */
}

.footer .info {
    font-size: 0.1rem;
    margin-top: 0.04rem;
}

.footer a {
    color: #909090;
}

.top {
    width: 40px;
    height: 40px;
    text-align: center;
    overflow: hidden;
    color: #fff;
    background: #ee1d23;
    position: fixed;
    right: 46px;
    bottom: 28px;
    z-index: 98;
    font-size: 0;
    display: none;
    user-select: none;
    cursor: pointer;
    border-radius: 3px;
}

.top:before {
    content: '\e894';
    display: block;
    width: 100%;
    font-family: 'iconfont';
    color: #fff;
    font-size: 20px;
    line-height: 38px;
}

.footer-friends-btn {
    display: inline-block;
    font-size: 0.1rem;
    border: 1px solid rgba(255, 255, 255, 1);
    line-height: 2;
    margin-top: 14px;
    padding: 0 0.1rem 1px;
    position: relative;
}

.ssgw {
    display: none;
    background: #ee1d23;
    color: #fff;
    line-height: 32px;
    position: relative;
    padding: 0 20px 0 40px;
    font-size: 16px;
    margin-left: 20px;
    user-select: none;
}

.ssgw:before {
    content: '\e616';
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 14px;
}


/*20210804*/

.article-poppup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 999;
    display: none;
}

.article-poppup-inside {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    padding: 40px 50px 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #383838;
    max-height: 90%;
    overflow-y: auto;
}

.article-poppup-inside .tit {
    font-size: 36px;
    text-align: center;
    position: relative;
    line-height: 60px;
    margin-bottom: 10px;
}

.article-poppup-inside .tit:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    margin-left: -1em;
    height: 2px;
    background: #ee1d23;
}

.article-poppup-inside p {
    font-size: 18px;
    line-height: 1.67;
    text-align: justify;
    padding: 15px 0;
}

.close-article-poppup {
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}

@media screen and (max-width: 1700px) {
    .search {
        width: 110px;
        background-position: 78px 6px;
    }
    nav ul {
        max-width: 780px;
    }
    header {
        height: 100px;
    }
    .logo1 {
        width: 150px;
        padding-right: 20px;
        margin-right: 17px;
        height: 31px;
    }
    .logo2 {
        width: 137px;
        height: 31px;
    }
}

@media screen and (max-width: 1200px) {
    .banner {
        position: static;
    }
    header {
        display: none;
    }
    .header {
        display: block;
    }
    .content {
        padding: 0 20px;
    }
    .footer-contact {
        width: auto;
    }
    
    /*20210804*/
    .article-poppup-inside .tit {
        font-size: 20px;
    }
    .article-poppup-inside p {
        font-size: 14px;
        padding: 8px 0;
    }
    .article-poppup-inside {
        padding: 25px 30px 50px;
    }
}

@media screen and (max-width: 768px) {
    body {
        height: 100%;
    }
    .menu-wrapper .flex {
        padding: 0 20px;
        line-height: 44px;
    }
    .menu-wrapper .ch {
        font-size: 14px;
    }
    .menu-wrapper .en {
        font-size: 12px;
    }
    .pc {
        display: none !important;
    }
    .mobile {
        display: block !important;
        width: 100%;
    }
    .top {
        right: 10px;
    }
    .menu-wrapper .menu-ssgw a {
        padding-left: 52px;
    }
    .menu-wrapper .menu-ssgw a:before {
        font-size: 26px;
    }
    
    /*20210804*/
    .article-poppup-inside {
        height: 100%;
        max-height: 100%;
        top: 0;
        left: 0;
        transform: translate(0);
        padding: 20px 20px 30px;
    }
    .article-poppup-inside .tit {
        font-size: 18px;
        line-height: 40px;
    }
    .article-poppup-inside p {
        font-size: 14px;
        padding: 5px 0;
    }
    .close-article-poppup {
        color: #333;
        right: 10px;
        top: 10px;
    }
}