* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Microsoft YaHei", "PingFang SC", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif !important;
}
body,
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
  margin: 0px;
  padding: 0px;
}
body ul,
html ul {
  list-style: none;
}
body a:hover,
html a:hover,
body a:visited,
html a:visited,
body a:link,
html a:link,
body a:active,
html a:active {
  text-decoration: none;
  color: #2764b4;
}
@media only screen and (max-width: 974px) {
  .mark-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(41, 48, 57, 0.68);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: none;
  }
  .mark-wrapper .dialog-content {
    width: 5.22rem;
    background: #f4f5f9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.38rem 0.36rem;
  }
  .mark-wrapper .dialog-content .pc-close {
    display: none;
  }
  .mark-wrapper .dialog-content .mobile-close {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    position: absolute;
    bottom: -1.2rem;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
  }
  .mark-wrapper .dialog-content p {
    color: #081524;
    line-height: 0.4rem;
    font-size: 0.26rem;
    word-wrap: break-word;
    white-space: pre-line;
  }
  .mark-wrapper .dialog-content p.en-text {
    margin-top: 0.1rem;
  }
  .publicHeader {
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 100;
  }
  .publicHeader .logo {
    width: 4.62rem;
    height: 100%;
  }
  .publicHeader .logo img {
    display: block;
    width: 100%;
    height: 100%;
    margin-left: 0.2rem;
  }
  .publicHeader .link {
    display: none;
    cursor: pointer;
    align-self: center;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 27px;
    border-radius: 13px;
    border: 1px solid #2977dd;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2764b4;
    line-height: 24px;
    text-align: center;
  }
  .publicHeader .menu {
    width: 0.46rem;
    height: 0.46rem;
    background: url('../../image/phone/menu.png') no-repeat 0 0;
    background-size: contain;
    margin-right: 0.3rem;
  }
  .publicHeader .nav-ul {
    display: none;
    width: 3.09rem;
    height: 11.15rem;
    position: absolute;
    right: 0;
    top: 0.93rem;
    background: url('../../image/phone/nav-bj.png') no-repeat center / 100% 100%;
  }
  .publicHeader .nav-ul p {
    font-size: 0.28rem;
    color: #081524;
    line-height: 0.4rem;
    padding: 0.3rem 0;
    width: 2.14rem;
    text-align: center;
    border-bottom: 1px solid #EFF0F1;
    margin: 0 auto;
  }
  .publicHeader .nav-ul p.active {
    color: #2764b4;
  }
  .publicHeader .nav-ul p:nth-child(1) {
    margin-top: 0.58rem;
  }
  .publicHeader .nav-ul p:nth-last-child(1) {
    border: 0;
  }
  .publicHeader .nav-ul a {
    text-decoration: none;
    color: #081524;
  }
  .publicHeader .nav-ul a.active {
    color: #2764b4;
  }
  .fixed-pop {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999999;
    padding: 0 0.1rem;
    /* width: 1.7rem; */
    background: rgba(41, 48, 57, 0.84);
    border-radius: 0.02rem 0 0.02rem 0;
    padding-bottom: 0.25rem;
  }
  .fixed-pop .pop-wrapper:nth-child(1) {
    border-bottom: 0.01rem solid rgba(239, 240, 241, 0.2);
    padding-bottom: 0.25rem;
  }
  .fixed-pop .pop-wrapper .pop-text {
    font-size: 0.22rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 0.25rem 0.1rem 0;
    margin-bottom: 0.25rem;
  }
  .fixed-pop .pop-wrapper .pop-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .fixed-pop .pop-wrapper .pop-content .pop-tips {
    font-weight: 400;
    font-size: 0.15rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.14rem;
    margin-top:0.04rem;
  }
  .fixed-pop .pop-wrapper .pop-content .appStore a {
    position: absolute;
    top: 0.24rem;
    left: 0.5rem;
    width: 0.38rem;
    height: 0.5rem;
  }
  .fixed-pop .pop-wrapper .pop-content .google:hover a {
    display: block;
  }
  .fixed-pop .pop-wrapper .pop-content .google a {
    position: absolute;
    top: 1.2rem;
    left: 0.45rem;
    width: 0.44rem;
    height: 0.5rem;
    display: none;
  }
  .fixed-pop .pop-wrapper .pop-content .appStore:hover {
    cursor: pointer;
  }
  .fixed-pop .pop-wrapper .pop-content .google:hover {
    cursor: pointer;
  }
  .fixed-pop .pop-wrapper .pop-content .box {
    /* height: 0.48rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .fixed-pop .pop-wrapper .pop-content .box span {
    position: relative;
    /* width: 0.55rem; */
    /* height: 0.55rem; */
  }
  .fixed-pop .pop-wrapper .pop-content .box .one {
    position: absolute;
    right: 12%;
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
  }
  .fixed-pop .pop-wrapper .pop-content .box .two {
    display: none;
    width: 0.48rem;
  }
  .fixed-pop .pop-wrapper .pop-content .img,
  .fixed-pop .pop-wrapper .pop-content .imgOne {
    width: 3.01rem;
    height: 3.09rem;
    display: block;
    position: fixed;
    right: 0.96rem /* 96/100 */;
    bottom: -0.2rem;
    display: none;
  }
  .fixed-pop .pop-wrapper .pop-content .imgOne {
    bottom: -1.1rem;
  }
  .fixed-pop .pop-wrapper .pop-content .img-download {
    display: none;
  }
  .fixed-pop .pop-wrapper .iconfont {
    font-size: 0.48rem;
    color: #c6cfda;
    display: flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    margin-bottom: 0.2rem;
  }
  .fixed-pop .pop-wrapper .img-download {
    display: none;
  }
  .codeewm {
    position: fixed;
    right: 0.96rem;
    bottom: 2rem;
    z-index: 999999;
    width: 3.01rem;
    height: 3.09rem;
  }
  .footer {
    height: 247px;
    background: #293039;
    display: none;
    position: relative;
  }
  .footer .footer1 {
    width: calc(100% - 247px);
    position: relative;
  }
  .footer .code {
    width: 247px;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
  }
  .footer .code .code1 {
    align-self: center;
    margin: 0px auto;
  }
  .footer .code .code1 img {
    width: 93px;
    height: 93px;
  }
  .footer .code .code1 div {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .footer .email {
    width: 925px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: calc(50% - 462px);
  }
  .footer .email img {
    width: 19px;
    height: 19px;
  }
  .footer .email .public_email1 {
    display: flex;
    width: 450px;
    justify-content: space-between;
    padding: 0px;
    margin-top: 30px;
  }
  .footer .email .public_email1 li {
    cursor: pointer;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
  }
  .footer .email .public_email1 li.active {
    color: #2764b4;
  }
  .footer .email .public_email1 li:hover {
    color: #2764b4;
  }
  .footer .email .public_email2 {
    display: flex;
    margin-top: 40px;
  }
  .footer .email .public_email2 .public_email2_2 div {
    margin-left: 10px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer .email .public_email2 .public_email2_2 div:nth-child(2) {
    color: rgba(255, 255, 255, 0.3);
  }
  .footer .email .public_email3 {
    padding: 0px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 540px;
  }
  .footer .email .public_email3 li {
    display: flex;
    margin-right: 60px;
    margin-top: 10px;
  }
  .footer .email .public_email3 li img {
    align-self: center;
  }
  .footer .email .public_email3 li span {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    align-self: center;
    margin-left: 10px;
  }
  .footer .email .public_email4 {
    display: flex;
  }
  .footer .email .public_email4 ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
  }
  .footer .email .public_email4 ul li {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
  }
  .footer .email .public_email4 .public_email4_1 {
    width: 650px;
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
  }
  .footer .email .public_email4 .public_email4_2 {
    margin-left: 24px;
    width: 110px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 33px;
  }
  .foot-mobile {
    background: #293039;
    padding-top: 0.6rem;
  }
  .foot-mobile .nav-foot {
    display: flex;
    padding: 0 0.4rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .foot-mobile .nav-foot span {
    display: block;
    font-size: 0.28rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 0.4rem;
    padding-bottom: 0.2rem;
  }
  .foot-mobile img {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
  }
  .foot-mobile .public_email2 {
    display: flex;
    margin-top: 0.4rem;
    padding-left: 0.4rem;
  }
  .foot-mobile .public_email2 .public_email2_1 {
    width: 0.4rem;
    height: 0.4rem;
  }
  .foot-mobile .public_email2 .public_email2_2 div {
    margin-left: 0.12rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 0.36rem;
  }
  .foot-mobile .public_email2 .public_email2_2 div:nth-child(2) {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.2);
  }
  .foot-mobile .public_email3 {
    margin-top: 0.37rem;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0.4rem;
  }
  .foot-mobile .public_email3 li {
    width: 100%;
    display: flex;
    margin-bottom: 0.13rem;
  }
  .foot-mobile .public_email3 li img {
    align-self: center;
  }
  .foot-mobile .public_email3 li span {
    font-size: 0.26rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    align-self: center;
    margin-left: 0.12rem;
  }
  .foot-mobile .code1 {
    width: 2rem;
    padding-top: 0.57rem;
    margin: 0 auto;
    padding-bottom: 0.4rem;
  }
  .foot-mobile .code1 img {
    width: 2rem;
    height: 2rem;
    display: block;
  }
  .foot-mobile .code1 div {
    font-size: 0.28rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 0.4rem;
  }
  .foot-mobile .public_email4 {
    background: rgba(255, 255, 255, 0.03);
    padding: 0.2rem 0;
  }
  .foot-mobile .public_email4 ul {
    width: 100%;
  }
  .foot-mobile .public_email4 ul:nth-last-child(1) {
    padding-top: 0.1rem;
  }
  .foot-mobile .public_email4 ul li {
    width: 100%;
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.25);
    line-height: 0.3rem;
    text-align: center;
  }
}
@media only screen and (min-width: 975px) {
  html {
    font-size: inherit !important;
  }
  .foot-mobile {
    display: none;
  }
  .publicHeader {
    width: calc(100% - 80px);
    margin: 0px auto;
    height: 61px;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .publicHeader .online-text {
    position: relative;
  }
  .publicHeader .online-text .online-pop {
    display: none;
    width: 294px;
    height: 409px;
    position: absolute;
    top: 69px;
    left: -5px;
    background: url('../../image/online-pop-bg.png') no-repeat;
    z-index: 9;
    padding: 36px 26px 0;
  }
  .publicHeader .online-text .online-pop .top-text {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
  }
  .publicHeader .online-text .online-pop .top-text img {
    width: 25px;
    height: 32px;
    display: block;
    margin-right: 10px;
  }
  .publicHeader .online-text .online-pop .top-text span {
    color: rgba(255, 255, 255, 0.59);
    font-size: 18px;
    line-height: 26px;
  }
  .publicHeader .online-text .online-pop .bottom-img {
    padding-top: 28px;
    border-top: 1px solid rgba(239, 240, 241, 0.2);
  }
  .publicHeader .online-text .online-pop .bottom-img img {
    width: 100%;
    height: 242px;
    display: block;
  }
  .publicHeader .online-text:hover .online-pop {
    display: block;
  }
  .publicHeader .logo {
    align-self: center;
    top: 0px;
    left: 0px;
    width: 203px;
    height: 55px;
    cursor: pointer;
  }
  .publicHeader .logo img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .publicHeader ul {
    /* position: absolute; */
    height: 100%;
    display: flex;
    /* left: 50%;
    margin-left: -280px; */
    width: 760px;
    justify-content: space-between;
    align-items: center;
  }
  .publicHeader ul li {
    cursor: pointer;
    color: #081524;
  }
  .publicHeader ul li.active {
    color: #2764b4;
  }
  .publicHeader ul li .header-pdf {
    text-decoration: none;
    cursor: pointer;
    color: #081524;
  }
  .publicHeader ul li .header-pdf:hover {
    color: #2764b4;
  }
  .publicHeader ul li:hover {
    color: #2764b4;
  }
  .publicHeader .link {
    cursor: pointer;
    align-self: center;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 27px;
    border-radius: 13px;
    border: 1px solid #2977dd;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2764b4;
    line-height: 24px;
    text-align: center;
  }
  .publicHeader .linkT {
    display: flex;
    justify-content: space-between;
    display: flex;
    width: 220px;
  }
  .publicHeader .link1 {
    cursor: pointer;
    align-self: center;
    top: 0px;
    right: 0px;
    width: 100px;
    height: 27px;
    border-radius: 13px;
    border: 1px solid #2977dd;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2764b4;
    line-height: 24px;
    text-align: center;
  }
  .publicHeader .menu,
  .publicHeader .nav-ul {
    display: none;
  }
  .mark-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(41, 48, 57, 0.68);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    display: none;
  }
  .mark-wrapper .dialog-content {
    width: 640px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 32px 32px;
  }
  .mark-wrapper .dialog-content .pc-close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
  }
  .mark-wrapper .dialog-content .mobile-close {
    display: none;
  }
  .mark-wrapper .dialog-content p {
    color: #081524;
    line-height: 22px;
    font-size: 16px;
    word-wrap: break-word;
    white-space: pre-line;
  }
  .mark-wrapper .dialog-content p.en-text {
    margin-top: 8px;
  }
  .fixed-pop {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 94px;
    height: 592px;
    z-index: 999999;
    background: rgba(41, 48, 57, 0.84);
    border-radius: 2px 0 0 2px;
  }
  .fixed-pop .pop-wrapper {
    /* height: 244px; */
  }
  .fixed-pop .pop-wrapper:nth-child(1) {
    border-bottom: 0.01rem solid rgba(239, 240, 241, 0.2);
    padding-bottom: 20px;
  }
  .fixed-pop .pop-wrapper .pop-text {
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 20px 4px 10px 4px;
  }
  .fixed-pop .pop-wrapper .pop-content {
    /* padding-left: 30px;
    padding-right: 32px; */
    padding-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fixed-pop .pop-wrapper .pop-content .pop-tips {
    font-weight: 400;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 14px;
  }
  .fixed-pop .pop-wrapper .pop-content .iconfont {
    font-size: 34px;
    color: #c6cfda;
    margin-left: -2px;
    width: 100%;
  }
  .fixed-pop .pop-wrapper .pop-content .appStore {
    /* width: 28px;
    height: 28px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
  }
  .fixed-pop .pop-wrapper .pop-content .google {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 34px;
    height: 34px; */
    margin-bottom: 24px;
    position: relative;
  }
  .fixed-pop .pop-wrapper .pop-content .box {
    /* width: 27px; */
    /* height: 32px; */
    position: relative;
  }
  .fixed-pop .pop-wrapper .pop-content .box .iconfont {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fixed-pop .pop-wrapper .pop-content .box .two {
    position: absolute;
    top: 0;
    display: block;
    width: 27px;
    height: 32px;
  }
  .fixed-pop .pop-wrapper .pop-content .box .img-download {
    /* width: 32px;
    height: 28px; */
    display: none;
  }
  .fixed-pop .pop-wrapper .pop-content .appStore:hover {
    color: #ffffff;
    cursor: pointer;
  }
  .fixed-pop .pop-wrapper .pop-content .appStore:hover .img {
    display: block;
    color: #ffffff;
  }
  .fixed-pop .pop-wrapper .pop-content .google:hover {
    cursor: pointer;
    color: #ffffff;
  }
  .fixed-pop .pop-wrapper .pop-content .google:hover .imgOne {
    display: block;
  }
  .fixed-pop .pop-wrapper .pop-content .box:hover .switch {
    display: none;
  }
  .fixed-pop .pop-wrapper .pop-content .box:hover .img-download {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
  }
  .fixed-pop .pop-wrapper .pop-content .img,
  .fixed-pop .pop-wrapper .pop-content .imgOne {
    width: 151px;
    height: 182px;
    display: none;
    position: absolute;
    left: -140px;
    top: -7px;
  }
  .tab-content {
    height: 52px;
    display: flex;
    position: relative;
    background: #FBFBFB;
  }
  .tab-content ul {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    width: 640px;
    justify-content: space-between;
  }
  .tab-content ul li {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #081524;
    cursor: pointer;
  }
  .tab-content ul li.active {
    color: #2764B4;
    position: relative;
  }
  .tab-content ul li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 62px;
    height: 2px;
    background: #2764B4;
    left: 50%;
    transform: translateX(-50%);
  }
  .footer {
    height: 247px;
    background: #293039;
    display: flex;
    position: relative;
  }
  .footer .footer1 {
    width: calc(100% - 247px);
    position: relative;
  }
  .footer .code {
    width: 247px;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
  }
  .footer .code .code1 {
    align-self: center;
    margin: 0px auto;
  }
  .footer .code .code1 img {
    width: 93px;
    height: 93px;
  }
  .footer .code .code1 div {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .footer .email {
    width: 925px;
    position: absolute;
    top: 0px;
    height: 100%;
    left: calc(50% - 500px);
  }
  .footer .email img {
    width: 19px;
    height: 19px;
  }
  .footer .email .public_email1 {
    display: flex;
    width: 650px;
    justify-content: space-between;
    padding: 0px;
    margin-top: 30px;
  }
  .footer .email .public_email1 li {
    cursor: pointer;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
  }
  .footer .email .public_email1 li.active {
    color: #2764b4;
  }
  .footer .email .public_email1 li:hover {
    color: #2764b4;
  }
  .footer .email .public_email2 {
    display: flex;
    margin-top: 40px;
  }
  .footer .email .public_email2 .public_email2_2 div {
    margin-left: 10px;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
  }
  .footer .email .public_email2 .public_email2_2 div:nth-child(2) {
    color: rgba(255, 255, 255, 0.3);
  }
  .footer .email .public_email3 {
    padding: 0px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 640px;
  }
  .footer .email .public_email3 li {
    display: flex;
    margin-right: 60px;
    margin-top: 10px;
  }
  .footer .email .public_email3 li img {
    align-self: center;
  }
  .footer .email .public_email3 li span {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    align-self: center;
    margin-left: 10px;
  }
  .footer .email .public_email4 {
    display: flex;
  }
  .footer .email .public_email4 ul {
    padding: 0px;
    display: flex;
    justify-content: space-between;
  }
  .footer .email .public_email4 ul li {
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.3);
  }
  .footer .email .public_email4 .public_email4_1 {
    width: 800px;
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
  }
  .footer .email .public_email4 .public_email4_2 {
    margin-left: 24px;
    width: 110px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 33px;
  }
  .mt-14 {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 1280px) {
  .publicHeader .pc-ul{
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .publicHeader .pc-ul{
    margin-left:auto;
    padding-right: 20px;
  }
}

