.top {
  display: block;
  width: 100%;
}
.headers {
  width: 100%;
  height: 64px;
  background: #fff;
}
.header-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-wrap .logo img {
  display: block;
  width: 142px;
  height: 49px;
}
.header-wrap .navigation {
  display: flex;
  width: 700px;
  align-items: center;
  height: 64px;
  line-height: 64px;
}
.header-wrap .navigation li {
  position: relative;
  padding: 0 25px;
  font-size: 16px;
}
.header-wrap .navigation li .arrow, .header-wrap .navigation li .arrow-active {
  position: absolute;
  top: 24px;
  right: 12px;
  width: 12px;
  height: 12px;
  transition: all .4s;
}
.header-wrap .navigation li .arrow-active {
  display: none;
}
.header-wrap .navigation li .sub-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  top: 64px;
  left: -54px;
  color: #333;
  background: #fff;
  font-weight: normal;
  font-size: 14px;
  min-width: 400px;
  padding-bottom: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.16);
}
.header-wrap .navigation li .sub-menu-all {
  width: 1200px;
  left: -680px;
}
.header-wrap .navigation li .sub-menu-sign {
  width: 840px;
  left: -300px;
}
.header-wrap .navigation li .sub-menu-test {
  width: 760px;
  left: -300px;
}
.header-wrap .navigation li .sub-menu-tool {
  width: 520px;
  left: -190px;
}
/* 展开导航卡片样式 */
.header-wrap .navigation li .sub-menu .sub-menu-tip {
  height: 50px;
  line-height: 50px;
  background: #F4F4F4;
  padding: 0 30px;
}
.header-wrap .navigation li .sub-menu .menu-group {
  float: left;
  min-width: 380px;
}
.header-wrap .navigation li .sub-menu .menu-group .menu-title {
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin: 0 30px;
}
.header-wrap .navigation li .sub-menu .menu-item {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  margin: 10px;
  border-radius: 4px;
  cursor: pointer;
  min-width: 200px;
}
.header-wrap .navigation li .sub-menu .nav-vip {
  display: none;
}
.header-wrap .navigation li .sub-menu .menu-item:hover {
  background: #f4f4f4;
}
.header-wrap .navigation li .sub-menu .menu-item:hover h2 {
  color: #00BCC6;
}
.header-wrap .navigation li .sub-menu .menu-item img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.header-wrap .navigation li .sub-menu .menu-item h2 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}
.header-wrap .navigation li .sub-menu .menu-item p {
  color: #999;
  margin: 0;
  line-height: 22px;
}
.header-wrap .navigation li .sub-menu .menu-inline-group {
  display: flex;
  flex-wrap: wrap;
}
/* 展开导航卡片样式 */
.header-wrap .navigation li .sub-menu:hover {
  display: block;
}
.header-wrap .navigation li:hover .sub-menu {
  display: block;
}
.header-wrap .navigation li:hover .arrow {
  display: none;
}
.header-wrap .navigation li:hover .arrow-active {
  display: block;
}
.header-wrap .navigation li:hover > span {
  color: #07AAB3;
  cursor: pointer;
}
.header-wrap .navigation li.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #fff;
}
.header-wrap .log-reg button {
  /* display: none; */
  width: 88px;
  height: 32px;
  border-radius: 2px;
}
.header-wrap .log-reg button.log {
  background: #fff;
  color: #07AAB3;
  margin-left: 24px;
  border: 1px solid #07AAB3;
}
.header-wrap .log-reg button.reg {
  background: linear-gradient(270deg,rgba(6,186,173,1) 0%,rgba(2,199,210,1) 100%);
  color: #fff;
}
.log-reg {
  display: none;
}
/* 侧边栏 */
.float {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 90px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(200, 200, 200, .1);
  z-index: 1000;
}
.float ul li {
  padding: 13px 0;
  border-bottom: 1px solid #E7E7E7;
  position: relative;
}
.float ul li p {
  font-size: 12px;
}
.float ul li img {
  width: 36px;
  height: 36px;
}
.suggestions > img,
.suggestions > p {
  cursor: pointer;
}
.float ul li .suggestions-card {
  width: 190px;
  color: #666;
  padding: 15px 25px;
  background: #fff;
  line-height: 1.3;
  border: 1px solid rgba(231,231,231, .9);
  border-right-color: rgba(231,231,231, .5);
  position: absolute;
  top: 0;
  left: -242px;
  letter-spacing: 1px;
  display: none;
}
.float ul li .suggestions-card > span {
  display: inline-block;
  text-align: justify;
}
.float ul li .suggestions-card > a {
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  margin: 10px auto 0;
  background: rgb(249,249,249);
  border: 1px solid rgb(223,223,223);
  border-radius: 5px;
}
.float ul li img.qrcode {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: -120px;
  display: none;
}
.float ul li.wx-area:hover .qrcode {
  display: block;
}
.float .bottom {
  background: #59D6DD;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}
.float .bottom img {
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
}

.footers-wrap {
  box-sizing: border-box;
  height: 312px;
  background: #060F11;
  color: #fff;
  padding: 70px 0;
}
.friends {
  width: 860px;
  margin: 20px auto;
}
.friends p {
  float: left;
  color: #888;
}
.friends ul {
  display: flex;
  flex-wrap: wrap;
}
.friends ul li {
  margin: 0 10px;
}
.footers {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footers .info {
  width: 680px;
}
.footers .info h3, .footers .info span, .footers .info a {
  display: inline-block;
  margin-top: 0;
}
.footers .info span {
  margin: 0 10px;
  font-weight: bold;
}
.footers .info .contact {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #666;
  padding: 0 0 15px;
}
.footers .info .contact p {
  width: 200px;
  margin: 5px 0;
}
.footers .info .contact p span {
  color: #888;
  margin-left: 10px;
}
.footers .info .backup {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.footers .info .backup span {
  margin-right: 10px;
}
.footers .qrcode img {
  display: block;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.footers .qrcode p {
  width: 120px;
  text-align: center;
}

/* -----------------  copy style  ------------------------- */
.log, .reg {
  cursor: pointer;
}
.header-wrap .center-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
}
.header-wrap .center-head li {
  position: relative;
  margin: 0 16px;
}
.header-wrap .center-head li .arrow {
  position: absolute;
  top: 28px;
  right: -20px;
  width: 12px;
  height: 12px;
  transition: all .4s;
}
.header-wrap .center-head li .sub-menu {
  display: none;
  box-sizing: border-box;
  position: absolute;
  z-index: 1000;
  top: 64px;
  left: -56px;
  color: #333;
  background: #fff;
  font-weight: normal;
  width: 200px;
  text-align: center;
  font-size: 14px;
  border-radius: 0 0 4px 4px;
}
.header-wrap .center-head li .sub-menu .menu-item {
  cursor: pointer;
  height: 55px;
  line-height: 55px;
}
.header-wrap .center-head li .sub-menu .menu-item-2 {
  border-bottom: 1px solid #ddd;
}
.header-wrap .center-head li .sub-menu .menu-item-2, .header-wrap .center-head li .sub-menu .menu-item-3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-wrap .center-head li .sub-menu .menu-item-1 {
  height: 50px;
  line-height: 50px;
  background: #F4F4F4;
}
.header-wrap .center-head li .sub-menu:hover {
  display: block;
}
.header-wrap .center-head li .sub-menu .menu-item-2:hover, .header-wrap .center-head li .sub-menu .menu-item-3:hover {
  color: #00BCC6;
}
.header-wrap .center-head li:hover .sub-menu {
  display: block;
}
.header-wrap .center-head li:hover .arrow {
  transform: rotate(180deg);
}
.header-wrap .center-head li.active {
  font-weight: bold;
  transition: transform .4s;
}
.header-wrap .center-head li.active:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  border-radius: 1px;
  background: #fff;
}
/* --------------------------------  add style  ------------------------------------ */
.head-icon {
  display: block;
  position: relative;
  top: 16px;
  margin-left: 40px;
  width: 30px;
  height: 30px;
  background-image: url('../img/index/head_icon.png');
  background-size: cover;
}
.center-head li {
  display: flex;
}
.menu-item-1 {
  border-bottom: 1px solid #F3F3F3;
  height: 50px;
}

.acc-icon, .exit-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../img/index/acc.png);
  background-size: cover;
}
.menu-item-2:hover .acc-icon {
  background-image: url(../img/index/acc_active.png);
}
.exit-icon {
  background-image: url(../img/index/exit.png);
}
.menu-item-3:hover .exit-icon {
  background-image: url(../img/index/exit_active.png);
}
.acc-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.acc-set, .acc-exit {
  width: 100px;
  margin-left: 12px;
  text-align: left;
  position: relative;
  top: 1px;
}

