
.baseHeader {
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1050px;
  background-color: #fff;
  z-index: 110;
  box-shadow: 0px 4px 32px 0px rgba(28,62,241,0.16); 
}

.baseHeader .baseHeader-logo {
  display: block;
  margin: 0;
  padding: 0;
  width: 41px;
  height: 40px;
  margin-left: 2px;
  margin-right: 98px; 
}

.baseHeader> nav{
  width: 1280px;
  margin: auto;
  padding: 20px 0 20px 0;
  display: flex;
}

@media screen and (max-width:  1920px) {
  .baseHeader> nav{
    width: 1200px;
    padding: 9px 0 9px 0;
  }
}

.baseHeader .baseHeader-logo img{
  width: 41px;
  height: 40px;
}

.baseHeader>nav>.baseHeader-nav {
  display: flex;
  display: flexbox;
  justify-content: flex-end;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  height: 44px;
}

/* .baseHeader>nav>.baseHeader-nav>.baseHeader-nav-register{
  width: 136px;
  height: 44px;
  background: linear-gradient(264deg,#fe6d40 0%, #fe9040 100%);
  border: 0.91px solid;
  border-image: linear-gradient(288deg, rgba(255,255,255,0.58) 0%, rgba(255,255,255,0.00) 100%) 0.9115360975265503 0.9115360975265503;
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  text-align: CENTER;
  line-height: 42px;
  box-sizing: border-box;
}
@media screen and (max-width:  1367px) {
  .baseHeader>nav>.baseHeader-nav>.baseHeader-nav-register{
    height: 40px;
    line-height: 38px;
  }
}


.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-register>a{
  color: #ffffff;
  cursor: pointer;
}
.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-register:hover{
  background: linear-gradient(264deg,#fe6d40 0%, #fe9040 100%);
} */

.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-login{
  width: 100px;
  height: 44px;
  margin-left: 0px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  position: relative;
  text-align: center;
  color: #4d526d;
  line-height: 44px;
  margin-left: 32px;
}
.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-login>a{
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 44px;
  font-size: 16px;
  /* position: absolute;
  top: -8px;
  left: 0px; */
  color: #4d526d;
}

.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li {
  list-style: none;
  position: relative;
  overflow: visible;
}

.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li:first-child a{
  width: 72px;
}

.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li>a {
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 104px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #4d526d;
  text-decoration: none;
  transition: all .3s;
  
}
.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li.active>a,.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li>a:hover {
  position: relative;
  color: #fe6d40;
}

.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li.active>a::after,.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-li>a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  margin-left: -4px;
  width: 8px;
  height: 2px;
  background: #fe6d40;
  border-radius: 100px;
}

.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-phone{
  height: 44px;
  line-height: 44px;
  /* padding: 0 20px; */
  font-size: 16px;
  font-weight: 400;
  color: #4d526d;
  margin-left: 58px;
  width: 174px !important;
  word-break: break-all;
}
.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-phone>a{
  color: #4d526d;
  cursor: pointer;
  width: 146px;
  /* padding: 0 20px; */
  text-align: center;
  display: inline-block;
}
.baseHeader>nav>.baseHeader-nav>.baseHeader-nav-phone>img{
  vertical-align: text-bottom;
}

.baseHeader>nav>.baseHeader-nav .header-menu {
  position: relative;
}
.baseHeader>nav>.baseHeader-nav .header-menu img {
  transition: all .3s;
  display: inline-block;
}
.baseHeader>nav>.baseHeader-nav .header-menu:hover img {
  -webkit-transform: rotate(180deg);
  -mz-transform: rotate(180deg);
  transform: rotate(180deg);
  
}

