@charset "UTF-8";
.container {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  /* 顶部样式 */
  /* 导航栏默认样式 */
  /* 导航栏激活样式 */
}

.container .header {
  width: 100%;
  height: 80px;
  transition: all 0.3s;
  font-size: 16px;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  /* 左侧logo */
  /* 右侧导航栏 */
}

.container .header .navbar-section {
  width: 1300px;
  min-width: 1300px;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.container .header .logo-section {
  width: 450px;
  height: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}
.container .header .logo-section img {
  height: 53px;
}
.container .header .logo-section a {
  cursor: pointer;
}

.container .header .logo-section .wx-icon {
  width: 170px;
  height: 35px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.container .header .logo-section .wx-icon .left-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  background-color: #03B278;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.container .header .logo-section .wx-icon .left-icon .iconfont {
  font-size: 18px;
}

.container .header .logo-section .wx-icon .right-title {
  display: inline-block;
  width: 135px;
  height: 35px;
  text-align: center;
  line-height: 30px;
  border: 2px solid #03B278;
  border-left: none;
  color: #03B278;
  background-color: #fff;
}

.container .header .navbar {
  width: calc(100% - 450px);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
}

.container .header .navbar .navbar-item {
  display: inline-block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all 0.3s;
  margin-right: 50px;
}

.container .header .navbar .navbar-item-active {
  color: #fff;
}

.container .header .navbar .login-btn, .container .header .navbar .free-use {
  display: inline-block;
  width: 120px;
  height: 50px;
  border-radius: 27px;
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  transition: all 0.3s;
}

.container .header .navbar .free-use {
  color: #03B278;
  background: #FFFFFF;
  border: 1px solid #03B278;
}

.container .navbar-base {
  background-color: transparent;
  color: #fff;
}

.container .navbar-base .navbar-item {
  color: #fff;
}

.container .navbar-base .navbar-item-active {
  color: #fff !important;
  position: relative;
}

.container .navbar-base .navbar-item-active::after {
  content: '';
  width: 32px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.container .navbar-base .login-btn, .container .navbar-base .header .navbar .free-use, .container .header .navbar .navbar-base .free-use {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

.container .navbar-active {
  background-color: #fff;
  border-bottom: 1px solid #e7e9ed;
  color: #000000;
}

.container .navbar-active .navbar-item {
  color: #000000;
}

.container .navbar-active .navbar-item-active {
  color: #03B278 !important;
  position: relative;
}

.container .navbar-active .navbar-item-active::after {
  content: '';
  width: 32px;
  height: 3px;
  background-color: #03B278;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.container .navbar-active .login-btn, .container .navbar-active .header .navbar .free-use, .container .header .navbar .navbar-active .free-use {
  background: #03B278;
  border: none;
  color: #fff;
}
/* 底部样式 */
.footer {
  width: 100%;
  height: 485px;
  color: #888888;
  background-color: #0F131A;
}

.footer .link-section {
  width: 100%;
  height: 360px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.footer .link-section .link-box-section {
  width: 1200px;
  height: 100%;
}

.footer .link-section .link-box-section .link-top {
  width: 100%;
  height: 285px;
  padding: 50px 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.footer .link-section .link-box-section .link-top a {
  color: #888888;
}

.footer .link-section .link-box-section .link-top .link-title {
  font-size: 20px;
  color: #fff;
  height: 60px;
}

.footer .link-section .link-box-section .link-top .page-link {
  width: 400px;
  height: 100%;
  position: relative;
}

.footer .link-section .link-box-section .link-top .page-link p:nth-child(2) {
  height: 40px;
}

.footer .link-section .link-box-section .link-top .page-link a:nth-child(2) {
  margin-left: 40px;
}

.footer .link-section .link-box-section .link-top .page-link::after {
  content: '';
  width: 1px;
  height: 80%;
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #555555;
}

.footer .link-section .link-box-section .link-top .contact-us {
  width: 500px;
  height: 100%;
  padding-left: 120px;
}

.footer .link-section .link-box-section .link-top .contact-us p:nth-child(2) {
  height: 40px;
}

.footer .link-section .link-box-section .link-top .contact-us p:nth-child(3) {
  height: 60px;
}

.footer .link-section .link-box-section .link-top .contact-us .consulting {
  width: 90px;
  height: 40px;
  background: #0F131A;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  display: flex;
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  cursor: pointer;
}

.footer .link-section .link-box-section .link-top .wx-qrcode {
  width: 400px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.footer .link-section .link-box-section .link-top .wx-qrcode .logo {
  width: 170px;
  height: 40px;
}

.footer .link-section .link-box-section .link-top .wx-qrcode .qrcode {
  width: 140px;
  height: 140px;
  margin-top: 20px;
}

.footer .link-section .link-box-section .link-bottom {
  width: 100%;
  height: 75px;
  border-top: 1px solid #555555;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}


.footer .link-section .link-box-section .link-bottom span{
  display: inline-block;
  margin-left: 60px;
}

.footer .link-section .link-box-section .link-bottom span a {
  color: #888888;
}
.footer .link-section .link-box-section .link-bottom span:first-child {
  color: #fff;
  margin-left: 0;
}

.footer .filing-section {
  width: 100%;
  height: 125px;
  background-color: #090C12;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

/* 按钮样式1(白底绿字) */
.button-primary {
  width: 144px;
  height: 58px;
  background: #FFFFFF;
  border: 1px solid #03B278;
  border-radius: 10px;
  cursor: pointer;
  color: #03B278;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 15px;
}
.button-primary:hover{
  color: #03B278 !important;
}

/* 按钮样式2(绿底白字) */
.button-scrm {
  width: 144px;
  height: 58px;
  background: #03B278;
  border: 0px solid #FFFFFF;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-left: 15px;
}
.button-scrm:hover{
  color: #fff !important;
}
/* 侧边浮动 */
.side-suspend {
  position: fixed;
  right: 60px;
  width: 90px;
  height: 360px;
  bottom: 60px;
  z-index: 101;
}

.side-suspend .suspend {
  cursor: pointer;
  position: relative;
  width: 80px;
  margin: 0 auto;
}

.side-suspend .suspend::after, .side-suspend .suspend .suspend-border {
  position: absolute;
  width: 80px;
  height: 80px;
}

.side-suspend .suspend .suspend-border {
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: url(../images/border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-animation: avatar-border 1s linear infinite;
  animation: avatar-border 1s linear infinite;
}

@keyframes avatar-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  25% {
    transform: scale(1.1);
    opacity: .8;
  }
  50% {
    transform: scale(1.2);
    opacity: .1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.side-suspend .suspend .suspend-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.side-suspend .suspend .suspend-avatar img {
  width: 100%;
  height: 100%;
  -webkit-animation: anchor-img-data 1s linear infinite;
  animation: anchor-img-data 1s linear infinite;
  object-fit: cover;
  border-radius: 50%;
}

@keyframes anchor-img-data {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

.side-suspend .suspend .suspend-text {
  position: relative;
  width: 80px;
  height: 30px;
  border-radius: 11px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #03B278;
  box-shadow: 0px 0px 32px 0px rgba(207, 207, 207, 0.51);
  margin: 0 auto;
  top: -9px;
}

.side-suspend .suspend .suspend-nav {
  margin: 0 auto;
  width: 80px;
  height: 162px;
  background: #EEFDF8;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(207, 207, 207, 0.35);
  border-radius: 10px;
  position: relative;
}

.side-suspend .suspend .suspend-nav .nav-li {
  width: 100%;
  height: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.side-suspend .suspend .suspend-nav .nav-li img {
  width: 28px;
  height: 28px;
}

.side-suspend .suspend .suspend-nav .nav-li p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #2C2C2C;
  margin-top: 12px;
}

.side-suspend .suspend .suspend-up {
  width: 80px;
  height: 80px;
  background: #03B278;
  box-shadow: 0px 0px 32px 0px rgba(3, 178, 120, 0.35);
  border-radius: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.side-suspend .suspend .suspend-up img {
  width: 32px;
  height: 32px;
  transition: all .3s;
}

.side-suspend .suspend .suspend-up:hover img {
  width: 40px;
  height: 40px;
}

/* 侧边弹窗 */
.suspend-Popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.suspend-Popup .Popup-box {
  width: 1100px;
  height: 620px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(207, 207, 207, 0.35);
  display: flex;
}

.suspend-Popup .Popup-box .popup-left {
  width: 50%;
  height: 100%;
  background: url(../images/Popupwindow.png);
  padding: 41px 55px;
}

.suspend-Popup .Popup-box .popup-left .left-logo {
  width: 100%;
  display: flex;
  align-items: center;
}

.suspend-Popup .Popup-box .popup-left .left-logo .logo-left, .suspend-Popup .Popup-box .popup-left .left-logo .logo-right {
  display: flex;
}

.suspend-Popup .Popup-box .popup-left .left-logo .logo-left img {
  width: 200px;
  height: 50px;
}

.suspend-Popup .Popup-box .popup-left .left-logo .logo-right {
  margin-left: 20px;
}

.suspend-Popup .Popup-box .popup-left .left-logo .logo-right img {
  width: 30px;
  height: 30px;
  background: #03B278;
  padding: 5px 0 5px 5px;
}

.suspend-Popup .Popup-box .popup-left .left-logo .logo-right p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  border: 3px solid #03B278;
  color: #03B278;
  background: #fff;
  padding: 4px 6px;
  cursor: pointer;
}

.suspend-Popup .Popup-box .popup-left .left-cont {
  margin-top: 60px;
}

.suspend-Popup .Popup-box .popup-left .left-cont .box-left-title1 {
  width: 151px;
  height: 36px;
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #0E0E12;
  border-bottom: 10px solid #03B278;
}

.suspend-Popup .Popup-box .popup-left .left-cont .box-left-title2 {
  width: 408px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0E0E12;
  line-height: 49px;
  margin-top: 10px;
}

.suspend-Popup .Popup-box .popup-left .left-cont .box-left-title3 {
  width: 200px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #888888;
  line-height: 49px;
}

.suspend-Popup .Popup-box .popup-right {
  padding: 52px 56px;
  width: 100%;
  height: 100%;
}

.suspend-Popup .Popup-box .popup-right .right-down {
  width: 100%;
  text-align: right;
}

.suspend-Popup .Popup-box .popup-right .right-down span {
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.suspend-Popup .Popup-box .popup-right div {
  text-align: center;
  margin-top: 30px;
}

.suspend-Popup .Popup-box .popup-right .right-text1 {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #0E0E12;
}

.suspend-Popup .Popup-box .popup-right .right-text2 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8B8B93;
}

.suspend-Popup .Popup-box .popup-right .right-text3 {
  width: 100%;
  margin-top: 40px;
}

.suspend-Popup .Popup-box .popup-right .right-text3 img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.suspend-Popup .Popup-box .popup-right .right-text4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.suspend-Popup .Popup-box .popup-right .right-text4 span:nth-child(1) {
  display: inline-block;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #8B8B93;
}

.suspend-Popup .Popup-box .popup-right .right-text4 span:nth-child(2) {
  display: inline-block;
  height: 40px;
  margin-left: 19px;
  font-size: 36px;
  font-family: Microsoft PhagsPa;
  font-weight: bold;
  color: #0E0E12;
}

/* 侧边聊天 */
/* 侧边聊天 */
.suspend-chat-room {
  width: 396px;
  height: 530px;
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(75, 82, 80, 0.25);
  border-radius: 10px;
  position: fixed;
  right: 187px;
  bottom: 40px;
  z-index: -100;
  overflow: hidden;
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.suspend-chat-room .chat-top {
  width: 100%;
  height: 58px;
  background: #03B278;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  color: #fff;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}

.suspend-chat-room .chat-top .top-left {
  display: flex;
  align-items: center;
}

.suspend-chat-room .chat-top .top-left img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.suspend-chat-room .chat-top .top-right span {
  color: #fff;
}

.suspend-chat-room .chat-cont {
  width: 100%;
  height: 308px;
  overflow-y: auto;
  padding: 0 14px 10px 14px;
  border-bottom: 1px solid #F1F1F1;
}

.suspend-chat-room .chat-cont .chat-li {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.suspend-chat-room .chat-cont .chat-li .logos {
  width: 34px;
  height: 34px;
}

.suspend-chat-room .chat-cont .chat-li .chat-text {
  margin-left: 8px;
  max-width: calc(100% - 42px);
  min-height: 30px;
  background: #E9F0EF;
  border-radius: 0px 10px 10px 10px;
  padding: 13px;
}

.suspend-chat-room .chat-cont .chat-li .chat-img {
  margin-left: 8px;
  max-width: calc(100% - 42px);
  min-height: 30px;
  background: #E9F0EF;
  border-radius: 0px 10px 10px 10px;
  padding: 13px;
}

.suspend-chat-room .chat-cont .chat-li .chat-img img {
  width: 100%;
}

.suspend-chat-room .chat-cont .chat-me {
  display: flex;
  flex-direction: row-reverse;
}

.suspend-chat-room .chat-cont .chat-me .chat-text, .suspend-chat-room .chat-cont .chat-me .chat-img {
  background: #b9ebda;
  margin-left: 0px;
  margin-right: 8px;
  border-radius: 10px 0px 10px 10px;
  text-align: right;
}

.suspend-chat-room .chat-editor {
  width: 100%;
  height: calc(100% - 366px);
  padding: 14px;
  position: relative;
}

.suspend-chat-room .chat-editor textarea {
  width: 100%;
  height: calc(100% - 47px);
}

.suspend-chat-room .chat-editor #chat_send {
  width: 60px;
  height: 30px;
  background: #03B278;
  box-shadow: 0px 0px 32px 0px rgba(207, 207, 207, 0.51);
  border-radius: 5px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 30px;
  text-align: center;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.suspend-hidden {
  -webkit-transform: translateX(20%);
  -moz-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  z-index: -101;
}

.suspend-show {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 101;
}
.mask-section{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.mask-section .center-box{
  width: 450px;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mask-section .center-box .hasAccounts, .mask-section .center-box .noAccounts{
  width: 200px;
  height: 200px;
  border-radius: 15px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mask-section .center-box .hasAccounts img{
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
 .mask-section .center-box .noAccounts img{
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.mask-section .center-box .hasAccounts span{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.mask-section .center-box .noAccounts span{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.mask-section .center-box .hasAccounts{
  background-color: #04B177;
}
.mask-section .center-box .noAccounts{
  background-color: #FFA641;
}