.log, .reg {
  cursor: pointer;
}

/* ------------------------ 弹框 ------------------------- */
/* .dialog-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  display: none;
}
.dialog-container .mark {
   position: absolute;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .5);
}
.dialog-container .dialog {
   width: 500px;
   background: #fff;
   border-radius: 8px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   padding: 10px 20px;
}
.dialog-container .dialog .header {
  font-size: 18px;
  position: relative;
}
.dialog-container .header .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor:pointer;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.dialog-container .dialog .content {
  padding: 24px 0;
  font-size: 16px;
  color: #666;
}
.dialog-container .footer {
  float: right;
}
.dialog-container .btn {
  display: inline-block;
  background: #07acb5;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.dialog-container .cancel-btn {
  color: black;
  background: white;
  border: 1px solid #dcdfe6;
} */

/* -------------------------- global 弹框 ------------------------------ */
.global-dialog-container {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  display: none;
}
.global-dialog-container .mark {
   position: absolute;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, .5);
}
.global-dialog-container .dialog {
   width: 500px;
   /* height: 160px; */
   background: #fff;
   border-radius: 8px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   padding: 20px 20px;
}
.global-dialog-container .dialog .header {
  font-size: 18px;
  position: relative;
}
.global-dialog-container .header .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  cursor:pointer;
  background-image: url(../img/close.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
.global-dialog-container .dialog .content {
  padding: 24px 0;
  font-size: 16px;
  color: #666;
}
.global-dialog-container .footer {
  float: right;
}
.global-dialog-container .btn {
  display: inline-block;
  background: #07acb5;
  padding: 6px 10px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.global-dialog-container .cancel-btn {
  color: black;
  background: white;
  border: 1px solid #dcdfe6;
}


/* ----------------------------- 公告 ------------------------------- */
.announcement {
  background: #fffce4;
  /* min-height: 80px; */
  min-width: 1000px;
  padding: 10px;
  display: none;
}
.announcement .content {
  justify-content: center;
  width: 80%;
  text-align: center;
  margin: auto;
  display: inline-block;
  font-size: 20px;
}
.announcement .qr-wrapper {
  margin: auto 0;
  float: right;
  display: flex;
}
.announcement .qr-wrapper .qr {
  justify-content: baseline;
  width: 80px;
  height: 80px;
  background: #fffce4;
  margin-right: 20px;
  /* display: none; */
}
.announcement .qr-large {
  position: absolute;
  right: 10px;
  top: 164px;
  z-index: 50;
}
.large-first, .large-second {
  display: none;
  width: 200px;
  height: 200px;
}
