.common_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 72px;
  background: #fff;
}
.head_style {
  background: linear-gradient( 90deg, #02136E 0%, #0535D5 46%, #0535D5 53%, #000F5D 100%);
}
.head_style a {
  color: #fff !important;
}
.head_style .active a {
  color: #4CFFF8 !important;
}
.head_style .phoneBtn {
  border: 1px solid #fff;
}

.common_head .head_img img {
  width: 250px;
  height: 52px;
}

.common_head .head_items {
  display: flex;
  align-items: center;
  color: #000;
}
.common_head .head_items .item {
  margin-right: 50px;
}
.common_head .head_items a {
  width: 88px;
  height: 28px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}
.common_head .head_items .active a {
  color: #0670FF;

}

.loginBtn,.regBtn {
  margin-right: 24px !important;
}
.regBtn {
  width: 65px;
  height: 32px;
  background: #0670FF;
  margin-top: -1px;
  border-radius: 22px;
  text-align: center;
  color: #fff;
  line-height: 32px;
}
.regBtn a {
  color: #fff !important;
  font-family: SourceHanSansCN, SourceHanSansCN;
}

.phoneBtn {
  width: 200px;
  height: 32px;
  line-height: 34px;
  margin-top: -3px;
  margin-right: 0 !important;
  border-radius: 22px;
  border: 1px solid #979797;
  text-align: center;
}
.phoneBtn img {
  vertical-align: middle;
  margin-top: -3px;
}
.phoneBtn a {
  color: #333333;
}

@media (min-width: 1450px) { 
  .common_head .head_items .item {
    margin-right: 50px;
  }
  .common_head {
    padding: 0 100px;
  }
  }
  @media (max-width: 1450px) { 
  .common_head .head_items .item {
    margin-right: 40px;
  }
  .common_head {
    padding: 0 50px;
  }
  }
  

  .toolBox {
    display: none;
    position: fixed;
    z-index: 999;
    top: 90vh;
    right: 55px;
    
  }
  .toolBox .top {
    width: 94px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #0670FF;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.3);
    border-radius: 6px;
  }
  .toolBox .bottom{
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    width: 94px;
    /* height: 264px; */
    background: #0670FF;
    padding: 12px 15px;
    box-sizing: border-box;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
    border-radius: 6px;
  }
  .toolBox .bottom .icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /* background-color: #fff; */
    /* margin: 16px auto 8px; */
  }
  .toolBox .bottom .icon img {
    width: 100%;
    height: 100%;
  }
  .toolBox .bottom .item {
    position: relative;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
    cursor: pointer;
  }
  .toolBox .bottom .item:nth-child(-n+1) {
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .toolBox .bottom .item .text {
    margin-top: 7px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  .toolBox .bottom .item1 .tips {
    position: absolute;
    display: none;
    left: -210px;
    z-index: 999;
    width: 185px;
    height: 82px;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
    background: linear-gradient( 147deg, #F5F9FE 0%, #FFFFFF 100%);
    box-shadow: 0px 2px 12px 0px rgba(123, 186, 223, 0.5);
    border-radius: 4px;
  }
  .toolBox .bottom .item1 .tips .txt {
    text-align: left;
    font-size: 18px;
  }
  .toolBox .bottom .item1 .tips .txt img {
    width: 20px;
    height: 20px;
    margin: -3px 10px 0 35px;
    vertical-align: middle;
  }
  .toolBox .bottom .item1 .tips .phone {
    margin-top: 10px;
    font-size: 20px;
    color: #0670FF;
  }
  .toolBox .bottom .item1 .tips::after{
    content: '';
    position: absolute;
    right: -5px;
    top: 40%;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transform: rotate(-45deg);
  }

  .toolBox .bottom .item2 .tips2 {
    display: none;
    position: absolute;
    left: -210px;
    z-index: 999;
    width: 185px;
    height: 196px;
    border-radius: 6px;
    box-sizing: border-box;
    padding-top: 24px;
    box-shadow: 0px 2px 12px 0px rgba(123, 186, 223, 0.5);
    text-align: center;
    background: linear-gradient( 138deg, #FCFDFD 0%, #F3F7FF 100%);
    color: #181818;
  }
  .toolBox .bottom .item2 .tips2 .code {
    width: 117px;
    height: 116px;
    background: url('/assets/images/support/scan.png') no-repeat;
    background-size: 100% 100%;
    margin:  0 auto 15px;
    /* background-color: skyblue; */
  }
  /* .toolBox .bottom .item2 .tips2 span {
    margin-top: 10px !important;
  } */


/* 底部样式 */
.common_footer {
  width: 100%;
  height: 76px;
  line-height: 76px;
  background: #F5F5F5;
  text-align: center;
  
}
.common_footer span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-align: left;
  font-style: normal;
}

@media (min-width: 1450px) { 
  }
  @media (max-width: 1450px) { 
    .regBtn {
      margin-top: 0;
    }
  }