html,
body {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-width: 320px;
  background-color: rgba(255, 255, 255, 1);
}
html{
  /* filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
}
video:focus {
  outline: none;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Microsoft YaHei, Helvetica Neue, Helvetica, PingFang SC,
    Hiragino Sans GB, Arial, sans-serif;
    /* 全局黑白代码 */
    /* filter: grayscale(1); */
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
.clearfix:before {
  display: table;
  content: " ";
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.adaptive-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
/* Custom Scroll Bar */
::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: rgba(226, 226, 226, 1);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(226, 226, 226, 1);
}

.max-width-container .container {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
}
.heard {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 32px;
  z-index: 999;
}

.heard .search {
  width: 39px;
  height: 39px;
  background-color: #4e4e4e;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(../img/icon/search.png);
  background-repeat: no-repeat;
  background-position: center;
}

.heard .search-box {
  position: relative;
  top: 0;
  left: 0;
}

.heard .search-box i {
  /* content: ""; */
  position: absolute;
  width: 39px;
  height: 35px;
  right: 0;
  top: 2px;
  background-color: #4e4e4e;
  border-radius: 50%;
  cursor: pointer;
  background-image: url(../img/icon/search.png);
  background-repeat: no-repeat;
  background-position: center;
}
.form-control {
  width: 230px;
  height: 39px;
  background-color: #4e4e4e;
  border-radius: 20px;
  cursor: pointer;
  color: #fff;
}

.heard .lang {
  position: relative;
  margin-right: 9.5%;
  margin-left: 21px;
  width: 39px;
  height: 39px;
  background-color: #4e4e4e;
  background-image: url(../img/icon/lang.png);
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
}

.heard .lang-list {
  display: none;
  position: absolute;
  right: 8%;
  top: 39px;
  padding: 0 16px 0 11px;
  background-color: #4e4e4e;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #ffffff;
}

.heard .lang-list p {
  width: 63px;
  cursor: pointer;
}

.heard .lang-list p:first-of-type {
  border-bottom: 1px solid #fff;
}

.banner {
  position: relative;
}

.banner img {
  width: 100%;
}

.text {
  position: absolute;
  top: 30%;
  left: 13.5%;
  /* background: rgb(194, 24, 9); */
  padding: 20px 40px 20px 40px;
  /* width: 460px; */
  color: #fff;
}

.banner-insert {
  position: absolute;
  top: 30%;
  left: 13.5%;
  background: #e1261c;
  mix-blend-mode: multiply;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
.banner .banner-cate {
  position: absolute;
  bottom: -20px;
  left: auto;
  width: 70.8%;
  margin-left: 16%;
  justify-content: space-between;
  z-index: 9;
}
.banner .banner-cate a {
  flex: 1;
  text-align: center;
  background-color: #b8b8b8;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 50px;
  cursor: pointer;
}

@media screen and (max-width: 1600px) {
  .banner .banner-cate a {
    line-height: 48px;
  }
}

.banner .banner-cate a.active {
  background-color: #dc162d;
}

.banner .banner-cate a:nth-of-type(1),
.banner .banner-cate a:nth-of-type(2),
.banner .banner-cate a:nth-of-type(3),
.banner .banner-cate a:nth-of-type(4),
.banner .banner-cate a:nth-of-type(5) {
  margin-right: 7px;
}

.banner .banner-cate a:last-of-type {
  margin-right: 0;
}

.text-title {
  font-size: 32px;
  font-weight: bold;
}

.text-info {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}
/* .text {
  padding: 30px 40px !important;
} */
.text-more {
  margin-top: 20px;
  font-size: 12px;
}

.text-triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 40px;
  border-right: 12px solid #fff;
  border-left: none;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.mobile-menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  .banner .banner-cate a {
    line-height: 32px;
  }
  .banner .banner-cate {
    bottom: -16px;
  }
}
.max-width-container .sidebar {
  width: 50px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}

.max-width-container .sidebar-container {
  width: 50px;
  height: 100%;
}

.max-width-container .sidebar.active,
.max-width-container .sidebar-container.active {
  width: 260px;
  height: 100%;
  background-color: #faf9f7;
}

.max-width-container .container .conten {
  position: relative;
  /* flex: 1; */
  height: 100%;
  /* width: 100%; */
  /* width: calc(100% - 260px); */
}

@media (min-width: 768px) {
  .max-width-container .container .conten {
    width: calc(100% - 260px);
  }

  .max-width-container .container .conten.active {
    width: calc(100% - 50px);
  }
  .banner .text-info br.mob {
    display: none;
  }
}

@media (max-width: 1080px) {
  .max-width-container .container .conten {
    width: 100%;
  }

  .max-width-container .container .conten.active {
    width: 100%;
  }
}

.max-width-container .container .sidebar .logo {
  width: 100%;
  height: 138px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dc162d;
  overflow: hidden;
  cursor: pointer;
}

.max-width-container .container .nav {
  height: 100vh;
  background-color: #f0efed;
}

.max-width-container .container .nav .shrink {
  /* float: left; */
  width: 100%;
  height: 29px;
  /* padding-top: 56px; */
  background-color: #f0efed;
  background-repeat: no-repeat;
  text-align: center;
  cursor: pointer;
  background-position: center center;
}
.max-width-container .container .sidebar-container.active .nav .shrink {
  background-image: url(../img/icon/menu.png);
}
.max-width-container .container .sidebar-container .nav .shrink {
  background-image: url(../img/icon/row-menu.png);
}
.max-width-container .container .active .nav .shrink {
  background-position: 28px 5px;
}
.max-width-container .container .nav .menu .menu-icon {
  margin-bottom: 24px;
}

.max-width-container .container .nav .nav-column {
  float: left;
  width: 100%;
  height: 100%;
  padding: 30px 25px 10px 40px;
  background-color: #faf9f7;
  overflow-y: auto;
  height: 720px;
}

.nav .nav-column li {
  position: relative;
}

.nav .nav-column .sub-nav-item-title {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #f0efed;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 47px;
  letter-spacing: 1px;
  color: #5a5a59;
}

.nav .nav-column .third-nav-container {
  display: none;
  padding-left: 20px;
}

.nav .nav-column .third-nav-container a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 1px;
  color: #7b7b7b;
}

