/* 头部 */
.azt_header {
}
.header_container {
  height: 70px;
  background: #525b65;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 70px;
}
.header-tab_active {
  border-bottom: 3px solid #DE0522;
}
.header-left li {
  display: inline;
  font-weight: 400;
  color: #ffffff;
  position: relative;
}
.header-left .header-left_item {
  width: 80px;
  height: 70px;
  line-height: 70px;
  text-align: center;
}

.header-left .header-left_item .item-a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 3px solid #DE0522;
  width: 0;
  height: 67px;
}
.header-left .header-left_item:hover .item-a::before {
  width: 100%;
  transition: .2s all linear;
  transition-delay: .1s;
}
@keyframes drop-menu {
  from {
      height: 0
  }
  to {
      height: 390px
  }
}
@keyframes drop-menu1 {
  from {
      height: 0
  }
  to {
      height: 350px
  }
}
.product-panel-box {
  padding: 40px 0;
  background: #f8fcff;
}
.header-left .header-left_item:hover .item-a{
  font-weight: bold;
}
.header-left .header-left_item:hover .product-panel{
  animation-name: drop-menu;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.header-left .header-left_item:hover .scheme-panel{
  animation-name: drop-menu1;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.header-left .item-a {
  display: block;
  height: 100%;
}
.header-right{
  display: flex;
  align-items: center;
}
.header-right .function-button-section{
  display: none;
  align-items: center;
  margin-right: 25px;
}
.header-right .function-button-section .function-button-logo{
  width: 110px;
  height: 45px;
  display: block;
  margin-right: 8px;
}
.header-right .function-button-section .function-button{
  height: 28px;
  background: #de0522;
  border-radius: 12px;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  box-sizing: border-box;
  cursor: pointer;
}

.header-right li {
  display: inline;
  font-weight: 400;
  color: #ffffff;
}
.header-logo {
  margin-right: 66px;
}
.login-btn {
  display: inline-block;
  width: 70px;
  height: 28px;
  background: #de0522;
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
}

.register-btn {
  display: inline-block;
  width: 100px;
  height: 28px;
  background: #ffffff;
  border-radius: 12px;
  color: #de0522;
  text-align: center;
  line-height: 28px;
}

.product-panel,
.scheme-panel {
  display: none;
  position: absolute;
  border-radius: 0px 0px 8px 8px;
  top: 69px;
  left: 0px;
  max-width: 1250px;
  box-sizing: border-box;
  z-index: 99;
  text-align: left;
  line-height: 28px;
  overflow: hidden;
  padding-top: 1px;
}

.product-panel {
  width: calc(100vw - 300px);
  min-width: 1000px;
}
.scheme-panel {
  width: calc(100vw - 600px);
  min-width: 940px;
}
.product-panel .panel-item {
  width: 188px;
}

.product-panel .panel-item > .item-title {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #CCCCCC;
}
.product-panel .panel-item > .item-subtitle > a {
  color: #666666;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
.product-panel .panel-item > .item-subtitle > a:hover {
  color: #DE0522!important;
}
.scheme-panel {

}
.scheme-panel .scheme-title {
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.scheme-panel .scheme-item {
  width: 25%;
}
.scheme-panel .scheme-item > .item-subtitle > a {
  color: #666666;
  font-size: 14px;
}
.scheme-panel .scheme-item > .item-subtitle > a:hover {
  color: #DE0522!important;
}
.scheme-panel .scheme-panel-content {
  padding: 40px 76px 40px 86px;
  background: #f8fcff;
}

.active-color_text {
  color: #DE0522!important;
  font-weight: bold;
}
.active-color_text_h5 {
  color: #DE0522!important;
}
.active-border_text {
  border-bottom: 1px solid #DE0522!important;
}

.unactive-color_text {
  color: #666666!important;
}
/* 底部 */
.azt-footer {
  width: 100%;
  /* height: 460px; */
  background: #27323F;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
}
.azt-footer .footer-box {
  width: 1200px;
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
}
.azt-footer .line {
  width: 232px;
  height: 1px;
  background-color: #fff;
}
.azt-footer .footer-item_qr {
  display: flex;
  text-align: center;
}
.azt-footer .footer-copyright {
  margin-top: 100px;
  margin-bottom: 27px;
  display: flex;
  align-items: center;
}
.azt-footer .footer-copyright img{
  width: 18px;
  height: 18px;
  margin: 0 5px;
}

.footer-box_item .pointer:hover {
  color: #DE0522!important;
}

/* 即刻注册，开启电子合同新时代 */
.azt-register {
  width: 100%;
  height: 260px;
  /* margin-top: 80px; */
  background: url('../images/home/register-bg.png') no-repeat center 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.azt-register .azt-register_btn {
  width: 178px;
  height: 34px;
  background: #DE0522;
  border-radius: 45px;
  color: #FFFFFF;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}

/* 客服 */
.azt-kefu {
  position: fixed;
  right: 10px;
  top: 55%;
  z-index: 99999;
}
.azt-kefu .kefu-box {
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.15);
  cursor: pointer;
  position: relative;
}
.azt-kefu .kefu-box_text {
  /* writing-mode: vertical-lr; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  background-color: #ffffff;
  color: #171C2C;
  font-size: 16px;
}
.azt-kefu .kefu-system_bg {
  position: absolute;
  right: 47px;
  top: 0px;
  padding-right: 20px;
  display: none;
}
.azt-kefu .kefu-system_box {
  /* position: absolute; */
  right: 60px;
  top: 0px;
  padding: 5px 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
  width: max-content;
  /* display: none; */
}
.azt-kefu .kefu-system_box:before, .azt-kefu .kefu-system_box:after {
  content: "";
  display: block;
  border-width: 10px;
  position: absolute;
  right: 1px;
  top: 20px;
  border-style: dashed solid solid dashed;
  border-color: transparent transparent transparent #fff;
  font-size: 0;
  line-height: 0;
}
.azt-kefu .kefu-system_item {
  padding: 15px 0;
  border-bottom: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
}
.azt-kefu .kefu-system_item:last-child {
  border-bottom: none;
}
.azt-kefu .kefu-system_item_img {
  padding-right: 18px;
}
.azt-kefu img {
  vertical-align: bottom;
}
.azt-kefu .kefu-phone {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.15);
  margin-top: 15px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
}
.azt-kefu .kefu-phone_box {
  position: absolute;
  right: 60px;
  width: 160px;
  height: 60px;
  padding: 9px 0 0 23px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.15);
  border-radius: 4px;
  display: none;
  top: 0;
}
.azt-kefu .kefu-phone_box:before, .azt-kefu .kefu-phone_box:after {
  content: "";
  display: block;
  border-width: 10px;
  position: absolute;
  right: -15px;
  top: 20px;
  border-style: dashed solid solid dashed;
  border-color: transparent transparent transparent #fff;
  font-size: 0;
  line-height: 0;
}
.azt-kefu .kefu-top_box {
  display: none;
}
.azt-kefu .kefu-top {
  width: 48px;
  height: 48px;
  background-color: #FFFFFF;
  box-shadow: 0px 6px 16px 0px rgba(0,0,0,0.15);
  margin-top: 15px;
  cursor: pointer;
  border-radius: 4px;
}

/* 错误弹出窗 */
.el-message {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: -40px;
  z-index: 2006;
  transform: translateX(-50%);
  transition: opacity .4s,transform .4s,top .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f56c6c;
  background-color: #edf2fc;
}
.el-message--error {
  background-color: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
  top: 20px;
}
.el-message--success {
  background-color: #f0f9eb;
  border-color: #e1f3d8;
  color: #67c23a;
  top: 20px;
}
.content-header_box {
  position: relative;
  /* height: 460px; */
}
.header-background_image {
  width: 100%;
  height: 460px;
  object-fit: cover;
}

.content-header_box .content-header_title{
  width: 100%;
  position: absolute;
  left:0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
 .content-header_title .font-18{
  margin-top: 20px;
 }
 .content-header_title  .font-44{
  font-size: 44px;
 }

.background-image_contain {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain; /* 新增，确保图片填充整个容器 */
}

@media (max-width: 768px) {
  .content-header_box{
    width: 100%;

  }
  .content-header_box .header-background_image {
    height: 1.9rem;
    position: relative;
  }
  .content-header_box .content-header_title{
    top: 0.4rem;
    transform: translateY(-0%);
  }
  .content-header_title .font-18{
    margin-top: 0.08rem;
    font-size: 0.14rem;
  }
  .content-header_title  .font-44{
    font-size: 0.24rem;
  }

}

@media (min-width: 769px) {
  .pc {
    display: block;

  }
  .h5 {
    display: none!important;
  }
}

@media screen and (max-width: 768px) {
  /* 这里写适配于小屏幕（手机）的样式 */
  .no-slide-through {
    touch-action: none;
  }
  .pc {
    display: none!important;
  }
  .h5 {
    display: block;
  }
  .azt-logo-h5 {
    width: 1rem;
    height: 0.25rem;
  }
  .h5-header {
    height: 0.46rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.15rem;
  }
  .azt-register {
    height: 1.14rem;
    background: url('../images/mobile/index/register-bg.png');
    align-items: flex-start;
    padding-left: 0.46rem;
    background-size: 100% 100%;
  }
  .azt-register .azt-register_btn {
    width: 0.84rem;
    height: 0.24rem;
    border-radius: 0.45rem;
    color: #FFFFFF;
    font-size: 0.12rem;
    line-height: 0.24rem;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
  }
  .azt-register .register-text {
    font-size: 0.14rem;
  }
  .azt-register .register-subtext {
    display: none;
  }
  .azt-h5-footer {
    background: #27323F;
    padding: 0.06rem 0.15rem 0.66rem 0.15rem;
  }
  .azt-h5-footer .font-item {
    border-bottom: 0.01rem solid rgba(255,255,255,0.1);
    padding: 0.1rem 0;
  }
  .azt-h5-footer .footer-item_box {
    color: #717880;
    font-size: 0.14rem;
    margin-top: 0.16rem;
    display: none;
  }
  .azt-h5-footer .footer-chat {
    padding: 0.16rem 0;
  }
  .azt-h5-footer .qr-code1 {
    position: absolute;
    top: 20px;
    left: 0;
    display: none;
  }
  .azt-h5-footer .qr-code2 {
    position: absolute;
    top: 20px;
    left: 130px;
    display: none;
  }
  .azt-h5-footer .footer-phone {
    height: 0.43rem;
    border: 0.01rem solid rgba(255,255,255,0.1);
    font-size: 0.14rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.43rem;
  }
  .footer-address {
    color: #FFFFFF;
    font-size: 0.14rem;
    display: flex;
    padding: 0.16rem 0;
    text-align: justify;
  }
  .footer-copyright {
    color: #717880;
    font-size: 0.12rem;
    text-align: center;
  }
  .footer-copyright .gongan {
    line-height: .20rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-copyright .gongan img{
    width: .20rem;
    height: .20rem;
    margin-right: .07rem;
  }
  .h5-nav_box {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #FFFFFF;
    display: none;
    z-index: 102;
  }
  .h5-nav_box .nav-dropdown {
    display: flex;
    height: calc(100vh - 0.46rem);
    width: 100%;
  }
  .h5-nav_box .nav-side {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    width: 1.22rem;
    background: rgba(240,244,253,0.65);
  }
  .h5-nav_box .menu-item {
    height: 0.52rem;
    color: #27323F;
    letter-spacing: 1px;
    font-size: 0.15rem;
    padding-left: 0.15rem;
    text-align: center;
    line-height: 0.52rem;
    background: rgba(240,244,253,0.65);
  }
  .h5-nav_box .menu-item_current {
    color: #DE0522;
    background: #FFFFFF;
    border-left: 3px #DE0522 solid;
  }
  .h5-nav_box .menu-item_radius {
    border-radius: 0rem 0.12rem 0rem 0rem;
  }
  .h5-nav_box .nav-main {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 0.5rem;
  }
  .h5-nav_box .nav-main_box {
    display: none;
  }
  .nav-title {
    padding: 0.1rem 0.16rem;
    color: #27323F;
  }
  .nav-item {
    padding: 0.1rem 0.1rem 0.1rem 0.28rem;
    color: #27323F;
  }
  .h5-kefu-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.56rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF;
    z-index: 101;
  }
  .h5-kefu-item {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
    flex: 1;
    color: #27323F;
    font-size: 0.14rem;
    position: relative;
  }
  .h5-kefu-item img {
    width: 0.2rem;
    height: 0.2rem;
  }
  .h5-kefu-box .chat-list_box {
    position: absolute;
    width: 100%;
    height: 125px;
    background-color: #ffffff;
    top: -127px;
    padding: 5px 10px;
    display: none;
    z-index: 101;
  }
  .h5-kefu-box .kefu-system_item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.36rem;
  }
  .h5-kefu-box .kefu-system_item_img {
    margin-right: 0.1rem;
  }
  .com-mask {
    z-index: 100;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
  }
}