.w {
  width: 70%;
  margin: 0 auto;
}
.denglong {
  position: absolute;
  top: 0;
  right: 0.54rem;
  width: 1.66rem;
}
.denglong img {
  width: 100%;
}
.shuzhi1 {
  position: absolute;
  top: 0;
  left: 0rem;
  width: 3rem;
}
.shuzhi1 img {
  width: 100%;
}
.shuzhi2 {
  position: absolute;
  bottom: 0;
  left: 0rem;
  width: 8rem;
  z-index: 0;
}
.shuzhi2 img {
  width: 100%;
}
.shuzhi3 {
  position: absolute;
  bottom: 0;
  right: 0rem;
  width: 4rem;
  z-index: 0;
}
.shuzhi3 img {
  width: 100%;
}
.boxx {
  width: 100vw;
  height: 100vh;
  background: url(../img/bg3.png) no-repeat;
  background-size: 100% 100%;
  overflow-y: scroll;
}
.boxx::-webkit-scrollbar {
  display: none;
}
.boxx header {
  position: relative;
  height: 0.7rem;
  z-index: 2;
}
.boxx header .w {
  padding: 0 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.boxx header .w .search-box {
  position: relative;
  width: 2.65rem;
  height: 0.5rem;
  background: url(../img/search-bg.png) no-repeat;
  background-size: cover;
  margin-left: 0.7rem;
}
.boxx header .w .search-box input {
  position: absolute;
  left: 8%;
  top: 20%;
  width: 85%;
  height: 60%;
  border-radius: 0.3rem;
  border: none;
  background-color: transparent;
  padding-left: 0.2rem;
  padding-right: 0.3rem;
  color: #333333;
  font-size: 0.12rem;
}
.boxx header .w .search-box .search-btn {
  position: absolute;
  right: 10%;
  top: 20%;
  width: 10%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.boxx header .w .search-box .search-btn img {
  width: 60%;
}
.boxx header .w .company-abouts ul {
  display: flex;
}
.boxx header .w .company-abouts ul li {
  position: relative;
  width: 0.37rem;
}
.boxx header .w .company-abouts ul li:hover .code-box {
  display: block;
}
.boxx header .w .company-abouts ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.boxx header .w .company-abouts ul li a .icon-box {
  width: 0.3rem;
  height: 0.3rem;
}
.boxx header .w .company-abouts ul li a .icon-box img {
  width: 100%;
}
.boxx header .w .company-abouts ul li a p {
  font-size: 0.12rem;
  transform: scale(0.75);
  white-space: nowrap;
  color: #bf7c49;
}
.boxx header .w .company-abouts ul li .code-box {
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  padding: 0.06rem;
  background-color: #fff;
  transition: height 0.2s;
  display: none;
}
.boxx header .w .company-abouts ul li .code-box:before {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0rem;
  height: 0rem;
  border: 0.1rem solid transparent;
  border-bottom-color: #fff;
}
.boxx header .w .company-abouts ul li .code-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.boxx header .w .sign {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2.1rem;
  z-index: 999999;
}
.boxx header .w .sign img {
  width: 100%;
  height: 100%;
}
.boxx .container {
  position: relative;
  z-index: 1;
  margin-bottom: 0.7rem;
}
.boxx .container .w {
  height: 100%;
  background: url(../img/navs-bg.png) top / 100% no-repeat,
    url(../img/container-bg2.png) bottom / 100% 99% no-repeat;
}
.boxx .container .w .nav-box {
  height: 0.73rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.boxx .container .w .nav-box .left-navs,
.boxx .container .w .nav-box .right-navs {
  width: 42%;
}
.boxx .container .w .nav-box .left-navs ul,
.boxx .container .w .nav-box .right-navs ul {
  width: 100%;
  display: flex;
  align-items: center;
}
.boxx .container .w .nav-box .left-navs ul li,
.boxx .container .w .nav-box .right-navs ul li {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 0 0.15rem;
}
.boxx .container .w .nav-box .left-navs ul li:hover a,
.boxx .container .w .nav-box .right-navs ul li:hover a {
  background: url(../img/nav-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #c44d3f;
}
.boxx .container .w .nav-box .left-navs ul li.active a,
.boxx .container .w .nav-box .right-navs ul li.active a {
  background: url(../img/nav-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #c44d3f;
}
.boxx .container .w .nav-box .left-navs ul li:not(:last-child)::after,
.boxx .container .w .nav-box .right-navs ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 0.02rem;
  height: 0.08rem;
  background-color: #000;
}
.boxx .container .w .nav-box .left-navs ul li a,
.boxx .container .w .nav-box .right-navs ul li a {
  display: inline-block;
  padding: 0.07rem 0.3rem;
  font-size: 0.16rem;
  font-weight: 700;
  font-family: TL;
}
.boxx .container .w .friend-content .friend-company {
  padding: 0.3rem;
}
.boxx .container .w .friend-content .friend-company .company {
  padding: 0.32rem;
  display: flex;
  border-bottom: 1px solid #b5b2ad;
}
.boxx .container .w .friend-content .friend-company .company .logo-box {
  width: 1.5rem;
  margin-right: 0.44rem;
}
.boxx .container .w .friend-content .friend-company .company .logo-box img {
  width: 100%;
  display: block;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company
  .company-information {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company
  .company-information
  .company-name {
  font-size: 0.3rem;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company
  .company-information
  .company-introduce {
  font-size: 0.16rem;
  color: #999999;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company
  .company-information
  .check {
  display: inline-block;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company
  .company-information
  .check
  a {
  display: block;
  padding: 0.1rem 0.4rem;
  background: url(../img/checkbg.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.16rem;
  color: #fff;
}
.boxx .container .w .friend-content .friend-company .company-shujia {
  padding-top: 0.4rem;
}
.boxx .container .w .friend-content .friend-company .company-shujia ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.15rem;
}
.boxx .container .w .friend-content .friend-company .company-shujia ul li {
  background-color: #fff;
  transition: 0.3s;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company-shujia
  ul
  li:hover {
  transform: translateY(-5px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company-shujia
  ul
  li
  a
  img {
  width: 100%;
  display: block;
}
.boxx
  .container
  .w
  .friend-content
  .friend-company
  .company-shujia
  ul
  li
  a
  .shuname {
  font-size: 0.16rem;
  padding: 0.15rem 0;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #000;
}
.boxx .container .w .content {
  padding: 0.55rem 0.4rem;
  padding-bottom: 0.3rem;
  background-color: #faf7f2;
  background-clip: content-box;
}
.boxx .container .w .content .floor1 {
  width: 100%;
}
.boxx .container .w .content .floor1 img {
  width: 100%;
}
.boxx .container .w .content .floor1 .swiper-slide {
  width: 100% !important;
  height: 100% !important;
}
.boxx .container .w .content .floor1 .btn {
  background-image: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 0.4rem;
  height: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-top: 0;
}
.boxx .container .w .content .floor1 .btn span {
  font-size: 0.24rem;
}
.boxx .container .w .content .notice {
  position: relative;
  width: 100%;
  margin: 0.2rem 0;
  padding: 0 0.9rem;
  height: 0.5rem;
  background: url(../img/notice.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}
.boxx .container .w .content .notice ul li {
  margin-right: 1rem;
}
.boxx .container .w .content .notice ul li a {
  font-size: 0.14rem;
}
.boxx .container .w .content .notice .swiper {
  overflow: hidden;
}
.boxx .container .w .content .notice .swiper .swiper-slide {
  font-size: 0.14rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.boxx .container .w .content .notice .laba {
  position: absolute;
  width: 0.18rem;
  height: 0.18rem;
  top: 50%;
  left: 0.6rem;
  transform: translateY(-50%);
}
.boxx .container .w .content .notice .laba img {
  width: 100%;
}
.boxx .container .w .content .notice p {
  font-size: 0.14rem;
}
.boxx .container .w .content .classifications {
  padding: 0 10px;
}
.boxx
  .container
  .w
  .content
  .classifications
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  width: auto;
  height: 1.06rem;
  border: 2px solid #e4c09e;
  border-radius: 0.1rem;
  overflow: hidden;
}
.boxx
  .container
  .w
  .content
  .classifications
  .swiper-container
  .swiper-wrapper
  .swiper-slide:hover
  .mengceng {
  display: flex;
}
.boxx
  .container
  .w
  .content
  .classifications
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  img {
  width: 100%;
  height: 100%;
}
.boxx
  .container
  .w
  .content
  .classifications
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .mengceng {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.boxx
  .container
  .w
  .content
  .classifications
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  a
  .mengceng
  p {
  font-size: 0.2rem;
  color: #fff;
}
.boxx .container .w .content .classifications .swiper-container .btn {
  background-image: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-top: 0;
}
.boxx .container .w .content .box .title {
  width: 70%;
  height: 0.6rem;
  margin: 0.4rem auto;
  background: url(../img/title-bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e2794e;
  font-size: 0.25rem;
  font-weight: 500;
  font-family: CT;
}
.boxx .container .w .content .box .list {
  padding: 0 10px;
}
.boxx .container .w .content .box .list ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.boxx .container .w .content .box .list ul li a {
  display: block;
  transition: 0.5s;
  position: relative;
}
.boxx .container .w .content .box .list ul li a:hover {
  transform: translateY(-10px);
}
.boxx .container .w .content .box .list ul li a .small-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
  background-color: #e9ad4d;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.boxx .container .w .content .box .list ul li a .small-code:hover ~ .big-code {
  opacity: 1;
}
.boxx .container .w .content .box .list ul li a .small-code img {
  width: 70%;
  display: block;
}
.boxx .container .w .content .box .list ul li a .big-code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.boxx .container .w .content .box .list ul li a .big-code img {
  width: 90%;
  display: block;
}
.boxx .container .w .content .box .list ul li a .img-box {
    height: 3.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.15rem 0.1rem;
  background: url(../img/img-bg.png) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.1rem;
}
.boxx .container .w .content .box .list ul li a .img-box img {
  width: 100%;
  height: 100%;
}
.boxx .container .w .content .box .list ul li p {
  font-size: 0.16rem;
  line-height: 1.8em;
  font-weight: 700;
  padding: 0 0.15rem;
  font-family: CT;
}
.boxx .container .w .content .box6 {
  padding: 0 25px;
}
.boxx .container .w .content .box6 .list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 25px;
  z-index: 2;
}
.boxx .container .w .content .box6 .list .item {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  overflow: hidden;
}
.boxx .container .w .content .box6 .list .item img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.boxx .container .w .content .box6 .list .item:hover img {
  transform: scale(1.1);
}
.boxx .container .w .content .advertisement {
  margin-top: 0.5rem;
}
.boxx .container .w .content .advertisement img {
  width: 100%;
}
.boxx .container .w .content .links {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: flex-end;
}
.boxx .container .w .content .links .text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-10%);
  background-color: #faf7f2;
}
.boxx .container .w .content .links .text p {
  font-family: TL;
  font-size: 0.2rem;
}
.boxx .container .w .content .links .text p:first-child {
  color: #c00018;
  font-size: 0.25rem;
}
.boxx .container .w .content .links .links-list {
  padding: 0.1rem 0;
  padding-left: 0.4rem;
  width: 95%;
  border: 1px solid #ccc;
}
.boxx .container .w .content .links .links-list ul {
  display: flex;
  flex-wrap: wrap;
}
.boxx .container .w .content .links .links-list ul li {
  margin-right: 0.2rem;
}
.boxx .container .w .content .links .links-list ul li:hover a {
  color: #e2794e;
}
.boxx .container .w .content .links .links-list ul li a {
  font-size: 0.14rem;
  line-height: 2em;
}
.boxx .container .w footer .footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.4rem;
}
.boxx .container .w footer .footer-top .logo-box {
  flex: 1;
}
.boxx .container .w footer .footer-top .logo-box img {
  width: 50%;
}
.boxx .container .w footer .footer-top .company {
  position: relative;
  flex: 2;
  padding-left: 1rem;
}
.boxx .container .w footer .footer-top .company::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.01rem;
  height: 1rem;
  background-color: #979797;
}
.boxx .container .w footer .footer-top .company dl dt {
  font-weight: 700;
  font-size: 0.18rem;
  margin-bottom: 0.2rem;
}
.boxx .container .w footer .footer-top .company dl dd {
  margin: 0;
  font-size: 0.14rem;
  color: #979797;
  padding: 0.05rem 0;
}
.boxx .container .w footer .footer-top .company dl dd a {
  margin: 0;
  font-size: 0.14rem;
  color: #0000ee;
  padding: 0.05rem 0;
}
.boxx .container .w footer .footer-top .code {
  flex: 1;
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
}
.boxx .container .w footer .footer-top .code .notice {
  font-size: 0.14rem;
  color: #979797;
}
.boxx .container .w footer .footer-top .code .code-box {
  display: flex;
  margin-bottom: 0.3rem;
}
.boxx .container .w footer .footer-top .code .code-box .code-item {
  width: 35%;
}
.boxx
  .container
  .w
  footer
  .footer-top
  .code
  .code-box
  .code-item:not(:last-child) {
  margin-right: 0.2rem;
}
.boxx .container .w footer .footer-top .code .code-box .code-item .img-box img {
  width: 100%;
}
.boxx .container .w footer .footer-top .code .code-box .code-item .text p {
  font-size: 0.14rem;
  color: #979797;
  text-align: center;
}
/* .boxx .container .w footer .footer-top .code .img-box {
  margin-right: 0.2rem;
} */
/* .boxx .container .w footer .footer-top .code .img-box img {
  width: 100%;
}
.boxx .container .w footer .footer-top .code .text {
  font-size: 0.14rem;
  color: #979797;
}
.boxx .container .w footer .footer-top .code .text p {
  padding: 0.05rem 0;
} */
.boxx .container .w footer .footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxx .container .w footer .footer-bottom .company-abouts ul {
  display: flex;
}
.boxx .container .w footer .footer-bottom .company-abouts ul li {
  position: relative;
  width: 0.37rem;
}
.boxx
  .container
  .w
  footer
  .footer-bottom
  .company-abouts
  ul
  li:hover
  .code-box {
  display: block;
}
.boxx .container .w footer .footer-bottom .company-abouts ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.boxx .container .w footer .footer-bottom .company-abouts ul li a .icon-box {
  width: 0.3rem;
  height: 0.3rem;
}
.boxx
  .container
  .w
  footer
  .footer-bottom
  .company-abouts
  ul
  li
  a
  .icon-box
  img {
  width: 100%;
}
.boxx .container .w footer .footer-bottom .company-abouts ul li a p {
  font-size: 0.12rem;
  transform: scale(0.75);
  white-space: nowrap;
  color: #bf7c49;
}
.boxx .container .w footer .footer-bottom .company-abouts ul li .code-box {
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  padding: 0.06rem;
  background-color: #fff;
  transition: height 0.2s;
  display: none;
}
.boxx
  .container
  .w
  footer
  .footer-bottom
  .company-abouts
  ul
  li
  .code-box:before {
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 0rem;
  height: 0rem;
  border: 0.1rem solid transparent;
  border-bottom-color: #fff;
}
.boxx .container .w footer .footer-bottom .company-abouts ul li .code-box img {
  display: block;
  width: 100%;
  height: 100%;
}
.boxx .container .w .support {
  height: 1.1rem;
  background: url(../img/support-bg.png) center no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: flex-end;
}
.boxx .container .w .support .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 57%;
  font-size: 0.12rem;
  color: #666666;
  line-height: 1.6em;
}
.boxx .container .w .support .text a {
  font-size: 0.12rem;
  color: #666666;
}
aside {
  position: fixed;
  bottom: 10px;
  right: 0.65rem;
  width: 120px;
  height: 450px;
  background: url(../img/aside-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}
aside .img-box {
  width: 24px;
  height: 24px;
}
aside .img-box img {
  width: 100%;
}
aside ul {
  width: 55%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
aside ul li {
  position: relative;
  flex: 1;
  border-bottom: 1px solid #816a56;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside ul li:hover .code-box {
  display: block;
}
aside ul li:hover .youxiang {
  display: flex;
  background-color: #fcf9f4;
  color: #bea47b;
}
aside ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
aside ul li a p {
  font-size: 0.12rem;
  color: #816a56;
}
aside ul li .code-box {
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  padding: 0.06rem;
  background-color: #fff;
  transition: height 0.2s;
  display: none;
}
aside ul li .code-box:before {
  position: absolute;
  top: 50%;
  right: -0.2rem;
  transform: translateY(-50%);
  content: "";
  width: 0rem;
  height: 0rem;
  border: 0.1rem solid transparent;
  border-left-color: #fff;
}
aside ul li .code-box img {
  width: 100%;
  height: 100%;
  display: block;
}
aside ul li .youxiang {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0.8rem;
  padding: 0.15rem 0.2rem;
  font-size: 0.16rem;
  background-color: #fff;
  display: none;
}
aside ul li .youxiang:before {
  position: absolute;
  top: 50%;
  right: -0.2rem;
  transform: translateY(-50%);
  content: "";
  width: 0rem;
  height: 0rem;
  border: 0.1rem solid transparent;
  border-left-color: #fff;
}
.swiper-pagination-bullet-active {
  background: #e2794e !important;
}
.fabuxinxi {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.fabuxinxi .form-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 9rem;
  padding: 0.7rem 0;
  background-color: #fcf9f4;
  border-radius: 0.3rem;
  margin-bottom: 0.54rem;
}
.fabuxinxi .form-box > p {
  width: 85%;
  font-size: 0.18rem;
  line-height: 1.8em;
  margin-bottom: 0.5rem;
}
.fabuxinxi .form-box .img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fabuxinxi .form-box .img-box img {
  width: 1.5rem;
  display: block;
  margin-bottom: 0.3rem;
}
.fabuxinxi .form-box .img-box p {
  text-align: center;
  font-size: 0.16rem;
}
.fabuxinxi .form-box .xuqiu-title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.fabuxinxi .form-box .zuoshenme {
  font-size: 0.16rem;
  color: #767a95;
  margin-bottom: 0.4rem;
}
.fabuxinxi .form-box .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  width: 85%;
}
.fabuxinxi .form-box .input-box input {
  width: 49%;
  padding: 0.15rem;
  font-size: 0.16rem;
  box-shadow: rgba(232, 231, 231, 0.67) 0px -1px 10px 2px;
  border: none;
  border-radius: 0.05rem;
}
.fabuxinxi .form-box .input-box input::placeholder {
  color: #b5b2ad;
}
.fabuxinxi .form-box textarea {
  width: calc(85% - 0.3rem);
  height: 0.6rem;
  border: none;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #000;
  font-size: 0.16rem;
  padding: 0.15rem;
  resize: none;
  box-shadow: rgba(232, 231, 231, 0.67) 0px -1px 10px 2px;
  outline: none;
  margin-bottom: 0.4rem;
}
.fabuxinxi .form-box textarea::placeholder {
  color: #b5b2ad;
}
.fabuxinxi .form-box .btn a {
  display: block;
  border-radius: 0.3rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #0358a6;
  padding: 0.1rem 0.5rem;
}
.fabuxinxi .close-btn {
  width: 0.5rem;
  cursor: pointer;
}
.fabuxinxi .close-btn img {
  width: 100%;
  display: block;
}
.form2-box {
 padding-top: 0.3rem;
  background-color: #fcf9f4;
  border-radius: 0.3rem;
  margin-bottom: 0.54rem;
}
.form2-box form {
     display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form2-box > p {
  width: 85%;
  font-size: 0.18rem;
  line-height: 1.8em;
  margin-bottom: 0.5rem;
}
.form2-box .img-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form2-box .img-box img {
  width: 1.5rem;
  display: block;
  margin-bottom: 0.3rem;
}
.form2-box .img-box p {
  text-align: center;
  font-size: 0.16rem;
}
.form2-box .xuqiu-title {
  font-size: 0.3rem;
  font-weight: bold;
  margin-bottom: 0.08rem;
}
.form2-box .zuoshenme {
  font-size: 0.16rem;
  color: #767a95;
  margin-bottom: 0.4rem;
}
.form2-box .input-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.2rem;
  width: 100%;
}
.form2-box .input-box input {
  width: 49%;
  padding: 0.15rem;
  font-size: 0.16rem;
  box-shadow: rgba(232, 231, 231, 0.67) 0px -1px 10px 2px;
  border: none;
  border-radius: 0.05rem;
}
.form2-box .input-box input::placeholder {
  color: #b5b2ad;
}
.form2-box textarea {
  width: 100%;
  box-sizing: border-box;
  height: 3rem;
  border: none;
  border-radius: 0.05rem;
  background-color: #fff;
  color: #000;
  font-size: 0.16rem;
  padding: 0.15rem;
  resize: none;
  box-shadow: rgba(232, 231, 231, 0.67) 0px -1px 10px 2px;
  outline: none;
  margin-bottom: 0.4rem;
  font-family: Arial, Helvetica, sans-serif;
}
.form2-box textarea::placeholder {
  color: #b5b2ad;
}
.form2-box .btn button {
  display: block;
  border-radius: 0.3rem;
  font-size: 0.14rem;
  color: #fff;
  background-color: #0358a6;
  padding: 0.1rem 0.5rem;
  border: none;
  outline: none;
  cursor: pointer;
}
.friSwiper .swiper-slide {
  padding: 0.2rem;
}

@media screen and (min-width: 320px) and (max-width: 1024px) {
    .w{
        width: 98%;
    }
    aside {
        display: none;
    }
    .boxx header .w .sign {
        width: 1.5rem;
    }
    .boxx header .w .search-box {
        display: none;
    }
    .company-abouts {
        display: none;
    }
    .boxx .container .w .nav-box {
        height: auto;
    }
    .boxx .container .w .nav-box .left-navs ul li a, .boxx .container .w .nav-box .right-navs ul li a {
        white-space: nowrap;
            padding: 0.07rem 0.15rem;
    }
}
