@charset "utf-8";

/* Source: public.css:2-253 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
a {
  text-decoration: none;
  color: var(--color-text-default);
}
a:hover {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: var(--color-primary);
}
img {
  -ms-interpolation-mode: bicubic;
  object-fit: cover;
}

html,
body {
  font-family: "Source Sans 3", "微软雅黑", sans-serif;
  min-width: 1300px;
}
html {
  height: 100%;
  position: relative;
}
input {
  border-radius: 0;
}
button {
  -webkit-appearance: none;
  border-radius: 0;
}
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
dl,
dt,
dd,
ol,
ul,
li,
form {
  list-style: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.boxcenter {
  margin: 0 auto;
}
.fl_all {
  float: left;
  display: inline-block;
}
.fr_all {
  float: right;
  display: inline-block;
}
.txtdot {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*responsive Normal*/
.maxcontainer {
  min-width: 1200px;
}
.container {
  width: 1200px;
}
.fl_pc {
  float: left;
  display: inline-block;
}
.fr_pc {
  float: right;
  display: inline-block;
}
.col_2in1 {
  width: 50%;
  *width: 49.9%;
}
.col_3in1 {
  width: 33.3%;
}
.col_4in1 {
  width: 25%;
  *width: 24.9%;
}
.col_5in1 {
  width: 20%;
  *width: 19.9%;
}
.col_6in1 {
  width: 16.6%;
}
.pchide {
  display: none;
}
.mhide {
  display: block;
}
.padhide {
  display: block;
}
.padshow {
  display: none;
}
.mar0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clear {
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}
.main {
  position: relative;
  overflow: hidden;
}

.demo {
  border: 10px var(--color-accent-blue) solid;
  height: 1200px;
  background-image: linear-gradient(to bottom, var(--color-accent-blue-bright), var(--color-accent-green));
  font-size: 30px;
  color: var(--color-white);
  text-align: center;
  line-height: 80px;
}

/* Source: PcBaseStyle.css:2-440 */
/* CSS Document */

/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Source Sans 3", Arial !important;
}

html,
body {
    font-family: "Source Sans 3", Arial !important;
    line-height: 1.6;
    color: var(--color-text-strong);
    /* overflow-x: hidden; */
}

a {
    color: inherit;
    text-decoration: none;
}