.nav .nav-column .third-nav-container a:hover {
  color: #dc162d;
}

.nav .nav-column .secondary-nav {
  padding-top: 320px;
}

.nav .nav-column .secondary-nav a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #8f8e8e;
}

.nav .nav-column .secondary-nav a:hover {
  color: #dc162d;
}

.arrow {
  position: absolute;
  width: 40px;
  height: 46px;
  left: 148px;
  top: 0;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #8f8f8f;
}
.arrow-bottom {
  width: 12px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 2;
}

.arrow .arrow-top {
  width: 12px;
  height: auto;
  position: absolute;
  right: 10px;
  top: 16px;
  z-index: 2;
  display: none;
}

.bottom-arrow1,
.bottom-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-top: 6px white solid;
  overflow: hidden;
}
.bottom-arrow1 {
  top: 1px;
  border-top: 6px #595757 solid;
}
.bottom-arrow2 {
  border-top: 6px #fff solid;
}
.top-arrow1,
.top-arrow2 {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  border-top: 6px transparent dashed;
  border-left: 6px transparent dashed;
  border-right: 6px transparent dashed;
  border-bottom: 6px white solid;
  overflow: hidden;
}
.top-arrow1 {
  border-bottom: 6px #595757 solid;
}

.top-arrow2 {
  top: 1px;
  border-bottom: 6px #fff solid;
}

.container .footer {
  margin: 0px 10.84% 0 4.9%;
}

.container .footer {
  padding: 70px 0 117px;
}
.container .footer .footer-top {
  border-bottom: 1px solid #f0efed;
}

