#header {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 98;
  background: #fff;
}
#header .headerBox {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  height: 80px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
#header .headerBox .headerLeft {
  cursor: pointer;
  width: 222px;
  justify-content: flex-start;
}
#header .headerBox .headerLeft .logoImg {
  width: 44px;
  height: 44px;
}
#header .headerBox .headerLeft .logoImg img {
  display: block;
}
#header .headerBox .headerLeft p {
  color: #333333;
  font-size: 14px;
  margin-left: 12px;
  font-weight: 500;
}
#header .headerBox .headerMid {
  flex: 1;
  padding-right: 80px;
}
#header .headerBox .headerMid .logoItem {
  display: none;
}
#header .headerBox .headerMid .headerItem {
  font-size: 16px;
  margin-left: 58px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
#header .headerBox .headerMid .headerItem a {
  position: relative;
  z-index: 2;
  display: block;
  padding: 20px 10px;
  color: #183665;
}
#header .headerBox .headerMid .headerItem:first-child {
  margin-left: 35px;
}
#header .headerBox .headerMid .headerItem:after {
  position: absolute;
  content: '';
  bottom: 8px;
  left: 50%;
  width: 0;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00c4ff), to(#2554f3));
  background: linear-gradient(90deg, #00c4ff, #2554f3);
  transform: translateX(-50%);
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
}
#header .headerBox .headerMid .headerItem:hover::after {
  width: 30px;
}
#header .headerBox .headerMid .active:after {
  width: 30px;
}
#header .headerBox .headerMid .headerItemBuy {
  display: none;
  width: 92px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  background: -webkit-gradient(linear, left bottom, left top, from(#fb9348), to(#ff6084));
  background: linear-gradient(0deg, #fb9348, #ff6084);
  background: -webkit-linear-gradient(0deg, #fb9348, #ff6084);
  -webkit-box-shadow: 0 2px 11px 0 rgba(180, 22, 22, 0.31);
  box-shadow: 0 2px 11px 0 rgba(180, 22, 22, 0.31);
  border-radius: 20px;
  color: #fff;
  margin-right: 20px;
  font-weight: 500;
  margin-right: 0;
  margin-left: 20px;
  margin-top: 30px;
}
#header .headerBox .headerMid .headerItemBuy a {
  font-size: 16px;
  color: #fff;
}
#header .headerBox .headerRight,
#header .headerBox .headerRightBuy {
  width: 92px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#00c4ff), to(#2554f3));
  background: linear-gradient(90deg, #00c4ff, #2554f3);
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
#header .headerBox .headerRightBuy {
  background: -webkit-gradient(linear, left bottom, left top, from(#fb9348), to(#ff6084));
  background: linear-gradient(0deg, #fb9348, #ff6084);
  margin-right: 14px;
}
#header .headerBox .headerRightBuy a {
  display: block;
  color: #fff;
}
#header .headerPhone {
  margin-right: 10px;
  display: none;
  flex: 1;
  justify-content: flex-end;
}
#header .headerPhone .hamburger .hamburger-box {
  width: 20px;
  height: 20px;
}
#header .headerPhone .hamburger .hamburger-box .hamburger-inner {
  width: 20px;
  height: 2px;
}
#header .headerPhone .hamburger .hamburger-box .hamburger-inner:before {
  width: 20px;
  height: 2px;
  top: -6px;
}
#header .headerPhone .hamburger .hamburger-box .hamburger-inner:after {
  width: 20px;
  height: 2px;
  bottom: -6px;
}
#header .headerPhone .is-active .hamburger-box .hamburger-inner:before {
  top: 0;
}
#header .headerPhone .is-active .hamburger-box .hamburger-inner:after {
  bottom: 0;
}
#footer {
  background: #262936;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-bottom: 27px;
}
#footer .contactDes {
  padding: 62px 0 0;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 110px;
}
#footer .contactDes .desOne .logo {
  width: 100px;
  height: 100px;
  margin: 6px auto 0;
}
#footer .contactDes .desOne .logo img {
  width: 100%;
  height: 100%;
}
#footer .contactDes .desOther .desTitle {
  font-weight: bold;
  margin-bottom: 50px;
}
#footer .contactDes .desOther .desUl li {
  margin: 40px 0;
  width: 132px;
}
#footer .contactDes .desOther .desUl li a {
  color: #fff;
  text-decoration: none;
  transition: linear 0.1s all;
  -webkit-transition: linear 0.1s all;
  cursor: pointer;
}
#footer .contactDes .desOther .desUl li a:hover {
  text-shadow: 0px 0px 2px #FFF;
}
#footer .copyRight {
  color: #65666d;
  font-size: 16px;
  font-weight: 500;
  margin-top: 7px;
}
#footer .copyRight a {
  color: #65666d;
}
#footer .copyRight a img {
  display: inline-block;
  margin: 0 4px;
}
.inputPhone {
  height: 290px;
  background-image: url('../img/banner_1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.inputPhone .infoTitle {
  font-size: 38px !important;
  font-weight: 500 !important;
  margin: 0 0 43px !important;
}
.inputPhone .titleBtn {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.inputPhone .titleBtn .btnOne input {
  width: 400px;
  height: 70px;
  border: 2px solid #C6C6C6;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
  background: transparent;
  padding: 0 30px 0 22px;
  color: #999999;
  font-size: 26px;
}
.inputPhone .titleBtn .btnOne input::-webkit-input-placeholder {
  color: #999999;
}
.inputPhone .titleBtn .btnTwo {
  background: linear-gradient(90deg, #46a1ff 0%, #3343fa 100%);
  border-radius: 8px;
  color: #fff;
  width: 146px;
  height: 70px;
  text-align: center;
  line-height: 66px;
  font-size: 24px;
  cursor: pointer;
  margin-left: -8px;
}
.loading {
  width: 100vw;
  height: 80vh;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.loading .loadingBg {
  color: #4561fb;
}
.loadingHidden {
  display: none !important;
}
.errorBox {
  display: none;
}
.errorBox .error {
  width: 400px;
  height: 350px;
}
.errorBox .error img {
  width: 100%;
  height: 100%;
}
.errorBox .errorTip {
  margin-top: 20px;
  font-size: 18px;
  color: gray;
  text-align: center;
}
.errorBox .toRefresh {
  background: -webkit-gradient(linear, left top, right top, from(#00c4ff), to(#2554f3));
  background: linear-gradient(90deg, #00c4ff, #2554f3);
  -webkit-box-shadow: 0 0 8px 0 #38a9ff;
  box-shadow: 0 0 8px 0 #38a9ff;
  margin: 25px auto 0;
  color: #fff;
  width: 110px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
}
.errorBoxShow {
  display: block;
}
.disappear {
  display: none;
}
.msgTips {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  visibility: hidden;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
  z-index: 3;
}
.msgTips .tipsTxt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 380px;
  height: 48px;
  border: 1px solid transparent;
  margin: 66px auto 0;
  padding: 15px 15px 15px 20px;
  background: transparent;
  border-color: transparent;
  color: transparent;
  font-weight: 500;
  border-radius: 4px;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
  opacity: 0;
}
.msgTips .tipsTxt .tipsIcon {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.msgTips .tipsTxt .tipsIcon img {
  display: block;
  width: 100%;
  height: 100%;
}
.msgTips .tipsSucc {
  background: #f2f9ec;
  border-color: #e1f3d8;
  color: #67c23a;
}
.msgTips .tipsWarn {
  background: #fdf6ec;
  border-color: #faecd8;
  color: #e6a23c;
}
.msgTips .tipsErr {
  background: #fef0f0;
  border-color: #fde2e2;
  color: #f56c6c;
}
.msgTipsShow {
  opacity: 1;
  visibility: visible;
}
.msgTipsShow .tipsTxt {
  margin-top: 110px;
  opacity: 1;
}
.contactBox {
  position: fixed;
  bottom: 270px;
  right: 0px;
  color: #fff;
  background: #007AFF;
  text-align: center;
  padding: 0 12px;
  box-shadow: -3px 2px 20px 0 rgba(50, 51, 66, 0.2);
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
  z-index: 3;
}
.contactBox .arrow {
  position: absolute;
  top: 10px;
  left: -16px;
  background: #007aff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.contactBox .arrow .arrowIcon {
  width: 16px;
  height: 16px;
  margin-right: 15px;
}
.contactBox .arrow .arrowIcon img {
  transition: linear 0.15s all;
  -webkit-transition: linear 0.15s all;
}
.contactBox .contactItem {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.contactBox .contactItem a {
  color: #fff;
}
.contactBox .contactItem .icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 5px;
}
.contactBox .contactItem p {
  font-size: 12px;
}
.contactBox .contactItem .leftShow {
  background: #fff;
  position: absolute;
  top: 50%;
  left: -182px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #333;
  box-shadow: -3px 2px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  min-width: 148px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: linear 0.2s all;
  -webkit-transition: linear 0.2s all;
}
.contactBox .contactItem .leftShow:after {
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 8px solid transparent;
  content: '';
}
.contactBox .contactItem .leftShow a {
  color: #333;
}
.contactBox .contactItem .leftShow .weCode {
  width: 141px;
  height: 141px;
  margin: 0 auto;
}
.contactBox .contactItem .leftShow .title {
  text-align: left;
}
.contactBox .contactItem .leftShow .title span {
  color: #007aff;
}
.contactBox .contactItem .leftShow .phoneInfo {
  text-align: left;
  color: #007aff;
  font-weight: bold;
  font-size: 14px;
  margin: 12px 0;
}
.contactBox .contactItem .leftShow .otherInfo {
  align-items: center;
  font-size: 12px;
  color: #c5c5c5;
}
.contactBox .contactItem .leftShow .otherInfo .img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.contactBox .contactItem .wantSeeVideo {
  padding: 10px;
  width: 260px;
  left: -288px;
}
.contactBox .contactItem:last-child {
  border-bottom: 0;
}
.contactBox .contactItem:hover .leftShow {
  opacity: 1;
  visibility: visible;
}
.contactBox .contactItem .leftShowBox {
  width: 255px;
  height: 320px;
  left: -290px;
  padding: 0;
}
.contactBox .contactItem .leftShowBox img {
  margin: 0;
}
.contactBox .contactItem .leftShowBox .titleDom {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  color: #239C3C;
  font-size: 19px;
  font-weight: 500;
  margin: 28px 0 20px;
}
.contactBox .contactItem .leftShowBox .titleDom .icon {
  width: 22px;
  height: 18px;
  margin-right: 6px;
}
.contactBox .contactItem .leftShowBox .weCode {
  width: 172px;
  height: 172px;
}
.contactBox .contactItem .leftShowBox p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
}
.contactBoxHidden {
  right: -72px;
}
.contactBoxHidden .arrow .arrowIcon img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.indexPop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.indexPop .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  content: '';
}
.indexPop .popContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 580px;
  max-height: 690px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.indexPop .popContainer .popImg {
  width: 100%;
  height: 100%;
}
.indexPop .popContainer .closeIcon {
  position: absolute;
  right: 0;
  top: 150px;
  width: 50px;
  height: 50px;
}
.hiddenDom {
  display: none;
}
@media screen and (max-width: 1500px) {
  .indexPop .popContainer {
    width: 520px;
    height: 610px;
  }
  .indexPop .popContainer .closeIcon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  #header .headerBox {
    padding: 0 20px;
  }
  #header .headerBox .headerMid {
    padding-right: 0;
  }
  #header .headerBox .headerMid .headerItem {
    margin-left: 20px;
  }
  #header .headerBox .headerMid .headerItem:first-child {
    margin-left: 0;
  }
  #footer .contactDes {
    padding: 62px 20px 0;
  }
}
@media screen and (max-width: 900px) {
  #header .headerMid {
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
    height: 100vh;
    z-index: 99;
    visibility: hidden;
    transition: linear 0.2s all;
    -webkit-transition: linear 0.2s all;
  }
  #header .headerMid .headerMidUl {
    position: absolute;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100vh;
    background: #fff;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 30px;
    transition: linear 0.2s all;
    -webkit-transition: linear 0.2s all;
  }
  #header .headerMid .headerMidUl .logoItem {
    display: block;
    width: 80px;
    height: 80px;
    margin-bottom: 100px;
  }
  #header .headerMid .headerMidUl .logoItem img {
    width: 100%;
    height: 100%;
    display: block;
  }
  #header .headerMid .headerMidUl .headerItem {
    margin-left: 0;
    margin-top: 30px;
    padding: 20px 10px;
  }
  #header .headerMid .headerMidUl .headerItem a {
    display: inline-block;
    padding: 0;
  }
  #header .headerMid .headerMidUl .headerItem:after {
    left: -4px;
    top: 50%;
    width: 4px;
    height: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: linear-gradient(225deg, #00c4ff, #2554f3);
    background: -webkit-linear-gradient(225deg, #00c4ff, #2554f3);
  }
  #header .headerMid .headerMidUl .headerItem:hover:after {
    width: 4px;
    height: 17px;
  }
  #header .headerMid .headerMidUl .active:after {
    height: 17px;
  }
  #header .headerMid .headerMidUl .headerItemBuy {
    display: block;
    margin-left: 0;
  }
  #header .headerPhone {
    display: flex;
    display: -webkit-flex;
  }
  #header .headerMidShow {
    visibility: visible;
    background: rgba(0, 0, 0, 0.4);
  }
  #header .headerMidShow .headerMidUl {
    left: 0;
  }
  #header .headerRightBuy {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  #footer {
    padding-bottom: 73px;
  }
  #footer .contactDes {
    padding: 40px 20px 0;
    flex-wrap: wrap;
    margin-bottom: 45px;
  }
  #footer .contactDes .desOne {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 55px;
  }
  #footer .contactDes .desOne .logo {
    width: 50px;
    height: 50px;
    margin: 0 0 10px 0;
  }
  #footer .contactDes .desOther .desTitle {
    margin-bottom: 35px;
  }
  #footer .contactDes .desOther .desUl li {
    margin: 16px 0;
    width: 126px;
  }
  #footer .copyRight {
    font-size: 13px;
    padding: 0 20px;
  }
  .inputPhone {
    height: 230px;
  }
  .inputPhone .infoTitle {
    font-size: 30px !important;
    margin: 0 0 30px !important;
  }
  .inputPhone .titleBtn .btnOne input {
    width: 300px;
    height: 50px;
    font-size: 18px;
  }
  .inputPhone .titleBtn .btnTwo {
    width: 118px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .contactBox {
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 0 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
  }
  .contactBox .arrow {
    display: none;
  }
  .contactBox .contactItem {
    background: #007AFF;
    padding: 6px 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    border-radius: 20px;
    margin: 0 10px;
  }
  .contactBox .contactItem a {
    display: flex;
    display: -webkit-flex;
    align-items: center;
  }
  .contactBox .contactItem .icon {
    width: 20px;
    height: 20px;
    margin: 0 6px 0 0;
  }
  .contactBox .contactItem .wantSeeVideo {
    top: -111px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .contactBox .contactItem .wantSeeVideo:after {
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 10px solid #fff;
    border-right: 8px solid transparent;
    content: '';
  }
  .contactBox .contactItem:nth-child(4):hover .leftShow {
    opacity: 0;
    visibility: hidden;
  }
  .contactBox .contactItem .leftShowBox {
    top: -346px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .contactBox .contactItem .leftShowBox:after {
    position: absolute;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -14px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-top: 10px solid #fff;
    border-right: 8px solid transparent;
    content: '';
  }
  .contactBox .followUs {
    display: none;
  }
  .indexPop .popContainer {
    width: 420px;
    height: 500px;
  }
  .indexPop .popContainer .closeIcon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 540px) {
  .contactBox .contactItem .leftShowBox {
    width: 170px;
    height: 204px;
    top: -230px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .contactBox .contactItem .leftShowBox .titleDom {
    font-size: 15px;
    margin: 15px 0 10px;
  }
  .contactBox .contactItem .leftShowBox .weCode {
    width: 120px;
    height: 120px;
  }
  .contactBox .contactItem .leftShowBox p {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  #header .headerPhone {
    margin-right: 0px;
  }
  #header .headerBox {
    padding: 0 12px;
  }
  #header .headerBox .headerMid .headerMidUl {
    width: 142px;
  }
  #header .headerBox .headerMid .headerMidUl .logoItem {
    width: 60px;
    height: 60px;
    margin-bottom: 60px;
  }
  #header .headerBox .headerMid .headerMidUl .headerItem {
    margin-top: 15px;
  }
  #header .headerBox .headerMid .headerMidUl .headerItemBuy {
    margin-top: 25px;
  }
  #header .headerBox .headerRight {
    width: 70px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
  }
  #footer .contactDes {
    padding: 35px 20px 0;
    margin-bottom: 20px;
  }
  #footer .contactDes .desOne {
    margin-bottom: 40px;
  }
  #footer .contactDes .desOther {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #footer .contactDes .desOther .desTitle {
    margin-bottom: 10px;
  }
  #footer .contactDes .desOther .desUl {
    display: flex;
    display: -webkit-flex;
  }
  #footer .contactDes .desOther .desUl li {
    width: auto;
    margin: 0 0 0 12px;
  }
  #footer .contactDes .desOther .desUl li:first-child {
    margin-left: 0;
  }
  #footer .copyRight {
    font-size: 12px;
    padding: 0 18px;
  }
  .inputPhone {
    height: 180px;
  }
  .inputPhone .infoTitle {
    font-size: 26px !important;
    margin: 0 0 25px !important;
  }
  .inputPhone .titleBtn .btnOne input {
    width: 190px;
    height: 42px;
    font-size: 14px;
    padding: 0 33px 0 15px;
  }
  .inputPhone .titleBtn .btnTwo {
    width: 100px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .errorBox .error {
    width: 275px;
    height: 240px;
  }
  .errorBox .errorTip {
    font-size: 14px;
  }
  .msgTips .tipsTxt {
    width: 310px;
  }
  .indexPop .popContainer {
    width: 350px;
    height: 410px;
  }
  .indexPop .popContainer .closeIcon {
    top: 0;
    width: 28px;
    height: 28px;
  }
  .contactBox .contactItem .leftShowBox {
    left: 100%;
  }
  .contactBox .contactItem .leftShowBox:after {
    left: 20%;
  }
}
@media screen and (max-width: 410px) {
  #footer .contactDes .desOther:last-child .desUl {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #footer .contactDes .desOther:last-child .desUl li {
    margin-left: 0;
    margin-top: 4px;
  }
  #footer .contactDes .desOther:last-child .desUl li:first-child {
    margin-top: 0;
  }
  .indexPop .popContainer {
    width: 280px;
    height: 320px;
  }
  .indexPop .popContainer .closeIcon {
    top: 0;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 400px) {
  .contactBox .contactItem {
    margin: 0 6px;
  }
}
@media screen and (max-width: 374px) {
  #footer .copyRight {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
  #footer .copyRight a {
    display: inline-block;
    margin-top: 6px;
  }
  .contactBox {
    padding: 10px 3px;
  }
  .contactBox .contactItem {
    margin: 0 3px;
  }
  .contactBox .contactItem .icon {
    width: 16px;
    height: 16px;
    margin: 0 4px 0 0;
  }
}
@media screen and (max-width: 360px) {
  #header .headerLeft p {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 450px) and (max-height: 569px) {
  #header .headerBox .headerMid .headerMidUl .logoItem {
    margin-bottom: 30px;
  }
  #header .headerBox .headerMid .headerMidUl .headerItem {
    margin-top: 0px;
  }
  #header .headerBox .headerMid .headerMidUl .headerItemBuy {
    margin-top: 15px;
  }
}
