/* 过渡效果 */
@keyframes fromRight {
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
@-moz-keyframes fromRight {
  /* Firefox */
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
@-webkit-keyframes fromRight {
  /* Safari and Chrome */
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
@-o-keyframes fromRight {
  /* Opera */
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 50%;
    left: 50%;
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
  }
}
@keyframes fromRightReg {
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes fromRightReg {
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fromRightReg {
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes fromRightReg {
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fromRightC {
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes fromRightC {
  /* Firefox */
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes fromRightC {
  /* Safari and Chrome */
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes fromRightC {
  /* Opera */
  0% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    top: 46%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-moz-keyframes fadeOut {
  0% {
    top: 46%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    top: 46%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-o-keyframes fadeOut {
  0% {
    top: 46%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@keyframes fadeOutReg {
  0% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-moz-keyframes fadeOutReg {
  0% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(0);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-webkit-keyframes fadeOutReg {
  0% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-o-keyframes fadeOutReg {
  0% {
    top: 23%;
    left: 45.5%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@keyframes fadeOutC {
  0% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-moz-keyframes fadeOutC {
  0% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-webkit-keyframes fadeOutC {
  0% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@-o-keyframes fadeOutC {
  0% {
    top: 33%;
    left: 50%;
    opacity: 1;
    transform: scale(1);
    display: block;
  }
  100% {
    top: -175px;
    left: 100%;
    opacity: 0;
    transform: scale(0);
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1540px) {
  #sub-site-nav .nav-link {
    padding: 0 10px !important;
  }
  #sub-site-nav .nav-bar::after {
    width: 60px!important;
  }
  #navbarHeader {
    font-size: 12px !important;
  }
  #sub-site-nav li.nav-menu > .nav-link::after {
    right: 0px !important;
  }
  #developer,
  #recharge,
  #modelSer,
  #development {
    width: 70px !important;
    height: 23px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 6px !important;
    top: 25% !important;
  }
  #navbarHeader .navbar-nav .login-active {
    top: 14px !important;
  }
  .campusUl {
    width: 370px !important;
    height: 360px;
  }
  #sub-site-nav li.nav-menu ul.menu-ul {
    left: -136px !important;
  }
  .firstLi p .atitle,
  .secLi p .atitle {
    margin-left: 20% !important;
  }
  .campusUl li p span {
    font-size: 12px !important;
  }
  #login {
    width: 70px !important;
    margin-top: 17px !important;
    height: 23px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 6px !important;
  }
  #nav-reg {
    width: 70px !important;
    margin-top: 17px !important;
    height: 23px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 5px !important;
    display: block;
  }
  .companyLogo {
    display: none;
  }
  .footer-contant {
    font-size: 12px;
  }
  .footer-contant .link_contant {
    font-size: 12px;
  }
  #react-content .footer-box p {
    font-size: 12px;
    text-align: center;
  }
}
@media (max-width: 677px) {
  .footer-box {
    height: 115px;
  }
}
@media (max-width: 1150px) {
  #onlineDevelopment.nav-link.nav-href {
    display: none;
  }
  #navHeaderForTutorial.navHeader {
    padding: 0 60px !important;
  }
  .footer-box ul#footer li div a {
    font-size: 12px;
  }
  .footer-box ul#footer li div.li-first-child a {
    font-size: 14px;
  }
}
@media (max-width: 1040px) {
  #navHeaderForTutorial.navHeader {
    padding: 0 5% !important;
  }
}
#wapNav {
  display: none;
}
.logouttwo {
  display: none;
}
.wap-nav-drawer {
  display: none;
}
.navHeader {
  width: 100%;
  margin: 0 auto;
  height: 70px;
  padding: 0 80px !important;
  z-index: 112;
  background-color: transparent;
}
.navHeader .header {
  width: 100%;
  margin: 0 auto;
  height: 70px;
  background-color: transparent;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.05);
}
.navHeader .header .title {
  height: 100%;
  float: left;
}
.navHeader .header .title .logo {
  width: 170px;
  height: 31px;
  background: url('../images/new/logo-b.png') no-repeat;
  background-size: contain;
}
.navHeader .header .title .h1 {
  font-size: 20px;
  line-height: 80px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: none;
  font-weight: 400;
  color: #08b0dd;
}
.navHeader .header .nav {
  height: 80px;
  float: right;
}
.navHeader .header .nav ul li {
  float: left;
}
.navHeader .header .nav ul .nav-a {
  display: block;
  padding: 0 20px;
  color: #314659;
  height: 80px;
  line-height: 80px;
  border-top: 2px solid #FDFDFD;
}
.navHeader .header .nav ul .nav-a:hover {
  color: #418ACA;
  border-top: 2px solid #418ACA;
}
.navHeader .header .nav ul .active {
  color: #418ACA;
  border-top: 2px solid #418ACA;
}
.footer-box {
  margin: 0 auto;
  width: 100%;
  background-color: #373737;
  padding: 0px 10px;
  max-height: 100%;
}
.footer-box ul {
  width: 100%;
  max-width: 80%;
  margin: 0px auto;
  padding: 0 0;
  height: 234px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.footer-box ul li {
  display: inline-block;
  width: 20%;
  padding: 26px 0 20px 0;
}
.footer-box ul li div {
  line-height: 30px;
  height: 30px;
}
.footer-box ul li div a,
.footer-box ul li div a:not([href]):not([tabindex]) {
  font-size: 14px;
  color: #999;
  cursor: pointer;
}
.footer-box ul li div a img,
.footer-box ul li div a:not([href]):not([tabindex]) img {
  margin-right: 5px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.footer-box ul li div a:hover,
.footer-box ul li div a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: #ff7000;
}
.footer-box ul li div a:not([href]):not([tabindex]):hover {
  text-decoration: none;
}
.footer-box ul li div.li-first-child {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
.footer-box ul li div.li-first-child a,
.footer-box ul li div.li-first-child a:not([href]):not([tabindex]) {
  color: #fff;
  font-size: 16px;
  cursor: default;
}
.footer-box ul .lastLi {
  width: 30%;
  position: relative;
  right: 64px;
}
.footer-box ul .QrCode {
  position: relative;
}
.footer-box ul .QrCode .footerGzh {
  width: 90px;
  height: 90px;
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 58px;
}
.footer-box ul .QrCode .footer-wx-qr {
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 30px;
}
.footer-box p {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999999;
  width: 90%;
  text-align: right;
}
.footer-box p a {
  color: #ff8000;
  cursor: pointer;
}
.footer-box p a:hover {
  text-decoration: underline;
}
.footer-box p .companyLogo {
  width: 90px;
}
.footer-box p .footer-wx-qr {
  display: block;
}
.footer-box .footer-contant a:hover {
  text-decoration: none;
  color: #ff7f00 !important;
}
.pay-mb {
  width: 100%;
  height: 100%;
  background-color: rgba(26, 25, 25, 0.747);
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.fix {
  position: fixed;
}
#navbarHeader .navbar-nav .nav-link,
#sub-site-nav .navbar-nav .nav-link,
.nav-href.changNav.contact {
  color: #333;
}
.template-demos .login-window {
  width: 380px;
  height: 358px;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 900;
  border-radius: 3px;
  overflow: hidden;
}
.template-demos .login-window .login-close {
  position: absolute;
  top: 107%;
  right: 44%;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.template-demos .login-window .login-win-header {
  height: 40px;
}
.template-demos .login-window .login-win-header i {
  position: absolute;
  font-size: 14px;
  line-height: 24px;
  font-weight: 100;
  right: 13px;
  top: 7px;
  color: #999;
  cursor: pointer;
}
.template-demos .login-window .tologin-and-mask-box {
  width: 100%;
  background: #fff;
  float: left;
  border-radius: 0 3px 3px 0;
}
.template-demos .login-window .tologin-and-mask-box .form-box {
  padding: 0px 45px;
  height: 314px;
}
.template-demos .login-window .tologin-and-mask-box .form-box .tologin-input {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  margin-bottom: 19px;
}
.template-demos .login-window .tologin-and-mask-box .form-box .tologin-input span {
  margin-left: 11px;
  position: absolute;
}
.template-demos .login-window .tologin-and-mask-box .form-box .tologin-input input {
  width: 280px;
  border: none;
  display: block;
  padding-left: 35px;
  line-height: 40px;
  height: 38px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ffffff;
  color: #444444;
}
.template-demos .login-window .tologin-and-mask-box .form-box .tologin-input #get_phone_code {
  padding-left: 5px;
  cursor: pointer;
  border: none;
  border-left: 1px solid #ddd;
  height: 28px;
  line-height: 28px;
  margin-top: 6px;
  text-align: center;
  color: #ff6600;
  background-color: transparent;
  width: 97px;
  font-size: 12px;
  border-radius: 0;
}
.template-demos .login-window .tologin-and-mask-box .switch-login-box {
  font-size: 18px;
  margin-right: 32px;
  padding-bottom: 10px;
  display: inline-block;
  color: #444444;
  position: relative;
  cursor: pointer;
}
.template-demos .login-window .tologin-and-mask-box .switch-login-box span {
  display: none;
}
.template-demos .login-window .tologin-and-mask-box .switch-login-box .border-bottom {
  position: absolute;
  width: 36px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.template-demos .login-window .tologin-and-mask-box .login-tab {
  color: #FF7F00;
}
.template-demos .login-window .tologin-and-mask-box .login-tab span {
  background-color: #FF7F00;
  display: block;
}
.template-demos .login-window .tologin-and-mask-box .password-login .reg-button {
  border-radius: 4px;
  padding: 0px 10px;
  font-size: 18px;
  cursor: pointer;
  background: #ff7f00;
  color: #ffffff;
  line-height: 40px;
  height: 40px;
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.template-demos .login-window .login-window-header {
  text-align: center;
}
.template-demos .login-window .login-window-header span {
  font-family: 'Microsoft Yahei', 'Helvetica', 'Arial', 'sans-serif';
  font-style: normal;
  font-size: 18px;
  color: #333;
}
.template-demos .login-window .login-window-header .img-pho {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 40px;
  right: 37px;
  border: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.template-demos .login-window .login-window-header .img-wx {
  background-image: url("../images/wxlogin.png");
}
.template-demos .login-window .login-window-header .img-win {
  background-image: url("../images/wincom.png");
}
.template-demos .login-window .login-window-header .poptip {
  border: 1px solid #f3d995;
  height: 24px;
  line-height: 23px;
  padding: 0px 14px 5px 18px;
  background: #fefcee;
  position: absolute;
  top: 40px;
  right: 106px;
}
.template-demos .login-window .login-window-header .poptip .poptip-arrow {
  width: 10px;
  height: 10px;
  border-top: 1px solid #f3d995;
  border-right: 1px solid #f3d995;
  position: absolute;
  right: -6px;
  z-index: 2;
  background: #fefcee;
  transform: rotate(45deg);
  bottom: 6px;
}
.template-demos .login-window .login-window-header .poptip .poptip-content {
  height: 16px;
  color: #df9c1f;
  font-size: 12px;
  font-weight: 400;
}
.template-demos .login-window .login-window-header .poptip .poptip-content .iconfont {
  color: #df9c1f;
  font-size: 14px;
  margin-right: 8px;
}
.template-demos .login-window .wxlogin {
  width: 335px;
  height: 335px;
  display: none;
  margin: 2px 0 0 76px;
  position: relative;
}
.template-demos .login-window .wxlogin div {
  position: absolute;
  bottom: 66px;
  left: 60px;
}
.template-demos .login-window .wxlogin div span {
  font-size: 13px;
}
.template-demos .login-window .wxlogin div span .wx {
  color: #ff8000;
}
.template-demos .login-window .login-window-in .login-reg-item {
  height: 36px;
  margin-top: 10px;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-tit {
  width: 20%;
  float: left;
  text-align: left;
  font-size: 15px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-tit::after {
  content: '*';
  color: #ff8000;
  margin-top: 5px;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-tit-no::after {
  content: '';
}
.template-demos .login-window .login-window-in .login-reg-item .reg-input {
  width: 80%;
  float: left;
  position: relative;
}
.template-demos .login-window .login-window-in .login-reg-item input {
  width: 300px;
  padding: 0 10px 0 35px;
  border: solid 1px #ddd;
  height: 36px;
  outline: none;
  box-sizing: border-box;
  border-radius: 4px;
}
.template-demos .login-window .login-window-in .login-reg-item i {
  position: absolute;
  right: 10px;
  top: 6px;
}
.template-demos .login-window .login-window-in .login-reg-item #login-reg-auth {
  width: 214px;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-auth-img {
  float: right;
  display: inline-block;
  width: 80px;
  line-height: 36px;
  background: #ff8700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: 7px;
  border-radius: 4px;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-auth-img:hover {
  background-color: #ea7a08;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-auth-img-false {
  background-color: #ea7a08;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-auth-text {
  display: none;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-false {
  border: 1px solid #d16d62;
}
.template-demos .login-window .login-window-in .login-reg-item .reg-input-tip {
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  background: #d16d62;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: none;
  float: left;
  width: 30%;
  padding: 4px;
  position: absolute;
}
.template-demos .login-window .login-window-in .reg-button {
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #fff;
  background: #ff8700;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.template-demos .login-window .login-window-in .reg-button:hover {
  background-color: #ea7a08;
  color: #fff;
}
.template-demos .login-window .login-forget-window {
  display: none;
  width: 320px;
  font-size: 15px;
}
.template-demos .login-window .login-forget-window .forget-tit {
  width: 70px;
  height: 40px;
  line-height: 40px;
}
.template-demos .login-window .login-forget-window .forget-input {
  border-radius: 2px;
}
.template-demos .login-window .login-forget-window .forget-tip {
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  background: #d16d62;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: block;
  float: left;
  width: 30%;
  padding: 4px;
  position: absolute;
}
.template-demos .login-window .login-forget-window .forget-change-mob {
  font-size: 14px;
  cursor: pointer;
  color: #ff8000;
  z-index: 10;
  margin-top: 17px;
  margin-bottom: 18px;
}
.template-demos .login-window .login-forget-window .forget-tel-window {
  display: block;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-inputdiv {
  position: relative;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-itemtit {
  margin-bottom: 5px;
}
.template-demos .login-window .login-forget-window .forget-tel-window input {
  margin-bottom: 16px;
  border: 1px solid #ccc;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-focu-input {
  border: 1px solid #95b7ee;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-auth-text {
  display: none;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-input-tip {
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  background: #d16d62;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: none;
  float: left;
  width: 30%;
  padding: 4px;
  position: absolute;
}
.template-demos .login-window .login-forget-window .forget-tel-window i {
  top: 3px;
  left: 12px;
  position: absolute;
  font-size: 20px;
  width: 20px;
  color: #999;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-send-outh {
  float: right;
  width: 40%;
  height: 36px;
  padding: 0;
  border: none;
  line-height: 36px;
  background: #ff8000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 4px;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-send-outh:hover {
  background-color: #ea7a08;
}
.template-demos .login-window .login-forget-window .forget-tel-window .forget-send-outh-false {
  background-color: #ea7a08;
}
.template-demos .login-window .login-forget-window input {
  width: 320px;
  box-sizing: border-box;
  padding: 0 10px 0 35px;
  border: solid 1px #ddd;
  height: 36px;
  line-height: 36px;
  outline: none;
  border-radius: 4px;
  font-size: 13.33px;
}
.template-demos .login-window .login-forget-window i {
  position: absolute;
  left: 8px;
  top: 136px;
  font-size: 20px;
}
.template-demos .login-window .login-forget-window .forget-button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #ff8000;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.template-demos .login-window .login-forget-window .forget-button:hover {
  background-color: #ea7a08;
  color: #fff;
}
.template-demos .login-window .login-reg-window {
  display: none;
  width: 380px;
}
.template-demos .login-window .login-reg-window .login-reg-item {
  height: 36px;
  margin-top: 10px;
}
.template-demos .login-window .login-reg-window .login-reg-item div {
  display: inline-block;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-tit {
  width: 20%;
  float: left;
  text-align: left;
  font-size: 15px;
  overflow: hidden;
  word-break: keep-all;
  text-overflow: ellipsis;
  height: 40px;
  line-height: 40px;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-tit::after {
  content: '*';
  color: #ff8000;
  margin-top: 5px;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-tit-no::after {
  content: '';
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-input {
  width: 80%;
  float: left;
  position: relative;
}
.template-demos .login-window .login-reg-window .login-reg-item input {
  width: 300px;
  padding: 0 10px 0 35px;
  border: solid 1px #ddd;
  height: 36px;
  outline: none;
  box-sizing: border-box;
  border-radius: 4px;
}
.template-demos .login-window .login-reg-window .login-reg-item i {
  position: absolute;
  right: 10px;
  top: 6px;
}
.template-demos .login-window .login-reg-window .login-reg-item .cuowu1 {
  top: 9px;
}
.template-demos .login-window .login-reg-window .login-reg-item .login-reg-auth {
  width: 214px;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-auth-img {
  float: right;
  display: inline-block;
  width: 80px;
  line-height: 36px;
  background: #ff8700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  left: 7px;
  border-radius: 4px;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-auth-img:hover {
  background-color: #ea7a08;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-auth-img-false {
  background-color: #ea7a08;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-auth-text {
  display: none;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-false {
  border: 1px solid #d16d62;
}
.template-demos .login-window .login-reg-window .login-reg-item .reg-input-tip {
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  background: #d16d62;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: none;
  float: left;
  width: 30%;
  padding: 4px;
  position: absolute;
}
.template-demos .login-window .login-reg-window .reg-col {
  width: 800px;
  height: 758px;
  display: none;
  background-color: #f2f2f2;
  z-index: 900;
  box-shadow: 0 0 30px 6px rgba(31, 51, 73, 0.1);
  border-radius: 3px;
  border: 1px solid #E6E6E6;
  position: relative;
  bottom: 434px;
  left: -70%;
}
.template-demos .login-window .login-reg-window .reg-col .reg-col-header {
  height: 40px;
  margin: 16px 0 0 30px;
}
.template-demos .login-window .login-reg-window .reg-col .reg-col-header span {
  font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #3c3c3c;
}
.template-demos .login-window .login-reg-window .reg-col .reg-col-header .reg-col-close {
  position: absolute;
  top: 19px;
  right: 30px;
  cursor: pointer;
  width: 15px;
  height: 15px;
}
.template-demos .login-window .login-reg-window .reg-col .reg-col-body {
  margin: 1px 0 0 30px;
  width: 740px;
  height: 648px;
  line-height: 23px;
  font-size: 13px;
}
.template-demos .login-window .login-reg-window .reg-col .reg-col-body pre {
  overflow: auto;
  width: 740px;
  height: 648px;
}
.template-demos .login-window .login-reg-window .reg-col #reg-col-suc {
  margin: 3px 0 0 47%;
  display: block;
  width: 63px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
  background-color: #ff8000;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}
.template-demos .login-window .login-reg-window .reg-col #reg-col-suc:hover {
  background-color: #ea7a08;
  color: #fff;
}
.template-demos .login-window .login-reg-window .reg-footer {
  line-height: 20px;
}
.template-demos .login-window .login-reg-window .reg-footer input {
  position: relative;
  top: 2px;
  left: -15px;
}
.template-demos .login-window .login-reg-window .reg-footer span {
  color: #999;
  cursor: pointer;
}
.template-demos .login-window .login-reg-window .reg-button {
  width: 300px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #fff;
  background: #ff8700;
  padding: 0;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}
.template-demos .login-window .login-reg-window .reg-button:hover {
  background-color: #ea7a08;
  color: #fff;
}
.template-demos .login-window .login-footer {
  position: relative;
  height: 18px;
  margin-top: 5px;
  color: #999;
}
.template-demos .login-window .login-footer span {
  cursor: pointer;
  margin-left: 10px;
}
.template-demos .login-window .login-footer .login-other {
  display: none;
  color: #000;
  cursor: default;
}
.template-demos .login-window .login-footer #login-fas {
  display: none;
  right: 37px;
  position: absolute;
}
.template-demos .login-reg-over {
  height: 385px;
  width: 380px;
  top: 40%;
  left: 50%;
}
.template-demos .login-reg-over .login-footer {
  text-align: right;
}
.template-demos .navbar-nav .vip {
  height: 15px;
  position: absolute;
  right: 20px;
  top: 9px;
  cursor: pointer;
  display: none;
  z-index: 1;
}
.template-demos .navbar-nav #login {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #0082ff;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  padding-right: 1rem;
}
.template-demos .navbar-nav #login[data-log="-1"] {
  width: 80px;
  padding-right: 18px;
}
.template-demos .navbar-nav #headimg {
  width: 42px;
  height: 42px;
  background-image: url(../images/glass.png);
  background-repeat: no-repeat;
  background-size: 42px 42px;
  border-radius: 50%;
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}
.template-demos #login_container {
  position: absolute;
  right: 20px;
  top: 65px;
  display: none;
  background-color: #eee;
  border-radius: 10px;
}
.template-demos .query-group {
  position: absolute;
  right: 0px;
  margin-top: 0 !important;
  top: 5px;
}
.template-demos .query-group li {
  position: relative;
}
/* 登录、注册过渡效果 */
.login-window.fadeIn {
  display: block;
  animation: fromRight 500ms ease 1;
  -moz-animation: fromRight 500ms ease 1;
  /* Firefox */
  -webkit-animation: fromRight 500ms ease 1;
  /* Safari and Chrome */
  -o-animation: fromRight 500ms ease 1;
  /* Opera */
}
.login-window.fadeInReg {
  display: block;
  animation: fromRightReg 500ms ease 1;
  -moz-animation: fromRightReg 500ms ease 1;
  /* Firefox */
  -webkit-animation: fromRightReg 500ms ease 1;
  /* Safari and Chrome */
  -o-animation: fromRightReg 500ms ease 1;
  /* Opera */
}
.login-window.fadeOut {
  transform: scale(0);
  left: 100%;
  top: -175px;
  display: block;
  animation: fadeOut 500ms ease 1;
  -moz-animation: fadeOut 500ms ease 1;
  /* Firefox */
  -webkit-animation: fadeOut 500ms ease 1;
  /* Safari and Chrome */
  -o-animation: fadeOut 500ms ease 1;
  /* Opera */
}
.login-window.fadeOutReg {
  transform: scale(0);
  left: 100%;
  top: -175px;
  display: block;
  animation: fadeOutReg 500ms ease 1;
  -moz-animation: fadeOutReg 500ms ease 1;
  /* Firefox */
  -webkit-animation: fadeOutReg 500ms ease 1;
  /* Safari and Chrome */
  -o-animation: fadeOutReg 500ms ease 1;
  /* Opera */
}
/* 登录注册过渡效果 */
.login-forget-tel {
  height: 454px;
}
.navbar-brand {
  display: inline-block;
  padding: 0;
  line-height: 22px;
  font-size: 20px;
  margin-right: 18px!important;
}
.nav-separator {
  border-left: 1px solid #ebedee;
  line-height: 22px;
  height: 22px;
  vertical-align: middle;
  display: inline-block;
  margin-top: 8px;
}
#navbarHeader .navbar-nav .nav-link,
#sub-site-nav .navbar-nav .nav-link {
  color: #333333;
}
#navbarHeader .navbar-nav .nav-link:hover,
#sub-site-nav .navbar-nav .nav-link:hover {
  color: #318cf4;;
}
#navbarHeader .navbar-nav #nav-reg {
  color: #318cf4;;
  cursor: pointer;
  margin-left: 10px;
}
#navbarHeader {
  font-size: 16px;
  color: #36383B;
}
#navbarHeader .nav-separator {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  height: 20px;
  border: none;
}
#navbarHeader .navbar-nav .login-active {
  color: #314659;
  background: none;
  cursor: default;
  width: 100% !important;
  max-width: 120px;
  position: relative;
  left: -6px;
  top: 10px;
  padding-right: 0 !important;
  text-align: right !important;
  margin-top: 0px !important;
}
#sub-site-nav {
  height: 80px;
  line-height: 80px;
  margin-top: 0px !important;
}
#sub-site-nav .nav-bar {
  color: #fff;
}
#sub-site-nav .nav-bar::after {
  content: '';
  position: absolute;
  width: 91px;
  height: 75px;
  border-bottom: 1px solid #ff7a1e;
  background: rgba(23, 22, 22, 0.5);
  z-index: -1;
}
#sub-site-nav .nav-barTwo {
  color: #fff;
}
#sub-site-nav .nav-barTwo::before {
  content: '';
  width: 110px;
  height: 75px;
  border-bottom: 1px solid #ff7a1e;
  background: rgba(23, 22, 22, 0.5);
  position: absolute;
  left: 10px;
  z-index: -1;
}
#sub-site-nav .nav-barThree {
  color: #fff;
}
#sub-site-nav .nav-barThree::before {
  content: '';
  width: 110px;
  height: 75px;
  border-bottom: 1px solid #ff7a1e;
  background: rgba(23, 22, 22, 0.02);
  position: absolute;
  left: 10px;
  z-index: -1;
}
#sub-site-nav .nav-link {
  padding: 0 20px;
  display: inline;
  position: relative;
  display: flex;
  justify-content: center;
}
#sub-site-nav li.active {
  color: #ff8000;
}
#sub-site-nav li.nav-menu {
  position: relative;
  cursor: pointer;
}
#sub-site-nav li.nav-menu ul.menu-ul {
  min-width: 218px;
  position: absolute;
  top: 70px;
  left: -185px;
  background: #fff;
  box-shadow: 0 0px 36px 3px rgba(97, 108, 121, 0.17);
  border: 1px solid #f1f1f1;
  border-top: none;
  line-height: 40px;
  display: none;
  border-radius: 10px;
}
#sub-site-nav li.nav-menu ul.menu-ul li {
  height: 50px;
  line-height: 50px;
}
#sub-site-nav li.nav-menu ul.menu-ul li a.nav-link {
  border: 0;
  white-space: nowrap;
  display: block;
}
#sub-site-nav li.nav-menu ul.menu-ul li a.nav-link .nav-icon {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -3px;
}
#sub-site-nav li.nav-menu.open ul.menu-ul {
  display: block;
}
#sub-site-nav li.nav-menu > .nav-link::after {
  content: '';
  position: absolute;
  top: 40px;
  right: 5px;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  z-index: -9999;
}
#sub-site-nav .nav-link:hover,
#sub-site-nav .nav-link.active {
  color: #318cf4 !important;
}
#sub-site-nav .nav-link:hover span,
#sub-site-nav .nav-link.active span {
  color: #318cf4 !important;
}
#query {
  margin-right: 20px;
  max-width: 100%;
  min-width: 350px;
  border-width: 0;
  background: transparent;
}
#query:focus {
  border: none;
  outline: none;
}
#query::-webkit-input-placeholder {
  color: rgba(149, 154, 163, 0.4);
  font-weight: 300;
  font-size: 12px;
  opacity: 1;
}
#query::placeholder {
  color: rgba(149, 154, 163, 0.4);
  font-weight: 300;
  font-size: 12px;
  opacity: 1;
}
.navbar {
  padding: 0px !important;
}
.navbar .logo {
  margin: 9px 8px 4px 0;
  background-size: contain !important;
}
.navbar .nav-link.active {
  color: #ff8000 !important;
}
.navbar-light {
  background: #fdfdfd;
}
.navbar-light.transparent {
  background: #f8fafe;
  box-shadow: none;
}
header.navbar {
  z-index: 101;
}
.footer {
  background-color: rgba(0, 0, 0, 0.3);
  height: 10px;
}
@media only screen and (max-width: 1024px) {
  header.navbar {
    padding: 2px 10px 2px 15px;
  }
  .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .nav-separator,
  #btn-search {
    display: none;
  }
  .btn-search {
    display: inline;
    position: absolute;
    right: 30px;
    top: 0;
    line-height: 55px;
    cursor: pointer;
  }
  #sub-site-nav {
    line-height: 1em;
  }
  #sub-site-nav .nav-link {
    padding: 20px;
    text-align: center;
  }
  #sub-site-nav .nav-link::after {
    display: none;
  }
  #sub-site-nav li.nav-menu ul.menu-ul {
    display: none;
    border: none;
  }
  #sub-site-nav li.nav-menu::after {
    display: none;
  }
  #query {
    margin-left: 0;
    text-align: center;
    margin: 16px 0;
  }
  .navbar-expand-lg .navbar-toggler {
    display: inline;
    border: none;
  }
  .navbar-light .navbar-brand {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 10px;
  }
  .collapse {
    display: block;
  }
  .collapse .navbar-nav {
    display: none;
  }
  .collapse .navbar-nav .nav-link {
    display: none !important;
  }
  .collapse .navbar-nav .nav-link[data-act="main"],
  .collapse .navbar-nav .nav-link[data-act="demo"],
  .collapse .navbar-nav .nav-link[data-act="model"] {
    display: block !important;
  }
  .collapse #sub-site-nav {
    position: absolute;
    top: 64px;
    left: 0.75em;
    z-index: 100;
    line-height: 0.1em;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 0.25em;
  }
  .collapse #sub-site-nav .nav-link {
    color: #fff;
    text-align: left;
  }
  .collapse #sub-site-nav .nav-link:hover {
    border-top: none;
    color: #318cf4 !important;
  }
  .collapse #sub-site-nav .nav-link.active {
    border-top: none;
    color: #318cf4 !important;
  }
  .collapse .navbar-nav-show {
    display: block;
  }
  #navbarHeader {
    font-size: 12px !important;
    color: #36383B;
  }
  .nav-link {
    padding: 12px !important;
    display: inline;
  }
  #main {
    display: none;
  }
  .footer-contant {
    display: none !important;
  }
  .application-inner h2 {
    display: none;
  }
  .see-more-project {
    display: none !important;
  }
  .numberP {
    font-size: 20px !important;
  }
  .collapse #sub-site-nav {
    height: 104px !important;
  }
}
@media only screen and (max-width: 768px) {
  .navHeader {
    padding: 0 !important;
    display: none !important;
  }
  .collapse #sub-site-nav {
    height: 104px !important;
  }
  #sub-site-nav li.nav-menu ul.menu-ul {
    width: 230px !important;
  }
  .footer-box {
    height: 115px;
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  .footer-box ul {
    display: none;
  }
  .footer-box .companyLogo {
    display: none;
  }
  .collapse #sub-site-nav {
    height: 138px;
    padding: 5px;
    top: 58px !important;
    background-color: rgba(44, 36, 36, 0.73) !important;
  }
  .collapse #sub-site-nav .nav-link {
    padding: 12px 5px;
    text-align: center;
    font-size: 12px;
    color: #fff !important;
  }
  .other-tologin-link,
  .register-or-find-password {
    display: none;
  }
  #bg-shadow1 {
    width: 100%;
    height: 100%;
    z-index: 799;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(26, 25, 25, 0.3);
  }
  #bg-shadow2 {
    width: 100%;
    height: 100%;
    z-index: 799;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(26, 25, 25, 0.3);
  }
  #wapNav {
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    display: block;
    z-index: 801;
  }
  #wapNav .wap-nav-content {
    display: flex;
    padding: 13px 25px;
  }
  #wapNav .wap-nav-content .put-on {
    position: absolute;
    padding-left: 5px;
    padding-top: 3px;
  }
  #wapNav .wap-nav-content .put-on .wap-nav-put i,
  #wapNav .wap-nav-content .put-on .wap-nav-on i {
    font-size: 29px;
    color: #7e7e7e;
  }
  #wapNav .wap-nav-content .wap-nav-logo {
    width: 100px;
    height: 43px;
    display: block;
    position: relative;
    margin: 0 auto;
  }
  #wapNav .wap-nav-content .wap-nav-logo a {
    width: 100%;
    height: 100%;
    display: block;
  }
  #wapNav .wap-nav-content .wap-nav-logo a img {
    width: 100%;
    margin-top: 9px;
    display: block;
  }
  #wapNav .wap-nav-content .wap-nav-login {
    position: absolute;
    right: 35px;
    top: 17px;
  }
  #wapNav .wap-nav-content .wap-nav-login .login-icon i {
    font-size: 30px;
    color: #7e7e7e;
  }
  #wapNav .wap-nav-content .wap-nav-login .head-or-name {
    top: -3px;
    left: 24px;
  }
  #wapNav .wap-nav-content .wap-nav-login .head-or-name .wap-nav-name {
    width: 42px;
    height: 42px;
    background-image: url(../images/glass.png);
    background-repeat: no-repeat;
    background-size: 42px 42px;
    border-radius: 50%;
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 2;
  }
  #wapNav .wap-nav-content .wap-nav-login .head-or-name .vip {
    height: 15px;
    position: absolute;
    right: 28px;
    top: 0px;
    cursor: pointer;
    display: none;
    z-index: 1;
  }
  #wapNav .wap-nav-content .wap-nav-login .head-or-name .login-name {
    position: relative;
    top: 41px;
  }
  .logouttwo {
    z-index: 800;
    width: 100%;
    position: absolute;
    top: 70px;
    background: #f8f8f8;
    padding: 30px 30px;
    display: block;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
  }
  .logouttwo .logouttwo-ul {
    width: 100%;
  }
  .logouttwo .logouttwo-ul .logouttwo-li {
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #eceef3;
    padding: 10px 0 10px 5px;
  }
  .logouttwo .logouttwo-ul .logouttwo-li:nth-child(1) {
    font-size: 12px;
    border-bottom: 0px;
    padding-bottom: 4px;
  }
  .logouttwo .logouttwo-ul .logouttwo-li:nth-child(1) .quit-login {
    color: #f3813a;
    border: 1px solid #f3813a;
    border-radius: 20px;
    float: right;
    padding: 4px 31px;
    position: relative;
    bottom: 7px;
  }
  .logouttwo .logouttwo-ul .logouttwo-li:last-child {
    color: #999999;
  }
  .wap-nav-drawer {
    width: 70%;
    height: calc(100vh - 70px);
    position: absolute;
    top: 70px;
    background: #f9fafe;
    display: block;
    z-index: 801;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .wap-nav-drawer ul {
    padding: 0 20px 0 25px;
  }
  .wap-nav-drawer ul li {
    font-size: 15px;
    padding: 20px 10px;
    border-bottom: 1px solid #eceef3;
  }
  .wap-nav-drawer ul li a {
    color: #666666;
  }
}
@media only screen and (max-width: 480px) {
  .footer-box {
    position: relative !important;
    /* 靳春野修改361px样式里的一些设置 */
  }
  .template-demos .login-window {
    width: 7.2rem !important;
  }
  #v_container_tel {
    width: 0.5rem !important;
    margin-left: 0.1rem !important;
    margin-top: 0.03rem;
  }
  .changeVerify_tel {
    line-height: 40px !important;
    margin-left: 1rem !important;
  }
  .template-demos .login-window .tologin-and-mask-box .form-box .tologin-input input {
    width: 3rem;
    border: none;
    display: block;
    padding-left: 35px;
    line-height: 40px;
    height: 38px;
    border-radius: 5px;
    font-size: 12px;
  }
  #verifyCode_tel {
    width: 1.5rem;
  }
  .template-demos .login-window .tologin-and-mask-box .form-box .tologin-input #get_phone_code {
    padding-left: 5px;
    cursor: pointer;
    border: none;
    border-left: 1px solid #ddd;
    height: 28px;
    line-height: 28px;
    margin-top: 6px;
    text-align: center;
    color: #ff6600;
    background-color: transparent;
    width: 74px;
    font-size: 12px;
    border-radius: 0;
  }
}
@media only screen and (max-width: 410px) {
  .forgetClass {
    padding: 22px 35px!important;
  }
}
@media only screen and (max-width: 400px) {
  .forgetClass {
    padding: 22px 32px!important;
  }
}
@media only screen and (max-width: 390px) {
  .forgetClass {
    padding: 22px 26px!important;
  }
}
@media only screen and (max-width: 380px) {
  .forgetClass {
    padding: 22px 20px!important;
  }
}
@media only screen and (max-width: 370px) {
  .forgetClass {
    padding: 22px 14px!important;
  }
}
@media only screen and (max-width: 360px) {
  .forgetClass {
    padding: 22px 14px!important;
  }
  .template-demos .login-window .tologin-and-mask-box .form-box {
    padding: 0 6px;
  }
  .template-demos .login-window .tologin-and-mask-box .forgetClass {
    padding: 22px 0;
  }
}
@media only screen and (max-width: 480px) {
  .footer-box p {
    padding: 10px;
    line-height: 25px;
  }
  .footer-box .companyLogo {
    display: none;
  }
  .autocomplete-suggestions {
    left: 16px !important;
  }
}
@media (max-width: 1024px) {
  .navHeader {
    padding: 0 20px !important;
  }
  .footerGzh {
    display: none !important;
  }
  .footer-wx-qr {
    display: none;
  }
}
/**
 * ----------------------------------------
 * 自上向下出现
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-bottom {
  -webkit-animation: slide-bottom 1.5s ease-in-out both;
  animation: slide-bottom 1.5s ease-in-out both;
}
/**
 * ----------------------------------------
 * 自左向右出现
 * ----------------------------------------
 */
