.disFlex {
  display: flex;
  align-items: center;
}

.lang-box span {
  cursor: pointer;
  font-size: 14px;
  color: #666;
}

.lang-box span:hover,
.lang-box span.active {
  color: #ffac12;
  text-decoration: solid;
}

.lang-box span:first-child {
  margin-right: 20px;
}

.w1200,
.banner .content {
  width: 1200px;
  margin: 0 auto;
}

.model {
  display: none;
}

.agreement {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 15px 15px 15px;
}

.agreement dt {
  font-size: 18px;
  font-weight: 500;
  color: #282F3E;
  line-height: 1;
  margin-top: 20px;
  white-space: nowrap;
}

.agreement dd {
  font-size: 14px;
  font-weight: 400;
  color: #686868;
  line-height: 28px;
  margin-top: 10px;
  white-space: pre-line;
}

.agreement .text-r {
  text-align: right;
}

.agreement strong {
  font-weight: bold;
}

.header {
  width: 100%;
  height: 80px;
  background: #FFF6E7;
  position: fixed;
  top: 0;
  z-index: 1;
  box-shadow: 0px 0px 20 0px rgba(0, 0, 0, 0.05);
}

.header .menu {
  display: none;
}

.header .w1200 {
  height: 100%;
}

.header .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  height: 60px;
}

.header .nav {
  margin-right: 40px;
}

.header .nav a {
  font-size: 20px;
  font-weight: 600;
  color: #322100;
  line-height: 20px;
  margin-left: 60px;
  cursor: pointer;
}


.header .nav a,
.header .nav a:hover {
  color: #322100;
}

.header .nav .active,
.header .nav .active:hover {
  color: #ffac12;
}

.personal {
  color: #ffac12;
}

.banner {
  padding-top: 80px;
  height: 1000px;
  background: url(../images/bg-banner1.png) no-repeat;
  background-size: 1920px 1000px;
  background-position: center;
  background-color: #fff6e7;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.banner .content {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner .content .logo {
  width: 142px;
  margin-bottom: 42px;
}

.banner .content .text1 {
  font-size: 30px;
  margin: 87px auto 12px;
  height: 30px;
  font-family: PingFangSC-Regular, PingFang SC;
  color: #FFAC12;
  line-height: 30px;
}

.banner .content .titleimg,
.banner .content .title img,
.title .banner .content img {
  height: 112px;
  margin-bottom: 20px;
}

.banner .content .titleimg_h5 {
  display: none;
}

.banner .content .titleimg-desc {
  height: 29px;
}

.banner .content dd {
  height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #a59881;
  line-height: 14px;
  margin: 17px auto 40px;
}

.banner .content .btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner .content .btn .btn1,
.banner .content .btn .btn2 {
  width: 170px;
  height: 45px;
  border: 1px solid #FFAC12;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #322100;
  background-color: #FFAC12;
  cursor: pointer;
  font-weight: 600;
  position: relative;
}

.btn1 .tips,
.btn2 .tips {
  width: 200%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  font-size: 12px;
  color: #CCCCCC;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
}

.banner .content .btn .btn1:hover,
.banner .content .btn .btn2:hover {
  background: #FFAC12;
  color: #322100;
}

.banner .content .btn .btn1 img,
.banner .content .btn .btn2 img {
  width: 16px;
  margin-right: 10px;
  filter: brightness(0);
}

.banner .content .btn .btn1 {
  margin-right: 70px;
}

.banner .content .right-bg {
  position: absolute;
  width: 1080px;
  left: 45%;
  transform: translateX(-50%);
  bottom: -311px;
}

.info {
  width: 100%;
  padding-top: 331px;
}

.info .title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.info .titleimg {
  height: 33px;
  margin-bottom: 40px;
}

.info .titleimg_h5 {
  display: none;
}

.info .desc {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #322100;
  line-height: 14px;
  margin-bottom: 80px;
}

.info .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding: 0 20px;
}

.info .list .box {
  background-size: 100%;
  background-position: center;
}

.info .list .box:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}


