.header {
  width: 19.2rem;
  background-color: #ffffff;
  /* height: 5rem; */
  /* background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  /* position: absolute;
        top: 0; */
  /* transition: all 0.5s; */
  z-index: 99999;
  position: fixed;
  opacity: 0;
  top: 0;
  transition: all 0.1s;
}
.scaleContainerBox {
  opacity: 0;
  transition: all 0.1s;
}
.header .nav {
  margin: 0 2.4rem;
  height: 0.88rem;
  line-height: 0.88rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav .nav_logo {
  height: 0.5rem;
}
.header .nav .nav_menu {
  font-size: 0.16rem;
  box-sizing: border-box;
  color: #666666;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .nav .nav_menu .line {
  margin-left: 0.15rem;
  margin-right: 0.24rem;
  width: 1px;
  height: 0.14rem;
  background: #999999;
}
.header .nav .nav_menu .phone {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.16rem;
}
.header .nav .nav_menu .imgCall {
  margin-right: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
}
.header .nav .nav_menu .nav_tab {
  display: inline-block;
  padding: 0px 0.19rem 0 0.19rem;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
}
.header .nav .nav_menu .nav_tab .nav_tab_a {
  display: block;
  cursor: pointer;
  font-size: 0.16rem;
  font-family: Source Han Sans CN-Regular;
}
.header .nav .nav_menu .nav_tab .active {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #3082FF;
  position: relative;
}
.header .nav .nav_menu .nav_tab .active::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.04rem;
  background-color: #3082FF;
}
.header .nav .nav_menu .nav_tab .activeLine {
  position: relative;
}
.header .nav .nav_menu .nav_tab .activeLine::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0.32rem;
  height: 0.04rem;
  background-color: #3082FF;
}
.header .nav .nav_menu .nav_tab .xitongActive {
  animation: sss 0.2s ease;
}
.header .nav .nav_menu .xiTongNav {
  display: flex;
  align-items: center;
  position: relative;
}
.header .nav .nav_menu .xiTongNav .xiTongNavImg {
  margin-left: 0.04rem;
}
.header .nav .nav_menu .xiTongNav .xiTongNavImg .xiTongNavImg_img {
  width: 0.18rem;
  height: auto;
  transform: rotate(180deg);
  transition: all 0.3s;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent {
  position: absolute;
  top: 0.88rem;
  z-index: 100;
  left: -9.05rem;
  width: 19.8rem;
  box-sizing: border-box;
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  animation: sss 0.3s ease;
  border-radius: 0.04rem;
  padding: 0.3rem 2.98rem;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item {
  cursor: pointer;
  display: flex;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_title {
  margin-right: 0.8rem;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_title .cpSelect_item_title_text {
  font-family: Source Han Sans CN-Medium;
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.3rem;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_line {
  width: 1rem;
  height: 0px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0.16rem;
}
.header .nav .nav_menu .xiTongNav .sanjiao {
  width: 100%;
  height: 0.12rem;
  background-color: #fff;
  opacity: 0;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_cp {
  line-height: normal;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_cp .cpSelect_item_only {
  margin-bottom: 0.1rem;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_cp .cpSelect_item_only .cpSelect_item_only_title {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.3rem;
  display: block;
  margin-right: 0.6rem;
  min-width: 1.55rem;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_cp .cpSelect_item_only .cpSelect_item_only_title:hover {
  color: #3082FF;
}
.header .nav .nav_menu .xiTongNav .cpSelectContent .cpSelect .cpSelect_item .cpSelect_item_cp .cpSelect_item_only .cpSelect_item_only_title_active {
  position: relative;
  color: #3082FF;
}
@keyframes sss {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menban {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 88;
  display: none;
}
.xuanfu {
  position: fixed;
  right: 0;
  top: 50%;
  display: none;
  z-index: 55;
  opacity: 0;
}
.xuanfu .item {
  width: 0.9rem;
  height: 0.9rem;
  background: #ffffff;
  box-shadow: 0px 0.04rem 0.2rem 0px rgba(58, 97, 255, 0.04);
  border-radius: 0.04rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.1rem;
  cursor: pointer;
  position: relative;
}
.xuanfu .item .numBox {
  padding: 0.12rem 0.2rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 45, 26, 0.1);
  border-radius: 0.04rem;
  position: absolute;
  top: 0.2rem;
  transform: translateY(-4%) scale(0);
  right: 1rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  white-space: nowrap;
}
.xuanfu .item .box {
  width: 1.4rem;
  height: 1.6rem;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 45, 26, 0.1);
  border-radius: 0.04rem;
  position: absolute;
  top: -10%;
  transform: translateY(-4%) scale(0);
  right: 0.9rem;
  text-align: center;
  line-height: 1rem;
  transition: all 0.3s ease-in-out;
}
.xuanfu .item .box .phoneBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.xuanfu .item .box .phoneBox .codeImg {
  width: 1.08rem;
  height: 1.08rem;
}
.xuanfu .item .box .phoneBox .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  margin-bottom: 0.08rem;
  line-height: 0.19rem;
}
.xuanfu .item .box .phoneBox .phoneNum {
  font-family: Source Han Sans CN-Regular;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 0.23rem;
}
.xuanfu .item .box .phoneBox .phoneNum .phoneNum_text {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.xuanfu .item .box .phoneBox .phoneNum .phoneNum_img {
  width: 0.15rem;
  height: 0.12rem;
  margin-right: 0.04rem;
}
.xuanfu .item:hover {
  background-color: #3082FF;
}
.xuanfu .item:hover .text {
  color: #fff;
}
.xuanfu .item .img {
  width: 0.32rem;
  height: 0.32rem;
  margin-bottom: 0.08rem;
}
.xuanfu .item .img2 {
  display: none;
}
.xuanfu .item .text {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.14rem;
  color: #333333;
}
.sidar {
  display: block;
  opacity: 1;
  animation: run 0.5s;
  animation-fill-mode: forwards;
}
@keyframes run {
  from {
    opacity: 0;
    top: 90%;
  }
  to {
    top: 40%;
    opacity: 1;
  }
}
.sidarDown {
  animation: runDown 0.5s;
  animation-fill-mode: forwards;
}
@keyframes runDown {
  from {
    top: 40%;
    opacity: 1;
    display: block;
  }
  to {
    top: 90%;
    opacity: 0;
    display: none;
  }
}
.footer {
  width: 100%;
  background: #191919;
  border-radius: 0px 0px 0px 0px;
  padding-top: 0.53rem;
  box-sizing: border-box;
  font-size: 0.16rem;
}
.footer .three_box {
  margin-top: 0.33rem;
  display: flex;
  justify-content: center;
}
.footer .three_box .alink {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #ffffff;
  margin-right: 0.3rem;
}
.footer .three_box .youQing .three_box_item {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 0.3rem;
  line-height: 0.3rem;
}
.footer .line {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .one_box {
  padding: 0 2.4rem 0.52rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footer .one_box .footerimg {
  width: 1.51rem;
  height: 0.21rem;
  margin-left: 0.48rem;
}
.footer .one_box .services .services_title {
  font-family: Source Han Sans CN-Regular;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.26rem;
  margin-bottom: 0.26rem;
}
.footer .one_box .servicesCode {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
.footer .one_box .services .services_img {
  width: 3.12rem;
  height: 0.53rem;
  margin-bottom: 0.35rem;
  overflow: hidden;
}
.footer .one_box .services .services_one {
  margin-bottom: 0.2rem;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #cbcdd3;
  line-height: 0.19rem;
  display: block;
  cursor: pointer;
}
.footer .one_box .services .services_one:hover {
  color: #fff;
  font-weight: 500;
}
.footer .one_box .services .services_one_copy {
  margin-bottom: 0.2rem;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.19rem;
  display: block;
  cursor: pointer;
}
.footer .one_box .services .code {
  font-family: Source Han Sans CN-Regular;
  font-weight: 500;
  font-size: 0.2rem;
  color: #ffffff;
  line-height: 0.23rem;
  margin-bottom: 0.24rem;
}
.footer .one_box .services .code_img {
  width: 1.18rem;
  height: 1.18rem;
  margin-bottom: 0.24rem;
}
.footer .one_box .servicesCode .code_img {
  width: 1.4rem;
  height: 1.4rem;
  margin-bottom: 0.24rem;
}
.footer .one_box .servicesCode .code {
  font-family: Source Han Sans CN-Regular;
  font-weight: 500;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.23rem;
}
.footer .two_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0.33rem auto 0;
  padding-bottom: 0.44rem;
}
.footer .two_box .two_box_left {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 0.3rem;
}
.index_contant_text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 8.08rem;
  background: linear-gradient(180deg, #dee8ff 0%, #ffffff 100%);
  box-shadow: 0px 8px 40px 0px rgba(19, 75, 185, 0.1);
  border-radius: 4px 4px 4px 4px;
  padding: 0 0.92rem;
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
  box-sizing: border-box;
  display: none;
  flex-direction: column;
  align-items: center;
}
.index_contant_text form {
  width: 100%;
}
.index_contant_text .title {
  font-family: Source Han Sans CN-Regular;
  font-weight: 800;
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.38rem;
  margin-bottom: 0.09rem;
}
.index_contant_text .des {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #666666;
  line-height: 0.23rem;
  margin-bottom: 0.26rem;
}
.index_contant_text .list1 {
  display: flex;
  justify-content: space-between;
  font-size: 0;
  margin-bottom: 0.24rem;
}
.index_contant_text .list1 .name .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  margin-bottom: 0.12rem;
}
.index_contant_text .list1 .name input {
  width: 3rem;
  height: 0.48rem;
  background: #f8f8f9;
  border-radius: 0.04rem;
  border: none;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.19rem;
  padding: 0.13rem;
}
.index_contant_text .list1 .phone {
  font-size: 0;
}
.index_contant_text .list1 .phone .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  margin-bottom: 0.12rem;
}
.index_contant_text .list1 .phone input {
  width: 3rem;
  height: 0.48rem;
  background: #f8f8f9;
  border-radius: 0.04rem;
  border: none;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.19rem;
  padding: 0.13rem;
}
.index_contant_text .list2 {
  font-size: 0;
  margin-bottom: 0.24rem;
}
.index_contant_text .list2 .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  margin-bottom: 0.12rem;
}
.index_contant_text .list2 input {
  width: 100%;
  height: 0.48rem;
  background: #f8f8f9;
  border-radius: 0.04rem;
  border: none;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.19rem;
  padding: 0.13rem;
}
.index_contant_text .list3 {
  font-size: 0;
  margin-bottom: 0.24rem;
}
.index_contant_text .list3 .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  margin-bottom: 0.12rem;
}
.index_contant_text .list3 textarea {
  width: 100%;
  height: 1.49rem;
  background: #f8f8f9;
  border-radius: 0.04rem;
  border: none;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.19rem;
  padding: 0.13rem;
}
.index_contant_text .list4 {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.47rem;
}
.index_contant_text .list4 .key {
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  line-height: 0.23rem;
  margin-bottom: 0.12rem;
}
.index_contant_text .list4 input {
  width: 3.75rem;
  height: 0.48rem;
  background: #f8f8f9;
  border-radius: 0.04rem;
  border: none;
  font-family: Source Han Sans CN-Regular;
  font-weight: 400;
  font-size: 0.16rem;
  color: #999999;
  line-height: 0.19rem;
  padding: 0.13rem;
}
.index_contant_text .list4 .verificationcode {
  font-family: DIN, DIN;
  width: 2.25rem;
  height: 0.48rem;
  background: #f8f8f9;
  border-radius: 0.04rem;
  color: #316cfd;
  font-size: 0.28rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.48rem;
}
.index_contant_text .list4 img {
  width: 2.25rem;
  height: 0.48rem;
}
.index_contant_text .list5 {
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_contant_text .list5 .contant_submit {
  font-size: 0.2rem;
  width: 1.65rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background-color: #326efe;
  border-radius: 0.02rem;
  color: #ffffff;
  margin-right: 0.78rem;
  cursor: pointer;
}
.index_contant_text .list5 .contant_concel {
  font-size: 0.2rem;
  width: 1.65rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  background-color: #ededed;
  border-radius: 0.02rem;
  color: #333333;
  cursor: pointer;
}
.menbanSibar {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 300;
  display: none;
}
.menbanTip {
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  z-index: 1001;
  display: none;
}
