﻿html,
body,
p,
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  padding: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  color: white;
}
img {
  vertical-align: top;
}
em {
  font-style: normal;
}
.navBox {
  width: 100%;
  height: 59px;
  background: #fff;
  border-bottom: 1px solid rgba(0,0,0,0.06)
  /* background-image: url(../img/banner_01.jpg); */
  /* box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1); */
}
.navBox .navContent {
  height: 40px;
  padding: 10px 0;
  /* margin: auto; */
  /*     overflow: hidden; */
  position: relative;
  display: flex;
}
.navBox .navContent::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: blur(10px);
  fill: #fff;
}
.navBox .navContent .navLogo {
  height: 40px;
}
.navBox .navContent .navMain {
  height: 40px;
  display: flex;
  margin-left: 30px;
  padding: 0 40px;
  /* border-right: 1px solid rgba(179, 179, 179, 0.35); */
}
/* .navMain > li a:hover,
.navMain > li p:hover {
  color: #00997a !important;
} */

.header-right {
  display: flex;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0px;
}

.header-right .earth {
  width: 24px;
  height: 24px;
  margin: 18px 0;
}

.header-right .phone {
  margin: 10px 40px 0 56px;
  font-family: auto;
  line-height: normal;
}

.header-right .phone > p:nth-child(1) {
  font-size: 12px;
  color: #66758d;
  letter-spacing: 0.4px;
  font-weight: 400;
}

.header-right .phone > p:nth-child(2) {
  font-size: 16px;
  color: #00a985;
  letter-spacing: 0.5px;
  text-align: right;
  font-weight: 700;
  line-height: 22px;
}

.header-right .login a,
.header-right .register a {
  color: #48556a;
  text-align: center;
  line-height: 60px;
  font-weight: 600;
  width: 80px;
}
.header-right .register a {
  color: #fff;
  background: #00a985;
}

.navBox .navContent .navMain > li {
  padding: 0 13px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 600;
}
.navMain >li p,
.navMain >li a {
  cursor: pointer;
  color: #48556a;
}
.navBox .navContent .navMain > li:nth-child(1) {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #2feea2;
  line-height: 40px;
  font-weight: 400;
}
.navBox .navContent .navMain > li .iconicon_down {
  margin-left: 4px;
}
.navBox .navContent .navMain > li .arrowSpan {
  margin: auto;
  top: 0px;
}
/* .navBox .navContent .navMain li .showArrowSpan{ */
/*     display: block; */
/*     margin-top: 10px; */
/* } */
/* .navBox .navContent .navMain li .hideArrowSpan{ */
/*     display: none; */
/* } */
.navBox .navContent .navRight {
  height: 40px;
  display: flex;
  margin-left: 30px;
  padding: 0 10px;
}
.navBox .navContent .navRight li {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #ffffff;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
}
.navBox .navContent .navRight li button {
  width: 80px;
  height: 32px;
  background: #00cc99;
  cursor: pointer;
  border: 1px solid #00cc99;
  border-radius: 4px;
  outline: none;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}
