/* 
页面初始化样式
*/
@charset "utf-8";
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
fieldset,
img,
input,
button {
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  word-break: break-word;
}
html,
body {
  font: 14px/24px Microsoft YaHei, Arial, Helvetica, sans-serif;
  color: #1d1e1f;
  background: #fff;
  font-style: normal;
  word-wrap: break-word !important;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
} /*IE/7/6*/
a {
  color: #1d1e1f;
  text-decoration: none;
}
a:hover {
  color: #1d1e1f;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: 400;
}
s,
i,
em {
  font-style: normal;
  text-decoration: none;
}
/* .col-red{ color: #C81623!important;} */

/*公共类*/
.w {
  width: 1200px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.hide {
  display: none;
}
.lh20 {
  line-height: 20px !important;
}
.l160 {
  left: -40px !important;
}
.show-img {
  display: inline-block;
}
.hidden-img {
  display: none;
}
/*只显示一行文本*/
.limit_one_line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*只显示两行文本*/
.limit_two_line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}
/*只显示三行文本*/
.limit_three_line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*
公用样式规范
*/
/* 最大标题 */
h1 {
  font-size: 40px;
}
/* 一级标题 */
h2 {
  font-size: 32px;
}
/* 长文本大标题 */
h3 {
  font-size: 28px;
}
/* 大图标文本、文本小标题等 */
h4 {
  font-size: 24px;
}
/* 二级标题 */
h5 {
  font-size: 20px;
}
/* 跳转链接1、列表大、卡片内大说明文本、长文本等 */
h6 {
  font-size: 16px;
}
/* 跳转链接2、列表小、卡片内小说明文本、header、小图标文本等 14px */
/* footer文本 12px */

/* 正文文本颜色 */
.style_font_color {
  color: #1d1e1f;
}
/* 主题色 */
.style_theme_color {
  color: #00bfff;
}
/* 需要拉开层次的文本 #63616A */
/* 需要进一步拉开层次的文本 #828287 */
/* 注释性文本等 #AFB2B8 */

/* 页面最小、最大宽度 */
body {
  max-width: 1920px;
  margin: 0 auto;
}

/* 头部 */
#header {
  height: 72px;
  background: #fff;
  padding: 0 5.83%;
}
#header .logo > a {
  width: 107px;
  padding-top: 8px;
  /* width: 5.57%; */
}
#header .header-nav {
  margin-left: 235px;
  /* margin-left: 12.24%; */
  width: 100%;
  height: 72px;
}
#header .header-nav .current-page {
  color: #e98f36;
}
#header .header-nav .nav {
  width: 100%;
  height: 72px;
}
#header .header-nav .nav .nLi {
  font: 14px/18px Microsoft YaHei, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
#header .header-nav .nav .nLi a {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin: 17px 0;
}
#header .header-nav .nav .nLi > .current {
  color: #e98f36;
}
#header .header-nav .nav .nLi > a:hover {
  color: #e98f36;
}
#header .header-nav .nav .show-or-hidden {
  display: none;
}
/* 一级子菜单 */
#header .header-nav .nav .nLi > .sub {
  display: none;
  width: 160px;
  top: 65px;
  z-index: 22;
  background: #ffffff;
  left: -41px;
}
#header .header-nav .nav .nLi > .sub > li {
  padding: 12px 0;
  width: 160px;
  height: 42px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: #63616a;
}
#header .header-nav .nav .nLi > .sub > li:hover {
  background-color: #f3f3f3;
  color: #f4a524;
  cursor: pointer;
}

/* banner图 */
#banner {
  height: 540px;
  position: relative;
}
#banner h3 {
  position: absolute;
  top: 236px;
  left: 360px;
  font-size: 40px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1d1e1f;
}
/* 底部 */
#footer {
  background-color: #f7f7f7;
  /* padding: 48px 112px; */
  padding: 48px 5.83%;
  /* display: flex; */
}
#footer .footer-left {
  margin-right: 130px;
}