.campusUl {
  width: 460px;
  height: 360px;
}
.campusUl .titlep1 {
  background: url('../images/u33.png') no-repeat right;
}
.campusUl .spantit {
  display: inline-block;
  width: 47.48%;
  text-align: center;
}
.campusUl li {
  float: left;
  width: 50%;
  height: 89% !important;
  background-color: #f8f8f8 !important;
}
.campusUl li p {
  position: relative;
}
.campusUl li p img {
  position: absolute;
  left: 76% !important;
  top: 66%;
  width: 18px;
  display: none;
}
.campusUl li p span {
  font-size: 15px;
  position: absolute;
  top: 38%;
  left: 12%!important;
  color: #c9c9c9;
}
.campusUl li p:hover .spanH {
  color: #ff8000;
}
.campusUl li a.click .spanH {
  color: #ff8000;
}
.campusUl li p:hover .imgH {
  display: block;
}
.campusUl .firstLi {
  background: url('../images/u35.png') no-repeat right;
  text-align: left;
  border-bottom-left-radius: 10px;
}
.campusUl .secLi {
  border-bottom-right-radius: 10px;
  text-align: left;
}
#developer,
#recharge {
  cursor: pointer;
  position: relative;
  background-color: #0082ff;
  width: 80px;
  height: 30px;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  line-height: 14px;
  display: none;
  margin-right: 10px;
}
#modelSer,
#development {
  cursor: pointer;
  position: relative;
  background-color: #0082ff;
  width: 80px;
  height: 30px;
  border-radius: 2px;
  font-size: 13px;
  text-align: center;
  line-height: 14px;
  margin-right: 10px;
}
#developer:hover,
#recharge:hover,
#modelSer:hover,
#development:hover {
  background-color: #0082ff;
}
.newPng {
  width: 30px;
  position: absolute;
  top: -6px;
  right: -5px;
}
.icon-fixed-money {
  width: 30px;
  height: 30px;
}
.userInfoBox {
  width: 140px;
  left: -41px;
  position: absolute;
  top: 56px;
  background: #f8f8f8;
  box-shadow: 0 0px 13px 3px rgba(97, 108, 121, 0.17);
  border: 1px solid #f1f1f1;
  border-top: none;
  line-height: 40px;
  display: none;
  border-radius: 10px;
  padding: 0 6px;
}
.userInfoBox li {
  text-align: left;
  position: relative;
}
.userInfoBox a {
  color: #000 !important;
  width: 100%;
  position: absolute;
  text-indent: 40px;
  left: 0;
}
.userInfoBox li:hover a {
  color: #ff8000 !important;
}
.vipLi {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 70px;
  width: 70px;
  position: relative;
  display: none;
}
.numberP {
  font-family: uino-digit !important;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 50px !important;
  color: #000 !important;
  margin-bottom: 10px;
}
.thingjsGzh {
  position: fixed;
  bottom: 181px;
  right: 88px;
  display: none;
  width: 150px !important;
  height: 150px !important;
}
.WX:hover .thingjsGzh {
  display: block;
}
.phoneLogin {
  color: #ff8700;
  font-size: 14px;
  margin-top: 8px;
}
.other-login {
  position: relative;
  text-align: center;
  margin-top: 60px;
  width: 300px;
  height: 40px;
}
.other-login .border {
  position: absolute;
  top: 50%;
  width: 300px;
  height: 1px;
  background: #ccc;
  border: 0 !important;
}
.other-login .loginMethod {
  position: relative;
  display: flex;
  justify-content: space-around;
  top: -5px;
}
.other-login .loginMethod li {
  z-index: 2;
  margin-right: -20px;
  padding: 5px;
  background-color: #ffffff;
}
.other-login .loginMethod li div {
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  border: 2px solid #ffffff;
}
#reg-tip-tel {
  right: 10px;
  top: 22%;
  width: 35%;
  line-height: 15px;
}
#reg-tip-email {
  right: 10px;
  top: 22%;
  width: 33%;
  line-height: 15px;
}
#reg-tip-pass {
  left: 198px;
  top: 22%;
  width: 98px;
  line-height: 15px;
  padding-right: 5px;
}
#reg-tip-num {
  top: 20%;
  left: 124px;
  width: 86px;
  text-align: right;
  line-height: 14px;
  text-indent: 0px;
  padding-right: 5px;
}
#reg-tip-img {
  top: 20%;
  left: 84px;
  width: 85px;
  text-align: right;
  line-height: 14px;
  text-indent: 0px;
  padding-right: 3px;
}
.wrapper2 .tooltip2 {
  border: 1px solid #dadada;
  border-top: 0;
  background: #fff;
  top: 258px;
  display: block;
  left: 40px;
  margin-bottom: 15px;
  opacity: 0;
  padding: 17px 15px;
  pointer-events: none;
  position: absolute;
  width: 260px;
  line-height: 5px;
  height: 12px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  /* box-shadow: 2px 6px 10px rgba(0, 0, 0, 0.28); */
  z-index: 2;
}
.wrapper2:hover .tooltip2 {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.wrapper2:hover .delta {
  display: block;
}
/* IE can just show/hide with no transition */
.lte8 .wrapper2 .tooltip2 {
  display: none;
}
.lte8 .wrapper2:hover .tooltip2 {
  display: block;
}
.delta {
  width: 15px;
  height: 15px;
  top: 249px;
  left: 80px;
  border: 1px solid #dadada;
  background-color: #fff;
  box-shadow: none;
  border-radius: 3px;
  float: left;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: none;
}
.lgOther {
  margin-top: 13px;
  margin-bottom: 14px;
}
.login-tip {
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  background: #d16d62;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  display: none;
  float: left;
  width: 30%;
  padding: 4px;
  position: absolute;
}
#login-forget:hover {
  color: #ff8000;
}
#login-reg:hover {
  color: #ff8000;
}
#login-fas:hover {
  color: #ff8000;
}
.nav-login {
  color: #fff;
  display: block;
}
.layui-tab-content {
  padding: 0px !important;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border: none !important;
}
.layui-tab-title {
  border: none !important;
}
.icon-cuowu1 {
  top: 9px;
}
.login-window .login-window-in .login-reg-item .icon-cuowu1 {
  top: 9px;
}
.buyModelDiv {
  border-radius: 5px;
}
.payMentdiv .layui-layer-btn .layui-layer-btn0 {
  border-color: #ff7f00;
  background-color: #ff7f00;
  color: #fff !important;
}
.payMentdiv .layui-layer-title {
  display: block !important;
}
.noEvents {
  pointer-events: none;
}
.forgetClass {
  padding: 22px 40px;
  height: 450px;
  width: 380px;
}
.wxLogin-win {
  display: none;
}
.error-hint-box {
  display: none;
  font-size: 12px;
  line-height: 13px;
  text-align: right;
  background: #d16d62;
  height: 22px;
  color: #fff;
  border-radius: 4px;
  float: left;
  min-width: 26%;
  padding: 4px;
  position: absolute;
  top: 9px;
  right: 9px;
}
.tologin-input-box {
  position: relative;
}
.caminfoSkin {
  min-height: 162px;
}
.setPwd-win {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 900;
  width: 380px;
  overflow: hidden;
  background: #ffffff;
  color: #333;
  padding: 22px 40px;
}
.setPwd-win .login-forget-window {
  margin: 20px 0;
}
.setPwd-win .tologin-input-box {
  position: relative;
}
.setPwd-win .tologin-input-box .tologin-input {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
.setPwd-win .tologin-input-box .tologin-input span {
  margin-left: 11px;
  position: absolute;
}
.setPwd-win .tologin-input-box .tologin-input input {
  width: 100%;
  border: none;
  display: block;
  padding-left: 35px;
  line-height: 40px;
  height: 38px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #ffffff;
  color: #444444;
}
.setPwd-win .setPwd-btn {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #ff8000;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
}
.setPwdTip.model_service_box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.setPwdTip .sureAlert {
  width: 396px;
  height: 213.2px;
  position: absolute;
  background-color: #fff;
  -webkit-box-shadow: 1px 4px 23px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 4px 23px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: calc(50% - 114px);
  left: calc(50% - 169px);
}
.setPwdTip .sureAlert .title .title-p {
  font-size: 14px;
  font-weight: 500;
  line-height: 51px;
  width: 140px;
}
.setPwdTip .sureAlert .title .close_c {
  position: absolute;
  top: 12px;
  right: 17px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.setPwdTip .sureAlert .sureTip1 {
  color: #333;
  font-size: 13px;
  line-height: 20px;
  margin: auto;
  margin-left: 0;
}
.setPwdTip .sureAlert .shareFooter .primary {
  color: #fff;
  background-color: #ff6110;
}
.setPwdTip .sureAlert .btnClass {
  border-radius: 3px;
  padding: 5px 0px;
  margin: 0 8px;
  width: 75px;
  text-align: center;
  height: 30px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.setPwdTip.success_box .sureAlert .sureContent {
  line-height: 58px;
  padding: 16px 30px;
}
.fail_box .sureAlert {
  top: calc(50% - 34px);
}
.fail_box .sureAlert .sureContent {
  line-height: 82px;
  padding: 15px 44px;
}
.fail_box .sureAlert .shareFooter {
  padding-left: 32%;
}
.success_box .sureAlert .sureContent {
  line-height: 58px;
  padding: 16px 30px;
}
.sureAlert .sureContent {
  line-height: 58px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  padding: 25px 44px;
  padding-bottom: 33px;
  position: relative;
  min-height: 114px;
}
.sureAlert .sureContent img {
  width: 30px;
  height: 30px;
  margin: auto;
  margin-right: 10px;
}
.sureAlert .sureContent .sureDelTip {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  line-height: 18px;
  padding-left: 45px;
  display: block;
  height: 90px;
}
.sureAlert .shareFooter {
  height: 50px;
  border-top: 1px solid #eee;
  padding-left: 35%;
}
.sureAlert .shareFooter.infoFooter {
  height: 50px;
  display: flex;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
}
.sureAlert .title {
  height: 50px;
  position: relative;
  border-bottom: 1px solid #eee;
  color: #333;
  padding: 0 15px;
}
.setPwdTip {
  display: none;
}
.setTimeSpan {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  color: #ccc;
  background: #444444;
  opacity: 0.8;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  font-size: 40px;
  font-weight: 500;
  line-height: 80px;
  border: 1px solid #26292b;
  box-shadow: 0px 2px 7px 0px rgba(16, 16, 16, 0.5);
}
.campusUl {
  width: 460px;
  height: 360px;
}
.campusUl .titlep1 {
  background: url("../images/u33.png") no-repeat right;
}
.campusUl .spantit {
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
}
.campusUl li {
  float: left;
  width: 50%;
  height: 89% !important;
  background-color: #f8f8f8 !important;
}
.campusUl li p {
  position: relative;
}
.campusUl li p img {
  position: absolute;
  left: 66%;
  top: 66%;
  width: 18px;
  display: none;
}
.campusUl li p span {
  font-size: 15px;
  position: absolute;
  top: 38%;
  left: 12%;
  color: #c9c9c9;
}
.campusUl li p:hover .spanH {
  color: #ff8000;
}
.campusUl li p:hover .imgH {
  display: block;
}
.campusUl li a.click .spanH {
  color: #ff8000;
}
.campusUl .firstLi {
  background: url("../images/u35.png") no-repeat right;
  text-align: left;
  border-bottom-left-radius: 10px;
}
.campusUl .secLi {
  border-bottom-right-radius: 10px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .query-group {
    display: none !important;
  }
  .spantit {
    width: 48% !important;
  }
  .collapse .navbar-nav .nav-link[data-act="main"],
  .collapse .navbar-nav .nav-link[data-act="demo"],
  .collapse .navbar-nav .nav-link[data-act="projectList"],
  .collapse .navbar-nav .nav-link[data-act="aboutUs"],
  .collapse .navbar-nav .nav-link[data-act="price"] {
    display: block !important;
  }
  #sub-site-nav {
    height: 205px;
  }
  .nav_mobile {
    display: none !important;
  }
  .tit {
    color: #fff;
  }
  #sub-site-nav li.nav-menu ul.menu-ul {
    min-width: 49px;
    max-width: 230px;
    position: absolute;
    top: 0px;
    left: 85px;
    border-top: none;
    display: block;
    line-height: 2.5rem;
    border-radius: 0.25em;
    height: 201px;
    background: rgba(44, 36, 36, 0.73) !important;
  }
  .titlep1 {
    background: none;
  }
  .menu-ul {
    display: none;
  }
  .campusUl li {
    display: block !important;
    height: 80% !important;
    background: none !important;
  }
  .firstLi p {
    margin-left: 6%;
    padding: 8px 2px;
    display: block !important;
  }
  .firstLi .nav-href {
    padding: 0 2px !important;
    margin-left: 3% !important;
  }
  .secLi p {
    /* margin-left: 6%; */
    padding: 8px 2px;
    display: block !important;
  }
  .secLi .nav-href {
    padding: 0 2px !important;
    margin-left: 3% !important;
  }
  .spanH {
    display: none;
  }
  .collapse .navbar-nav .atitle {
    display: block !important;
  }
  .collapse #sub-site-nav {
    height: 209px;
    padding: 5px;
    top: 58px !important;
    background-color: rgba(44, 36, 36, 0.73) !important;
  }
  .collapse #sub-site-nav .nav-link {
    font-size: 14px !important;
    line-height: 16px;
    color: #fff !important;
  }
  .collapse #sub-site-nav {
    height: 295px;
    padding: 5px;
    top: 58px !important;
    background-color: rgba(44, 36, 36, 0.73) !important;
  }
  #sub-site-nav li.nav-menu ul.menu-ul {
    min-width: 49px;
    max-width: 300px;
    position: absolute;
    top: 0px;
    left: 115px;
    border-top: none;
    display: block;
    line-height: 2.5rem;
    border-radius: 0.25em;
    height: 201px;
    background: rgba(44, 36, 36, 0.73) !important;
  }
  /* .secLi p {
      margin-left: 24%;
    } */
  #thingjs {
    display: block !important;
    font-weight: normal !important;
  }
  #thingjs1 {
    display: none !important;
  }
  .collapse #sub-site-nav .nav-link {
    text-align: center;
  }
  .collapse #sub-site-nav {
    height: 104px !important;
    padding: 5px;
    top: 58px !important;
    background-color: rgba(44, 36, 36, 0.73) !important;
  }
}
@media only screen and (max-width: 864px) {
  #sub-site-nav li.nav-menu ul.menu-ul {
    min-width: 49px !important;
    max-width: 302px !important;
    position: absolute !important;
    top: 13px !important;
    left: 115px !important;
  }
}
@media only screen and (max-width: 768px) {
  #sub-site-nav li.nav-menu ul.menu-ul {
    min-width: 49px !important;
    max-width: 302px !important;
    position: absolute !important;
    top: 0px !important;
    left: 85px !important;
  }
}
@media (min-width: 1035px) and (max-width: 1540px) {
  #developer,
  #recharge1,
  #development,
  #modelSer {
    width: 70px !important;
    height: 23px !important;
    font-size: 12px !important;
    line-height: 12px !important;
    padding: 6px !important;
    top: 25% !important;
  }
  #sub-site-nav .nav-barTwo::before {
    width: 80px;
    left: 4px;
  }
  #sub-site-nav .nav-barThree::before {
    width: 80px;
    left: 4px;
  }
}
@media (min-width: 1024px) {
  #navHeaderForTutorial header.header.theme_white {
    border-bottom: 1px solid rgba(158, 158, 158, 0.5) !important;
  }
  #navHeaderForTutorial header.header.theme_white a.navbar-brand.nav-href .title .logo {
    background: url("../images/new/logo-w.png") 0% 0% / contain no-repeat !important;
  }
  #navHeaderForTutorial header.header.theme_white #navbarHeader #sub-site-nav .nav-link:not(.atitle),
  #navHeaderForTutorial header.header.theme_white #navbarHeader #sub-site-nav .changNav:not(.atitle) {
    color: #ffffff;
  }
  #navHeaderForTutorial header.header.theme_white #navbarHeader #sub-site-nav .nav-link:not(.atitle) #phone,
  #navHeaderForTutorial header.header.theme_white #navbarHeader #sub-site-nav .changNav:not(.atitle) #phone {
    background: url(../images/new/phone1.png) no-repeat !important;
  }
  #navHeaderForTutorial header.header.theme_white #navbarHeader #sub-site-nav + ul.query-group li a.nav-link {
    color: #ffffff !important;
  }
  #navHeaderForTutorial header.header.theme_white #navbarHeader #sub-site-nav + ul.query-group li a.nav-link#nav-reg {
    color: #ff7f00 !important;
  }
  #navHeaderForTutorial header.header.theme_black {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  }
  #navHeaderForTutorial header.header.theme_black a.navbar-brand.nav-href .title .logo {
    background: url("../images/new/logo-b.png") 0% 0% / contain no-repeat !important;
  }
  #navHeaderForTutorial header.header.theme_black #navbarHeader #sub-site-nav .nav-link:not(.atitle),
  #navHeaderForTutorial header.header.theme_black #navbarHeader #sub-site-nav .changNav:not(.atitle) {
    color: #333333 !important;
  }
  #navHeaderForTutorial header.header.theme_black #navbarHeader #sub-site-nav .nav-link:not(.atitle) #phone,
  #navHeaderForTutorial header.header.theme_black #navbarHeader #sub-site-nav .changNav:not(.atitle) #phone {
    background: url(../images/new/phone2.png) no-repeat !important;
  }
  #navHeaderForTutorial header.header.theme_black #navbarHeader #sub-site-nav + ul.query-group li a.nav-link {
    color: #333333 !important;
  }
  #navHeaderForTutorial header.header.theme_black #navbarHeader #sub-site-nav + ul.query-group li a.nav-link#nav-reg {
    color: #ff7f00 !important;
  }
}