.info .list .box img {
  margin-top: 52px;
  width: 130px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.info .list .box .bottom {
  padding: 0 20px;
  text-align: center;
}

.info .list .box .bottom dt {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 600;
  color: #322100;
  line-height: 25px;
}

.info .list .box .bottom dd {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #63563d;
  line-height: 29px;
  padding-bottom: 55px;
}

.bg-img {
  margin-top: 117px;
  height: 1080px;
  background: url('../images/bg-img.png') no-repeat;
  background-size: 100% 100%;
  background-position: right top;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}

.bg-img .postion {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 314px;
  background: #fff;
}

.bg-img .w1200-box {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.bg-img .bg-01 {
  position: absolute;
  bottom: 0;
  height: 851px;
}

.bg-img .title-bg5 {
  position: absolute;
  bottom: 156px;
  right: 0;
  height: 87px;
}

.bg-img .desc {
  position: absolute;
  bottom: 58px;
  right: 0;
  width: 477px;
  height: 52px;
  font-size: 19px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #322100;
  line-height: 26px;
  letter-spacing: 1px;
  text-indent: 2.2em;
  text-align: right;
}

.down {
  padding-top: 130px;
  padding-bottom: 80px;
}

.down .title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.down .titleimg {
  height: 33px;
  margin-bottom: 40px;
}

.down .titleimg_h5 {
  display: none;
}

.dowm .desc {
  font-size: 20px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #322100;
  line-height: 14px;
  margin-bottom: 80px;
}

.down .btn {
  display: none;
}

.down .list {
  display: grid;
  grid-template-columns: repeat(4, 200px);
  justify-content: center;
  margin-top: 145px;
  grid-column-gap: 80px;
}

.down .list .box {
  height: 200px;
  grid-column-gap: 80px;
  background: url(../images/bg-down.png) no-repeat;
  background-size: 200px 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.down .list .box .codeBox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  padding: 10px;
  opacity: 0;
  transition: 0.5s;
  pointer-events: none;
}

.down .list .box .codeBox img {
  width: 100%;
  height: 100%;
}

.down .list .box:hover .codeBox {
  opacity: 1;
}

.down .list .box .img {
  width: 50px;
  height: 50px;
  margin-top: 58px;
}

.down .list .box .img img {
  width: 100%;
}

.down .list .box dt {
  margin-top: 23px;
  color: #FFAC12;
  font-size: 20px;
}

.down .list .box dd {
  font-size: 14px;
  margin-top: 10px;
  color: #baccff;
}

.footer {
  background: #f5f5f5;
  width: 100%;
}

.footer .w1200,
.footer .banner .content,
.banner .footer .content {
  position: relative;
}

.footer .content .top {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}

.footer .content .top .top-l {
  justify-content: space-between;
}

.footer .content .top .top-l .title,
.footer .content .top .top-r .title {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

.footer .content .top .top-l>img {
  height: 14px;
  margin-bottom: 12px;
}

.footer .content .top .top-l .item {
  height: 12px;
  margin-right: 7px;
  margin-bottom: 12px;
}

.footer .content .top .top-l img {
  height: 12px;
}

.footer .content .top .top-l span {
  display: inline-block;
  font-size: 12px;
  color: #4e4e4e;
  line-height: 12px;
}

.footer .content .top .top-r>img {
  height: 14px;
  margin-bottom: 12px;
}

.footer .content .top .top-r .product {
  display: flex;
  justify-content: space-between;
}

.footer .content .top .top-r .item {
  display: flex;
  flex-direction: column;
  /* height: 12px; */
  margin-right: 40px;
  margin-bottom: 12px;
}

.footer .content .top .top-r .item:last-child {
  margin-right: 0;
}

.footer .content .top .top-r .item img {
  height: 38px;
  margin-bottom: 10px;
}

.footer .content .top .top-r span {
  display: inline-block;
  font-size: 12px;
  color: #4e4e4e;
  line-height: 12px;
}

.footer .content .center {
  padding: 18px 0 32px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer .content .center a {
  font-size: 12px;
  color: #7F7F7F;
  line-height: 12px;
  margin-right: 46px;
}

.footer .content .center a,
.footer .content .center a:hover {
  color: #322100;
}


.footer .content .center a:last-child {
  margin-right: 0;
}

.footer .content .bottom {
  padding-top: 14px;
  border-top: 1px solid #fff;
  text-align: center;
  padding-bottom: 23px;
}

.footer .content .bottom dt,
.footer .content .bottom dd,
.footer .content .bottom a {
  line-height: 12px;
  font-size: 12px;
  color: #ccc;
  display: block;
}

.footer .content .bottom a {
  margin-top: 10px;
}

.footer .content .bottom a {
  margin-bottom: 10px;
}


.toast {
  position: fixed;
  top: 80px;
  right: -300px;
  background-color: white;
  color: #333;
  padding: 15px 25px;
  border-radius: 5px;
  z-index: 9999;
  font-size: 16px;
  text-align: left;
  max-width: 250px;
  transition: right 0.3s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  display: flex;
  align-items: center;
}

.toast.show {
  right: 20px;
}

/* 添加移动端响应式样式 */
@media screen and (max-width: 768px) {
  .toast {
    top: 60px;
    right: -100%;
    max-width: calc(100% - 40px);
    padding: 8px 12px;
    font-size: 12px;
  }

  .toast.show {
    right: 10px;
  }
}