#footer .footer-right {
  /* display: flex; */
  /* justify-content: space-between; */
  width: 100%;
}
#footer .footer-right > dl {
  margin-right: 120px;
}
#footer .footer-right > dl:nth-last-of-type(1) {
  margin-right: 0;
}
#footer .footer-right > dl > dt {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #212123;
  margin-bottom: 24px;
}
#footer .footer-right > dl > dd,
#footer .footer-right > dl > .normal-font > a {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #828287;
  margin-bottom: 16px;
}
#footer .footer-right > .text-center {
  text-align: center;
}
#footer .footer-right > dl > dd > img {
  width: 119px;
  /* height: 119px; */
}
#footer .footer-right > dl > dd > .big-yellow-font {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #f4a524;
}
#footer .footer-right > dl:nth-last-of-type(1) > dd:nth-last-of-type(1) {
  width: 308px;
}
#footer .footer-right > dl a:hover {
  cursor: pointer;
  color: #f4a524;
}
/*低版本浏览器弹出提示框样式 start*/
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 120px;
}
#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.5;
  z-index: -1;
}
#browser-modal .browser-content {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 30px;
  background-color: #fff;
}
#browser-modal .browser-content .browser-czdjk-logo {
  display: block;
  background-image: url(../img/logo-full-max.png);
  width: 234px;
  height: 64px;
  margin: 20px auto 22px;
  background-repeat: no-repeat;
}
#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}
#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 14px;
}
#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 40px auto;
  height: 130px;
}
#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#browser-modal .browser-content .browser-item a {
  color: #1897f2;
  cursor: pointer;
  display: block;
}
#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}
#browser-modal .browser-content .browser-item .browser-pic {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-repeat: no-repeat;
}
#browser-modal .browser-content .browser-item .browser-i-c {
  background-image: url(../img/chrome-icon.jpg);
}
#browser-modal .browser-content .browser-item .browser-i-f {
  background-image: url(../img/firefox-icon.jpg);
}
#browser-modal .browser-content .browser-item .browser-i-s {
  background-image: url(../img/safari-icon.jpg);
}
#browser-modal .browser-content .browser-item .browser-i-e {
  background-image: url(../img/edge-icon.jpg);
}
/*低版本浏览器弹出提示框样式 end*/
.mt24 {
  margin-top: 24px !important;
}

/* 移动端 */
.mobile-menu-img {
  width: 40px;
  height: 40px;
}
.mobile-logo {
  margin-top: -20px;
}
.show-nav-menu {
  display: inline-block;
}
.hidden-nav-menu {
  display: none;
}

