﻿#nb_icon_wrap,
#nb_invite_wrap,
#mobile_chat_bubble,
#icon_menu_module,
#nb_nodeboard {
  display: none !important;
}
.container,
.vzan-container {
  width: 1200px;
  margin: 0 auto;
}
.vz-font {
  font-family: 'TG-TYPE-Bold';
}
button.primary {
  background: linear-gradient(-30deg, #0060ff, #0084ff);
  color: #fff;
}
button.circle {
  position: relative;
  overflow: hidden;
}
button.circle span {
  position: relative;
  z-index: 3;
}
button.circle i {
  position: absolute;
  border-radius: 50%;
  transition: all 0.5s linear;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 0;
  height: 0;
}
/* @font-face {
  font-family: 'TG-TYPE-Bold';
  src: url('../font/TG-TYPE-Bold.otf');
} */
body {
  font-size: 14px;
  color: #202124;
  min-width: 1350px;
}
.one-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* 导航 start */
.vzan-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: 60px;
  color: #fff;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 1350px;
}
.vzan-nav:hover,
.vzan-nav.white {
  background: #fff !important;
  color: #000 !important;
}
.vzan-nav:hover .login,
.vzan-nav.white .login {
  color: #006cff !important;
}
.vzan-nav .logo {
  margin-right: 50px;
  display: flex;
  align-items: center;
}
.vzan-nav .logo img {
  width: 40px;
  height: 40px;
  margin-right: -3px;
}
.vzan-nav .logo i {
  font-size: 30px;
}
.vzan-nav .left {
  display: flex;
  align-items: center;
}
.vzan-nav .right {
  display: flex;
}
.vzan-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0;
}
.vzan-nav .nav-list {
  display: flex;
}
.vzan-nav .phone {
  display: flex;
  align-items: center;
  line-height: 60px;
  font-size: 24px;
  margin-right: 12px;
}
.vzan-nav .phone i {
  font-size: 24px;
  margin-right: 11px;
}
.vzan-nav .exp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006CFF;
  width: 124px;
  box-sizing: border-box;
  color: #fff;
}
.vzan-nav .exp.login {
  background: transparent;
  color: inherit;
  padding: 0;
}
.vzan-nav button,
.vzan-nav .nav-btn {
  background: transparent;
  line-height: 60px;
  height: 60px;
  margin-right: 40px;
  color: inherit;
  position: relative;
}
.vzan-nav button:hover,
.vzan-nav .nav-btn:hover {
  color: #006CFF;
  font-weight: 700;
}
.vzan-nav button:hover:before,
.vzan-nav .nav-btn:hover:before {
  content: ' ';
  width: 12px;
  height: 3px;
  background: #006CFF;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
}
.vzan-nav button a,
.vzan-nav .nav-btn a {
  cursor: pointer;
  color: inherit;
  width: 100%;
  height: 100%;
  display: block;
}
.nav-open-tab {
  position: fixed;
  top: 60px;
  left: 50%;
  width: 1200px;
  height: 0;
  margin-left: -600px;
  line-height: 1;
  font-weight: normal;
  overflow: hidden;
  display: flex;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 51, 119, 0.06);
  transition: height 0.4s;
}
.nav-open-tab .open-aside {
  width: 290px;
  height: 100%;
  box-sizing: border-box;
  padding-top: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.71) 0%, #f6faff 100%);
  display: flex;
  flex-direction: column;
}
.nav-open-tab .open-aside .aside-item {
  margin-bottom: 40px;
  padding: 0 40px;
}
.nav-open-tab .open-aside .aside-item:last-of-type {
  margin-bottom: 0;
}
.nav-open-tab .open-aside p {
  color: #919499;
  font-size: 16px;
  margin-bottom: 14px;
}
.nav-open-tab .open-aside span {
  font-size: 20px;
  color: #202124;
}
.nav-open-tab .open-aside .cousult-text {
  margin-top: auto;
  color: #006CFF;
  text-align: center;
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  margin-bottom: 0;
  border-top: 1px solid #EFF4FB;
}
/* 导航 end */
/* 行业应用展开内容 start */
.nav-open-app:hover .open-app {
  height: 280px;
}
.nav-open-tab.open-app .open-list {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
}
.nav-open-tab.open-app .open-list .item {
  width: 270px;
  height: 100px;
  transition: all 0.3s;
  text-align: left;
  cursor: pointer;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  transition: all 0.4s;
}
.nav-open-tab.open-app .open-list .item:hover {
  font-weight: 700;
}
.nav-open-tab.open-app .open-list .item i {
  width: 36px;
  height: 36px;
  background-size: cover;
  margin-right: 10px;
}
.nav-open-tab.open-app .open-list .item p {
  font-size: 20px;
  color: #202124;
  margin-bottom: 10px;
}
.nav-open-tab.open-app .open-list .item span {
  color: #919499;
  font-size: 14px;
}
.nav-open-tab.open-app .open-list .item:hover {
  background: #F8FBFF;
}
.nav-open-tab.open-app .open-list .item:nth-of-type(1) i {
  background-image: url(../images/k1.png);
}
.nav-open-tab.open-app .open-list .item:nth-of-type(2) i {
  background-image: url(../images/k4.png);
}
.nav-open-tab.open-app .open-list .item:nth-of-type(3) i {
  background-image: url(../images/k2.png);
}
.nav-open-tab.open-app .open-list .item:nth-of-type(4) i {
  background-image: url(../images/k5.png);
}
.nav-open-tab.open-app .open-list .item:nth-of-type(5) i {
  background-image: url(../images/k3.png);
}
.nav-open-tab.open-app .open-list .item:nth-of-type(6) i {
  background-image: url(../images/k6.svg);
}
.nav-open-tab.open-app .open-list .item:nth-of-type(7) i {
  background-image: url(../fonts/k7.svg);
}
/* 行业应用展开内容 end */
/* 下载与帮助展开内容 start */
.nav-open-download:hover .open-download {
  height: 280px;
}
.nav-open-tab.open-download .open-list {
  flex: 1;
  display: flex;
}
.nav-open-tab.open-download .item {
  flex: 1;
  padding-left: 100px;
  height: 100%;
  padding-top: 40px;
  box-sizing: border-box;
  color: #202124;
  border-right: 1px solid #F5F6F7;
}
.nav-open-tab.open-download .item:last-of-type {
  border-right: none;
}
.nav-open-tab.open-download .item h2 {
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 700;
}
.nav-open-tab.open-download .item a {
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 34px;
  height: auto;
}
.nav-open-tab.open-download .item a:last-of-type {
  margin-bottom: 0;
}
.nav-open-tab.open-download .item a:hover {
  color: #006CFF;
}
/* 下载与帮助展开内容 end */
/* 关于我们 start */
.nav-open-about:hover .nav-about-tab {
  height: 180px;
}
.nav-about-tab {
  position: absolute;
  top: 100%;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.4s;
  background: #fff;
  box-shadow: 0px 20px 60px 0px rgba(0, 51, 119, 0.06);
  width: 140px;
  margin-left: -39px;
}
.nav-about-tab .item {
  height: 60px;
  color: #202124;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}
.nav-about-tab .item:hover {
  color: #006cff;
}
.nav-about-tab .item i {
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.nav-about-tab .item:nth-of-type(1) i {
  background-image: url(../images/prd.png);
}
.nav-about-tab .item:nth-of-type(2) i {
  background-image: url(../images/joinus.png);
}
.nav-about-tab .item:nth-of-type(3) i {
  background-image: url(../images/mediabd.png);
}
/* 关于我们 end */
/* 专注企业直播 start */
.vzan-foot-exp {
  background: url(../images/fot.png);
  background-size: cover;
  height: 180px;
}
.vzan-foot-exp .container {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.vzan-foot-exp h1 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.vzan-foot-exp button {
  border-radius: 2px;
  background: #fff;
  color: #006CFF;
  font-size: 16px;
  width: 140px;
  height: 50px;
}
/* 专注企业直播 end */
/* 7*24 start */
.vzan-foot-724 {
  display: flex;
  justify-content: space-between;
  height: 104px;
  align-items: center;
}
.vzan-foot-724 .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 121px;
}
.vzan-foot-724 .item:last-of-type {
  margin-right: 0;
}
.vzan-foot-724 .item:last-of-type i {
  color: red;
}
.vzan-foot-724 .item i {
  font-size: 24px;
  margin-right: 10px;
}
/* 7*24 end */
/* footer start */
.vzan-footer {
  border-top: 1px solid #F6F7F8;
  border-bottom: 1px solid #F6F7F8;
  padding: 60px 0;
}
.vzan-footer .container {
  display: flex;
}
.vzan-footer .row {
  margin-right: 95px;
}
.vzan-footer .row p {
  font-weight: bold;
  margin-bottom: 34px;
}
.vzan-footer .row a {
  color: #60646B;
  margin-bottom: 30px;
  display: block;
}
.vzan-footer .row a:last-of-type {
  margin-bottom: 0;
}
.vzan-footer .row a:hover {
  color: #006cff;
}
.vzan-footer .qr-phone {
  margin-left: auto;
  color: #747474;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.vzan-footer .qr-phone p {
  padding-right: 5px;
  margin-top: 10px;
}
.vzan-footer .qr-phone h1 {
  font-size: 35px;
  font-weight: bold;
  color: #353535;
}
.vzan-footer .qr-phone .s-phone {
  margin: 14px 0 30px;
  font-size: 16px;
}
.vzan-footer .qr-phone img {
  width: 120px;
  margin-right: -3px;
}
.vzan-footer .mail {
  margin-bottom: 30px;
}
.vzan-footer .mail a {
  margin-bottom: 14px;
}
.vzan-footer .mail a:last-of-type {
  margin-bottom: 0;
}
.vzan-footer .mail a:hover {
  color: #60646B;
}
.copyright {
  color: #B8BABF;
  display: flex;
  justify-content: space-between;
  height: 80px;
  align-items: center;
  font-size: 12px;
}
/* footer end */
/* 我们的优势 start */
.vzan-adv {
  padding: 100px 0 120px;
  text-align: center;
  background: url(../images/dv.png) no-repeat;
  background-size: cover;
}
.vzan-adv h1 {
  font-size: 40px;
  margin-bottom: 80px;
  font-weight: bold;
}
.vzan-adv .container {
  display: flex;
  justify-content: space-between;
}
.vzan-adv .item {
  border: 1px solid #f5f6f7;
  width: 282px;
  height: 280px;
  background: #fff;
  padding: 0 33px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.vzan-adv .item:first-of-type i {
  background-image: url(../images/d1.png);
}
.vzan-adv .item:nth-of-type(2) i {
  background-image: url(../images/d2.png);
}
.vzan-adv .item:nth-of-type(3) i {
  background-image: url(../images/d3.png);
}
.vzan-adv .item:nth-of-type(4) i {
  background-image: url(../images/d4.png);
}
.vzan-adv .item .line {
  position: absolute;
  top: 0;
  height: 2px;
  background: #006CFF;
  width: 0;
  transition: all 0.3s;
}
.vzan-adv .item:hover {
  background: linear-gradient(180deg, #f0f6ff 0%, #ffffff 100%);
  box-shadow: 0px 40px 80px -5px rgba(0, 51, 120, 0.1);
  border: 1px solid #f5f6f7;
}
.vzan-adv .item:hover .line {
  width: 100%;
}
.vzan-adv .item:hover h2,
.vzan-adv .item:hover p {
  color: #006CFF;
}
.vzan-adv .item i {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-repeat: no-repeat;
}
.vzan-adv .item h2 {
  font-size: 22px;
  margin: 30px 0 15px;
  font-weight: 700;
  transition: all 0.3s;
}
.vzan-adv .item p {
  font-size: 16px;
  color: #60646B;
  line-height: 1.8;
  transition: all 0.3s;
}
/* 我们的优势 end */
/* 侧边栏 start */
.vzan-aside {
  position: fixed;
  z-index: 210;
  right: 12px;
  bottom: 15%;
}
.vzan-aside .aside-item {
  position: relative;
  width: 70px;
  height: 70px;
  background: #202124;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.4s;
  cursor: pointer;
}
.vzan-aside .aside-item .iconfont {
  display: block;
  font-size: 20px;
  margin-bottom: 8px;
  color: #fff;
}
.vzan-aside .aside-item.active {
  background: #006CFF;
}
.vzan-aside .aside-item.code:hover {
  background: #202124;
}
.vzan-aside .aside-item.code:hover .qrbox {
  display: block;
}
.vzan-aside .aside-item.consult:hover .aside-form {
  right: 0;
}
/* 调试提交信息tantanantan框 */
/* .vzan-aside .aside-item.consult .aside-form {
  right: 0;
} */
.vzan-aside .aside-item .hoverBtn {
  width: 100%;
  height: 100%;
  background: none;
  color: #fff;
}
.vzan-aside .qrbox {
  position: absolute;
  right: 84px;
  padding: 15px;
  padding-bottom: 20px;
  background: #fff;
  box-shadow: 0px 5px 40px 0px rgba(32, 33, 36, 0.08);
  border: 1px solid #efefef;
  font-size: 16px;
  color: #202124;
  text-align: center;
  display: none;
}
.vzan-aside .qrbox img {
  width: 150px;
  height: 150px;
  padding-bottom: 9px;
}
.aside-form {
  position: fixed;
  z-index: 210;
  right: -470px;
  top: 0;
  height: 100%;
  width: 460px;
  transition: all 0.5s;
  background: #fff;
  box-shadow: -30px 2px 100px 0px rgba(32, 33, 36, 0.07);
  color: #202124;
}
.aside-form .aside-toast {
  position: absolute;
  top: 50%;
  height: 50%;
}
.aside-form.fix {
  right: 0 !important;
}
.aside-form .head-area {
  text-align: center;
}
.aside-form .head-area img {
  width: 90px;
  height: 90px;
  box-shadow: 0px 10px 50px 0px rgba(32, 33, 36, 0.1);
  border-radius: 45px;
  border: 4px solid #ffffff;
}
.aside-form .head-area p {
  font-size: 18px;
  margin: 30px 0 20px;
}
.aside-form .head-area h1 {
  font-size: 40px;
  font-weight: bold;
}
.aside-form .form {
  padding: 50px 30px 0;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.aside-form .form .form-title {
  font-size: 20px;
  margin-bottom: 40px;
}
.aside-form .form input,
.aside-form .form textarea {
  outline: none;
  border: none;
}
.aside-form .form .input-row {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 15px;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
  height: 50px;
  margin-bottom: 20px;
}
.aside-form .form .input-row.active {
  border: 1px solid #202124;
}
.aside-form .form .input-row input {
  border-left: 1px solid #EFEFEF;
  padding: 0 12px;
  flex: 1;
  font-size: 14px;
}
.aside-form .form .input-row i {
  width: 24px;
  height: 24px;
  background-size: cover;
  margin-right: 15px;
}
.aside-form .form .input-row i.user {
  background-image: url(../images/user.png);
}
.aside-form .form .input-row i.phone {
  background-image: url(../images/phone.png);
}
.aside-form .form textarea {
  border: 1px solid #EFEFEF;
  width: 100%;
  height: 120px;
  padding: 18px;
  box-sizing: border-box;
  resize: none;
  font-size: 14px;
}
.aside-form .form button {
  width: 240px;
  height: 50px;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background: #006CFF;
  margin-top: 40px;
  box-shadow: 0px 10px 40px -5px rgba(0, 108, 255, 0.3);
}
.center-form-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aside-form.center {
  position: static;
  background: #fff;
  height: auto;
  width: 480px;
  height: 515px;
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #F3F3F3;
  box-shadow: 0px 12px 87px 24px rgba(53, 53, 53, 0.06);
  border-radius: 10px;
}
.aside-form.center .form {
  padding-top: 30px;
}
/* 侧边栏 end */
.hoverBtn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #0084ff;
}
.hoverBtn > span,
.hoverBtn > i {
  display: block;
  position: relative;
  z-index: 10;
}
.hoverBtn:after,
.hoverBtn:before {
  padding: 18px 0 11px;
  content: '';
  position: absolute;
  top: 0;
  left: calc(-100% - 50px);
  height: calc(100% - 29px);
  width: calc(100% + 30px);
  color: #fff;
  border-radius: 2px;
  transform: skew(-25deg);
}
.hoverBtn:after {
  background: #fff;
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1) 0.2s;
  z-index: 0;
  opacity: 0.8;
}
.hoverBtn:before {
  background: #006cff;
  z-index: 5;
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.hoverBtn:hover:after {
  left: calc(0% - 15px);
  transition: left 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.hoverBtn:hover:before {
  left: calc(0% - 15px);
  transition: left 1s cubic-bezier(0.86, 0, 0.07, 1);
}
.hoverBtn.white:before {
  background: #E5F1FF;
}
.hoverBtn.white:hover {
  color: #006cff;
}
#toast {
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 1.5;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  max-width: 300px;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  z-index: 102;
  display: none;
}
/* 小屏适配 start */
@media screen and (max-height: 810px) {
  .aside-form {
    overflow-y: auto;
  }
  .aside-form .head-area {
    padding: 26px 0;
  }
  .aside-form .form {
    padding-top: 30px;
  }
  .aside-form .form button {
    margin-top: 30px;
  }
  .aside-form .form-title {
    margin-bottom: 30px;
  }
}
/* 小屏适配 end */