.container .footer .footer-logo {
  width: 23.1%;
  padding-top: 3px;
  margin-right: 6.7%;
  float: left;
}

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

.container .footer .friendship-link {
  position: relative;
  width: 258px;
  float: left;
}

.container .footer select {
  width: 100%;
  height: 34px;
  font-size: 14px;
  margin-top: 15px;
  padding-left: 20px;
  background-color: #f2f2f2;
  border: 1px solid #cbcbcb;
}

.container .footer select {
  position: relative;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.friendship-link-select {
  position: relative;
}
.container .footer .friendship-link .friendship-link-select::after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 28px;
  right: 24px;
  border-bottom: 7px solid #333333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  z-index: 9;
}

.container .footer .footer-lik {
  float: right;
  width: 48.86%;
  /* margin-right: 179px; */
  padding-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.container .footer .footer-lik .footer-lik-item a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #595757;
}

.container .footer .footer-lik .footer-lik-item ul li:first-of-type a {
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #4c4b4b;
}
@media screen and (max-width: 1440px) {
  .container .footer .footer-lik .footer-lik-item a {
    font-size: 10px;
    line-height: 20px;
  }
  .container .footer .footer-lik .footer-lik-item ul li:first-of-type a {
    font-size: 11px;
  }
  .banner .banner-cate a {
    line-height: 42px;
  }
}
.container .footer .footer-bottom {
  padding-top: 26px;
}

.container .footer .footer-bottom .contact {
  width: 50%;
  float: left;
}

.container .footer .footer-bottom ul li {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 21px;
  letter-spacing: 0px;
  color: #848484;
}

.container .footer .footer-bottom .footer-second-link {
  float: left;
  width: 36%;
  margin-top: 8px;
}

.container .footer .footer-bottom .attention {
  width: 14%;
  float: left;
  display: flex;
  justify-content: flex-end;
}

.container .footer .footer-bottom .footer-second-link li {
  float: left;
  padding: 0 14px;
  border-right: 1px solid #8f8f8f;
}

.container .footer .footer-bottom .footer-second-link li a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #8f8f8f;
}

.container .footer .footer-bottom .footer-second-link ul li:first-of-type {
  padding-left: 0;
}

.container .footer .footer-bottom .footer-second-link ul li:last-of-type {
  border-right: none;
}

.container .footer .footer-bottom .attention div {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 1px;
  color: #6b6b6b;
  cursor: pointer;
}

.container .footer .footer-bottom .attention div:first-of-type {
  flex: 4;
  text-align: right;
  padding-right: 12px;
}

.container .footer .footer-bottom .attention div img {
  vertical-align: middle;
  width: 100%;
  /* max-width: 34px; */
}
@media screen and (max-width: 768px) {
  .container .footer .footer-bottom .attention div img {
    max-width: 34px;
  }
}
.container .footer .footer-bottom .attention .footer-weChat {
  position: relative;
}
.container .footer .footer-bottom .attention .official-weChat {
  position: absolute;
  width: 134px;
  height: 158px;
  z-index: 2;
  padding: 12px 10px 0 10px;
  background-color: #fff;
  right: -50%;
  top: -164px;
  border-radius: 5px;
  border: 1px solid #bcbcbc;
  text-align: center;
  display: none;
}
.container
  .footer
  .footer-bottom
  .attention
  .footer-weChat:hover
  .official-weChat {
  display: block;
}
@media screen and (max-width: 1800px) {
  .container .footer {
    margin: 0 4%;
  }
}

@media screen and (max-width: 1680px) {
  .container .footer {
    margin: 0 4%;
  }
  .container .footer .footer-lik {
    width: 45%;
  }
}