.top-menu {
  display: none;
  position: absolute;
  width: 100%;
  top: 72px;
  left: 0;
  background-color: #fff;
  z-index: 99;
  padding-bottom: 80px;
}
.top-menu > ul {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.top-menu > ul > li {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 24px;
  line-height: 96px;
  /* font-size: 4vw;
  line-height: 16vw; */
  letter-spacing: 0.06em;
  color: #1d1e1f;
  position: relative;
}
.top-menu > ul > li:hover {
  background: #e2e2e2;
}
.top-menu > ul > li:hover > .sub {
  background-color: #f5f5f5;
}
.top-menu > ul > li > div {
  padding: 0 32px;
}

.top-menu > ul > .hasSubMenu > img,
#mobile-footer > ul > li > img {
  position: absolute;
  width: 40px;
  height: 40px;
  /* width: 6.6667vw;
  height: 6.6667vw; */
  /* right: 32px;
   */
  top: 28px;
  right: 32px;
  /* top: 4.6667vw; */
}
.top-menu > ul > .hasSubMenu > .sub {
  padding: 0;
  width: 100%;
  display: none;
}
.top-menu > ul > .hasSubMenu > .sub > li {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
  /* font-size: 3.3333vw;
  line-height: 15vw; */
  letter-spacing: 0.06em;
  color: #63616a;
  background-color: #f5f5f5;
  padding: 0 32px;
}
.top-menu > ul > .hasSubMenu > .sub > li:hover {
  background: #cdcdcd;
}
.top-menu > .toggle-language {
  margin-top: 6vw;
}
.top-menu > .toggle-language > a,
.top-menu > .toggle-language > span {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  /* font-size: 4vw;
  line-height: 5.3333vw; */
  letter-spacing: 0.06em;
  color: #afb2b8;
}
.top-menu > .toggle-language > a:hover,
.top-menu > .toggle-language > .current-language {
  color: #f4a524;
}
.hidden-nav-menu {
  display: none;
}
.show-nav-menu {
  display: inline-block;
}
#mobile-footer {
  width: 100%;
  background-color: #f7f7f7;
}
#mobile-footer > ul {
  border-bottom: 1px solid #e6e6e6;
}
#mobile-footer > ul > li {
  width: 100%;
  font-weight: 400;
  font-size: 24px;
  line-height: 96px;
  /* font-size: 4vw;
  line-height: 16vw; */
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#mobile-footer > ul > li:hover {
  background: #d1d1d1;
}
#mobile-footer > ul > li:hover > .sub {
  background-color: #ececec;
}
#mobile-footer > ul > li > div {
  padding: 0 32px;
}
#mobile-footer > ul > li > .sub {
  display: none;
}
#mobile-footer > ul > li > .sub > li {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
  /* font-size: 3.3333vw;
  line-height: 15vw; */
  letter-spacing: 0.06em;
  color: #63616a;
  padding: 0 32px;
}
#mobile-footer > ul > li > .sub > li:hover {
  background-color: #c0c0c0;
}
#mobile-footer > ul > li > .sub > li > a {
  font-weight: 400;
  font-size: 20px;
  line-height: 90px;
  /* font-size: 3.3333vw;
  line-height: 15vw; */
  letter-spacing: 0.06em;
  color: #63616a;
}
#mobile-footer > ul > li > #footer-menu-li-sub3 {
  padding: 0;
}
#mobile-footer > ul > li > .sub > div {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  /* font-size: 2.6667vw;
  line-height: 4.5vw; */
  letter-spacing: 0.06em;
  color: #828287;
  background-color: #ececec;
  padding: 32px;
}
#mobile-footer > .footer-icon-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25%;
  margin-top: 6vw;
  position: relative;
  padding-bottom: calc(13.3333vw - 48px);
}
#mobile-footer > .footer-icon-list img {
  width: 48px;
  height: 48px;
  /* width: 8vw;
  height: 8vw; */
}
/* 微博/bilibili/购买链接/下载弹框 */
.tips-message-box,
.wechat-code-box,
.baidu-download-message-box,
.mobile-baidu-download-message-box {
  display: none;
}
/* 弹框遮罩层 */
.tips-message-box,
.wechat-code-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(29, 30, 31, 0.15);
  top: 0;
  z-index: 999;
  text-align: center;
}
.tips-message-box > .tips-message-box-content {
  background: #fff;
  position: relative;
  top: 50%;
  width: 80%;
  /* height: 4.2667rem; */
  margin: 0 auto;
  margin-top: -2.1333rem;
  padding: 0.6667rem 0.4rem;
}
.tips-message-box > .tips-message-box-content > .tips-title {
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.tips-message-box > .tips-message-box-content > .small-tips-font {
  font-size: 0.2133rem;
  line-height: 0.32rem;
  margin-top: 0.1333rem;
}
.tips-message-box > .tips-message-box-content > .link-box {
  background-color: #f1f1f1;
  padding: 0.1333rem;
  border: 0.0133rem solid #ddd;
  border-radius: 0.0667rem;
  -webkit-border-radius: 0.0667rem;
  -moz-border-radius: 0.0667rem;
  -ms-border-radius: 0.0667rem;
  -o-border-radius: 0.0667rem;
  display: flex;
  align-items: center;
  margin: 0.5333rem 0;
}
.tips-message-box > .tips-message-box-content > .link-box > img {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: 0.1333rem;
}
.tips-message-box > .tips-message-box-content > .link-box > span {
  font-size: 0.2133rem;
  line-height: 0.4267rem;
  word-break: break-all;
}
.tips-message-box > .tips-message-box-content > .operate-buttons {
  text-align: right;
  padding-right: 0.1333rem;
}
.tips-message-box > .tips-message-box-content > .operate-buttons > input {
  padding: 0.1333rem 0.5333rem;
  font-size: 0.1867rem;
  border-radius: 0.0667rem;
  -webkit-border-radius: 0.0667rem;
  -moz-border-radius: 0.0667rem;
  -ms-border-radius: 0.0667rem;
  -o-border-radius: 0.0667rem;
}
.tips-message-box
  > .tips-message-box-content
  > .operate-buttons
  > .cancel-button {
  background-color: #fff;
  border: 0.0133rem solid #ddd;
}
.tips-message-box
  > .tips-message-box-content
  > .operate-buttons
  > .confirm-button {
  background-color: #ff6161;
  color: #fff;
  margin-left: 0.2667rem;
}
/* 微信二维码弹框 */
.wechat-code-box > .wechat-code-box-content {
  position: fixed;
  width: 260px;
  bottom: 175px;
  background-color: #fff;
  left: 50%;
  margin-left: -130px;
  padding: 24px;
}
.wechat-code-box > .wechat-code-box-content > .wechat-code-box-top {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #212123;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wechat-code-box > .wechat-code-box-content > img {
  width: 100%;
}
.wechat-code-box > .wechat-code-box-content > .wechat-code-box-top > img {
  width: 24px;
  height: 24px;
  margin: 8px 0;
}
.wechat-code-box
  > .wechat-code-box-content
  > .wechat-code-box-top
  > .wechat-code-box-intro {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #63616a;
}

/* 购买弹出框 */
.shopping-message-box {
  background-color: rgba(29, 30, 31, 0.15);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  display: none;
  top: 114px;
}
.shopping-message-box > .shopping-message-box-inner-content {
  width: fit-content;
  height: 266px;
  background: #fff;
  margin: 0 auto;
  margin-top: 114px;
  opacity: 1;
  padding: 40px 80px;
}
.shopping-message-box .icon-tmall-colorful,
.shopping-message-box .icon-taobao-colorful,
.shopping-message-box .icon-jd-colorful,
.shopping-message-box .icon-pdd-colorful {
  display: none;
}
.shopping-message-box > .shopping-message-box-inner-content img {
  width: 96px;
  height: 96px;
}
.shopping-message-box > .shopping-message-box-inner-content h3 {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.shopping-message-box
  > .shopping-message-box-inner-content
  .shopping-icon-list {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
// .shopping-message-box
//   > .shopping-message-box-inner-content
//   .shopping-icon-list
//   > .item-icon {
//   // margin-left: 30px;
// }
/* 移动端购买弹出框 */
.mobile-shopping-message-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(29, 30, 31, 0.15);
  z-index: 999;
  top: 0;
  display: none;
}
.mobile-shopping-message-box > .mobile-shopping-message-box-inner-content {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  padding: 8px 0 32px 0;
  text-align: center;
  border-radius: 5% 5% 0 0;
}
.mobile-shopping-message-box
  > .mobile-shopping-message-box-inner-content
  > .short-line {
  width: 80px;
  height: 4px;
  background: #f4a524;
  margin: 0 auto;
}
.mobile-shopping-message-box > .mobile-shopping-message-box-inner-content > h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 6.6667vw;
}
.mobile-shopping-message-box
  > .mobile-shopping-message-box-inner-content
  > .mobile-shop-icon-list {
  margin-top: 5.3333vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.mobile-shopping-message-box
  > .mobile-shopping-message-box-inner-content
  > .mobile-shop-icon-list
  img {
  width: 16vw;
  height: 16vw;
}
.mobile-shopping-message-box
  > .mobile-shopping-message-box-inner-content
  > .mobile-shop-icon-list
  p {
  margin-top: 8px;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.mobile-shopping-message-box .mobile-icon-tmall-colorful,
.mobile-shopping-message-box .mobile-icon-pdd-colorful,
.mobile-shopping-message-box .mobile-icon-taobao-colorful,
.mobile-shopping-message-box .mobile-icon-jd-colorful {
  display: none;
}
.mobile-shopping-message-box .mobile-item-taobao {
  /* margin-left: 11.3333vw; */
}

/* 百度网盘下载弹窗 */
.baidu-download-message-box {
  position: fixed;
  top: 0;
  background: rgba(29, 30, 31, 0.15);
  z-index: 99;
  width: 100%;
  height: 100%;
}
.baidu-download-message-box > .baidu-download-message-box-inner-content {
  background-color: #fff;
  width: 598px;
  height: 240px;
  padding: 32px 64px 0 64px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -299px;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .top-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: center;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content
  > img {
  width: 80px;
  height: 80px;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content
  > .middle-content {
  margin-left: 24px;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content
  > .middle-content
  > .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content
  > .middle-content
  > .code {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-top: 16px;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content
  > .copy-code {
  display: inline-block;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  border: 1px solid #f4a524;
  margin-left: 28px;
}
.baidu-download-message-box
  > .baidu-download-message-box-inner-content
  > .img-and-content
  > .copy-code:hover {
  background-color: #f4a524;
  color: #fff;
  cursor: pointer;
}
/* 移动端百度网盘下载弹窗 */
.mobile-baidu-download-message-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(29, 30, 31, 0.15);
  top: 114px;
}

.mobile-baidu-download-message-box-inner-content {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  /* padding-top: 16px;
  padding-bottom: 40px; */
  padding-top: 2.6667vw;
  padding-bottom: 6.6667vw;
  width: 100%;
  text-align: center;
  border-radius: 5% 5% 0 0;
  -webkit-border-radius: 5% 5% 0 0;
  -moz-border-radius: 5% 5% 0 0;
  -ms-border-radius: 5% 5% 0 0;
  -o-border-radius: 5% 5% 0 0;
}
.mobile-baidu-download-message-box-inner-content > .short-line {
  /* width: 100px;
  height: 8px; */
  width: 16.6667vw;
  height: 1.3333vw;
  background: #f4a524;
  margin: 0 auto;
}
.mobile-baidu-download-message-box-inner-content > h3 {
  font-weight: 400;
  /* font-size: 24px;
  line-height: 32px;
  margin-top: 40px; */
  font-size: 4vw;
  line-height: 5.3333vw;
  margin-top: 6.6667vw;

  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.mobile-baidu-download-message-box-inner-content > img {
  /* width: 144px;
  height: 144px;
  margin-top: 16px; */
  width: 24vw;
  height: 24vw;
  margin-top: 2.6667vw;
}
.mobile-baidu-download-message-box-inner-content > .code {
  font-weight: 400;
  /* font-size: 20px;
  line-height: 26px;
  margin-top: 16px; */
  font-size: 3.3333vw;
  line-height: 4.3333vw;
  margin-top: 2.6667vw;

  letter-spacing: 0.06em;
  color: #63616a;
}
.mobile-baidu-download-message-box-inner-content > .copy-code {
  display: inline-block;
  font-weight: 400;
  /* margin-top: 40px;
  font-size: 16px;
  line-height: 21px;
  padding: 8px 40px; */
  margin-top: 6.6667vw;
  line-height: 3.5vw;
  padding: 1.3333vw 6.6667vw;

  letter-spacing: 0.06em;
  color: #ffffff;
  background: #f4a524;
  border: 1px solid #f4a524;
}
.mobile-baidu-download-message-box-inner-content > .copy-code:hover {
  background-color: #fff;
  color: #f4a524;
  border: 1px solid #f4a524;
  cursor: pointer;
}
.beian {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.beian a {
  color: #63616a;
}
.beian a:hover {
  color: #f4a524;
}