.navDetail {
  position: absolute;
  top: 60px;
  left: 0;
  height: 0px;
  background-color: #ffffff;
  overflow: hidden;
  display: block;
  z-index: 99;
  cursor: default;
  transition: all 0.3s;
}
.navDetail ul {
  width: 1200px;
  height: 270px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.navDetail ul li {
  width: 170px;
  height: 270px;
  margin-left: 4px;
}
.navDetail ul li h5 {
  width: 170px;
  height: 28px;
  font-size: 16px;
  color: #261533;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  cursor: default;
}
.navDetail ul li h5 img {
  width: 28px;
  margin-right: 8px;
}
.navDetail ul li p {
  font-size: 14px;
  color: #152633;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 200;
}
.navDetail ul li p a {
  color: #152633;
  display: block;
  height: 30px;
  line-height: 30px;
}
.login_head:hover {
  color: #2feea2;
}
.navDetail ul li p a:hover {
  color: #00997a;
}
.navDetail ul li p a img {
  vertical-align: middle !important;
  position: relative;
  top: -0.5px;
}
.navDetail ul li .borderP {
  margin-top: 16px;
  margin-bottom: 15px;
  cursor: default;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
}
.bottom {
  width: 100%;
  height: 633px;
  background: url("../img/footer-background.jpg") no-repeat left top;
  background-size: cover;
  /* background-color: #17212b; */
}
.bottom .bottomContent {
  width: 1200px;
  height: 523px;
  margin: auto;
  padding-top: 31px;
  padding-bottom: 40px;
}
.bottom .footerlogo {
  margin: 0 auto;
  width: 1200px;
  height: 120px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e1e4ec;
}
.bottom .footerlogo img {
  width: 202px;
}

.bottom .bottomContent .bottomMain {
  width: 1200px;
  height: 359px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e1e4ec;
}
.bottom .bottomContent .bottomMain .leftMain {
  /* width: 180px;
  height: 359px; */
}
.bottom .bottomContent .bottomMain .leftMain .bottomLogo {
  width: 110px;
  height: 110px;
  background-image: url(../img/logo_vertical_color_dark.svg);
  background-size: cover;
  margin-bottom: 50px;
}
.bottom .bottomContent .bottomMain .leftMain p {
  font-size: 16px;
  color: #151a26;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 6px;
  /* font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.5px;
  line-height: 14px;
  font-weight: 200;
  margin-bottom: 24px; */
}
.bottom .bottomContent .bottomMain .leftMain p:nth-child(2) {
  font-family: "D_DIN_Bold";
  font-size: 30px;
  color: #00a985;
  letter-spacing: 0.6px;
  font-weight: 700;
  margin-bottom: 18px;
}
.bottom .bottomContent .bottomMain .leftMain p:nth-child(3) {
  font-size: 14px;
  color: #66758d;
  letter-spacing: 0.5px;
  font-weight: 400;
  margin-bottom: 14px;

  /* font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 24px;
  font-weight: 600; */
}
.bottom .bottomContent .bottomMain .leftMain p:nth-child(4) {
  margin-bottom: 30px;
}
.bottom .bottomContent .bottomMain .leftMain p:nth-child(4) a {
  font-size: 14px;
  color: #66758d;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.bottom .bottomContent .bottomMain .leftMain p:nth-child(5) {
  font-size: 16px;
  color: #151a26;
  letter-spacing: 0.5px;
  font-weight: 600;
  margin-bottom: 14px;
}
.bottom .bottomContent .bottomMain .leftMain .imgbox {
  display: flex;
}
.bottom .bottomContent .bottomMain .leftMain .imgbox img {
  width: 90px;
  box-shadow: 4px 4px 5px #e2e7ef;
}
.bottom .bottomContent .bottomMain .leftMain .imgbox img:first-child {
  margin-right: 40px;
}
.bottom .bottomContent .bottomMain .leftMain button {
  width: 180px;
  height: 40px;
  background: #17212b;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 14px;
  font-weight: 400;
}
.bottom .bottomContent .bottomMain .middleMain {
  width: 660px;
  height: 359px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  margin-left: 100px;
  display: flex;
  justify-content: space-around;
}
.bottom .bottomContent .bottomMain .middleMain div {
  width: 200px;
  height: 359px;
}
.bottom .bottomContent .bottomMain .middleMain div h5 {
  font-size: 16px;
  color: #151a26;
  letter-spacing: 0.5px;
  font-weight: 600;
  /* font-size: 18px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 52px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18); */
}
.bottom .bottomContent .bottomMain .middleMain div ul li {
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.5px;
  line-height: 14px;
  font-weight: 200;
  margin-top: 28px;
}
.bottom .bottomContent .bottomMain .middleMain div ul li a {
  color: #66758d;
}
.bottom .bottomContent .bottomMain .middleMain div ul li a:hover {
  color: #00cc99;
}
.bottom .bottomContent .bottomMain .rightMain {
  width: 100px;
  height: 359px;
  margin-left: 90px;
}
.bottom .bottomContent .bottomMain .rightMain h5 {
  font-size: 17px;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 52px;
  font-weight: 600;
}
.bottom .bottomContent .bottomMain .rightMain h5 img {
  margin-top: 17px;
  margin-right: 4px;
}
.bottom .bottomContent .bottomMain .rightMain div {
  margin-bottom: 24px;
}
.bottom .bottomContent .bottomMain .rightMain div img {
  width: 96px;
  height: 96px;
}
.bottom .bottomContent .bottomMain .rightMain div p {
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.5px;
  text-align: center;
  line-height: 14px;
  font-weight: 200;
  margin-top: 8px;
}
.bottom .bottomContent .quickLinks {
  width: 1200px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.bottom .bottomContent .quickLinks span {
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.58px;
  line-height: 14px;
  font-weight: 200;
  margin-right: 40px;
}
.bottom .bottomContent .quickLinks span a {
  font-family: PingFangSC-Light;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.58px;
  line-height: 14px;
  font-weight: 200;
}
.bottom .bottomContent .copyright {
  width: 1200px;
}
.bottom .bottomContent .copyright h5 {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #8896ab;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;

  margin-top: 21px;
}
.bottom .bottomContent .copyright a {
  color: #8896ab;
}
.side-bar {
  width: 48px;
  position: fixed;
  bottom: 5%;
  right: 70px;
  font-size: 0;
  line-height: 0;
  z-index: 99999;
}
.link_two {
  width: 24px;
  height: 116px;
  word-wrap: break-word;
  padding: 12px;
  background: #ffffff;
  background-image: linear-gradient(135deg, #00cb8f 0%, #00b5c1 100%);
  box-shadow: 0 3px 12px -2px rgba(0, 177, 162, 0.5);
  font-size: 16px;
  color: white;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 16px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
}
.link_two_list {
  width: 254px;
  height: 172px;
  position: absolute;
  left: -265px;
  top: -58px;
  text-align: center;
  font-size: 16px;
  color: #242b47;
  letter-spacing: 0;
  background: #ffffff;
  box-shadow: 0 3px 12px -2px rgba(36, 43, 71, 0.18);
  padding: 20px 0;
  display: none;
}
.list_item {
  height: 74px;
  margin: auto;
  color: #242b47;
  display: block;
  padding: 10px 30px;
}
.list_title {
  text-align: left;
}
.list_icon1 {
  width: 24px;
  height: 24px;
  background-image: url(../../shuanglu/image/sidebar_icon.png);
  background-repeat: no-repeat;
  background-position: -95px 0;
  display: inline-block;
  background-size: cover;
}
.list_icon2 {
  width: 24px;
  height: 24px;
  background-image: url(../../shuanglu/image/sidebar_icon.png);
  background-repeat: no-repeat;
  background-position: -120px 0;
  display: inline-block;
  background-size: cover;
}
.list_desc {
  font-size: 13px;
  color: #242b47;
  letter-spacing: 0;
  width: 160px;
  position: relative;
  left: 35px;
  text-align: left;
}
.list_desc span,
.list_desc.opacity {
  opacity: 0.45;
}
.link_two_icon {
  background-image: url(../../shuanglu/image/sidebar_icon.png);
  background-position: -144px 0px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: auto;
  background-size: cover;
  margin-bottom: 8px;
}
.link_three {
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0 3px 12px -2px rgba(36, 43, 71, 0.18);
  margin-top: 10px;
  cursor: pointer;
  display: none;
}
.link_three div {
  width: 24px;
  height: 24px;
  background-image: url(../../shuanglu/image/sidebar_icon.png);
  background-size: cover;
  background-position: 120px 0px;
  margin-left: 12px;
  position: relative;
  top: 12px;
}
.link_three:hover div {
  background-position: 96px 0px;
}
.list_item:hover {
  background-color: #f8fafc;
}
.liveStreaming .content .tab {
  height: 63px !important;
  background: #ffffff !important;
  border-bottom: 0.5px solid #e5e5e5;
}
.liveStreaming .content .tab a {
  height: 60px;
  cursor: pointer;
}
.liveStreaming .content .tab a em {
  background-image: none !important;
  background-color: #00b386;
  height: 4px;
  width: 75px;
  border-radius: 4px;
}