.baseHeader>nav>.baseHeader-nav .nav-sub-menu:before {
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  top: -7px;
  left: 75px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.header-menu .nav-sub-menu {
  position: absolute;
  left: -32px;
  top: 60px;
  padding: 16px; 
  width: auto;
  height: auto;
  /* width: 272px;
  height: 440px; */
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 5px 5px 30px 0px rgba(106,107,151,0.20); 
}

.header-menu .nav-sub-menu ul li {
  height: 76px;
  margin-bottom: 7px;
}
.header-menu .nav-sub-menu ul li:hover{
  cursor: pointer;
}
.header-menu .nav-sub-menu a{
  display: block;
  width: 240px;
  height: 76px;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
}
.header-menu .nav-sub-menu a:hover{
  background: #f5f7fd;
}
.header-menu .nav-sub-menu a .icon-box{
  width: 34px;
  height: auto; 
}
.header-menu .nav-sub-menu a .nav-sub-menu-title{
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Semibold,Microsoft YaHei;
  font-weight: 600;
  color: #252642;
  line-height: 22px;
}
.header-menu .nav-sub-menu a .nav-sub-menu-dsc{
  height: 20px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: LEFT;
  color: #a1a4b8;
  line-height: 20px;
  margin-top: 2px;
}

.baseMain {
  width: 100%;
  padding-top: 84px;
}

@media screen and (max-width:  1920px) {
  .baseMain {
    width: 100%;
    padding-top: 62px;
  }
  .header-menu .nav-sub-menu{
    top: 48px;
  }
  .header-menu .nav-sub-profile{
    top: 48px;
  }
}

.baseHeader>nav>.baseHeader-nav .nav-sub-profile:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  top: -4px;
  left: 34px;
  overflow: hidden;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
  -mz-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

.header-menu .nav-sub-profile {
  position: absolute;
  left: 12px;
  top: 50px;
  padding: 8px; 
  width: auto;
  height: auto;
  width: 90px;
  height: 254px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 5px 5px 30px 0px rgba(106,107,151,0.20); 
}

.baseHeader .baseHeader-nav-li .list-profile{
}
.baseHeader .baseHeader-nav-li .list-profile li{ 
  width: 72px ;
  height: 27px;
  display: block;
  margin: auto;
  margin-bottom: 8px;
}
.baseHeader .baseHeader-nav-li .list-profile a{
  width: 72px;
  height: 27px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #686d88;
  line-height: 27px;
  padding: 0;
  display: block;
  /* border: 1px solid blue; */
}

.baseHeader .baseHeader-nav-li .list-profile a:hover {
  width: 72px;
  height: 27px;
  background: #f5f7fd;
  border-radius: 4px;
}


.baseFooter {
  width: 100%;
  background-color: #ffffff;
  padding-top: 80px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
}
.baseFooter .baseFooter-top {
  display: -webkit-flex;
  display: flex;
  width: 1027px;
  margin: auto;
}
.baseFooter .baseFooter-top .baseFooter-top-contact {
  width: 420px;
}
.baseFooter .baseFooter-top .baseFooter-top-contact .baseFooter-top-contact-phone {
  height: 16px;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #4d526d;
  line-height: 16px;
  margin-top: 10px;
}
.baseFooter-top .baseFooter-top-contact .headquarters{
  width: 100%;
  height: 18px;
  font-size: 16px;
  font-weight: 400;
  text-align: LEFT;
  color: #686d88;
  line-height: 18px;
}
.baseFooter-top .baseFooter-top-contact .baseFooter-top-contact-headquarters {
  width: 100%;
  height: 100px;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #686d88;
  line-height: 20px;
  margin-top: 9px;
}
.baseFooter-top .baseFooter-top-contact .baseFooter-top-contact-headquarters a{
  color: #fe6d40;
}
.baseFooter .baseFooter-qcCode-box {
  display: flex;
  width: 100%;
  margin-top: 35px;
}

.baseFooter .baseFooter-qcCode-box .baseFooter-qcCode{
  width: 90px;
  padding: 3px 0 3px;
}
.baseFooter .baseFooter-qcCode-box .baseFooter-qcCode img{
  width: 88px;
}
.baseFooter .baseFooter-qcCode-box .baseFooter-qcCode div{
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #686d88;
  height: 20px;
  line-height: 20px;
  /* margin-top: 6px; */
}
.baseFooter .baseFooter-top  .baseFooter-top-line {
  width: 0px;
  height: 346px;
  opacity: 0.46;
  border-left: 1px solid #dadce3;
}
.baseFooter .baseFooter-top .baseFooter-top-link {
  width: 606px;
  padding-left: 70px;
  
}
.baseFooter-top-link .baseFooter-top-explain {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 152px;
}
.baseFooter-top-explain .baseFooter-top-explain-left {
  width: 254px;
}
.baseFooter-top-explain .baseFooter-top-explain-center {
  width: 226px;
}
.baseFooter-top-explain .baseFooter-top-explain-right {
  width: 60px;
}
.baseFooter-top-explain .text-important{
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  text-align: LEFT;
  color: #252642;
  line-height: 16px;
}
.baseFooter-top-explain .text-commonly{
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: LEFT;
  color: #686d88;
  line-height: 14px;
  display: block;
}
.baseFooter-top-link .baseFooter-top-cooperation{
  margin-top: 60px;
  height: 30px;
}
.baseFooter .baseFooter-center{
  padding: 80px 0 50px 0;
  color: #686D88;
  text-align: center;
}
.baseFooter .baseFooter-center a{
  color: #686D88;
  cursor: pointer;
}

.baseFooter .baseFooter-bottom{
  width: 100%;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background: #f7f7fa;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #252642;
  opacity: 0.5;
}

.baseFooter .baseFooter-bottom>a{
  color: #252642;
}


#dialog,#QRcode{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.7);
  z-index: 4000;
  overflow:auto;
}

