<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
::-webkit-scrollbar{width:8px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset006pxrgba(0,0,0,.3);}
::-webkit-scrollbar-thumb{background:silver;-webkit-box-shadow:inset006pxrgba(0,0,0,.5)}
::-webkit-scrollbar-thumb:window-inactive{background:silver}
/* 隐藏默认的上下文菜单 */
body {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera, and Firefox */
}
/*字体*/
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1921px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 567px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'Arial';
  overflow-x: none;
  font-size: 16px;
  line-height: 1.5;
  color: #111111;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
#ascrail2000-hr {
  display: none!important;
}
.container {
  margin: 0 auto;
  width: 83.3333%;
  position: relative;
}
.newsbanner {
    margin-top: 0px;
    position: relative;
}
.text-con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.text1 {
    display: table;
    z-index: 9999;
    width: 100%;
    height: 100%;
}
.text1 p {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #fff;
    letter-spacing: 10px;
}


@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 74%;
}
@media (max-width: 1580px) {
  .container2 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .container2 {
    width: 90%;
  }
}
.container1524 {
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 1580px) {
  .container1524 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .container1524 {
    width: 90%;
  }
}
.container1300 {
  margin: 0 auto;
  width: 68%;
}
@media (max-width: 1580px) {
  .container1300 {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .container1300 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.transition {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.ptb120 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .ptb120 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt120 {
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .pt120 {
    padding-top: 1.2rem;
  }
}
.pb120 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .pb120 {
    padding-bottom: 1.2rem;
  }
}
.ptb140 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .ptb140 {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }
}
.pt140 {
  padding-top: 1.4rem;
}
@media (max-width: 767px) {
  .pt140 {
    padding-top: 1.2rem;
  }
}
.pb140 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .pb140 {
    padding-bottom: 1.2rem;
  }
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font18 {
    font-size: 0.3rem;
  }
}
.font20 {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font20 {
    font-size: 0.26rem;
  }
}
.font22 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font22 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .font22 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .font22 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 0.22rem;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .font24 {
    font-size: 0.32rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 1580px) {
  .font26 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .font26 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .font26 {
    font-size: 0.34rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 1580px) {
  .font28 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .font28 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .font28 {
    font-size: 0.34rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1199px) {
  .font30 {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .font30 {
    font-size: 0.36rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .font36 {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 0.36rem;
  }
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font60 {
    font-size: 0.5rem;
  }
}
.font66 {
  font-size: 0.66rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .font66 {
    font-size: 0.5rem;
  }
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #0071dc;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #0071dc;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #0071dc;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 导航 */
/* End */
/* 底部 */
.weitop {
  position: relative;
}
.weitop:before {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: left top;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq1.png);
  left: 0;
  top: -142.6px;
}
@media (max-width: 1580px) {
  .weitop:before {
    width: 80px;
    height: 400px;
    top: -92px;
  }
}
@media (max-width: 1199px) {
  .weitop:before {
    width: 60px;
    top: -69px;
  }
}
@media (max-width: 767px) {
  .weitop:before {
    display: none;
  }
}
.weibot {
  position: relative;
}
.weibot:after {
  content: "";
  display: block;
  width: 126px;
  height: 526px;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 2;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../images/dabugotbagfzq2.png);
  right: 0;
  bottom: -137.6px;
}
@media (max-width: 1580px) {
  .weibot:after {
    width: 80px;
    height: 400px;
    bottom: -92px;
  }
}
@media (max-width: 1199px) {
  .weibot:after {
    width: 60px;
    bottom: -69px;
  }
}
@media (max-width: 767px) {
  .weibot:after {
    display: none;
  }
}
/* End */
.basemenubut {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  width: 22px;
}
.basemenubut span {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 3px;
  background-color: #666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.basemenubut span:last-child {
  margin-bottom: 0;
}
.basemenubut span:nth-child(2) {
  width: 80%;
}
.basemenubut2 span:nth-child(1) {
  transform: rotate(45deg);
  margin: 0;
  margin-top: 2px;
}
.basemenubut2 span:nth-child(2) {
  display: none;
}
.basemenubut2 span:nth-child(3) {
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -2px;
}
/* 公共分页 */
.basepage {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .basepage {
    flex-wrap: wrap;
    padding: 0.4rem 0;
  }
}
.basepage .zong {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #161b27;
}
@media (max-width: 1580px) {
  .basepage .zong {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .zong {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .basepage .zong {
    order: 1;
  }
}
.basepage .zong span {
  color: #0071dc;
}
.basepage .zong .li {
  margin-right: 0.26rem;
}
.basepage .zong .li:last-child {
  margin-right: 0;
}
.basepage .page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .basepage .page {
    order: 0;
    width: 100%;
    max-width: 100%;
  }
}
.basepage .page a,
.basepage .page span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999999;
  border-radius: 5px;
  flex-shrink: 0;
  float: left;
  margin: 0 5px 10px;
}
@media (max-width: 991px) {
  .basepage .page a,
  .basepage .page span {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.basepage .page .active {
  border: 1px solid #0070dc;
  background-color: #0070dc;
  color: #fff;
}
.basepage .page .active:hover {
  border: 1px solid #0070dc;
  background-color: #0070dc;
  color: #fff;
}
.basepage .page .prev,
.basepage .page .next {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 7px;
  position: relative;
  background-color: transparent;
  color: #999999;
}
@media (max-width: 991px) {
}
.basepage .page .prev i,
.basepage .page .next i {
  display: block;
}
.basepage .page .prev img,
.basepage .page .next img,
.basepage .page .prev svg,
.basepage .page .next svg {
  width: 7px;
}
@media (max-width: 991px) {
  .basepage .page .prev img,
  .basepage .page .next img,
  .basepage .page .prev svg,
  .basepage .page .next svg {
    width: 6px;
  }
}
.basepage .page .prev img path,
.basepage .page .next img path,
.basepage .page .prev svg path,
.basepage .page .next svg path {
  fill: #cccccc;
}
.basepage .page .prev:hover,
.basepage .page .next:hover {
  background-color: #edf4fe;
}
.basepage .page .prev i {
  margin-right: 8px;
}
.basepage .page .next i {
  margin-left: 8px;
}
.basepage .page a:hover {
  background-color: #edf4fe;
}
.basepage .beforew {
  display: flex;
  align-items: center;
  color: #161b27;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew {
    font-size: 14px;
  }
}
.basepage .beforew input {
  width: 50px;
  height: 32px;
  border-radius: 3px;
  border: solid 1px #dfe2eb;
  color: #161b27;
  margin: 0 10px;
  text-align: center;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 18px;
}
@media (max-width: 1580px) {
  .basepage .beforew input {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .basepage .beforew input {
    font-size: 14px;
  }
}
/* 导航 */
.hadheight {
  display: none;
  background-color: #fff;
  height: 118px;
}
@media (max-width: 1580px) {
  .hadheight {
    height: 81px;
  }
}
@media (max-width: 991px) {
  .hadheight {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .hadheight {
    height: 60px;
  }
}
.hadbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 666;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec1 {
  transition: all 0.3s linear;
  line-height: 118px;
  height: 118px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 {
    height: 80px;
    line-height: 80px;
  }
}
@media (max-width: 991px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
  .hadbox-sec1 .lt .logo img {
    float: left;
    width: 50% !important;
	}
}
.hadbox-sec1 .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .hadbox-sec1 .container {
    width: 93.75%;
    max-width: 1800px;
  }
}
.hadbox-sec1 .heaShow {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.hadbox-sec1 .lt {
  display: flex;
  align-items: center;
  height: 100%;
}
.hadbox-sec1 .lt .logo {
  display: block;
  width: 180px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .lt .logo {
    width: 150px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .lt .logo {
    width: 120px;
  }
}
@media (max-width: 567px) {
  .hadbox-sec1 .lt .logo {
    width: 200px;
  }
}
.hadbox-sec1 .lt .logo img {
  float: left;
  width: 100%;
}
.hadbox-sec1 .lt .logo img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox {
    display: none;
  }
}
.hadbox-sec1 .f_navbox li {
  position: relative;
}
.hadbox-sec1 .f_navbox li .tit {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 17px;
  position: relative;
  font-weight: bold;
  padding: 0 0.2rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit {
    font-size: 15px;
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .f_navbox li .tit {
    padding: 0 10px;
  }
}
.hadbox-sec1 .f_navbox li .tit i {
  display: block;
  overflow: hidden;
  transition: all 0.4s;
  opacity: 0.5;
  margin-left: 10px;
  width: 7px;
  font-size: 13px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit i {
    margin-left: 6px;
    font-size: 11px;
  }
}
.hadbox-sec1 .f_navbox li .tit i svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i svg path {
  fill: #666666;
}
.hadbox-sec1 .f_navbox li .tit i img {
  width: 100%;
  float: left;
}
.hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: none;
}
.hadbox-sec1 .f_navbox li .tit span {
  position: relative;
  display: block;
}
.hadbox-sec1 .f_navbox li .tit span:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 36%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  background-color: #0071dc;
  height: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li .tit span:after {
    height: 2px;
    bottom: 30%;
  }
}
.hadbox-sec1 .f_navbox li ul {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  width: 180px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  text-align: center;
  border-top: 1px solid rgba(0, 0 0, 0.4);
  display: none;
}
.hadbox-sec1 .f_navbox li ul &gt; li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.hadbox-sec1 .f_navbox li ul &gt; li:last-child {
  border-bottom: none;
}
.hadbox-sec1 .f_navbox li ul &gt; li a {
  font-size: 14px;
  color: #333;
}
.hadbox-sec1 .f_navbox li ul &gt; li a:hover {
  color: #0071dc;
}
.hadbox-sec1 .f_navbox li .hover1 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 598px;
  padding: 0.28rem 0.12rem 0.28rem 0.3rem;
  padding: 0.28rem 0.21rem;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 2px 68px 0px rgba(160, 171, 196, 0.26);
  border: 1px solid #fff;
  border-radius: 15px;
  line-height: 1.4;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(100%) blur(7px);
  display: none;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0 -0.14rem;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item {
  width: 38.447%;
  width: 33.333%;
  padding: 0 0.14rem;
  flex: 1 1 auto;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .ftit {
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
  padding-bottom: 0.14rem;
  border-bottom: 1px dashed #efefef;
  margin-bottom: 8px;
  display: block;
  transition: all 0.4s;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .ftit:hover {
  color: #0071dc;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .linke {
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .linke a {
  font-size: 18px;
  color: #666666;
  display: block;
  padding: 14px 0.1rem;
  transition: all 0.4s;
  width: 100%;
  position: relative;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .linke a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 10px;
  height: 56px;
  transition: background 0.4s, height 0.4s 0.2s;
  width: calc(100% + 15px);
  width: 100%;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .linke a span {
  position: relative;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .linke a:hover {
  color: #0071dc;
}
.hadbox-sec1 .f_navbox li .hover1 .fzjut .item .list .linke a:hover:before {
  background-color: rgba(0, 113, 220, 0.1);
}
.hadbox-sec1 .f_navbox li .hover2 {
  width: auto;
}
.hadbox-sec1 .f_navbox li .hover2 .fzjut .item:nth-child(1) {
  width: 480px;
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li:hover .tit {
  color: #0071dc;
}
.hadbox-sec1 .f_navbox li:hover .tit i {
  transform: rotate(180deg);
  opacity: 1;
}
.hadbox-sec1 .f_navbox li:hover .tit i svg path {
  fill: #0071dc;
}
.hadbox-sec1 .f_navbox li:hover .tit span:after {
  width: 100%;
}
@media (max-width: 1580px) {
}
.hadbox-sec1 .f_navbox li:hover .fz_hover {
  visibility: visible;
  line-height: 80px;
  height: 80px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .f_navbox li:hover .fz_hover {
    line-height: 60px;
    height: 60px;
  }
}
.hadbox-sec1 .f_navbox li:hover .hover1 {
  display: block;
}
.hadbox-sec1 .f_navbox li.on .tit {
  color: #0071dc;
}
.hadbox-sec1 .gt {
  display: flex;
  height: 100%;
  align-items: center;
}
.hadbox-sec1 .gt .lange {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 0 0.15rem;
  margin-right: 0.15rem;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange {
    padding: 0;
  }
}
.hadbox-sec1 .gt .lange .tit {
  display: flex;
  align-items: center;
  color: #fff;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .tit {
    font-size: 14px;
  }
}
.hadbox-sec1 .gt .lange .tit i,
.hadbox-sec1 .gt .lange .tit b {
  display: flex;
  overflow: hidden;
}
.hadbox-sec1 .gt .lange .tit i img,
.hadbox-sec1 .gt .lange .tit b img,
.hadbox-sec1 .gt .lange .tit i svg,
.hadbox-sec1 .gt .lange .tit b svg {
  width: 100%;
  max-height: 100%;
  float: left;
}
.hadbox-sec1 .gt .lange .tit i img:nth-child(2),
.hadbox-sec1 .gt .lange .tit b img:nth-child(2),
.hadbox-sec1 .gt .lange .tit i svg:nth-child(2),
.hadbox-sec1 .gt .lange .tit b svg:nth-child(2) {
  display: none;
}
.hadbox-sec1 .gt .lange .tit i {
  width: 24px;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit i {
    width: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .tit i {
    display: none;
  }
}
.hadbox-sec1 .gt .lange .tit b {
  width: 10px;
  height: 20px;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .tit b {
    width: 8px;
    margin-right: 8px;
  }
}
.hadbox-sec1 .gt .lange .tit b svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .lange .f_na {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 140px;
  padding: 12px 15px;
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na {
    padding: 8px 10px;
    width: 120px;
    left: 29%;
  }
}
.hadbox-sec1 .gt .lange .f_na a {
  line-height: 40px;
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  white-space: nowrap;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .lange .f_na a {
    font-size: 12px;
    line-height: 32px;
  }
}
.hadbox-sec1 .gt .lange .f_na a:last-child {
  border-bottom: none;
}
.hadbox-sec1 .gt .lange .f_na a:hover {
  color: #0071dc;
}
.hadbox-sec1 .gt .lange:hover .f_na {
  display: block;
}
.hadbox-sec1 .gt .search1 {
  display: flex;
  align-items: center;
  margin-left: 0.4rem;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 {
    display: none;
  }
}
.hadbox-sec1 .gt .search1 a {
  display: block;
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .search1 a {
    width: 16px;
  }
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .search1 a {
    width: 14px;
  }
}
.hadbox-sec1 .gt .search1 a svg {
  width: 100%;
  float: left;
}
.hadbox-sec1 .gt .search1 a svg path {
  fill: #666666;
}
.hadbox-sec1 .gt .but {
  position: relative;
  line-height: 1.2;
  border-radius: 21px;
  margin-left: 1.85rem;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#0071dc, #0071dc);
  background-blend-mode: normal,
					normal;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .hadbox-sec1 .gt .but {
    border-radius: 18px;
    display: none;
  }
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .but {
    margin-left: 0.3rem;
    display: none;
  }
}
.hadbox-sec1 .gt .but .tit {
  display: flex;
  align-items: center;
  width: 130px;
  width: 106px;
  height: 42px;
  cursor: pointer;
  justify-content: center;
  font-size: 14px;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .hadbox-sec1 .gt .but .tit {
    width: 90px;
    height: 26px;
    font-size: 12px;
  }
}
.hadbox-sec1 .gt .but .tit i {
  display: block;
  width: 7px;
  margin-left: 10px;
}
.hadbox-sec1 .gt .but .tit i svg {
  float: left;
  width: 100%;
}
.hadbox-sec1 .gt .but .tit i svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .but .f_hover {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  background-color: #f2f7ff;
  border-radius: 0.2rem;
  padding: 14px 12px;
  display: none;
}
@media (max-width: 767px) {
}
.hadbox-sec1 .gt .but .f_hover a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #333333;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  padding: 10px 0.12rem;
}
@media (max-width: 1580px) {
  .hadbox-sec1 .gt .but .f_hover a {
    font-size: 12px;
    padding: 6px 0.12rem;
  }
}
.hadbox-sec1 .gt .but .f_hover a:last-child {
  margin-bottom: 0;
}
.hadbox-sec1 .gt .but .f_hover a:hover {
  opacity: 1;
  color: #0071dc;
  background-color: rgba(5, 96, 216, 0.06);
}
.hadbox-sec1 .gt .but.on .tit i {
  transform: rotate(180deg);
}
.hadbox-sec1 .gt .qie {
  margin-left: 0.5rem;
}
@media (min-width: 1200px) {
  .hadbox-sec1 .gt .qie {
    display: none;
  }
}
.hadbox-sec2 {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
  height: 100vh;
  height: calc(100vh - 60px);
  background-color: #fff;
  display: none;
}
.hadbox-sec2 .container {
  position: relative;
}
@media (max-width: 1199px) {
  .hadbox-sec2 .container {
    height: 100%;
    padding: 0 ;
  }
}
@media (max-width: 1199px) {
}
.hadbox-sec2 .container .f_portrait {
  width: 120px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #0071dc;
  border-radius: 20px;
  font-size: 14px;
  position: relative;
}
.hadbox-sec2 .container .f_portrait i {
  display: block;
  width: 7px;
  margin-left: 10px;
}
.hadbox-sec2 .container .f_portrait i svg {
  width: 100%;
  float: left;
}
.hadbox-sec2 .container .f_portrait i svg path {
  fill: #fff;
}
.hadbox-sec2 .container .f_portrait .f_hover {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  background-color: #f2f7ff;
  border-radius: 0.2rem;
  padding: 14px 12px;
  display: none;
}
@media (max-width: 767px) {
}
.hadbox-sec2 .container .f_portrait .f_hover a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #333333;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  padding: 10px 0.24rem;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .f_portrait .f_hover a {
    font-size: 12px;
    padding: 6px 0.24rem;
  }
}
.hadbox-sec2 .container .f_portrait .f_hover a:last-child {
  margin-bottom: 0;
}
.hadbox-sec2 .container .f_portrait .f_hover a:hover {
  opacity: 1;
  color: #0071dc;
  background-color: rgba(5, 96, 216, 0.06);
}
.hadbox-sec2 .container .f_portrait.on .f_tit i {
  transform: rotate(180deg);
}
.hadbox-sec2 .container .fzsearch {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 30px;
  background-color: #f2f5fa;
  padding-left: 30px;
  padding-right: 20px;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .fzsearch {
    border-radius: 26px;
    padding-left: 26px;
    padding-right: 16px;
  }
}
.hadbox-sec2 .container .fzsearch input {
  padding: 20px 0;
  width: calc(100% - 28px);
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .fzsearch input {
    padding: 16px 0;
    width: calc(100% - 26px);
  }
}
.hadbox-sec2 .container .fzsearch .f_sub {
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .hadbox-sec2 .container .fzsearch .f_sub {
    width: 16px;
  }
}
.hadbox-sec2 .container .fzsearch .f_sub img,
.hadbox-sec2 .container .fzsearch .f_sub svg {
  width: 100%;
  float: left;
}
.hadbox-sec2 .container .fzsearch .f_sub svg path {
  fill: #737374;
}
.hadbox-sec2 .container .navbox {
  padding: 0.6rem 0;
  line-height: 60px;
  height: 100%;
}
.hadbox-sec2 .container .navbox &gt; ul {
  height: calc(100% - 140px);
  margin-bottom: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hadbox-sec2 .container .navbox &gt; ul li {
  list-style: none;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li {
  border-bottom: 1px solid #ddd;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li .tit {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li .tit i {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 20px;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li .tit i img,
.hadbox-sec2 .container .navbox &gt; ul &gt; li .tit i svg {
  float: left;
  width: 12px;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li .tit i img path,
.hadbox-sec2 .container .navbox &gt; ul &gt; li .tit i svg path {
  fill: #333;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul {
  line-height: 35px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: none;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul &gt; li &gt; a {
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul &gt; li &gt; a i {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 20px;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul &gt; li &gt; a i img,
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul &gt; li &gt; a i svg {
  float: left;
  width: 12px;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul &gt; li &gt; a i img path,
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul &gt; li &gt; a i svg path {
  fill: #333;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul li.active a i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li ul li.on a {
  color: #0071dc;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li.active .tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li.on .tit {
  color: #0071dc;
}
.hadbox-sec2 .container .navbox &gt; ul &gt; li.on .tit i svg path {
  fill: #0071dc;
}
.hadbox-sec3 {
  position: absolute;
  top: -100%;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hadbox-sec3.active {
  top: 0;
}
.hadbox-sec3 .container {
  height: 100%;
}
.hadbox-sec3 .cont {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin: 0 auto;
}
.hadbox-sec3 .cont .form {
  display: flex;
  align-items: center;
  width: calc(100% - 36px);
  border-radius: 30px;
  border: 1px solid #0071dc;
  padding: 0 30px;
  overflow: hidden;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form {
    padding: 0 24px;
  }
}
@media (max-width: 1580px) {
  .hadbox-sec3 .cont .form {
    width: calc(100% - 28px);
  }
}
.hadbox-sec3 .cont .form .f_sub {
  outline: none;
  width: 20px;
  border: none;
  background: transparent;
  overflow: hidden;
  height: 30px;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form .f_sub {
    width: 16px;
  }
}
.hadbox-sec3 .cont .form .f_sub img,
.hadbox-sec3 .cont .form .f_sub svg {
  width: 100%;
  float: left;
}
.hadbox-sec3 .cont .form .f_sub img path,
.hadbox-sec3 .cont .form .f_sub svg path {
  fill: #666;
}
.hadbox-sec3 .cont .form .f_sub svg {
  max-height: 100%;
  margin-top: 2px;
}
.hadbox-sec3 .cont .form .int {
  outline: none;
  width: 80%;
  width: calc(100% - 20px);
  padding: 16px 0;
  font-size: 16px;
  border: none;
  background-color: transparent;
  color: #999999;
  padding-left: 20px;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .form .int {
    font-size: 14px;
    padding: 12px 0;
    padding-left: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 991px) {
  .hadbox-sec3 .cont .form .int {
    padding: 10px 0;
    padding-left: 12px;
  }
}
.hadbox-sec3 .cont .f_close {
  overflow: hidden;
  width: 16px;
  display: block;
}
@media (max-width: 1900px) {
  .hadbox-sec3 .cont .f_close {
    width: 14px;
  }
}
.hadbox-sec3 .cont .f_close img {
  float: left;
  width: 100%;
}
.hadbox.f_ac {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}
.hadbox.f_ac .hadbox-sec1 {
  height: 80px;
  line-height: 80px;
}
@media (max-width: 1580px) {
  .hadbox.f_ac .hadbox-sec1 {
    height: 60px;
    line-height: 60px;
  }
}
.hadbox.f_ac .hadbox-sec1 .f_navbox li .tit span:after {
  bottom: 30%;
}
.hadbox2 .hadbox-sec1 {
  background-color: #fff;
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .lt .text {
  color: #999999;
  opacity: 1;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit {
  color: #333333;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(1) {
  display: none;
}
.hadbox2 .hadbox-sec1 .f_navbox li .tit i img:nth-child(2) {
  display: block;
}
.hadbox2 .hadbox-sec1 .f_navbox li.on .tit {
  color: #0071dc;
}
.hadbox2 .hadbox-sec1 .f_navbox li:hover .tit {
  color: #0071dc;
}
.hadbox2 .hadbox-sec1 .gt .lange {
  border-color: #f1f1f1;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit span {
  opacity: 1;
  color: #333333;
}
.hadbox2 .hadbox-sec1 .gt .lange .tit b img path,
.hadbox2 .hadbox-sec1 .gt .lange .tit b svg path {
  fill: #e5e5e5;
}
.hadbox2 .hadbox-sec1 .gt .shop .tit svg path {
  fill: #0071dc;
}
.hadbox2 .hadbox-sec1 .gt .search1 .tit svg path {
  fill: #666;
}
.hadbox2 .hadbox-sec1 .gt .qie span {
  background-color: #666;
}
.hadbox3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* End */
/* 面包屑 */
.breadbox {
  background-color: #fff;
  display: none;
}
@media (max-width: 767px) {
  .breadbox {
    display: none;
  }
}
.breadbox .f_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.48rem 0;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
  .breadbox .f_cont {
    padding: 12px 0;
  }
}
.breadbox .f_cont .lt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.breadbox .f_cont a,
.breadbox .f_cont span {
  font-size: 16px;
  line-height: 26px;
  color: #999;
  zoom: 1;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a,
  .breadbox .f_cont span {
    font-size: 14px;
    line-height: 24px;
  }
}
.breadbox .f_cont a:after,
.breadbox .f_cont span:after {
  content: '';
  display: block;
  clear: both;
}
.breadbox .f_cont a img,
.breadbox .f_cont span img {
  float: left;
  width: 20px;
}
@media (max-width: 1580px) {
  .breadbox .f_cont a img,
  .breadbox .f_cont span img {
    width: 18px;
  }
}
.breadbox .f_cont span {
  width: 6px;
  margin: 0 4px;
  display: block;
}
@media (max-width: 1580px) {
}
@media (max-width: 991px) {
}
.breadbox .f_cont span img,
.breadbox .f_cont span svg {
  width: 10px;
}
.breadbox .f_cont span img path,
.breadbox .f_cont span svg path {
  fill: #999999;
}
.breadbox .f_cont span svg {
  height: 10px;
}
.breadbox .f_cont .on {
  color: #0071dc;
}
.breadbox .f_cont a:last-child {
  color: #0071dc;
}
@media (max-width: 991px) {
  .breadbox .f_cont a:last-child {
    max-width: 33.333%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
  }
}
@media (max-width: 375px) {
  .breadbox .f_cont a:last-child {
    max-width: 28%;
  }
}
.breadbox .f_cont .wofe {
  display: flex;
}
.breadbox .f_cont .wofe .li {
  display: flex;
  align-items: flex-start;
  padding: 0 6px;
  border: 1px solid #4070f4;
  line-height: 24px;
  font-size: 14px;
  color: #0071dc;
}
.breadbox .f_cont .wofe .li a {
  line-height: 1;
}
/* 文本编辑详情页 */
.make-text {
  line-height: 1.6666;
  color: #666666;
  font-size: 18px;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
}
@media (max-width: 1580px) {
  .make-text {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
}
.make-text img {
  max-width: 100%;
  height: auto!important;
}
.make-text table td {
  border: 1px solid #ddd;
}
.make-text ul,
.make-text li,
.make-text ol {
  list-style: inherit;
}
.make-text ul {
  padding-left: 20px;
}
.make-text h1,
.make-text h2,
.make-text h3,
.make-text h4,
.make-text h5,
.make-text h6 {
  font-weight: revert;
  line-height: 1.416666;
  font-size: 0.24rem;
  font-weight: 500;
  color: #222222;
}
@media (max-width: 1580px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .make-text h1,
  .make-text h2,
  .make-text h3,
  .make-text h4,
  .make-text h5,
  .make-text h6 {
    font-size: 16px!important;
    line-height: 1.3;
  }
}
.make-text a {
  color: #0071dc;
  text-decoration: none!important;
}
@media (min-width: 768px) {
  .make-text h5,
  .make-text h6 {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .make-text h5,
  .make-text h6 {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .make-text h5,
  .make-text h6 {
    font-size: 16px;
  }
}
.make-text p,
.make-text span {
  font-size: 18px;
  font-family: 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  color: #666666;
}
@media (max-width: 1580px) {
  .make-text p,
  .make-text span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .make-text p,
  .make-text span {
    line-height: 24px;
    font-size: 16px!important;
  }
}
.bsTop {
  width: 100%!important;
}
.bsFrameDiv &gt; div {
  height: 208px!important;
}
.bsFrameDiv img {
  margin: 16px!important;
}
.base_img {
  position: relative;
}
.base_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.base_img:before {
  content: "";
  display: block;
}
/* 法律声明 */
.privacybox {
  padding-top: 0.6rem;
}
.privacybox .tit {
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.privacybox .make-text {
  padding-top: 0.34rem;
  border-top: 1px solid #f0f0f0;
}
.privacybox .container {
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .privacybox .container {
    padding: 0;
  }
}
/* End */
/* 网站地图 */
.sitmapbox {
  padding-top: 0.6rem;
}
.sitmapbox .fz_tit {
  font-size: 0.48rem;
  text-align: center;
  margin-bottom: 0.18rem;
}
.sitmapbox .cont {
  padding: 0 2rem;
}
@media (max-width: 1199px) {
  .sitmapbox .cont {
    padding: 0 1rem;
  }
}
@media (max-width: 991px) {
  .sitmapbox .cont {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .sitmapbox .cont {
    padding: 0;
  }
}
.sitmapbox .cont .item {
  width: 100%;
  padding-bottom: 0.34rem;
  margin-bottom: 0.26rem;
  border-bottom: 1px solid #f0f0f0;
}
.sitmapbox .cont .item .tit {
  color: #333;
}
.sitmapbox .cont .item .jut {
  padding-top: 0.18rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sitmapbox .cont .item .jut .li {
  width: 20%;
  padding-right: 10px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li {
    width: 50%;
  }
}
.sitmapbox .cont .item .jut .li .name {
  font-size: 16px;
  color: #333;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li .name {
    font-size: 14px;
  }
}
.sitmapbox .cont .item .jut .li .nei {
  margin-top: 10px;
}
.sitmapbox .cont .item .jut .li .nei a {
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .sitmapbox .cont .item .jut .li .nei a {
    font-size: 12px;
  }
}
.sitmapbox .cont .item .jut .li .nei a:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .sitmapbox .cont .item .jut .li .nei a:hover {
    color: #0071dc;
  }
}
/* End */
/* 404 */
.f_cuo {
  background-color: #d8e5fc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem 0;
  overflow: hidden;
  position: relative;
}
.f_cuo .container {
  margin: 0;
  position: relative;
  z-index: 2;
}
.f_cuo .cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.f_cuo .cont img {
  max-width: 100%;
  margin-bottom: 0.28rem;
}
.f_cuo .cont .text {
  padding-top: 0;
  margin-bottom: 0.44rem;
}
@media (max-width: 767px) {
  .f_cuo .cont .text {
    margin-bottom: 30px;
  }
}
.f_cuo .cont .tit {
  color: #444444;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.14rem;
}
.f_cuo .cont .tit .f_time {
  color: #fcba30;
}
.f_cuo .cont .but {
  width: 180px;
  height: 50px;
  color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-size: 100% 100%;
}
@media (max-width: 1580px) {
  .f_cuo .cont .but {
    font-size: 14px;
    width: 140px;
    height: 45px;
  }
}
.f_cuo:before,
.f_cuo:after {
  content: "";
  display: block;
  width: 70%;
  padding-bottom: 70%;
  border-radius: 50%;
  background-color: #d1e1fb;
  position: absolute;
  animation: transzh 8s linear infinite;
}
.f_cuo:before {
  left: -40%;
  top: -80%;
}
@media (max-width: 767px) {
  .f_cuo:before {
    left: -30%;
    top: -30%;
  }
}
.f_cuo:after {
  right: -40%;
  bottom: -80%;
  animation-delay: 0.6s;
}
@media (max-width: 767px) {
  .f_cuo:after {
    right: -30%;
    bottom: -30%;
  }
}
/* End */
/* 底部 */
.fotbox {
  background: #08162a;
  position: relative;
  z-index: 12;
  padding-top: 0.84rem;
}
@media (max-width: 767px) {
  .fotbox {
    z-index: 8;
  }
  .newsbanner img {object-fit: cover;height: 200px;}
}
.fotbox .fot1 .container {
  margin-bottom: 0.88rem;
}
.fotbox .fot1 .container .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1580px) {
}
.fotbox .fot1 .container .cont .lt {
  width: 31.25%;
  color: #fff;
  padding-right: 0.68rem;
  padding-right: 0.4rem;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt {
    width: 41.25%;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .container .cont .lt {
    width: 42%;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .container .cont .lt {
    width: 30%;
    padding-right: 0.26rem;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .lt {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.82rem;
  }
}
.fotbox .fot1 .container .cont .lt .f_logo {
  height: 46px;
  width: 100%;
  display: block;
  margin-bottom: 0.66rem;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt .f_logo {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .container .cont .lt .f_logo {
    height: 36px;
  }
}
.fotbox .fot1 .container .cont .lt .f_logo img {
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.fotbox .fot1 .container .cont .lt .tit {
  font-size: 18px;
  margin-top: 6px;
  opacity: 0.3;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
}
.fotbox .fot1 .container .cont .lt .text {
  opacity: 0.3;
  font-size: 16px;
  margin-bottom: 0.16rem;
  text-align: justify;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .lt .text {
    margin-bottom: 0.3rem;
    font-size: 14px;
  }
}
.fotbox .fot1 .container .cont .lt .form {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  color: #646d7a;
  border-radius: 30px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt .form {
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .lt .form {
    height: 0.88rem;
    border-radius: 0.5rem;
  }
}
.fotbox .fot1 .container .cont .lt .form input {
  width: calc(100% - 27.53%);
  height: 100%;
  padding: 16px 0.35rem;
  color: #fff;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt .form input {
    padding: 12px 0.35rem;
    font-size: 14px;
  }
}
.fotbox .fot1 .container .cont .lt .form .f_sub {
  width: 27.53%;
  height: 101%;
  background-color: #0071dc;
  border-radius: 30px;
  margin-left: 0px;
  color: #fff;
  position: relative;
}
.fotbox .fot1 .container .cont .lt .form:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  background-color: #212e40;
}
.fotbox .fot1 .container .cont .lt .fz_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 109px;
  height: 42px;
  border-radius: 21px;
  border: solid 1px #848b95;
  color: #b5bac0;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .lt .fz_but {
    width: 100px;
    height: 40px;
    font-size: 14px;
    border-radius: 20px;
  }
}
.fotbox .fot1 .container .cont .lt .fz_but:hover {
  background-color: #0071dc;
  color: #fff;
  border-color: #0071dc;
}
.fotbox .fot1 .container .cont .gt {
  display: flex;
  justify-content: space-between;
  width: 37.5%;
  flex-wrap: wrap;
  width: 56.25%;
  border-left: 1px solid #1b283b;
  padding-left: 13.875%;
  padding-left: 4%;
}
@media (max-width: 1580px) {
}
@media (max-width: 1199px) {
  .fotbox .fot1 .container .cont .gt {
    width: 54%;
    padding-left: 3%;
  }
}
@media (max-width: 991px) {
  .fotbox .fot1 .container .cont .gt {
    width: 68%;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.fotbox .fot1 .container .cont .gt .item {
  width: 30%;
  padding-right: 0.16rem;
}
.fotbox .fot1 .container .cont .gt .item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .fotbox .fot1 .container .cont .gt .item:last-child {
    margin-bottom: 0;
  }
}
.fotbox .fot1 .container .cont .gt .item .tit {
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .tit {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .tit {
    margin-bottom: 6px;
  }
}
.fotbox .fot1 .container .cont .gt .item .tit i {
  display: none;
  width: 7px;
}
@media (min-width: 768px) {
  .fotbox .fot1 .container .cont .gt .item .tit i {
    display: none;
  }
}
.fotbox .fot1 .container .cont .gt .item .tit i svg {
  width: 100%;
  float: left;
}
.fotbox .fot1 .container .cont .gt .item .tit i svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .jut {
    display: flex;
    flex-wrap: wrap;
  }
}
.fotbox .fot1 .container .cont .gt .item .jut a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .jut a {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .jut a {
    margin-right: 0.36rem;
    width: 100%;
    width: auto;
    font-size: 14px;
  }
}
.fotbox .fot1 .container .cont .gt .item .jut a:hover {
  opacity: 1;
}
.fotbox .fot1 .container .cont .gt .item .text {
  word-wrap: break-word;
  word-break: break-all;
  color: #ffffff;
  opacity: 0.6;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0.28rem;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .text {
    margin-bottom: 0.22rem;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_select {
  width: 100%;
  /*margin-left: 13%;*/
  position: relative;
  margin-bottom: 0.4rem;
}
.fotbox .fot1 .container .cont .gt .item .fz_select .f_tit {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  width: 100%;
  background-color: #212e40;
  border-radius: 25px;
  padding: 0.1rem 0.2rem;
  color: #9097a0;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .f_tit {
    font-size: 14px;
    height: 46px;
    border-radius: 23px;
  }
}
@media (max-width: 1199px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .f_tit {
    height: 42px;
    border-radius: 21px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .f_tit {
    padding: 0.1rem 0.4rem;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_select .f_tit i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 15px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .f_tit i {
    width: 13px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .f_tit i {
    width: 10px;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_select .f_tit i img,
.fotbox .fot1 .container .cont .gt .item .fz_select .f_tit i svg {
  width: 100%;
  float: left;
}
.fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  background-color: #212e40;
  border-radius: 0.2rem;
  padding: 14px 16px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: none;
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut {
    line-height: 35px;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #fff;
  opacity: 0.4;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 18px;
  display: block;
  padding: 14px 16px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut a {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut a {
    padding: 12px 14px;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut a:last-child {
  margin-bottom: 0;
}
.fotbox .fot1 .container .cont .gt .item .fz_select .fzq_jut a:hover {
  opacity: 1;
  background-color: #0071dc;
}
.fotbox .fot1 .container .cont .gt .item .fz_select.on .f_tit i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fotbox .fot1 .container .cont .gt .item .fz_list {
  display: flex;
  justify-content: space-between;
  /*padding: 0 10px;*/
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list {
    justify-content: flex-start;
    text-align: center;
    justify-content: center;
  }
}
@media (max-width: 376px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list .li {
    margin-right: 0.42rem;
    text-align: center;
  }
  .fotbox .fot1 .container .cont .gt .item .fz_list .li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 567px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list .li {
    margin-right: 0.2rem;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_list .li .img {
  width: 0.75rem;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list .li .img {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list .li .img {
    width: 1.3rem;
  }
}
.fotbox .fot1 .container .cont .gt .item .fz_list .li .img img {
  width: 100%;
  float: left;
}
.fotbox .fot1 .container .cont .gt .item .fz_list .li .text {
  color: #ffffff;
  line-height: 1;
  opacity: 0.3;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list .li .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .item .fz_list .li .text {
    font-size: 12px;
  }
}
.fotbox .fot1 .container .cont .gt .fz_nei {
  width: 36%;
  /*width: 30%;*/
  flex: 0 0 auto;
  flex-shrink: 0;
  /*margin-left: 0.4rem;*/
}
@media (max-width: 1199px) {
  .fotbox .fot1 .container .cont .gt .fz_nei {
    width: 46%;
    /*width: 40%;*/
  }
}
@media (max-width: 767px) {
  .fotbox .fot1 .container .cont .gt .fz_nei {
    margin-left: 0;
    width: 50%;
    width: 100%;
  }
}
.fotbox .fot1 .container .cont .gt .fz_nei .tit {
  margin-bottom: 0.22rem;
}
.fotbox .fot1 .container .zhong {
  display: flex;
  color: #fff;
  padding-bottom: 24px;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .zhong {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.fotbox .fot1 .container .zhong .name {
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .zhong .name {
    margin-right: 16px;
  }
}
.fotbox .fot1 .container .zhong .list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .zhong .list {
    width: calc(100% - 90px);
  }
}
.fotbox .fot1 .container .zhong .list a {
  display: block;
  color: #0071dc;
  margin-right: 16px;
}
@media (max-width: 1580px) {
  .fotbox .fot1 .container .zhong .list a {
    margin-right: 12px;
    font-size: 14px;
  }
}
.fotbox .fot2 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}
@media (max-width: 1580px) {
  .fotbox .fot2 {
    padding-top: 16px 0;
  }
}
.fotbox .fot2 .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt {
    width: 100%;
    order: 1;
    margin-top: 0.22rem;
  }
}
.fotbox .fot2 .container .lt a,
.fotbox .fot2 .container .lt span {
  color: #fff;
  font-size: 16px;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .lt a,
  .fotbox .fot2 .container .lt span {
    font-size: 12px;
  }
}
.fotbox .fot2 .container .lt a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.fotbox .fot2 .container .lt a:hover {
  opacity: 1;
}
.fotbox .fot2 .container .gt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fotbox .fot2 .container .gt {
    width: 100%;
    justify-content: space-between;
  }
}
.fotbox .fot2 .container .gt .list {
  display: flex;
  align-items: center;
}
.fotbox .fot2 .container .gt .list a {
  display: inline-block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #fff;
  opacity: 0.3;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .container .gt .list a {
    font-size: 14px;
  }
}
.fotbox .fot2 .container .gt .list a:last-child {
  margin-right: 0;
}
.fotbox .fot2 .container .gt .list a:hover {
  opacity: 1;
}
.fotbox .fot2 .container .gt .list span {
  color: #fff;
  display: block;
  opacity: 0.2;
  margin: 0 10px;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .container .gt .list span {
    margin: 0 8px;
  }
}
.fotbox .fot2 .container .gt .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 39px;
  color: #ffc220;
  font-size: 14px;
  border-radius: 19px;
  border: solid 1px #ffc220;
  margin-left: 0.42rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .fotbox .fot2 .container .gt .but {
    width: 90px;
    height: 32px;
    border-radius: 16px;
  }
}
.fotbox .fot2 .container .gt .but:hover {
  background-color: #ffc220;
  color: #666;
}
/* End */
body {
  overflow-x: hidden;
}
/* 首页 */
@keyframes margrinr {
  0% {
    margin-right: 0.15rem;
  }
  25% {
    margin-right: -0.15rem;
  }
  50% {
    margin-right: 0.15rem;
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.hm_but {
  position: relative;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  min-width: 135px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 58px;
  padding: 0 0.28rem;
  font-size: 20px;
  border-radius: 32px;
}
@media (max-width: 1900px) {
  .hm_but {
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .hm_but {
    font-size: 14px;
    min-width: 120px;
    height: 42px;
    border-radius: 21px;
  }
}
@media (max-width: 767px) {
  .hm_but {
    min-width: 100px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .hm_but {
    min-width: 110px;
    height: 42px;
    font-size: 16px;
  }
}
.hm_but i,
.hm_but span {
  position: relative;
}
.hm_but i {
  display: block;
  width: 11px;
  margin-left: 10px;
}
.hm_but i svg {
  width: 100%;
  float: left;
}
.hm_but i svg path {
  fill: #333;
}
.hm_but:before {
  content: "";
  display: block;
  background-color: #ffc220;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 32px;
}
@media (max-width: 1199px) {
  .hm_but:before {
    border-radius: 21px;
  }
}
.hm_but:hover {
  opacity: 0.8;
}
.hm_but:hover:before {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.hm_but2 {
  color: #fff;
}
.hm_but2:before {
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#0071dc, #0071dc);
  background-blend-mode: normal,
				normal;
}
.hm_but2 i svg path {
  fill: #fff;
}
.hm_but2:hover {
  color: #fff;
}
.hm_but3 {
  color: #0071dc;
}
.hm_but3:before {
  background-color: #ffffff;
}
.hm_but3 {
  color: #0071dc;
}
.hm_but3:before {
  background-color: #ffffff;
}
.hm_but4 {
  color: #ffffff;
  width: auto;
  display: inline-flex;
  padding: 0 0.28rem;
}
@media (min-width: 768px) {
  .hm_but4 {
    width: auto;
    height: 50px;
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hm_but4 {
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm_but4 {
    width: 3.2rem;
    font-size: 0.26rem;
  }
}
.hm_but4:before {
  background-color: #0071dc;
}
.hm_but4 i svg path {
  fill: #ffffff;
}
.hm_but5 {
  color: #0071dc;
  border: 1px solid #0071dc;
  transition: border 0.4s 0.1s, color 0.4s linear;
}
@media (min-width: 768px) {
  .hm_but5 {
    font-size: 18px;
    min-width: 150px;
    height: 64px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .hm_but5 {
    height: 40px;
    min-width: 134px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hm_but5 {
    font-size: 0.26rem;
    min-width: 2.4rem;
  }
}
.hm_but5:before {
  background-color: #0071dc;
  opacity: 0;
}
.hm_but5 i svg path {
  fill: #0071dc;
}
.hm_but5:hover {
  border-color: transparent;
  color: #fff;
  transition: border 0s, color 0.4s linear;
}
.hm_but5:hover:before {
  opacity: 1;
}
.hm-sec1 {
  background-color: #fff;
  position: relative;
  padding: 1.8rem 0 1.2rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
}
.hm-sec1 .fz_zhong {
  width: 100%;
}
.hm-sec1 .fz_zhong .cont {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media (max-width: 767px) {
}
.hm-sec1 .fz_zhong .cont .container {
  padding: 46% 5.75% 0;
  padding: 0% 5.75% 0;
  margin: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media (max-width: 991px) {
  .hm-sec1 .fz_zhong .cont .container {
    padding: 30% 0 0;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .container {
    padding: 0;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 {
  width: 75%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  border-radius: 20px;
  position: relative;
  padding: 13.54% 11.66% 4.5833%;
  padding-right: 9.89%;
  background: url(../images/jieminaimg.png) left top / 100% 100% no-repeat;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 {
    background: url(../images/quanqiudianimg2.png) left top / 100% 100% no-repeat;
  }
}
@media (max-width: 1580px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 {
    width: 84%;
    padding: 14% 14% 5.4%;
    padding-right: 12.1%;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 {
    width: 90%;
    padding: 57px 20px 20px;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian {
  position: relative;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font {
  text-align: center;
  position: absolute;
  top: -74%;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.3s linear, top 0.6s linear;
  transition: opacity 0.3s linear, top 0.6s linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 0.5rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font {
    padding-left: 0;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.72rem;
  margin-bottom: 0.12rem;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit {
    font-size: 0.46rem;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit span {
  position: relative;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit span i {
  display: block;
  position: absolute;
  right: 100%;
  top: -15%;
  width: 0.58rem;
  zoom: 1;
  margin-right: 0.15rem;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit span i:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit span i {
    width: 0.4rem;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit span i img {
  width: 100%;
  float: left;
  display: block;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .text {
  color: #000033;
  opacity: 0.8;
  margin-bottom: 0.32rem;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but {
  display: flex;
  justify-content: center;
  position: relative;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .hm_but {
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: opacity 0.3s 0.3s linear, transform 0.3s linear;
  transition: opacity 0.3s 0.3s linear, transform 0.3s linear;
  font-weight: bold;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .liaojie {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .liaojie p {
  color: #fff;
  margin-top: 14px;
}
@media (max-width: 1580px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .liaojie p {
    margin-top: 10px;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i {
  margin: 0 auto;
  width: 58px;
  height: 58px;
  background-color: #ffc220;
  border-radius: 50%;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: all 0.3s linear;
  justify-content: center;
}
@media (max-width: 1580px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i {
    width: 36px;
    height: 36px;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i img {
  display: block;
  width: 14px;
  margin-left: 1px;
  float: left;
}
@media (max-width: 1580px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i img {
    width: 12px;
  }
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide i img {
    width: 10px;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .fz_vide:hover i {
  transform: scale(1.05);
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font.active .but .hm_but {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font.active .but .liaojie {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s 0.3s linear;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(117deg, #026bcf 0%, #0047b1 100%);
  border-radius: 5px;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag {
  width: 100%;
  height: 100%;
  padding-bottom: 55.22%;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag {
    padding-bottom: 100%;
    height: 10rem!important;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .yuan {
  position: absolute;
  background-image: linear-gradient(-82deg, #0071db 0%, #0037a6 100%), linear-gradient(#3357b1, #3357b1);
  background-blend-mode: normal,
										normal;
  border-radius: 50%;
  padding-bottom: 50%;
  -webkit-animation: transzh 10s linear infinite;
  animation: transzh 10s linear infinite;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi1 {
  width: 56%;
  padding-bottom: 56%;
  bottom: -24.42%;
  left: -20.7%;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi1 {
    width: 90%;
    left: -40%;
    bottom: 40%;
    padding-bottom: 90%;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi2 {
  width: 6.6%;
  padding-bottom: 6.6%;
  top: 19.3%;
  left: 3.83%;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi2 {
    width: 16%;
    top: 10%;
    left: 10%;
    padding-bottom: 16%;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi3 {
  width: 29.6%;
  padding-bottom: 29.6%;
  top: -21.11%;
  left: 36.3%;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi3 {
    width: 40%;
    padding-bottom: 40%;
    top: -10%;
    left: 60%;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi4 {
  width: 36.6%;
  padding-bottom: 36.6%;
  bottom: -9.9%;
  right: -12%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi4 {
    width: 46.6%;
    padding-bottom: 46.6%;
  }
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .fzq_font .tit {
  color: #fff;
}
.hm-sec1 .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .fzq_font .text {
  color: #fff;
}
.hm-sec1 .fz_zhong .hm_cont2 {
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.hm-sec1 .fz_zhong .hm_cont2 .bag {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.hm-sec1 .fz_zhong .hm_cont2 .bag .yuan {
  position: absolute;
  background-image: linear-gradient(-82deg, #0071db 0%, #0037a6 100%), linear-gradient(#3357b1, #3357b1);
  background-blend-mode: normal,
							normal;
  border-radius: 50%;
  padding-bottom: 50%;
}
.hm-sec1 .fz_zhong .hm_cont2 .bag .weizhi1 {
  width: 58%;
  padding-bottom: 58%;
  top: -42%;
  left: -26%;
}
.hm-sec1 .fz_zhong .hm_cont2 .bag .weizhi2 {
  width: 33%;
  padding-bottom: 33%;
  bottom: -24%;
  right: -13%;
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  padding-top: 8.125%;
  height: 100%;
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont {
    padding-top: 1.5rem;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 5.75%;
}
@media (max-width: 991px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container {
    flex-wrap: wrap;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .lt,
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  transform: translateY(40px);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 991px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .lt .name {
  opacity: 0.5;
  margin-bottom: 5px;
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .lt .tit {
  line-height: 1.22;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt {
  width: 38.3%;
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt {
    width: 46%;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt {
    width: 100%;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li {
  width: 100%;
  padding: 0.5rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-bottom: 1px solid rgba(247, 248, 250, 0.1);
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li {
    padding: 0.4rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li {
    padding: 0.46rem 0;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .font {
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .font span {
  display: block;
  font-size: 1.1rem;
  line-height: 0.7;
  font-weight: bold;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .font span {
    line-height: 0.9;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .font span {
    margin-right: 0.1rem;
    line-height: 0.7;
    font-size: 0.96rem;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .text {
  width: 36%;
  font-size: 18px;
  line-height: 26px;
  margin-top: -8px;
}
@media (max-width: 1580px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .text {
    line-height: 24px;
    font-size: 16px;
    margin-top: -6px;
  }
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .text {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .container .gt .li .text {
    font-size: 14px;
    line-height: 22px;
    width: 40%;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_fotn1 {
  font-family: SourceHanSansCN-Heavy, 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 1.9rem;
  line-height: 1;
  color: #283a68;
  opacity: 0.5;
  bottom: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  z-index: 1;
  -webkit-animation: leftxun 20s linear infinite;
  animation: leftxun 20s linear infinite;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #283a68;
  text-fill-color: transparent;
  text-stroke: 1px #283a68;
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_icon {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47.8125%;
  -webkit-transform: translate(0, 120%);
  transform: translate(0, 120%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
  z-index: 2;
  zoom: 1;
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_icon:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1199px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_icon {
    width: 66%;
  }
}
@media (max-width: 991px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_icon {
    width: 86%;
  }
}
@media (max-width: 767px) {
  .hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_icon {
    right: 0;
    margin: 0 auto;
  }
}
.hm-sec1 .fz_zhong .hm_cont2 .fz_cont .fz_icon img {
  width: 100%;
  float: left;
  -webkit-animation: rotate360 60s linear  infinite ;
  animation: rotate360 60s linear infinite;
  transform-origin: 47% 36%;
  -webkit-transform-origin: center 45%;
}
@media (max-width: 767px) {
}
.hm-sec1.f_xuan .fz_zhong .cont {
  padding-top: 0;
}
.hm-sec1.f_xuan .fz_zhong .cont .container .yuanimgfz1 .fz_dian .fzq_font .tit span i img {
  animation: fscrle 2s ease;
}
.hm-sec1.f_xuan .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .but .hm_but {
  min-width: 0.5rem;
}
.hm-sec1.f_xuan .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font {
  top: 50%;
}
.hm-sec1.f_xuan .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font .tit span i {
  animation: margrinr 2s linear;
}
.hm-sec1.f_xuan .fz_zhong .cont .container .yuanimgfz1 .fz_dian .fz_nei .bag {
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease, max-width 1s ease;
}
.hm-sec1.f_xuan .fz_zhong .cont .container {
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease, max-width 1s ease;
}
.hm-sec1.active {
  padding: 0;
}
.hm-sec1.active .fz_zhong .cont {
  padding: 0;
}
.hm-sec1.active .fz_zhong .cont .container {
  padding: 0!important;
  max-width: 100%!important;
  width: 100%!important;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 {
  width: 100%;
  height: 100%;
  padding: 0;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian {
  height: 100%;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fzq_font {
  opacity: 0;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei {
  height: 100%;
  border-radius: 0;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag {
  height: 100vh!important;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .yuan {
  opacity: 0;
  animation: none;
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi1 {
  width: 58%;
  padding-bottom: 58%;
  bottom: 58%;
  left: -26%;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@media (max-width: 767px) {
  .hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi1 {
    width: 50%;
    padding-bottom: 50%;
    bottom: -10%;
  }
}
.hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi4 {
  width: 33%;
  padding-bottom: 33%;
  bottom: -24%;
  left: 87%;
  opacity: 1;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media (max-width: 767px) {
  .hm-sec1.active .fz_zhong .cont .yuanimgfz1 .fz_dian .fz_nei .bag .weizhi4 {
    bottom: 60%;
    width: 66%;
    left: inherit;
    right: -16%;
    padding-bottom: 66%;
  }
}
.hm-sec1.active .fz_zhong .hm_cont2 {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0.4s ease-out, top 0.8s;
  -webkit-transition: opacity 0.3s 0.4s ease-out, top 0.8s;
}
.hm-sec1.active .fz_zhong .hm_cont2 .fz_cont .container .lt {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.6s ease-out;
  -webkit-transition: all 0.6s 0.6s ease-out;
}
.hm-sec1.active .fz_zhong .hm_cont2 .fz_cont .container .gt {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: all 0.6s 0.8s ease-out;
  -webkit-transition: all 0.6s 0.8s ease-out;
}
.hm-sec1.active .fz_zhong .hm_cont2 .fz_icon {
  -webkit-transform: translate(0, 46%);
  transform: translate(0, 46%);
  transition: all 0.6s 0.5s ease-out;
  -webkit-transition: all 0.6s 0.5s ease-out;
  visibility: visible;
}
@media (max-width: 767px) {
  .hm-sec1.active .fz_zhong .hm_cont2 .fz_icon {
    -webkit-transform: translate(0, 60%);
    transform: translate(0, 60%);
  }
}
.hm-sec2 {
  width: 100%;
  position: relative;
  z-index: 3;
  background-color: #fff;
  transition: all 0.4s ease-out;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
}
.hm-sec2 .fznei {
  transition: all 0.4s ease-out;
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
.hm-sec2 .font {
  position: relative;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .hm-sec2 .font {
    margin-bottom: 0.6rem;
  }
}
.hm-sec2 .font .name {
  color: #999;
}
.hm-sec2 .font .tit {
  color: #041e42;
  line-height: 1.21;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-top: 0.1rem;
}
.hm-sec2 .cont {
  width: 100%;
  position: relative;
  position: sticky;
  top: 0;
}
.hm-sec2 .cont .lt,
.hm-sec2 .cont .gt {
  display: none;
  position: relative;
}
@media (min-width: 768px) {
  .hm-sec2 .cont .lt,
  .hm-sec2 .cont .gt {
    display: block;
  }
}
.hm-sec2 .cont &gt; .container2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 768px) {
  .hm-sec2 .cont &gt; .container2 {
    position: sticky;
    position: -webkit-sticky;
    top: 2rem;
  }
}
.hm-sec2 .cont &gt; .container2 .lt {
  width: 41.25%;
}
.hm-sec2 .cont &gt; .container2 .lt .fz_video {
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.hm-sec2 .cont &gt; .container2 .lt .fz_video video {
  width: 100%;
  height: 100%;
}
.hm-sec2 .cont &gt; .container2 .lt .nei {
  position: relative;
}
.hm-sec2 .cont &gt; .container2 .lt .fz_img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hm-sec2 .cont &gt; .container2 .lt .fz_img .img {
  width: 100%;
}
.hm-sec2 .cont &gt; .container2 .lt .fz_img .img img {
  width: 100%;
}
.hm-sec2 .cont &gt; .container2 .lt .active {
  position: relative;
  z-index: 2;
  visibility: visible;
  opacity: 1;
}
.hm-sec2 .cont &gt; .container2 .ct {
  position: relative;
  width: 46.875%;
  padding-bottom: 1.4rem;
  width: 82%;
  width: 86.785%;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct {
    width: 100%;
    text-align: center;
    padding: 0 0.5rem;
    position: relative;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .hm2_cont {
  width: 100%;
}
.hm-sec2 .cont &gt; .container2 .ct .item {
  width: 100%;
  margin-bottom: 1rem;
  opacity: 0.4;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct .item {
    opacity: 0;
    margin-bottom: 1.2rem;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
  }
  .hm-sec2 .cont &gt; .container2 .ct .item:last-child {
    margin-bottom: 0;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .item .img {
  width: 100%;
}
@media (min-width: 768px) {
}
.hm-sec2 .cont &gt; .container2 .ct .item .img img {
  width: 100%;
}
.hm-sec2 .cont &gt; .container2 .ct .item .tit {
  margin-bottom: 0.22rem;
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hm-sec2 .cont &gt; .container2 .ct .item .text {
  color: #666666;
  margin-bottom: 0.5rem;
}
.hm-sec2 .cont &gt; .container2 .ct .item .hm_but {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background: none;
  background-color: #dddddd;
  opacity: 0.4;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct .item .hm_but {
    margin: 0 auto;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .item .jut {
  width: 44.1%;
  width: 39.918%;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct .item .jut {
    order: 1;
    width: 100%;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .item .fz_img {
  position: relative;
  width: 55.9%;
  width: 61.6%;
  width: 60.082%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct .item .fz_img {
    width: 100%;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .item .fz_img:before {
  padding-bottom: 73.23%;
  padding-bottom: 60.808%;
  padding-bottom: 65.753%;
}
.hm-sec2 .cont &gt; .container2 .ct .item .fz_img .fz_video,
.hm-sec2 .cont &gt; .container2 .ct .item .fz_img .img {
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.hm-sec2 .cont &gt; .container2 .ct .item .fz_img .fz_video video,
.hm-sec2 .cont &gt; .container2 .ct .item .fz_img .img video {
  width: 100%;
  height: 100%;
}
.hm-sec2 .cont &gt; .container2 .ct .item {
  opacity: 1;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct .item {
    visibility: visible;
    position: relative;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .item .hm_but {
  opacity: 1;
  background-color: transparent;
  visibility: visible;
}
.hm-sec2 .cont &gt; .container2 .ct .fz_img2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 55.9%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .ct .fz_img2 {
    width: 100%;
    display: none;
  }
}
.hm-sec2 .cont &gt; .container2 .ct .fz_img2:before {
  padding-bottom: 73.23%;
}
.hm-sec2 .cont &gt; .container2 .ct .fz_img2 .fz_video2,
.hm-sec2 .cont &gt; .container2 .ct .fz_img2 .img {
  background-color: #fff;
  position: absolute;
  left: 0;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.hm-sec2 .cont &gt; .container2 .ct .fz_img2 .fz_video2 video,
.hm-sec2 .cont &gt; .container2 .ct .fz_img2 .img video {
  width: 100%;
  height: 100%;
}
.hm-sec2 .cont &gt; .container2 .gt {
  width: 11.875%;
  width: 13.215%;
}
@media (min-width: 768px) {
  .hm-sec2 .cont &gt; .container2 .gt {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .gt {
    display: block;
    width: 100%;
  }
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut {
    display: flex;
    justify-content: space-between;
  }
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0.6rem;
  position: relative;
  z-index: 2;
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .li:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut .li {
    flex-direction: column;
  }
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .li span {
  color: #333333;
  opacity: 0.3;
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .li i {
  width: 12px;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut .li i {
    margin-right: 10px;
    width: 10px;
    height: 10px;
  }
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .li i:after {
  content: "";
  display: block;
  width: 83.333%;
  height: 83.333%;
  background-color: #e0e0e0;
  border-radius: 50%;
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .on {
  opacity: 1;
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .on span {
  opacity: 1;
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .on i:after {
  background-color: #171d29;
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .xian {
  position: absolute;
  top: 10px;
  left: 5px;
  overflow: hidden;
  height: 90%;
  width: 2px;
  z-index: 1;
  background-color: #e0e0e0;
}
@media (max-width: 1580px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut .xian {
    left: 4px;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut .xian {
    left: 18px;
    top: 3px;
    width: 87%;
    height: 2px;
  }
}
@media (max-width: 376px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut .xian {
    width: 83%;
  }
}
.hm-sec2 .cont &gt; .container2 .gt .f_jut .xian span {
  display: block;
  width: 100%;
  height: 0%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #171d29;
}
@media (max-width: 767px) {
  .hm-sec2 .cont &gt; .container2 .gt .f_jut .xian span {
    width: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec2 .cont .container {
    display: flex;
    flex-direction: column;
  }
  .hm-sec2 .cont .container .ct {
    order: 1;
    padding: 0;
  }
  .hm-sec2 .cont .container .ct .item .tit {
    margin-bottom: 0.12rem;
  }
  .hm-sec2 .cont .container .gt {
    display: block;
    width: 100%;
  }
  .hm-sec2 .cont .container .gt .f_jut {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .hm-sec2 .cont .container .gt .f_jut .li {
    flex-direction: column-reverse;
  }
  .hm-sec2 .cont .container .gt .f_jut .li i {
    margin-left: 0;
    margin-bottom: 8px;
  }
  .hm-sec2 .cont .container .gt .f_jut .xian {
    width: 5.8rem;
    right: 0.5rem;
    top: 3px;
    height: 2px;
  }
  .hm-sec2 .cont .container .gt .f_jut .xian span {
    width: 0;
    height: 100%;
  }
}
@media (max-width: 767px) and (max-width: 375px) {
  .hm-sec2 .cont .container .gt .f_jut .xian {
    width: 5.4rem;
    right: 0.6rem;
  }
}
.hm-sec3 {
  position: relative;
  top: 0;
  transition: all 0.4s ease-out;
  z-index: 8;
  background-color: #fff;
}
@media (max-width: 991px) {
  .hm-sec3 {
    top: 2px;
    margin-top: -102px;
    padding-top: 1rem;
  }
}
.hm-sec3 .container {
  padding: 0 6.25%;
}
.hm-sec3 .fz_font {
  margin-bottom: 1.4rem;
  margin-top: -200px;
}
@media (max-width: 767px) {
  .hm-sec3 .fz_font {
    margin-bottom: 0.8rem;
    margin-top: 0;
    padding-top: 0;
  }
}
.hm-sec3 .fz_font .tit {
  line-height: 1.21;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .hm-sec3 .fz_font .tit {
    text-align: left;
  }
}
.hm-sec3 .f_zhong {
  width: 100%;
  position: relative;
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong {
    height: auto;
  }
}
.hm-sec3 .f_zhong .fz_jut {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .hm-sec3 .f_zhong .fz_jut {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut {
    top: 1.8rem;
    height: auto;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 {
  width: 100%;
  margin-bottom: 0.6rem;
  z-index: 4;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 {
    margin-bottom: 0.8rem;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 {
  width: 61.7%;
  overflow: visible;
  margin: 0;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide {
    width: 80%;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item {
  display: flex;
  align-items: center;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font {
  width: 61.7%;
  padding-right: 15.97%;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font {
    padding-right: 0;
    width: 100%;
    order: 1;
    text-align: left;
    margin-top: 0.4rem;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font .tit {
  color: #dddddd;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font .tit {
    margin-bottom: 6px;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  height: 54px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #dddddd;
  margin-bottom: 0.5rem;
}
@media (max-width: 1580px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font .text {
    font-size: 14px;
    height: 48px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font .text {
    -webkit-line-clamp: 3;
    height: 68px;
    line-height: 22px;
    height: auto;
    display: block;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .font .hm_but {
  background: none;
  background-color: #dddddd;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 0.4;
}
@media (max-width: 767px) {
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .img {
  width: 38.3%;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.1;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .img {
    width: 60%;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide .item .img:before {
  width: 100%;
  padding-bottom: 100%;
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide-active .item,
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .on .item {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  opacity: 1;
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide-active .item .font .tit,
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .on .item .font .tit {
  color: #1b202a;
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide-active .item .font .text,
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .on .item .font .text {
  color: #666666;
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide-active .item .font .hm_but,
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .on .item .font .hm_but {
  opacity: 1;
  background-color: transparent;
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .swiper-slide-active .item .img,
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .on .item .img {
  opacity: 1;
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .hm3_yuan {
  position: absolute;
  background-color: #0071dc;
  bottom: 0;
  right: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 38.3%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .hm3_yuan {
    width: 46%;
    display: none;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_cont3 .hm3 .hm3_yuan:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3 {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_nv3 {
    padding-bottom: 1.4rem;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3:before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 8px;
  left: 0px;
  height: 1px;
  opacity: 0.1;
  background-color: #000;
}
@media (max-width: 1580px) {
  .hm-sec3 .f_zhong .fz_jut .hm_nv3:before {
    top: 6px;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav {
  width: 61.7%;
  overflow: visible;
  margin: 0;
  /* .swiper-slide-active, */
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav .swiper-slide {
    margin-right: 0;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav .swiper-slide .item {
  color: #171d29;
  color: #ddd;
  font-size: 0.6rem;
  line-height: 0.8;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav .swiper-slide .item i {
  display: block;
  margin-bottom: 0.1rem;
  width: 16px;
  height: 16px;
  background-color: #171d29;
  background-color: #ddd;
  border-radius: 50%;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
@media (max-width: 1580px) {
  .hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav .swiper-slide .item i {
    width: 12px;
    height: 12px;
  }
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav .on .item {
  filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -webkit-filter: grayscale(0);
  opacity: 1;
  color: #171d29;
}
.hm-sec3 .f_zhong .fz_jut .hm_nv3 .hm3nav .on .item i {
  background-color: #171d29;
}
.hm-sec3 .f_zhong.f_on .hm_cont3 .hm3 .hm3_yuan {
  opacity: 1;
}
.hm-sec3 .f_zhong.active {
  top: 0;
}
.hm-sec3 .f_zhong.active .fz_jut .hm_nv3 {
  opacity: 0;
}
.hm-sec3 .f_zhong.active2 {
  top: 0;
}
.hm-sec3 .f_zhong.active2 .fz_jut .hm_nv3 {
  opacity: 0;
}
@media (max-width: 767px) {
}
.hm-sec3 .hm_cont4 {
  background-color: #0071dc;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 {
    background-color: #0071dc;
  }
}
@media (min-width: 768px) {
}
.hm-sec3 .hm_cont4 .fz_item {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  padding: 1.4rem 0 1.4rem;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item {
    padding: 1.2rem 0 0.8rem;
    height: auto;
  }
}
.hm-sec3 .hm_cont4 .fz_item .sticky {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease-out;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item .sticky {
    height: auto;
  }
}
.hm-sec3 .hm_cont4 .fz_item .font {
  color: #fff;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
}
.hm-sec3 .hm_cont4 .fz_item .font .tit {
  line-height: 1.22;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hm-sec3 .hm_cont4 .fz_item .cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -0.5rem;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item .cont {
    margin: 0;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item {
  width: 33.333%;
  padding: 0 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .hm-sec3 .hm_cont4 .fz_item .cont .item:last-child {
    margin-bottom: 0;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list {
  border-radius: 20px;
  background-color: #fff;
  display: block;
  position: relative;
  padding: 0.5rem 0.44rem 0.8rem;
  box-shadow: -26px 62px 73px 0px rgba(0, 99, 201, 0.22);
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou {
  display: flex;
  align-items: center;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou {
    margin-bottom: 0.3rem;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .img {
  overflow: hidden;
  border-radius: 50%;
  width: 18.72%;
}
@media (max-width: 1199px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .img {
    width: 22%;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .img:before {
  width: 100%;
  padding-bottom: 100%;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .fz_nei {
  width: 81.28%;
  padding-left: 0.3rem;
}
@media (max-width: 1199px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .fz_nei {
    width: 78%;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .fz_nei .tit {
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .fz_nei .time {
  color: #041e42;
  opacity: 0.5;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .fz_nei .time {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .tou .fz_nei .time {
    font-size: 14px;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item .list .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .fz_icon {
  width: 0.92rem;
  position: absolute;
  bottom: 0;
  right: 12px;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item .list .fz_icon img {
  float: left;
  width: 100%;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(2) {
  z-index: 2;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(1),
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) {
  width: 32.7272%;
  width: 33.333%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(1),
  .hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) {
    width: 100%;
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(1) .list,
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list {
  background-color: #041e42;
  box-shadow: 4px 9px 76px 0px rgba(165, 165, 165, 0.26);
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(1) .list .tou .fz_nei .tit,
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list .tou .fz_nei .tit {
  color: #fff;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(1) .list .tou .fz_nei .time,
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list .tou .fz_nei .time {
  color: #fff;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(1) .list .text,
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list .text {
  color: #ffffff;
  opacity: 0.5;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list {
  background-color: #8cd1fc;
  box-shadow: 4px 9px 76px 0px rgba(165, 165, 165, 0.26);
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list .tou .fz_nei .tit {
  color: #0b1e40;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list .tou .fz_nei .time {
  color: #0b1e40;
  opacity: 0.5;
}
.hm-sec3 .hm_cont4 .fz_item .cont .item:nth-child(3) .list .text {
  color: #0b1e40;
  opacity: 0.8;
}
.hm-sec3 .hm_cont4 .fz_item .font {
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  margin-top: 40px;
  visibility: hidden;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_cont4 .fz_item .font {
    transform: translateY(80px);
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item .font {
    transform: translateY(1.8rem);
  }
}
.hm-sec3 .hm_cont4 .fz_item .cont {
  margin-bottom: -40px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s 0.3s;
  opacity: 0;
  visibility: hidden;
}
.hm-sec3 .hm_cont4 .fz_item.active {
  opacity: 1;
  visibility: visible;
}
.hm-sec3 .hm_cont4 .fz_item.active .font {
  opacity: 0.2;
  margin-top: 0;
  visibility: visible;
}
.hm-sec3 .hm_cont4 .fz_item.active .cont {
  margin-bottom: 0;
  opacity: 1;
  visibility: visible;
}
.hm-sec3 .hm_cont4 .fz_item.active2 {
  opacity: 1;
  visibility: visible;
}
.hm-sec3 .hm_cont4 .fz_item.active2 .font,
.hm-sec3 .hm_cont4 .fz_item.active2 .cont .item:nth-child(1),
.hm-sec3 .hm_cont4 .fz_item.active2 .cont .item:nth-child(3) {
  transform: scale(1) translate(0%);
  opacity: 1;
  visibility: visible;
}
.hm-sec3 .hm_cont4 .fz_item.active3 {
  opacity: 0.1;
}
.hm-sec3 .hm_cont4 .fz_item2 {
  width: 100%;
  background-color: #08162a;
  background-color: #0071dc;
  position: relative;
  z-index: 6;
}
@media (min-width: 768px) {
  .hm-sec3 .hm_cont4 .fz_item2 {
    background-color: #0071dc;
    position: relative;
    bottom: 0;
  }
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei {
  padding-bottom: 1.4rem;
  height: 100%;
}
@media (max-width: 767px) {
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .fz_bag {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .fz_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  display: none;
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item2 .f_nei .fz_icon {
    top: 0;
    width: 3.42rem;
  }
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .fz_icon img {
  width: 100%;
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont {
  text-align: center;
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .tit {
  color: #fff;
  margin-bottom: 0.1rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s ease-out;
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .text {
  color: #e0e0e0;
  opacity: 0.8;
  font-size: 18px;
  margin-bottom: 0.54rem;
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.5s 0.1s ease-out;
}
@media (max-width: 1580px) {
  .hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .text {
    font-size: 16px;
  }
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .hm_but {
  margin: 0 auto;
  transform: translateY(40px);
  opacity: 0;
  min-width: 145px;
  transition: all 0.5s 0.2s ease-out;
}
@media (max-width: 1199px) {
  .hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .hm_but {
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .hm_but {
    min-width: 100px;
  }
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .hm_but:before {
  background-image: none;
  background-color: #ffc220;
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .hm_but span {
  color: #333333;
}
.hm-sec3 .hm_cont4 .fz_item2 .f_nei .cont .hm_but i svg path {
  fill: #333333;
}
.hm-sec3 .hm_cont4 .fz_item2.active .f_nei .cont .font .tit {
  transform: translateY(0);
  opacity: 1;
}
.hm-sec3 .hm_cont4 .fz_item2.active .f_nei .cont .font .text {
  transform: translateY(0);
  opacity: 1;
}
.hm-sec3 .hm_cont4 .fz_item2.active .f_nei .cont .font .hm_but {
  transform: translateY(0);
  opacity: 1;
}
.hm-sec3 .hm_cont4 .fz_item2 .xian {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0.86rem;
  right: 0;
  left: 0;
}
@keyframes leftxun {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fscrle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes transzh {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(26px, 30px);
    -webkit-transform: translate(26px, 30px);
  }
  50% {
    transform: translate(-26px, -30px);
    -webkit-transform: translate(-26px, -30px);
  }
  75% {
    transform: translate(-26px, 0);
    -webkit-transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes transzh {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(26px, 30px);
    -webkit-transform: translate(26px, 30px);
  }
  50% {
    transform: translate(-26px, -30px);
    -webkit-transform: translate(-26px, -30px);
  }
  75% {
    transform: translate(-26px, 0);
    -webkit-transform: translate(-26px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@keyframes rotate360 {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate360 {
  form {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* End */
/* 官方资讯 */
.newsbox {
  padding-top: 0.52rem;
  background-color: #fff;
}
.newsbox .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -0.61rem;
}
@media (max-width: 1199px) {
  .newsbox .cont {
    margin: 0 -0.3rem;
  }
}
@media (max-width: 991px) {
  .newsbox .cont {
    margin: 0;
  }
}
.newsbox .cont .lt,
.newsbox .cont .gt {
  padding: 0;
}
@media (max-width: 1199px) {
  .newsbox .cont .lt,
  .newsbox .cont .gt {
    padding: 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .newsbox .cont .lt,
  .newsbox .cont .gt {
    padding: 0;
  }
}
.newsbox .cont .lt {
  width: 80%;
}
@media (max-width: 991px) {
  .newsbox .cont .lt {
    width: 100%;
    margin-bottom: 0.6rem;
  }
}
.newsbox .cont .lt .newsbox1_cont {
  width: 100%;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #e5e8ec;
  margin-bottom: 0.24rem;
}
@media (max-width: 991px) {
  .newsbox .cont .lt .newsbox1_cont {
    margin-bottom: 0.34rem;
  }
}
@media (max-width: 767px) {
  .newsbox .cont .lt .newsbox1_cont {
    padding-bottom: 0.5rem;
    margin-bottom: 0.54rem;
    border-width: 2px;
  }
}
.newsbox .cont .lt .newsbox1_cont .item {
  display: block;
  width: 100%;
  z-index: 2;
}
.newsbox .cont .lt .newsbox1_cont .item .img {
  padding-bottom: 38.37%;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}
.newsbox .cont .lt .newsbox1_cont .item .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox .cont .lt .newsbox1_cont .item .font {
  padding-top: 0.2rem;
  width: 100%;
}
.newsbox .cont .lt .newsbox1_cont .item .font .tit {
  color: #222;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox .cont .lt .newsbox1_cont .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox .cont .lt .newsbox1_cont .item:hover .font .tit {
  color: #0071dc;
}
.newsbox .cont .lt .newsbox1_cont .newsbox1_page {
  position: absolute;
  bottom: 26%;
}
@media (max-width: 991px) {
  .newsbox .cont .lt .newsbox1_cont .newsbox1_page {
    bottom: 30%;
  }
}
.newsbox .cont .lt .newsbox1_cont .newsbox1_page span {
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.5s linear;
  opacity: 1;
  pointer-events: auto;
  margin: 0 5px;
}
.newsbox .cont .lt .newsbox1_cont .newsbox1_page .swiper-pagination-bullet-active {
  background-color: #fcba30;
  width: 19px;
}
.newsbox .cont .lt .newbox1_nav {
  width: 100%;
  margin-bottom: 0.4rem;
}
.newsbox .cont .lt .newbox1_nav .swiper-slide {
  width: auto;
  margin-right: 0.28rem;
}
.newsbox .cont .lt .newbox1_nav .swiper-slide .item {
  display: block;
  padding-bottom: 8px;
  color: #666666;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  .newsbox .cont .lt .newbox1_nav .swiper-slide .item {
    border-width: 1px;
  }
}
.newsbox .cont .lt .newbox1_nav .swiper-slide .item:hover {
  color: #0071dc;
}
.newsbox .cont .lt .newbox1_nav .swiper-slide.on .item {
  color: #0071dc;
  border-color: #0071dc;
}
.newsbox .cont .lt .jut {
  margin-bottom: 0.2rem;
}
.newsbox .cont .lt .jut .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 3;
  margin-bottom: 0.4rem;
}
.newsbox .cont .lt .jut .item .img {
  width: 20%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 5px;
}
@media (max-width: 567px) {
  .newsbox .cont .lt .jut .item .img {
    width: 100%;
  }
}
.newsbox .cont .lt .jut .item .img:before {
  padding-bottom: 64%;
}
.newsbox .cont .lt .jut .item .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newsbox .cont .lt .jut .item .font {
  width: 80%;
  padding-left: 3.4%;
  padding-right: 3.4%;
}
@media (max-width: 567px) {
  .newsbox .cont .lt .jut .item .font {
    width: 100%;
    padding-left: 0;
    margin-top: 0.4rem;
  }
}
.newsbox .cont .lt .jut .item .font .text {
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden ;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #666666;
  max-height: 48px;
  margin-bottom: 0.24rem;
}
@media (max-width: 1580px) {
  .newsbox .cont .lt .jut .item .font .text {
    font-size: 14px;
    line-height: 20px;
    max-height: 42px;
  }
}
.newsbox .cont .lt .jut .item .font .tit {
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
  color: #222222;
  line-height: 28px;
  font-size: 18px;
  max-height: 58px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 9px;
}
@media (max-width: 1900px) {
  .newsbox .cont .lt .jut .item .font .tit {
    font-size: 20px;
    line-height: 24px;
    max-height: 50px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1199px) {
  .newsbox .cont .lt .jut .item .font .tit {
    max-height: 46px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .newsbox .cont .lt .jut .item .font .tit {
    font-size: 16px;
  }
}
.newsbox .cont .lt .jut .item .font .shu {
  display: flex;
  align-items: center;
}
.newsbox .cont .lt .jut .item .font .shu time {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newsbox .cont .lt .jut .item .font .shu time {
    font-size: 14px;
  }
}
.newsbox .cont .lt .jut .item .font .shu .list {
  display: flex;
  margin-left: 0.2rem;
  zoom: 1;
}
.newsbox .cont .lt .jut .item .font .shu .list:after {
  content: '';
  display: block;
  clear: both;
}
.newsbox .cont .lt .jut .item .font .shu .list span {
  background-color: #f2f5fa;
  border-radius: 5px;
  display: inline-block;
  float: left;
  line-height: 28px;
  padding: 0 0.1rem;
  font-size: 14px;
  color: #666;
}
.newsbox .cont .lt .jut .item:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newsbox .cont .lt .jut .item:hover .font .tit {
  color: #0071dc;
}
.newsbox .cont .gt {
  width: 20%;
}
@media (max-width: 991px) {
  .newsbox .cont .gt {
    width: 100%;
  }
}
.newsbox .cont .gt .form {
  display: flex;
  align-items: center;
  background-color: #f2f5fa;
  border-radius: 25px;
  overflow: hidden;
  padding-right: 0.2rem;
  margin-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .newsbox .cont .gt .form {
    padding-right: 0.4rem;
  }
}
.newsbox .cont .gt .form input {
  padding: 14px 0.2rem;
  color: #999999;
  font-size: 14px;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .newsbox .cont .gt .form input {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .newsbox .cont .gt .form input {
    padding-left: 0.4rem;
  }
}
.newsbox .cont .gt .form .f_sub {
  width: 18px;
}
@media (max-width: 1580px) {
  .newsbox .cont .gt .form .f_sub {
    width: 15px;
  }
}
.newsbox .cont .gt .form .f_sub svg,
.newsbox .cont .gt .form .f_sub img {
  width: 100%;
  float: left;
}
.newsbox .cont .gt .form .f_sub svg path,
.newsbox .cont .gt .form .f_sub img path {
  fill: #222222;
}
.newsbox .cont .gt .f_title {
  display: flex;
  align-items: center;
  margin-bottom: 0.36rem;
}
.newsbox .cont .gt .f_title i {
  display: block;
  width: 0.24rem;
  overflow: hidden;
  margin-right: 10px;
}
@media (max-width: 1580px) {
  .newsbox .cont .gt .f_title i {
    margin-right: 8px;
  }
}
.newsbox .cont .gt .f_title i img {
  width: 100%;
  float: left;
}
.newsbox .cont .gt .jut .item {
  display: block;
  margin-bottom: 0.3rem;
}
.newsbox .cont .gt .jut .item:last-child {
  margin-bottom: 0;
}
.newsbox .cont .gt .jut .item .tit {
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-box-orient: vertical;
  /* 设置或检索伸缩盒对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 2行，只有 webkit内核支持 */
  word-break: break-all;
  /* 纯英文换行 */
  overflow: hidden;
  color: #222222;
  line-height: 24px;
  font-size: 18px;
  max-height: 50px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-bottom: 16px;
}
@media (max-width: 1900px) {
  .newsbox .cont .gt .jut .item .tit {
    font-size: 16px;
    line-height: 20px;
    max-height: 42px;
    margin-bottom: 10px;
  }
}
.newsbox .cont .gt .jut .item .shu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsbox .cont .gt .jut .item .shu time {
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newsbox .cont .gt .jut .item .shu time {
    font-size: 14px;
  }
}
.newsbox .cont .gt .jut .item .shu .list {
  display: flex;
  margin-left: 0.2rem;
  zoom: 1;
}
.newsbox .cont .gt .jut .item .shu .list:after {
  content: '';
  display: block;
  clear: both;
}
.newsbox .cont .gt .jut .item .shu .list span {
  background-color: #f2f5fa;
  border-radius: 5px;
  display: inline-block;
  float: left;
  line-height: 28px;
  padding: 0 0.1rem;
  font-size: 14px;
  color: #666;
}
.newsbox .cont .gt .jut .item:hover .tit {
  color: #0071dc;
}
/* End */
/* 新闻详情 */
.newinfo-sec1 {
  background-color: #fff;
  padding-top: 0.14rem;
  padding-bottom: 0.1rem;
}
@media (min-width: 992px) {
  .newinfo-sec1 .container2 {
    padding: 0 13.125%;
  }
}
.newinfo-sec1 .container2 .fz_title {
  width: 100%;
  color: #222;
  list-style: none;
  line-height: 1.325;
  margin-bottom: 0.26rem;
}
.newinfo-sec1 .container2 .jut {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.newinfo-sec1 .container2 .jut .fz_lt {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .newinfo-sec1 .container2 .jut .fz_lt {
    width: 100%;
  }
}
.newinfo-sec1 .container2 .jut .fz_lt i {
  display: block;
  width: 0.64rem;
  overflow: hidden;
}
.newinfo-sec1 .container2 .jut .fz_lt i img {
  float: left;
  width: 100%;
}
.newinfo-sec1 .container2 .jut .fz_lt .font {
  padding-left: 0rem;
}
.newinfo-sec1 .container2 .jut .fz_lt .font .tit {
  color: #222222;
  line-height: 1.16;
}
.newinfo-sec1 .container2 .jut .fz_lt .font .text {
  font-size: 16px;
  color: #999999;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .jut .fz_lt .font .text {
    font-size: 14px;
  }
}
.newinfo-sec1 .container2 .jut .fz_lt .font .text span {
  color: #999;
}
.newinfo-sec1 .container2 .jut .fz_gt {
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .jut .fz_gt {
    font-size: 14px;
  }
}
.newinfo-sec1 .container2 .jut .fz_gt .li {
  margin-left: 14px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .jut .fz_gt .li {
    margin-left: 10px;
  }
}
.newinfo-sec1 .container2 .jut .fz_gt .li .fz_list {
  width: 27px;
  height: 21px;
  background-color: #cdcdcd;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .jut .fz_gt .li .fz_list {
    width: 24px;
    height: 18px;
  }
}
.newinfo-sec1 .container2 .jut .fz_gt .li #share-qrcode {
  background: url(../images/weixinfenimg1.svg) center / contain no-repeat;
}
.newinfo-sec1 .container2 .make-text {
  padding-bottom: 0.32rem;
  
  margin-bottom: 0.4rem;
}
.newinfo-sec1 .container2 .make-text video {width:100% !important;}
.newinfo-sec1 .container2 .newin1_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.42rem;
}
.newinfo-sec1 .container2 .newin1_nav .but {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.51rem;
  height: 0.58rem;
  background-color: #f8e6a5;
  border-radius: 0.29rem;
  margin: 0 0.1rem;
}
@media (max-width: 567px) {
  .newinfo-sec1 .container2 .newin1_nav .but {
    width: 2.4rem;
    height: 0.86rem;
    border-radius: 0.4rem;
    margin: 0 0.16rem;
  }
}
.newinfo-sec1 .container2 .newin1_nav .but i {
  width: 23px;
  margin-right: 9px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .newin1_nav .but i {
    width: 16px;
    margin-right: 7px;
  }
}
.newinfo-sec1 .container2 .newin1_nav .but i img {
  width: 100%;
  float: left;
}
.newinfo-sec1 .container2 .newin1_nav .but i img:nth-child(2) {
  display: none;
}
.newinfo-sec1 .container2 .newin1_nav .but i svg {
  width: 100%;
  float: left;
}
.newinfo-sec1 .container2 .newin1_nav .but i svg path {
  fill: #fcba30;
}
.newinfo-sec1 .container2 .newin1_nav .but span {
  color: #392700;
  opacity: 0.5;
}
.newinfo-sec1 .container2 .newin1_nav .on {
  background-color: #fcba30;
}
.newinfo-sec1 .container2 .newin1_nav .on i svg path {
  fill: #333333;
}
.newinfo-sec1 .container2 .newin1_nav .on i img:nth-child(1) {
  display: none;
}
.newinfo-sec1 .container2 .newin1_nav .on i img:nth-child(2) {
  display: block;
}
.newinfo-sec1 .container2 .newin1_nav .on span {
  color: #392700;
  opacity: 1;
}
.newinfo-sec1 .container2 .newin1_cont {
  position: relative;
}
.newinfo-sec1 .container2 .newin1_cont .item {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.newinfo-sec1 .container2 .newin1_cont .item .tit {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 18px;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .newin1_cont .item .tit {
    font-size: 16px;
  }
}
.newinfo-sec1 .container2 .newin1_cont .item .tit span {
  color: #ff2f2f;
  display: block;
  margin-right: 4px;
}
.newinfo-sec1 .container2 .newin1_cont .item .dan {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 33.333%;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .newinfo-sec1 .container2 .newin1_cont .item .dan label {
    width: 100%;
    margin-right: 0.14rem;
    margin-top: 0.14rem;
  }
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: solid 1px #222222;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 4px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .newin1_cont .item .dan label i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 5px;
  }
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label i:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label span {
  color: #222222;
  display: block;
  width: calc(100% - 26px);
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .newin1_cont .item .dan label span {
    width: calc(100% - 22px);
  }
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label input:checked ~ i {
  border-color: #fcba30;
}
.newinfo-sec1 .container2 .newin1_cont .item .dan label input:checked ~ i:before {
  background-color: #fcba30;
}
.newinfo-sec1 .container2 .newin1_cont .item .textarea {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .newin1_cont .item .textarea {
    margin-bottom: 20px;
  }
}
.newinfo-sec1 .container2 .newin1_cont .item .textarea textarea {
  width: 100%;
  height: 1.1rem;
  background-color: #f2f5fa;
  border-radius: 10px;
  padding: 14px 18px;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .newinfo-sec1 .container2 .newin1_cont .item .textarea textarea {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .newinfo-sec1 .container2 .newin1_cont .item .textarea textarea {
    height: 1.6rem;
  }
}
@media (max-width: 567px) {
  .newinfo-sec1 .container2 .newin1_cont .item .textarea textarea {
    height: 2.4rem;
  }
}
.newinfo-sec1 .container2 .newin1_cont .item .f_sub {
  width: 82px;
  height: 38px;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#f2f5fa, #f2f5fa);
  background-blend-mode: normal,
							normal;
  color: #fff;
  font-size: 14px;
  border-radius: 19px;
}
@media (max-width: 1580px) {
}
.newinfo-sec1 .container2 .newin1_cont .on {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.newinfo-sec2 {
  background-color: #fff;
}
.newinfo-sec2 .f_title {
  margin-bottom: 0.4rem;
}
.newinfo-sec2 .cont {
  margin: 0 -0.23rem;
}
@media (max-width: 567px) {
  .newinfo-sec2 .cont {
    margin: 0;
  }
}
.newinfo-sec2 .cont .newinfo2_cont {
  width: 100%;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item {
  padding: 0 0.23rem;
}
@media (max-width: 567px) {
  .newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item {
    padding: 0;
  }
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list {
  display: block;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .img {
  width: 100%;
  padding-bottom: 61.9%;
  border-radius: 10px;
  overflow: hidden;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font {
  padding: 0.26rem 0 0;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tong {
  font-size: 16px;
  color: #999999;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tong {
    font-size: 14px;
  }
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tong span {
  color: #999;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tit {
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 33px;
  max-height: 68px;
  margin-bottom: 0.14rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tit {
    max-height: 62px;
    line-height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tit {
    line-height: 26px;
    max-height: 52px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tit {
    line-height: 0.46rem;
    max-height: 0.92rem;
    font-size: 0.32rem;
  }
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .tit span {
  color: #0071dc;
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #666666;
  max-height: 48px;
}
@media (max-width: 1580px) {
  .newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list .font .text {
    font-size: 14px;
    line-height: 22px;
    max-height: 46px;
  }
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.newinfo-sec2 .cont .newinfo2_cont .swiper-slide .item .list:hover .font .tit {
  color: #0071dc;
}
/* End */
/* 搜索结果页面 */
.searchbox1 {
  padding-top: 0.14rem;
  background-color: #fff;
}
.searchbox1 .form {
  display: flex;
  align-items: center;
  background-color: #f2f5fa;
  border-radius: 30px;
  overflow: hidden;
  padding-right: 0.2rem;
  max-width: 6.2rem;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .searchbox1 .form {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .searchbox1 .form {
    max-width: 100%;
  }
}
.searchbox1 .form input {
  padding: 18px 0.3rem;
  color: #222222;
  font-size: 16px;
  font-size: 14px;
  width: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .searchbox1 .form input {
    font-size: 14px;
    padding: 14px 0.3rem;
    width: calc(100% - 18px);
  }
}
@media (max-width: 1199px) {
  .searchbox1 .form input {
    width: calc(100% - 16px);
  }
}
.searchbox1 .form .f_sub {
  width: 20px;
}
@media (max-width: 1580px) {
  .searchbox1 .form .f_sub {
    width: 18px;
  }
}
@media (max-width: 1199px) {
  .searchbox1 .form .f_sub {
    width: 16px;
  }
}
.searchbox1 .form .f_sub svg,
.searchbox1 .form .f_sub img {
  width: 100%;
  float: left;
}
.searchbox1 .form .f_sub svg path,
.searchbox1 .form .f_sub img path {
  fill: #222222;
}
.searchbox1 .fz_text {
  color: #222222;
  margin-bottom: 0.46rem;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .searchbox1 .fz_text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .searchbox1 .fz_text {
    font-size: 16px;
  }
}
.searchbox1 .fz_text span {
  color: #0071dc;
}
.searchbox1 .nwes_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.23rem;
}
@media (max-width: 567px) {
  .searchbox1 .nwes_cont {
    margin: 0;
  }
}
.searchbox1 .nwes_cont .item {
  padding: 0 0.23rem;
  width: 33.333%;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .searchbox1 .nwes_cont .item {
    width: 50%;
  }
}
@media (max-width: 567px) {
  .searchbox1 .nwes_cont .item {
    padding: 0;
    width: 100%;
  }
}
.searchbox1 .nwes_cont .item .list {
  display: block;
}
.searchbox1 .nwes_cont .item .list .img {
  width: 100%;
  padding-bottom: 61.9%;
  border-radius: 10px;
  overflow: hidden;
}
.searchbox1 .nwes_cont .item .list .img img {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.searchbox1 .nwes_cont .item .list .font {
  padding: 0.26rem 0 0;
}
.searchbox1 .nwes_cont .item .list .font .tong {
  font-size: 16px;
  color: #999999;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .searchbox1 .nwes_cont .item .list .font .tong {
    font-size: 14px;
  }
}
.searchbox1 .nwes_cont .item .list .font .tong span {
  color: #999;
}
.searchbox1 .nwes_cont .item .list .font .tit {
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.24rem;
  line-height: 33px;
  max-height: 68px;
  margin-bottom: 0.14rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1580px) {
  .searchbox1 .nwes_cont .item .list .font .tit {
    max-height: 62px;
    line-height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .searchbox1 .nwes_cont .item .list .font .tit {
    line-height: 26px;
    max-height: 52px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .searchbox1 .nwes_cont .item .list .font .tit {
    line-height: 0.46rem;
    max-height: 0.92rem;
    font-size: 0.32rem;
  }
}
.searchbox1 .nwes_cont .item .list .font .tit span {
  color: #0071dc;
}
.searchbox1 .nwes_cont .item .list .font .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #666666;
  max-height: 48px;
}
@media (max-width: 1580px) {
  .searchbox1 .nwes_cont .item .list .font .text {
    font-size: 14px;
    line-height: 22px;
    max-height: 46px;
  }
}
.searchbox1 .nwes_cont .item .list:hover .img img {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
}
.searchbox1 .nwes_cont .item .list:hover .font .tit {
  color: #0071dc;
}
.searchbox1 .basepage {
  margin-top: 20px;
}
@media (max-width: 1580px) {
  .searchbox1 .basepage {
    margin-top: 14px;
  }
}
.searchbox1 .basepage .page {
  justify-content: center;
}
/* End */
/* 沃要开店 */
.shopbanner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.shopbanner .bag {
  width: 100%;
  height: 7.3rem;
}
@media (max-width: 767px) {
  .shopbanner .bag {
    height: 12rem;
  }
}
.shopbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shopbanner .cont {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.shopbanner .cont .container1524 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shopbanner .cont .container1524 .lt {
  width: 50%;
}
@media (max-width: 767px) {
  .shopbanner .cont .container1524 .lt {
    width: 100%;
    order: 1;
  }
}
.shopbanner .cont .container1524 .lt .name {
  color: #0b1e40;
  color: #fff;
  opacity: 0.6;
}
.shopbanner .cont .container1524 .lt .tit {
  color: #0b1e40;
  color: #fff;
  margin-bottom: 0.46rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.shopbanner .cont .container1524 .lt .but {
  position: relative;
  line-height: 1.2;
  border-radius: 29px;
  background-color: #fcba30;
  width: 1.62rem;
  height: 58px;
}
@media (max-width: 1580px) {
  .shopbanner .cont .container1524 .lt .but {
    height: 52px;
  }
}
@media (max-width: 1199px) {
  .shopbanner .cont .container1524 .lt .but {
    width: 120px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .shopbanner .cont .container1524 .lt .but {
    width: 2.2rem;
    height: 0.74rem;
  }
}
@media (max-width: 1580px) {
  .shopbanner .cont .container1524 .lt .but {
    border-radius: 26px;
  }
}
@media (max-width: 1199px) {
  .shopbanner .cont .container1524 .lt .but {
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .shopbanner .cont .container1524 .lt .but {
    border-radius: 0.4rem;
  }
}
.shopbanner .cont .container1524 .lt .but .f_tit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  color: #222222;
}
@media (max-width: 1580px) {
  .shopbanner .cont .container1524 .lt .but .f_tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shopbanner .cont .container1524 .lt .but .f_tit {
    font-size: 0.24rem;
  }
}
.shopbanner .cont .container1524 .lt .but .f_tit i {
  display: block;
  width: 7px;
  margin-left: 10px;
}
.shopbanner .cont .container1524 .lt .but .f_tit i svg {
  float: left;
  width: 100%;
}
.shopbanner .cont .container1524 .lt .but .f_tit i svg path {
  fill: #222222;
}
.shopbanner .cont .container1524 .gt {
  width: 44.09%;
}
@media (max-width: 767px) {
  .shopbanner .cont .container1524 .gt {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.shopbanner .cont .container1524 .gt .img {
  width: 100%;
  overflow: hidden;
}
.shopbanner .cont .container1524 .gt .img img {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .shopbanner .cont .container1524 .gt .img img {
    width: 80%;
  }
}
.shopbox_tit {
  text-align: center;
  margin-bottom: 0.58rem;
}
.shopbox_tit .tit {
  line-height: 1.4;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.shopbox-sec1 {
  background-color: #d9e8fc;
  padding-bottom: 1.8rem;
}
@media (max-width: 991px) {
  .shopbox-sec1 {
    overflow: hidden;
  }
}
.shopbox-sec1 .cont {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .shopbox-sec1 .cont {
    margin: 0;
  }
}
.shopbox-sec1 .cont .lt,
.shopbox-sec1 .cont .gt {
  padding: 0 0.2rem;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .shopbox-sec1 .cont .lt,
  .shopbox-sec1 .cont .gt {
    padding: 0;
  }
}
.shopbox-sec1 .cont .lt {
  width: 25.72%;
}
@media (max-width: 991px) {
  .shopbox-sec1 .cont .lt {
    display: none;
  }
}
@media (min-width: 992px) {
  .shopbox-sec1 .cont .lt {
    position: sticky;
    top: 90px;
  }
}
@media (min-width: 992px) and (max-width: 1580px) {
  .shopbox-sec1 .cont .lt {
    top: 60px;
  }
}
.shopbox-sec1 .cont .lt .f_jut {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  border-radius: 5px;
  background-color: #f6f8fb;
  padding: 0.4rem;
  background-color: #ffffff;
  border-radius: 15px;
}
.shopbox-sec1 .cont .lt .f_jut::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.shopbox-sec1 .cont .lt .f_jut::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0071dc;
}
.shopbox-sec1 .cont .lt .f_jut::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item {
  width: 100%;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item:last-child {
  padding-bottom: 0;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title,
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li {
  position: relative;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title i,
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li i {
  position: relative;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title:before,
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 4px;
  background-color: #eaeef3;
  width: 2px;
  height: 126%;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: #222222;
  padding-bottom: 20px;
}
.f_juth2 {
  font-size: 20px;
  color: #222222;
  padding-bottom: 30px;
  font-weight: bold;
  border-bottom:1px solid #dddd;
  margin-bottom:50px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title {
    font-size: 18px;
    padding-bottom: 16px;
  }
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title i {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #b8c6d5;
  background-color: #a8caef;
  width: 26px;
  height: 26px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title i {
    width: 22px;
    height: 22px;
  }
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title i img {
  max-width: 64%;
  max-height: 64%;
  object-fit: contain;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title span {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding-left: 16px;
  display: block;
  width: calc(100% - 26px);
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title span {
    width: calc(100% - 22px);
    padding-left: 12px;
  }
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 9px;
  padding-bottom: 12px;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li:last-child {
  padding-bottom: 22px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .lt .f_jut .fz_item .list .li:last-child {
    padding-bottom: 18px;
  }
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li i {
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #f1f4f9;
  background-color: #eaeef3;
  border-radius: 50%;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li span {
  color: #000000;
  opacity: 0.4;
  display: block;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  font-size: 16px;
  font-weight: bold;
  padding-left: 28px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .lt .f_jut .fz_item .list .li span {
    font-size: 14px;
    padding-left: 24px;
  }
}
.shopbox-sec1 .cont .lt .f_jut .fz_item:last-child .list .li:last-child {
  padding-bottom: 0;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item:last-child .list .li:last-child:before {
  display: none;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item.active .fz_title i {
  background-color: #0071dc;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item.active .fz_title span {
  color: #0071dc;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item.active .list .on i {
  background-color: #0071dc;
}
.shopbox-sec1 .cont .lt .f_jut .fz_item.active .list .on span {
  color: #0071dc;
  opacity: 1;
}
.shopbox-sec1 .cont .gt {
  width: 74.28%;
}
@media (max-width: 991px) {
  .shopbox-sec1 .cont .gt {
    width: 100%;
  }
}
.shopbox-sec1 .cont .gt .fz_item {
  width: 100%;
  background-color: #fff;
  background-color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.shopbox-sec1 .cont .gt .fz_item .fzq_title {
  border-radius: 5px;
  position: relative;
  padding: 0.38rem 0.32rem 0.34rem;
  padding-right: 0.4rem;
  background-position: center;
  background-size: cover;
  color: #fff;
  margin-bottom: 0.64rem;
}
.shopbox-sec1 .cont .gt .fz_item .fzq_title .tit {
  display: flex;
  align-items: center;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.shopbox-sec1 .cont .gt .fz_item .fzq_title .tit i {
  display: block;
  overflow: hidden;
  width: 34px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .tit i {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .tit i {
    width: 26px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .tit i {
    width: 0.46rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .fzq_title .tit i img {
  max-width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .fzq_title .tit span {
  line-height: 1;
  display: block;
  width: calc(100% - 30px);
  padding-left: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .tit span {
    padding-left: 12px;
    width: calc(100% - 26px);
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .tit span {
    width: calc(100% - 24px);
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .tit span {
    width: calc(100% - 0.46rem);
  }
}
.shopbox-sec1 .cont .gt .fz_item .fzq_title .text {
  opacity: 0.5;
  font-size: 16px;
  line-height: 22px;
  padding-top: 12px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .text {
    padding-top: 8px;
  }
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .fzq_title .text {
    font-size: 14px;
    line-height: 20px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list {
  width: 100%;
  padding: 0 0.6rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list {
    padding: 0 0.24rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title {
  width: 100%;
  display: flex;
  align-items: center;
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title i {
  display: block;
  overflow: hidden;
  width: 22px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .f_title i {
    width: 18px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title span {
  display: block;
  padding-left: 10px;
  width: calc(100% - 22px);
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .f_title span {
    width: calc(100% - 18px);
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 {
  display: flex;
  align-items: center;
  position: relative;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 i {
  display: block;
  position: relative;
  font-size: 0.34rem;
  line-height: 0.8;
  color: #fcba30;
  opacity: 0.8;
  font-style: normal;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 span {
  position: relative;
  color: #0b1e40;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 span {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 .label {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
  transform: translateY(-60%);
  line-height: 0.8;
  font-size: 0.48rem;
  letter-spacing: 0px;
  color: #fcba30;
  opacity: 0.2;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0.26rem -10px 0.76rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li {
  width: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li {
    width: 100%;
    margin-bottom: 0.22rem;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li:last-child {
    margin-bottom: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li .lis {
  width: 100%;
  border-radius: 10px;
  background-color: #d9e8fc;
  background-color: rgba(217, 232, 252, 0.8);
  padding: 0.42rem 0.3rem 0.46rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li .lis i {
  border-radius: 50%;
  display: flex;
  border: 1px solid rgba(0, 113, 220, 0.2);
  align-items: center;
  justify-content: center;
  width: 0.96rem;
  height: 0.96rem;
  margin-bottom: 0.26rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li .lis i img {
  max-width: 56.25%;
  max-height: 56.25%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li .lis .tit {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .advantage_cont .fz_li .lis .tit {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont {
  margin-top: 10px;
  margin-bottom: 0.5rem;
  position: relative;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .img {
  width: 2.88rem;
  overflow: hidden;
  width: 4rem;
  height: 4rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .img img {
  width: 100%;
  float: left;
  height: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .but {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .but {
    opacity: 1;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .but span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.64rem;
  height: 0.64rem;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  color: #0065c6;
  padding: 0.12rem;
  line-height: 18px;
  width: 1rem;
  height: 1rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .but span {
    line-height: 16px;
    font-size: 12px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_center .but:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.84rem;
  height: 0.84rem;
  border-radius: 50%;
  background-color: #fff;
  -webkit-animation: scale100 1.4s linear infinite;
  animation: scale100 1.4s linear infinite alternate;
  opacity: 0.15;
}
@media (min-width: 768px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen {
  display: flex;
  flex-wrap: wrap;
  pointer-events: none;
  justify-content: space-between;
  align-content: center;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(10) .fz_text {
  animation-delay: 8s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(9) .fz_text {
  animation-delay: 7.2s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(8) .fz_text {
  animation-delay: 6.4s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(7) .fz_text {
  animation-delay: 5.6s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(6) .fz_text {
  animation-delay: 4.8s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(5) .fz_text {
  animation-delay: 4s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(4) .fz_text {
  animation-delay: 3.2s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(3) .fz_text {
  animation-delay: 2.4s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(2) .fz_text {
  animation-delay: 1.6s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(1) .fz_text {
  animation-delay: 0.8s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li {
  display: flex;
  width: 50%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li .fz_text {
  margin: 0.06rem 0;
}
@media (min-width: 768px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li:nth-child(2n) {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li {
    width: 100%;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .f_zwen .li .fz_text {
    width: 100%;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text {
  background-color: #ffffff;
  box-shadow: -9px 1px 51px 0px rgba(152, 169, 180, 0.24);
  border-radius: 28px;
  opacity: 0.95;
  padding: 12px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text {
    position: relative;
    font-size: 14px;
    margin-bottom: 14px;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text {
    -webkit-animation: ltgt1 4s linear infinite alternate;
    animation: ltgt1 4s linear infinite alternate;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text i {
  display: block;
  width: 30px;
  height: 30px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background-color: #cce3f8;
  border-radius: 50%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text i img {
  width: 50%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text span {
  display: block;
  flex: 1 1 auto;
  padding-left: 12px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text {
    padding: 8px;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text i {
    width: 22px;
    height: 22px;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont .fz_text span {
    padding-left: 8px;
  }
}
@media (min-width: 768px) {
}
.shopbox-sec1 .cont .gt .fz_item .f_list .flat_cont:hover .fz_center .but {
  opacity: 1;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0.26rem -10px 0.6rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li {
  width: 33.33%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li {
    margin-bottom: 0.22rem;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li:last-child {
    margin-bottom: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list {
  width: 100%;
  background-color: #d9e8fc;
  border-radius: 10px;
  padding: 0.28rem 0.33rem 0.24rem;
  min-height: 2.7rem;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .font {
  width: 100%;
  margin-bottom: 0.22rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  font-size: 20px;
  margin-bottom: 6px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .font .tit {
    font-size: 18px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .font .text {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .font .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 6px;
  overflow: hidden;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but i img,
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but i svg {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but i img path,
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list .but i svg path {
  fill: #0071dc;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list:hover {
  background-color: #0071dc;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list:hover .font .tit {
  color: #fff;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list:hover .font .text {
  color: #fff;
  opacity: 0.6;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list:hover .but {
  color: #ffffff;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list:hover .but i {
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .cost_cont .fz_li .f_list:hover .but i svg path {
  fill: #fff;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 14px -10px 0.68rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont {
    margin: 10px -5px 0.68rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li {
    width: 100%;
    margin-bottom: 0.24rem;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li:last-child {
    margin-bottom: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgba(217, 232, 252, 0.8);
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0.54rem 0.28rem;
  min-height: 2.35rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .fz_img {
  width: 1.12rem;
  position: relative;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .fz_img .img {
  width: 100%;
  overflow: hidden;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .fz_img .img img {
  float: left;
  width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .fz_img .img2 {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 66.98%;
  overflow: hidden;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .fz_img .img2 img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font {
  width: calc(100% - 1.12rem);
  padding-left: 0.3rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .tit {
  color: #222222;
  font-size: 18px;
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .tit {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .but i {
  display: block;
  overflow: hidden;
  width: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .but i {
    width: 10px;
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists .font .but i img {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li .f_lists:hover .font .but i {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li2 .f_lists .fz_img {
  width: 1.06rem;
  cursor: pointer;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li2 .f_lists .font {
  width: calc(100% - 1.06rem);
  padding-left: 0.36rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fingerpost_cont .fz_li2 .f_lists .font .but i {
  width: 6px;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0.26rem -10px 0.66rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li:last-child {
    margin-bottom: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff;
  box-shadow: -1px 3px 20px 0px rgba(134, 143, 156, 0.13);
  border-radius: 10px;
  box-shadow: -1px 3px 40px 0px rgba(141, 157, 179, 0.21);
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding-bottom: 0.34rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists {
    padding-bottom: 0.46rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font {
  width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit {
  display: flex;
  align-items: center;
  color: #222222;
  width: 100%;
  border-bottom: 1px solid #f2f7ff;
  padding: 25px 35px 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit {
    padding: 20px 30px 10px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit {
    padding: 0.36rem 0.46rem 10px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f7ff;
  width: 0.56rem;
  border-radius: 50%;
  height: 0.56rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit i img {
  width: 42.857%;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit i {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit span {
  padding-left: 10px;
  display: block;
  width: calc(100% - 0.56rem);
  font-size: 20px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .tit span {
    width: calc(100% - 0.76rem);
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text {
  padding: 25px 35px 22px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 30px 16px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text {
    padding: 0.35rem 0.46rem 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text .li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6px;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text .li:last-child {
  margin-bottom: 0;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text .li:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 3px;
  height: 3px;
  background-color: #666666;
  margin-top: 9.5px;
  display: none;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text .li:before {
    margin-top: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .font .text .li span {
  flex: 1 1 auto;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  padding: 0 35px;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .but {
    font-size: 14px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .but {
    padding: 0 0.46rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .but i {
  display: block;
  overflow: hidden;
  width: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .but i {
    width: 10px;
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists .but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .data_cont .fz_li .fz_lists:hover .but i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .fzq_cont {
  margin-top: 16px;
  margin-bottom: 0.76rem;
  padding-left: 32px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .fzq_cont {
    font-size: 14px;
    line-height: 24px;
    padding-left: 28px;
    margin-top: 12px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont {
  padding: 0.26rem 0 0.76rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.48rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .f_icon {
  display: block;
  margin-top: 4px;
  width: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .f_icon {
    width: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .f_icon img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font {
  padding-left: 15px;
  width: calc(100% - 16px);
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font {
    padding-left: 12px;
    width: calc(100% - 14px);
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .tit {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .tit {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit .font .but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .app_lsit:hover .font .but i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts {
    margin: 0 -5px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list {
  width: 50%;
  padding: 0 9px;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list {
    padding: 0 5px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list {
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list:last-child {
    margin-bottom: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li {
  background-color: #f6f8fb;
  background-color: rgba(217, 232, 252, 0.8);
  border-radius: 10px;
  padding: 0.6rem 0.4rem 0.64rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .f_icon {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  background-color: #0071dc;
  border-radius: 50%;
  justify-content: center;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .f_icon {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .f_icon img {
  max-width: 53%;
  max-height: 53%;
  object-fit: contain;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font {
  width: calc(100% - 0.6rem);
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font {
    width: calc(100% - 0.76rem);
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font .tit {
  color: #222222;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font .tit {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font .text {
  font-size: 16px;
  line-height: 26px;
  margin-top: 6px;
  color: #666666;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .font .text {
    margin-top: 2px;
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .er {
  position: absolute;
  right: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .er img {
  width: 120px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .er img {
    width: 100px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .er img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li .er img {
    width: 1.2rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts .fzq_list .li:hover .er {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}
@media (max-width: 1281px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 {
    margin: 0 -0.2rem;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 {
    margin: 0 -0.14rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li {
  width: 16.66666%;
  padding: 0 0.1rem;
  text-align: center;
  margin-bottom: 0.3rem;
}
@media (max-width: 1281px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li {
    width: 33.33%;
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li {
    padding: 0 0.14rem;
    width: 50%;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .f_icon {
  width: 0.6rem;
  height: 0.6rem;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 auto 0.1rem;
  display: flex;
  align-items: center;
  background-color: #0071dc;
  border-radius: 50%;
  justify-content: center;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .f_icon {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .f_icon img {
  max-width: 53%;
  max-height: 53%;
  object-fit: contain;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .font .tit {
  color: #222222;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .font .tit {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .font .tit {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .font .text {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
  color: #666666;
  word-break: break-all;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .apply_cont .fz_juts2 .li .font .text {
    margin-top: 2px;
    font-size: 12px;
    line-height: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont {
  padding-left: 0.32rem;
  margin-top: 0.26rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont {
    padding-left: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list {
  display: block;
  margin-bottom: 0.34rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .tit {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 22px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .tit {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list .but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .est_list:hover .but i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .img {
  width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .establish_cont .img img {
  max-width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont {
  padding-left: 0.32rem;
  margin-top: 0.36rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont {
    padding-left: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .fz_text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .fz_text {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list {
  margin-top: 0.46rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list {
    justify-content: space-between;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  margin-right: 2rem;
  position: relative;
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li {
    margin-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li {
    margin-right: 0.7rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li:last-child {
  margin-right: 0;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.64rem;
  height: 1.64rem;
  background-color: #f6f8fb;
  background-color: rgba(225, 237, 253, 0.8);
  border-radius: 50%;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .img {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .img {
    width: 1.54rem;
    height: 1.54rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .img img {
  object-fit: contain;
  max-width: 66.463%;
  max-height: 56.7%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .tit {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .li .tit {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .xian {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 8.9rem;
  height: 22px;
  background-color: #f6f8fb;
  background-color: rgba(225, 237, 253, 0.8);
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .xian {
    height: 18px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .xian {
    height: 16px;
    width: 8rem;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .xian {
    width: 100%;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .xian span {
  position: absolute;
  left: 0;
  height: 8px;
  display: block;
  width: 0.81rem;
  left: 0%;
  overflow: hidden;
  animation: left1 2s ease infinite;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .set_list .xian span img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .set_cont .but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont {
  margin-top: 0.36rem;
  margin-bottom: 1rem;
  padding-left: 0.32rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont {
    padding-left: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fz_text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fz_text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fz_text {
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list {
  display: block;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .img {
  width: 7.46rem;
  overflow: hidden;
  margin-top: 0.34rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .img {
    width: 100%;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .img img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .upload_cont .fzq_list .but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont {
  width: 100%;
  margin-top: 0.36rem;
  margin-bottom: 1rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list {
  margin-bottom: 0.4rem;
  background-color: #f6f8fb;
  background-color: rgba(225, 237, 253, 0.7);
  border-radius: 10px;
  padding: 0.36rem 0.32rem;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #111111;
  margin-bottom: 0.24rem;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .tit {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .tit {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list .but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs1_list:hover .but i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_bag {
  background-color: rgba(225, 237, 253, 0.7);
  padding: 0.4rem 0.4rem 0.36rem;
  margin-bottom: 0.2rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_title {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.24rem;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_title {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_title {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 0.8rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei {
    padding-left: 0;
    padding-right: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 2.8rem;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li {
    width: 3.2rem;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li {
    width: 2.2rem;
  }
}
@media (max-width: 567px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li {
    width: 50%;
    margin-bottom: 0.4rem;
    padding: 0 0.4rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li .img {
  width: 1.64rem;
  height: 1.64rem;
  border-radius: 50%;
  background-color: #f6f8fb;
  background-color: #d9e8fc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li .img {
    margin-bottom: 12px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li .img img {
  max-width: 1.1rem;
  max-height: 0.74rem;
  object-fit: contain;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li .tit {
  color: #666666;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs2_nei .li .tit {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan {
  padding: 0.34rem 0.32rem 0.4rem;
  background-color: #f6f8fb;
  background-color: rgba(225, 237, 253, 0.7);
  border-radius: 10px;
  margin-bottom: 0.36rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .ftitle {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  margin-bottom: 0.34rem;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .ftitle {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .ftitle {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .ftitle {
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut {
  display: flex;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut {
    flex-wrap: wrap;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li {
  margin-right: 1.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li {
    width: 33.333%;
    margin-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li {
    width: auto;
    margin-right: 0.4rem;
    margin-bottom: 0.26rem;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li:last-child {
  margin-right: 0;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #0071dc;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li i {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li i {
    width: 22px;
    height: 22px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li i img {
  width: 53.57%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li span {
  display: block;
  color: #666666;
  width: calc(100% - 28px);
  font-size: 16px;
  padding-left: 12px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li span {
    width: calc(100% - 24px);
    font-size: 14px;
    padding-left: 8px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .wfs_xuan .fq_jut .li span {
    width: calc(100% - 22px);
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .fz_but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .fz_but {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .fz_but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .fz_but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .fz_but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wfs_cont .fz_but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs2_nei .li {
  width: 2.4rem;
}
@media (max-width: 567px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs2_nei .li {
    width: 50%;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs2_nei .li .tit {
  color: #222222;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs2_nei .li .tit {
    margin-bottom: 6px;
    font-size: 16px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs2_nei .li .text {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs2_nei .li .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs_xuan .fq_jut .li {
  margin-right: 0.56rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .wmc_cont .wfs_xuan .fq_jut .li:last-child {
  margin-right: 0;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .activete_cont {
  margin-top: 0.36rem;
  margin-bottom: 0.86rem;
  padding-left: 0.32rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .activete_cont {
    padding-left: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .activete_cont .img {
  width: 1.47rem;
  overflow: hidden;
  margin-bottom: 0.36rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .activete_cont .img img {
  float: left;
  width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .activete_cont .text {
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .activete_cont .text {
    font-size: 14px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont {
  margin-bottom: 0.54rem;
  padding-left: 0.32rem;
  margin-top: 0.26rem;
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont {
    padding-left: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_text {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_but {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_but {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_but i {
  display: block;
  overflow: hidden;
  width: 6px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_but i {
    margin-left: 8px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_but i img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .fz_but:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .img {
  width: 7.62rem;
  overflow: hidden;
  margin-left: -0.6rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .hatch_cont .img img {
  width: 100%;
  float: left;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont {
  padding-left: 0.32rem;
  padding-right: 1.94rem;
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 1199px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont {
    padding: 0;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont .fz_text {
  font-size: 18px;
  line-height: 28px;
  color: #333333;
}
@media (max-width: 1580px) {
  .shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont .fz_text {
    font-size: 16px;
    line-height: 26px;
  }
}
.shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont .fz_img {
  width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont .fz_img img {
  width: 100%;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont .img1 {
  margin-bottom: 0.7rem;
  margin-left: -0.6rem;
}
.shopbox-sec1 .cont .gt .fz_item .f_list .diagnose_cont .img2 {
  margin-top: 0.32rem;
}
.shopbox-sec1 .cont .gt .fz_item:first-child .fzq_title .tit {
  font-family: 'zhubiao', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.shopbox-sec1 .cont .gt .fz_item:first-child .fzq_title .tit span {
  margin-top: 6px;
}
.shopbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -19px;
}
@media (max-width: 1900px) {
  .shopbox-sec2 .cont {
    margin: 0 -14px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec2 .cont {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec2 .cont {
    margin: 0;
  }
}
.shopbox-sec2 .cont .item {
  width: 50%;
  padding: 0 19px;
}
@media (max-width: 1900px) {
  .shopbox-sec2 .cont .item {
    padding: 0 14px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec2 .cont .item {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .shopbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.shopbox-sec2 .cont .item .list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  background-color: #d9e8fc;
  padding: 0.64rem 0.5rem 0.6rem;
  padding-right: 0.66rem;
  border-radius: 10px;
  min-height: 3.78rem;
  height: 100%;
}
.shopbox-sec2 .cont .item .list .tit {
  margin-bottom: 12px;
  color: #222222;
}
@media (max-width: 1580px) {
  .shopbox-sec2 .cont .item .list .tit {
    margin-bottom: 8px;
  }
}
.shopbox-sec2 .cont .item .list .text {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  margin-bottom: 0.88rem;
  margin-bottom: 0.4rem;
}
@media (max-width: 1580px) {
  .shopbox-sec2 .cont .item .list .text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec2 .cont .item .list .text {
    line-height: 24px;
  }
}
.shopbox-sec2 .cont .item .list .but {
  display: flex;
}
.shopbox-sec2 .cont .item .list .but .li {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-size: 16px;
  margin-right: 0.68rem;
}
@media (max-width: 1580px) {
  .shopbox-sec2 .cont .item .list .but .li {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .shopbox-sec2 .cont .item .list .but .li {
    margin-right: 0.36rem;
  }
}
.shopbox-sec2 .cont .item .list .but .li:last-child {
  margin-right: 0;
}
.shopbox-sec2 .cont .item .list .but .li i {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  width: 6px;
  overflow: hidden;
  margin-left: 8px;
}
@media (max-width: 1580px) {
  .shopbox-sec2 .cont .item .list .but .li i {
    margin-left: 6px;
  }
}
.shopbox-sec2 .cont .item .list .but .li i svg,
.shopbox-sec2 .cont .item .list .but .li i img {
  width: 100%;
  float: left;
}
.shopbox-sec2 .cont .item .list .but .li:hover i {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.shopbox-sec3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.8rem 0.68rem;
  position: relative;
  overflow: visible;
  text-align: center;
  z-index: 11;
  color: #fff;
}
.shopbox-sec3 .fzyuan1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.shopbox-sec3 .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.2;
}
.shopbox-sec3 .tit span {
  position: relative;
}
.shopbox-sec3 .tit span:before {
  content: "";
  display: block;
  width: 0.36rem;
  height: 0.5rem;
  position: absolute;
  left: 100%;
  top: -0.08rem;
  margin-left: 0.14rem;
  background: url(../imgs/fengcheimgf1.svg) left top / 100% auto no-repeat;
}
.shopbox-sec3 .text {
  color: #e0e0e0;
  opacity: 0.8;
  font-size: 18px;
  margin-bottom: 0.34rem;
  line-height: 40px;
}
@media (max-width: 1580px) {
  .shopbox-sec3 .text {
    font-size: 16px;
  }
}
.shopbox-sec3 .but {
  margin: 0 auto;
  line-height: 1.2;
  position: relative;
  width: 1.62rem;
  height: 58px;
}
@media (max-width: 1580px) {
  .shopbox-sec3 .but {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec3 .but {
    width: 120px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec3 .but {
    width: 2.2rem;
    height: 0.86rem;
  }
}
.shopbox-sec3 .but .f_tit {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 29px;
  background-color: #fcba30;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  font-size: 16px;
  color: #333333;
}
@media (max-width: 1580px) {
  .shopbox-sec3 .but .f_tit {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec3 .but .f_tit {
    border-radius: 0.43rem;
    font-size: 0.24rem;
  }
}
@media (max-width: 1580px) {
  .shopbox-sec3 .but .f_tit {
    border-radius: 26px;
  }
}
@media (max-width: 1199px) {
  .shopbox-sec3 .but .f_tit {
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .shopbox-sec3 .but .f_tit {
    border-radius: 0.4rem;
  }
}
.shopbox-sec3 .but .f_tit i {
  display: block;
  width: 7px;
  margin-left: 10px;
  transition: all 0.4s;
}
.shopbox-sec3 .but .f_tit i svg {
  float: left;
  width: 100%;
}
.shopbox-sec3 .but .f_tit i svg path {
  fill: #333333;
}
.shopbox-sec3 .but .f_hover {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 3;
  background-color: #f2f7ff;
  border-radius: 0.2rem;
  padding: 14px 12px;
  display: none;
}
@media (max-width: 767px) {
}
.shopbox-sec3 .but .f_hover a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: #333333;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 14px;
  display: block;
  padding: 10px 0.24rem;
}
@media (max-width: 1580px) {
  .shopbox-sec3 .but .f_hover a {
    font-size: 12px;
    padding: 6px 0.24rem;
  }
}
.shopbox-sec3 .but .f_hover a:last-child {
  margin-bottom: 0;
}
.shopbox-sec3 .but .f_hover a:hover {
  opacity: 1;
  color: #0071dc;
  background-color: rgba(5, 96, 216, 0.06);
}
.shopbox-sec3 .but.on .f_tit i {
  transform: rotate(180deg);
}
.shopbox-sec3 .but:hover .f_tit {
  opacity: 0.9;
}
.shopbox-sec3 .container {
  position: relative;
  z-index: 4;
}
.shopbox-sec3 .yuan {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-animation: transzh 10s linear infinite;
  animation: transzh 10s linear infinite;
}
.shopbox-sec3 .yuan:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.shopbox-sec3 .name1 {
  width: 55%;
  left: -20%;
  top: -30%;
}
.shopbox-sec3 .name2 {
  width: 21.35416667%;
  top: -80%;
  left: 30%;
  animation-delay: 2s;
}
@media (max-width: 1580px) {
  .shopbox-sec3 .name2 {
    top: -60%;
  }
}
@media (max-width: 991px) {
  .shopbox-sec3 .name2 {
    top: -40%;
  }
}
@media (max-width: 767px) {
  .shopbox-sec3 .name2 {
    top: -10%;
  }
}
.shopbox-sec3 .name3 {
  width: 29.8958333%;
  right: -10%;
  bottom: -3.4rem;
  animation-delay: 4s;
}
@media (max-width: 1199px) {
  .shopbox-sec3 .name3 {
    bottom: -1rem;
  }
}
.shopbox-sec3 .name4 {
  width: 5.729166%;
  left: 10%;
  top: 20%;
  animation-delay: 6s;
}
@keyframes scale100 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@-webkit-keyframes scale100 {
  from {
    transform: translate(-50%, -50%) scale(0.8);
  }
  to {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
@keyframes ltgt1 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-0.4rem);
    transform: translateX(-0.4rem);
  }
}
@-webkit-keyframes ltgt1 {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-0.4rem);
    transform: translateX(-0.4rem);
  }
}
@keyframes left1 {
  from {
    left: 0;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 48%;
    left: 100%;
  }
}
@keyframes left2 {
  from {
    left: 48%;
    opacity: 0;
  }
  to {
    opacity: 1;
    left: 100%;
  }
}
/* End */
/* 卖家大学 */
.univerbanner {
  width: 100%;
  position: relative;
}
.univerbanner .bag {
  width: 100%;
  height: 5.04rem;
}
@media (max-width: 1580px) {
  .univerbanner .bag {
    height: 6rem;
  }
}
.univerbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.univerbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .univerbanner .bag img:nth-child(1) {
    display: none;
  }
  .univerbanner .bag img:nth-child(2) {
    display: block;
  }
}
.univerbanner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.univerbanner .cont .name {
  color: #9bafca;
  margin-bottom: 2px;
}
.univerbanner .cont .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.4;
  margin-bottom: 0.36rem;
}
.univerbanner .cont .hm_but {
  margin: 0 auto;
  min-width: 210px;
}
@media (max-width: 1580px) {
  .univerbanner .cont .hm_but {
    min-width: 210px;
  }
}
@media (max-width: 1199px) {
  .univerbanner .cont .hm_but {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  .univerbanner .cont .hm_but {
    min-width: 160px;
  }
}
.univerbanner .cont .f_tishi {
  text-align: center;
  color: #9bafca;
  margin-top: 0.12rem;
}
.univerbox-sec1 .cont {
  padding: 23px 0;
}
@media (max-width: 767px) {
  .univerbox-sec1 .cont {
    padding: 1.2rem 0;
  }
}
.univerbox-sec1 .cont .jut {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .univerbox-sec1 .cont .jut {
    text-align: center;
  }
}
.univerbox-sec1 .cont .jut .lt {
  padding-right: 0.2rem;
  width: 50%;
}
@media (max-width: 767px) {
  .univerbox-sec1 .cont .jut .lt {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
}
.univerbox-sec1 .cont .jut .lt .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #0b1e40;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .univerbox-sec1 .cont .jut .lt .tit {
    margin-bottom: 6px;
  }
}
.univerbox-sec1 .cont .jut .lt .tit span {
  color: #005edc;
}
.univerbox-sec1 .cont .jut .lt .text {
  margin-bottom: 0.54rem;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .univerbox-sec1 .cont .jut .lt .text {
    font-size: 16px;
  }
}
@media (min-width: 1581px) {
  .univerbox-sec1 .cont .jut .lt .hm_but {
    min-width: 160px;
  }
}
@media (max-width: 767px) {
  .univerbox-sec1 .cont .jut .lt .hm_but {
    margin: 0 auto;
  }
}
.univerbox-sec1 .cont .jut .gt {
  width: 63.07%;
  width: 50%;
}
@media (max-width: 767px) {
  .univerbox-sec1 .cont .jut .gt {
    width: 100%;
  }
}
.univerbox-sec1 .cont .jut .gt .img {
  width: 100%;
  padding-bottom: 70.731%;
}
.univerbox-sec1 .cont .jut .gt .img img {
  width: 80%;
  height: 80%;
}
.univerbox-sec1 .cont:nth-child(2n) {
  background-color: #fafafa;
}
.univerbox-sec1 .cont:nth-child(2n) .jut .lt {
  order: 1;
  padding-right: 0;
  padding-left: 0.2rem;
  padding-left: 1.6rem;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .univerbox-sec1 .cont:nth-child(2n) .jut .lt {
    padding-left: 0;
  }
}
.univerbox-sec2 {
  position: relative;
}
.univerbox-sec2 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.univerbox-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.univerbox-sec2 .cont {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0.8rem 0 0.68rem;
}
.univerbox-sec2 .cont .tit {
  width: 100%;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.univerbox-sec2 .cont .tit img {
  width: 24px;
  display: block;
  margin: 0 6px;
}
@media (max-width: 1580px) {
  .univerbox-sec2 .cont .tit img {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .univerbox-sec2 .cont .tit img {
    width: 14px;
  }
}
.univerbox-sec2 .cont .text {
  margin-bottom: 0.32rem;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .univerbox-sec2 .cont .text {
    font-size: 16px;
  }
}
.univerbox-sec2 .cont .hm_but {
  margin: 0 auto;
  min-width: 195px;
}
@media (max-width: 1580px) {
  .univerbox-sec2 .cont .hm_but {
    min-width: 210px;
  }
}
@media (max-width: 767px) {
  .univerbox-sec2 .cont .hm_but {
    min-width: 160px;
  }
}
.univerbox-sec2 .cont .f_tishi {
  text-align: center;
  color: #9bafca;
  margin-top: 0.1rem;
}
/* End */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/* 卖家指南 */
.seller-guide-banner-box{
  background-color: #F2F8FD;
  padding: 1rem 0;
  box-sizing: border-box;
}
.seller-guide-banner-container{
  display: flex;
  align-items: center;
  justify-content: center;
}
.seller-guide-banner-box .tit {
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.06rem;
}
.seller-guide-banner-box .tit img{
  width: .22rem;
  height: .22rem;
  margin-left: .14rem;
  margin-top: .06rem;
}
.seller-guide-banner-box .tit2 {
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.1rem;
  white-space: nowrap;
}
.seller-guide-banner-box .text {
  color: #0b1e40;
  opacity: 0.7;
}
.seller-guide-banner-left{
  width: 4.1rem;
}
.seller-guide-banner-right{
  margin-left: 1.5rem;
}
.seller-guide-banner-right{
  display: flex;
}
.seller-guide-img{
  border-radius: 12px;
  overflow: hidden;
}
.seller-guide-img img{
  width: 100%;
  display: block;
  height: 100%;
}
.seller-guide-banner-img1{
  width: 3rem;
}
.seller-guide-banner-right-center{
  width: 2.9rem;
  margin-left: .26rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.seller-guide-banner-right-end{
  width: 2.19rem;
  margin-left: .26rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.seller-guide-section1{
  padding: .56rem 0;
  background-color: #0071DC;
  position: relative;
  overflow: hidden;
}
.section1-title{
  font-size: .32rem;
  color: #FFFFFF;
  line-height: .56rem;
  text-align: center;
}
.seller-guide-section1 img{
  width: 3.89rem;
  position: absolute;
  top: 0;
}
.seller-guide-section1-bg1{
  left: .3rem;
}
.seller-guide-section1-bg2{
  right: .3rem;
}
.seller-guide-section2{
  background-color: #D9E7FC;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut{
  padding: .4rem .2rem;
  box-sizing: border-box;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title{
  padding-bottom: .38rem;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item:last-child .fz_title{
  padding-bottom: .1rem;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title i{
  width: .18rem;
  height: .18rem;
  background-color: #D3E4F6;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item.active .fz_title i{
  background-color: #005DDC;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title i b{
  width: .08rem;
  height: .08rem;
  background: #EBEFF4;
  border-radius: 50%;
}
.seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title:before, .seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .list .li:before{
  left: .09rem;
}
.seller-guide-mode-box{
  background: #FFFFFF;
  border-radius: .2rem;
  overflow: hidden;
  margin-bottom: 0rem;
}
.seller-guide-mode-title-box{
  background: linear-gradient(117deg, #026BCF 0%, #0047B1 100%);
  border-radius: 0 0 .1rem 0 0;
  overflow: hidden;
  padding: .4rem .5rem;
  box-sizing: border-box;
}
.seller-guide-section2.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 .label{
  font-size: .32rem;
  color: rgba(252, 186, 48, 0.5);
  opacity: 1;
}
.seller-guide-section2.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 i{
  font-size: .48rem;
  color: #FCBA30;
  opacity: 1;
}
.seller-guide-section2.shopbox-sec1 .cont .gt .fz_item .f_list .f_title2 span{
  font-size: .32rem;
  color: #ffffff;
  opacity: 1;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.seller-guide-mode-content{
  padding: .4rem .45rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.seller-guide-mode-left{
  /*width: 51%;*/
  flex: 1;
  margin-right: 0rem;
}
.seller-guide-mode-letter{
  font-weight: 400;
  font-size: .16rem;
  color: #666666;
  line-height: .32rem;
  text-align: justify;
}
.seller-guide-mode-letter img {width:80%;}
.seller-guide-mode-tips{
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: .18rem;
  color: #333333;
  line-height: .32rem;
  font-family: PingFang SC;
  margin-top: .3rem;
}
.seller-guide-mode-tips img{
  width: .22rem;
  display: block;
  margin-right: .1rem;
}
.seller-guide-mode-card{
  margin-top: .2rem;
  background: #E9F2FD;
  border-radius: .2rem;
  overflow: hidden;
  padding: .3rem .28rem;
  box-sizing: border-box;
}
.seller-guide-card-title{
  font-weight: 400;
  font-size: .18rem;
  color: #222222;
}
.seller-guide-card-text{
  font-size: .14rem;
  color: #666666;
  line-height: .24rem;
  margin-top: .14rem;
}
.seller-guide-card-btn{
  margin-top: .3rem;
}
.seller-guide-card-btn .hm_but{
  width: 1.4rem;
  height: .48rem;
  background-color: #005DDC;
  color: #FFFFFF;
  font-size: .16rem;
  padding: 0;
  cursor: pointer;
}
.seller-guide-card-btn .hm_but:nth-child(1){
  margin-left: 0;
}
.seller-guide-card-btn .hm_but5{
  margin-left: .2rem;
  border: 1px solid #005DDC;
  background-color: transparent;
  color: #005DDC;
}
.seller-guide-card-btn .hm_but:before{
  opacity: 0;
}
.seller-guide-mode-right .seller-guide-banner-img1{
  width: 2.1rem;
}
.seller-guide-mode-right .mb20{
  margin-bottom: .2rem;
}
.seller-guide-mode-right{
  /*width: calc(49% - .32rem);*/
  display: flex;
  flex-shrink: 0;
  flex-grow: 0;
}
.fz_item2 .seller-guide-mode-right{
  margin-right: .32rem;
}
.fz_item2 .seller-guide-mode-left{
  margin-right: 0;
}
.fz_item4 .seller-guide-mode-right{
  margin-right: .32rem;
}
.fz_item4 .seller-guide-mode-left{
  margin-right: 0;
}
.seller-guide-mode-content2 .seller-guide-banner-right-end{
  margin-left: 0;
}
.seller-guide-mode-bottom{
  padding: 0 .5rem .5rem;
  box-sizing: border-box;
}
.seller-guide-mode-bottom-con{
  border-radius: .2rem;
  padding: .26rem .4rem;
  box-sizing: border-box;
  background: url(../images/sellerGuide/star-bg.png) right top no-repeat #041E42;
  background-size: 3.05rem;
}
.seller-guide-mode-bottom-title{
  display: flex;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: .22rem;
  color: #FCBA30;
}
.seller-guide-mode-bottom-title img{
  width: .22rem;
  margin-right: .11rem
}
.seller-guide-mode-bottom-txt{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .32rem;
  width: 5rem
}
.seller-guide-mode-content3 .seller-guide-banner-img1{
  width: 2.47rem
}
.seller-guide-mode-content3 .seller-guide-banner-right-end{
  width: 1.64rem;
}
.seller-guide-mode-content3-bottom{
  padding: 0 .46rem .5rem;
  box-sizing: border-box;
}
.seller-guide-mode-content3-bottom .seller-guide-mode-tips{
  margin-top: 0;
}
.seller-guide-mode-content3-cards{
  display: flex;
  margin-top: .2rem;
}
.seller-guide-mode-content3-cards .seller-guide-mode-card{
  border-radius: 0;
  margin-top: 0;
  padding: .3rem .24rem;
}
.seller-guide-mode-content3-cards .seller-guide-mode-content3-card-item{
  flex: 1;
  width: calc(50% - .12rem);
  margin-right: .24rem;
  border-radius: .24rem;
  overflow: hidden;
  background: #00559B;
}
.seller-guide-mode-content3-cards .seller-guide-mode-content3-card-item:last-child{
  margin-right: 0;
  background: #041E42;
}
.seller-guide-mode-talk-box{
  padding: .3rem .2rem .4rem;
  box-sizing: border-box;
  background: #00559B;
  border-radius: 0 0 .2rem .2rem;
}
.seller-guide-mode-talk{
  position: relative;
}
.seller-guide-mode-talk img{
  width: .17rem;
  display: inline-block;
  position: absolute;
}
.seller-guide-mode-talk div{
  display: inline-block;
  text-align: center;
  font-weight: 400;
  font-size: .14rem;
  color: #FFFFFF;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.seller-guide-mode-task-img1{
  left: 0;
  top: 0;
}
.seller-guide-mode-task-img2{
  transform: rotate(180deg);
  right: 0;
  bottom: .04rem;
}
.seller-guide-mode-talk-bottom{
  margin-top: .32rem;
}
.seller-guide-mode-talk-t1{
  font-weight: 400;
  font-size: .16rem;
  color: #FFFFFF;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.seller-guide-mode-talk-t2{
  font-weight: 400;
  font-size: .14rem;
  color: rgba(255, 255, 255, 0.7);
}
.seller-guide-mode-talk-box2{
  background: #041E42;
}
.seller-guide-mode-content4{
  align-items: flex-start;
}
.seller-guide-mode-content4 .seller-guide-banner-right-end{
  margin-left: 0;
  width: 1.55rem;
}
.seller-guide-mode-content4 .seller-guide-banner-img1{
  margin-left: .2rem;
  width: 3.73rem;
}
.seller-guide-mode-content4-bottom .seller-guide-mode-talk div{
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
  font-size: .22rem;
  color: #FFFFFF;
  line-height: .36rem;
}
.seller-guide-mode-content4-bottom .seller-guide-mode-talk div span{
  color: #FCC040;
}
.seller-guide-mode-content4-bottom .seller-guide-mode-talk div i{
  font-style: normal;
  color: #FCC040;
  font-size: .1rem;
  position: relative;
  top: -.1rem;
}
.seller-guide-mode-content4-bottom .seller-guide-mode-talk-box{
  min-height: 1.9rem
}
.seller-guide-mode-content4-bottom .seller-guide-mode-talk-bottom{
  margin-top: .1rem;
  text-align: center;
}
.seller-guide-mode-content4-bottom .seller-guide-mode-content3-cards .seller-guide-card-text{
  min-height: 1.1rem;
}
.seller-guide-card-btn .hm_but.seller-hm_but{
  width: 2.72rem;
}
.seller-guide-card-btn2{
  white-space: nowrap;
}
.seller-guide-mode-content4-bottom .seller-guide-card-btn .hm_but5{
  margin-left: .05rem;
}
.seller-guide-card-text a{
  color: #005DDC;
  text-decoration: underline;
  cursor: pointer;
}
.seller-guide-mode-content5 .seller-guide-banner-img1{
  width: 2.72rem;
  margin-left: 0;
}
.seller-guide-mode-content5 .seller-guide-banner-img4, .seller-guide-mode-content5 .seller-guide-banner-right-end{
  width: 2.86rem;
}
.seller-guide-banner-right-end-top{
  width: 2.86rem;
  display: flex;
  justify-content: space-between;
}
.seller-guide-banner-right-end-top .seller-guide-img{
  width: calc(50% - .1rem);
}
.seller-guide-mode-content5 .seller-guide-mode-right{
  width: 5.8rem;
  justify-content: space-between;
}
.seller-guide-mode-content5 .seller-guide-mode-left{
  width: calc(100% - 6.05rem)
}
.shopbox-sec2 .cont .gt .fz_item .f_list.last-mode-box{
  padding: .5rem;
  box-sizing: border-box;
}
.last-mode-top-box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.last-mode-top-right{
  width: 4.3rem;
  flex-shrink: 0;
  flex-grow: 0;
  margin-left: .3rem;
}
.shopbox-sec2 .cont .gt .fz_item .last-mode-top-left .tit{
  font-size: .32rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
  color: #222;
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
}
.last-mode-top-left .tit img{
  width: .22rem;
  margin-left: .1rem;
}
.last-mode-top-txt{
  font-family: PingFang SC;
  font-weight: 400;
  font-size: .16rem;
  color: #999999;
  line-height: .32rem;
  /*max-width: 4.22rem;*/
}
.last-mode-top-txt a{
  color: #FCBA30;
  cursor: pointer;
  text-decoration: underline;
}
.last-mode-list-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: .45rem;
}
.last-mode-item{
  width: calc(33.3% - .22rem);
  margin-right: .32rem;
  margin-bottom: .32rem;
  background: #FFFFFF;
  box-shadow: 0 0 .05rem 0 rgba(39,40,41,0.2);
  border-radius: 12px;
  overflow: hidden;
}
.last-mode-item .seller-guide-img{
  width: 100%;
  border-radius: 0;
}
.last-mode-item:nth-child(3), .last-mode-item:last-child{
  margin-right: 0;
}
.last-mode-title{
  padding: .3rem 0;
  text-align: center;
}
.last-mode-title a{
  font-weight: 400;
  font-size: .24rem;
  color: #005DDC;
  text-decoration: underline;
  cursor: pointer;
}
.seller-guide-mode-right .seller-guide-banner-img-w{
  width: 2.02rem
}
@media (max-width: 1910px) {
  .seller-guide-banner-box .text {
    font-size: 12px;
  }
  .seller-guide-banner-box .seller-guide-banner-img1{
    width: 2.6rem;
  }
  .seller-guide-banner-box .seller-guide-banner-right-center{
    width: 2.5rem;
    margin-left: .2rem;
  }
  .seller-guide-banner-box .seller-guide-banner-right-end{
    width: 2rem;
    margin-left: .2rem;
  }
  .seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title{
    font-size: 16px;
  }
  .f_juth2 {font-size:18px;padding-bottom:20px;margin-bottom:30px;}
  .seller-guide-mode-letter{
    font-size: .14rem;
    line-height: .26rem;
  }
  .seller-guide-mode-tips{
    margin-top: 20px;
    font-size: 17px;
  }
  .seller-guide-mode-bottom-txt{
    font-size: 16px;
    line-height: 32px;
    width: auto;
  }
  .seller-guide-mode-card{
    padding: .28rem .26rem;
  }
  .seller-guide-card-text{
    margin-top: .12rem;
    font-size: .13rem;
    line-height: .2rem;
  }
  .seller-guide-card-btn{
    margin-top: .2rem;
  }
  .fz_item2 .seller-guide-mode-right .seller-guide-banner-img1{
    width: 1.9rem;
  }
  /*.fz_item2 .seller-guide-mode-right .seller-guide-banner-img-w{*/
  /*  width: 1.8rem;*/
  /*}*/
  .seller-guide-card-btn .hm_but{
    width: 1.2rem;
    min-width: auto;
    font-size: .14rem;
    height: .4rem;
    margin-left: .1rem;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but{
    width: 2.5rem;
  }
  .last-mode-top-txt{
    font-size: .14rem;
    line-height: .26rem;
  }
}
@media (max-width: 1750px) {
  .last-mode-top-right{
    width: 3.9rem;
    margin-left: .3rem;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but{
    width: 2.3rem;
  }
  .seller-guide-mode-content5 .seller-guide-mode-right{
    width: 4.8rem;
  }
  .seller-guide-mode-content5 .seller-guide-banner-img1{
    width: 2.22rem;
  }
  .seller-guide-mode-content5 .seller-guide-banner-right-end, .seller-guide-banner-right-end-top{
    width: 2.36rem;
  }
  .seller-guide-mode-content5 .seller-guide-banner-img4{
    width: 2.36rem;
  }
  .seller-guide-mode-content5 .seller-guide-mode-left{
    width: calc(100% - 5.05rem);
  }
}
@media (max-width: 1580px) {
  .seller-guide-card-btn .hm_but{
    min-width: 135px;
  }
  .seller-guide-banner-box .text {
    font-size: 12px;
  }
  .seller-guide-section2.shopbox-sec1 .cont .lt .f_jut .fz_item .fz_title span{
    font-size: 14px;
  }
  .seller-guide-mode-content2 .seller-guide-mode-right .seller-guide-banner-right-end{
    width: 2.3rem;
  }
  .seller-guide-mode-content2 .seller-guide-mode-right .seller-guide-banner-img1{
    width: 2.3rem;
  }
  .seller-guide-mode-right .seller-guide-banner-img-w{
    width: 2.1rem
  }
  .last-mode-top-txt{
    /*max-width: 5rem;*/
    font-size: 14px;
    line-height: 20px;
  }
  .last-mode-top-right{
    width: 4.9rem
  }
  .seller-guide-mode-letter{
    font-size: 16px;
    line-height: 28px;
  }
  .seller-guide-card-title{
    font-size: 18px;
  }
  .seller-guide-mode-content5 .seller-guide-mode-right{
    width: 6.4rem;
  }
  .seller-guide-mode-content5 .seller-guide-mode-left {
    width: calc(100% - 6.8rem);
  }
  .seller-guide-mode-content5 .seller-guide-banner-img1{
    width: 3rem;
  }
  .seller-guide-mode-content5 .seller-guide-banner-img4, .seller-guide-mode-content5 .seller-guide-banner-right-end, .seller-guide-banner-right-end-top{
    width: 3.1rem;
  }
  .seller-guide-mode-content-txt-bottom.seller-guide-mode-content4-bottom .seller-guide-mode-content3-cards .seller-guide-card-text{
    min-height: 120px;
  }
  .seller-guide-mode-content-txt-bottom .seller-guide-card-btn .hm_but{
    width: 1.2rem;
    min-width: 120px;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but{
    width: 2.78rem;
  }
  .seller-guide-mode-content4-bottom .seller-guide-mode-content3-cards .seller-guide-card-text{
    min-height: 130px;
  }
  .seller-guide-card-text{
    font-size: 14px;
    line-height: 24px;
  }
  .seller-guide-card-btn .hm_but{
    height: .48rem;
    min-width: 120px;
  }
}
@media (max-width: 1420px) {
  .seller-guide-mode-bottom-txt{
    font-size: 14px;
    line-height: 20px;
  }
  .seller-guide-mode-content{
    padding: .3rem;
  }
  .seller-guide-mode-content3-bottom{
    padding: 0 .3rem .35rem;
  }
  .seller-guide-card-title{
    font-size: 16px;
  }
  .seller-guide-mode-content4-bottom .seller-guide-mode-content3-cards .seller-guide-card-text{
    font-size: 14px;
    line-height: 20px;
  }
  .seller-guide-card-btn .hm_but{
    font-size: 12px;
    min-width: 100px;
  }
  .seller-guide-mode-content-txt-bottom .seller-guide-card-btn .hm_but{
    min-width: 105px;
  }
  .seller-guide-mode-content3-cards .seller-guide-mode-card{
    padding: .24rem .2rem;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but{
    transform: scale(0.95);
    transform-origin: left;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but2{
    min-width: 90px;
    margin-left: -.15rem;
  }
  .seller-guide-mode-content2 .seller-guide-mode-right .seller-guide-banner-img1{
    width: 2rem;
  }
  .seller-guide-mode-letter{
    font-size: 14px;
    line-height: 22px;
  }
  .seller-guide-mode-tips{
    margin-top: 10px;
  }
}
@media (max-width: 920px) {
  .seller-guide-banner-box .seller-guide-banner-img1{
    width: 2.1rem;
  }
  .seller-guide-banner-box .seller-guide-banner-right-center{
    width: 2rem;
  }
  .seller-guide-banner-box .seller-guide-banner-right-end{
    width: 1.5rem;
  }
  .seller-guide-banner-right{
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .fz_item4 .seller-guide-mode-right{
    margin-right: 0;
  }
  .fz_item4 .seller-guide-mode-left{
    margin-top: 20px;
  }
  .seller-guide-banner-container{
    display: block;
  }
  .seller-guide-banner-left{
    width: 100%;
  }
  .seller-guide-banner-right{
    margin-left: 0;
    margin-top: 20px;
  }
  .seller-guide-banner-box .seller-guide-banner-img1{
    width: 35%;
  }
  .seller-guide-banner-box .seller-guide-banner-right-center{
    width: 34%;
  }
  .seller-guide-banner-box .seller-guide-banner-right-end{
    width: 27%;
  }
  .seller-guide-mode-content{
    display: block;
  }
  .seller-guide-mode-right .seller-guide-banner-img1{
    width: 46%
  }
  .seller-guide-banner-right-end{
    width: 44%
  }
  .seller-guide-mode-left{
    margin-right: 0;
  }
  .seller-guide-mode-right{
    margin-top: 20px;
    justify-content: center;
  }
  .text1 p {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #fff;
    letter-spacing: 10px;
}

  .fz_item2 .seller-guide-mode-left{
    margin-top: 20px;
  }
  .fz_item2 .seller-guide-mode-right{
    margin-right: 0;
    justify-content: center;
  }
  .seller-guide-mode-content2 .seller-guide-mode-right .seller-guide-banner-img1{
    width: 100%;
  }
  .seller-guide-mode-right .seller-guide-banner-img-w{
    width: 90%;
  }
  .seller-guide-mode-bottom{
    padding: 0 .3rem .3rem;
  }
  .seller-guide-mode-content3 .seller-guide-banner-right-end{
    width: 32%;
  }
  .seller-guide-card-title{
    font-size: 16px;
  }
  .seller-guide-card-text{
    font-size: 14px;
    line-height: 22px;
  }
  .seller-guide-card-btn .hm_but, .seller-guide-card-btn .hm_but.seller-hm_but2{
    min-width: 154px;
    height: 40px;
    font-size: 14px;
  }
  .seller-guide-mode-content3-cards{
    display: block;
  }
  .seller-guide-mode-content3-cards .seller-guide-mode-content3-card-item{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .seller-guide-mode-content3-cards .seller-guide-mode-content3-card-item:last-child{
    margin-bottom: 0;
  }
  .seller-guide-mode-talk div{
    font-size: 14px;
    line-height: 22px;
  }
  .seller-guide-mode-talk-t1{
    font-size: 16px;
  }
  .seller-guide-mode-talk-t2{
    font-size: 14px;
  }
  .seller-guide-mode-content4-bottom .seller-guide-mode-content3-cards .seller-guide-card-text{
    min-height: auto;
    height: auto;
    margin-bottom: 20px;
  }
  .seller-guide-mode-content-txt-bottom.seller-guide-mode-content4-bottom .seller-guide-mode-content3-cards .seller-guide-card-text{
    min-height: auto;
    margin-bottom: 20px;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but{
    min-width: auto;
    padding: 0 14px;
    width: auto;
    transform: scale(1);
    margin-right: 10px;
  }
  .seller-guide-mode-content5 .seller-guide-mode-left{
    width: 100%;
  }
  .seller-guide-mode-content5 .seller-guide-mode-right{
    margin: 20px auto 0;
  }
}
@media (max-width: 620px) {
  .section1-title{
    font-size: 16px;
  }
  .seller-guide-mode-tips{
    font-size: 16px;
    line-height: 26px;
  }
  .last-mode-top-box{
    display: block;
  }
  .last-mode-top-right{
    margin: 20px auto 0;
  }
  .seller-guide-card-btn .hm_but{
    min-width: 120px;
    height: 36px;
    font-size: 12px;
  }
  .seller-guide-mode-bottom-txt{
    font-size: 12px;
  }
  .seller-guide-mode-bottom-con{
    background-size: auto 100%;
  }
  .fz_item4 .seller-guide-mode-right{
    margin-top: 0;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but, .seller-guide-card-btn .hm_but.seller-hm_but2{
    min-width: 100px;
    font-size: 12px;
    height: 34px;
    transform: scale(0.9);
    transform-origin: left;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but{
    margin-right: 0;
  }
  .seller-guide-card-btn .hm_but.seller-hm_but2{
    margin-right: 0;
    margin-left: -0.35rem;
  }
  .last-mode-item{
    width: calc(50% - .16rem);
  }
  .last-mode-item:nth-child(3n){
    margin-right: .32rem;
  }
  .last-mode-item:nth-child(2n){
    margin-right: 0;
  }
}
/* 卖家帮助 */
.helpbox_bread .fz_cont {
  width: 100%;
  display: flex;
  align-items: center;
}
.helpbox_bread .fz_cont a,
.helpbox_bread .fz_cont span {
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .helpbox_bread .fz_cont a,
  .helpbox_bread .fz_cont span {
    font-size: 14px;
  }
}
.helpbox_bread .fz_cont span {
  display: block;
  margin: 0 6px;
}
.helpbox_bread .fz_cont a:last-child {
  color: #0071dc;
}
.helpbox-sec1 {
  overflow: hidden;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 1.76rem;
  padding-bottom: 1.4rem;
}
.helpbox-sec1 .fz_title {
  position: relative;
  text-align: center;
  color: #222222;
  margin-bottom: 0.52rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.helpbox-sec1 .fz_jut {
  position: relative;
  max-width: 800px;
  margin: 0 auto 1.4rem;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut {
    max-width: 760px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut {
    margin-bottom: 1rem;
  }
}
.helpbox-sec1 .fz_jut .form {
  background-color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  border-radius: 33px;
  padding-right: 30px;
  margin-bottom: 0.24rem;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .form {
    padding-left: 20px;
    border-radius: 30px;
    padding-right: 26px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut .form {
    border-radius: 26px;
    margin-bottom: 0.36rem;
  }
}
.helpbox-sec1 .fz_jut .form input {
  padding: 22px 0;
  color: #222;
  width: calc(100% - 30px);
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .form input {
    padding: 20px;
    width: calc(100% - 26px);
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut .form input {
    padding: 14px 0;
  }
}
.helpbox-sec1 .fz_jut .form .f_sub {
  width: 20px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .form .f_sub {
    width: 16px;
  }
}
.helpbox-sec1 .fz_jut .form .f_sub img,
.helpbox-sec1 .fz_jut .form .f_sub svg {
  width: 100%;
  float: left;
}
.helpbox-sec1 .fz_jut .form .f_sub svg path {
  fill: #222222;
}
.helpbox-sec1 .fz_jut .form.on .f_sub svg path {
  fill: #0071dc;
}
.helpbox-sec1 .fz_jut .f_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #222222;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .f_list {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut .f_list {
    justify-content: flex-start;
  }
}
.helpbox-sec1 .fz_jut .f_list .name {
  width: 100px;
  text-align: left;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .f_list .name {
    width: 90px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut .f_list .name {
    margin-bottom: 8px;
  }
}
.helpbox-sec1 .fz_jut .f_list .nei {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 100px);
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .f_list .nei {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut .f_list .nei {
    max-width: 100%;
    width: 100%;
  }
}
.helpbox-sec1 .fz_jut .f_list .nei .li {
  display: block;
  margin-right: 0.32rem;
  color: #0071dc;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .fz_jut .f_list .nei .li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .fz_jut .f_list .nei .li {
    margin-bottom: 4px;
  }
}
.helpbox-sec1 .fz_jut .f_list .nei .li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #0071dc;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.helpbox-sec1 .fz_jut .f_list .nei .li:hover:before {
  width: 100%;
}
.helpbox-sec1 .helpbox_bread {
  position: relative;
  display: none;
  margin-top: 1.4rem;
  margin-bottom: 0.36rem;
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_bread {
    margin-top: 1rem;
  }
}
.helpbox-sec1 .helpbox_cont {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .helpbox_cont {
    margin: 0 -12px;
  }
}
@media (max-width: 1199px) {
  .helpbox-sec1 .helpbox_cont {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont {
    margin: 0;
  }
}
.helpbox-sec1 .helpbox_cont .item {
  width: 33.333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .helpbox_cont .item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media (max-width: 1199px) {
  .helpbox-sec1 .helpbox_cont .item {
    padding: 0 6px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.26rem;
  }
}
.helpbox-sec1 .helpbox_cont .item .list {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.helpbox-sec1 .helpbox_cont .item .list .font {
  width: 100%;
}
.helpbox-sec1 .helpbox_cont .item .list .font .tit {
  display: flex;
  align-items: center;
  color: #222222;
  width: 100%;
  border-bottom: 1px solid #f3f5f7;
  padding: 25px 35px 10px;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit {
    padding: 20px 30px 10px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit {
    padding: 0.36rem 0.46rem 10px;
  }
}
.helpbox-sec1 .helpbox_cont .item .list .font .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  width: 0.56rem;
  border-radius: 50%;
  height: 0.56rem;
}
.helpbox-sec1 .helpbox_cont .item .list .font .tit i img {
  width: 42.857%;
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit i {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.helpbox-sec1 .helpbox_cont .item .list .font .tit span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-left: 10px;
  display: block;
  width: calc(100% - 0.56rem);
  font-size: 0.24rem;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit span {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit span {
    font-size: 0.32rem;
  }
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .tit span {
    width: calc(100% - 0.76rem);
  }
}
.helpbox-sec1 .helpbox_cont .item .list .font .text {
  padding: 25px 35px 36px;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .text {
    font-size: 14px;
    line-height: 22px;
    padding: 20px 30px 30px;
  }
}
@media (max-width: 767px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .text {
    padding: 0.35rem 0.46rem 0.45rem;
  }
}
.helpbox-sec1 .helpbox_cont .item .list .font .text .li {
  display: flex;
  align-items: flex-start;
  color: #666666;
  margin-bottom: 6px;
}
.helpbox-sec1 .helpbox_cont .item .list .font .text .li:last-child {
  margin-bottom: 0;
}
.helpbox-sec1 .helpbox_cont .item .list .font .text .li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background-color: #666666;
  margin-top: 9.5px;
}
@media (max-width: 1580px) {
  .helpbox-sec1 .helpbox_cont .item .list .font .text .li:before {
    margin-top: 8px;
  }
}
.helpbox-sec1 .helpbox_cont .item .list .font .text .li span {
  padding-left: 8px;
}
.helpbox-sec1 .helpbox_cont .item .list:hover {
  box-shadow: 4px 10px 32px 0px rgba(136, 158, 189, 0.1);
  background-color: #fff;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.helpbox-sec1 .container2 {
  position: relative;
  z-index: 3;
}
.helpbox-sec1 .container2 .fz_logo {
  width: 1.8rem;
  overflow: hidden;
  position: absolute;
  top: 1.3rem;
  right: 0.6rem;
  animation: transzh 12s 3s linear infinite;
}
.helpbox-sec1 .container2 .fz_logo img {
  width: 100%;
  float: left;
}
.helpbox-sec1 .yuan {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-size: 100%;
  animation: transzh 10s linear infinite;
}
.helpbox-sec1 .yuan:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.helpbox-sec1 .na1 {
  width: 12.91666667%;
  background-image: url(../imgs/maijiabanbage1.svg);
  top: 2.37rem;
  left: 16%;
  z-index: 2;
}
.helpbox-sec1 .na2 {
  width: 4.6875%;
  background-image: url(../imgs/maijiabanbage2.svg);
  top: 1.36rem;
  right: 20%;
  z-index: 3;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.helpbox-sec1 .na3 {
  width: 18.125%;
  background-image: url(../imgs/maijiabanbage3.svg);
  top: 1.53rem;
  right: 4%;
  z-index: 2;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.helpbox-sec1 .na4 {
  width: 52.34375%;
  top: -5.11rem;
  right: 30%;
  z-index: 1;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  background-image: url(../imgs/maijiabanbage4.png);
}
@media (max-width: 767px) {
  .helpbox-sec1 .na4 {
    top: -1rem;
  }
}
/* End */
/* 帮助中心搜索结果 */
.helpsearch-sec1 .helpbox_bread {
  margin-bottom: 0.32rem;
}
.helpsearch-sec1 .helpsearch_jut {
  margin-bottom: 0.28rem;
  color: #333333;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .helpsearch-sec1 .helpsearch_jut {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .helpsearch-sec1 .helpsearch_jut {
    font-size: 16px;
  }
}
.helpsearch-sec1 .helpsearch_jut span {
  color: #0071dc;
}
.helpsearch-sec1 .helpsearch_cont .item {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 35px 30px;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .helpsearch-sec1 .helpsearch_cont .item {
    padding: 30px 26px;
  }
}
@media (max-width: 767px) {
  .helpsearch-sec1 .helpsearch_cont .item {
    padding: 0.56rem 0.4rem;
  }
}
.helpsearch-sec1 .helpsearch_cont .item .tit {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  text-overflow: ellipsis;
  margin-bottom: 4px;
  color: #222222;
}
.helpsearch-sec1 .helpsearch_cont .item .tit span {
  color: #0071dc;
}
@media (max-width: 767px) {
  .helpsearch-sec1 .helpsearch_cont .item .tit {
    font-size: 0.38rem;
  }
}
.helpsearch-sec1 .helpsearch_cont .item .text {
  width: 100%;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  height: 54px;
  margin-bottom: 15px;
}
@media (max-width: 1580px) {
  .helpsearch-sec1 .helpsearch_cont .item .text {
    height: 50px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
}
.helpsearch-sec1 .helpsearch_cont .item .text span {
  color: #0071dc;
}
.helpsearch-sec1 .helpsearch_cont .item .jut {
  display: flex;
  align-items: center;
  padding-top: 15px;
  position: relative;
}
@media (max-width: 1580px) {
  .helpsearch-sec1 .helpsearch_cont .item .jut {
    padding-top: 12px;
  }
}
.helpsearch-sec1 .helpsearch_cont .item .jut:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: #f3f5f7;
  width: 4.4rem;
}
.helpsearch-sec1 .helpsearch_cont .item .jut a,
.helpsearch-sec1 .helpsearch_cont .item .jut span {
  color: #999999;
  font-size: 14px;
}
.helpsearch-sec1 .helpsearch_cont .item .jut span {
  display: block;
  margin: 0 6px;
}
.helpsearch-sec1 .helpsearch_cont .item .jut a:last-child {
  color: #0071dc;
}
.helpsearch-sec1 .helpsearch_cont .item:hover {
  background-color: #fff;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 9px 22px 101px 0px rgba(77, 132, 207, 0.1);
}
.helpsearch-sec1 .basepage {
  margin-top: 50px;
}
@media (max-width: 1580px) {
  .helpsearch-sec1 .basepage {
    margin-top: 40px;
  }
}
/* End */
/* 帮助中心详情 */
.helpinfo {
  border-top: 1px solid #e8e8ed;
}
.helpinfo-sec1 {
  margin-top: -0.75rem;
}
@media (max-width: 767px) {
  .helpinfo-sec1 {
    padding-top: 0.6rem;
    margin-top: 0;
  }
}
.helpinfo-sec1 .f_jut {
  display: flex;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .helpinfo-sec1 .f_jut {
    justify-content: flex-end;
  }
}
.helpinfo-sec1 .f_jut .form {
  display: flex;
  width: 100%;
  max-width: 340px;
  align-items: center;
  border-radius: 25px;
  background-color: #f2f5fa;
  padding-left: 30px;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .f_jut .form {
    border-radius: 21px;
    padding-left: 26px;
    padding-right: 16px;
  }
}
.helpinfo-sec1 .f_jut .form input {
  padding: 14px;
  width: calc(100% - 28px);
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .f_jut .form input {
    padding: 12px;
    width: calc(100% - 26px);
  }
}
.helpinfo-sec1 .f_jut .form .f_sub {
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .f_jut .form .f_sub {
    width: 16px;
  }
}
.helpinfo-sec1 .f_jut .form .f_sub img,
.helpinfo-sec1 .f_jut .form .f_sub svg {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .f_jut .form .f_sub svg path {
  fill: #737374;
}
.helpinfo-sec1 .f_jut .form.on .f_sub svg path {
  fill: #0071dc;
}
.helpinfo-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.helpinfo-sec1 .cont .lt::-webkit-scrollbar,
.helpinfo-sec1 .cont .gt::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.helpinfo-sec1 .cont .lt::-webkit-scrollbar-thumb,
.helpinfo-sec1 .cont .gt::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f1f2f6;
}
.helpinfo-sec1 .cont .lt::-webkit-scrollbar-track,
.helpinfo-sec1 .cont .gt::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
@media (min-width: 992px) {
  .helpinfo-sec1 .cont .lt,
  .helpinfo-sec1 .cont .gt {
    position: sticky;
    position: -webkit-sticky;
    top: 90px;
  }
}
.helpinfo-sec1 .cont .lt {
  width: 20%;
  max-height: 100vh;
  overflow: auto;
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .lt {
    width: 100%;
    max-height: initial;
  }
}
.helpinfo-sec1 .cont .lt .helpin_nav {
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e9ef;
}
.helpinfo-sec1 .cont .lt .helpin_nav:last-child {
  border-bottom: none;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; .fz_title {
  color: #abb2ba;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li {
  width: 100%;
  padding-right: 22px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .lt .helpin_nav &gt; li {
    padding-right: 18px;
  }
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  color: #041e42;
  font-size: 14px;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li .tit i {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 7px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  height: 16px;
  padding: 0 6.5px;
  width: 20px;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li .tit i img,
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li .tit i svg {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li .tit i img path,
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li .tit i svg path {
  fill: #a3a3a3;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li ul {
  display: none;
  width: 100%;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li ul li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: block;
  color: #364b68;
  font-size: 14px;
  padding: 8px 22px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .lt .helpin_nav &gt; li ul li a {
    padding: 6px 18px;
  }
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li ul li a:hover {
  background-color: #e3edfd;
}
.helpinfo-sec1 .cont .lt .helpin_nav &gt; li.on i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.helpinfo-sec1 .cont .cet {
  overflow: hidden;
  width: 64%;
  padding-left: 0.72rem;
  padding-right: 0.6rem;
  position: relative;
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .cet {
    width: 100%;
    padding: 0;
    margin-top: 0.6rem;
  }
}
.helpinfo-sec1 .cont .cet .jut {
  color: #666666;
  font-size: 16px;
  width: 100%;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut {
    font-size: 14px;
  }
}
.helpinfo-sec1 .cont .cet .jut table td {
  border: 1px solid #ddd;
}
.helpinfo-sec1 .cont .cet .jut ul,
.helpinfo-sec1 .cont .cet .jut li,
.helpinfo-sec1 .cont .cet .jut ol {
  list-style: inherit;
}
.helpinfo-sec1 .cont .cet .jut ul {
  padding-left: 20px;
}
.helpinfo-sec1 .cont .cet .jut h1,
.helpinfo-sec1 .cont .cet .jut h2,
.helpinfo-sec1 .cont .cet .jut h3,
.helpinfo-sec1 .cont .cet .jut h4,
.helpinfo-sec1 .cont .cet .jut h5,
.helpinfo-sec1 .cont .cet .jut h6 {
  font-style: initial;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial' !important;
  font-weight: initial;
}
.helpinfo-sec1 .cont .cet .jut img {
  max-width: 100%;
}
.helpinfo-sec1 .cont .cet .jut .fz_title,
.helpinfo-sec1 .cont .cet .jut h3 {
  color: #222222;
  font-size: 0.38rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.24rem;
}
.helpinfo-sec1 .cont .cet .jut a {
  color: #0071dc;
}
.helpinfo-sec1 .cont .cet .jut .child_title,
.helpinfo-sec1 .cont .cet .jut h4 {
  display: flex;
  align-items: center;
  color: #0071dc;
  font-weight: bold;
  margin-bottom: 0.24rem;
  font-size: 20px;
  position: relative;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .child_title,
  .helpinfo-sec1 .cont .cet .jut h4 {
    font-size: 18px;
  }
}
.helpinfo-sec1 .cont .cet .jut .child_title img,
.helpinfo-sec1 .cont .cet .jut h4 img {
  display: block;
  overflow: hidden;
  margin-right: 8px;
  width: 20px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .child_title img,
  .helpinfo-sec1 .cont .cet .jut h4 img {
    width: 18px;
  }
}
.helpinfo-sec1 .cont .cet .jut .child_title img img,
.helpinfo-sec1 .cont .cet .jut h4 img img {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .cont .cet .jut img {
  max-width: 100%;
}
.helpinfo-sec1 .cont .cet .jut .text {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 18px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .text {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 24px;
  }
}
.helpinfo-sec1 .cont .cet .jut .text a {
  color: #4fbfff;
}
.helpinfo-sec1 .cont .cet .jut .fz_list {
  width: 100%;
  margin-bottom: 0.24rem;
}
.helpinfo-sec1 .cont .cet .jut .fz_list .li {
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .fz_list .li {
    line-height: 24px;
    font-size: 14px;
  }
}
.helpinfo-sec1 .cont .cet .jut .fz_list .li strong {
  color: #222222;
}
.helpinfo-sec1 .cont .cet .jut .fz_li {
  display: flex;
  color: #666666;
  margin-bottom: 0.28rem;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .fz_li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .helpinfo-sec1 .cont .cet .jut .fz_li {
    margin-bottom: 0.32rem;
  }
}
.helpinfo-sec1 .cont .cet .jut .fz_li span {
  color: #fcba30;
}
.helpinfo-sec1 .cont .cet .jut .fz_li .fz_text {
  display: block;
  width: calc(100% - 16px);
  padding-left: 10px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .fz_li .fz_text {
    width: calc(100% - 14px);
    padding-left: 6px;
  }
}
.helpinfo-sec1 .cont .cet .jut .fz_li i {
  overflow: hidden;
  display: block;
  margin-top: 3px;
  width: 16px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .fz_li i {
    width: 14px;
  }
}
.helpinfo-sec1 .cont .cet .jut .fz_li i img {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .cont .cet .jut .img {
  margin: 26px 0 0.54rem;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .img {
    margin: 20px 0 0.54rem;
  }
}
.helpinfo-sec1 .cont .cet .jut .img:last-child {
  margin-bottom: 0;
}
.helpinfo-sec1 .cont .cet .jut ul {
  list-style-type: none;
}
.helpinfo-sec1 .cont .cet .jut ul li {
  list-style-type: inherit;
  position: relative;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.helpinfo-sec1 .cont .cet .jut ul li:last-child {
  margin-bottom: 0;
}
.helpinfo-sec1 .cont .cet .jut ul li:before {
  content: attr(name);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.helpinfo-sec1 .cont .cet .jut ul li p {
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut ul li p {
    margin-bottom: 10px;
  }
}
.helpinfo-sec1 .cont .cet .jut ul li p:last-child {
  margin-bottom: 0;
}
.helpinfo-sec1 .cont .cet .jut ul ul li {
  color: #666666;
  margin-bottom: 0;
  padding-left: 26px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut ul ul li {
    padding-left: 22px;
  }
}
.helpinfo-sec1 .cont .cet .jut ul ul ul {
  padding-left: 0rem;
  padding-top: 20px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut ul ul ul {
    padding-top: 16px;
  }
}
.helpinfo-sec1 .cont .cet .jut .shu {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
  color: #222;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .shu {
    margin-bottom: 16px;
  }
}
.helpinfo-sec1 .cont .cet .jut .shu:last-child {
  margin-bottom: 0;
}
.helpinfo-sec1 .cont .cet .jut .shu span {
  color: #0071dc;
}
.helpinfo-sec1 .cont .cet .jut .first {
  margin-top: 0.36rem;
}
.helpinfo-sec1 .cont .cet .jut .nei {
  width: 100%;
  margin-bottom: 0.44rem;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .jut .nei {
    font-size: 14px;
    line-height: 24px;
  }
}
.helpinfo-sec1 .cont .cet .newin1_nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.42rem;
  padding-top: 0.4rem;
  border-top: 1px solid #e5e5e5;
  margin-top: 0.34rem;
}
.helpinfo-sec1 .cont .cet .newin1_nav .but {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.51rem;
  height: 0.58rem;
  background-color: #f8e6a5;
  border-radius: 0.29rem;
  margin: 0 0.1rem;
}
@media (max-width: 567px) {
  .helpinfo-sec1 .cont .cet .newin1_nav .but {
    width: 2.4rem;
    height: 0.86rem;
    border-radius: 0.4rem;
    margin: 0 0.16rem;
  }
}
.helpinfo-sec1 .cont .cet .newin1_nav .but i {
  width: 23px;
  margin-right: 9px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .newin1_nav .but i {
    width: 16px;
    margin-right: 7px;
  }
}
.helpinfo-sec1 .cont .cet .newin1_nav .but i img {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .cont .cet .newin1_nav .but i img:nth-child(2) {
  display: none;
}
.helpinfo-sec1 .cont .cet .newin1_nav .but i svg {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .cont .cet .newin1_nav .but i svg path {
  fill: #fcba30;
}
.helpinfo-sec1 .cont .cet .newin1_nav .but span {
  color: #392700;
  opacity: 0.5;
}
.helpinfo-sec1 .cont .cet .newin1_nav .on {
  background-color: #fcba30;
}
.helpinfo-sec1 .cont .cet .newin1_nav .on i svg path {
  fill: #333333;
}
.helpinfo-sec1 .cont .cet .newin1_nav .on i img:nth-child(1) {
  display: none;
}
.helpinfo-sec1 .cont .cet .newin1_nav .on i img:nth-child(2) {
  display: block;
}
.helpinfo-sec1 .cont .cet .newin1_nav .on span {
  color: #392700;
  opacity: 1;
}
.helpinfo-sec1 .cont .cet .newin1_cont {
  position: relative;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .tit {
  display: flex;
  align-items: center;
  color: #222222;
  font-size: 18px;
  margin-bottom: 0.16rem;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .tit {
    font-size: 16px;
  }
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .tit span {
  color: #ff2f2f;
  display: block;
  margin-right: 4px;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 33.333%;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .dan label {
    width: 100%;
    margin-right: 0.14rem;
    margin-top: 0.14rem;
  }
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border: solid 1px #222222;
  opacity: 0.5;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 4px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .dan label i {
    width: 14px;
    height: 14px;
    margin-right: 8px;
    margin-top: 5px;
  }
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label i:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label span {
  color: #222222;
  display: block;
  width: calc(100% - 26px);
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .dan label span {
    width: calc(100% - 22px);
  }
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label input:checked ~ i {
  border-color: #fcba30;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .dan label input:checked ~ i:before {
  background-color: #fcba30;
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .textarea {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .textarea {
    margin-bottom: 20px;
  }
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .textarea textarea {
  width: 100%;
  height: 1.1rem;
  background-color: #f2f5fa;
  border-radius: 10px;
  padding: 14px 18px;
  color: #999999;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .textarea textarea {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .textarea textarea {
    height: 1.6rem;
  }
}
@media (max-width: 567px) {
  .helpinfo-sec1 .cont .cet .newin1_cont .item .textarea textarea {
    height: 2.4rem;
  }
}
.helpinfo-sec1 .cont .cet .newin1_cont .item .f_sub {
  width: 82px;
  height: 38px;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#f2f5fa, #f2f5fa);
  background-blend-mode: normal,
								normal;
  color: #fff;
  font-size: 14px;
  border-radius: 19px;
}
@media (max-width: 1580px) {
}
.helpinfo-sec1 .cont .cet .newin1_cont .on {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.helpinfo-sec1 .cont .cet .nologin {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0.6rem;
  left: 0;
  background-color: rgba(255, 255, 255, 0.88);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1rem;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(200%) blur(20px);
}
.helpinfo-sec1 .cont .cet .nologin .fz_nei {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 473px;
  width: 92%;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(136, 158, 189, 0.25);
  border-radius: 10px;
  padding: 0.72rem 0.2rem 0.65rem;
}
.helpinfo-sec1 .cont .cet .nologin .fz_nei .img {
  height: 1.2rem;
  overflow: hidden;
  margin-bottom: 0.45rem;
}
.helpinfo-sec1 .cont .cet .nologin .fz_nei .img img {
  float: left;
  height: 100%;
}
.helpinfo-sec1 .cont .cet .nologin .fz_nei .text {
  font-size: 18px;
  color: #222222;
  margin-bottom: 26px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .nologin .fz_nei .text {
    margin-bottom: 22px;
    font-size: 16px;
  }
}
.helpinfo-sec1 .cont .cet .nologin .fz_nei .hm_but {
  min-width: 130px;
  height: 45px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .cet .nologin .fz_nei .hm_but {
    min-width: 120px;
    height: 42px;
  }
}
.helpinfo-sec1 .cont .gt {
  width: 16%;
  border-left: 1px solid #e5e9ef;
  padding-left: 15px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .gt {
    padding-left: 11px;
  }
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .gt {
    width: 100%;
    padding-left: 0;
    border-left: none;
    display: none;
  }
}
.helpinfo-sec1 .cont .gt .fz_title {
  width: 100%;
  display: flex;
  align-items: center;
  color: #abb2ba;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .gt .fz_title {
    margin-bottom: 14px;
  }
}
.helpinfo-sec1 .cont .gt .fz_title i {
  width: 15px;
  overflow: hidden;
  margin-right: 8px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .gt .fz_title i {
    width: 13px;
  }
}
.helpinfo-sec1 .cont .gt .fz_title i img {
  width: 100%;
  float: left;
}
.helpinfo-sec1 .cont .gt .jut {
  width: 100%;
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .gt .jut {
    display: flex;
    flex-wrap: wrap;
  }
}
.helpinfo-sec1 .cont .gt .jut .li {
  display: block;
  color: #041e42;
  -webkittransition: all 0.4s;
  transition: all 0.4s;
  font-size: 14px;
  font-weight: normal!important;
  line-height: 24px;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .helpinfo-sec1 .cont .gt .jut .li {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .helpinfo-sec1 .cont .gt .jut .li {
    width: 33.333%;
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .helpinfo-sec1 .cont .gt .jut .li {
    width: 100%;
  }
}
.helpinfo-sec1 .cont .gt .jut .li strong {
  font-weight: normal;
}
.helpinfo-sec1 .cont .gt .jut .li:last-child {
  margin-bottom: 0;
}
.helpinfo-sec1 .cont .gt .jut .li:hover {
  color: #0071dc;
}
.helpinfo-sec1 .cont .gt .jut .on {
  color: #0071dc;
}
/* End */
/* 活动中心 */
.activitybox_tit {
  display: flex;
  justify-content: space-between;
}
.activitybox_tit .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.activitybox_tit .qie {
  position: relative;
  display: flex;
  align-items: center;
}
.activitybox_tit .qie .swiper-button-prev,
.activitybox_tit .qie .swiper-button-next {
  position: relative;
  margin: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: none;
  border-radius: 50%;
  width: 0.58rem;
  height: 0.58rem;
  background-color: #f2f5fa;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: hidden;
}
.activitybox_tit .qie .swiper-button-prev svg,
.activitybox_tit .qie .swiper-button-next svg {
  position: relative;
  object-fit: contain;
  width: 9px;
  height: 15px;
}
@media (max-width: 1580px) {
  .activitybox_tit .qie .swiper-button-prev svg,
  .activitybox_tit .qie .swiper-button-next svg {
    width: 7px;
    height: 12px;
  }
}
@media (max-width: 1199px) {
  .activitybox_tit .qie .swiper-button-prev svg,
  .activitybox_tit .qie .swiper-button-next svg {
    width: 5px;
    height: 8px;
  }
}
.activitybox_tit .qie .swiper-button-prev svg path,
.activitybox_tit .qie .swiper-button-next svg path {
  fill: #999999;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.activitybox_tit .qie .swiper-button-prev:before,
.activitybox_tit .qie .swiper-button-next:before {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0563dd;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#f2f5fa, #f2f5fa);
  background-blend-mode: normal,
						normal;
}
.activitybox_tit .qie .swiper-button-prev:hover:before,
.activitybox_tit .qie .swiper-button-next:hover:before {
  opacity: 1;
}
.activitybox_tit .qie .swiper-button-prev:hover svg path,
.activitybox_tit .qie .swiper-button-next:hover svg path {
  fill: #fff;
}
.activitybox_tit .qie .swiper-button-next {
  margin-left: 15px;
}
@media (max-width: 1580px) {
  .activitybox_tit .qie .swiper-button-next {
    margin-left: 10px;
  }
}
.activitybox-sec1 {
  padding-bottom: 1.7rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.activitybox-sec1 .fz_jut .form {
  box-shadow: 4px 10px 32px 0px rgba(136, 158, 189, 0.1);
  padding-left: 0.3rem;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .activitybox-sec1 .fz_jut .form {
    margin-bottom: 18px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec1 .fz_jut .form {
    margin-bottom: 16px;
  }
}
.activitybox-sec1 .fz_jut .f_list {
  justify-content: flex-start;
  padding: 0 0.3rem;
}
.activitybox-sec1 .na1 {
  background-image: url(../images/yuanwbg1.png);
}
.activitybox-sec1 .na3 {
  background-image: url(../images/yuanwbg2.png);
}
.activitybox-sec1 .activitybox1_cont {
  width: 100%;
  margin-top: 0.54rem;
}
.activitybox-sec1 .activitybox1_cont .item {
  display: block;
  width: 100%;
  border-radius: 0.2rem;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.activitybox-sec1 .activitybox1_cont .item .img {
  width: 100%;
}
.activitybox-sec1 .activitybox1_cont .item .img:before {
  padding-bottom: 35.71%;
}
@media (max-width: 767px) {
  .activitybox-sec1 .activitybox1_cont .item .img:before {
    padding-bottom: 50%;
  }
}
.activitybox-sec1 .activitybox1_cont .item .img img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.activitybox-sec1 .activitybox1_cont .item .font {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51.42%;
  padding: 0.4rem 0;
  padding-left: 0.82rem;
  color: #fff;
}
@media (max-width: 1199px) {
  .activitybox-sec1 .activitybox1_cont .item .font {
    padding-left: 0.46rem;
  }
}
@media (max-width: 767px) {
  .activitybox-sec1 .activitybox1_cont .item .font {
    padding-left: 0.3rem;
    width: 66%;
  }
}
.activitybox-sec1 .activitybox1_cont .item .font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 100%;
  line-height: 0.56rem;
  height: 1.14rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.88rem;
}
@media (max-width: 1199px) {
  .activitybox-sec1 .activitybox1_cont .item .font .tit {
    margin-bottom: 0.46rem;
  }
}
@media (max-width: 767px) {
  .activitybox-sec1 .activitybox1_cont .item .font .tit {
    font-size: 0.3rem;
    line-height: 0.46rem;
    height: 0.92rem;
    margin-bottom: 0.3rem;
  }
}
@media (min-width: 768px) {
  .activitybox-sec1 .activitybox1_cont .item .font .hm_but {
    font-size: 18px;
    min-width: 126px;
    height: 52px;
    border-radius: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .activitybox-sec1 .activitybox1_cont .item .font .hm_but {
    min-width: 100px;
    height: 42px;
    border-radius: 21px;
    font-size: 16px;
  }
}
.activitybox-sec1 .activitybox1_cont .item .font .hm_but span {
  color: #333333;
}
@media (min-width: 1200px) {
  .activitybox-sec1 .activitybox1_cont .item:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }
}
.activitybox-sec1 .activitybox1_cont .activitybox1_page {
  position: absolute;
  bottom: 0.4rem;
}
@media (max-width: 991px) {
  .activitybox-sec1 .activitybox1_cont .activitybox1_page {
    bottom: 30%;
  }
}
.activitybox-sec1 .activitybox1_cont .activitybox1_page span {
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 0.5s linear;
  opacity: 1;
  pointer-events: auto;
  margin: 0 5px;
}
.activitybox-sec1 .activitybox1_cont .activitybox1_page .swiper-pagination-bullet-active {
  background-color: #fcba30;
  width: 22px;
}
.activitybox-sec2 .activitybox_tit {
  margin-bottom: 0.2rem;
}
.activitybox-sec2 .activitybox2_cont {
  width: auto;
  margin: 0 -0.32rem;
}
.activitybox-sec2 .activitybox2_cont .swiper-wrapper {
  align-items: flex-start;
  justify-content: flex-start;
  overflow: visible;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide {
  overflow: visible;
  padding: 0.32rem;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item {
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item {
    margin: 0;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .list {
  display: flex;
  flex-wrap: wrap;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt,
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt {
  padding: 0 5px;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt,
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt {
    padding: 0;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt {
  width: 52.5%;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt {
    width: 100%;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut {
  display: block;
  background-color: #0070dc;
  box-shadow: 1px 2px 0.32rem 0px rgba(136, 158, 189, 0.15);
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .img {
  padding-bottom: 56.081081%;
  min-height: calc(100% - 0.96rem);
  overflow: hidden;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .img img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font {
  color: #ffffff;
  line-height: 0.96rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 0 30px 0 20px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font {
    font-size: 16px;
    padding: 0  26px 0 16px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font .tit {
  width: calc(100% - 230px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1199px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font .tit {
    width: calc(100% - 150px);
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font .time {
  font-size: 18px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font .time {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .lt .fz_jut .font .time {
    font-size: 12px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt {
  width: 47.5%;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont {
  background-color: #ffffff;
  box-shadow: 1px 2px 0.32rem 0px rgba(136, 158, 189, 0.15);
  border-radius: 10px;
  min-height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont {
    height: auto;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title {
  line-height: 0.7rem;
  padding: 0 0.42rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title {
    line-height: 1.2rem;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title i {
  display: block;
  overflow: hidden;
  width: 20px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title i {
    width: 16px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title i img {
  width: 100%;
  float: left;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title span {
  font-size: 20px;
  color: #999999;
  padding-left: 10px;
  display: block;
  width: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title span {
    font-size: 18px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 1199px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fz_title span {
    font-size: 16px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut {
  min-height: calc(100% - 1.7rem);
  padding: 0 0.4rem;
  padding-right: 0;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .fz_zhong {
  padding-right: 0.4rem;
  height: 3.36rem;
  min-height: 100%;
  overflow: auto;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .fz_zhong {
    height: 4rem;
  }
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .fz_zhong {
    height: 4.4rem;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .fz_zhong::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .fz_zhong::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #0071dc;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .fz_zhong::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: transparent;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li {
  padding: 22px 0;
  border-bottom: 1px solid #efefef;
  display: flex;
  align-items: flex-start;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li:last-child {
  border-bottom: none;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li i {
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 5px;
  border: 1px solid #999999;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li i {
    width: 18px;
    height: 18px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #0071dc url(../images/zhenqueicon1.svg) center / 68.1818% auto no-repeat;
  opacity: 0;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font {
  display: block;
  padding-left: 0.3rem;
  width: calc(100% - 22px);
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font {
    width: calc(100% - 18px);
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .tit {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-bottom: 14px;
  font-size: 22px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .tit {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .tit {
    font-size: 18px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  background-color: #0071dc;
  border-radius: 13px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .but {
    width: 52px;
    height: 24px;
    border-radius: 12px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .but span {
  color: #ffffff;
  font-size: 12px;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .but span:nth-child(2),
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li .font .but span:nth-child(3) {
  display: none;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li.on i {
  border-color: #0071dc;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .li.on i:before {
  opacity: 1;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .proceed .font .but {
  background-color: #ffc220;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .proceed .font .but span:nth-child(1),
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .proceed .font .but span:nth-child(3) {
  display: none;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .proceed .font .but span:nth-child(2) {
  display: block;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .end i {
  opacity: 0.3;
  pointer-events: none;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .end .font .but {
  background-color: #e1f1ff;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .end .font .but span {
  color: #0071dc;
  opacity: 0.8;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .end .font .but span:nth-child(1),
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .end .font .but span:nth-child(2) {
  display: none;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .jut .end .font .but span:nth-child(3) {
  display: block;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot {
  line-height: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.4rem;
  padding-top: 0.22rem;
  border-top: 1px solid #efefef;
  padding-bottom: 0.32rem;
}
@media (max-width: 767px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot {
    line-height: 2rem;
    padding: 0.3rem 0.4rem 0.5rem;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot i {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #999999;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: relative;
  border-radius: 2px;
}
@media (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot i {
    width: 18px;
    height: 18px;
  }
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #0071dc url(../images/zhenqueicon1.svg) center / 68.1818% auto no-repeat;
  opacity: 0;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot i.on {
  border-color: #0071dc;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot i.on:before {
  opacity: 1;
}
.activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot .hm_but {
  cursor: pointer;
}
@media (min-width: 768px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot .hm_but {
    width: 108px;
    height: 46px;
    border-radius: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .activitybox-sec2 .activitybox2_cont .swiper-slide .item .gt .f_cont .fot .hm_but {
    width: 90px;
    height: 42px;
    border-radius: 21px;
  }
}
.activitybox-sec3 .fz_title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .activitybox-sec3 .fz_title {
    border-bottom: none;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav {
  margin: 0;
  width: 62%;
}
@media (max-width: 767px) {
  .activitybox-sec3 .fz_title .activitybox3_nav {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide {
  width: auto;
  margin-right: 0.6rem;
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item {
  display: block;
  position: relative;
  color: #999999;
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding-bottom: 24px;
}
@media (max-width: 1199px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item {
    font-size: 0.36rem;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 4px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  border-radius: 2px;
  background-color: #0071dc;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item:before {
    height: 3px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item:before {
    height: 2px;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item i {
  position: absolute;
  left: 100%;
  top: 0;
  background: url(../images/huoreicosvg.svg) center / cover no-repeat;
  display: block;
  width: 24px;
  height: 18px;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item i {
    width: 20px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item i {
    width: 14px;
    height: 10px;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item:hover {
  color: #222;
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item:hover:before {
  width: 0.48rem;
}
@media (max-width: 1199px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide .item:hover:before {
    width: 0.8rem;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide.on .item {
  color: #222222;
  font-size: 0.36rem;
}
@media (max-width: 1199px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide.on .item {
    font-size: 0.4rem;
  }
}
@media (max-width: 767px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide.on .item {
    font-size: 0.36rem;
  }
}
.activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide.on .item:before {
  width: 0.48rem;
}
@media (max-width: 1199px) {
  .activitybox-sec3 .fz_title .activitybox3_nav .swiper-slide.on .item:before {
    width: 0.8rem;
  }
}
.activitybox-sec3 .fz_title .form {
  width: 34.28%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media (max-width: 767px) {
  .activitybox-sec3 .fz_title .form {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.activitybox-sec3 .fz_title .form .f_sel {
  padding: 0 5px;
  width: 50%;
}
@media (max-width: 567px) {
  .activitybox-sec3 .fz_title .form .f_sel {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.activitybox-sec3 .fz_title .form .f_sel select {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  background-color: #f2f5fa;
  background-repeat: no-repeat;
  background-position: 92% center;
  background-image: url(../images/selsvg1.svg);
  border-radius: 25px;
  font-size: 16px;
  color: #666666;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .fz_title .form .f_sel select {
    font-size: 14px;
    padding-left: 20px;
    color: #666666;
    height: 42px;
    border-radius: 23px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec3 .fz_title .form .f_sel select {
    height: 42px;
    border-radius: 21px;
  }
}
.activitybox-sec3 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .cont {
    margin: 0 -16px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec3 .cont {
    margin: 0 -12px;
  }
}
@media (max-width: 991px) {
  .activitybox-sec3 .cont {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .activitybox-sec3 .cont {
    margin: 0;
  }
}
.activitybox-sec3 .cont .item {
  width: 33.333%;
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .cont .item {
    padding: 0 16px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .activitybox-sec3 .cont .item {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
@media (max-width: 991px) {
  .activitybox-sec3 .cont .item {
    padding: 0 6px;
    width: 50%;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .activitybox-sec3 .cont .item {
    padding: 0;
    width: 100%;
  }
  .activitybox-sec3 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.activitybox-sec3 .cont .item .list {
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.activitybox-sec3 .cont .item .list .img {
  width: 100%;
  overflow: hidden;
}
.activitybox-sec3 .cont .item .list .img:before {
  padding-bottom: 55.454545%;
}
.activitybox-sec3 .cont .item .list .img img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.activitybox-sec3 .cont .item .list .font {
  padding: 0.24rem 0.24rem 0.26rem;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 10px 10px;
  border-top: none;
  width: 100%;
}
.activitybox-sec3 .cont .item .list .font .tit {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 0.34rem;
  height: 0.7rem;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .cont .item .list .font .tit {
    line-height: 30px;
    height: 62px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .activitybox-sec3 .cont .item .list .font .tit {
    line-height: 28px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .activitybox-sec3 .cont .item .list .font .tit {
    line-height: 0.42rem;
    height: 0.84rem;
  }
}
.activitybox-sec3 .cont .item .list .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 26px;
  background-color: #0071dc;
  border-radius: 13px;
  margin-bottom: 0.48rem;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .cont .item .list .font .but {
    width: 52px;
    height: 24px;
    border-radius: 12px;
  }
}
.activitybox-sec3 .cont .item .list .font .but span {
  color: #ffffff;
  font-size: 12px;
}
.activitybox-sec3 .cont .item .list .font .but span:nth-child(2),
.activitybox-sec3 .cont .item .list .font .but span:nth-child(3) {
  display: none;
}
.activitybox-sec3 .cont .item .list .font .fot {
  width: 100%;
  padding-top: 0.28rem;
  border-top: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
}
.activitybox-sec3 .cont .item .list .font .fot .fzlt {
  width: calc(100% - 108px);
  padding-right: 10px;
}
@media (max-width: 767px) {
  .activitybox-sec3 .cont .item .list .font .fot .fzlt {
    width: calc(100% - 90px);
  }
}
.activitybox-sec3 .cont .item .list .font .fot .fzlt .label {
  background-color: #f2f5fa;
  margin-bottom: 6px;
  display: inline-block;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px 0 8px;
  color: #666666;
  font-size: 14px;
}
.activitybox-sec3 .cont .item .list .font .fot .fzlt span {
  display: block;
  width: 100%;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .activitybox-sec3 .cont .item .list .font .fot .fzlt span {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .activitybox-sec3 .cont .item .list .font .fot .hm_but {
    min-width: 108px;
    height: 46px;
    border-radius: 23px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .activitybox-sec3 .cont .item .list .font .fot .hm_but {
    min-width: 90px;
    height: 42px;
    border-radius: 21px;
  }
}
@media (min-width: 1200px) {
  .activitybox-sec3 .cont .item .list:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.activitybox-sec3 .cont .proceed .list .font .but {
  background-color: #ffc220;
}
.activitybox-sec3 .cont .proceed .list .font .but span:nth-child(1),
.activitybox-sec3 .cont .proceed .list .font .but span:nth-child(3) {
  display: none;
}
.activitybox-sec3 .cont .proceed .list .font .but span:nth-child(2) {
  display: block;
}
.activitybox-sec3 .cont .end .list .font .but {
  background-color: #e1f1ff;
}
.activitybox-sec3 .cont .end .list .font .but span {
  color: #0071dc;
  opacity: 0.8;
}
.activitybox-sec3 .cont .end .list .font .but span:nth-child(1),
.activitybox-sec3 .cont .end .list .font .but span:nth-child(2) {
  display: none;
}
.activitybox-sec3 .cont .end .list .font .but span:nth-child(3) {
  display: block;
}
.activitybox-sec3 .basepage {
  margin-top: 0.44rem;
}
/* End */
/* 全部活动 */
.activiallbox-sec1 {
  padding-top: 0.14rem;
}
.activiallbox-sec1 .ftit {
  width: 100%;
  text-align: center;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.48rem;
}
.activiallbox-sec1 .activiallbox_nav {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.activiallbox-sec1 .activiallbox_nav .lt {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: 51.428%;
}
@media (max-width: 767px) {
  .activiallbox-sec1 .activiallbox_nav .lt {
    width: 100%;
  }
}
.activiallbox-sec1 .activiallbox_nav .lt .f_sel {
  padding: 0 5px;
  width: 33.333%;
}
@media (max-width: 567px) {
  .activiallbox-sec1 .activiallbox_nav .lt .f_sel {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.activiallbox-sec1 .activiallbox_nav .lt .f_sel select {
  width: 100%;
  height: 50px;
  padding-left: 22px;
  background-color: #f2f5fa;
  background-repeat: no-repeat;
  background-position: 92% center;
  background-image: url(../images/selsvg1.svg);
  border-radius: 25px;
  color: #666666;
}
@media (max-width: 1580px) {
  .activiallbox-sec1 .activiallbox_nav .lt .f_sel select {
    padding-left: 20px;
    color: #666666;
    height: 42px;
    border-radius: 23px;
  }
}
@media (max-width: 1199px) {
  .activiallbox-sec1 .activiallbox_nav .lt .f_sel select {
    height: 42px;
    border-radius: 21px;
  }
}
.activiallbox-sec1 .activiallbox_nav .gt {
  width: 30.7%;
}
@media (max-width: 767px) {
  .activiallbox-sec1 .activiallbox_nav .gt {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.activiallbox-sec1 .activiallbox_nav .gt .form {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 30px;
  background-color: #f2f5fa;
  padding-left: 30px;
  padding-right: 20px;
}
@media (max-width: 1580px) {
  .activiallbox-sec1 .activiallbox_nav .gt .form {
    border-radius: 26px;
    padding-left: 26px;
    padding-right: 16px;
  }
}
.activiallbox-sec1 .activiallbox_nav .gt .form input {
  padding: 20px 0;
  width: calc(100% - 28px);
}
@media (max-width: 1580px) {
  .activiallbox-sec1 .activiallbox_nav .gt .form input {
    padding: 16px 0;
    width: calc(100% - 26px);
  }
}
.activiallbox-sec1 .activiallbox_nav .gt .form .f_sub {
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .activiallbox-sec1 .activiallbox_nav .gt .form .f_sub {
    width: 16px;
  }
}
.activiallbox-sec1 .activiallbox_nav .gt .form .f_sub img,
.activiallbox-sec1 .activiallbox_nav .gt .form .f_sub svg {
  width: 100%;
  float: left;
}
.activiallbox-sec1 .activiallbox_nav .gt .form .f_sub svg path {
  fill: #737374;
}
.activiallbox-sec1 .activiallbox_nav .gt .form.on .f_sub svg path {
  fill: #0071dc;
}
.activiallbox-sec1 .fz_text {
  color: #222222;
  margin-bottom: 0.34rem;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .activiallbox-sec1 .fz_text {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .activiallbox-sec1 .fz_text {
    font-size: 16px;
  }
}
.activiallbox-sec1 .fz_text span {
  color: #0071dc;
}
/* End */
/* 右侧日历 */
.calendargt {
  position: fixed;
  right: 0.36rem;
  top: 80%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 333;
}
@media (max-width: 767px) {
  .calendargt {
    z-index: 888;
    top: 92%;
  }
}
.calendargt .fz_title {
  position: relative;
  width: 0.56rem;
  width: 0.8rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .calendargt .fz_title {
    width: 0.8rem;
    width: 1rem;
  }
}
.calendargt .fz_title img,
.calendargt .fz_title svg {
  width: 100%;
  float: left;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.calendargt .fz_title img path,
.calendargt .fz_title svg path {
  fill: #056ADD;
}
.calendargt .fz_title:before {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: -2px;
  width: 10px;
  opacity: 0;
  height: 10px;
  border-radius: 50%;
  background-color: #da3f2a;
  z-index: 2;
}
@media (max-width: 1580px) {
  .calendargt .fz_title:before {
    width: 8px;
    height: 8px;
  }
}
.calendargt .bag {
  display: none;
  position: absolute;
  width: 100vw;
  height: 140vh;
  background-color: #000;
  opacity: 0.5;
  right: -0.36rem;
  top: 0;
  margin-top: -100vh;
}
.calendargt .hover1 {
  position: fixed;
  bottom: 50%;
  transform: translateY(20%);
  right: -0.12rem;
  width: 7rem;
  padding: 0 4%;
  display: none;
}
@media (min-width: 768px) {
  .calendargt .hover1 {
    position: absolute;
    right: 100%;
    width: 5.5rem;
    padding-right: 0.3rem;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .calendargt .hover1 {
    width: 7.6rem;
  }
}
@media (max-width: 767px) {
  .calendargt .hover1 {
    transform: translateY(16%);
  }
}
.calendargt .hover1 .jut {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 1px 2px 0.32rem 0px rgba(136, 158, 189, 0.15);
  padding: 0 0.32rem 0.4rem;
}
@media (max-width: 767px) {
  .calendargt .hover1 .jut {
    position: relative;
  }
}
.calendargt .hover1 .jut .close {
  display: none;
}
@media (max-width: 767px) {
  .calendargt .hover1 .jut .close {
    display: block;
    position: absolute;
    right: 0.26rem;
    top: 0.2rem;
    z-index: 4;
    width: 0.4rem;
    overflow: hidden;
  }
  .calendargt .hover1 .jut .close img {
    width: 100%;
    float: left;
  }
}
.calendargt .hover1 .jut .tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-top: 0.24rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 16px;
}
.calendargt .hover1 .jut .layui-inline {
  width: 100%;
  border: none;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-static {
  border: none;
  box-shadow: none;
  width: 100%!important;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-main {
  width: 100%;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-y,
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-y {
  display: none;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m,
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m {
  width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  top: 6px;
  justify-content: center;
  color: #666666;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m:hover,
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m:hover {
  background-color: #f2f5fa;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-prev-m {
  left: 0;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-header i.laydate-next-m {
  right: 0;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-header {
  padding: 10px 40px 5px;
  border-bottom: none;
}
.calendargt .hover1 .jut .layui-inline .laydate-set-ym {
  font-size: 0.24rem;
  color: #222222;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .layui-inline .laydate-set-ym {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .calendargt .hover1 .jut .layui-inline .laydate-set-ym {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .calendargt .hover1 .jut .layui-inline .laydate-set-ym {
    font-size: 0.32rem;
  }
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-footer {
  display: none;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-content table {
  width: 100%;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-main {
  position: relative;
  z-index: 4;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-content td,
.calendargt .hover1 .jut .layui-inline .layui-laydate-content th {
  width: 0.42rem;
  height: 0.42rem;
  padding: 0;
  color: #333;
  font-size: 16px;
  position: relative;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content td,
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content th {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content td,
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content th {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content td,
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content th {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-content td:before,
.calendargt .hover1 .jut .layui-inline .layui-laydate-content th:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content td:before,
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content th:before {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content td:before,
  .calendargt .hover1 .jut .layui-inline .layui-laydate-content th:before {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-content td:hover,
.calendargt .hover1 .jut .layui-inline .layui-laydate-content th:hover {
  background-color: transparent!important;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-content td:hover:before,
.calendargt .hover1 .jut .layui-inline .layui-laydate-content th:hover:before {
  background-color: #eee;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-content .laydate-day-next,
.calendargt .hover1 .jut .layui-inline .layui-laydate-content .laydate-day-prev {
  color: #999999;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate .layui-this {
  background-color: transparent!important;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate .layui-this:before {
  background-color: #0071dc;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate .layui-this:hover {
  color: #fff !important;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate .layui-this:hover:before {
  background-color: #0071dc;
}
.calendargt .hover1 .jut .layui-inline .laydate-set-ym span:hover {
  color: #0071dc;
}
.calendargt .hover1 .jut .layui-inline .layui-laydate-list &gt; li.layui-this {
  background-color: #0071dc !important;
}
.calendargt .hover1 .jut .fot {
  padding-top: 0.26rem;
  border-top: 1px solid #f5f5f5;
}
.calendargt .hover1 .jut .fot .time {
  display: flex;
  align-items: center;
}
.calendargt .hover1 .jut .fot .time i {
  display: block;
  overflow: hidden;
  width: 18px;
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .fot .time i {
    width: 16px;
  }
}
@media (max-width: 1199px) {
  .calendargt .hover1 .jut .fot .time i {
    width: 14px;
  }
}
.calendargt .hover1 .jut .fot .time i img {
  width: 100%;
  float: left;
}
.calendargt .hover1 .jut .fot .time .text {
  color: #666666;
  font-size: 18px;
  padding-left: 18px;
  width: calc(100% - 18px);
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .fot .time .text {
    font-size: 16px;
    padding-left: 14px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 1199px) {
  .calendargt .hover1 .jut .fot .time .text {
    padding-left: 12px;
    width: calc(100% - 14px);
  }
}
.calendargt .hover1 .jut .fot .time .text span {
  color: #0071dc;
}
.calendargt .hover1 .jut .fot .nei {
  margin-top: 0.26rem;
  padding-right: 10px;
  position: relative;
}
.calendargt .hover1 .jut .fot .nei:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 10px;
  width: 2px;
  opacity: 0.2;
  background-color: #666;
  height: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .fot .nei:after {
    left: 4px;
  }
}
.calendargt .hover1 .jut .fot .nei .li {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  line-height: 28px;
  align-items: center;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .fot .nei .li {
    line-height: 26px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .calendargt .hover1 .jut .fot .nei .li {
    line-height: 24px;
  }
}
.calendargt .hover1 .jut .fot .nei .li:last-child {
  margin-bottom: 0;
}
.calendargt .hover1 .jut .fot .nei .li i {
  width: 12px;
  height: 12px;
  background-color: #1b9dfa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .fot .nei .li i {
    width: 10px;
    height: 10px;
  }
}
.calendargt .hover1 .jut .fot .nei .li i:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  background-color: #fff;
}
.calendargt .hover1 .jut .fot .nei .li span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  font-size: 18px;
  width: calc(100% - 12px);
  display: block;
  padding-left: 22px;
}
@media (max-width: 1580px) {
  .calendargt .hover1 .jut .fot .nei .li span {
    font-size: 16px;
    padding-left: 18px;
    width: calc(100% - 10px);
  }
}
@media (max-width: 1199px) {
  .calendargt .hover1 .jut .fot .nei .li span {
    font-size: 14px;
    padding-left: 14px;
  }
}
.calendargt .hover1 .jut .fot .nei .li:hover span {
  color: #0071dc;
}
@media (min-width: 768px) {
  .calendargt:hover .fz_title img {
    transform: scale(1.1);
  }
}
.calendargt.on .fz_title:before {
  opacity: 1;
}
/* End */
/* 沃尔玛配送服务价格计算器 */
.calculatorbanner {
  position: relative;
  z-index: 3;
}
.calculatorbanner .bag {
  width: 100%;
  position: relative;
  height: 7rem;
  background-color: #dae8fd;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .calculatorbanner .bag {
    height: 8.8rem;
  }
}
@media (max-width: 991px) {
  .calculatorbanner .bag {
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.calculatorbanner .bag .yuan {
  position: absolute;
  border-radius: 50%;
  background-position: center;
  background-size: 100%;
  animation: transzh 10s linear infinite;
}
.calculatorbanner .bag .yuan:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.calculatorbanner .bag .na1 {
  width: 20%;
  background-image: url(../images/maijiabanbage3.svg);
  top: -1.4rem;
  right: 0%;
  z-index: 2;
}
.calculatorbanner .bag .na2 {
  width: 10%;
  background-image: url(../images/maijiabanbage3.svg);
  top: 20%;
  right: 18%;
  z-index: 2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.calculatorbanner .bag .na3 {
  width: 36%;
  background-image: url(../images/dayuanimg1.svg);
  bottom: -25%;
  left: -20%;
  z-index: 2;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.calculatorbanner .cont {
  position: relative;
  width: 100%;
  padding-top: 1.6rem;
  z-index: 4;
}
@media (min-width: 992px) {
  .calculatorbanner .cont {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 991px) {
  .calculatorbanner .cont {
    padding: 1.8rem 0 1.2rem;
  }
}
.calculatorbanner .cont .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1581px) {
  .calculatorbanner .cont .container {
    width: 70.3125%;
  }
}
.calculatorbanner .cont .container .font {
  padding-top: 1.1rem;
  width: 32%;
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .font {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .calculatorbanner .cont .container .font {
    width: 100%;
    padding-top: 0;
    margin-bottom: 0.4rem;
  }
}
.calculatorbanner .cont .container .font .tit {
  color: #0b1e40;
  line-height: 1.25;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.calculatorbanner .cont .container .font .text {
  color: #0b1e40;
  opacity: 0.6;
  margin-top: 16px;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .font .text {
    margin-top: 12px;
  }
}
.calculatorbanner .cont .container .gt {
  position: relative;
  width: 45.7037%;
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .gt {
    width: 56%;
  }
}
@media (max-width: 991px) {
  .calculatorbanner .cont .container .gt {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .calculatorbanner .cont .container .gt {
    width: 100%;
  }
}
.calculatorbanner .cont .container .gt .form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  background-color: #fff;
  box-shadow: 2px 3px 49px 0px rgba(35, 82, 153, 0.1);
  border-radius: 20px;
  padding: 0.44rem 0.38rem 0.4rem;
}
.calculatorbanner .cont .container .gt .form .int {
  width: 100%;
  margin-bottom: 0.44rem;
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .gt .form .int {
    margin-bottom: 0.4rem;
  }
}
.calculatorbanner .cont .container .gt .form .int .name {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .form .int .name {
    margin-bottom: 16px;
  }
}
.calculatorbanner .cont .container .gt .form .int input {
  width: 100%;
  color: #7d7f81;
  background-color: #f2f5fa;
  border-radius: 30px;
  padding: 18px 28px;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .form .int input {
    padding: 16px 24px;
  }
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .gt .form .int input {
    padding: 14px 22px;
  }
}
@media (max-width: 767px) {
  .calculatorbanner .cont .container .gt .form .int input {
    font-size: 12px;
  }
}
.calculatorbanner .cont .container .gt .form .f_size .jut {
  display: flex;
  align-items: center;
  color: #0b1e40;
  font-size: 18px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .form .f_size .jut {
    font-size: 16px;
  }
}
.calculatorbanner .cont .container .gt .form .f_size .jut input {
  width: calc(33.333% - 15px);
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .form .f_size .jut input {
    width: calc(33.333% - 12px);
  }
}
@media (max-width: 767px) {
  .calculatorbanner .cont .container .gt .form .f_size .jut input {
    width: calc(33.333% - 6px);
  }
}
.calculatorbanner .cont .container .gt .form .fz_feiyon {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.4rem;
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .gt .form .fz_feiyon {
    margin-bottom: 0.3rem;
  }
}
.calculatorbanner .cont .container .gt .form .fz_feiyon .name {
  margin-bottom: 0;
}
.calculatorbanner .cont .container .gt .form .fz_feiyon .feiyon {
  line-height: 1.4;
  color: #666666;
}
.calculatorbanner .cont .container .gt .form .fz_text {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0.26rem;
  border-top: 1px solid #ededed;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .form .fz_text {
    font-size: 14px;
  }
}
.calculatorbanner .cont .container .gt .form .fz_text a {
  color: #0071db;
}
.calculatorbanner .cont .container .gt .form .but {
  display: flex;
  flex-direction: row-reverse;
}
.calculatorbanner .cont .container .gt .form .but .fz_sub {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 138px;
  transition: all 0.4s;
  height: 58px;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#016cd3, #016cd3);
  background-blend-mode: normal,
								normal;
  border-radius: 29px;
  color: #f2f5fa;
  font-size: 20px;
  margin-top: 0.28rem;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .form .but .fz_sub {
    width: 128px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .calculatorbanner .cont .container .gt .form .but .fz_sub {
    width: 110px;
    height: 42px;
    font-size: 16px;
  }
}
.calculatorbanner .cont .container .gt .form .but .fz_sub:hover {
  opacity: 0.9;
}
.calculatorbanner .cont .container .gt .fz_form .fz_name {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.22rem;
}
.calculatorbanner .cont .container .gt .fz_form .fz_li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .fz_form .fz_li {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .gt .fz_form .fz_li {
    font-size: 16px;
    margin-bottom: 8px;
  }
}
.calculatorbanner .cont .container .gt .fz_form .fz_li .fz_font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.calculatorbanner .cont .container .gt .fz_form .fz_li .fz_font .text {
  color: #999999;
}
.calculatorbanner .cont .container .gt .fz_form .fz_li .qia {
  color: #0068dc;
  font-size: 26px;
}
@media (max-width: 1580px) {
  .calculatorbanner .cont .container .gt .fz_form .fz_li .qia {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .calculatorbanner .cont .container .gt .fz_form .fz_li .qia {
    font-size: 20px;
  }
}
.calculatorbanner .cont .container .gt .fz_form .fz_li .qia span {
  font-size: 16px;
  color: #999999;
}
.calculatorbanner .cont .container .gt .active {
  position: relative;
  visibility: visible;
  opacity: 1;
}
.calculator_tit {
  text-align: center;
}
.calculator_tit .name {
  color: #999999;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .calculator_tit .name {
    margin-bottom: 6px;
  }
}
.calculator_tit .tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
}
.calculator-sec1 {
  padding: 1.4rem 0;
}
@media (min-width: 1581px) {
  .calculator-sec1 .container {
    width: 79.2708333%;
  }
}
.calculator-sec1 .calculator_tit {
  margin-bottom: 0.56rem;
}
.calculator-sec1 .cont {
  border-radius: 20px;
  background-color: #f6f8fb;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .calculator-sec1 .cont .item .font {
    padding-top: 0.2rem;
  }
  .calculator-sec1 .cont .item:nth-child(1) .font {
    padding-top: 0.74rem;
  }
}
.calculator-sec1 .cont .item {
  padding: 0.72rem 0.72rem;
  padding-right: 0.58rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .calculator-sec1 .cont .item {
    padding: 0.6rem 0.3rem;
  }
}
.calculator-sec1 .cont .item .font {
  width: 50.86207%;
  padding-right: 8.333%;
}
@media (max-width: 991px) {
  .calculator-sec1 .cont .item .font {
    width: 100%;
    padding-right: 0;
    order: 1;
    padding-top: 0.3rem;
  }
}
.calculator-sec1 .cont .item .font .tit {
  width: 100%;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .cont .item .font .tit {
    margin-bottom: 12px;
  }
}
.calculator-sec1 .cont .item .font .text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0.54rem;
  color: #666666;
}
@media (max-width: 1580px) {
  .calculator-sec1 .cont .item .font .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.calculator-sec1 .cont .item .font .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  transition: all 0.4s;
  height: 58px;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#016cd3, #016cd3);
  background-blend-mode: normal,
							normal;
  border-radius: 29px;
  color: #f2f5fa;
  font-size: 20px;
  margin-top: 0.28rem;
}
@media (max-width: 1580px) {
  .calculator-sec1 .cont .item .font .but {
    width: 128px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .calculator-sec1 .cont .item .font .but {
    width: 110px;
    height: 42px;
    font-size: 16px;
  }
}
.calculator-sec1 .cont .item .font .but:hover {
  opacity: 0.9;
}
.calculator-sec1 .cont .item .gt {
  width: 49.13793%;
}
@media (max-width: 991px) {
  .calculator-sec1 .cont .item .gt {
    width: 100%;
  }
}
.calculator-sec1 .cont .item .gt .table {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.calculator-sec1 .cont .item .gt .table .fz_tit {
  padding: 0 0.3rem;
  display: flex;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#006fdc, #006fdc);
  background-blend-mode: normal,
								normal;
}
.calculator-sec1 .cont .item .gt .table .fz_tit .name {
  color: #fff;
  padding: 12px 0;
  width: 47.741935%;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .cont .item .gt .table .fz_tit .name {
    padding: 8px 0;
    font-size: 14px;
  }
}
.calculator-sec1 .cont .item .gt .table .fz_tit .name:nth-child(2) {
  width: 52.258065%;
}
@media (max-width: 767px) {
  .calculator-sec1 .cont .item .gt .table .fz_tit .name {
    width: 40%;
  }
  .calculator-sec1 .cont .item .gt .table .fz_tit .name:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .calculator-sec1 .cont .item .gt .table .fz_tit .name {
    font-size: 12px;
  }
}
.calculator-sec1 .cont .item .gt .table .li {
  padding: 0 0.3rem;
  display: flex;
}
.calculator-sec1 .cont .item .gt .table .li .name {
  color: #222222;
  padding: 14px 0;
  width: 47.741935%;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .cont .item .gt .table .li .name {
    padding: 10px 0;
    font-size: 14px;
  }
}
.calculator-sec1 .cont .item .gt .table .li .name:nth-child(2) {
  width: 52.258065%;
}
@media (max-width: 767px) {
  .calculator-sec1 .cont .item .gt .table .li .name {
    width: 40%;
  }
  .calculator-sec1 .cont .item .gt .table .li .name:nth-child(2) {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .calculator-sec1 .cont .item .gt .table .li .name {
    font-size: 12px;
  }
}
.calculator-sec1 .cont .item .gt .table .li .name p {
  color: #999999;
  font-size: 14px;
  margin-top: 5px;
  line-height: 18px;
}
.calculator-sec1 .cont .item .gt .text {
  font-size: 16px;
  line-height: 24px;
  color: #999999;
  margin-top: 0.26rem;
}
@media (max-width: 1580px) {
  .calculator-sec1 .cont .item .gt .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.calculator-sec1 .f_jut {
  background-color: #f6f8fb;
  border-radius: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.6rem 0.72rem 0.54rem;
}
@media (max-width: 767px) {
  .calculator-sec1 .f_jut {
    padding: 0.6rem 0.3rem;
  }
}
.calculator-sec1 .f_jut .name {
  color: #999999;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .name {
    margin-bottom: 8px;
  }
}
.calculator-sec1 .f_jut .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .tit {
    margin-bottom: 12px;
  }
}
.calculator-sec1 .f_jut .text {
  max-width: 6.6rem;
  font-size: 16px;
  margin-bottom: 0.24rem;
  line-height: 24px;
  color: #999999;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .calculator-sec1 .f_jut .text {
    max-width: 100%;
  }
}
.calculator-sec1 .f_jut .list {
  width: 100%;
  margin-bottom: 0.58rem;
}
@media (max-width: 767px) {
  .calculator-sec1 .f_jut .list {
    margin-bottom: 0.36rem;
  }
}
.calculator-sec1 .f_jut .list .li {
  display: flex;
  color: #222222;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .list .li {
    margin-bottom: 12px;
  }
}
.calculator-sec1 .f_jut .list .li:last-child {
  margin-bottom: 0;
}
.calculator-sec1 .f_jut .list .li i {
  display: block;
  width: 0.26rem;
  overflow: hidden;
}
.calculator-sec1 .f_jut .list .li i img {
  float: left;
  width: 100%;
}
.calculator-sec1 .f_jut .list .li span {
  display: block;
  width: calc(100% - 0.26rem);
  padding-left: 18px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .list .li span {
    padding-left: 14px;
  }
}
@media (max-width: 991px) {
  .calculator-sec1 .f_jut .list .li span {
    padding-left: 10px;
  }
}
.calculator-sec1 .f_jut .f_but {
  display: flex;
  align-items: center;
}
.calculator-sec1 .f_jut .f_but .but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  transition: all 0.4s;
  height: 58px;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#016cd3, #016cd3);
  background-blend-mode: normal,
						normal;
  border-radius: 29px;
  color: #f2f5fa;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .f_but .but {
    width: 128px;
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .calculator-sec1 .f_jut .f_but .but {
    width: 110px;
    height: 42px;
    font-size: 16px;
  }
}
.calculator-sec1 .f_jut .f_but .but:hover {
  opacity: 0.9;
}
.calculator-sec1 .f_jut .f_but .f_wen {
  color: #666666;
  font-size: 16px;
  margin-left: 0.3rem;
}
@media (max-width: 1580px) {
  .calculator-sec1 .f_jut .f_but .f_wen {
    font-size: 14px;
  }
}
.calculator-sec1 .f_jut .f_but .f_wen a {
  color: #0071dc;
}
.calculator-sec1 .f_jut .f_but .f_wen a:hover {
  text-decoration: underline;
}
/* End */
/* 履行定价示例 示例弹窗 */
.calculalt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: hidden;
  display: none;
}
.calculalt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.calculalt .cont {
  margin: auto;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 10.3rem;
  width: 94%;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.3rem 0.7rem 0.6rem 0.6rem;
}
@media (max-width: 1199px) {
  .calculalt .cont {
    max-width: 11rem;
  }
}
@media (max-width: 767px) {
  .calculalt .cont {
    max-width: 100%;
  }
}
.calculalt .cont .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  cursor: pointer;
  overflow: hidden;
  width: 0.48rem;
}
@media (max-width: 767px) {
  .calculalt .cont .close {
    width: 0.6rem;
  }
}
.calculalt .cont .close img {
  width: 100%;
  float: left;
  transition: all 0.4s;
}
.calculalt .cont .close:hover img {
  transform: rotate(180deg);
}
.calculalt .cont .fz_title {
  width: 100%;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding-bottom: 0.36rem;
  border-bottom: 1px solid #efefef;
  margin-bottom: 0.3rem;
}
.calculalt .cont .fz_zhong {
  width: 100%;
  padding-right: 5px;
  overflow: auto;
  max-height: 62vh;
}
@media (max-width: 767px) {
  .calculalt .cont .fz_zhong {
    max-height: 82vh;
  }
}
.calculalt .cont .fz_zhong::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.calculalt .cont .fz_zhong::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f1f2f6;
}
.calculalt .cont .fz_zhong::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.calculalt .cont .fz_zhong .jut {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0.52rem;
  flex-wrap: wrap;
}
.calculalt .cont .fz_zhong .jut .img {
  width: 16.22222%;
}
@media (max-width: 767px) {
  .calculalt .cont .fz_zhong .jut .img {
    width: 42%;
    margin-bottom: 0.4rem;
  }
}
.calculalt .cont .fz_zhong .jut .img:before {
  padding-bottom: 112.328%;
}
.calculalt .cont .fz_zhong .jut .font {
  width: 83.778%;
  color: #999999;
  padding-left: 0.68rem;
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 1580px) {
  .calculalt .cont .fz_zhong .jut .font {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .calculalt .cont .fz_zhong .jut .font {
    font-size: 16px;
    line-height: 1.36;
  }
}
@media (max-width: 767px) {
  .calculalt .cont .fz_zhong .jut .font {
    padding-left: 0;
    width: 100%;
    font-size: 0.26rem;
  }
}
.calculalt .cont .fz_zhong .jut .font .tit {
  color: #333333;
  margin-bottom: 0.16rem;
}
.calculalt .cont .fz_zhong .nei {
  width: 100%;
}
.calculalt .cont .fz_zhong .nei .li {
  display: flex;
  color: #666666;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0.18rem;
}
@media (max-width: 1580px) {
  .calculalt .cont .fz_zhong .nei .li {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .calculalt .cont .fz_zhong .nei .li {
    font-size: 16px;
    line-height: 1.36;
  }
}
@media (max-width: 767px) {
  .calculalt .cont .fz_zhong .nei .li {
    font-size: 0.26rem;
  }
}
.calculalt .cont .fz_zhong .nei .li span {
  display: block;
  width: 1.38rem;
}
@media (max-width: 767px) {
  .calculalt .cont .fz_zhong .nei .li span {
    width: 2rem;
    flex: 0 0 2rem;
  }
}
.calculalt .cont .fz_zhong .nei .li:last-child {
  margin-bottom: 0;
}
.calculalt .cont .fz_zhong .nei .li .wen {
  width: auto;
  color: #222222;
}
/* End */
/* 沃尔玛配送服务 */
.delicerybanner {
  padding-top: 1.06rem;
  background-color: #e0ecfe;
  overflow: hidden;
  height: 7.3rem;
  position: relative;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1580px) {
  .delicerybanner {
    height: 9rem;
  }
}
@media (max-width: 991px) {
  .delicerybanner {
    height: auto;
    padding-top: 1.54rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
.delicerybanner .cont {
  width: 100%;
}
.delicerybanner .cont .container2 {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1581px) {
  .delicerybanner .cont .container2 {
    width: 80.41666%;
  }
}
.delicerybanner .cont .container2 .lt {
  width: 57.6424%;
}
@media (max-width: 991px) {
  .delicerybanner .cont .container2 .lt {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .delicerybanner .cont .container2 .lt {
    width: 100%;
  }
}
.delicerybanner .cont .container2 .lt .tit {
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.18rem;
}
.delicerybanner .cont .container2 .lt .text {
  color: #0b1e40;
  opacity: 0.7;
}
.delicerybanner .cont .container2 .lt .jut {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.88rem;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 1580px) {
  .delicerybanner .cont .container2 .lt .jut {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (max-width: 767px) {
  .delicerybanner .cont .container2 .lt .jut {
    margin: 0;
    margin-top: 0.66rem;
  }
}
.delicerybanner .cont .container2 .lt .jut .li {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1580px) {
  .delicerybanner .cont .container2 .lt .jut .li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .delicerybanner .cont .container2 .lt .jut .li {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .delicerybanner .cont .container2 .lt .jut .li:last-child {
    margin-bottom: 0;
  }
}
.delicerybanner .cont .container2 .lt .jut .li .nei {
  padding: 0.5rem 0.84rem 0.6rem;
  padding: 0.5rem 0.7rem 0.6rem;
  text-align: center;
  height: 100%;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 1199px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei {
    padding: 0.5rem 0.4rem 0.6rem;
  }
}
@media (max-width: 767px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei {
    padding: 0;
    background-color: transparent;
    width: 100%;
    text-align: left;
  }
}
.delicerybanner .cont .container2 .lt .jut .li .nei:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
  transition: all 0.4s;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei:before {
    display: none;
  }
}
.delicerybanner .cont .container2 .lt .jut .li .nei .fztit {
  position: relative;
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.26rem;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei .fztit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei .fztit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei .fztit {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
}
.delicerybanner .cont .container2 .lt .jut .li .nei .hm_but {
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei .hm_but {
    margin: 0 auto;
  }
}
.delicerybanner .cont .container2 .lt .jut .li .nei .hm_but:before {
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#fcba30, #fcba30);
  background-blend-mode: normal,
										normal;
}
@media (min-width: 1200px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei:hover:before {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .delicerybanner .cont .container2 .lt .jut .li .nei .fztit {
    font-size: 18px;
  }
}
.delicerybanner .gt {
  position: relative;
}
@media (min-width: 992px) {
  .delicerybanner .gt {
    transform: translate(18%, 20.66%);
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40.9375%;
  }
}
@media (max-width: 991px) {
  .delicerybanner .gt {
    width: 70%;
    transform: translate(18%, 20.66%);
    margin-top: -6%;
  }
}
@media (max-width: 767px) {
  .delicerybanner .gt {
    width: 80%;
    margin-top: -12%;
  }
}
.delicerybanner .gt:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 114.5%;
  height: 114.5%;
  border-radius: 50%;
  border: dashed 2px #0071dc;
  opacity: 0.1;
}
.delicerybanner .gt .fz_li {
  position: absolute;
  right: 88%;
  z-index: 2;
  top: 20%;
  width: 2.86rem;
  height: 2.86rem;
}
@media (max-width: 1580px) {
  .delicerybanner .gt .fz_li {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.delicerybanner .gt .fz_li .fnei {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0 0.3rem;
  border-radius: 50%;
  animation: transzh 12s linear infinite;
}
.delicerybanner .gt .fz_li .fnei:before {
  content: "";
  display: block;
  width: 100%;
  transition: all 0.4s;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: #ffc220;
  box-shadow: 6px 1px 76px 0px rgba(255, 213, 101, 0.44);
}
.delicerybanner .gt .fz_li .tit {
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.24rem;
  line-height: 1.5;
  position: relative;
}
@media (max-width: 767px) {
  .delicerybanner .gt .fz_li .tit {
    font-size: 0.26rem;
    line-height: 1.3;
    margin-bottom: 0.16rem;
  }
}
.delicerybanner .gt .fz_li .but {
  color: #056ed9;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .delicerybanner .gt .fz_li .but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .delicerybanner .gt .fz_li .but {
    font-size: 0.22rem;
  }
}
.delicerybanner .gt .fz_li .but i {
  display: block;
  overflow: hidden;
  width: 5px;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .delicerybanner .gt .fz_li .but i {
    margin-left: 8px;
  }
}
.delicerybanner .gt .fz_li .but i img,
.delicerybanner .gt .fz_li .but i svg {
  width: 100%;
  float: left;
}
.delicerybanner .gt .fz_li .but:hover i {
  transform: translateX(6px);
}
@media (max-width: 1199px) and (min-width: 768px) {
  .delicerybanner .gt .fz_li .tit {
    font-size: 14px;
  }
}
.delicerybanner .gt .fz_li:hover {
  animation-play-state: paused;
}
.delicerybanner .gt .fz_li:hover .fnei:before {
  transform: scale(1.1);
}
.delicerybanner .gt .f_img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.delicerybanner .gt .f_img:before {
  padding-bottom: 100%;
}
@media (min-width: 1581px) {
  .delicery_delicery .container2 {
    width: 80.41666%;
  }
}
.deliverybox-sec1 {
  padding: 0.6rem 0 1.4rem;
}
.deliverybox-sec1 .font {
  text-align: center;
  width: 100%;
  margin-bottom: 0.82rem;
}
.deliverybox-sec1 .font .name {
  color: #0071dc;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .deliverybox-sec1 .font .name {
    margin-bottom: 6px;
  }
}
.deliverybox-sec1 .font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.375;
  margin-bottom: 0.4rem;
}
.deliverybox-sec1 .font .text {
  max-width: 9.43rem;
  margin: 0 auto;
  font-size: 18px;
  line-height: 29px;
  color: #666666;
}
@media (max-width: 1580px) {
  .deliverybox-sec1 .font .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec1 .font .text {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .deliverybox-sec1 .f_jut {
    overflow: auto;
  }
}
.deliverybox-sec1 .f_jut .cont {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .deliverybox-sec1 .f_jut .cont {
    min-width: 10rem;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec1 .f_jut .cont {
    justify-content: space-between;
  }
}
.deliverybox-sec1 .f_jut .cont .li {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 16.512455%;
  position: relative;
}
@media (max-width: 1199px) {
  .deliverybox-sec1 .f_jut .cont .li {
    margin-right: 0.8rem;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec1 .f_jut .cont .li {
    margin-right: 0.5rem;
    width: 32.512455%;
  }
}
.deliverybox-sec1 .f_jut .cont .li:last-child {
  margin-right: 0;
}
.deliverybox-sec1 .f_jut .cont .li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  background-color: #f6f8fb;
  border-radius: 50%;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .deliverybox-sec1 .f_jut .cont .li .img {
    margin-bottom: 8px;
  }
}
.deliverybox-sec1 .f_jut .cont .li .img img {
  object-fit: contain;
  max-width: 66.463%;
  max-height: 56.7%;
}
.deliverybox-sec1 .f_jut .cont .li .tit {
  color: #333333;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .deliverybox-sec1 .f_jut .cont .li .tit {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec1 .f_jut .cont .li .tit {
    font-size: 14px;
    font-size: 0.24rem;
  }
}
.deliverybox-sec1 .f_jut .cont .xian {
  overflow: hidden;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0.75rem;
  width: 96%;
  height: 22px;
  background-color: #f6f8fb;
}
@media (max-width: 1580px) {
  .deliverybox-sec1 .f_jut .cont .xian {
    height: 18px;
  }
}
@media (max-width: 1199px) {
  .deliverybox-sec1 .f_jut .cont .xian {
    height: 16px;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec1 .f_jut .cont .xian {
    width: 100%;
  }
}
.deliverybox-sec1 .f_jut .cont .xian span {
  position: absolute;
  left: 0;
  height: 8px;
  display: block;
  width: 0.81rem;
  left: 0%;
  overflow: hidden;
  animation: left1 10s ease infinite;
}
.deliverybox-sec1 .f_jut .cont .xian span img {
  width: 100%;
  float: left;
}
.deliverybox-sec2 {
  margin-bottom: 1.2rem;
}
.deliverybox-sec2 .container2 {
  position: relative;
  z-index: 2;
}
.deliverybox-sec2 .cont {
  background-color: #1469c4;
  position: relative;
  padding: 1rem 0;
}
.deliverybox-sec2 .cont .img {
  width: 90%;
}
@media (min-width: 768px) {
  .deliverybox-sec2 .cont .img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec2 .cont .img {
    margin: 0 auto;
    left: 0;
    overflow: hidden;
    border-radius: 16px 16px 0 0 ;
  }
}
.deliverybox-sec2 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deliverybox-sec2 .cont .lt {
  background-color: #ffffff;
  box-shadow: -26px 62px 73px 0px rgba(0, 99, 201, 0.22);
  border-radius: 20px;
  width: 54.4483985%;
  padding: 0.54rem 0.48rem 0.34rem;
}
@media (max-width: 767px) {
  .deliverybox-sec2 .cont .lt {
    width: 100%;
    border-radius: 0 0 16px 16px;
  }
}
.deliverybox-sec2 .cont .lt .text {
  width: 100%;
  color: #15202f;
  line-height: 1.6666;
  margin-bottom: 0.72rem;
  position: relative;
}
@media (max-width: 991px) {
  .deliverybox-sec2 .cont .lt .text {
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
}
.deliverybox-sec2 .cont .lt .text:before {
  content: "";
  display: block;
  width: 0.92rem;
  padding-bottom: 11.508%;
  position: absolute;
  right: 0;
  bottom: -20%;
  background: url(../images/douhaoicon.png) center / contain no-repeat;
}
@media (max-width: 767px) {
  .deliverybox-sec2 .cont .lt .text:before {
    bottom: -5%;
  }
}
.deliverybox-sec2 .cont .lt .jut {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.deliverybox-sec2 .cont .lt .jut .font {
  width: calc(100% - 0.92rem);
  padding-right: 0.26rem;
}
.deliverybox-sec2 .cont .lt .jut .font .f_logo {
  height: 0.3rem;
  overflow: hidden;
  margin-bottom: 7px;
}
@media (max-width: 1580px) {
  .deliverybox-sec2 .cont .lt .jut .font .f_logo {
    margin-bottom: 3px;
  }
}
.deliverybox-sec2 .cont .lt .jut .font .f_logo img {
  height: 100%;
  float: left;
}
.deliverybox-sec2 .cont .lt .jut .font .fname {
  color: #041e42;
  opacity: 0.5;
}
.deliverybox-sec2 .cont .lt .jut .f_img {
  width: 0.92rem;
  height: 0.92rem;
  overflow: hidden;
  border-radius: 50%;
}
.deliverybox-sec2 .cont .lt .jut .f_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.deliverybox-sec3 {
  padding: 1.4rem 0;
}
.deliverybox-sec3 .calculator_tit {
  margin-bottom: 0.6rem;
}
.deliverybox-sec3 .cont {
  overflow: hidden;
  margin: 0 -0.33rem;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .cont {
    margin: 0 -0.2rem;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .cont {
    margin: 0;
  }
}
.deliverybox-sec3 .cont .fzli {
  width: 50%;
  padding: 0 0.33rem;
}
@media (max-width: 991px) {
  .deliverybox-sec3 .cont .fzli {
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .cont .fzli {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .deliverybox-sec3 .cont .fzli {
    float: left;
  }
  .deliverybox-sec3 .cont .fzli:nth-child(2n) {
    float: right;
  }
}
.deliverybox-sec3 .cont .item {
  width: 100%;
}
.deliverybox-sec3 .cont .item .list {
  width: 100%;
  padding: 0.34rem 0;
  border-bottom: solid 1px #ebedef;
}
.deliverybox-sec3 .cont .item .list .f_title {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
}
.deliverybox-sec3 .cont .item .list .f_title .tit {
  color: #222222;
  font-size: 22px;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  width: calc(100% - 54px);
}
@media (max-width: 1580px) {
  .deliverybox-sec3 .cont .item .list .f_title .tit {
    font-size: 18px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .cont .item .list .f_title .tit {
    font-size: 16px;
  }
}
.deliverybox-sec3 .cont .item .list .f_title i {
  display: block;
  width: 12px;
  margin-top: 12px;
  transition: all 0.4s;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .deliverybox-sec3 .cont .item .list .f_title i {
    width: 10px;
  }
}
@media (max-width: 1199px) {
  .deliverybox-sec3 .cont .item .list .f_title i {
    width: 8px;
    margin-top: 12px;
  }
}
.deliverybox-sec3 .cont .item .list .f_title i img,
.deliverybox-sec3 .cont .item .list .f_title i svg {
  width: 100%;
  float: left;
}
.deliverybox-sec3 .cont .item .list .ftext {
  display: none;
  color: #666666;
  font-size: 16px;
  width: 91.6417%;
  line-height: 1.5;
  padding-top: 12px;
}
@media (max-width: 1580px) {
  .deliverybox-sec3 .cont .item .list .ftext {
    padding-top: 8px;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .cont .item .list .ftext {
    width: 100%;
  }
}
.deliverybox-sec3 .cont .item:nth-child(1) .list {
  border-top: solid 1px #ebedef;
}
.deliverybox-sec3 .cont .item.on .list .f_title i {
  transform: rotate(180deg);
}
.deliverybox-sec3 .jut {
  margin-top: 1.32rem;
}
.deliverybox-sec3 .jut .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #e0ecfe;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .jut .item {
    justify-content: flex-end;
  }
}
.deliverybox-sec3 .jut .item .font {
  width: 42.8%;
  padding: 0.4rem 0.7rem;
  padding-right: 0;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .jut .item .font {
    width: 100%;
    order: 1;
    padding: 0.6rem 0.4rem;
  }
}
.deliverybox-sec3 .jut .item .font .name {
  color: #006bdc;
  margin-bottom: 0.16rem;
}
.deliverybox-sec3 .jut .item .font .tit {
  color: #222222;
  line-height: 1.5;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .jut .item .font .tit {
    margin-bottom: 0.4rem;
  }
}
.deliverybox-sec3 .jut .item .font .hm_but {
  color: #fff;
  min-width: 180px;
  height: 60px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .deliverybox-sec3 .jut .item .font .hm_but {
    min-width: 140px;
    height: 42px;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec3 .jut .item .font .hm_but {
    min-width: 140px;
  }
}
.deliverybox-sec3 .jut .item .font .hm_but:before {
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#016cd3, #016cd3);
  background-blend-mode: normal,
								normal;
}
.deliverybox-sec3 .jut .item .gt {
  width: 35.8571%;
}
@media (max-width: 767px) {
  .deliverybox-sec3 .jut .item .gt {
    width: 70%;
  }
}
.deliverybox-sec3 .jut .item .gt .img:before {
  padding-bottom: 102%;
}
@media (min-width: 768px) {
  .deliverybox-sec4 .cont .img {
    left: 0;
    right: initial;
  }
  .deliverybox-sec4 .container2 {
    display: flex;
    flex-direction: row-reverse;
  }
}
.deliverybox-sec5 {
  padding-bottom: 0;
}
.deliverybox-sec6 .cont .item .list .ftext .but {
  margin-top: 0.22rem;
  color: #056ed9;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .deliverybox-sec6 .cont .item .list .ftext .but {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .deliverybox-sec6 .cont .item .list .ftext .but {
    font-size: 0.22rem;
  }
}
.deliverybox-sec6 .cont .item .list .ftext .but i {
  display: block;
  overflow: hidden;
  width: 5px;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .deliverybox-sec6 .cont .item .list .ftext .but i {
    margin-left: 8px;
  }
}
.deliverybox-sec6 .cont .item .list .ftext .but i img,
.deliverybox-sec6 .cont .item .list .ftext .but i svg {
  width: 100%;
  float: left;
}
.deliverybox-sec6 .cont .item .list .ftext .but:hover i {
  transform: translateX(6px);
}
.deliverybox-sec7 {
  padding: 1.4rem 0;
}
.deliverybox-sec7 .calculator_tit {
  margin-bottom: 0.5rem;
}
.deliverybox-sec7 .cont {
  width: 90%;
  margin: 0 auto;
  max-width: 8.5rem;
}
@media (max-width: 991px) {
  .deliverybox-sec7 .cont {
    width: 100%;
    max-width: 100%;
  }
}
.deliverybox-sec7 .cont .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.32rem;
  background-color: #ffffff;
  box-shadow: 1px 4px 18px 0px rgba(147, 173, 200, 0.18);
  border-radius: 15px;
  color: #222222;
  font-size: 22px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .deliverybox-sec7 .cont .item {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .deliverybox-sec7 .cont .item {
    font-size: 16px;
  }
}
.deliverybox-sec7 .cont .item:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#ffc220, #ffc220);
  background-blend-mode: normal,
						normal;
}
.deliverybox-sec7 .cont .item .tit {
  width: calc(100% - 20px);
  position: relative;
}
.deliverybox-sec7 .cont .item i {
  position: relative;
  display: block;
  width: 8px;
}
.deliverybox-sec7 .cont .item i img,
.deliverybox-sec7 .cont .item i svg {
  width: 100%;
  float: left;
}
.deliverybox-sec7 .cont .item i img path,
.deliverybox-sec7 .cont .item i svg path {
  fill: #08162a;
}
.deliverybox-sec7 .cont .item:hover:before {
  opacity: 1;
}
.deliverybox-sec7 .cont .item:hover .tit {
  color: #fff;
}
.deliverybox-sec7 .cont .item:hover i svg path {
  fill: #fff;
}
/* End */
/* 价格调整工具 */
.adjubanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.adjubanner .bag {
  width: 100%;
  height: 100%;
  height: 7.3rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .adjubanner .bag {
    height: 10rem;
  }
}
.adjubanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.adjubanner .img {
  position: absolute;
  top: 20%;
  left: 16%;
  z-index: 2;
  width: 2.18rem;
  zoom: 1;
}
.adjubanner .img:after {
  content: '';
  display: block;
  clear: both;
}
.adjubanner .img img {
  animation: transzh2 12s linear infinite;
  max-width: 100%;
  width: auto;
  float: left;
}
.adjubanner .img1 {
  width: 2.45rem;
  left: 70%;
  top: 54%;
}
.adjubanner .img1 img {
  animation-delay: 4s;
}
.adjubanner .cont {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
}
.adjubanner .cont .font {
  text-align: center;
}
.adjubanner .cont .font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.54rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
.adjubanner .cont .font .text {
  color: #64728a;
  margin-bottom: 0.5rem;
  font-size: 20px;
}
@media (max-width: 1580px) {
  .adjubanner .cont .font .text {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .adjubanner .cont .font .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .adjubanner .cont .font .text {
    font-size: 0.28rem;
  }
}
.adjubanner .cont .font .hm_but {
  margin: 0 auto;
}
@keyframes transzh2 {
  0% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  25% {
    transform: translate(20px, 26px);
    -webkit-transform: translate(20px, 26px);
  }
  50% {
    transform: translate(-20px, -26px);
    -webkit-transform: translate(-20px, -26px);
  }
  75% {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
  }
  100% {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
.adjustmentbox-sec1 {
  zoom: 1;
  padding-bottom: 1.1rem;
  position: relative;
  display: flex;
  justify-content: center;
  background: url(../images/jianbia1.png) left bottom / 100% 100% no-repeat;
}
.adjustmentbox-sec1:after {
  content: '';
  display: block;
  clear: both;
}
.adjustmentbox-sec1 .container2 {
  margin: 0;
  margin-top: -1.46rem;
}
@media (max-width: 991px) {
  .adjustmentbox-sec1 .container2 {
    margin-top: -0.8rem;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .container2 {
    margin-top: -1.4rem;
  }
}
.adjustmentbox-sec1 .cont {
  border-radius: 20px;
  border: solid 1px #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 0.9rem 0 0.9rem;
  margin: 0 -1rem;
}
@media (max-width: 991px) {
  .adjustmentbox-sec1 .cont {
    margin: 0;
    padding: 0.6rem 0;
  }
}
.adjustmentbox-sec1 .cont .jut {
  padding: 0 1rem;
  padding-right: 4.12rem;
}
@media (max-width: 991px) {
  .adjustmentbox-sec1 .cont .jut {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .cont .jut {
    padding: 0 0.3rem;
  }
}
.adjustmentbox-sec1 .cont .jut .name {
  color: #999999;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec1 .cont .jut .name {
    margin-bottom: 6px;
  }
}
.adjustmentbox-sec1 .cont .jut .tit {
  color: #222222;
  line-height: 1.3;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.26rem;
}
.adjustmentbox-sec1 .cont .jut .tit span {
  color: #0071dc;
}
.adjustmentbox-sec1 .cont .jut .text {
  font-size: 18px;
  line-height: 30px;
  color: #666666;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec1 .cont .jut .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 1199px) {
  .adjustmentbox-sec1 .cont .jut .text {
    line-height: 24px;
  }
}
.adjustmentbox-sec1 .fz_jut {
  margin-top: 1.1rem;
}
.adjustmentbox-sec1 .fz_jut .calculator_tit {
  text-align: left;
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .fz_jut .calculator_tit {
    width: 100%;
  }
}
.adjustmentbox-sec1 .fz_jut .nei {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.24rem;
}
@media (max-width: 991px) {
  .adjustmentbox-sec1 .fz_jut .nei {
    margin: 0 -0.16rem;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .fz_jut .nei {
    margin: 0;
  }
}
.adjustmentbox-sec1 .fz_jut .nei .item {
  width: 33.333%;
  padding: 0 0.24rem;
}
@media (max-width: 991px) {
  .adjustmentbox-sec1 .fz_jut .nei .item {
    padding: 0 0.16rem;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .fz_jut .nei .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.26rem;
  }
  .adjustmentbox-sec1 .fz_jut .nei .item:last-child {
    margin-bottom: 0;
  }
}
.adjustmentbox-sec1 .fz_jut .nei .item .list {
  display: block;
  width: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0.3rem 0.5rem 0.74rem;
  text-align: center;
  transition: all 0.4s;
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .img {
  margin-bottom: 0.18rem;
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .img:before {
  padding-bottom: 76.7441%;
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .img img {
  max-height: 66%;
  max-width: 74%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.26rem;
  line-height: 1.3;
  color: #222222;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list .tit {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list .tit {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list .tit {
    font-size: 0.34rem;
  }
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .text {
  color: #666666;
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .but {
  color: #056ed9;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.32rem;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list .but {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list .but {
    font-size: 0.22rem;
  }
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .but i {
  display: block;
  overflow: hidden;
  width: 5px;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list .but i {
    margin-left: 8px;
  }
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .but i img,
.adjustmentbox-sec1 .fz_jut .nei .item .list .but i svg {
  width: 100%;
  float: left;
}
.adjustmentbox-sec1 .fz_jut .nei .item .list .but:hover i {
  transform: translateX(6px);
}
@media (min-width: 1200px) {
  .adjustmentbox-sec1 .fz_jut .nei .item .list:hover {
    transform: translateY(-10px);
  }
}
.adjustmentbox-sec2 {
  background-color: #d7e7fe;
  padding: 1.2rem 0;
}
.adjustmentbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.adjustmentbox-sec2 .cont .lt {
  width: 54.714%;
}
@media (max-width: 767px) {
  .adjustmentbox-sec2 .cont .lt {
    width: 100%;
    order: 1;
  }
}
.adjustmentbox-sec2 .cont .lt .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
  margin-bottom: 0.66rem;
}
@media (max-width: 767px) {
  .adjustmentbox-sec2 .cont .lt .tit {
    margin-bottom: 0.4rem;
  }
}
.adjustmentbox-sec2 .cont .lt .tit span {
  color: #0071dc;
}
.adjustmentbox-sec2 .cont .lt .jut {
  width: 100%;
}
.adjustmentbox-sec2 .cont .lt .jut .li {
  display: flex;
  align-items: center;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .adjustmentbox-sec2 .cont .lt .jut .li {
    flex-wrap: wrap;
  }
}
.adjustmentbox-sec2 .cont .lt .jut .li:last-child {
  margin-bottom: 0;
}
.adjustmentbox-sec2 .cont .lt .jut .li span {
  display: block;
  flex: 0 0 auto;
  color: #0071dc;
  margin-right: 20px;
  padding: 6px 15px;
  background-color: #b0d5fd;
  border-radius: 17px;
  line-height: 1;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec2 .cont .lt .jut .li span {
    margin-right: 16px;
    padding: 6px 11px;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec2 .cont .lt .jut .li .font {
    width: 100%;
    margin-top: 0.26rem;
  }
}
.adjustmentbox-sec2 .cont .lt .jut .li .font .fztitle {
  margin-bottom: 2px;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
  color: #222222;
}
.adjustmentbox-sec2 .cont .lt .jut .li .font .fztext {
  color: #474a4e;
}
.adjustmentbox-sec2 .cont .gt {
  width: 40.14285%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .adjustmentbox-sec2 .cont .gt {
    width: 66%;
    margin-bottom: 0.6rem;
  }
}
.adjustmentbox-sec2 .cont .gt img {
  width: 100%;
  float: left;
}
.adjustmentbox-sec3 {
  padding: 1.24rem 0;
}
.adjustmentbox-sec3 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.adjustmentbox-sec3 .cont .lt {
  width: 30.7142%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .adjustmentbox-sec3 .cont .lt {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec3 .cont .lt {
    width: 66%;
    margin-bottom: 0.4rem;
  }
}
.adjustmentbox-sec3 .cont .lt img {
  width: 100%;
  float: left;
}
.adjustmentbox-sec3 .cont .gt {
  width: 42.857%;
}
@media (max-width: 991px) {
  .adjustmentbox-sec3 .cont .gt {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .adjustmentbox-sec3 .cont .gt {
    width: 100%;
  }
}
.adjustmentbox-sec3 .cont .gt .name {
  color: #999999;
  margin-bottom: 0.12rem;
}
.adjustmentbox-sec3 .cont .gt .tit {
  line-height: 1.3;
  margin-bottom: 0.32rem;
}
.adjustmentbox-sec3 .cont .gt .jut {
  margin-bottom: 0.52rem;
}
.adjustmentbox-sec3 .cont .gt .jut .li {
  line-height: 24px;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .adjustmentbox-sec3 .cont .gt .jut .li {
    margin-bottom: 8px;
  }
}
.adjustmentbox-sec3 .cont .gt .jut .li:last-child {
  margin-bottom: 0;
}
.adjustmentbox-sec3 .cont .gt .jut .li span {
  color: #0071dc;
}
.adjustmentbox-sec3 .cont .gt .jut .li strong {
  font-weight: normal;
}
.adjustmentbox-sec4 {
  background-color: #f6f8fb;
}
/* End */
/* 品牌保护 */
@media (min-width: 768px) {
  .brandbox-sec1 .cont .lt {
    width: 43.14285714%;
  }
}
.brandbox-sec1 .cont .lt .tit {
  margin-bottom: 0.22rem;
}
.brandbox-sec1 .cont .lt .text {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .brandbox-sec1 .cont .lt .text {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .brandbox-sec1 .cont .lt .text {
    line-height: 0.4rem;
    font-size: 0.28rem;
  }
}
@media (min-width: 768px) {
  .brandbox-sec1 .cont .gt {
    width: 42.8571428%;
  }
}
@media (min-width: 768px) {
  .brandbox-sec2 .cont .lt {
    width: 39.285%;
  }
}
.brandbox-sec2 .cont .gt .tit {
  margin-bottom: 0.28rem;
}
.brandbox-sec2 .cont .gt .text {
  line-height: 1.56;
  color: #666666;
}
@media (max-width: 767px) {
  .brandbox-sec2 .cont .gt .text {
    line-height: 1.3;
  }
}
.brandbox-sec2 .cont .gt .text:last-child {
  max-width: 450px;
}
.brandbox-sec2 .cont .gt .fzjut {
  margin: 0.4rem 0;
}
.brandbox-sec2 .cont .gt .fzjut .li {
  display: flex;
  align-items: center;
  color: #222222;
  margin-bottom: 0.14rem;
}
.brandbox-sec2 .cont .gt .fzjut .li:last-child {
  margin-bottom: 0;
}
.brandbox-sec2 .cont .gt .fzjut .li i {
  display: block;
  overflow: hidden;
  flex: 0 0 auto;
  width: 20px;
  margin-right: 18px;
}
@media (max-width: 1580px) {
  .brandbox-sec2 .cont .gt .fzjut .li i {
    width: 16px;
    margin-right: 14px;
  }
}
@media (max-width: 1199px) {
  .brandbox-sec2 .cont .gt .fzjut .li i {
    margin-right: 10px;
  }
}
.brandbox-sec2 .cont .gt .fzjut .li i img,
.brandbox-sec2 .cont .gt .fzjut .li i svg {
  width: 100%;
  float: left;
}
.brandbox-sec3 {
  background-color: #f6f8fb;
}
@media (min-width: 768px) {
  .brandbox-sec3 .cont .lt {
    width: 41.14285714%;
  }
}
@media (min-width: 768px) {
  .brandbox-sec3 .cont .gt {
    width: 41.8571428%;
  }
}
.brandbox-sec4 {
  padding: 1.2rem 0;
}
.brandbox-sec4 .calculator_tit {
  margin-bottom: 0.36rem;
}
.brandbox-sec4 .cont {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brandbox-sec4 .cont .jut {
  text-align: left;
  max-width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 1580px) {
}
@media (max-width: 767px) {
  .brandbox-sec4 .cont .jut {
    width: 100%;
  }
}
.brandbox-sec4 .cont .jut .li {
  line-height: 24px;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .brandbox-sec4 .cont .jut .li {
    margin-bottom: 8px;
  }
}
.brandbox-sec4 .cont .jut .li:last-child {
  margin-bottom: 0;
}
.brandbox-sec4 .cont .jut .li span {
  color: #0071dc;
}
.brandbox-sec4 .cont .jut .li strong {
  font-weight: normal;
}
.brandbox-sec4 .cont .img {
  width: 5.5rem;
  margin: 0 auto 0.14rem;
  overflow: hidden;
}
.brandbox-sec4 .cont .img img {
  width: 100%;
  float: left;
}
.brandbox-sec4 .cont .text {
  color: #999999;
}
/* End */
/* 商品质量分数 */
.qualibox-sec1 .cont .jut {
  padding-right: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .qualibox-sec1 .cont .jut {
    padding-right: 0.4rem;
  }
}
.qualibox-sec1 .cont .jut .font {
  width: 55.7142%;
}
@media (max-width: 767px) {
  .qualibox-sec1 .cont .jut .font {
    width: 100%;
  }
}
.qualibox-sec1 .cont .jut .font .tit {
  margin-bottom: 0.32rem;
}
.qualibox-sec1 .cont .jut .font .fz_video {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.qualibox-sec1 .cont .jut .font .fz_video img {
  width: 20%;
  position: relative;
}
.qualibox-sec1 .cont .jut .font .fz_video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
  height: 100%;
  transition: all 0.4s;
  background-color: #fcba30;
}
.qualibox-sec1 .cont .jut .font .fz_video:hover:before {
  transform: scale(0.9);
  opacity: 0.5;
}
.qualibox-sec1 .cont .jut .gt {
  width: 41%;
}
@media (max-width: 767px) {
  .qualibox-sec1 .cont .jut .gt {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.qualibox-sec1 .cont .jut .gt .fznei {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #999999;
  margin-bottom: 0.16rem;
}
.qualibox-sec1 .cont .jut .gt .fznei .but {
  color: #056ed9;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1580px) {
  .qualibox-sec1 .cont .jut .gt .fznei .but {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .qualibox-sec1 .cont .jut .gt .fznei .but {
    font-size: 0.22rem;
  }
}
.qualibox-sec1 .cont .jut .gt .fznei .but i {
  display: block;
  overflow: hidden;
  width: 5px;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .qualibox-sec1 .cont .jut .gt .fznei .but i {
    margin-left: 8px;
  }
}
.qualibox-sec1 .cont .jut .gt .fznei .but i img,
.qualibox-sec1 .cont .jut .gt .fznei .but i svg {
  width: 100%;
  float: left;
}
.qualibox-sec1 .cont .jut .gt .fznei .but:hover i {
  transform: translateX(6px);
}
.qualibox-sec1 .cont .jut .gt .qualibox1_cont {
  width: 100%;
  height: calc(1rem + 10px);
}
@media (max-width: 1580px) {
  .qualibox-sec1 .cont .jut .gt .qualibox1_cont {
    height: calc(1.6rem + 10px);
  }
}
@media (max-width: 991px) {
  .qualibox-sec1 .cont .jut .gt .qualibox1_cont {
    height: calc(1.6rem + 10px);
  }
}
.qualibox-sec1 .cont .jut .gt .qualibox1_cont .swiper-slide {
  height: auto;
}
.qualibox-sec1 .cont .jut .gt .qualibox1_cont .swiper-slide .li {
  opacity: 0.2;
  transition: all 0.4s;
  display: flex;
  color: #333333;
  height: 100%;
  font-size: 14px;
}
@media (max-width: 991px) {
  .qualibox-sec1 .cont .jut .gt .qualibox1_cont .swiper-slide .li {
    font-size: 12px;
  }
}
.qualibox-sec1 .cont .jut .gt .qualibox1_cont .swiper-slide .li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.32rem;
  border-radius: 4em;
  height: 100%;
  background-color: #fcba30;
}
@media (max-width: 991px) {
  .qualibox-sec1 .cont .jut .gt .qualibox1_cont .swiper-slide .li span {
    height: 0.8rem;
    border-radius: 4rem;
  }
}
.qualibox-sec1 .cont .jut .gt .qualibox1_cont .swiper-slide-active .li {
  opacity: 1;
}
.qualibox-sec2 .cont .lt .hm_but {
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .qualibox-sec2 .cont .gt {
    width: 36%;
  }
}
@media (min-width: 768px) {
  .qualibox-sec3 .cont .lt {
    width: 35.714%;
  }
}
@media (min-width: 768px) {
  .qualibox-sec3 .cont .gt {
    width: 48%;
  }
}
.qualibox-sec3 .cont .gt .fznei {
  margin-top: 0.28rem;
}
.qualibox-sec3 .cont .gt .fznei .li {
  display: flex;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .qualibox-sec3 .cont .gt .fznei .li {
    margin-bottom: 12px;
  }
}
.qualibox-sec3 .cont .gt .fznei .li:last-child {
  margin-bottom: 0;
}
.qualibox-sec3 .cont .gt .fznei .li i {
  display: block;
  flex: 0 0 auto;
  width: 0.26rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .qualibox-sec3 .cont .gt .fznei .li i {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .qualibox-sec3 .cont .gt .fznei .li i {
    margin-top: 0.04rem;
    width: 0.36rem;
  }
}
.qualibox-sec3 .cont .gt .fznei .li i img {
  width: 100%;
  float: left;
}
.qualibox-sec3 .cont .gt .fznei .li span {
  color: #222222;
  display: block;
  padding-left: 20px;
}
@media (max-width: 1580px) {
  .qualibox-sec3 .cont .gt .fznei .li span {
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  .qualibox-sec3 .cont .gt .fznei .li span {
    padding-left: 12px;
  }
}
.qualibox-sec4 .cont .lt .hm_but {
  margin-top: 0.5rem;
  min-width: 180px;
  height: 58px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .qualibox-sec4 .cont .lt .hm_but {
    min-width: 140px;
    height: 42px;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .qualibox-sec4 .cont .lt .hm_but {
    min-width: 120px;
    height: 40px;
  }
}
.qualibox-sec4 .cont .gt {
  margin-top: 0.6rem;
}
.qualibox-sec5 {
  padding-bottom: 0;
}
.qualibox-sec5 .cont .lt {
  position: relative;
  overflow: visible;
}
@media (min-width: 768px) {
  .qualibox-sec5 .cont .lt {
    width: 40.071%;
  }
}
.qualibox-sec5 .cont .lt .img {
  width: 100%;
  overflow: hidden;
}
.qualibox-sec5 .cont .lt .img:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  display: flex;
  flex-direction: row-reverse;
}
.qualibox-sec5 .cont .lt .img img {
  width: 5.6rem;
  pointer-events: none;
}
@media (max-width: 767px) {
  .qualibox-sec5 .cont .lt .img img {
    width: 8rem;
  }
}
.qualibox-sec5 .cont .lt .fzicon {
  position: absolute;
  width: 0.34rem;
  z-index: 2;
  top: 0;
  left: 50%;
  height: 100%;
  display: flex;
  -webkit-user-select: none;
  user-select: none;
  align-items: center;
  cursor: move;
  margin-left: -0.17rem;
}
.qualibox-sec5 .cont .lt .fzicon img {
  position: relative;
  width: 100%;
  z-index: 2;
  pointer-events: none;
}
.qualibox-sec5 .cont .lt .fzicon:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  height: 100%;
  background-color: #0071dc;
}
@media (max-width: 991px) {
  .qualibox-sec5 .cont .lt .fzicon:before {
    width: 2px;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .qualibox-sec5 .cont .gt {
    width: 45.428571%;
  }
}
.qualibox-sec5 .cont .gt .hm_but {
  margin-top: 0.5rem;
  min-width: 180px;
  height: 58px;
  border-radius: 30px;
}
@media (max-width: 1199px) {
  .qualibox-sec5 .cont .gt .hm_but {
    min-width: 140px;
    height: 42px;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .qualibox-sec5 .cont .gt .hm_but {
    width: 120px;
    height: 40px;
  }
}
/* End */
/* 运输模板 */
.tranportbox-sec1 .fz_jut {
  float: left;
}
.tranportbox-sec1 .fz_jut .calculator_tit {
  width: 100%;
}
.tranportbox-sec1 .fz_jut .nei {
  margin: 0 -10px;
}
@media (max-width: 1580px) {
  .tranportbox-sec1 .fz_jut .nei {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .tranportbox-sec1 .fz_jut .nei {
    margin: 0;
  }
}
.tranportbox-sec1 .fz_jut .nei .item {
  width: 25%;
  padding: 0 10px;
}
@media (max-width: 1580px) {
  .tranportbox-sec1 .fz_jut .nei .item {
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .tranportbox-sec1 .fz_jut .nei .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .tranportbox-sec1 .fz_jut .nei .item {
    padding: 0;
    width: 100%;
  }
}
.tranportbox-sec2 .cont .lt .fzjut {
  margin-top: 0.54rem;
}
.tranportbox-sec2 .cont .lt .fzjut .li {
  line-height: 24px;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .tranportbox-sec2 .cont .lt .fzjut .li {
    margin-bottom: 8px;
  }
}
.tranportbox-sec2 .cont .lt .fzjut .li:last-child {
  margin-bottom: 0;
}
.tranportbox-sec2 .cont .lt .fzjut .li span {
  color: #0071dc;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .tranportbox-sec2 .cont .lt .fzjut .li span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .tranportbox-sec2 .cont .lt .fzjut .li span {
    font-size: 0.3rem;
  }
}
.tranportbox-sec2 .cont .lt .fzjut .li strong {
  font-weight: normal;
}
@media (min-width: 768px) {
  .tranportbox-sec2 .cont .gt {
    width: 39.14285714%;
  }
}
@media (min-width: 768px) {
  .tranportbox-sec3 .cont .lt {
    width: 27.42%;
  }
}
@media (min-width: 768px) {
  .tranportbox-sec3 .cont .gt {
    width: 43%;
  }
}
/* End */
/* 智能标签 */
.smartbox-sec1 .fz_jut .calculator_tit {
  width: 100%;
}
.smartbox-sec2 {
  padding-top: 1.2rem;
}
.smartbox-sec2 .cont {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.smartbox-sec2 .cont .img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.smartbox-sec2 .cont .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.smartbox-sec2 .cont .font {
  position: relative;
  padding: 0.8rem 0.7rem 1.1rem;
  color: #fff;
}
@media (max-width: 767px) {
  .smartbox-sec2 .cont .font {
    padding: 0.6rem 0.4rem 0.8rem;
  }
}
.smartbox-sec2 .cont .font .name {
  opacity: 0.4;
  margin-bottom: 6px;
}
.smartbox-sec2 .cont .font .tit {
  line-height: 1.3;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.44rem;
}
.smartbox-sec2 .cont .font .jut {
  width: 60%;
}
@media (max-width: 767px) {
  .smartbox-sec2 .cont .font .jut {
    width: 100%;
  }
}
.smartbox-sec2 .cont .font .jut .li {
  display: flex;
  align-items: flex-start;
  line-height: 32px;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .smartbox-sec2 .cont .font .jut .li {
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .smartbox-sec2 .cont .font .jut .li {
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
}
.smartbox-sec2 .cont .font .jut .li:last-child {
  margin-bottom: 0;
}
.smartbox-sec2 .cont .font .jut .li i {
  font-style: normal;
  display: block;
  color: #ffc222;
  width: 38px;
}
@media (max-width: 1580px) {
  .smartbox-sec2 .cont .font .jut .li i {
    width: 34px;
  }
}
@media (max-width: 1199px) {
  .smartbox-sec2 .cont .font .jut .li i {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .smartbox-sec2 .cont .font .jut .li i {
    width: 0.6rem;
  }
}
.smartbox-sec2 .cont .font .jut .li .wen {
  width: 60%;
  width: calc(100% - 38px);
}
@media (max-width: 1580px) {
  .smartbox-sec2 .cont .font .jut .li .wen {
    width: calc(100% - 34px);
  }
}
@media (max-width: 1199px) {
  .smartbox-sec2 .cont .font .jut .li .wen {
    width: calc(100% - 30px);
  }
}
@media (max-width: 767px) {
  .smartbox-sec2 .cont .font .jut .li .wen {
    width: calc(100% - 0.6rem);
  }
}
.smartbox-sec2 .cont .font .jut .li .wen .fztitle {
  font-size: 20px;
}
@media (max-width: 1580px) {
  .smartbox-sec2 .cont .font .jut .li .wen .fztitle {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .smartbox-sec2 .cont .font .jut .li .wen .fztitle {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
}
.smartbox-sec2 .cont .font .jut .li .wen .fztext {
  line-height: 1.5;
  opacity: 0.5;
}
/* End */
/* 专业卖家徽章 */
.badgebanner {
  position: relative;
  overflow: hidden;
  background-color: #d8e7fe;
  height: 7rem;
}
@media (max-width: 1580px) {
  .badgebanner {
    height: 8.8rem;
    height: 9.8rem;
  }
}
@media (max-width: 767px) {
  .badgebanner {
    height: 10rem;
  }
}
.badgebanner .yuan {
  position: absolute;
  background-image: linear-gradient(212deg, #dde4f7 0%, #c6dafb 27%, #afcfff 53%, #6f8ff0 100%), linear-gradient(#2f54eb, #2f54eb);
  background-blend-mode: normal,
			normal;
  opacity: 0.3;
  border-radius: 50%;
  padding-bottom: 50%;
  -webkit-animation: transzh 10s linear infinite;
  animation: transzh 10s linear infinite;
}
.badgebanner .na1 {
  width: 51.302083%;
  padding-bottom: 51.302083%;
  bottom: -70%;
  left: -20%;
}
@media (max-width: 991px) {
  .badgebanner .na1 {
    left: -6%;
    bottom: -40%;
  }
}
@media (max-width: 767px) {
  .badgebanner .na1 {
    bottom: -10%;
  }
}
.badgebanner .na2 {
  width: 8.38541667%;
  padding-bottom: 8.38541667%;
  bottom: 2%;
  left: 50%;
  animation-delay: 1s;
}
.badgebanner .na3 {
  width: 20.9375%;
  padding-bottom: 20.9375%;
  top: -8%;
  right: -8%;
  animation-delay: 2s;
}
@media (max-width: 767px) {
  .badgebanner .na3 {
    top: -2%;
    right: -2%;
  }
}
.badgebanner .cont {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.badgebanner .cont .container2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.badgebanner .cont .font {
  width: 50%;
}
@media (max-width: 767px) {
  .badgebanner .cont .font {
    width: 100%;
    text-align: center;
    margin-bottom: 0.66rem;
  }
}
.badgebanner .cont .font .tit {
  color: #0b1e40;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
  margin-bottom: 0.12rem;
}
.badgebanner .cont .font .text {
  color: #657693;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .badgebanner .cont .font .text {
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .badgebanner .cont .font .hm_but {
    margin: 0 auto;
  }
}
.badgebanner .cont .img {
  width: 48.4285%;
  zoom: 1;
}
.badgebanner .cont .img:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .badgebanner .cont .img {
    width: 76%;
    margin: 0 auto;
  }
}
.badgebanner .cont .img img {
  float: left;
  width: 100%;
}
.badgebox {
  background-color: #fff;
}
.badgebox .breadbox .f_cont {
  padding: 0.26rem 0;
}
.badgebox-sec1 {
  padding-top: 0.7rem;
  padding-bottom: 1.5rem;
}
.badgebox-sec1 .calculator_tit {
  width: 6rem;
  margin: 0 auto 0.5rem;
}
@media (max-width: 767px) {
  .badgebox-sec1 .calculator_tit {
    width: 100%;
  }
}
.badgebox-sec1 .calculator_tit .tit span {
  color: #0071dc;
}
.badgebox-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.22rem;
}
@media (max-width: 767px) {
  .badgebox-sec1 .cont {
    width: 100%;
    margin: 0;
  }
}
.badgebox-sec1 .cont .item {
  width: 50%;
  padding: 0 0.22rem;
}
@media (max-width: 767px) {
  .badgebox-sec1 .cont .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.44rem;
  }
  .badgebox-sec1 .cont .item:last-child {
    margin-bottom: 0.44rem;
  }
}
.badgebox-sec1 .cont .item .list {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-color: #f6f8fb;
  border-radius: 20px;
  padding: 0.68rem 0.75rem 0.9rem;
}
@media (max-width: 767px) {
  .badgebox-sec1 .cont .item .list {
    padding: 0.6rem 0.4rem;
  }
}
.badgebox-sec1 .cont .item .list .img {
  display: block;
  height: 1.16rem;
  overflow: hidden;
  margin-bottom: 0.38rem;
}
.badgebox-sec1 .cont .item .list .img img {
  height: 100%;
  float: left;
}
.badgebox-sec1 .cont .item .list .font {
  width: 100%;
}
.badgebox-sec1 .cont .item .list .font .tit {
  line-height: 1.3;
  margin-bottom: 0.1rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.28rem;
}
@media (max-width: 1199px) {
  .badgebox-sec1 .cont .item .list .font .tit {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .badgebox-sec1 .cont .item .list .font .tit {
    font-size: 0.34rem;
  }
}
.badgebox-sec1 .cont .item .list .font .text {
  color: #666666;
  line-height: 1.42;
}
.badgebox-sec2 {
  background-color: #f6f8fb;
  padding: 1.2rem 0;
}
.badgebox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.badgebox-sec2 .cont .lt {
  width: 51.42858%;
  padding-right: 1.25rem;
}
@media (max-width: 767px) {
  .badgebox-sec2 .cont .lt {
    width: 100%;
    padding-right: 0;
    order: 1;
  }
}
.badgebox-sec2 .cont .lt .name {
  color: #999999;
  margin-bottom: 0.12rem;
}
.badgebox-sec2 .cont .lt .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
  margin-bottom: 0.38rem;
}
.badgebox-sec2 .cont .lt .fznei {
  margin-bottom: 0.3rem;
}
.badgebox-sec2 .cont .lt .fznei .li {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 1580px) {
  .badgebox-sec2 .cont .lt .fznei .li {
    margin-bottom: 16px;
  }
}
@media (max-width: 1199px) {
  .badgebox-sec2 .cont .lt .fznei .li {
    margin-bottom: 12px;
  }
}
.badgebox-sec2 .cont .lt .fznei .li:last-child {
  margin-bottom: 0;
}
.badgebox-sec2 .cont .lt .fznei .li i {
  display: block;
  flex: 0 0 auto;
  width: 0.26rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .badgebox-sec2 .cont .lt .fznei .li i {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .badgebox-sec2 .cont .lt .fznei .li i {
    margin-top: 0.04rem;
    width: 0.36rem;
  }
}
.badgebox-sec2 .cont .lt .fznei .li i img {
  width: 100%;
  float: left;
}
.badgebox-sec2 .cont .lt .fznei .li span {
  color: #222222;
  display: block;
  padding-left: 20px;
}
@media (max-width: 1580px) {
  .badgebox-sec2 .cont .lt .fznei .li span {
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  .badgebox-sec2 .cont .lt .fznei .li span {
    padding-left: 12px;
  }
}
.badgebox-sec2 .cont .lt .text {
  color: #999999;
  line-height: 1.5;
}
.badgebox-sec2 .cont .gt {
  border-radius: 20px;
  overflow: hidden;
  width: 48.57142%;
}
@media (max-width: 767px) {
  .badgebox-sec2 .cont .gt {
    width: 100%;
    margin-bottom: 0.48rem;
  }
}
.badgebox-sec2 .cont .gt:before {
  padding-bottom: 67.647%;
}
.badgebox-sec3 {
  background-color: #fff;
}
@media (min-width: 768px) {
  .badgebox-sec3 .cont .lt {
    order: 1;
    padding-right: 0;
    padding-left: 1.24rem;
  }
}
.badgebox-sec3 .cont .lt .jut .li {
  line-height: 24px;
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .badgebox-sec3 .cont .lt .jut .li {
    margin-bottom: 8px;
  }
}
.badgebox-sec3 .cont .lt .jut .li:last-child {
  margin-bottom: 0;
}
.badgebox-sec3 .cont .lt .jut .li span {
  color: #0071dc;
}
.badgebox-sec3 .cont .lt .jut .li strong {
  font-weight: normal;
}
.badgebox-sec4 {
  background-color: #f6f8fb;
}
/* End */
/* 退货 */
.salesbanner {
  background-color: transparent;
}
.salesbanner .bag {
  width: 100%;
  height: 100%;
}
.salesbanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.salesbanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .salesbanner .bag img {
    display: none;
  }
  .salesbanner .bag img:nth-child(2) {
    display: block;
  }
}
.salesbox {
  background-color: #fff;
}
.salesbox .breadbox .f_cont {
  padding: 0.26rem 0;
}
.salesbox-sec1 {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}
.salesbox-sec1 .cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.salesbox-sec1 .cont .lt {
  width: 30%;
  position: relative;
}
@media (max-width: 991px) {
  .salesbox-sec1 .cont .lt {
    width: 36%;
  }
}
@media (max-width: 767px) {
  .salesbox-sec1 .cont .lt {
    width: 56%;
  }
}
.salesbox-sec1 .cont .lt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0.26rem;
  bottom: 0;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #fcba30;
  border-radius: 50%;
}
.salesbox-sec1 .cont .lt .img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.salesbox-sec1 .cont .lt .img:before {
  padding-bottom: 100%;
}
.salesbox-sec1 .cont .gt {
  width: 49.571%;
}
@media (max-width: 991px) {
  .salesbox-sec1 .cont .gt {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .salesbox-sec1 .cont .gt {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.salesbox-sec1 .cont .gt .name {
  color: #999999;
  margin-bottom: 0.12rem;
}
.salesbox-sec1 .cont .gt .tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.3;
  margin-bottom: 0.24rem;
}
.salesbox-sec1 .cont .gt .tit span {
  color: #0071db;
}
.salesbox-sec1 .cont .gt .text {
  color: #666666;
  line-height: 1.56;
}
@media (max-width: 767px) {
  .salesbox-sec1 .cont .gt .text {
    line-height: 1.4;
  }
}
.salesbox-sec2 {
  background-color: #f6f8fb;
  padding: 1.1rem 0 1.44rem;
}
.salesbox-sec2 .calculator_tit {
  margin-bottom: 0.5rem;
}
.salesbox-sec2 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.23rem;
}
@media (max-width: 767px) {
  .salesbox-sec2 .cont {
    margin: 0;
  }
}
.salesbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.23rem;
}
@media (max-width: 767px) {
  .salesbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .salesbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.salesbox-sec2 .cont .item .list {
  width: 100%;
  display: block;
  background-color: #fff;
  height: 100%;
  border-radius: 20px;
  padding: 0.3rem 0.53rem 0.7rem;
}
@media (max-width: 767px) {
  .salesbox-sec2 .cont .item .list {
    padding: 0.2rem 0.4rem 0.5rem;
  }
}
.salesbox-sec2 .cont .item .list .img {
  margin-bottom: 0.2rem;
}
.salesbox-sec2 .cont .item .list .img:before {
  padding-bottom: 62.318%;
}
.salesbox-sec2 .cont .item .list .img img {
  width: auto;
  height: auto;
  object-fit: contain;
  max-height: 62.79%;
}
.salesbox-sec2 .cont .item .list .font {
  width: 100%;
  text-align: center;
}
.salesbox-sec2 .cont .item .list .font .tit {
  color: #222222;
  font-size: 0.26rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  width: 100%;
  margin-bottom: 0.12rem;
  line-height: 1.3;
}
@media (max-width: 1580px) {
  .salesbox-sec2 .cont .item .list .font .tit {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .salesbox-sec2 .cont .item .list .font .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .salesbox-sec2 .cont .item .list .font .tit {
    font-size: 0.34rem;
  }
}
.salesbox-sec2 .cont .item .list .font .text {
  color: #666666;
  line-height: 1.46;
}
.salesbox-sec3 {
  background-color: transparent;
  padding-bottom: 0;
}
.salesbox-sec3 .cont .lt,
.salesbox-sec3 .cont .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .salesbox-sec3 .cont .lt,
  .salesbox-sec3 .cont .gt {
    width: 100%;
  }
}
.salesbox-sec3 .cont .lt {
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .salesbox-sec3 .cont .lt {
    padding-right: 1.4rem;
  }
}
@media (max-width: 767px) {
  .salesbox-sec3 .cont .lt {
    padding-right: 0;
  }
}
.salesbox-sec3 .cont .lt .fznei .fzit {
  margin-bottom: 0.28rem;
}
.salesbox-sec3 .cont .lt .fznei .fzit:last-child {
  margin-bottom: 0;
}
.salesbox-sec3 .cont .lt .fznei .fzit .li {
  cursor: pointer;
  margin-bottom: 0;
}
.salesbox-sec3 .cont .lt .fznei .fzit .text {
  color: #666666;
  padding-top: 0.12rem;
  display: none;
}
.salesbox-sec3 .cont .lt .fztext {
  line-height: 1.5;
  margin-bottom: 0.28rem;
  margin-top: -0.12rem;
}
.salesbox-sec3 .cont .gt {
  position: relative;
  overflow: visible;
}
.salesbox-sec3 .cont .gt img {
  border-radius: 20px;
}
.salesbox-sec3 .cont .gt:before {
  padding-bottom: 74%;
}
.salesbox-sec3 .cont .gt .fzqie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10%;
}
@media (max-width: 767px) {
  .salesbox-sec3 .cont .gt .fzqie {
    display: none;
  }
}
.salesbox-sec3 .cont .gt .fzqie .li {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  width: 130px;
  background: url(../images/yuanxingim1.png) center / 100% 100% no-repeat;
  color: #333333;
  height: 45px;
  overflow: hidden;
  transition: all 0.4s;
  border-radius: 24px;
  margin-bottom: 10px;
  animation: zuoyou 14s linear infinite;
}
@media (max-width: 1580px) {
  .salesbox-sec3 .cont .gt .fzqie .li {
    width: 120px;
    height: 42px;
  }
}
@media (max-width: 1199px) {
  .salesbox-sec3 .cont .gt .fzqie .li {
    width: 100px;
    height: 38px;
  }
}
.salesbox-sec3 .cont .gt .fzqie .li:last-child {
  margin-bottom: 0;
}
.salesbox-sec3 .cont .gt .fzqie .li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.4s;
  height: 100%;
  background: url(../images/yuanxingim2.png) center / 100% 100% no-repeat;
}
.salesbox-sec3 .cont .gt .fzqie .li span {
  position: relative;
}
.salesbox-sec3 .cont .gt .fzqie .li:nth-child(2) {
  animation-delay: 1s;
}
.salesbox-sec3 .cont .gt .fzqie .li:nth-child(3) {
  animation-delay: 2s;
}
.salesbox-sec3 .cont .gt .fzqie .li:hover {
  animation-play-state: paused;
}
.salesbox-sec3 .cont .gt .fzqie .on {
  color: #fff;
  box-shadow: 0px 0px 51px 0px rgba(205, 221, 235, 0.53);
}
.salesbox-sec3 .cont .gt .fzqie .on:before {
  opacity: 1;
}
.salesbox-sec4 .cont .lt {
  padding-left: 1.46rem;
  padding-right: 0;
}
@media (max-width: 991px) {
  .salesbox-sec4 .cont .lt {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .salesbox-sec4 .cont .lt {
    padding-left: 0;
  }
}
@keyframes zuoyou {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(50%, 0);
  }
  75% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
/* End */
@-webkit-keyframes fscle {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes fscle {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.fscle {
  -webkit-animation-name: fscle;
  animation-name: fscle;
}
/* 工具 */
.instrubanner {
  height: 7.3rem;
}
@media (max-width: 1580px) {
  .instrubanner {
    height: 9rem;
  }
}
@media (max-width: 767px) {
  .instrubanner {
    height: auto;
    padding-bottom: 1.1rem;
  }
}
.instrubanner .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.instrubanner .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instrubanner .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .instrubanner .bag img {
    display: none;
  }
  .instrubanner .bag img:nth-child(2) {
    display: block;
  }
}
.instrubanner .cont {
  position: relative;
}
@media (min-width: 1581px) {
  .instrubox .container2 {
    width: 80.41666%;
  }
}
.instrubox .breadbox .f_cont {
  padding: 0.26rem 0;
}
.instrubox-sec1 {
  padding-top: 0.7rem;
  overflow: hidden;
  padding-bottom: 1.2rem;
}
.instrubox-sec1 .cont .item {
  display: flex;
  flex-wrap: wrap;
  background-image: linear-gradient(0deg, #d2e5ff 0%, #cadfff 100%);
  border-radius: 20px;
  margin-bottom: 0.8rem;
  overflow: hidden;
  min-height: 5.5rem;
}
.instrubox-sec1 .cont .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item {
    margin-bottom: 0.6rem;
    padding: 0 0.4rem;
  }
}
.instrubox-sec1 .cont .item .lt {
  width: 56.27%;
  padding: 1.3rem 0 1.12rem;
  padding-left: 6.4683053%;
  padding-right: 12.6778784%;
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .lt {
    width: 100%;
    order: 1;
    padding: 0.4rem 0 0.6rem;
  }
}
.instrubox-sec1 .cont .item .lt .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  margin-bottom: 12px;
}
@media (max-width: 1580px) {
  .instrubox-sec1 .cont .item .lt .tit {
    margin-bottom: 8px;
  }
}
@media (max-width: 991px) {
  .instrubox-sec1 .cont .item .lt .tit {
    margin-bottom: 4px;
  }
}
.instrubox-sec1 .cont .item .lt .text {
  color: #222222;
  opacity: 0.6;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .instrubox-sec1 .cont .item .lt .text {
    line-height: 1.4;
  }
}
.instrubox-sec1 .cont .item .gt {
  position: relative;
  width: 43.73%;
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt.fzimg1 {
    padding-top: 0.6rem;
  }
}
.instrubox-sec1 .cont .item .gt.fzimg1 .yuan {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: -1rem;
  width: 95.42097489%;
  background-image: linear-gradient(-82deg, #0071db 0%, #0037a6 100%), linear-gradient(#3357b1, #3357b1);
  background-blend-mode: normal,
								normal;
  border-radius: 50%;
  box-shadow: 0px 0px 117px 0px rgba(31, 44, 159, 0.03);
  opacity: 0.04;
  animation: transzh 10s linear infinite;
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt.fzimg1 .yuan {
    width: 50%;
    right: 30%;
  }
}
.instrubox-sec1 .cont .item .gt.fzimg1 .yuan:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.instrubox-sec1 .cont .item .gt.fzimg1 .img {
  width: 92.02363368%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .instrubox-sec1 .cont .item .gt.fzimg1 .img {
    margin-top: 100px;
    position: absolute;
    right: -1.6rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt.fzimg1 .img {
    width: 60%;
    position: relative;
  }
}
.instrubox-sec1 .cont .item .gt.fzimg1 .img img {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt.fzimg2 {
    padding-top: 0.6rem;
  }
}
.instrubox-sec1 .cont .item .gt.fzimg2 .fztu {
  width: 108.41949778%;
  position: relative;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .instrubox-sec1 .cont .item .gt.fzimg2 .fztu {
    position: absolute;
    top: 0.8rem;
    right: -1.64rem;
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt.fzimg2 .fztu {
    width: 60%;
    position: relative;
    z-index: 2;
  }
}
.instrubox-sec1 .cont .item .gt.fzimg2 .fztu:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 114.5%;
  height: 114.5%;
  border-radius: 50%;
  border: dashed 2px #0071dc;
  opacity: 0.1;
}
.instrubox-sec1 .cont .item .gt.fzimg2 .fztu .img {
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.instrubox-sec1 .cont .item .gt.fzimg2 .yuan {
  position: absolute;
  left: -4%;
  bottom: 20%;
  background-image: linear-gradient(212deg, #dde4f7 0%, #c6dafb 27%, #afcfff 53%, #6f8ff0 100%), linear-gradient(#2f54eb, #2f54eb);
  background-blend-mode: normal,
								normal;
  opacity: 0.3;
  width: 1.12rem;
  border-radius: 50%;
  animation: transzh 10s linear infinite;
}
.instrubox-sec1 .cont .item .gt.fzimg2 .yuan:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 767px) {
  .instrubox-sec1 .cont .item .gt.fzimg3 {
    height: 3.6rem;
  }
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img {
  position: absolute;
  overflow: hidden;
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img img {
  float: left;
  width: 100%;
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img1 {
  top: 50%;
  transform: translateY(-50%);
  width: 88.03545052%;
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img2 {
  width: 47.11964549%;
  top: 22.15657312%;
  left: 20%;
  margin-bottom: 0.2rem;
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img3 {
  width: 22.15657312%;
  top: 31.90546529%;
  margin-top: 0.2rem;
  left: 42%;
  padding-bottom: 28.06499261%;
  overflow: visible;
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img3 img {
  display: none;
}
.instrubox-sec1 .cont .item .gt.fzimg3 .img3:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 17px 41px 76px 0px rgba(0, 85, 178, 0.25);
  border-radius: 20px;
  transform: rotate(20deg);
  border: solid 1px #ffffff;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px);
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* End */
/* 物流仓储服务 */
@media (min-width: 1581px) {
  .storbox .container2 {
    width: 80.41666%;
  }
}
.storbox .breadbox .f_cont {
  padding: 0.26rem 0;
}
.storbox-sec1 .cont .item .lt {
  padding-right: 6.4683053%;
}
.storbox-sec1 .cont .item .lt .but {
  display: flex;
}
.storbox-sec1 .cont .item .lt .but .hm_but {
  width: auto;
  padding: 0 0.26rem;
  margin-right: 20px;
}
@media (max-width: 1580px) {
  .storbox-sec1 .cont .item .lt .but .hm_but {
    margin-right: 16px;
  }
}
@media (max-width: 991px) {
  .storbox-sec1 .cont .item .lt .but .hm_but {
    margin-right: 12px;
  }
}
.storbox-sec1 .cont .item .lt .but .hm_but:nth-child(2) {
  border: 2px solid #005edc;
  color: #0573d8;
  transition: none;
}
@media (max-width: 991px) {
  .storbox-sec1 .cont .item .lt .but .hm_but:nth-child(2) {
    border-width: 1px;
  }
}
.storbox-sec1 .cont .item .lt .but .hm_but:nth-child(2):before {
  background: none;
}
.storbox-sec1 .cont .item .lt .but .hm_but:nth-child(2):hover {
  border-color: transparent;
  color: #fff;
}
.storbox-sec1 .cont .item .lt .but .hm_but:nth-child(2):hover:before {
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#ffc220, #ffc220);
  background-blend-mode: normal,
											normal;
}
@media (min-width: 768px) {
  .storbox-sec1 .cont .item:nth-child(2n) .lt {
    order: 1;
  }
  .storbox-sec1 .cont .item:nth-child(2n) .gt.fzimg2 .fztu {
    right: inherit;
    left: -1.64rem;
  }
  .storbox-sec1 .cont .item:nth-child(2n) .gt.fzimg2 .yuan {
    left: inherit;
    right: -4%;
  }
}
/* End */
/* 两日/三日达交货 */
.consignmentbox .breadbox .f_cont {
  padding: 0.26rem 0;
}
.consignmentbox-sec1 {
  padding-top: 0.7rem;
}
.consignmentbox-sec1 .cont {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: linear-gradient(117deg, #026bcf 0%, #0047b1 100%);
  border-radius: 20px;
  min-height: 5rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont {
    padding: 0.6rem 0.4rem;
  }
}
.consignmentbox-sec1 .cont .lt {
  padding: 0.7rem 0.6rem;
  width: 55.12820513%;
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont .lt {
    width: 100%;
    order: 1;
    position: relative;
    z-index: 2;
    padding: 0.4rem 0 0;
  }
}
.consignmentbox-sec1 .cont .lt .name {
  color: #99c4ec;
  margin-bottom: 8px;
}
@media (max-width: 1580px) {
  .consignmentbox-sec1 .cont .lt .name {
    margin-bottom: 4px;
  }
}
.consignmentbox-sec1 .cont .lt .tit {
  color: #fff;
  line-height: 1.4;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.8rem;
}
@media (max-width: 991px) {
  .consignmentbox-sec1 .cont .lt .tit {
    line-height: 1.36;
  }
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont .lt .tit {
    margin-bottom: 0.4rem;
  }
}
.consignmentbox-sec1 .cont .lt .fzvido {
  width: 0.58rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont .lt .fzvido {
    width: 0.7rem;
  }
}
.consignmentbox-sec1 .cont .lt .fzvido img {
  width: 100%;
}
.consignmentbox-sec1 .cont .gt {
  position: relative;
  width: 44.87179487%;
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont .gt {
    width: 100%;
    height: 3.6rem;
  }
}
.consignmentbox-sec1 .cont .gt .yuan {
  position: absolute;
  top: 40%;
  right: -20%;
  background-image: linear-gradient(-87deg, #0071db 0%, #0338a6 100%), linear-gradient(#3357b1, #3357b1);
  background-blend-mode: normal,
						normal;
  width: 78.7638%;
  border-radius: 50%;
  -webkit-animation: transzh2 10s linear infinite;
  animation: transzh2 10s linear infinite;
}
.consignmentbox-sec1 .cont .gt .yuan:before {
  padding-bottom: 100%;
}
.consignmentbox-sec1 .cont .gt .img {
  width: 105.7%;
  position: absolute;
  right: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont .gt .img {
    right: initial;
    left: 0;
    margin-top: 0;
    width: 80%;
    top: 0;
    transform: translateY(0);
  }
}
.consignmentbox-sec1 .cont .gt .img img {
  width: 100%;
  margin-top: 110px;
  float: left;
}
@media (max-width: 767px) {
  .consignmentbox-sec1 .cont .gt .img img {
    margin-top: 0;
  }
}
.consignmentbox-sec2 {
  padding-top: 1.5rem;
  padding-bottom: 1.2rem;
}
.consignmentbox-sec2 .calculator_tit {
  margin-bottom: 0.6rem;
}
.consignmentbox-sec2 .cont {
  flex-wrap: wrap;
  display: flex;
  margin: 0 -0.73rem;
}
@media (max-width: 991px) {
  .consignmentbox-sec2 .cont {
    margin: 0 -0.4rem;
  }
}
@media (max-width: 767px) {
  .consignmentbox-sec2 .cont {
    margin: 0;
  }
}
.consignmentbox-sec2 .cont .item {
  width: 33.333%;
  padding: 0 0.73rem;
}
@media (max-width: 991px) {
  .consignmentbox-sec2 .cont .item {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .consignmentbox-sec2 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.46rem;
  }
  .consignmentbox-sec2 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.consignmentbox-sec2 .cont .item .list {
  display: block;
  position: relative;
}
.consignmentbox-sec2 .cont .item .list:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.48rem;
  left: 100%;
  width: 100%;
  height: 20px;
  background-color: #f6f8fb;
}
@media (max-width: 767px) {
  .consignmentbox-sec2 .cont .item .list:after {
    display: none;
  }
}
.consignmentbox-sec2 .cont .item:last-child .list:after {
  display: none;
}
.consignmentbox-sec2 .cont .item .img {
  width: 100%;
  background-color: #f6f8fb;
  border-radius: 20px;
  overflow: hidden;
  height: 2.96rem;
}
@media (max-width: 767px) {
  .consignmentbox-sec2 .cont .item .img {
    height: auto;
  }
}
@media (max-width: 767px) {
  .consignmentbox-sec2 .cont .item .img:before {
    padding-bottom: 60%;
  }
}
.consignmentbox-sec2 .cont .item .img img {
  transition: all 0.4s;
}
.consignmentbox-sec2 .cont .item .font {
  width: 100%;
  text-align: center;
  padding-top: 0.58rem;
}
@media (max-width: 767px) {
  .consignmentbox-sec2 .cont .item .font {
    padding-top: 0.36rem;
  }
}
.consignmentbox-sec2 .cont .item .font .tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 4px;
}
@media (max-width: 1580px) {
  .consignmentbox-sec2 .cont .item .font .tit {
    margin-bottom: 4px;
  }
}
.consignmentbox-sec2 .cont .item .font .text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
@media (max-width: 1580px) {
  .consignmentbox-sec2 .cont .item .font .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.consignmentbox-sec2 .cont .item:hover .img img {
  transform: scale(1.04);
}
.consignmentbox-sec3 {
  padding-top: 1.8rem;
}
.consignmentbox-sec3 .calculator_tit {
  margin-bottom: 0.6rem;
}
.consignmentbox-sec3 .cont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.consignmentbox-sec3 .cont .item {
  position: relative;
  width: 40.4558%;
  background-color: #005fdc;
  border-radius: 20px;
  padding: 0.48rem 0.6rem 0.58rem;
  padding-left: 10.68376068%;
}
@media (max-width: 767px) {
  .consignmentbox-sec3 .cont .item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .consignmentbox-sec3 .cont .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .consignmentbox-sec3 .cont .item {
    margin-right: -28px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .consignmentbox-sec3 .cont .item {
    margin-right: -24px;
  }
}
.consignmentbox-sec3 .cont .item .tit {
  margin-bottom: 0.28rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #fff;
}
.consignmentbox-sec3 .cont .item .jut .li {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
@media (max-width: 1580px) {
  .consignmentbox-sec3 .cont .item .jut .li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .consignmentbox-sec3 .cont .item .jut .li {
    font-size: 0.3rem;
  }
}
@media (max-width: 1580px) {
  .consignmentbox-sec3 .cont .item .jut .li {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .consignmentbox-sec3 .cont .item .jut .li {
    margin-bottom: 8px;
  }
}
.consignmentbox-sec3 .cont .item .jut .li:last-child {
  margin-bottom: 0;
}
.consignmentbox-sec3 .cont .item .jut .li i {
  display: block;
  overflow: hidden;
  width: 20px;
}
@media (max-width: 1580px) {
  .consignmentbox-sec3 .cont .item .jut .li i {
    width: 16px;
  }
}
@media (max-width: 991px) {
  .consignmentbox-sec3 .cont .item .jut .li i {
    width: 12px;
  }
}
.consignmentbox-sec3 .cont .item .jut .li i img {
  width: 100%;
  float: left;
}
.consignmentbox-sec3 .cont .item .jut .li span {
  display: block;
  padding-left: 20px;
  width: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .consignmentbox-sec3 .cont .item .jut .li span {
    padding-left: 16px;
    width: calc(100% - 16px);
  }
}
@media (max-width: 991px) {
  .consignmentbox-sec3 .cont .item .jut .li span {
    width: calc(100% - 12px);
  }
}
@media (max-width: 767px) {
  .consignmentbox-sec3 .cont .item .jut .li span {
    padding-left: 12px;
  }
}
.consignmentbox-sec3 .cont .item .fzimg {
  right: 56px;
  position: absolute;
  width: 2rem;
  bottom: 0;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .consignmentbox-sec3 .cont .item .fzimg {
    right: 52px;
  }
}
.consignmentbox-sec3 .cont .item .fzimg img {
  width: 100%;
  float: left;
}
.consignmentbox-sec3 .cont .gt {
  z-index: 2;
  background-image: linear-gradient(159deg, #fffdf5 0%, #80b7e9 0%, #0071dc 0%, #005ddc 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
					normal;
  box-shadow: -63px 1px 111px 0px rgba(0, 83, 220, 0.17);
}
@media (min-width: 768px) {
  .consignmentbox-sec3 .cont .gt {
    margin-right: 0;
    margin-left: -28px;
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .consignmentbox-sec3 .cont .gt {
    margin-left: -24px;
  }
}
.consignmentbox-sec4 {
  background-color: #daeeff;
}
.consignmentbox-sec4 .calculator_tit {
  margin-bottom: 0.6rem;
}
.consignmentbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.19rem;
}
@media (max-width: 767px) {
  .consignmentbox-sec4 .cont {
    margin: 0;
  }
}
.consignmentbox-sec4 .cont .item {
  width: 50%;
  padding: 0 0.19rem;
}
@media (max-width: 767px) {
  .consignmentbox-sec4 .cont .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.4rem;
  }
  .consignmentbox-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.consignmentbox-sec4 .cont .item .list {
  padding: 0.68rem 0.52rem 0.66rem;
  padding-right: 0.96rem;
  border-radius: 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .consignmentbox-sec4 .cont .item .list {
    padding: 0.46rem 0.4rem;
  }
}
.consignmentbox-sec4 .cont .item .list .tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .consignmentbox-sec4 .cont .item .list .tit {
    margin-bottom: 6px;
  }
}
.consignmentbox-sec4 .cont .item .list .text {
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-bottom: 0.74rem;
}
@media (max-width: 1580px) {
  .consignmentbox-sec4 .cont .item .list .text {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .consignmentbox-sec4 .cont .item .list .text {
    line-height: 24px;
  }
}
.consignmentbox-sec4 .cont .item .list .but {
  display: flex;
}
.consignmentbox-sec4 .cont .item .list .but .hm_but {
  width: auto;
  padding: 0 0.26rem;
  margin-right: 0.3rem;
}
.consignmentbox-sec4 .cont .item .list .but .hm_but:nth-child(2) {
  border: 2px solid #005edc;
  color: #0573d8;
  transition: none;
}
@media (max-width: 991px) {
  .consignmentbox-sec4 .cont .item .list .but .hm_but:nth-child(2) {
    border-width: 1px;
  }
}
.consignmentbox-sec4 .cont .item .list .but .hm_but:nth-child(2):before {
  background: none;
}
.consignmentbox-sec4 .cont .item .list .but .hm_but:nth-child(2):hover {
  border-color: transparent;
  color: #fff;
}
.consignmentbox-sec4 .cont .item .list .but .hm_but:nth-child(2):hover:before {
  background-image: linear-gradient(159deg, rgba(255, 253, 245, 0.98) 0%, rgba(128, 183, 233, 0.98) 0%, rgba(0, 113, 220, 0.98) 0%, rgba(0, 93, 220, 0.98) 100%), linear-gradient(#ffc220, #ffc220);
  background-blend-mode: normal,
											normal;
}
.consignmentbox-sec5 {
  background-color: transparent;
  padding-bottom: 0;
}
/* End */
/* 站内广告 */
.adverbanner {
  background-color: #e5f7fd;
}
.adverbanner .bag:before {
  content: "";
  display: block;
  position: absolute;
  width: 4.86rem;
  height: 4.86rem;
  background-color: #ccf2ff;
  opacity: 0.3;
  bottom: -2.11rem;
  left: -0.74rem;
  border-radius: 50%;
  -webkit-animation: transzh 10s linear infinite;
  animation: transzh 10s linear infinite;
}
@media (max-width: 767px) {
  .adverbanner .cont .font {
    margin-bottom: 1.4rem;
  }
}
.adverbanner .cont .img {
  position: relative;
}
.adverbanner .cont .img &gt; img {
  position: relative;
}
.adverbanner .cont .img .fzyuan {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9.4rem;
  height: 9.4rem;
  margin-left: -4.7rem;
  margin-top: -4.7rem;
  animation: adverrotata2 16s linear;
  zoom: 1;
}
.adverbanner .cont .img .fzyuan:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .adverbanner .cont .img .fzyuan {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
}
.adverbanner .cont .img .fzyuan img {
  width: 100%;
  float: left;
}
@keyframes adverrotata2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 768px) {
  .adverbox-sec1 .cont .gt {
    width: 46%;
    padding-right: 0.52rem;
  }
  .adverbox-sec1 .cont .gt .tit {
    padding-right: 0.4rem;
  }
}
.adverbox-sec2 {
  overflow: hidden;
  padding: 1.26rem 0 1.4rem;
  background-color: #f2fbfe;
}
.adverbox-sec2 .calculator_tit {
  margin-bottom: 0.54rem;
}
@media (min-width: 768px) {
  .adverbox-sec2 .calculator_tit {
    max-width: 5.36rem;
    margin-bottom: 0.76rem;
    text-align: left;
  }
}
.adverbox-sec2 .cont {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.adverbox-sec2 .cont .lt {
  width: 46%;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .lt {
    width: 100%;
    display: flex;
    margin-bottom: 0.6rem;
  }
}
.adverbox-sec2 .cont .lt .li {
  width: 100%;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .lt .li {
    width: 33.333%;
    margin-bottom: 0;
    text-align: center;
  }
}
.adverbox-sec2 .cont .lt .li:last-child {
  margin-bottom: 0;
}
.adverbox-sec2 .cont .lt .li .shu {
  color: #666666;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .lt .li .shu {
    justify-content: center;
    font-size: 0.26rem;
  }
}
.adverbox-sec2 .cont .lt .li .shu span {
  color: #00beff;
  font-size: 0.72rem;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  margin-right: 6px;
  font-weight: bold;
  line-height: 0.7;
}
.page-banner-swiper-pagination{
  text-align: center;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .lt .li .shu span {
    font-size: 0.56rem;
  }
}
.adverbox-sec2 .cont .lt .li .tit {
  color: #333333;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .lt .li .tit {
    font-size: 0.26rem;
  }
}
.adverbox-sec2 .cont .gt {
  position: relative;
  width: 51.42%;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .gt {
    width: 100%;
  }
}
.adverbox-sec2 .cont .gt .img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.adverbox-sec2 .cont .gt .img img {
  width: 100%;
  float: left;
}
.adverbox-sec2 .cont .gt .fzyuan {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.2rem;
  height: 8.2rem;
  margin-left: -4.1rem;
  margin-top: -4.1rem;
  animation: adverrotata2 16s linear;
  zoom: 1;
}
.adverbox-sec2 .cont .gt .fzyuan:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .adverbox-sec2 .cont .gt .fzyuan {
    display: none;
  }
}
.adverbox-sec2 .cont .gt .fzyuan img {
  width: 100%;
  float: left;
}
.adverbox-sec3 {
  background-color: #fff;
}
@media (max-width: 767px) {
  .adverbox-sec3 .calculator_tit {
    padding: 0 10px;
  }
}
.adverbox-sec3 .cont .item .list {
  background-color: #f6fafb;
  padding-top: 0.42rem;
}
.adverbox-sec3 .cont .item .list .img {
  margin-bottom: 0.48rem;
}
.adverbox-sec3 .cont .item .list .img img {
  max-height: 100%;
}
@media (max-width: 767px) {
  .adverbox-sec3 .cont .item .list .img img {
    max-height: 80%;
  }
}
.adverbox-sec3 .cont .item .list .img:before {
  padding-bottom: 63.818%;
}
@media (max-width: 767px) {
  .adverbox-sec3 .cont .item .list .img:before {
    padding-bottom: 58%;
  }
}
.adverbox-sec3 .cont .item .list .font .tit {
  margin-bottom: 0.2rem;
}
.adverbox-sec4 {
  background-color: #edf9fe;
  padding: 1.2rem 0 1.5rem;
  position: relative;
  overflow: hidden;
}
.adverbox-sec4:before {
  content: "";
  display: block;
  width: 35.9375%;
  padding-bottom: 35.9375%;
  background: url(../images/shoudonyaunimg1.png) center / 100% 100% no-repeat;
  position: absolute;
  left: 0;
  bottom: -1.35rem;
}
.adverbox-sec4 .container2 {
  position: relative;
}
.adverbox-sec4 .calculator_tit {
  margin-bottom: 0.54rem;
}
.adverbox-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.19rem;
}
@media (max-width: 767px) {
  .adverbox-sec4 .cont {
    margin: 0;
  }
}
.adverbox-sec4 .cont .item {
  width: 50%;
  padding: 0 0.19rem;
}
@media (max-width: 767px) {
  .adverbox-sec4 .cont .item {
    width: 100%;
    padding: 0;
    margin-bottom: 0.4rem;
  }
  .adverbox-sec4 .cont .item:last-child {
    margin-bottom: 0;
  }
}
.adverbox-sec4 .cont .item .list {
  border-radius: 20px;
  display: block;
  background-color: #fff;
  padding: 0.62rem 0.86rem 0.5rem 0.7rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .adverbox-sec4 .cont .item .list {
    border-radius: 10px;
    padding: 0.66rem 0.4rem;
  }
}
.adverbox-sec4 .cont .item .list .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  margin-bottom: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 1580px) {
  .adverbox-sec4 .cont .item .list .tit {
    margin-bottom: 12px;
  }
}
@media (max-width: 991px) {
  .adverbox-sec4 .cont .item .list .tit {
    margin-bottom: 8px;
  }
}
.adverbox-sec4 .cont .item .list .text {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
  margin-bottom: 0.44rem;
}
@media (max-width: 1580px) {
  .adverbox-sec4 .cont .item .list .text {
    font-size: 14px;
    line-height: 24px;
    height: 74px;
  }
}
.adverbox-sec4 .cont .item .list:hover {
  transform: translateY(-8px);
}
.adverbox-sec4 .cont .item .list:hover .hm_but {
  opacity: 0.8;
}
.adverbox-sec4 .cont .item .list:hover .hm_but:before {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.adverbox-sec5 {
  padding-bottom: 0.72rem;
}
.adverbox-sec6 {
  overflow: hidden;
  position: relative;
}
.adverbox-sec6:before {
  content: "";
  display: block;
  width: 53.69%;
  padding-bottom: 53.69%;
  background: url(../images/adverbox6bag1.png) center / 100% 100% no-repeat;
  position: absolute;
  bottom: -7.4rem;
  left: 50%;
  transform: translateX(-50%);
  animation: adverrotata 8s linear infinite;
}
@media (max-width: 991px) {
  .adverbox-sec6:before {
    bottom: -5rem;
  }
}
@media (max-width: 767px) {
  .adverbox-sec6:before {
    width: 80%;
    padding-bottom: 80%;
    bottom: -4rem;
  }
}
.adverbox-sec6 .container2 {
  position: relative;
  z-index: 2;
}
.adverbox-sec6 .cont .jut {
  width: 6.2rem;
}
@media (max-width: 1580px) {
  .adverbox-sec6 .cont .jut {
    width: 7rem;
  }
}
@media (max-width: 991px) {
  .adverbox-sec6 .cont .jut {
    width: 100%;
  }
}
.adverbox-sec6 .cont .jut .li {
  justify-content: space-between;
  display: flex;
  align-items: flex-start;
}
.adverbox-sec6 .cont .jut .li strong {
  display: block;
  width: calc(100% - 36px);
}
@media (max-width: 1580px) {
  .adverbox-sec6 .cont .jut .li strong {
    width: calc(100% - 30px);
  }
}
.adverbox-sec6 .cont .jut .li a {
  color: #0071dc;
}
.adverbox-sec6 .cont .jut .li a:hover {
  text-decoration: underline;
}
@keyframes adverrotata {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
/* End */
/* 加拿大站  美国站 等 */
@-webkit-keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@-webkit-keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp3 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp3 {
  -webkit-animation-name: fadeInUp3;
  animation-name: fadeInUp3;
}
.regionbox_tit {
  text-align: center;
}
.regionbox_tit .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.22727273;
}
.regionbox_tit .text {
  margin-top: 8px;
}
@media (max-width: 1580px) {
  .regionbox_tit .text {
    margin-top: 6px;
  }
}
.regionbox_tit2 .tit {
  color: #fff;
}
.regionbox_tit2 .text {
  color: #ffffff;
  opacity: 0.4;
}
.regionbox-sec1 {
  padding: 1.26rem 0 1.58rem;
}
.regionbox-sec1 .font {
  text-align: center;
}
.regionbox-sec1 .font .tit {
  font-size: 0.68rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.regionbox-sec1 .font .text {
  margin-bottom: 0.54rem;
  color: #0b1e40;
  opacity: 0.8;
}
.regionbox-sec1 .font .hm_but {
  margin: 0 auto;
}
.regionbox-sec2 .bag {
  overflow: hidden;
  width: 100%;
  padding-bottom: 35.41666667%;
  position: relative;
}
.regionbox-sec2 .bag img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  top: -30%;
}
@media (max-width: 991px) {
  .regionbox-sec2 .bag img {
    top: -10%;
  }
}
.regionbox-sec3 {
  background-color: #041833;
  padding: 1.3rem 0;
}
@media (min-width: 1200px) {
  .regionbox-sec3 .container2 {
    width: 64.58333333%;
  }
}
.regionbox-sec3 .regionbox_tit {
  margin-bottom: 0.79rem;
}
.regionbox-sec3 .regionbox_tit .tit {
  padding: 0 0.4rem;
}
.regionbox-sec3 .cont .item {
  width: 100%;
  border-radius: 0.3rem;
  margin-bottom: 5px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.regionbox-sec3 .cont .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .regionbox-sec3 .cont .item {
    background-color: #092449;
  }
}
.regionbox-sec3 .cont .item .lt,
.regionbox-sec3 .cont .item .gt {
  width: 50%;
}
@media (max-width: 767px) {
  .regionbox-sec3 .cont .item .lt,
  .regionbox-sec3 .cont .item .gt {
    width: 100%;
  }
}
.regionbox-sec3 .cont .item .lt {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.3;
  opacity: 1;
  background-color: #092449;
  border-radius: 0.3rem 0 0 0.3rem;
  color: #fff;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  padding: 0.7rem 0.62rem;
}
@media (max-width: 767px) {
  .regionbox-sec3 .cont .item .lt {
    padding: 0.5rem 0.4rem;
    opacity: 1;
    border-radius: 0.3rem 0.3rem 0 0;
  }
}
@media (min-width: 768px) {
}
.regionbox-sec3 .cont .item .lt i {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  width: 0.3rem;
}
@media (max-width: 1580px) {
  .regionbox-sec3 .cont .item .lt i {
    width: 26px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec3 .cont .item .lt i {
    width: 22px;
  }
}
.regionbox-sec3 .cont .item .lt i img {
  width: 100%;
  float: left;
}
.regionbox-sec3 .cont .item .lt span {
  display: block;
  padding-left: 0.3rem;
  width: calc(100% - 0.3rem);
}
@media (max-width: 1580px) {
  .regionbox-sec3 .cont .item .lt span {
    width: calc(100% - 26px);
  }
}
@media (max-width: 991px) {
  .regionbox-sec3 .cont .item .lt span {
    width: calc(100% - 22px);
  }
}
.regionbox-sec3 .cont .item .gt {
  background-color: #092449;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
}
.regionbox-sec3 .cont .item .gt:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0065dc;
  border-radius: 0.3rem;
}
.regionbox-sec3 .cont .item .gt .font {
  position: relative;
  padding: 0.52rem 0.36rem 0.67rem;
  text-align: center;
  color: #fff;
}
.regionbox-sec3 .cont .item .gt .font .shu {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
}
.regionbox-sec3 .cont .item .gt .font .shu strong {
  font-size: 0.9rem;
  font-weight: bold;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.regionbox-sec3 .cont .item .gt .font .shu span {
  opacity: 0.6;
}
.regionbox-sec3 .cont .item .gt .font .text {
  color: #ffffff;
  opacity: 0.6;
}
.regionbox-sec4 {
  position: relative;
  padding: 1.4rem 0;
  background-color: #d9e8fc;
}
@media (max-width: 767px) {
  .regionbox-sec4 {
    height: auto;
  }
}
.regionbox-sec4 .fzhong {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong {
    padding: 1.2rem 0;
  }
}
@media (min-width: 1200px) {
  .regionbox-sec4 .fzhong .container2 {
    width: 72.91666667%;
  }
}
@media (min-width: 768px) {
  .regionbox-sec4 .fzhong .container2 {
    margin: 0;
  }
}
@media (min-width: 768px) {
}
.regionbox-sec4 .fzhong .fztitle {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #1b202a;
  line-height: 1.22727273;
  margin-bottom: 0.54rem;
}
@media (max-width: 1900px) {
  .regionbox-sec4 .fzhong .fztitle {
    margin-bottom: 0.36rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .fztitle {
    margin-bottom: 0.54rem;
  }
}
.regionbox-sec4 .fzhong .cont {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-left: 13.54166667%;
  padding-right: 13.54166667%;
}
@media (max-width: 1580px) {
  .regionbox-sec4 .fzhong .cont {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 991px) {
  .regionbox-sec4 .fzhong .cont {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont {
    flex-wrap: wrap;
  }
}
.regionbox-sec4 .fzhong .cont .item {
  width: 100%;
  display: flex;
  overflow: hidden;
  transition: all 0.8s;
  position: relative;
  margin-bottom: 0.4rem;
}
.regionbox-sec4 .fzhong .cont .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item {
    margin-bottom: 0.4rem;
  }
  .regionbox-sec4 .fzhong .cont .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
}
.regionbox-sec4 .fzhong .cont .item .fzlist {
  width: 100%;
  overflow: hidden;
  background-color: #0065dc;
  display: flex;
  flex-wrap: wrap;
  border-radius: 0.4rem 0 0 0.4rem;
  border-radius: 0.4rem;
}
@media (min-width: 768px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist {
    flex-shrink: 0;
  }
}
.regionbox-sec4 .fzhong .cont .item .fzlist .fztit {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.4rem;
  text-align: center;
  width: 1.4rem;
  display: none;
}
@media (max-width: 1199px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .fztit {
    width: 1.6rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .fztit {
    display: none;
  }
}
.regionbox-sec4 .fzhong .cont .item .fzlist .fztit span {
  display: block;
  margin-bottom: 0.16rem;
  font-size: 0.22rem;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
}
@media (max-width: 1580px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .fztit span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .fztit span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .fztit span {
    font-size: 0.3rem;
  }
}
.regionbox-sec4 .fzhong .cont .item .fzlist .fztit .shu {
  width: 100%;
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut {
  width: calc(100% - 1.4rem);
  padding: 0.9rem 0.6rem;
}
@media (max-width: 1900px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut {
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 1199px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut {
    width: calc(100% - 1.6rem);
  }
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut {
    width: 100%;
  }
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font {
  width: 100%;
  color: #ffffff;
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.48rem;
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.28rem;
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li:last-child {
  margin-bottom: 0;
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li i {
  display: block;
  width: 0.3rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li i {
    width: 26px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li i {
    width: 22px;
  }
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li i img {
  width: 100%;
  float: left;
}
.regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li .text {
  display: block;
  width: calc(100% - 0.3rem);
  padding-left: 0.25rem;
}
@media (max-width: 1580px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li .text {
    width: calc(100% - 26px);
  }
}
@media (max-width: 991px) {
  .regionbox-sec4 .fzhong .cont .item .fzlist .jut .font .list .li .text {
    width: calc(100% - 22px);
  }
}
.regionbox-sec4 .fzhong .cont .item2 .fzlist {
  background-color: #fcba30;
}
.regionbox-sec4 .fzhong .cont .item2 .fzlist .fztit .shu,
.regionbox-sec4 .fzhong .cont .item2 .fzlist .fztit span {
  color: #0b1e40;
}
.regionbox-sec4 .fzhong .cont .item2 .jut .tit {
  color: #1b202a;
}
.regionbox-sec4 .fzhong .cont .item2 .jut .list .li {
  color: #1b202a;
}
.regionbox-sec4 .fzhong .cont .item3 .fzlist {
  background-color: #041e42;
}
@media (min-width: 768px) {
  .regionbox-sec4 .fzhong .cont .item3 .fzlist .jut {
    padding-right: 1.6rem;
    padding-right: 30%;
    padding-bottom: 1.2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .regionbox-sec4 .fzhong .cont .item3 .fzlist .jut {
    padding-right: 4.6rem;
  }
}
.regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei {
  display: flex;
  flex-wrap: wrap;
}
.regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li {
  width: 33.333%;
  padding-right: 0.2rem;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li {
    width: 50%;
    margin-bottom: 0.34rem;
  }
}
.regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li span {
  font-style: italic;
  display: block;
  color: #0065dc;
  line-height: 1;
  flex-shrink: 0;
  margin-right: 4px;
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li span {
    font-size: 0.22rem;
  }
}
.regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li .wen .fti {
  color: #0065dc;
  line-height: 1.1;
  word-break: break-all;
  font-style: italic;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li .wen .fti {
    font-size: 0.36rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li .wen .fti {
    font-size: 0.4rem;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
}
.regionbox-sec4 .fzhong .cont .item3 .fzlist .jut .font .nei .li .wen .ftx {
  color: #fff;
}
@media (min-width: 768px) {
}
.regionbox-sec5 {
  background-color: #d9e8fc;
  padding-bottom: 1.2rem;
  padding-top: 1.4rem;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .regionbox-sec5 {
    padding-top: 0;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .regionbox-sec5 .container2 {
    width: 73.4375%;
  }
}
.regionbox-sec5 .fztitle {
  line-height: 1.22727273;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 1.28rem;
}
.regionbox-sec5 .fztitle span,
.regionbox-sec5 .fztitle strong {
  color: #0071dc;
}
.regionbox-sec5 .fztitle strong {
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 0.66rem;
}
.regionbox-sec5 .fztitle span {
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .regionbox-sec5 .fztitle span {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec5 .fztitle span {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec5 .fztitle span {
    font-size: 0.26rem;
  }
}
@media (min-width: 992px) {
  .regionbox-sec5 .cont {
    width: 107.80141%;
  }
}
.regionbox-sec5 .cont .fzjut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35rem;
}
@media (max-width: 991px) {
  .regionbox-sec5 .cont .fzjut {
    margin: 0 -0.2rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec5 .cont .fzjut {
    margin: 0;
  }
}
.regionbox-sec5 .cont .fzjut .item {
  transition: all 0.4s;
  width: 33.333%;
  position: relative;
  padding: 0 0.35rem;
}
@media (max-width: 991px) {
  .regionbox-sec5 .cont .fzjut .item {
    padding: 0 0.2rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec5 .cont .fzjut .item {
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .regionbox-sec5 .cont .fzjut .item:last-child {
    margin-bottom: 0;
  }
}
.regionbox-sec5 .cont .fzjut .item .list {
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 0.3rem;
}
.regionbox-sec5 .cont .fzjut .item .list .ftit {
  overflow: hidden;
  line-height: 1.24rem;
  border-radius: 0.62rem;
  display: flex;
  align-items: center;
  transform: translateY(-0.56rem);
  background-color: #0065dc;
}
.regionbox-sec5 .cont .fzjut .item .list .ftit .shu {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.24rem;
  width: 1.24rem;
  border-radius: 50%;
  background-color: #fcba30;
  margin-left: -1px;
  color: #ffffff;
  font-size: 0.2rem;
}
@media (max-width: 1580px) {
  .regionbox-sec5 .cont .fzjut .item .list .ftit .shu {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec5 .cont .fzjut .item .list .ftit .shu {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec5 .cont .fzjut .item .list .ftit .shu {
    font-size: 0.26rem;
  }
}
.regionbox-sec5 .cont .fzjut .item .list .ftit .shu strong {
  line-height: 0.8;
  font-size: 0.48rem;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
@media (max-width: 1199px) {
}
@media (max-width: 767px) {
}
.regionbox-sec5 .cont .fzjut .item .list .ftit .shu span {
  display: block;
  margin-top: -0.16rem;
}
.regionbox-sec5 .cont .fzjut .item .list .ftit .zi {
  width: 80%;
  width: calc(100% - 1.24rem);
  padding-left: 0.42rem;
  color: #fff;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 991px) {
  .regionbox-sec5 .cont .fzjut .item .list .ftit .zi {
    padding-left: 0.26rem;
  }
}
.regionbox-sec5 .cont .fzjut .item .list .font {
  padding: 4px 0.46rem 1rem;
  padding-right: 0.6rem;
}
@media (max-width: 991px) {
  .regionbox-sec5 .cont .fzjut .item .list .font {
    padding: 0px 0.3rem 0.8rem;
  }
}
.regionbox-sec5 .cont .fzjut .item .list .font .text {
  color: #0b1e40;
  line-height: 1.59090909;
}
@media (min-width: 768px) {
  .regionbox-sec5 .cont .fzjut .item:nth-child(2) {
    margin-top: 0.94rem;
  }
  .regionbox-sec5 .cont .fzjut .item:nth-child(3) {
    margin-top: 1.88rem;
  }
}
.regionbox-sec6 {
  position: relative;
  background-color: #d9e8fc;
}
@media (min-width: 768px) {
  .regionbox-sec6 {
    height: 300vh;
  }
  .regionbox-sec6 .regionbox_tit {
    text-align: left;
    margin-bottom: 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
    height: 100vh;
  }
  .regionbox-sec6 .fznei {
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.regionbox-sec6 .regionbox_tit {
  float: left;
  padding-top: 18vh;
  padding-left: 13.54166667%;
}
@media (max-width: 1580px) {
  .regionbox-sec6 .regionbox_tit {
    padding-left: 10%;
  }
}
@media (max-width: 991px) {
  .regionbox-sec6 .regionbox_tit {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .regionbox-sec6 .regionbox_tit {
    float: inherit;
    padding-top: 0.7rem;
    margin-bottom: 0.54rem;
  }
}
.regionbox-sec6 .regionbox_tit .text {
  color: #344666;
}
.regionbox-sec6 .fzhong {
  width: 100%;
}
@media (min-width: 768px) {
  .regionbox-sec6 .fzhong {
    padding: 0;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    width: 100;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .regionbox-sec6 .fzhong .container2 {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .regionbox-sec6 .fzhong {
    padding: 1.2rem 0;
  }
  .regionbox-sec6 .fzhong:first-child {
    padding-top: 0;
  }
}
.regionbox-sec6 .fzhong .cont {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .regionbox-sec6 .fzhong .cont {
    padding-top: 1.2rem;
  }
}
.regionbox-sec6 .fzhong .cont .lt {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 46.809%;
  width: 55.745%;
  padding-right: 1.8rem;
}
@media (max-width: 991px) {
  .regionbox-sec6 .fzhong .cont .lt {
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec6 .fzhong .cont .lt {
    padding-right: 0;
    width: 100%;
    margin-bottom: 0.46rem;
  }
}
.regionbox-sec6 .fzhong .cont .lt .shu {
  line-height: 2;
  width: 0.57rem;
}
@media (max-width: 1580px) {
  .regionbox-sec6 .fzhong .cont .lt .shu {
    width: 48px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec6 .fzhong .cont .lt .shu {
    width: 100%;
  }
}
.regionbox-sec6 .fzhong .cont .lt .font {
  width: calc(100% - 0.57rem);
}
@media (max-width: 1580px) {
  .regionbox-sec6 .fzhong .cont .lt .font {
    width: calc(100% - 48px);
  }
}
.regionbox-sec6 .fzhong .cont .lt .font .tit {
  color: #1b202a;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.regionbox-sec6 .fzhong .cont .lt .font .text {
  color: #0b1e40;
  opacity: 0.8;
}
.regionbox-sec6 .fzhong .cont .gt {
  width: 53.191%;
  width: 44.255%;
}
@media (max-width: 767px) {
  .regionbox-sec6 .fzhong .cont .gt {
    width: 100%;
  }
}
.regionbox-sec6 .fzhong .cont .gt .img:before {
  padding-bottom: 66.04527297%;
  padding-bottom: 60.8974359%;
}
.regionbox-sec6 .fzbag1 {
  background-color: #0065dc;
}
.regionbox-sec6 .fzbag1 .regionbox_tit {
  color: #ffffff;
}
.regionbox-sec6 .fzbag1 .regionbox_tit .tit {
  color: #ffffff;
}
.regionbox-sec6 .fzbag1 .regionbox_tit .text {
  color: #ffffff;
  opacity: 0.6;
}
.regionbox-sec6 .fzbag2 {
  background-color: #041e42;
}
.regionbox-sec6 .fzbag1 .cont .lt .shu,
.regionbox-sec6 .fzbag2 .cont .lt .shu {
  color: #ffffff;
}
.regionbox-sec6 .fzbag1 .cont .lt .font .tit,
.regionbox-sec6 .fzbag2 .cont .lt .font .tit {
  color: #fff;
}
.regionbox-sec6 .fzbag1 .cont .lt .font .text,
.regionbox-sec6 .fzbag2 .cont .lt .font .text {
  color: #ffffff;
  opacity: 0.6;
}
.regionbox-sec6 .fzbag2 .regionbox_tit {
  opacity: 1;
  z-index: 3;
}
.regionbox-sec6.active .regionbox_tit {
  color: #ffffff;
}
.regionbox-sec6.active .regionbox_tit .tit {
  color: #ffffff;
}
.regionbox-sec6.active .regionbox_tit .text {
  color: #ffffff;
  opacity: 0.6;
}
@media (min-width: 1200px) {
  .regionbox-sec8 .container2 {
    width: 72.91666667%;
  }
}
.regionbox-sec8 .regionbox_tit {
  margin-bottom: 0.6rem;
}
.regionbox-sec8 .fnav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.regionbox-sec8 .fnav .regionbox8_nav {
  width: auto;
  margin: 0;
}
.regionbox-sec8 .fnav .regionbox8_nav .swiper-slide {
  width: auto;
  margin: 0 0.1rem;
}
.regionbox-sec8 .fnav .regionbox8_nav .swiper-slide .item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 58px;
  border: 1px solid #0071dc;
  padding: 0 0.26rem;
  color: #0065dc;
  border-radius: 29px;
}
@media (max-width: 1580px) {
  .regionbox-sec8 .fnav .regionbox8_nav .swiper-slide .item {
    min-width: 130px;
    height: 54px;
    border-radius: 27px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec8 .fnav .regionbox8_nav .swiper-slide .item {
    min-width: 100px;
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec8 .fnav .regionbox8_nav .swiper-slide .item {
    height: 42px;
  }
}
.regionbox-sec8 .fnav .regionbox8_nav .on .item {
  background-color: #0065dc;
  color: #ffffff;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
@media (max-width: 767px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut {
    margin: 0;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item {
  width: 33.333%;
  padding: 0 6px;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item {
    padding: 0;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item:last-child {
    margin-bottom: 0;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list {
  display: block;
  background-color: #d5e5fc;
  padding: 0.55rem 0.46rem 0.86rem;
  padding-right: 0.7rem;
  position: relative;
  border-radius: 0.3rem;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list {
    padding: 0.55rem 0.26rem 0.86rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list {
    padding: 0.46rem 0.3rem 0.9rem;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .bag {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.4s;
  max-width: 100%;
  height: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .bag img {
  max-height: 100%;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font {
  width: 100%;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .tit {
  color: #1b202a;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.1rem;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .text {
  line-height: 28px;
  letter-spacing: 0px;
  color: #1b202a;
  opacity: 0.6;
  margin-bottom: 0.28rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 112px;
}
@media (max-width: 1580px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .text {
    line-height: 26px;
    height: 104px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .text {
    line-height: 0.42rem;
    height: auto;
    max-height: 1.68rem;
    font-size: 0.28rem;
    -webkit-line-clamp: 4;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but {
  display: flex;
  align-items: center;
  color: #0068d3;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but {
    font-size: 0.3rem;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but i {
  display: block;
  transition: all 0.4s;
  width: 7px;
  margin-left: 10px;
  overflow: hidden;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but i img,
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but i svg {
  max-height: 100%;
  width: 100%;
  float: left;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but i img path,
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list .font .but i svg path {
  fill: #0071dc;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list:hover .bag {
  transform: translateX(14px);
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item .list:hover .font .but i {
  transform: translateX(6px);
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:nth-child(2) .list {
  background-color: #0065dc;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:nth-child(2) .list .font .tit {
  color: #ffffff;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:nth-child(2) .list .font .text {
  color: #ffffff;
  opacity: 0.5;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:nth-child(2) .list .font .but {
  color: #ffffff;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:nth-child(2) .list .font .but i svg path {
  fill: #ffffff;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child {
  width: 66.666%;
}
@media (max-width: 991px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child {
    width: 100%;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list {
  background-color: #041e42;
}
@media (min-width: 768px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list {
    padding-right: 4.76rem;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list .bag {
  right: 0.54rem;
  height: 72.25433526%;
}
@media (max-width: 767px) {
  .regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list .bag {
    height: 42.254335%;
  }
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list .font .tit {
  color: #fff;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list .font .text {
  color: #ffffff;
  opacity: 0.3;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list .font .but {
  color: #ffffff;
}
.regionbox-sec8 .cont .regionbox8_cont .fzjut .item:first-child .list .font .but i svg path {
  fill: #ffffff;
}
.regionbox-sec9 {
  background-color: #041833;
  padding: 0.6rem 0 1.96rem;
}
.regionbox-sec9 .regionbox_tit {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.2rem;
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .regionbox-sec9 .regionbox_tit {
    margin-bottom: 0.16rem;
  }
}
@media (min-width: 1200px) {
  .regionbox-sec9 .container2 {
    width: 72.91666667%;
  }
}
.regionbox-sec9 .cont {
  display: flex;
  flex-wrap: wrap;
}
.regionbox-sec9 .cont .item {
  width: 25%;
  padding-right: 1.4rem;
}
@media (max-width: 991px) {
  .regionbox-sec9 .cont .item {
    padding-right: 0.36rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec9 .cont .item {
    width: 50%;
    margin-top: 0.4rem;
    padding: 0 0.15rem;
  }
}
@media (min-width: 768px) {
  .regionbox-sec9 .cont .item:last-child {
    padding-right: 0;
  }
}
.regionbox-sec9 .cont .item .shu {
  color: #0065dc;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.1rem;
}
.regionbox-sec9 .cont .item .shu strong {
  font-weight: bold;
  font-size: 1rem;
  line-height: 0.9;
  font-size: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.regionbox-sec9 .cont .item .tit {
  color: #ffffff;
  opacity: 0.8;
}
.regionbox-sec10 {
  background-color: #041833;
  padding: 0.6rem 0 1.96rem;
}
@media (min-width: 1200px) {
  .regionbox-sec10 .container2 {
    width: 72.91666667%;
  }
}
.regionbox-sec10 .regionbox_tit {
  margin-bottom: 0.6rem;
}
.regionbox-sec10 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.16rem;
}
@media (max-width: 767px) {
  .regionbox-sec10 .cont {
    margin: 0;
  }
}
.regionbox-sec10 .cont .item {
  width: 25%;
  padding: 0 0.16rem;
}
@media (max-width: 991px) {
  .regionbox-sec10 .cont .item {
    width: 50%;
    margin-bottom: 0.32rem;
  }
}
@media (max-width: 767px) {
  .regionbox-sec10 .cont .item {
    padding: 0;
    width: 100%;
  }
}
.regionbox-sec10 .cont .item .list {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all 0.4s;
  height: 4.1rem;
  overflow: hidden;
  padding: 0.22rem 0;
}
@media (max-width: 1580px) {
  .regionbox-sec10 .cont .item .list {
    height: 4.6rem;
  }
}
@media (max-width: 1199px) {
  .regionbox-sec10 .cont .item .list {
    height: 100%;
  }
}
.regionbox-sec10 .cont .item .list .font {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  background-color: #092449;
  border-radius: 0.3rem;
  color: #fff;
  padding: 0.5rem 0.36rem 0.6rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: relative;
}
.regionbox-sec10 .cont .item .list .font .shu {
  line-height: 1;
  color: #0065dc;
  margin-bottom: 0.16rem;
}
.regionbox-sec10 .cont .item .list .font .tit {
  color: #fff;
  margin-bottom: 0;
  transition: all 0.4s;
  line-height: 1.3;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.2rem;
}
.regionbox-sec10 .cont .item .list .font .text {
  line-height: 1.5;
  color: #ffffff;
  opacity: 0;
  transition: all 0.4s;
  margin-bottom: 0.24rem;
}
.regionbox-sec10 .cont .item .list .font .time {
  color: #ffffff;
  word-break: break-all;
  word-wrap: break-word;
  opacity: 0;
}
.regionbox-sec10 .cont .item .list .font .fzicon {
  position: absolute;
  left: 0.42rem;
  bottom: 0.53rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #0065dc;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
}
.regionbox-sec10 .cont .item .list .font .fzicon img {
  width: 30%;
}
@media (max-width: 1199px) {
  .regionbox-sec10 .cont .item .list {
    padding: 0;
  }
  .regionbox-sec10 .cont .item .list .font {
    background-color: #0065dc;
  }
  .regionbox-sec10 .cont .item .list .font .shu {
    opacity: 0.6;
    color: #ffffff;
  }
  .regionbox-sec10 .cont .item .list .font .text {
    opacity: 0.8;
  }
  .regionbox-sec10 .cont .item .list .font .time {
    opacity: 0.3;
  }
  .regionbox-sec10 .cont .item .list .font .fzicon {
    opacity: 0;
  }
}
.regionbox-sec10 .cont .item .list:hover {
  padding: 0;
}
.regionbox-sec10 .cont .item .list:hover .font {
  background-color: #0065dc;
}
.regionbox-sec10 .cont .item .list:hover .font .shu {
  opacity: 0.6;
  color: #ffffff;
}
.regionbox-sec10 .cont .item .list:hover .font .text {
  opacity: 0.8;
}
.regionbox-sec10 .cont .item .list:hover .font .time {
  opacity: 0.3;
}
.regionbox-sec10 .cont .item .list:hover .font .fzicon {
  opacity: 0;
}
/* End */
/* 弹窗共用 */
.baseAlt {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 666;
  overflow: hidden;
}
.baseAlt .bag {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.baseAlt .cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* 右侧固定 */
.fixedgt {
  position: fixed;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
  z-index: 665;
  display: none;
}
@media (max-width: 767px) {
  .fixedgt {
    top: 72%;
  }
}
.fixedgt .item {
  margin-bottom: 0.2rem;
  display: block;
}
.fixedgt .item:last-child {
  margin-bottom: 0;
}
.fixedgt .item .fimg {
  background-color: #ffffff;
  box-shadow: 5px 14px 20px 0px rgba(78, 119, 165, 0.14);
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  display: flex;
  transition: all 0.4s;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .fixedgt .item .fimg {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.fixedgt .item .fimg img {
  width: 51.5625%;
  max-height: 100%;
}
.fixedgt .item .fimg img:nth-child(2) {
  display: none;
}
.fixedgt .item:hover .fimg {
  background-color: #0071dc;
}
.fixedgt .item:hover .fimg img {
  display: none;
}
.fixedgt .item:hover .fimg img:nth-child(2) {
  display: block;
}
.fixedgt .fzyou {
  width: 1.64rem;
  height: auto;
  padding: 0.2rem;
  background-color: #0071dc;
  box-shadow: 5px 14px 20px 0px rgba(78, 119, 165, 0.14);
  border-radius: 0.32rem;
  text-align: center;
  color: #fff;
}
/*.fixedgt .wxzixun{*/
/*  width: 0.64rem;*/
/*  padding: 0.2rem;*/
/*  background-color: #0071dc;*/
/*  box-shadow: 5px 14px 20px 0px rgba(78, 119, 165, 0.14);*/
/*  border-radius: 0.32rem;*/
/*  text-align: center;*/
/*  color: #fff;*/
/*}*/
/*.fixedgt .fzyou.wxzixun .text {*/
/*  line-height: .22rem;*/
/*}*/
/*.fixedgt .fzyou.wxzixun .text span {*/
/*  display: block;*/
/*}*/
@media (max-width: 767px) {
  .fixedgt .fzyou {
    width: 0.7rem;
  }
}
.fixedgt .fzyou .img {
  width: 0.25rem;
  overflow: hidden;
  margin: 0 auto 0.1rem;
}
.fixedgt .fzyou .img img {
  width: 100%;
  float: left;
}
.fixedgt .fzyou .text {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.fixedgt .fzyou .text span {
  color: #fcba30;
}
.fixedgt .fz_top .fimg img {
  width: 25%;
}
/* End */
/* 问题反馈 */
.feedbackfaq {
  display: none;
}
.feedbackfaq .cont {
  width: 6.5rem;
  background-color: #ffffff;
  box-shadow: 7px 18px 16px 0px rgba(78, 119, 165, 0.1);
  border-radius: 0.26rem;
  padding: 0.5rem 0.7rem 0.32rem;
  padding-right: 0.6rem;
}
@media (max-width: 1900px) {
  .feedbackfaq .cont {
    width: 8rem;
    padding: 0.5rem 0.5rem 0.26rem;
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont {
    width: 90%;
  }
}
.feedbackfaq .cont .fclose {
  background-color: #f4f7fc;
  border-radius: 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .feedbackfaq .cont .fclose {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.feedbackfaq .cont .fclose svg {
  width: 29.16666667%;
  height: 29.16666667%;
}
.feedbackfaq .cont .fclose svg path {
  fill: #222222;
  transition: all 0.4s;
  opacity: 1;
}
.feedbackfaq .cont .fclose:hover {
  background-color: #0071dc;
}
.feedbackfaq .cont .fclose:hover svg path {
  fill: #fff;
}
.feedbackfaq .cont .fztit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 6px;
}
.feedbackfaq .cont .text {
  color: #666666;
  margin-bottom: 0.42rem;
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .text {
    margin-bottom: 0.3rem;
  }
}
.feedbackfaq .cont .jut {
  width: 100%;
  margin-bottom: 0.35rem;
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut {
    margin-bottom: 0.22rem;
  }
}
.feedbackfaq .cont .jut .name {
  display: flex;
  align-items: center;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.feedbackfaq .cont .jut .name span {
  display: block;
  color: #0071dc;
  margin-right: 8px;
}
.feedbackfaq .cont .jut .li {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-top: 12px;
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .li {
    margin-top: 8px;
  }
}
.feedbackfaq .cont .jut .li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.feedbackfaq .cont .jut .li i {
  display: block;
  width: 22px;
  height: 22px;
  background-color: #f4f7fc;
  border-radius: 4px;
  transition: all 0.4s;
  margin-top: 2px;
  border: solid 1px #eeeeee;
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .li i {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont .jut .li i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.feedbackfaq .cont .jut .li i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  background: url(../imgs/zhengquimfaz1.svg) center / 65% 35% no-repeat;
}
.feedbackfaq .cont .jut .li span {
  display: block;
  padding-left: 0.1rem;
  width: calc(100% - 22px);
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .li span {
    width: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont .jut .li span {
    width: calc(100% - 0.36rem);
  }
}
.feedbackfaq .cont .jut .li input:checked ~ i {
  background-color: #0071dc;
  border-color: #0071dc;
}
.feedbackfaq .cont .jut .li input:checked ~ i:before {
  opacity: 1;
}
.feedbackfaq .cont .jut .fztextarea {
  width: 100%;
  margin-top: 0.14rem;
  height: 64px;
  background-color: #f4f7fc;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  padding: 16px 20px;
}
.mcode {width:64% !important}
@media (max-width: 1900px) {
  .feedbackfaq .cont .jut .fztextarea {
    height: 56px;
  }
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .fztextarea {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont .jut .fztextarea {
    padding: 0.26rem 0.34rem;
    height: 1rem;
  }
  .mcode {width:160px !important;}
}
.feedbackfaq .cont .jut .fzile {
  position: relative;
  height: 64px;
  background-color: #f4f7fc;
  border-radius: 10px;
  border: dashed 1px #0e6def;
  margin-top: 0.14rem;
}
@media (max-width: 1900px) {
  .feedbackfaq .cont .jut .fzile {
    height: 56px;
  }
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .fzile {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont .jut .fzile {
    height: 1rem;
  }
}
.feedbackfaq .cont .jut .fzile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.feedbackfaq .cont .jut .fzile .fbut {
  width: 100%;
  height: 100%;
  display: flex;
  color: #0e6def;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
}
.feedbackfaq .cont .jut .fzile .fbut i {
  display: block;
  width: 20px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .fzile .fbut i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont .jut .fzile .fbut i {
    width: 0.36rem;
  }
}
.feedbackfaq .cont .jut .fzile .fbut i img {
  width: 100%;
  float: left;
}
.feedbackfaq .cont .jut .fzile .fbut span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  max-width: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .jut .fzile .fbut span {
    padding-left: 8px;
    max-width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .feedbackfaq .cont .jut .fzile .fbut span {
    max-width: calc(100% - 0.36rem);
  }
}
.feedbackfaq .cont .jut .fzile .fzimg {
  position: absolute;
  top: 0;
  left: 0;
}
.feedbackfaq .cont .jut .fzile .fzimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.feedbackfaq .cont .fzwenlei .name {
  margin-bottom: 6px;
}
.feedbackfaq .cont .fzsub {
  margin: 0 auto;
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .feedbackfaq .cont .fzsub {
    margin-top: 0.3rem;
  }
}
/* End */
/* 限时优惠 */
.fzdiscounts {
  display: none;
}
.fzdiscounts .cont {
  overflow: hidden;
  background-color: #005ddc;
  box-shadow: inset 1px 4px 2px 0px rgba(0, 38, 89, 0.2);
  border-radius: 0.26rem;
  padding: 0.8rem 0.8rem 0.94rem;
  width: 10.4rem;
}
@media (max-width: 1199px) {
  .fzdiscounts .cont {
    width: 12rem;
  }
}
@media (max-width: 767px) {
  .fzdiscounts .cont {
    width: 90%;
    padding: 1rem 0.36rem;
  }
}
.fzdiscounts .cont .fclose {
  border-radius: 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  right: 0.3rem;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .fzdiscounts .cont .fclose {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.fzdiscounts .cont .fclose svg {
  width: 29.16666667%;
  height: 29.16666667%;
}
.fzdiscounts .cont .fclose svg path {
  fill: #fff;
  transition: all 0.4s;
  opacity: 1;
}
.fzdiscounts .cont .fclose:hover {
  background-color: #fff;
}
.fzdiscounts .cont .fclose:hover svg path {
  fill: #0071dc;
}
.fzdiscounts .cont .font {
  width: 100%;
  color: #fff;
  position: relative;
}
.fzdiscounts .cont .font .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 767px) {
  .fzdiscounts .cont .font .tit {
    font-size: 0.4rem;
  }
}
.fzdiscounts .cont .font .text {
  margin-top: 8px;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  position: relative;
  line-height: 1.5;
  max-width: 520px;
  margin-bottom: 0.74rem;
}
@media (max-width: 767px) {
  .fzdiscounts .cont .font .text {
    font-size: 0.26rem;
  }
}
.fzdiscounts .cont .font .text span {
  position: relative;
}
.fzdiscounts .cont .font .text span strong {
  font-weight: normal;
  color: #fcba30;
}
.fzdiscounts .cont .font .text span i {
  width: 0.2rem;
  display: inline-block;
  overflow: hidden;
  top: 4px;
  position: relative;
}
@media (max-width: 1580px) {
  .fzdiscounts .cont .font .text span i {
    top: 0;
  }
}
@media (max-width: 767px) {
  .fzdiscounts .cont .font .text span i {
    width: 0.26rem;
    top: 4px;
  }
}
.fzdiscounts .cont .font .text span i img {
  width: 100%;
  float: left;
}
.fzdiscounts .cont .font .hm_but {
  overflow: visible;
}
.fzdiscounts .cont .font .hm_but:before {
  background: none;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.fzdiscounts .cont .img {
  width: 3.78rem;
  overflow: hidden;
  position: absolute;
  right: 0.28rem;
  bottom: -1.84rem;
}
.fzdiscounts .cont .img img {
  width: 100%;
  float: left;
}
.fzdiscounts .cont .yuan {
  position: absolute;
  border-radius: 50%;
  background-image: linear-gradient(155deg, #007cf6 0%, #093497 100%), linear-gradient(#3357b1, #3357b1);
  background-blend-mode: normal,
				normal;
  width: 8.5rem;
  height: 8.5rem;
  opacity: 0.6;
  animation: transzh 10s linear infinite;
}
.fzdiscounts .cont .weizhi1 {
  left: -4rem;
  bottom: -5.2rem;
}
.fzdiscounts .cont .weizhi2 {
  top: -3rem;
  right: 1.2rem;
  background-image: linear-gradient(-82deg, #007cf6 0%, #093497 100%), linear-gradient(#3357b1, #3357b1);
  background-blend-mode: normal,
				normal;
  opacity: 0.8;
  width: 4.1rem;
  height: 4.1rem;
  animation: transzh 10s 0.4s linear infinite;
}
/* End */
/* 新首页 */
.bannerbox {
  position: relative;
}
.bannerbox .swiper-slide {
  overflow: hidden;
}
.bannerbox .swiper-slide .item {
  position: relative;
}
.bannerbox .swiper-slide .item .bag:before {
  padding-top: 36.77083333%;
}
@media (max-width: 991px) {
  .bannerbox .swiper-slide .item .bag:before {
    padding-top: 80.72653885%;
  }
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .item .bag:before {
    padding-top: 106.66666667%;
  }
}
.bannerbox .swiper-slide .item .bag img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .bannerbox .swiper-slide .item .bag img {
    display: block;
  }
  .bannerbox .swiper-slide .item .bag img:nth-child(2) {
    display: block;
  }
}
.bannerbox .swiper-slide .item .cont {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}
.bannerbox .swiper-slide .item .cont .font {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.bannerbox .swiper-slide .item .cont .font .name {
  line-height: 1;
  padding: 6px 0.22rem;
  background-color: #ffc220;
  border-radius: 20px;
  color: #222222;
  margin-bottom: 0.24rem;
}
.bannerbox .swiper-slide .item .cont .font .f_tit {
  line-height: 1.18181818;
  margin-bottom: 0.4rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.bannerbox .banner_prev,
.bannerbox .banner_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  width: 24px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  pointer-events: auto;
  z-index: 2;
}
@media (max-width: 1580px) {
  .bannerbox .banner_prev,
  .bannerbox .banner_next {
    width: 20px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .bannerbox .banner_prev,
  .bannerbox .banner_next {
    width: 0.4rem;
    height: 0.6rem;
  }
}
.bannerbox .banner_prev svg,
.bannerbox .banner_next svg {
  width: 100%;
  height: 100%;
}
.bannerbox .banner_prev svg path,
.bannerbox .banner_next svg path {
  fill: #ffffff;
  transition: all 0.4s;
}
.bannerbox .banner_prev:hover svg path,
.bannerbox .banner_next:hover svg path {
  fill: #ffc220;
}
.bannerbox .banner_prev {
  left: 9.375%;
}
@media (max-width: 767px) {
  .bannerbox .banner_prev {
    left: 5%;
  }
}
.bannerbox .banner_next {
  right: 9.375%;
}
@media (max-width: 767px) {
  .bannerbox .banner_next {
    right: 5%;
  }
}
.bannerbox .banner_pagin {
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0.64rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bannerbox .banner_pagin span {
  margin: 0 9px!important;
  width: 12px;
  height: 12px;
  opacity: 1;
  transition: all 0.4s;
  background-color: #ffffff;
}
@media (max-width: 1580px) {
  .bannerbox .banner_pagin span {
    width: 10px;
    height: 10px;
    margin: 0 6px!important;
  }
}
.bannerbox .banner_pagin .swiper-pagination-bullet-active {
  background-color: #ffc220;
}
.home_tit {
  text-align: center;
  margin-bottom: 0.54rem;
}
.home_tit .f_tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.20833333;
}
.home_tit .hm_but {
  margin: 0.44rem auto 0;
}
.home-sec1 {
  padding: 1.6rem 0 1.62rem;
}
@media (max-width: 991px) {
  .home-sec1 {
    padding: 1.6rem 0 1rem;
  }
}
@media (min-width: 992px) {
  .home-sec1 .container {
    width: 89.58333333%;
  }
}
.home-sec1 .container .home_tit {
  margin-bottom: 1rem;
}
.home-sec1 .container .cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.home-sec1 .container .cont .item {
  width: 25%;
  padding: 0 8.37209302% 0;
  padding: 0 4%;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .home-sec1 .container .cont .item {
    width: 50%;
    margin-bottom: 0.6rem;
  }
}
.home-sec1 .container .cont .item .shu {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 0.8;
  color: #0071dc;
  margin-bottom: 0.12rem;
}
.home-sec1 .container .cont .item .shu span {
  font-size: 1rem;
  line-height: 0.9;
  font-family: 'zhubiao', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
.home-sec1 .container .cont .item .f_tit {
  color: #092449;
  text-align: center;
  line-height: 1.33333333;
}
.home-sec1 .container .f_tishi {
  color: #666;
  margin-top: 0.36rem;
  text-align: right;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  .home-sec1 .container .f_tishi {
    text-align: left;
    padding-right: 0;
  }
}
.home-sec2 {
  position: relative;
  padding: 1.64rem 0 1.62rem;
}
.home-sec2 .bag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-sec2 .bag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-sec2 .container {
  position: relative;
}
@media (min-width: 992px) {
  .home-sec2 .container {
    width: 78.125%;
  }
}
.home-sec2 .container .cont {
  display: flex;
  margin: 0 -0.13rem;
}
@media (max-width: 767px) {
}
.home-sec2 .container .cont .home2_cont {
  width: 100%;
}
.home-sec2 .container .cont .home2_cont .swiper-slide {
  width: 33.333%;
  padding: 0 0.13rem;
  height: auto;
}
@media (max-width: 991px) {
  .home-sec2 .container .cont .home2_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-sec2 .container .cont .home2_cont .swiper-slide {
    width: 100%;
    width: 90%;
  }
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item {
  height: 100%;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list {
  height: 100%;
  display: block;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.32rem 0.3rem 0.66rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_font {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0.3rem;
  flex-wrap: wrap;
  transition: all 0.4s;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_font .f_icon {
  width: 24.28571%;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_font .f_icon:before {
  padding-top: 100%;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_font .f_wen {
  width: 75.71429%;
  padding-left: 0.32rem;
  padding-top: 0.22rem;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_font .f_wen .f_tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  transition: all 0.4s;
  margin-bottom: 2px;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_font .f_wen .text {
  color: #0071dc;
  transition: all 0.4s;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list .f_text {
  position: relative;
  width: 100%;
  color: #222222;
  opacity: 0.6;
  line-height: 1.5;
  transition: all 0.4s;
  margin-bottom: 0.32rem;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/zhunfazimg1.png) no-repeat center / cover;
  opacity: 0;
  transition: all 0.4s linear;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover:before {
  opacity: 1;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .f_font {
  border-color: rgba(232, 232, 232, 0.2);
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .f_font .f_wen .f_tit {
  color: #ffffff;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .f_font .f_wen .text {
  color: #ffffff;
  opacity: 0.5;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .f_text {
  color: #fff;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .hm_but {
  color: #222222;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .hm_but:before {
  background-color: #ffc220;
  opacity: 1;
}
.home-sec2 .container .cont .home2_cont .swiper-slide .item .list:hover .hm_but i svg path {
  fill: #222222;
}
.home-sec3 {
  overflow: hidden;
  padding: 1.54rem 0;
  background-color: #f6f8fb;
}
@media (min-width: 992px) {
  .home-sec3 .container {
    width: 78.125%;
  }
}
.home-sec3 .container .cont {
  margin: 0 -0.14rem;
}
.home-sec3 .container .cont .home3_cont {
  width: 100%;
}
.home-sec3 .container .cont .home3_cont .swiper-slide {
  width: 33.33%;
  padding: 0 0.14rem;
}
@media (max-width: 991px) {
  .home-sec3 .container .cont .home3_cont .swiper-slide {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .home-sec3 .container .cont .home3_cont .swiper-slide {
    width: 80%;
  }
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item {
  display: block;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list {
  display: block;
  background-color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .img:before {
  padding-top: 73.44632768%;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .img img {
  transition: all 0.4s;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .font {
  position: relative;
  padding: 0.3rem;
  text-align: center;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .font:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/prohomeimg1.jpg) no-repeat center / cover;
  opacity: 0;
  transition: all 0.4s;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .font .f_tit {
  transition: all 0.4s;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #222222;
  margin-bottom: 6px;
  position: relative;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .font .f_text {
  color: #666666;
  transition: all 0.4s;
  line-height: 1.5;
  position: relative;
  margin-bottom: 0.32rem;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list .font .hm_but {
  margin: 0 auto;
  position: relative;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .img img {
  transform: scale(1.04);
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .font:before {
  opacity: 1;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .font .f_tit,
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .font .f_text {
  color: #ffffff;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .font .hm_but {
  color: #222222;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .font .hm_but:before {
  background-color: #ffc220;
  opacity: 1;
}
.home-sec3 .container .cont .home3_cont .swiper-slide .item .list:hover .font .hm_but i svg path {
  fill: #222222;
}
.home-sec4 {
  background-color: #ffffff;
}
.home-sec4 .container .cont .home3_cont .swiper-slide .item {
  padding-bottom: 0.1rem;
}
.home-sec5 {
  padding: 1.52rem 0 1.6rem;
  background: url(../imgs/haiwaiimgfa1.jpg) no-repeat center / cover;
}
.home-sec5 .cont {
  margin: 0 -0.14rem;
}
.home-sec5 .cont .home5_cont {
  width: 100%;
}
.home-sec5 .cont .home5_cont .swiper-slide {
  width: 33.33%;
  height: auto;
}
@media (max-width: 991px) {
  .home-sec5 .cont .home5_cont .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .home-sec5 .cont .home5_cont .swiper-slide {
    width: 88.888%;
  }
}
.home-sec5 .cont .home5_cont .swiper-slide .item {
  padding: 0.1rem 0.14rem;
  height: auto;
  height: 100%;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list {
  height: auto;
  display: block;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  z-index: 2;
  height: 100%;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list .img {
  padding-top: 53.94190871%;
  overflow: hidden;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list .img img {
  transition: all 0.4s;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list .font {
  transition: all 0.4s;
  padding: 0.42rem 0.46rem 0.28rem;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list .font .name {
  color: #0065dc;
  margin-bottom: 0.2rem;
  transition: all 0.4s;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list .font .f_tit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 1.38461538;
  transition: all 0.4s;
  margin-bottom: 0.26rem;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list .font .f_time {
  color: #999999;
  transition: all 0.4s;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list:hover {
  background-color: #0071dc;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list:hover .img img {
  transform: scale(1.04);
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list:hover .font .f_time,
.home-sec5 .cont .home5_cont .swiper-slide .item .list:hover .font .f_tit,
.home-sec5 .cont .home5_cont .swiper-slide .item .list:hover .font .name {
  color: #fff;
}
.home-sec5 .cont .home5_cont .swiper-slide .item .list:hover .font .f_time {
  opacity: 0.5;
}
.reg2banner .cont .container2 .tit {
  color: #ffffff;
}
.reg2banner .cont .container2 .text {
  color: #ffffff;
  opacity: 0.8;
}
.reg2banner .cont .container2 .hm_but {
  color: #0071dc;
}
.reg2banner .cont .container2 .hm_but:before {
  background: none;
  background-color: #ffffff;
}
.regio2box-sec1 {
  background-color: #d9e8fc;
  padding: 1.4rem 0 1.6rem;
}
@media (min-width: 992px) {
  .regio2box-sec1 .container {
    width: 80%;
  }
}
.regio2box-sec1 .container .regionbox_tit {
  margin-bottom: 0.94rem;
}
.regio2box-sec1 .container .cont {
  display: flex;
  flex-wrap: wrap;
}
.regio2box-sec1 .container .cont .item {
  margin-bottom: 0.4rem;
  padding: 0 0.64rem;
  padding: 0 0.2rem;
  width: 25%;
  flex: 1 1 auto;
}
@media (max-width: 991px) {
  .regio2box-sec1 .container .cont .item {
    width: 50%;
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .regio2box-sec1 .container .cont .item {
    padding: 0 0.3rem;
    padding: 0 0.16rem;
  }
}
.regio2box-sec1 .container .cont .item .shu {
  color: #0071dc;
  line-height: 0.8;
  display: flex;
  white-space: nowrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .regio2box-sec1 .container .cont .item .shu {
    font-size: 0.24rem;
  }
}
.regio2box-sec1 .container .cont .item .shu i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.94rem;
  height: 0.8rem;
  width: 0.74rem;
  height: 0.6rem;
  flex: 0 0 auto;
  margin-right: 0.28rem;
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .regio2box-sec1 .container .cont .item .shu i {
    width: 0.6rem;
    height: 0.5rem;
    margin-right: 0.18rem;
  }
}
.regio2box-sec1 .container .cont .item .shu i img {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.regio2box-sec1 .container .cont .item .shu span {
  line-height: 0.8;
  font-size: 0.7rem;
  font-family: 'shu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: bold;
}
@media (max-width: 767px) {
  .regio2box-sec1 .container .cont .item .shu span {
    font-size: 0.6rem;
  }
}
.regio2box-sec1 .container .cont .item .f_tit {
  color: #092449;
  line-height: 1.33333333;
  text-align: center;
}
@media (max-width: 767px) {
  .regio2box-sec1 .container .cont .item .f_tit {
    font-size: 0.28rem;
  }
}
.regio2box-sec1 .container .f_tishi {
  color: #666;
  margin-top: 0.36rem;
  text-align: right;
  padding-right: 0.6rem;
}
@media (max-width: 767px) {
  .regio2box-sec1 .container .f_tishi {
    padding-right: 0;
    text-align: left;
  }
}
.regio2box-sec2 {
  background: url(../imgs/quanddmimgfzbag1.jpg) no-repeat center / cover;
}
.regio2box-sec2 .f_title1 {
  color: #ffffff;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: 122.72727273%;
  margin-bottom: 0.62rem;
}
.regio2box-sec2 .cont {
  background-color: #ffffff;
  border-radius: 0.3rem;
  padding: 0.5rem 0.46rem 0.4rem;
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont {
    padding: 0.56rem 0.36rem 0.6rem;
  }
}
.regio2box-sec2 .cont .f_nei {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.46rem;
}
.regio2box-sec2 .cont .f_nei .lt {
  width: 57.25%;
  padding-right: 1.86rem;
}
@media (max-width: 1580px) {
  .regio2box-sec2 .cont .f_nei .lt {
    padding-right: 1.2rem;
  }
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont .f_nei .lt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
}
.regio2box-sec2 .cont .f_nei .lt .name {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 20px;
  color: #222222;
  background-color: #ffc220;
  margin-bottom: 0.2rem;
}
@media (max-width: 1580px) {
  .regio2box-sec2 .cont .f_nei .lt .name {
    padding: 3px 16px;
  }
}
.regio2box-sec2 .cont .f_nei .lt .f_tit {
  color: #222222;
  margin-bottom: 8px;
}
.regio2box-sec2 .cont .f_nei .lt .f_text {
  color: #222222;
  line-height: 1.5;
  margin-bottom: 0.22rem;
}
.regio2box-sec2 .cont .f_nei .lt .list .li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
}
.regio2box-sec2 .cont .f_nei .lt .list .li:last-child {
  margin-bottom: 0;
}
.regio2box-sec2 .cont .f_nei .lt .list .li i {
  display: block;
  width: 0.2rem;
  position: relative;
  top: 0.75em;
  margin-top: -0.1rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .regio2box-sec2 .cont .f_nei .lt .list .li i {
    width: 18px;
    margin-top: -9px;
  }
}
@media (max-width: 991px) {
  .regio2box-sec2 .cont .f_nei .lt .list .li i {
    width: 16px;
    margin-top: -8px;
  }
}
.regio2box-sec2 .cont .f_nei .lt .list .li i img {
  width: 100%;
  float: left;
}
.regio2box-sec2 .cont .f_nei .lt .list .li .text {
  display: block;
  color: #666666;
  width: calc(100% - 0.2rem);
  padding-left: 0.1rem;
}
@media (max-width: 1580px) {
  .regio2box-sec2 .cont .f_nei .lt .list .li .text {
    width: calc(100% - 18px);
  }
}
@media (max-width: 991px) {
  .regio2box-sec2 .cont .f_nei .lt .list .li .text {
    width: calc(100% - 16px);
  }
}
.regio2box-sec2 .cont .f_nei .img {
  width: 42.75%;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont .f_nei .img {
    width: 100%;
  }
}
.regio2box-sec2 .cont .f_nei .img:before {
  padding-top: 57.14285714%;
}
.regio2box-sec2 .cont .f_zh {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
.regio2box-sec2 .cont .f_zh .item {
  width: 25%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .regio2box-sec2 .cont .f_zh .item {
    width: 50%;
  }
}
.regio2box-sec2 .cont .f_zh .item .list {
  display: block;
  background-color: #ffffff;
  border-radius: 0.2rem;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 0.1rem 0px rgba(136, 158, 189, 0.25);
  position: relative;
  transition: all 0.4s;
  background: #ffffff url(../images/jianbaimgfaz1.png) no-repeat left top / 100% auto;
  padding: 0.56rem 0.32rem 0.24rem;
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont .f_zh .item .list {
    padding: 0.6rem 0.24rem;
  }
}
.regio2box-sec2 .cont .f_zh .item .list .f_label {
  position: absolute;
  right: 0;
  top: 0;
  color: #0b1e40;
  background-color: #fcba30;
  padding: 8px 20px;
  border-radius: 0 0 0 20px;
}
@media (max-width: 1580px) {
  .regio2box-sec2 .cont .f_zh .item .list .f_label {
    padding: 6px 18px;
  }
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont .f_zh .item .list .f_label {
    border-radius: 0 0 0 16px;
    padding: 4px 14px;
  }
}
.regio2box-sec2 .cont .f_zh .item .list .f_jiantou {
  position: absolute;
  right: 0.32rem;
  top: 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
}
.regio2box-sec2 .cont .f_zh .item .list .f_jiantou img,
.regio2box-sec2 .cont .f_zh .item .list .f_jiantou svg {
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.04;
}
.regio2box-sec2 .cont .f_zh .item .list .f_jiantou img path,
.regio2box-sec2 .cont .f_zh .item .list .f_jiantou svg path {
  fill: #0b1e40;
}
.regio2box-sec2 .cont .f_zh .item .list .f_icon {
  width: 0.58rem;
  height: 0.58rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.24rem;
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont .f_zh .item .list .f_icon {
    width: 0.78rem;
    height: 0.78rem;
  }
}
.regio2box-sec2 .cont .f_zh .item .list .f_icon svg,
.regio2box-sec2 .cont .f_zh .item .list .f_icon img {
  width: 51.72413793%;
  max-height: 51.72413793%;
  width: 80.724138%;
  max-height: 80.724138%;
  height: auto;
  object-fit: contain;
}
.regio2box-sec2 .cont .f_zh .item .list .f_icon svg path,
.regio2box-sec2 .cont .f_zh .item .list .f_icon img path {
  fill: #0071dc;
}
.regio2box-sec2 .cont .f_zh .item .list .f_tit {
  width: 100%;
  color: #0b1e40;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .regio2box-sec2 .cont .f_zh .item .list .f_tit {
    font-size: 0.28rem;
  }
}
.regio2box-sec2 .cont .f_zh .item .list .f_text {
  color: #666666;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.regio2box-sec2 .cont .f_zh .item .list .f_but {
  display: flex;
  align-items: center;
  color: #0071dc;
}
.regio2box-sec2 .cont .f_zh .item .list .f_but i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  transition: all 0.4s;
  margin-left: 10px;
}
@media (max-width: 1580px) {
  .regio2box-sec2 .cont .f_zh .item .list .f_but i {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
}
.regio2box-sec2 .cont .f_zh .item .list .f_but i svg {
  max-width: 100%;
  height: 100%;
}
.regio2box-sec2 .cont .f_zh .item .list .f_but i svg path {
  fill: #0071dc;
}
.regio2box-sec2 .cont .f_zh .item .list:hover {
  transform: translateY(-0.1rem);
}
.regio2box-sec2 .cont .hm_but {
  margin: 0.12rem auto 0;
  border-color: transparent;
  color: #ffffff;
}
.regio2box-sec2 .cont .hm_but:before {
  opacity: 1;
}
.regio2box-sec2 .cont .hm_but i svg path {
  fill: #fff;
}
.regio2box-sec3 {
  background: url(../imgs/tengfieimgbag1.jpg) no-repeat center / cover;
}
.regio2box-sec4 .regionbox_tit {
  margin-bottom: 0.62rem;
}
.regio2box-sec4 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.17rem;
}
@media (max-width: 1199px) {
  .regio2box-sec4 .cont {
    margin: 0 -0.12rem;
  }
}
.regio2box-sec4 .cont .item {
  width: 50%;
  margin-bottom: 0.34rem;
  padding: 0 0.17rem;
}
@media (max-width: 1199px) {
  .regio2box-sec4 .cont .item {
    padding: 0 0.12rem;
    margin-bottom: 0.24rem;
  }
}
@media (max-width: 767px) {
  .regio2box-sec4 .cont .item {
    width: 100%;
  }
}
.regio2box-sec4 .cont .item .list {
  display: flex;
  align-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 0.3rem;
  padding: 0.36rem 0 0.3rem 0.54rem;
  background-color: #0071dc;
  background: #0071dc url(../imgs/) no-repeat center / cover;
}
@media (max-width: 767px) {
  .regio2box-sec4 .cont .item .list {
    flex-wrap: wrap;
    padding: 0.46rem 0.34rem 0.56rem;
  }
}
.regio2box-sec4 .cont .item .list .lt {
  width: 59.43396226%;
  color: #fff;
  flex: 0 0 auto;
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .regio2box-sec4 .cont .item .list .lt {
    padding-right: 0;
    width: 100%;
    text-align: center;
  }
}
.regio2box-sec4 .cont .item .list .lt .tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.28rem;
}
.regio2box-sec4 .cont .item .list .lt .f_text {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.33333333;
  margin-bottom: 0.44rem;
}
.regio2box-sec4 .cont .item .list .lt .f_but {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background-color: #fcba30;
}
@media (max-width: 767px) {
  .regio2box-sec4 .cont .item .list .lt .f_but {
    width: 0.78rem;
    height: 0.78rem;
    margin: 0 auto;
    display: none;
  }
}
.regio2box-sec4 .cont .item .list .lt .f_but svg {
  width: 28.57142857%;
  height: 28.57142857%;
}
.regio2box-sec4 .cont .item .list .lt .f_but svg path {
  fill: #0071dc;
}
.regio2box-sec4 .cont .item .list .gt {
  width: 40.56603774%;
}
@media (max-width: 767px) {
  .regio2box-sec4 .cont .item .list .gt {
    width: 70%;
    flex: 0 0 70%;
    margin: 0 auto;
  }
}
.regio2box-sec4 .cont .item .list .gt .img {
  width: 100%;
  padding-top: 75.73964497%;
}
.regio3box-sec1 {
  background-color: #d9e8fc;
}
.regio3box-sec1 .f_zhong {
  background-color: #041833;
  border-radius: 0.8rem 0.8rem 0 0;
}
@media (max-width: 767px) {
  .regio3box-sec1 .f_zhong {
    border-radius: 0;
  }
}
.regio3box-sec1 .regionbox_tit {
  margin-bottom: 0.62rem;
}
.regio3box-sec1 .regionbox_tit .tit {
  color: #ffffff;
}
.regio3box-sec1 .regionbox_tit .text {
  color: #ffffff;
}
.regio3box-sec1 .cont {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.15rem;
}
@media (max-width: 767px) {
  .regio3box-sec1 .cont {
    margin: 0 -0.1rem;
  }
}
.regio3box-sec1 .cont .item {
  width: 25%;
  padding: 0 0.15rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .regio3box-sec1 .cont .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .regio3box-sec1 .cont .item {
    padding: 0 0.1rem;
    margin-bottom: 0.3rem;
    width: 100%;
  }
}
.regio3box-sec1 .cont .item .list {
  display: block;
  border-radius: 0.3rem;
  background: url(../imgs/bagxiejeimg1.jpg) no-repeat center / cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #ffffff;
  height: 100%;
  transition: all 0.4s;
  padding: 0.5rem 0.38rem 0.48rem;
}
.regio3box-sec1 .cont .item .list .f_icon {
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.regio3box-sec1 .cont .item .list .f_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.regio3box-sec1 .cont .item .list .f_tit {
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0.1rem;
}
.regio3box-sec1 .cont .item .list .text {
  opacity: 0.8;
  line-height: 1.55555556;
  margin-bottom: 0.3rem;
}
.regio3box-sec1 .cont .item .list .name {
  opacity: 0.3;
}
.regio3box-sec1 .cont .item .list:hover {
  transform: translateY(-0.1rem);
}
.regio3box-sec2 {
  background: url(../imgs/zhenggeimgaf1.png) no-repeat left top / 100% auto;
}
.regio3box-sec2 .f_title1 {
  color: #041833;
}
.regio3box-sec2 .cont {
  background-color: transparent;
  box-shadow: 0px 0px 0.1rem 0px rgba(136, 158, 189, 0.25);
  background-image: linear-gradient(180deg, #ffffff 76%, rgba(255, 255, 255, 0));
}
/* End */
/* 活动中心 start */
.activitycenter-sec1 .fz_jut .f_list{
  justify-content: flex-start;
  padding-left: 20px;
  box-sizing: border-box;
}
.activitycenter-sec1 .na1 {
  width: 12.91666667%;
  background-image: url(../imgs/maijiabanbage3.svg);
  top: 2.37rem;
  left: 16%;
  z-index: 2;
}
.activitycenter_banner .bannerbox .swiper-slide .item{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}
.activitycenter_banner .bannerbox .swiper-slide .item:hover img{
  transform: scale(1.04);
}
.activitycenter_banner .bannerbox .swiper-slide .item img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .lt{
  width: 46%;
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  left: .82rem;
  z-index: 2;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .gt{
  height: 100%;
  width: 100%;
  position: absolute;
  right: -7px;
  bottom: 0;
  z-index: 1;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .m_gt{
  display: none;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .gt img{
  display: block;
  width: 100%;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .f_tit{
  color: #fff;
  margin-bottom: 1rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.activitycenter_banner .bannerbox .but{
  position: relative;
  line-height: 1.2;
  border-radius: 26px;
  background-color: #fcba30;
  width: 1.26rem;
  height: 52px;
  display: block;
}
.activitycenter_banner .bannerbox .swiper-slide .item .ac_cont  .but .f_tit{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  justify-content: center;
  font-size: 18px;
  color: #333;
}
.activitycenter_banner .bannerbox .banner_pagin span{
  width: 8px;
  height: 8px;
  margin:0 4px!important;
}
.activitycenter_banner .bannerbox .banner_pagin .swiper-pagination-bullet-active{
  width: 22px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .gt{
    display: none;
  }
  .activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .lt{
    width: 90%;
    top: 30%;
    left: 5%;
  }
  /*.activitycenter_banner .bannerbox .swiper-slide .item .bag{*/
  /*  height: 10rem;*/
  /*}*/
  .activitycenter_banner .bannerbox .swiper-slide .item .ac_cont .m_gt{
    width: 4.9rem;
    display: block;
    position: absolute;
    right: -7px;
    bottom: -5px;
    z-index: 1;
  }
  .activitycenter_banner .bannerbox .but{
    width: 2.2rem;
    height: 0.74rem;
    border-radius: 0.4rem;
  }
}
.activitycenter-container2{
  /*width: 73%;*/
  /*margin: 0 auto;*/
}
.series_collection_t{
  width: 73%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.series_collection_title{
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.series_collection_t_rt{
  display: flex;
  align-items: center;
  position: absolute;
  right: 13%;
  top: 0;
}
.series_collection_t_rt .swiper-button-next, .series_collection_t_rt .swiper-button-prev{
  width: .58rem;
  height: .58rem;
  background: #F2F5FA;
  border-radius: 50%;
  position: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 7px;
  transform: translateY(0);
}
.series_collection_t_rt .swiper-button-next svg, .series_collection_t_rt .swiper-button-prev svg{
  width: 15px;
  height: 15px;
}
.series_collection_t_rt .swiper-button-next svg path, .series_collection_t_rt .swiper-button-prev svg path{
  fill: #9A9A9A;
 }
.series_collection_banner_container .series_collection_t_rt .banner_prev:hover, .series_collection_banner_container .series_collection_t_rt  .banner_next:hover{
  background: #0561DD;
}
.series_collection_banner_container .series_collection_t_rt .banner_prev:hover svg path, .series_collection_banner_container .series_collection_t_rt  .banner_next:hover svg path{
  fill: #ffffff;
}
.series_collection_slide{
  display: flex;
  flex-wrap: wrap;
  margin: .49rem auto 1.2rem;
  width: 73%;
  position: relative;
}
.series_collection_slide_l{
  width: 51%;
  flex-shrink: 0;
  flex-grow: 0;
  background: #0070DC;
  box-shadow: 1px 2px 32px 0 rgba(136,158,189,0.15);
  border-radius: 10px;
  overflow: hidden;
}
.series_collection_slide_l img{
  width: 100%;
  display: block;
}
.series_collection_slide_l_b{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .32rem .2rem;
  box-sizing: border-box;
}
.series_collection_slide_l_b_n{
  font-weight: normal;
  font-size: .24rem;
  color: #FFFFFF;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.series_collection_slide_l_b_t{
  font-weight: 400;
  font-size: .18rem;
  color: #FFFFFF;
  font-family: 'shu';
}
.series_collection_slide_r{
  width: calc(49% - 10px);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  flex-shrink: 0;
  flex-grow: 0;
  background: #FFFFFF;
  box-shadow: 1px 2px 32px 0 rgba(136,158,189,0.15);
  border-radius: 10px;
  margin-left: 10px;
}
.slide_r_t{
  display: flex;
  align-items: center;
  height: .7rem;
  padding: 0 6%;
  box-sizing: border-box;
  font-family: PingFang;
  font-weight: 500;
  font-size: .2rem;
  color: #999999;
  border-bottom: 1px solid rgba(98, 98, 98, .1);
}
.slide_r_t img{
  width: .2rem;
  display: block;
  margin-right: 10px;
}
.slide_r_list{
  max-height: calc(100% - .7rem);
  overflow: auto;
  margin: 0 auto;
}
.slide_r_list::-webkit-scrollbar{
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}
.slide_r_list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background: #0071DC;
  border-radius: 1px;
}
.slide_r_list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: #fff;
}
.slide_r_li{
  width: 87%;
  margin: 0 auto;
  padding: .2rem 0;
  border-bottom: 1px solid rgba(98, 98, 98, .1);
}
.slide_r_li_t{
  font-family: PingFang;
  font-weight: 500;
  font-size: .22rem;
  color: #222222;
  margin-bottom: .19rem;
  display: block;
}
.slide_r_li_label{
  font-size: 0;
}
.slide_r_li_label span{
  display: inline-block;
  padding: .04rem .1rem;
  background: #0071DC;
  border-radius: 13px;
  font-family: PingFang;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
.slide_r_li_label_jxz span{
  background: #FFC220;
}
.slide_r_li_label_yjs span{
  background: rgba(106, 183, 255, .2);
  color: #0071DC;
}
.activitycenter-container3{
  width: 73%;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.activitycenter-nav-t{
  border-bottom: 2px solid rgba(153, 153, 153, .15);
}
.activitycenter-nav{
  display: flex;
  align-items: center;
}
.activitycenter-nav .activitycenter-nav-item:last-child{
  margin-rght: 0;
}
.activitycenter-nav-item{
  margin-right: .6rem;
  cursor: pointer;
  position: relative;
}
.activitycenter-nav-item img{
  width: .24rem;
  height: .18rem;
  display: block;
  position: absolute;
  right: -.25rem;
  top: .15rem;
}
.activitycenter-nav-item span{
  font-weight: normal;
  font-size: 14px;
  color: #999999;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  line-height: .36rem;
  padding: .24rem 0;
  display: block;
}
.activitycenter-nav-item.active span{
  font-weight: normal;
  font-size: 14px;
  color: #0071dc;
}
.activitycenter-nav-line{
  width: 100%;
  height: .04rem;
  border-radius: 2px;
  background: #0071DC;
  display: none;
  margin: auto;
}
.activitycenter-nav-item.active .activitycenter-nav-line{
  display: block;
}
.activitycenter-list{
  padding: .69rem 0 .4rem;
  display: flex;
  flex-wrap: wrap;
}
.activitycenter-li{
  border-radius: 10px;
  border: 1px solid rgba(226, 226, 226, .8);
  box-sizing: border-box;
  margin-right: .4rem;
  width: calc(33.3% - .27rem);
  overflow: hidden;
  margin-bottom: .4rem;
  transition: all 0.4s;
}
.activitycenter-li:hover{
  transform: translateY(-0.1rem);
}
.activitycenter-list .activitycenter-li:nth-child(3n){
  margin-right: 0;
}
.activitycenter-li-pic{
  width: 100%;
}
.activitycenter-li-pic img{
  width: 100%;
  object-fit: cover;
}
.activitycenter-li-cont{
  padding: .28rem .24rem;
  box-sizing: border-box;
}
.activitycenter-li-t{
  font-weight: normal;
  font-size: .24rem;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 0rem;
  min-height: .36rem;
  text-align: center;
}
.activitycenter-li-t a {color: #222222;}
.activitycenter-li-cont-b{
  margin-top: .45rem;
  border-top: 1px solid rgba(226, 226, 226, .8);
  padding-top: .28rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.activitycenter-li-b-l{
  flex: 1;
}
.activitycenter-li-but{
  min-width: 1.08rem;
  height: .46rem;
  background: linear-gradient(159deg, rgba(0,113,220,0.98), rgba(0,93,220,0.98));
  border-radius: .23rem;
  font-weight: 400;
  font-size: .16rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .2rem;
  box-sizing: border-box;
}
.activitycenter-li-b-l-label{
  font-size: 0;
}
.activitycenter-li-b-l-label span{
  display: inline-block;
  background: #F2F5FA;
  border-radius: 5px;
  padding: .04rem .06rem;
  font-weight: 500;
  font-size: .14rem;
  color: #666666;
  min-width: .68rem;
  text-align: center;
  margin-right: .1rem;
}
.activitycenter-li-b-l-label span:last-child{
  margin-right: 0;
}
.activitycenter-li-b-l-label .activitycenter-li-b-l-label-xs{
  background: rgba(255, 194 ,32, 0.2);
  color: #FFC220;
}
.activitycenter-li-b-l-label .activitycenter-li-b-l-label-xx{
  background: rgba(41, 184 ,255, 0.2);
  color: #29B8FF;
}
.activitycenter-li-b-l-time{
  font-family: PingFang;
  font-weight: 500;
  font-size: .16rem;
  margin-top: .1rem;
}
@media (max-width: 1280px) {
  .activitycenter-li{
    width: calc(50% - .2rem);
  }
  .activitycenter-list .activitycenter-li:nth-child(3n){
    margin-right: .4rem;
  }
  .activitycenter-list .activitycenter-li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 840px) {
  .series_collection_slide_l{
    width:100%;
    height: auto;
    margin-bottom: .2rem;
  }
  .series_collection_slide_r{
    width:100%;
    margin: 0;
    position: unset;
    height: 5.5rem;
  }
}
@media (max-width: 767px) {
  .activitycenter-container2{
    width: 100%;
  }
  .series_collection_t{
    width: 90%;
    margin: 0 auto;
  }
  .activitycenter-container2 .series_collection_slide{
    width: 90%;
    margin: .49rem auto 0;
    padding-bottom: .48rem;
  }
  .activitycenter-sec2 {
    padding-bottom: 0;
  }
  .activitycenter-sec3{
    padding-top: .72rem;
  }
  .series_collection_slide_l{
    width:100%;
    height: auto;
    margin-bottom: .2rem;
  }
  .series_collection_slide_r{
    width:100%;
    margin: 0;
    position: unset;
    height: 5.5rem;
  }
  .series_collection_slide_l_b{
    display: block;
  }
  .activitycenter-container3{
    width: 90%;
  }
  .activitycenter-li{
    width: 100%;
    margin-right: 0;
  }
  .activitycenter-list .activitycenter-li:nth-child(3n){
    margin-right: 0;
  }
  .activitycenter-list .activitycenter-li:nth-child(2n){
    margin-right: 0;
  }
}
/* 活动中心 End */
/* 全部活动 start */
.all-activity-wrapper{
  width: 73%;
  margin: 0 auto;
  padding-bottom: 1.4rem;
}
.all-activity-breadbox{
  display: block;
}
.all-activity-breadbox .f_cont{
  padding: .3rem 0 .45rem;
}
.all-activity-box .fz_title{
  text-align: center;
  position: relative;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (min-width: 768px){
  .all-activity-wrapper {
    width: 93.75%;
    max-width: 1800px;
  }
}
@media (max-width: 767px) {
  .all-activity-wrapper{
    width: 90%;
  }
}
/* 全部活动 End */

/* 微信咨询弹窗 */
.wx-popover{
  display: none;
}
.wx-popover-content{
  position: absolute;
  right: calc(100% + .14rem);
  top: .1rem;
  background-color: #fff;
  border-radius: .1rem;
  padding: .05rem .1rem;
  box-sizing: border-box;
  box-shadow: 2px 14px 20px 0 rgba(78, 119, 165, 0.3);
}
.wx-popover-content p{
  padding-left: .06rem;
  box-sizing: border-box;
  /*white-space: nowrap;*/
}
.wx-popover-content span{
  color: #0071dc;
}
.wx-popover-content img{
  width: 120px;
  display: block;
}
.wx-popover-bag {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 15;
  display: none;
}
/*旺季峰会*/
.summit-banner-box{
  position: relative;
}
.summit-banner-box .swiper-container-horizontal&gt;.swiper-pagination-bullets{
  position: absolute;
  z-index: 1;
}
.summit-banner-box span.swiper-pagination-bullet{
  background: #fff;
  opacity: 1;
}
.summit-banner-box span.swiper-pagination-bullet-active{
  background: #ffc220;
}
.summit-banner-box img{
  display: block;
  width: 100%;
}
.summit-banner-box img.summit-mb-banner-box{
  display: none;
}
.summit-banner-content-new{
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  text-align: center;
}
.summit-banner-box .summit-pc-banner-logo{
  width: 4rem;
  display: block;
  margin-bottom: .3rem;
}
.summit-banner-content-new .tit{
  line-height: 1.18181818;
  margin-bottom: 0.4rem;
  color: #fff;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.summit-banner-content-new .tit2{
  line-height: 1;
  padding: 6px 0.22rem;
  background-color: #ffc220;
  border-radius: 20px;
  color: #222222;
  margin-bottom: 0.24rem;
  display: inline-block;
}
.summit-data-box{
  margin-top: .2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.summit-data-item{
  font-family: PingFang SC;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: .24rem;
  color: #222;
  margin-right: .3rem;
  margin-bottom: .14rem;
}
.summit-data-item-two{
  width: 100%;
}
.summit-data-item-text{
  display: flex;
  align-items: flex-end;
  line-height: .26rem;
}
.summit-data-item-text span{
  margin-right: .2rem;
}
.summit-data-item:last-child{
  margin-right: 0;
}
.summit-data-item img{
  display: block;
  margin-right: .1rem;
  width: .24rem;
  height: auto;
  flex-shrink: 0;
  flex-grow: 0;
}
.summit-data-item .icon1{
  width: .26rem;
}
.summit-banner-content .hm_but{
  color: #fff;
  margin-top: .4rem;
  cursor: pointer;
  background: #FCBB31;
}
.summit-banner-content .hm_but::before {
  background: none;
  background: #FCBB31;
  transition: all 0.3s linear;
}
.summit-banner-content .hm_but:hover::before {
  transform: scale(0.95);
}
.summit-sec1{
  background-color: #fff;
  padding: 0.5rem 0 0.5rem 0;
}

.summit-sec1 .regionbox_tit {
  margin-bottom: 0.5rem;
}
.summit-sec1-cont{
  display: flex;
  justify-content: space-between;
}
.summit-sec1-pic{
  width: 50%;
  margin-right: .59rem;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 20px;
  overflow: hidden;
  /*box-shadow: 0 0 14px 0 rgba(104,120,143,0.08);*/
}
.summit-sec1-pic-item{
  width: 100%;
  position: relative;
  cursor: pointer;
  display: block;
}
.summit-sec1-pic-item:hover .summit-sec1-pic-img{
  transform: scale(1.05);
}
.summit-sec1-pic .summit-sec1-pic-item{
  display: none;
}
.summit-sec1-pic .summit-sec1-pic-img{
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s linear;
}
.summit-sec1-label{
  background: #FFC002;
  border-radius: 23px;
  font-size: .16rem;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 11px 20px;
  box-sizing: border-box;
  color: #222222;
  font-family: 'SourceHanSansCN-Regular', serif;
}
.summit-sec1-play{
  width: .59rem;
  height: .59rem;
  position: absolute;
  left: calc(50% - .3rem);
  top: calc(50% - .3rem);
  cursor: pointer;
}
.summit-sec1-play img{
  width: 100%;
  height: 100%;
  display: block;
}
.summit-sec1-right{
  flex: 1;
}
.summit-sec1 .cont .fzli{
  width: 100%;
}
.summit-sec1 .cont .item {
  width: 100%;
}
.summit-sec1 .cont .item .list {
  width: 100%;
  padding: 0.21rem 0;
  border-bottom: solid 1px #ebedef;
}
.summit-sec1 .cont .item .list .f_title {
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  justify-content: space-between;
}
.summit-sec1 .cont .item .list .f_title .tit {
  color: #222222;
  font-size: .2rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: block;
  width: calc(100% - .54rem);
  font-weight: bold;
}
.summit-sec1 .cont .item .list .f_title i {
  display: block;
  width: .12rem;
  margin-top: .12rem;
  transition: all 0.4s;
  overflow: hidden;
}
.summit-sec1 .cont .item .list .f_title i img,
.summit-sec1 .cont .item .list .f_title i svg {
  width: 100%;
  float: left;
}
.item-bottom{
  display: none;
}
.summit-sec1 .cont .item:first-child .item-bottom{
  display: block;
}
.summit-sec1 .cont .item .list .ftext {
  color: #666666;
  font-size: .18rem;
  width: 100%;
  line-height: .3rem;
  padding-top: .12rem;
}
.summit-sec1 .cont .item.on .list .f_title i {
  transform: rotate(180deg);
}
.summit-sec1 .cont .item.on .f_title .tit{
  color: #0561DD;
}
.summit-sec1-right .hm_but5 {
  margin-top: .18rem;
  background: #F5F8FB;
  border-radius: 23px;
  border: 1px solid #0561DD;
  cursor: pointer;
  min-width: 1.11rem;
  height: .37rem;
  font-size: .14rem;
}
.summit-sec1-right .hm_but5:hover{
  border: none;
}
.summit-sec1-right .hm_but5:hover i svg path{
  fill: #fff;
}
@media (max-width: 1921px) {
}
@media (max-width: 1580px) {
  .summit-sec1 .cont .item .list{
    padding: .26rem 0;
  }
  .summit-sec1 .cont .item .list .f_title .tit{
    font-size: .24rem;
  }
  .summit-sec1-right .hm_but5 {
    min-width: 1.4rem;
    height: .45rem;
    font-size: .14rem;
  }
}
@media (max-width: 1441px) {
  /*.summit-sec1 .cont .item .list{*/
  /*  padding: 0.2rem 0;*/
  /*}*/
  /*.summit-sec1 .cont .item .list .f_title .tit{*/
  /*  font-size: .22rem;*/
  /*}*/
  .summit-sec1-right .hm_but5 {
    min-width: 1.01rem;
    height: .42rem;
  }
}
.summit-sec8{
  background: #F0F3F8;
}
.summit-sec1 .cont .item .f_title:hover .tit{
  color: #0561DD;
}
.character-list{
  display: flex; /* 使用Flex布局 */
  padding-bottom: .5rem;
}
.character-li{
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(20% - .21rem);
  margin-right: .25rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E2E2;
  box-sizing: border-box;
  /*height: 4.8rem;*/
}
.people_swiper{
  display: block;
}
.people_swiper2, .people_swiper3{
  display: none;
}
.character-list .character-li:nth-child(5n){
  margin-right: 0;
}
.character-li img{
  width: 100%;
  display: block;
}
.character-info{
  padding: .3rem .1rem;
  box-sizing: border-box;
  text-align: center;
  box-sizing: border-box;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 2.3rem;
}
.character-name{
  font-weight: bold;
  font-size: .28rem;
  color: #222222;
  font-family: 'zhubiao', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.character-text{
  font-weight: 300;
  font-size: .16rem;
  color: #222222;
  line-height: .28rem;
  margin-top: .16rem;
}
.summit-sec4{
  background: #F6F8FB;
}
.interaction-box{
  display: flex;
  align-items: center;
}
.interaction-left{
  flex: 1;
  margin-right: 1.2rem;
}
.interaction-title{
  font-weight: 400;
  font-size: .24rem;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.interaction-line{
  width: .5rem;
  height: 3px;
  background: #005DDC;
  margin: .14rem 0 .2rem
}
.interaction-left .interaction-info{
  min-height: 1.4rem;
}
.interaction-info{
  font-weight: 300;
  font-size: .16rem;
  color: #666666;
  line-height: .32rem;
}
.interaction-left .hm_but5{
  margin-top: .59rem;
  cursor: pointer;
}
.interaction-left .hm_but5:hover i svg path{
  fill: #fff;
}
.interaction-right{
  width: 6.8rem;
  height: 4.53rem;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
  position: relative;
  border-radius: .2rem;
}
.interaction-right img{
  width: 100%;
  display: block;
  border-radius: .2rem;
}
.new-section-li-person{
  margin-top: .24rem;
  border-top: 1px solid #E2E2E2;
  padding-top: .24rem;
  display: flex;
}
.new-section-li-person-tx{
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  overflow: hidden;
}
.new-section-li-person-tx img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.new-section-li-person-info{
  margin-left: .16rem;
}
.new-section-li-person-name{
  font-size: .24rem;
  color: #222222;
  font-family: 'zhubiao', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.new-section-li-person-position{
  font-size: .14rem;
  color: #333;
  margin-top: .04rem;
}
@media (max-width: 1580px) {
  .interaction-title{
    font-size: 24px;
  }
}
.regionbox-se8c .regionbox_tit {
  margin-bottom: 0.6rem;
}
.regionbox-sec8 .fnav {
  display: flex;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.regionbox-sec8 .fnav .regionbox5_nav {
  width: auto;
  margin: 0;
}
.regionbox-sec8 .fnav .regionbox5_nav .swiper-slide {
  width: auto;
  margin: 0 0.1rem;
}
.regionbox-sec8 .fnav .regionbox5_nav .swiper-slide .item {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 54px;
  border: 1px solid #0071dc;
  padding: 0 0.26rem;
  color: #0065dc;
  border-radius: 29px;
}
@media (max-width: 1580px) {
  .regionbox-sec8 .fnav .regionbox5_nav .swiper-slide .item {
    min-width: 130px;
    height: 54px;
    border-radius: 27px;
  }
}
@media (max-width: 991px) {
  .regionbox-sec8 .fnav .regionbox5_nav .swiper-slide .item {
    min-width: 100px;
    height: 50px;
    border-radius: 25px;
  }
}
@media (max-width: 767px) {
  .regionbox-sec8 .fnav .regionbox5_nav .swiper-slide .item {
    height: 42px;
  }
}
.regionbox-sec8 .fnav .regionbox5_nav .on .item {
  background-color: #0065dc;
  color: #ffffff;
}
.eBook-box{
  display: flex;
  justify-content: space-between;
  margin-top: .2rem;
}
.eBook-item{
  width: calc(25% - .15rem);
}
.eBook-img{
  width: 100%;
  margin-bottom: .2rem;
  display: block;
  position: relative;
}
.eBook-img .eBook-con{
  position: absolute;
  font-weight: 400;
  font-size: .22rem;
  color: #FFFFFF;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  left: .28rem;
  top: .28rem;
}
.eBook-title1{
  font-weight: bold;
  font-size: .24rem;
  color: #FFFFFF;
  line-height: .33rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.eBook-title2{
  font-weight: 400;
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .33rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.eBook-item img{
  width: 100%;
  display: block;
  border-radius: .3rem;
  overflow: hidden;
}
.summit-sec6{
  background: #F0F3F8;
}
.company-box{
  display: flex;
  margin-bottom: .3rem;
}
.company-box:last-child{
  margin-bottom: 0;
}
.company-left{
  width: 2.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 1px 2px 32px 0px rgba(136,158,189,0.15);
  border-radius: 20px 0px 0px 20px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: .2rem;
  font-weight: 400;
  font-size: .28rem;
  color: #222222;
  border-right-width: 5px;
  border-right-style: solid;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.company-right{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-right img{
  object-fit: cover;
}
.company-box1 .company-left{
  border-color: #FC3131;
  box-sizing: border-box;
}
.company-box img{
  display: block;
  border-radius: 6px;
  box-shadow: 1px 2px 32px 0px rgba(136,158,189,0.15);
}
.company-box1 img{
  width: calc(33.3% - .14rem);
}
.company-box2 .company-left{
  border-color: #FCBB31;
  box-sizing: border-box;
}
.company-box2 img{
  width: calc(25% - .16rem);
}
.company-box2 img:nth-child(1),.company-box2 img:nth-child(2),.company-box2 img:nth-child(3),.company-box2 img:nth-child(4),.company-box2 img:nth-child(5){
  margin-bottom: .2rem;
  width: calc(20% - .16rem);
}

.company-box3 .company-left{
  border-color: #0071dc;
  box-sizing: border-box;
}
.company-box3 img{
  width: calc(25% - .14rem);
}
.company-box4 .company-left{
  border-color: #C7C7C7;
  box-sizing: border-box;
}
.company-box4 img{
  width: calc(33.3% - .14rem);
}
.summit-sec7{
  background-color: #fff;
}
.welfare-box{
  background: linear-gradient(117deg, #026BCF 0%, #0047B1 100%);
  border-radius: 20px;
  padding: .5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.welfare-right{
  width: 6.12rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.welfare-right img{
  width: 100%;
  display: block;
  border-radius: 20px;
}
.welfare-left{
  flex: 1;
  margin-right: 1.45rem;
}
.welfare-title{
  font-weight: 400;
  font-size: .32rem;
  color: #FFFFFF;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.welfare-title2{
  font-weight: 400;
  font-size: .24rem;
  color: #FFFFFF;
  margin: .15rem 0 .18rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.welfare-title3{
  font-weight: 300;
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .24rem;
}
.welfare-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: .3rem;
}
.welfare-li{
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: .12rem;
}
.welfare-li img{
  width: .17rem;
  display: block;
}
.welfare-li span{
  font-weight: 300;
  font-size: .16rem;
  color: #FFFFFF;
  margin-left: .1rem;
}
.welfare-left .hm_but{
  margin-top: .4rem;
  cursor: pointer;
}
.welfare-left .hm_but4:before{
  background: #FCBB31;
}
.article-box{
  margin-top: .2rem;
  display: flex;
  align-items: center;
  position: relative;
}
.article-left{
  width: calc(50% - .35rem);
  display: inline-block;
  vertical-align: top;
  /*height: calc(100% - .4rem);*/
  position: relative;
  /*left: .3rem;*/
  /*top: .2rem;*/
  flex-shrink: 0;
  flex-grow: 0;
  background: #FFFFFF;
  box-shadow: 1px 2px 32px 0px rgba(136,158,189,0.15);
  border-radius: 20px;
  overflow: hidden;
  margin-right: .35rem;
}
.article-left-con{
  width: 100%;
  height: 100%;
  position: absolute;
  padding: .8rem .38rem 0;
  left: 0;
  top: 0;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
}
.article-pic{
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.article-right{
  width: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  vertical-align: top;
  /*margin-left: calc(51% + .1rem);*/
}
.article-left-con .interaction-title{
  font-size: .42rem;
  color: #fff;
}
.article-left-con .interaction-info{
  font-weight: 400;
  font-size: .22rem;
  color: #fff;
  line-height: .33rem;
  margin-top: .2rem;
}

.article-left-con .hm_but{
  margin-top: .6rem;
  cursor: pointer;
}
.article-left-con .hm_but::before{
  background: #FAB217;
}
.article-li{
  background: #FFFFFF;
  box-shadow: 1px 2px 32px 0px rgba(136,158,189,0.15);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin-bottom: .3rem;
}
.article-li:last-child{
  margin-bottom: 0;
}
.article-li-left{
  width: 2rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.article-li-left img{
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
  display: block;
 }
.article-li-right{
  padding: .2rem .2rem;
  box-sizing: border-box;
}
.article-li-right .but .cls-1{
  fill: #0561DD;
}
.article-li-right .but a, .article-top-link .but a{
  color: #0561DD;
}
.article-li-right .interaction-title{
  font-size: .24rem;
  color: #222;
}
.article-li-right .interaction-info{
  font-weight: 300;
  font-size: .16rem;
  color: #666666;
  line-height: .24rem;
  margin-top: .08rem;

}
.article-li-right .but{
  color: #0561DD;
  margin-top: .3rem;
  cursor: pointer;
}
.article-sec-box .x-page-container2{
  width: calc(74% + 1rem);
}
.article-box, .eBook-box{
  margin-top: 0;
  padding: .2rem .5rem;
  box-sizing: border-box;
}
.summit-sec2{
  background: linear-gradient(117deg, #026BCF 0%, #0047B1 100%);
}
.summit-sec2 .regionbox_tit .tit{
  color: #fff;
}
.speech-box{
  display: flex;
  justify-content: space-between;
}
.speech-item{
  width: calc(33.33% - .3rem);
}
.speech-title-box{
  display: flex;
  align-items: center;
  margin-bottom: .26rem;
}
.speech-title-box span{
  font-weight: 400;
  font-size: .2rem;
  color: #FFFFFF;
  line-height: .28rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.speech-title-box img{
  height: .21rem;
  display: block;
  margin-right: .07rem;
}
.speech-title-left{
  display: flex;
  align-items: center;
}
.speech-title-left img{
  width: .3rem;
  display: block;
}
.speech-title-left span{
  font-weight: 400;
  font-size: .28rem;
  margin-left: .13rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  color: #FFFFFF;
}
.speech-title-right{
  display: flex;
  align-items: center;
}
.speech-title-right-mobile{
  display: none;
}
.speech-title-day{
  font-weight: 400;
  font-size: .37rem;
  color: #FFFFFF;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.speech-title-line{
  font-size: .37rem;
  margin: 0 .08rem;
  color: #FFFFFF;
}
.speech-title-month{
  font-weight: 400;
  font-size: .14rem;
  color: #FFFFFF;
  line-height: .18rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.speech-list{
  position: relative;
}
.speech-list-mb{
  margin-bottom: .4rem;
}
.speech-li{
  display: flex;
  /*align-items: center;*/
  padding-bottom: .28rem;
  position: relative;
}
.speech-list::before{
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - .7rem);
  background: #FFC322;
  position: absolute;
  left: .67rem;
  top: .2rem;
}
.speech-li-time{
  width: .42rem;
  font-weight: 400;
  font-size: .14rem;
  color: #FFC322;
  line-height: .2rem;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.speech-li-time-mobile{
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  display: none;
}
.speech-li-circle{
  width: .19rem;
  flex-shrink: 0;
  flex-grow: 0;
  height: .19rem;
  background: rgba(255, 195, 34, .3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 .16rem;
}
.speech-li-circle-none{
  background-color: transparent;
}
.speech-li-circle i{
  flex-shrink: 0;
  flex-grow: 0;
  width: .09rem;
  height: .09rem;
  background: #FFC322;
  border-radius: 50%;
}
.speech-li-name{
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
  font-size: .16rem;
  color: #FFFFFF;
  line-height: .24rem;
}
.speech-li-bot{
  margin-top: .08rem;
}
.speech-li-bot-name{
  font-weight: 400;
  font-size: .18rem;
  color: #FFFFFF;
  line-height: .22rem;
}
.speech-li-bot-position{
  font-weight: 400;
  font-size: .14rem;
  color: #FFFFFF;
  line-height: .22rem;
  opacity: 0.7;
  margin-left: .06rem;
}
.threes-item{
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: .3rem;
  position: relative;
}
.threes-item-con{
  padding: .28rem .28rem .44rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(5, 96, 220, .12), rgba(5, 96, 220, 0), rgba(5, 96, 220, 0));
}
.threes-title{
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
  font-size: .24rem;
  color: #222222;
}
.threes-text{
  font-weight: 400;
  font-size: .16rem;
  color: #666666;
  line-height: .22rem;
  margin-top: .14rem;
}

.x-page-container2{
  width: 74%;
}
.summit-sec1-people .swiper-pagination-bullets{
  text-align: center;
}
.summit-sec1-people .swiper-pagination-bullet{
  width: .47rem;
  height: .08rem;
  border-radius: .04rem;
}

.article-top-link{
  text-align: right;
  padding: 0 .56rem;
  box-sizing: border-box;
}
.article-top-link .but{
  color: #0561DD;
  cursor: pointer;
}
.article-top-link .but .cls-1 {
  fill: #0561DD;
}
.consultation-bg{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 666;
  background-color: rgba(0,0,0,.3);
  display: none;
}
.consultation-box{
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 888;
}
.consultation-con{
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: .2rem .2rem .2rem;
  box-sizing: border-box;
}
.consultation-code{
  width: 2.8rem;
  height: 2.8rem;
  display: block;
}
.consultation-tips{
  text-align: center;
  font-size: .22rem;
  margin-top: .1rem;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.consultation-close{
  background-color: #fff;
  border-radius: 3rem;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  margin: .2rem auto 0;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

.speech-three-box{
  padding: .26rem .2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: .2rem;
}
.mb30{
  margin-bottom: .3rem;
}
.speech-three-title{
  background: #0271DD;
  border-radius: .09rem;
  padding: .14rem .19rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.speech-three-title img{
  height: .3rem;
  margin-right: .1rem;
}
.speech-three-list{
  padding: 0 .2rem;
  box-sizing: border-box;
  position: relative;
}
.speech-three-list::before{
  display: block;
  content: '';
  width: 1px;
  height: calc(100% - .3rem);
  background: #666666;
  position: absolute;
  left: 1.595rem;
  top: .15rem;
}
.speech-three-li{
  display: flex;
  align-items: center;
  margin-bottom: .35rem;
}
.speech-three-li:last-child{
  margin-bottom: 0;
}
.speech-three-time{
  font-weight: 400;
  font-size: .18rem;
  color: #222222;
  width: 1.15rem;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.speech-three-circle{
  width: .09rem;
  height: .09rem;
  margin: 0 .2rem;
  flex-shrink: 0;
  flex-grow: 0;
  background: #666666;
  border-radius: 50%;
}
.speech-three-name{
  font-weight: 400;
  font-size: .2rem;
  color: #222222;
}
.speech-three-list-two::before{
  display: none;
}
.speech-three-list-two{
  padding-right: 0;
  padding-left: 0;
}
.speech-three-list-two .speech-three-time{
  width: 1.35rem;
  background: #FFC002;
  border-radius: .18rem;
  line-height: .36rem;
  text-align: center;
  margin-right: .15rem;
}
.speech-three-list-two .speech-three-name{
  font-size: .18rem;
}
.section-display-none{
  display: none!important;
}
.color_999{
  color: #999;
}
.timeline-list{
  width: 100%;
  padding: 1.9rem .85rem .3rem;
  box-sizing: border-box;
  font-size: 0;
  text-align: center;
  position: relative;
}
.timeline-li::before{
  content: '';
  width: 100%;
  height: .02rem;
  background: #EBEFF4;
  position: absolute;
  left: 0;
  top: .13rem;
  z-index: 1;
}
.timeline-li{
  position: relative;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-weight: 400;
  font-size: .24rem;
  color: #222222;
  width: 2.9rem;
  height: 2rem;
  display: inline-block;
  margin-left: -1.2rem;
}
.timeline-li.active, .timeline-li.active .timeline-li-text{
  color: #fff;
}
.timeline-li.active .timeline-li-con, .timeline-li.active .timeline-li-con::before, .timeline-li.active .timeline-li-con::after, .timeline-li.active .timeline-circle-c{
  background-color: #0171DC;
}
.timeline-li.active .timeline-circle{
  border: .02rem solid #0171DC;
}
.timeline-li:nth-child(1){
  margin-left: 0;
}
.timeline-li:nth-child(2n) .timeline-li-con-box{
  left:0;
  top: auto;
  bottom: calc(100% + .2rem);
}
.timeline-li:nth-child(2n) .timeline-li-con::before{
  top: auto;
  bottom: -.07rem;
}
.timeline-li:nth-child(2n) .timeline-li-con::after{
  top: auto;
  bottom: 0;
}
.timeline-circle{
  margin: 0 auto;
  width: .26rem;
  height: .26rem;
  background: #FFFFFF;
  border-radius: 50%;
  overflow: hidden;
  border: .02rem solid #EBEFF4;
  padding: .05rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.timeline-circle-c{
  width: 100%;
  height: 100%;
  background-color: #EBEFF4;
  border-radius: 50%;
  overflow: hidden;
}
.timeline-li-con-box{
  position: absolute;
  left:0;
  top: .5rem;
  z-index: 2;
}
.timeline-li-con {
  position: relative;
  width: 2.9rem;
  height: 1.5rem;
  padding: .24rem;
  box-sizing: border-box;
  text-align: left;
  background: #fff;
  box-shadow: 1px 1px 32px rgba(136,158,189,0.15);
  border-radius: 6px;
}
.timeline-li-con::before {
  position: absolute;
  top: -.07rem;
  left: calc(50% - .07rem);
  content: '';
  width: .14rem;
  height: .14rem;
  background: #fff;
  transform: rotate(135deg);
  box-shadow: 1px -1px 34px rgba(136,158,189,0.15);
}
.timeline-li-con::after {
  position: absolute;
  top: 0;
  left: calc(50% - .14rem);
  content: '';
  width: .28rem;
  height: .28rem;
  background: #fff;
}
.timeline-li-text{
  font-family: PingFang SC;
  font-weight: 500;
  font-size: .16rem;
  color: #999999;
  line-height: .24rem;
  margin-top: .1rem;
}
.timeline_swiper .swiper-button-next, .timeline_swiper .swiper-container-rtl .swiper-button-prev{
  background: none;
}
.timeline_swiper .timeline_swiper_prev, .timeline_swiper .timeline_swiper_next{
  background: #0171DC;
  border-radius: 50%;
  width: .58rem;
  height: .58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(50% - .14rem);
}
.timeline_swiper_prev svg, .timeline_swiper_next svg{
  width: .1rem
}
.timeline_swiper_prev svg path, .timeline_swiper_next svg path{
  fill: #fff;
}
.timeline_swiper .swiper-button-next.swiper-button-disabled, .timeline_swiper .swiper-button-prev.swiper-button-disabled{
  background: #F2F5FA;
}
.timeline_swiper_prev.swiper-button-disabled svg path, .timeline_swiper_next.swiper-button-disabled svg path{
  fill: #999;
}
.timeline_mobile-box{
  display: none;
}
.new-section-box{
  background: #F0F3F8;
}
.shopbox-sec2 .cont .lt .f_jut .fz_item .fz_title span{
  padding-left: 6px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.shopbox-sec2 .cont .gt .fz_item{
  background: transparent;
}
.shopbox-sec2 .cont .gt .fz_item .f_list{
  padding: 0;
}
.shopbox-sec2 .cont .gt .fz_item .tit{
  margin-bottom: .3rem;
}
.shopping-festival-time-box.shopbox-sec2 .cont .gt .fz_item .tit{
  margin-top: 0;
}
.new-section-list{
  display: flex;
  flex-wrap: wrap;
}
.new-section-li{
  border-radius: 20px;
  overflow: hidden;
  width: calc(33.3333% - .26rem);
  background: #fff;
  margin-bottom: .4rem;
  margin-right: .38rem;
}
.new-section-li:nth-child(3n){
  margin-right: 0;
}
.new-section-li-pic img{
  width: 100%;
  display: block;
}
.new-section-li-info{
  background: #fff;
  padding: .22rem .22rem .3rem;
  box-sizing: border-box;
}
.new-section-li-label{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .16rem;
}
.label-item{
  background: rgba(1, 113, 220, .1);
  color: #0171DC;
  border-radius: 5px;
  margin-right: 5px;
  padding: .04rem .08rem;
}
.label-yellow{
  color: #E29700;
  background: rgba(226, 151, 0, .1);
}
.new-section-li-title{
  font-size: .24rem;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.new-section-li-text{
  font-size: .16rem;
  line-height: .24rem;
  margin-top: .12rem;
  color: #999999;
}
.shopbox-sec2 .cont .lt .f_jut .fz_item:last-child .fz_title:before{
  display: none;
}
.shopbox-sec2 .cont .gt .fz_item{
  margin-bottom: 0;
}

/* 调查问卷 */
.questionnaireDialog {
  display: none;
}
.questionnaireDialog .cont {
  width: 6.5rem;
  background-color: #ffffff;
  box-shadow: 7px 18px 16px 0px rgba(78, 119, 165, 0.1);
  border-radius: 0.26rem;
  padding: 0.5rem 0.7rem 0.32rem;
  padding-right: 0.6rem;
}
@media (max-width: 1900px) {
  .questionnaireDialog .cont {
    width: 8rem;
    padding: 0.5rem 0.5rem 0.26rem;
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont {
    width: 90%;
  }
}
.questionnaireDialog .cont .fclose {
  background-color: #f4f7fc;
  border-radius: 0.1rem;
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .fclose {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.questionnaireDialog .cont .fclose svg {
  width: 29.16666667%;
  height: 29.16666667%;
}
.questionnaireDialog .cont .fclose svg path {
  fill: #222222;
  transition: all 0.4s;
  opacity: 1;
}
.questionnaireDialog .cont .fclose:hover {
  background-color: #0071dc;
}
.questionnaireDialog .cont .fclose:hover svg path {
  fill: #fff;
}
.questionnaireDialog .cont .fztit {
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  margin-bottom: 6px;
}
.questionnaireDialog .cont .text {
  color: #666666;
  margin-bottom: 0.42rem;
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .text {
    margin-bottom: 0.3rem;
  }
}
.questionnaireDialog .cont .jut {
  width: 100%;
  margin-bottom: 0.35rem;
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut {
    margin-bottom: 0.22rem;
  }
}
.questionnaireDialog .cont .jut .name {
  display: flex;
  align-items: center;
  color: #222222;
  font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.questionnaireDialog .cont .jut .name span {
  display: block;
  color: #0071dc;
  margin-right: 8px;
}
.questionnaireDialog .cont .jut .li {
  display: flex;
  position: relative;
  align-items: flex-start;
  margin-top: 12px;
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .li {
    margin-top: 8px;
  }
}
.questionnaireDialog .cont .jut .li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.questionnaireDialog .cont .jut .li i {
  display: block;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  flex-grow: 0;
  background-color: #f4f7fc;
  border-radius: 4px;
  transition: all 0.4s;
  margin-top: 2px;
  border: solid 1px #eeeeee;
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .li i {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .jut .li i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
.questionnaireDialog .cont .jut .li i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
  background: url(../imgs/zhengquimfaz1.svg) center / 65% 35% no-repeat;
}
.questionnaireDialog .cont .jut .li span {
  display: block;
  padding-left: 0.1rem;
  width: calc(100% - 22px);
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .li span {
    width: calc(100% - 18px);
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .jut .li span {
    width: calc(100% - 0.36rem);
  }
}
.questionnaireDialog .cont .jut .li input:checked ~ i {
  background-color: #0071dc;
  border-color: #0071dc;
}
.questionnaireDialog .cont .jut .li input:checked ~ i:before {
  opacity: 1;
}
.questionnaireDialog .cont .jut .fztextarea {
  width: 100%;
  margin-top: 0.14rem;
  height: 64px;
  background-color: #f4f7fc;
  border-radius: 10px;
  border: solid 1px #eeeeee;
  padding: 16px 20px;
}
@media (max-width: 1900px) {
  .questionnaireDialog .cont .jut .fztextarea {
    height: 56px;
  }
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .fztextarea {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .jut .fztextarea {
    padding: 0.26rem 0.34rem;
    height: 1rem;
  }
}
.questionnaireDialog .cont .jut .fzile {
  position: relative;
  height: 64px;
  background-color: #f4f7fc;
  border-radius: 10px;
  border: dashed 1px #0e6def;
  margin-top: 0.14rem;
}
@media (max-width: 1900px) {
  .questionnaireDialog .cont .jut .fzile {
    height: 56px;
  }
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .fzile {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .jut .fzile {
    height: 1rem;
  }
}
.questionnaireDialog .cont .jut .fzile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.questionnaireDialog .cont .jut .fzile .fbut {
  width: 100%;
  height: 100%;
  display: flex;
  color: #0e6def;
  align-items: center;
  justify-content: center;
  padding: 0 0.4rem;
}
.questionnaireDialog .cont .jut .fzile .fbut i {
  display: block;
  width: 20px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .fzile .fbut i {
    width: 16px;
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .jut .fzile .fbut i {
    width: 0.36rem;
  }
}
.questionnaireDialog .cont .jut .fzile .fbut i img {
  width: 100%;
  float: left;
}
.questionnaireDialog .cont .jut .fzile .fbut span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  max-width: calc(100% - 20px);
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .jut .fzile .fbut span {
    padding-left: 8px;
    max-width: calc(100% - 16px);
  }
}
@media (max-width: 767px) {
  .questionnaireDialog .cont .jut .fzile .fbut span {
    max-width: calc(100% - 0.36rem);
  }
}
.questionnaireDialog .cont .jut .fzile .fzimg {
  position: absolute;
  top: 0;
  left: 0;
}
.questionnaireDialog .cont .jut .fzile .fzimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.questionnaireDialog .cont .fzwenlei .name {
  margin-bottom: 6px;
}
.questionnaireDialog .cont .fzsub {
  margin: 0 auto;
  margin-top: 0.5rem;
}
@media (max-width: 1580px) {
  .questionnaireDialog .cont .fzsub {
    margin-top: 0.3rem;
  }
}
.stars{
  white-space: nowrap;
  text-align: left;
}
.stars li{
  display: inline-block;
  color: #ADADAD;
  font-size: .32rem;
  cursor: pointer;
}
/* End */
@media (max-width: 1820px) {
  .article-li-left{
    width: 1.7rem;
  }
  .article-li-right{
    padding: .15rem .2rem;
  }
  .article-li-right .interaction-title{
    font-size: .18rem;
  }
  .article-li-right .interaction-info{
    font-size: .14rem;
  }
  .article-li-right .but{
    margin-top: .2rem;
  }
  .article-li{
    margin-bottom: .2rem;
  }
}
@media (max-width: 1500px) {
  .article-li{
    margin-bottom: .25rem;
  }
  .article-li-right{
    padding: .2rem .2rem;
  }
  .article-li-left{
    width: 2.5rem;
  }
  .article-left-con{
    padding-top: .8rem;
  }
  .article-li-right .interaction-title{
    font-size: .28rem;
  }
  .article-li-right .interaction-info{
    font-size: .18rem;
  }
  .article-li-right .but{
    margin-top: .4rem;
  }
}
@media (max-width: 1281px) {
  .article-li{
    margin-bottom: .2rem;
  }
  .article-li-right{
    padding: .2rem .2rem;
  }
  .article-li-left{
    width: 2.2rem;
  }
  .article-left-con{
    padding-top: .8rem;
  }
  .article-li-right .interaction-title{
    font-size: .25rem;
  }
  .article-li-right .interaction-info{
    font-size: .16rem;
  }
  .article-li-right .but{
    margin-top: .3rem;
  }

  .timeline-li{
    width: 2.2rem;
    margin-left: -.5rem
  }
  .timeline-li-con{
    width: 2.2rem;
    height: 1.6rem
  }
  .timeline-li-text{
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .new-section-li{
    width: calc(50% - .15rem);
    margin-right: .15rem;
  }
  .new-section-li:nth-child(3n){
    margin-right: .15rem;
  }
  .new-section-li:nth-child(2n){
    margin-right: 0;
  }
  .label-item{
    font-size: .24rem;
    line-height: .4rem;
  }
  .new-section-li-title, .new-section-li-person-name{
    font-size: .3rem;
  }
  .new-section-li-text, .new-section-li-person-position{
    font-size: .24rem;
    line-height: .4rem;
  }
  .shopping-festival-time-box .x-page-container2{
    width: 90%;
  }
  .timeline-list{
     padding: 1.9rem .3rem .3rem;
     display: flex;
    overflow-x: auto;
  }
  .timeline-li{
    flex-shrink: 0;
    flex-grow: 0;
  }
  .timeline_mobile-box{
    display: block;
  }
  .timeline_swiper{
    display: none;
  }
  .summit-sec1-cont, .article-box, .welfare-box{
    flex-wrap: wrap;
  }
  .summit-sec1-pic, .summit-sec1-right{
    width: 100%;
    margin-right: 0;
  }
  .speech-box{
    flex-wrap: wrap;
  }
  .speech-box .speech-item{
    width: 100%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 0;
    margin-bottom: .4rem;
  }
  .speech-box .speech-item:last-child{
    margin-right: 0;
  }
  .character-li{
    width: calc(33.3% - .16rem);
    min-height: 5.2rem;
  }
  .people_swiper2{
    display: block;
  }
  .people_swiper, .people_swiper3{
    display: none;
  }
  .interaction-left{
    margin-right: .4rem;
  }
  .article-left{
    width: 100%;
    position: relative;
    margin-bottom: .3rem;
  }
  .article-right{
    margin-left: 0;
    width: 100%;
  }
  .welfare-left{
    width: 100%;
    order: 2;
  }
  .welfare-right{
    width: 100%;
    order: 1;
    margin-bottom: .3rem;
  }

  .character-list::-webkit-scrollbar, .eBook-box::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
  }
  .speech-box::-webkit-scrollbar {/*滚动条整体样式*/
    width: .1rem; /*高宽分别对应横竖滚动条的尺寸*/
    height: .1rem;
    border-radius: 5px;
  }
  .speech-box::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 5px;
    background: #fff;
  }

  .speech-box::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 5px;
    background: rgba(0, 113, 220, .7);
  }
}
@media (max-width: 767px) {
  .speech-box::-webkit-scrollbar, .character-list::-webkit-scrollbar, .eBook-box::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0; /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
  }
  .summit-sec1-mobile{
    padding-bottom: 1.4rem;
  }
  .summit-sec1-mobile .x-page-container2{
    width: 90%;
  }
  .summit-sec1-pic{
    margin-bottom: .3rem;
  }
  .summit-sec1 .cont .item .list .f_title .tit{
    font-size: .24rem;
    font-weight: normal;
  }
  .summit-sec1 .cont .item .list .ftext{
    font-size: .24rem;
    line-height: .42rem;
  }
  .summit-sec1-right .hm_but5{
    min-width: 1.72rem;
    height: .56rem;
  }
  .summit-sec2{
    padding-bottom: 1.2rem;
  }
  .speech-box{
    padding-right: .36rem;
  }
  .people_swiper3{
    display: block;
  }
  .people_swiper, .people_swiper2{
    display: none;
  }
  .character-list{
    padding-bottom: 0;
    padding-right: .5rem;
    overflow-x: auto;
  }
  .character-li{
    width: 4.66rem;
  }
  .character-list .character-li:nth-child(5n){
    margin-right: .25rem;
  }
  .interaction-box{
    flex-wrap: wrap;
  }
  .interaction-right{
    width: 100%;
    order: 1;
    height: 4.5rem;
    overflow: hidden;
    margin-bottom: .3rem;
  }
  .interaction-left{
    width: 100%;
    order: 2;
    margin-right: 0;
    padding-bottom: .1rem;
  }
  .interaction-title{
    font-size: .32rem;
  }
  .interaction-info{
    font-size: .16rem;
    margin-top: .14rem;
  }
  .summit-sec4 .interaction-info{
    font-size: .24rem;
    line-height: .42rem;
  }
  .interaction-line{
    display: none;
  }
  .eBook-item{
    width: calc(50% - .15rem);
  }
  .speech-title-right{
    display: none;
  }
  .speech-title-right-mobile{
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: .22rem;
    color: #FFFFFF;
    line-height: .24rem;
    opacity: .6;
  }
  .speech-li{
   align-items: flex-start;
  }
  .speech-li-time{
    width: .6rem
  }
  /*.speech-li-time-mobile{*/
  /*  width: .6rem;*/
  /*  display: block;*/
  /*  font-size: .22rem;*/
  /*  color: #FCBA30;*/
  /*  line-height: .24rem;*/
  /*}*/
  .speech-title-box span{
    font-size: .26rem;
    line-height: .36rem;
  }
  .speech-li-name{
    font-size: .22rem;
    /*color: #FCBA30;*/
    line-height: .32rem;
    letter-spacing: 1px;
  }
  .speech-li-bot-name{
    font-weight: bold;
    font-size: .28rem;
    color: #FFFFFF;
  }
  .speech-li-bot-position{
    font-weight: 400;
    font-size: .22rem;
    color: #FFFFFF;
    line-height: .24rem;
    opacity: .7;
  }
  .speech-li-circle{
    width: .22rem;
    height: .22rem;
  }
  .speech-li-circle i{
    width: .1rem;
    height: .1rem;
  }
  .speech-list::before{
    height: calc(100% - .54rem);
    top: .06rem;
    left: .86rem;
  }
  .threes-title{
    font-size: .24rem;
  }
  .threes-text{
    font-size: .22rem;
    line-height: .3rem;
  }
  .x-page-container-mobile{
    width: 100%;
    padding-left: 5%;
    box-sizing: border-box;
  }
  .welfare-left{
    width: 100%;
    margin-right: 0;
  }
  .welfare-li{
    width: 100%;
  }
  .welfare-left .hm_but{
    width: 2.42rem;
    min-width: 2.42rem;
    height: .74rem;
    font-weight: 400;
    font-size: .28rem;
  }
  .welfare-title{
    font-size: .36rem;
  }
  .welfare-title2{
    font-size: .3rem;
  }
  .welfare-title3{
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .36rem;
  }
  .welfare-li img{
    width: .28rem;
  }
  .welfare-li span{
    font-size: .24rem;
  }
  .company-box{
    display: block;
  }
  .company-left{
    width: 100%;
    border-radius: .16rem 0 0 .16rem;
    box-shadow: none;
    border-right-width: 0;
    margin-right: 0;
    display: block;
    text-align: center;
    margin-bottom: .2rem;
    font-size: .28rem;
  }
  .company-right{
    width: 100%;
  }
  /*.company-box1 img{*/
  /*  width: 1.8rem;*/
  /*  height: .86rem;*/
  /*  margin-right: .1rem;*/
  /*}*/
  /*.company-box1 img:last-child{*/
  /*  margin-right: 0;*/
  /*}*/
  /*.company-box2 img{*/
  /*  width: 1.0rem;*/
  /*  height: .68rem;*/
  /*  margin-right: .1rem;*/
  /*}*/
  /*.company-box2 img:nth-child(5n){*/
  /*  margin-right: 0;*/
  /*}*/
  .company-box3 img{
    width: 2.4rem;
    margin-right: .2rem;
    margin-bottom: .2rem;
  }
  .company-box3 .company-right{
    justify-content: center;
  }
  /*.company-box3 img:last-child{*/
  /*  margin-right: 0;*/
  /*}*/
  .company-box2 img:nth-child(1), .company-box2 img:nth-child(2), .company-box2 img:nth-child(3), .company-box2 img:nth-child(4), .company-box2 img:nth-child(5){
    width: calc(33.3% - .14rem);
  }
  .company-box2 img:nth-child(6){
    margin-bottom: .2rem;
  }
  .company-box2 img{
    width: calc(33.3% - .14rem);
  }
  .article-sec-box .x-page-container2{
    width: 100%;
  }
  .regionbox-sec8 .regionbox5_fnav{
    margin-bottom: 0;
  }
  .article-box{
    margin-top: 0;
    padding: .2rem .36rem .2rem;
    box-sizing: border-box;
  }
  .article-left{
    position: relative;
  }
  .article-right{
    margin-left: 0;
    width: 100%;
  }
  /*.article-pic{*/
  /*  object-fit: cover;*/
  /*}*/
  .article-left-con{
    padding: .5rem .38rem 0;
  }
  .article-left-con .interaction-title{
    font-size: .36rem;
  }
  .article-left-con .interaction-info{
    font-size: .28rem;
    margin-top: .2rem;
    line-height: .4rem;
  }
  .article-left-con .hm_but{
    width: auto;
    min-width: 1.76rem;
    height: .56rem;
    margin-top: .4rem;
  }
  .article-li-left{
    width: 2.08rem;
  }
  .article-li-left img{
    object-fit: cover;
    height: 100%;
  }
  .article-li-right{
    padding: .3rem .24rem;
    width: calc(100% - 2.08rem);
  }
  .article-li-right .interaction-title{
    font-size: .28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .article-li-right .interaction-info{
    font-size: .24rem;
    color: #666666;
    line-height: .32rem;
    display: -webkit-box;  /* 将p标签变成弹性盒子 */
    -webkit-line-clamp: 2;  /* 最多显示3行 */
    -webkit-box-orient: vertical;  /* 垂直排列 */
    overflow: hidden;  /* 超出部分隐藏 */
    text-overflow: ellipsis;  /* 显示省略号 */
  }
  .article-li-right .but{
    font-size: .22rem;
  }
  .eBook-box{
    margin-top: 0;
    flex-wrap: wrap;
    padding: .2rem .36rem 0;
    box-sizing: border-box;
  }
  .eBook-item{
    width: calc(50% - .1rem);
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: .2rem;
  }
  .eBook-item:nth-child(2n){
    margin-right: 0;
  }
  .interaction-left .hm_but5{
    width: 2.04rem;
    min-width: 2.04rem;
    height: .72rem;
    font-size: .24rem;
    padding: 0;
    margin-top: .4rem;
  }
  .summit-pc-banner-box{
    object-fit: cover;
    height: 100%;
  }
  .summit-banner-content{
    padding: 0 .5rem .2rem;
    box-sizing: border-box;
  }
  .summit-data-item{
    font-size: .28rem;
    margin-bottom: .16rem;
    line-height: .32rem;
  }
  .summit-banner-box .summit-pc-banner-logo {
    width: 3.8rem;
    margin-bottom: .2rem;
  }
  .summit-banner-content .tit{
    font-size: .32rem;
  }
  .summit-banner-content .tit2{
    font-size: .27rem;
  }
  .summit-data-item img{
    width: .24rem;
  }
  .summit-data-item .icon1{
    width: .28rem;
    height: .28rem;
  }
  .summit-data-box{
    margin-top: .2rem;
  }
  .summit-banner-content .hm_but{
    margin-top: .3rem;
    font-size: .24rem;
    width: 1.6rem;
    min-width: auto;
    height: .64rem;
  }
  .summit-sec4.summit-sec1-mobile .fnav{
    padding: 0 .3rem;
    box-sizing: border-box;
  }
  .summit-sec4.summit-sec1-mobile .regionbox8_nav .swiper-slide .item, .regionbox-sec8 .fnav .regionbox5_nav .swiper-slide .item{
    width: 1.76rem;
    min-width: 1.76rem;
    height: .72rem;
    font-size: .24rem;
    padding: 0;
  }
  .article-top-link .but{
    font-size: .24rem;
  }
  .article-top-link{
    margin-top: .4rem
  }
  .speech-title-box{
    align-items: flex-start;
  }
  .speech-title-box img{
    margin-top: .03rem;
  }

  /*.summit-banner-box img.summit-pc-banner-box{*/
  /*  display: none;*/
  /*}*/
  /*.summit-banner-box img.summit-mb-banner-box{*/
  /*  display: block;*/
  /*}*/

  .consultation-con{
    padding: .3rem .2rem .3rem;
    box-sizing: border-box;
  }
  .consultation-code{
    width: 5rem;
    height: 5rem;
    display: block;
  }
  .consultation-tips{
    text-align: center;
    font-size: .4rem;
    margin-top: .2rem;
    font-family: 'cu', 'PingFangSC-Regular', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  }
  .consultation-close{
    background-color: #fff;
    border-radius: 3rem;
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    margin: .3rem auto 0;
    align-items: center;
    transition: all 0.4s;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
  }
  .speech-three-name, .speech-three-list-two .speech-three-name{
   font-size: .22rem;
   line-height: .32rem;
   letter-spacing: 1px;
  }
  .speech-three-circle{
    width: .12rem;
    height: .12rem;
  }
  .speech-three-time{
    width: 1.6rem;
  }
  .speech-three-list::before{
    left: 2.055rem;
  }
  .speech-three-list-two .speech-three-time{
    width: 1.65rem;
  }
}
@media (max-width: 991px) {
  /*.summit-banner-box img{*/
  /*  height: 9.5rem;*/
  /*  width: 100%;*/
  /*  object-fit: cover;*/
  /*}*/
  .summit-banner-content-new{
    text-align: left;
    padding-left: 2.4rem;
    box-sizing: border-box;
  }
  .summit-banner-content-new .tit{
    font-size: .4rem;
    margin-bottom: .36rem;
  }
  .summit-banner-content-new .tit2{
    font-size: .26rem;
  }
  .summit-banner-content-new .hm_but{
    min-width: 90px;
    height: 36px;
    font-size: .24rem;
  }
}
@media (max-width: 767px) {
  .summit-banner-content-new{
    text-align: left;
    padding-left: 1.2rem;
    box-sizing: border-box;
  }
  .summit-banner-content-new .tit{
    font-size: .26rem;
    margin-bottom: .24rem;
  }
  .summit-banner-content-new .tit2{
    font-size: .2rem;
  }
  .summit-banner-content-new .hm_but{
    min-width: 60px;
    height: 28px;
    font-size: .2rem;
  }
}
</pre></body></html>