@media screen and (max-width: 1440px) {
  .heard {
    top: 20px;
  }
  .text-title {
    font-size: 23px;
  }
  .text-info {
    font-size: 11px;
  }
  .container .footer .footer-logo {
    width: 50%;
    text-align: left;
    padding-left: 4%;
    margin: 0;
  }
  .container .footer .footer-logo img {
    width: 264px;
  }
  .container .footer .friendship-link .friendship-link-select::after {
    top: 15px;
  }
  .container .footer select {
    margin-top: 0;
  }
  .container .footer .friendship-link {
    width: 50%;
    text-align: center;
  }
  .container .footer .friendship-link-select {
    width: 260px;
    margin: 0 auto;
  }
  .container .footer .footer-lik {
    float: none;
    margin: 0 auto;
    width: 92%;
  }
  .container .footer .footer-bottom .footer-second-link {
    width: 50%;
    /* padding-left: 4%; */
    margin-bottom: 32px;
    margin-top: 0;
  }
  .container .footer .footer-bottom .footer-second-link li {
    padding: 0 8px;
  }
  .container .footer .footer-bottom .attention {
    width: 34%;
    padding-left: 0;
    justify-content: flex-start;
  }

  .container .footer .footer-bottom .attention span:first-of-type {
    text-align-last: left;
    width: 72px;
  }
  .container .footer .footer-bottom .attention span {
    width: 32px;
  }
  .container .footer .footer-bottom .attention div img {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .banner .banner-cate a {
    line-height: 36px;
  }
}
@media screen and (max-width: 992px) {
  .banner .banner-cate a {
    line-height: 32px;
  }
}
@media screen and (max-width: 800px) {
  .container .footer .footer-bottom .footer-second-link li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-cate {
    position: unset;
    width: 100%;
    height: 33px;
    margin-left: 0;
  }
  .banner .banner-cate a:nth-of-type(1),
  .banner .banner-cate a:nth-of-type(2),
  .banner .banner-cate a:nth-of-type(3),
  .banner .banner-cate a:nth-of-type(4),
  .banner .banner-cate a:nth-of-type(5) {
    margin-right: 4px;
  }

  .banner .banner-cate a:last-of-type {
    margin-right: 0;
  }

  .banner .banner-cate a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
  }
}
/* 分页 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: #ff0000;
}
.layui-laypage a:hover {
  color: #ff0000;
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-skip {
  background: none;
}

.layui-laypage .layui-laypage-skip {
  margin-left: 0;
}

.layui-laypage a,
.layui-laypage span {
  height: 38px;
  padding: 0 14px;
  line-height: 38px;
}
.layui-laypage a,
.layui-laypage span {
  font-size: 16px;
}
.load-more-box img {
  width: 3.33%;
}
.mob-banner-none-img {
  display: block;
}
.footer {
  display: block;
}
.footer-bottom,
.mobile-header,
.mobile-footer {
  display: none;
}
@media screen and (max-width: 1080px) {
  .mobile-menu {
    display: block;
  }
  .max-width-container .sidebar.active,
  .max-width-container .sidebar-container.active {
    display: none;
  }
  .heard {
    display: none;
  }
  /* 手机端公共头部 */
  .mobile-header {
    display: flex;
    background: #fff;
    height: 58px;
    line-height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
    z-index: 99999;
  }
  .mobile-logo img {
    width: 179px;
  }
  .mobile-menu-icon img {
    width: 17px;
  }
  .mobile-close-icon-img {
    display: none;
  }
  .mobile-official {
    text-align: center;
    margin-bottom: 10px;
  }
  .mobile-official-icon {
    width: 60px !important;
    height: 60px !important;
    display: none;
  }
  .conten {
    padding-top: 58px;
  }
  /* 公共头部 */
  .mobile-heard {
    background: #fff;
    display: flex;
    padding: 0 16%;
    height: 36px;
    line-height: 36px;
  }
  .mobile-heard-ch,
  .mobile-heard-en {
    font-size: 14px;
    color: 595757;
    font-weight: 300;
    margin-right: 30px;
  }
  .mobile-search {
    position: relative;
    padding-bottom: 20px;
  }
  .mobile-search input {
    width: 84%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #6b6969;
    font-size: 14px;
    margin: 0 8%;
    padding: 3px 50px 3px 10px;
    outline: none;
  }
  .mobile-search-icon {
    position: absolute;
    right: 7%;
    top: 0px;
    width: 38px;
    height: 38px;
  }
  .mobile-search-icon img {
    width: 22px;
    margin-bottom: -15px;
  }

  .mobile-nav-container {
    position: fixed;
    top: 58px;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
    transition: all ease-out 0.5s;
    /* transform: translate3d(-100%, 0, 0); */
    transform: translate3d(0, -120%, 0);
    height: auto;
    background: #fff;
    padding: 10px 0 30px 0;
    display: none;
    overflow: hidden;
  }
  .mobile-nav-container.actived {
    height: auto;
    transform: translate3d(0, 0, 0);
  }
  .mob-nav-list li {
    font-size: 14px;
    margin: 0 14% 0 16%;
    text-align: left;
    width: auto;
    position: relative;
  }
  .mob-nav-list li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 38px;
    color: #595757;
    font-weight: 300;
  }
  .submenu div a {
    font-size: 12px !important;
    color: #898989 !important;
    line-height: 34px !important;
  }
  .mob-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 0;
  }
  .mob-arrow-bottom {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 16px;
    z-index: 2;
  }
  .mob-arrow .mob-arrow-top {
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 2;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .banner-insert,
  .text {
    left: auto !important;
    right: 35px !important;
  }
  .sidebar-container {
    display: none;
  }
  .mob-banner-img {
    display: none;
  }

  /* 公共banner */
  .mob-banner-img {
    width: 100%;
    height: 240px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .banner img {
    display: none !important;
  }
  /* 手机端公共底部 */
  .mobile-footer {
    display: block;
  }
  .mobile-footer-icon {
    margin-bottom: 20px;
    text-align: center;
  }
  .mobile-footer-icon img {
    width: 34px;
    height: 34px;
    margin: 0 10px;
  }
  .footer-link {
    margin-bottom: 20px;
  }
  .footer-link ul {
    text-align: center;
    height: 30px;
    line-height: 30px;
  }
  .footer-link ul li {
    margin: 0 10px;
    font-size: 14px;
    color: #8f8f8f;
    display: inline-block;
  }
  .copyright {
    background: #eaeaea;
    padding: 20px 60px 40px 60px;
    text-align: center;
  }
  .copyright-text {
    font-size: 12px;
    font-weight: 400;
    color: #8f8f8f;
    margin-bottom: 3px;
  }
  .filing-icon {
    width: 12px;
  }
  .mobile-friendship-link {
    width: 80%;
    margin: 0 auto 30px auto;
    position: relative;
  }

  .mobile-friendship-link select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 10px;
    background: #f2f2f2;
    border: none;
    color: #8f8f8f;
    border-radius: 5px;
  }
  .mobile-friendship-link::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    top: 26px;
    right: 18px;
    border-bottom: 7px solid #8f8f8f;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    z-index: 9;
  }
  .mobile-friendship-link select option {
    background: #fff;
  }
  select:focus {
    outline: none;
  }
  .zoomImage {
    width: 100%;
    height: 0;
    margin: 0;
    padding-bottom: 64%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .mob-banner-none-img {
    display: none;
  }
  .heard {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer-bottom {
    display: block;
  }
  .text {
    padding: 20px 25px !important;
    width: auto;
  }
  .text-title {
    font-size: 15px;
  }
  .text-info {
    font-size: 12px;
    line-height: 18px;
  }
  .mui-poppicker-btn-ok {
    background: #dc162d;
    border: 2px solid #dc162d;
    color: #fff;
  }
  .text-triangle {
    top: 20px;
    border-right: 10px solid #fff;
    border-left: none;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }
}
@media screen and (max-width: 330px) {
  .banner-insert,
  .text {
    top: 25%;
  }
  .banner .banner-cate a {
    font-size: 13px;
  }
}