#dialog .dialog-box ,#QRcode .dialog-box{
  width: 502px;
  /* height: 500px; */
  background: #ffffff;
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -251px;
  margin-top: -250px;
}
#dialog .dialog-box .dialog-box-header ,#QRcode .dialog-box .dialog-box-header{
  height: 60px;
  width: 100%;
  position: relative;
}
#dialog .dialog-box .dialog-box-header .dialog-box-header-btn ,#QRcode .dialog-box .dialog-box-header .dialog-box-header-btn{
  position: absolute;
  top:16px;
  right: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #a1a4b8;
  transition: all .3s;
  cursor: pointer;
}
#dialog .dialog-box .dialog-box-header .dialog-box-header-btn:hover ,#QRcode .dialog-box .dialog-box-header .dialog-box-header-btn:hover{
  color: #252642;
  transform: scale(1.4)
}

#dialog .dialog-box .dialog-box-title, #QRcode .dialog-box .dialog-box-title{
  width: 100%;
  height: 34px;
  font-size: 28px;
  font-family: PingFang SC, PingFang SC-Semibold,Microsoft YaHei;
  font-weight: 600;
  text-align: LEFT;
  color: #252642;
  line-height: 34px;
  text-align: center;
}
#dialog .dialog-box .dialog-box-body,#QRcode .dialog-box .dialog-box-body{
  padding: 30px 60px;
}


#dialog .dialog-box .dialog-box-body .flex-label{
  width: 84px;
  height: 32px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: right;
  color: #252642;
  line-height: 32px;
  padding-right: 16px;
}

#dialog .dialog-box .dialog-box-body .flex-label span{
  color: #F5222D;
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box{
  height: 32px;
  background: #f5f6f9;
  border-radius: 4px;
  position: relative;
  border: 1px solid transparent;
}

.err-bor-red {
  border: 1px solid red !important;
}

#dialog .dialog-box .dialog-box-body .error, .error123{
  position: absolute;
  top: 32px;
  left: 0px;
  color: red;
  text-align: left;
  font-size: 12px;
}

#dialog .dialog-box .dialog-box-button,#QRcode .dialog-box .dialog-box-button{
  width: 380px;
  height: 46px;
  margin: auto;
}
#dialog .dialog-box .dialog-box-button button ,#QRcode .dialog-box .dialog-box-button button{
  width: 380px !important;
  height: 46px !important;
  line-height: 46px !important;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box input{
  border: 0;
  height: 30px;
  line-height: 32px;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #252627;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  background-color: transparent;
  outline: none;
  box-sizing: border-box;
  border-radius: 4px;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box input:-internal-autofill-selected{
  background: #f5f6f9 !important;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box .select-box{
  width: 418px;
  height: 300px;
  background: #ffffff;
  z-index: 100;
  position: absolute;
  bottom: -300px;
  left: 0;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #F0F2FA;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box .province-box{
  height: 300px;
  overflow: auto;
  padding: 8px;
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box .province-box .province-item{
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #4D526D;
  cursor: pointer;
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box .province-box .province-item i {
  float: right; 
  font-size: 10px; 
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box .province-box .active{
  background: #f6f8fe;
  border-radius: 8px;
  color: #000000;
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box .province-box .province-item:hover{
  color: #000000;
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box .city-box{
  height: 300px;
  overflow: auto;
  padding: 8px;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box .city-box .active{
  color:#FE6D40;
}
#dialog .dialog-box .dialog-box-body .dialog-box-input-box .city-box .active i {
  display: block;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box .city-box .city-item{
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  color: #4D526D;
  cursor: pointer;
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box .city-box .city-item i{
  float: right; 
  font-size: 16px; 
}

#dialog .dialog-box .dialog-box-body .dialog-box-input-box .city-box .city-item:hover {
  color: #000000;
}

#dialog .dialog-box .dialog-box-body #flexCode{
  width: 110px;
  height: 32px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular;
  background: #f5f6f9;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
}

#dialog .dialog-box .dialog-box-body #flexCode>span{
  margin-top: 6px;
  width: 110px;
  height: 20px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: center;
  color: #1366ff;
  line-height: 20px;
  border-left: 1px solid #d9d9d9;
  display: inline-block;
}

/* #QRcode .dialog-box .dialog-box-body .QRcode-box{
  margin-top: 40px;
} */
#QRcode .dialog-box .dialog-box-body .QRcode-box > img{
  width: 220px;
  height: 220px;
  display: block;
  margin: auto;
}
#QRcode .dialog-box .dialog-box-body .QRcode-box > div{
  height: 24px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: center;
  color: #686d88;
  line-height: 24px;
  margin-top: 10px;
}