.fixclear::after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}
.flBox {
    float: left;
}
.frBox {
    float: right;
}
.txtdot {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.marginTop10 {
    margin-top: 10px !important;
}
.marginTop15 {
    margin-top: 15px !important;
}
.marginTop20 {
    margin-top: 20px !important;
}
.marginTop25 {
    margin-top: 25px !important;
}
.marginTop30 {
    margin-top: 30px !important;
}
.marginTop35 {
    margin-top: 35px !important;
}
.marginTop40 {
    margin-top: 40px !important;
}
.marginTop45 {
    margin-top: 45px !important;
}
.marginTop50 {
    margin-top: 50px !important;
}
.marginTop55 {
    margin-top: 55px !important;
}
.marginTop60 {
    margin-top: 60px !important;
}
.marginTop65 {
    margin-top: 65px !important;
}
.marginTop70 {
    margin-top: 70px !important;
}
.marginTop75 {
    margin-top: 75px !important;
}
.marginTop80 {
    margin-top: 80px !important;
}
.marginTop85 {
    margin-top: 85px !important;
}
.marginTop90 {
    margin-top: 90px !important;
}
.marginTop95 {
    margin-top: 95px !important;
}
.marginTop100 {
    margin-top: 100px !important;
}

.marginBottom10 {
    margin-bottom: 10px !important;
}
.marginBottom15 {
    margin-bottom: 15px !important;
}
.marginBottom20 {
    margin-bottom: 20px !important;
}
.marginBottom25 {
    margin-bottom: 25px !important;
}
.marginBottom30 {
    margin-bottom: 30px !important;
}
.marginBottom35 {
    margin-bottom: 35px !important;
}
.marginBottom40 {
    margin-bottom: 40px !important;
}
.marginBottom45 {
    margin-bottom: 45px !important;
}
.marginBottom50 {
    margin-bottom: 50px !important;
}
.marginBottom55 {
    margin-bottom: 55px !important;
}
.marginBottom60 {
    margin-bottom: 60px !important;
}
.marginBottom65 {
    margin-bottom: 65px !important;
}
.marginBottom70 {
    margin-bottom: 70px !important;
}
.marginBottom75 {
    margin-bottom: 75px !important;
}
.marginBottom80 {
    margin-bottom: 80px !important;
}
.marginBottom85 {
    margin-bottom: 85px !important;
}
.marginBottom90 {
    margin-bottom: 90px !important;
}
.marginBottom95 {
    margin-bottom: 95px !important;
}
.marginBottom100 {
    margin-bottom: 100px !important;
}

.marginLeft10 {
    margin-left: 10px !important;
}
.marginLeft15 {
    margin-left: 15px !important;
}
.marginLeft20 {
    margin-left: 20px !important;
}
.marginLeft25 {
    margin-left: 25px !important;
}
.marginLeft30 {
    margin-left: 30px !important;
}
.marginLeft35 {
    margin-left: 35px !important;
}
.marginLeft40 {
    margin-left: 40px !important;
}
.marginLeft45 {
    margin-left: 45px !important;
}
.marginLeft50 {
    margin-left: 50px !important;
}
.marginLeft55 {
    margin-left: 55px !important;
}
.marginLeft60 {
    margin-left: 60px !important;
}
.marginLeft65 {
    margin-left: 65px !important;
}
.marginLeft70 {
    margin-left: 70px !important;
}
.marginLeft75 {
    margin-left: 75px !important;
}
.marginLeft80 {
    margin-left: 80px !important;
}
.marginLeft85 {
    margin-left: 85px !important;
}
.marginLeft90 {
    margin-left: 90px !important;
}
.marginLeft95 {
    margin-left: 95px !important;
}
.marginLeft100 {
    margin-left: 100px !important;
}

.marginRight10 {
    margin-right: 10px !important;
}
.marginRight15 {
    margin-right: 15px !important;
}
.marginRight20 {
    margin-right: 20px !important;
}
.marginRight25 {
    margin-right: 25px !important;
}
.marginRight30 {
    margin-right: 30px !important;
}
.marginRight35 {
    margin-right: 35px !important;
}
.marginRight40 {
    margin-right: 40px !important;
}
.marginRight45 {
    margin-right: 45px !important;
}
.marginRight50 {
    margin-right: 50px !important;
}
.marginRight55 {
    margin-right: 55px !important;
}
.marginRight60 {
    margin-right: 60px !important;
}
.marginRight65 {
    margin-right: 65px !important;
}
.marginRight70 {
    margin-right: 70px !important;
}
.marginRight75 {
    margin-right: 75px !important;
}
.marginRight80 {
    margin-right: 80px !important;
}
.marginRight85 {
    margin-right: 85px !important;
}
.marginRight90 {
    margin-right: 90px !important;
}
.marginRight95 {
    margin-right: 95px !important;
}
.marginRight100 {
    margin-right: 100px !important;
}

/* 栏目名字1 */
.chnldesc1 {
    font-size: 34px;
    font-weight: bold;
    color: var(--color-primary);
    padding: 10px 0;
    line-height: 1.6;
}
.chnldesc1.style1 {
    padding-top: 60px;
    padding-bottom: 40px;
}
.chnldesc1 a {
    color: var(--color-primary);
}
.chnldesc1 .n {
    color: var(--color-primary);
    background: url(../assets/jiantou-1.png) no-repeat right center;
    padding-right: 30px;
}

/* 栏目名字2 */
.chnldesc2 {
    font-size: 30px;
    font-weight: bold;
    color: var(--color-black);
    height: 100px;
    line-height: 100px;
}
.chnldesc2 a {
    color: var(--color-black);
}
.chnldesc2.style1 {
    height: 60px;
    line-height: 60px;
}

/* 中间容器1 */
.container-1 {
    width: 1300px;
    margin: 0 auto;
    padding: 0.1px;
    box-sizing: border-box;
}

/* 手机 端显示的 头部下方 一条粗线 */
.bold-line-1 {
    display: none;
}

/* 当前位置1 */
.cur-position-1 {
    padding: 20px 0;
    font-size: 16px;
    color: var(--color-black);
    line-height: 40px;
    box-sizing: border-box;
    word-break: break-all;
}
.cur-position-1 a {
    color: var(--color-black);
    text-decoration: none;
}
.cur-position-1 *:last-child {
    color: var(--color-primary);
}

/* 分页1 */
.fy-page-ele-1-outer {
    display: flex;
    justify-content: center;
}
.fy-page-ele-1 {
    list-style: none;
    padding: 20px 10px 55px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fy-page-ele-1.style1 {
    padding-bottom: 115px;
}

.fy-page-ele-1 li {
    display: inline-block;
    margin: 0 5px;
    list-style: none;
    flex: 0 0 auto;
    font-size: 18px;
}
.fy-page-ele-1 .but1 {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
}
.fy-page-ele-1 .but1.disable {
    cursor: not-allowed;
    background-color: var(--color-gray-400) !important;
}
.fy-page-ele-1 .but1_l {
    background: var(--color-primary) url(../assets/fy-but-1.png) no-repeat 45% center;
    background-size: 30% auto;
    margin-right: 26px;
}
.fy-page-ele-1 .but1_r {
    background: var(--color-primary) url(../assets/fy-but-2.png) no-repeat 55% center;
    background-size: 30% auto;
    margin-left: 26px;
}

.fy-page-ele-1 .but_num {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    color: var(--color-black);
    cursor: pointer;
    display: block;
    text-decoration: none;
}
.fy-page-ele-1 .but_num.hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.fy-page-ele-1 .but_num:hover {
    background-color: var(--color-primary);
    color: var(--color-white);
}

/* more 按钮 style 1 */
.pub-more-btn-1 {
    display: block;
    width: 128px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    background: var(--color-white) url(../assets/jiantou-2.png) no-repeat 100px center;
    background-size: auto 10px;
    font-size: 16px;
    color: var(--color-black);
    padding: 0 18px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
    font-weight: normal;
}
.pub-more-btn-1:hover {
    background: var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 100px center;
    background-size: auto 10px;
    color: var(--color-white);
}

/* screen 992 */
@media screen and (max-width: 992px) {
}

/* Source: index-style.css:1-152 */
.header-c-1 {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 132px;
    align-items: center;
}

.mobile-nav-icons {
    display: none;
}

.search-outer-1 {
}
.search-outer-1 a {
    font-size: 16px;
    color: var(--color-text-secondary);
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: right;
    margin-right: 10px;
}
.search-outer-1 .search-box {
    display: flex;
    border: 1px solid var(--color-gray-650);
    align-items: center;
    border-radius: 15px;
    width: 245px;
    height: 30px;
}
.search-outer-1 .input-1 {
    border: none;
    outline: none;
    background: transparent;
    width: 245px;
    color: var(--color-text-strong);
    flex: 1;
    height: 30px;
    padding: 0 12px;
    font-size: 16px;
    margin: 0;
    min-width: 0;
}
.search-outer-1 .input-1::placeholder {
    color: var(--color-text-placeholder);
}
.search-outer-1 .search-icon {
    width: 40px;
    height: 30px;
    cursor: pointer;
    background: url(../assets/fdj-1.png) no-repeat center center;
    flex: 0 0 auto;
}

/* 移动端搜索遮罩层 */
.mobile-search-overlay {
    display: none;
}
.mobile-menu-overlay {
    display: none;
}

.nav-outer-1 {
    background: var(--color-primary);
    position: relative;
    z-index: 100;
}
.nav-1 {
    width: 1300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--color-white);
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}
.nav-1 .item-1 {
    flex: 0 0 auto;
    font-weight: bold;
    position: relative;
}
.nav-1 a {
    color: var(--color-white);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 12px;
}
.nav-1 .item-1-1 {
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
}
.nav-1 .item-1-1 > a {
    font-weight: normal;
    color: var(--color-black);
    display: block;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.nav-1 .item-1:hover {
    background: var(--color-white);
}
.nav-1 .item-1:hover > a {
    color: var(--color-primary);
}
.nav-1 .item-1:hover .item-1-1 {
    display: block;
    background: var(--color-white);
}
.nav-1 .item-1-1 > a:hover {
    background: var(--color-primary);
    color: var(--color-white);
}

.page-banner-1 {
    width: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.page-banner-1 .pc {
    width: 1920px;
    margin: 0 auto;
    display: block;
    max-width: 1920px;
}
.page-banner-1 .m {
    width: 100%;
    display: none;
}

@media screen and (max-width: 767px) {
    .page-banner-1 .pc {
        display: none;
    }
    .page-banner-1 .m {
        display: block;
    }
}

.page-footer-outer-1 {
    background: var(--color-primary);
    padding: 40px 0;
    font-size: 16px;
    color: var(--color-white);
    line-height: 26px;
}
.page-footer-1 {
    width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* Source: layout.css:1-52 */
/*  字体调整 */

.nav-1 {
  font-size: 18px;
}

.nav-1 .item-1 > a {
  text-transform: uppercase;
}

.chnldesc1 {
  font-size: 36px;
}

.taste-content-for-sy .taste-title {
  font-size: 28px;
  text-transform: uppercase;
}

.taste-content-for-sy .taste-subtitle {
  font-size: 24px;
}

/* 面包屑 */
.cur-position-1 {
  display: flex;
  align-items: center;
  gap: 2px;
}

.cur-position-1 i {
  display: inline-block;
  width: 16px;
  height: 16px;
  --svg: url("data:image/svg+xml,%3Csvg xmlns%3D%27http%3A//www.w3.org/2000/svg%27 viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 7l5 5l-5 5'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.cur-position-1 a {
  transition: color 0.2s ease-in-out;
}

.cur-position-1 a:hover {
  color: var(--color-primary);
}

/* Source: layout.css:162-189 */
/* 页脚 */
.page-footer-1 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.page-footer-1 > div img {
  width: 18px;
  height: 20px;
  object-fit: contain;
}

.page-footer-1 > div a:hover {
  color: var(--color-white);
  text-decoration: underline;
}

/* PC WAP 切换 */
.pc_box {
  display: block;
}

.wap_box {
  display: none;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
/* Source: mobile.css:2-42 */
/* CSS Document */
html, body{width:750px; margin:0 auto;min-width:inherit; overflow-x:hidden; transform:'';height:100%;position: relative;height:auto;}

.fl_pc { float:none; display:block; }
.fr_pc { float:none; display:block; }
.pchide { display:block; }
.mhide { display:none; }
.padhide{display:none}

.container {width:auto;}

.demo { background-image: linear-gradient(to bottom, var(--color-accent-pink), var(--color-accent-orange)); font-size:40px; line-height:120px; }











/*特殊分辨率处理*/
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}

/* Source: mobile-PcBaseStyle.css:2-35 */
/* CSS Document */


/* 栏目名字1 */
.chnldesc1{padding:0 40px}

/* 栏目名字2 */
.chnldesc2{padding:10px 40px;width:100%;font-size:40px;}



/* 中间容器1 */
.container-1{width:100%;}

/* 手机 端显示的 头部下方 一条粗线 */
.bold-line-1{display: block; width:100%;height:6px;background:var(--color-primary);margin-bottom:10px;}

/* 当前位置1 */
.cur-position-1{padding:20px 40px;font-size:24px;width:100%;}
.cur-position-1.style1{padding:20px 0;}


/* 分页1 */
.fy-page-ele-1{padding:55px 0 90px;}
.fy-page-ele-1.style1{padding-bottom:130px;}
.fy-page-ele-1 li{font-size:30px;}
.fy-page-ele-1 .but_num{width:40px;height:40px;line-height:40px;}
.fy-page-ele-1 .but1{width:60px;height:60px;}


/* more 按钮 style 1 */
.pub-more-btn-1{width:190px;height:60px;line-height: 60px; border-radius: 30px;background:var(--color-white) url(../assets/jiantou-2.png) no-repeat 145px center;background-size:auto auto; font-size:24px;color:var(--color-black);padding:0 22px;box-sizing: border-box;margin-top:10px;cursor: pointer;font-weight:normal;}
.pub-more-btn-1:hover{background:var(--color-primary) url(../assets/jiantou-fff-2.png) no-repeat 145px center;background-size:auto auto;color:var(--color-white);}

/* Source: mobile-index-style.css:1-251 */
.header-c-1 {
  width: auto;
  padding: 0 40px;
  height: 160px;
}

.page-logo-c-1 {
  width: 406px;
  height: auto;
}

.mobile-nav-icons {
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav-icons > * {
  flex: 0 0 auto;
  cursor: pointer;
}
.mobile-menu-icon {
  width: 42px;
}
.mobile-nav-icons img {
  display: block;
  width: 100%;
  height: 100%;
}
.mobile-search-icon {
  width: 42px;
}

.search-outer-1 {
  display: none;
}

/* 移动端搜索遮罩层 */
.mobile-search-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background-color: var(--color-primary-overlay);
  padding: 40px 0 40px;
  box-sizing: border-box;
}
.mobile-search-overlay.active {
  display: flex;
  flex-direction: column;
}
.mobile-search-overlay .mobile-search-close {
  align-self: flex-end;
  width: 32px;
  height: 32px;
  cursor: pointer;
  margin: 24px 51px 40px;
}
.mobile-search-overlay .mobile-search-close img {
  width: 100%;
  height: 100%;
}
.mobile-search-overlay .mobile-search-input {
  width: 100%;
  flex: 1;
  border: none;
  outline: none;
  font-size: 30px;
  color: var(--color-black);
}
.mobile-search-overlay .mobile-search-input::placeholder {
  color: var(--color-text-placeholder);
}
.mobile-search-overlay .mobile-search-btn {
  border: none;
  background: none;
  padding: 0;
  margin-left: 12px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.mobile-search-overlay .mobile-search-btn img {
  width: 100%;
  height: 100%;
}
.mobile-search-overlay .mobile-search-box {
  height: 70px;
  margin: 0 40px;
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 35px;
  padding: 0 24px;
  box-shadow: 0 12px 30px var(--color-overlay-black-25);
  margin-top: 200px;
  overflow: hidden;
}

/* 移动端全屏菜单遮罩层 */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: var(--color-primary-overlay);
  transition: opacity 0.3s ease;
}
.mobile-menu-overlay.active {
  display: block;
  opacity: 1;
}
.mobile-menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  z-index: 1;
}
.mobile-menu-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 64px 51px 40px 20px;
  position: relative;
  z-index: 2;
}
.mobile-menu-close {
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);

  img {
    width: 100%;
    height: 100%;
  }
}
.mobile-menu-content {
  flex: 1;
  padding: 38px 0 20px;
  overflow-y: auto;
  position: relative;
  z-index: 2;
}
.mobile-menu-item {
  padding-bottom: 88px;
}
.mobile-menu-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 45px 0 37px;
  cursor: pointer;
  user-select: none;
}
.mobile-menu-item-header span:first-child {
  font-size: 40px;
  font-weight: bold;
  color: var(--color-white);
  letter-spacing: 0.5px;
}
.mobile-menu-toggle {
  font-size: 40px;
  color: var(--color-white);
  font-weight: 300;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.mobile-menu-submenu {
  list-style: none;
  padding-left: 94px;
  padding-bottom: 10px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.mobile-menu-item.expanded .mobile-menu-submenu {
  max-height: 5000px;
  padding-left: 94px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.mobile-menu-item .mobile-menu-submenu a:first-of-type {
  margin-top: 55px;
}
.mobile-menu-item .mobile-menu-submenu a:last-of-type {
  margin-bottom: 10px;
}
.mobile-menu-submenu a {
  display: block;
  color: var(--color-white);
  text-decoration: none;
  font-size: 30px;
  transition:
    background-color 0.2s ease,
    padding-left 0.2s ease;
}
.mobile-menu-footer {
  padding: 20px 40px 306px 40px;
  position: relative;
  z-index: 2;
}
.mobile-menu-divider {
  height: 1px;
  background-color: var(--color-white);
  margin-bottom: 93px;
}
.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 78px;
  padding-left: 3px;
}
.mobile-menu-links a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 30px;
}

.nav-outer-1 {
  display: none;
}

.page-footer-outer-1 {
  font-size: 24px;
  line-height: 36px;
  padding: 100px 0;
}
.page-footer-1 {
  width: auto;
}

/* Source: layout.css:203-210 */
  /* menu */
  .mobile-menu-item-header a:hover {
    color: var(--color-white);
  }
  .mobile-menu-item-header span {
    text-transform: uppercase;
  }

/* Source: layout.css:244-258 */
  /* 页脚 */
  .page-footer-1 > div img {
    width: 30px;
    height: 30px;
  }

  /* PC WAP 切换 */
  .pc_box {
    display: none;
  }

  .wap_box {
    display: block;
  }
}
}
