﻿@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('?templates/zhwy/sc/style/css/iconfont.woff2') format('woff2');
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('?templates/zhwy/sc/style/css/SourceHanSansCN-Medium.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;
}

.flex-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

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

.mobile-phone {
    display: none !important;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

html {
    height: 100%;
}

body {
    font-family: "Microsoft JhengHei", Arial, Helvetica, Verdana, 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(0, 0, 0, 0.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0;
}

html::-webkit-scrollbar-thumb {
    background-color: #ee1d23;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
}

header {
    width: 100%;
    height: 100px;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0 20px;
    background: #fff;
}

header>.flex {
    height: 100%;
}

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

header .logo img {
    transition: all .3s;
    height: 65px;
}

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

.logo1:before {
    content: '';
    display: block;
    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;
}

.lan {
    margin: 0 10px;
}

.lan-wrapper {
    overflow: hidden;
    white-space: nowrap;
}

.lan-wrapper>* {
    font-size: 14px;
    color: #545454;
    line-height: 30px;
}

.menu {
    width: 20px;
    height: 18px;
    margin: 0 0 0 25px;
    position: relative;
    padding-top: 8px;
    cursor: pointer;
    user-select: none;
    display: 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;
    display: none;
}

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

nav {}

nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    max-width: 960px;
    float: right;
}

nav li {
    height: 100px;
    position: relative;
}

nav li>a {
    color: #252525;
    display: block;
    text-align: center;
    height: 100px;
    transition: all .3s;
    padding: 0 18px;
    position: relative;
    overflow: hidden;
}

nav li>a:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ba000f;
    transition: top .3s;
}

nav .ch {
    font-size: 16px;
    line-height: 100px;
    color: #000;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

nav li:hover .ch {
    color: #ee1d23;
}

nav li:hover>a:before {
    top: 0;
}

nav li>a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #ee1d23;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

nav li:hover>a:after {
    display: block;
}

nav li:nth-of-type(2)>a:after {
    display: none;
}

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

nav li:hover .ch {
    color: #fff;
}

nav li.on>a {
    background: #ba000f;
}

nav li.on .ch {
    color: #fff;
}

.sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: rgba(238, 29, 35, .9);
    z-index: 9;
    display: none;
    padding: 10px 20px;
}

.sub-nav a {
    display: block;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    line-height: 40px;
    text-align: left;
    padding-left: 8px;
    white-space: nowrap;
}

.sub-nav a:last-child {
    border: none;
}

.search-wrapper {
    overflow: hidden;
    position: relative;
    width: 32px;
    height: 32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.search-wrapper:hover {
    width: 152px;
}

.search {
    position: absolute;
    top: 0;
    right: 32px;
}

.search .iconfont {
    color: #fff;
    font-size: 22px;
    width: 66px;
    height: 60px;
    text-align: center;
    border: none;
    outline: none;
    background: transparent;
}

.search .txt {
    border: none;
    outline: none;
    background: #fff;
    color: #565656;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    width: 120px;
    border: 1px solid #acacac;
    border-right: none;
    border-radius: 0;
    padding-left: 10px;
}

.search-btn {
    border: none;
    outline: none;
    background: #ee1d23;
    color: #fff;
    width: 32px;
    height: 32px;
    position: relative;
    font-size: 0;
    padding: 0;
    user-select: none;
    cursor: pointer;
    float: right;
    border-radius: 0;
}

.search-btn:before {
    content: '\e605';
    font-family: 'iconfont';
    display: block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
}

header.on nav {
    display: block;
}

.banner1 {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 99;
    padding: 0 0.1rem;
    display: none;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 14%);
}

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

.header .logo img {
    height: 33px;
        width: auto;
        margin-top: 3px;
}

.menu1 {
    width: 16px;
    height: 16px;
    font-size: 18px;
    position: relative;
}

.menu1:before {
    content: '\e937';
    font-family: 'iconfont';
    display: block;
    color: #666;
}

.menu-list {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    padding-top: 80px;
    text-align: center;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.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 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: #fff;
}

body.open .menu-list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

body.open .menu1:before {
    content: '\e625';
}

body.open {
    overflow-y: hidden;
}

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

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: #fff;
    font-size: 14px;
    line-height: 30px;
}
.footer-nav a:hover,
.footer-info a:hover {
    text-decoration: underline;
}
.footer-nav dt {
    margin-bottom: 3px;
}

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

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

.footer-contact {
    width: 230px;
    color: #fff;
}

.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 {
    height: 30px;
    margin-bottom: 30px;
}

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

.footer-contact .t4 {
    padding-left: 52px;
    position: relative;
    background: url(?templates/zhwy/sc/style/images/b.png) no-repeat 0 center;
    font-size: 16px;
    color: #b1b1b1;
    line-height: 37px;
    margin-bottom: 20px;
    display: block;
}

.footer-contact .t4:hover {
    color: #fff;
}

.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;
    top: 20px;
    left: 24px;
    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: #fff;
    line-height: 2;
}

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

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

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

.footer-friends {
    position: relative;
    width: 220px;
    height: 38px;
    border: 1px solid #5c5c5c;
    font-size: 12px;
    color: #fff;
    -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: #fff;
}

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

.footer-friends ul {
    position: absolute;
    top: 37px;
    right: -1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 220px;
    background: #111;
    border: 1px solid #fff;
    border-top: none;
    padding: 10px 0;
    display: none;
    text-indent: 10px;
    line-height: 2;
}

.footer-friends li a {
    display: block;
    padding: 4px 0 4px 20px;
    font-size: 12px;
    color: #fff;
    text-indent: 0;
    line-height: 1.3;
}
.footer-friends li a:hover {
    text-decoration: underline;
}
.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;
    line-height: 2;
    font-size: 0.14rem;
    color: #fff;
}

.friends-wrapper a {
    display: block;
    color: #ddd;
    font-size: 0.14rem;
    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;
}

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

.footer .info {
    font-size: 0.1rem;
    margin-top: 0.04rem;
}
.footer span.line {
    margin: 0 5px;
}
.footer a {
    color: #909090;
}

.top {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 90;
    font-size: 16px;
    display: none;
    user-select: none;
}

.header-up {
    height: 48px;
    justify-content: flex-end;
}

.fadeInUp50 {
    -webkit-animation-name: fadeInUp50;
    animation-name: fadeInUp50;
}

@keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight50 {
    -webkit-animation-name: fadeInRight50;
    animation-name: fadeInRight50;
}

@keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

.ssgw:before {
    content: '\e616';
    font-family: 'iconfont';
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 14px;
}
.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;
}
.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 .lan-wrapper {
    text-align:left;
    padding-left:20px;
    margin-top: 15px;
    color: #fff;
}
.menu-wrapper .lan-wrapper>* {
    color: #fff;
}


@media screen and (max-width: 1700px) {
    .lang {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1500px) {
    nav li>a {
        padding: 0 14px;
    }
    header .logo img {
        height: 50px;
    }
}
@media screen and (max-width: 1300px) {
    header .logo img {
        height: 42px;
    }
}
@media screen and (max-width: 1230px) {
    .banner {
        position: static;
    }
    header {
        display: none;
    }
    .header {
        display: block;
    }
    .content {
        padding: 0 20px;
    }
    .footer-contact {
        width: auto;
    }
}

@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-phone {
        display: block !important;
        width: 100%;
    }
    .logo img {
        height: 24px;
    }
    .top {
        right: 15px;
        bottom: 15px;
    }
    .footer .phone {
        display: none;
    }
}
