.headerBox {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
}
.headerBox .head {
  width: 1280px;
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.headerBox .head .imgBox {
  cursor: pointer;
  width: 102px;
  height: 23px;
}
.headerBox .head .imgBox img {
  width: 100%;
  height: 100%;
}
.headerBox .head .imgBox .colourimgBox {
  display: none;
}
.headerBox .head .navs {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerBox .head .navs .navBox {
  display: flex;
  height: 70px;
  align-items: center;
}
.headerBox .head .navs .navBox > .navLi {
  height: 70px;
  width: 120px;
  align-items: center;
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: ufangFont;
  position: relative;
}
.headerBox .head .navs .navBox > .navLi .navsa {
  color: #fff;
  font-size: 16px;
}
.headerBox .head .navs .navBox > .navLi .navsa:hover {
  color: #1C96E6 !important;
}
.headerBox .head .navs .navBox > .navLi .navsa:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -37.5px;
  width: 75px;
  height: 5px;
  background: #1C96E6;
}
.headerBox .head .navs .navr {
  display: flex;
  height: 43px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.headerBox .head .navs .navr > .phoneimgBox {
  width: 23px;
  height: 23px;
}
.headerBox .head .navs .navr > .phoneimgBox img {
  width: 100%;
  height: 100%;
}
.headerBox .head .navs .navr > .colourphoneimgBox {
  display: none;
  width: 23px;
  height: 23px;
}
.headerBox .head .navs .navr > .colourphoneimgBox img {
  width: 100%;
  height: 100%;
}
.headerBox .head .navs .navr > .phone {
  margin-left: 10px;
  color: #fff;
}
.headerBox .head .navs .navr > .appUse {
  cursor: pointer;
  margin-left: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 104px;
  height: 35px;
  border-radius: 5px;
  background-color: #1C96E6;
}
.headerBox .head .navs .navr > .login {
  background-color: #31c3a6;
}

img {
  width: 100%;
  height: 100%;
}

.shot {
  position: relative;
}

.mNav {
  position: absolute;
  top: 67px;
  left: -220px;
  visibility: hidden;
  opacity: 0;
  width: 1280px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
  background-color: #fff;
  transition: all 0.3s;
}
.mNav > .menuCont {
  display: flex;
}
.mNav > .menuCont > .margin {
  margin-left: 90px;
}
.mNav > .menuCont > .menuItem {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 150px;
}
.mNav > .menuCont > .menuItem > .navTitle {
  cursor: auto;
  font-size: 20px;
  border-bottom: #000 1px solid;
}
.mNav > .menuCont > .menuItem > .navName {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: 15px;
}
.mNav > .menuCont > .menuItem > .navName > .iconBox,
.mNav > .menuCont > .menuItem > .navName > .showBox {
  width: 20px;
  height: 20px;
}
.mNav > .menuCont > .menuItem > .navName > .showBox {
  display: none;
}
.mNav > .menuCont > .menuItem > .navName a {
  box-sizing: border-box;
  display: flex;
  text-align: left;
  align-items: center;
  width: 100px;
  height: 30px;
  margin-left: 13px;
  color: #747474;
  text-decoration: none;
}
.mNav > .menuCont > .menuItem > .navName.active > .iconBox {
  display: none;
}
.mNav > .menuCont > .menuItem > .navName.active > .showBox {
  display: block;
}
.mNav > .menuCont > .menuItem > .navName.active a {
  color: #000;
}
.mNav > .menuCont > .menuItem > .imgBox {
  margin-top: 30px;
  width: 150px;
  height: 150px;
}
.mNav > .menuCont > .menuItem > .imgBox img {
  width: 100%;
  height: 100%;
}

.shot:hover .mNav {
  visibility: visible;
  opacity: 1;
  top: 70px;
}

.applyUseBoxSpecial {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 10px;
  transform: translateY(-100px);
  width: 66px;
  z-index: 9999999;
}
.applyUseBoxSpecial > .specialItem {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 6px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  background-color: #1C96E6;
}
.applyUseBoxSpecial > .specialItem > .iconBox {
  width: 26px;
  height: 26px;
}
.applyUseBoxSpecial > .specialItem > .iconBox img {
  width: 100%;
  height: 100%;
}
.applyUseBoxSpecial > .specialItem > .iconTxt {
  margin-top: 5px;
  color: #fff;
  font-size: 12px;
}
.applyUseBoxSpecial > .specialItem:hover .qrcodeBox {
  display: block;
}
.applyUseBoxSpecial > .specialItem > .qrcodeBox {
  width: 120px;
  height: 330px;
  position: absolute;
  left: -150px;
  top: 50%;
  margin-top: -250px;
  transition: all ease 0.7s;
  padding: 20px;
  display: none;
}
.applyUseBoxSpecial > .specialItem > .qrcodeBox > .qrcode {
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
}
.applyUseBoxSpecial > .specialItem > .qrcodeBox > .qrcode > p {
  text-align: center;
  font-size: 12px;
  padding-bottom: 10px;
  color: #000;
}
.applyUseBoxSpecial > .specialItem > .qrcodeBox > .qrcode > .imgBox {
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  padding: 10px;
}
.applyUseBoxSpecial > .specialItem > .qrcodeBox > .qrcode > .imgBox > img {
  width: 100%;
  height: 100%;
}