.mainColor {
  color: #18243c;
}

.mainColorBack {
  background: #18243c;
}

/* é‡ç½®é¡¹ */
.nav>li>a {
  position: unset;
  padding: 0;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: rgba(255, 255, 255, 0);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Gilroy-Light", "è‹¹æ–¹", "å¾®è½¯é›…é»‘", "Arial";
}

html {
  color: #222;
  font-size: 24px;
}

body {
  width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
  transition: .5s;
}

ul {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: middle;
}

.container {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

.z-top {
  z-index: 10;
}

.z-toop {
  z-index: 100;
}

.z-tooop {
  z-index: 1000;
}

.elsis {
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.p-elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-2elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-3elsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}


.scale {
  transition: 1.5s;
}

.shadow {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}

.hover-shadow:hover {
  box-shadow: 0 16px 32px -4px rgba(0, 0, 0, 0.12);
}

.crumb {
  font-family: "å®‹ä½“", "é»‘ä½“";
}

.crumb a {
  font-family: "Gilroy-Light", "è‹¹æ–¹", "å¾®è½¯é›…é»‘", "Arial";
  transition: .5s;
}

.pager {
  display: flex;
  display: -webkit-flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  justify-content: space-around;
  font-size: .6rem;
}

.pager strong {
  font-size: .6rem;
  font-family: "é»‘ä½“";
  font-weight: normal;
}

.pager li {
  display: inline-block;
}

.pager li span,
.pager li a {
  display: inline-block;
  height: 1.2rem;
  line-height: 1.2rem;
  padding: 0 7px;
  color: #555;
  font-size: .6rem;
  background: #fff;
  border: 1px solid #eee;
  transition: .5s;
}

.pager li span.current,
.pager li a.current {
  color: #fff;
  background: #18243c;
  border: 1px solid #18243c;
}


@font-face {
  font-family: 'iconfont';
  src: url('https://at.alicdn.com/t/c/font_2802347_p6shjaredpn.woff2?t=1665301272548') format('woff2'), url('https://at.alicdn.com/t/c/font_2802347_p6shjaredpn.woff?t=1665301272548') format('woff'), url('https://at.alicdn.com/t/c/font_2802347_p6shjaredpn.ttf?t=1665301272548') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: .4rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
  background-color: #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 0;
}

body {
  background-image: linear-gradient(to bottom right, #ffffff, #efefef);
  background-attachment: fixed;
}

.conn {
  width: 1408px;
  margin: 0 auto;
  /* display: flex; */
}

.conn .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.conn .top .left {
  padding: 36px 0 0 68px;
  position: relative;
}

.conn .top .left p {
  color: #000;
  font-weight: 500;
  font-size: 24px;
}

.conn .top .left img {
  position: absolute;
  left: 316px;
  top: 26px;
}

.conn .top .left h1 {
  font-weight: 500;
  font-size: 128px;
  color: #000000;
  padding: 0;
  margin: 0;
  letter-spacing: 10px;
}

.conn .top .left h1 span {
  margin-right: 170px;
}

.conn .top>img {
  width: 120px;
  height: 120px;
  /* display: block; */
  margin-right: 52px;
  margin-top: 90px;
  cursor: pointer;
}

.conn .bottom {
  margin-top: 120px;
  display: flex;
  padding-left: 68px;
}

.conn .bottom .left {
  position: relative;
}

.conn .bottom .left {
  position: relative;
  margin-right: 34px;
}

.conn .bottom .left p {
  font-weight: 800;
  font-size: 32px;
  color: #414141;
  line-height: 39px;
  letter-spacing: 2px;
}

.conn .bottom .left h1 {
  font-weight: 800;
  font-size: 24px;
  color: #414141;
  line-height: 28px;
  margin: auto;
}

.conn .bottom>p a,
.conn .bottom>p {
  font-weight: 500;
  font-size: 16px;
  color: #6F6F6F;
  line-height: 23px;
  text-align: left;
}

.conn .bottom .left img {
  position: absolute;
  top: 0;
  left: 54px;
  z-index: -1;
}











.table {
  width: 1408px;
  margin: auto;
  display: flex;
  margin-top: 40px;
}

.table .channel {
  border: 2px solid #000000;
  width: 739px;
}

.table .channel .title {
  border-bottom: 2px solid #000000;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.table .channel .title span {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  letter-spacing: -1px;
}

.table .channel .title .closed {
  position: absolute;
  right: 20px;
  top: 13px;
}

.table .ul-flex {
  margin-right: 15px;
  width: 514px;
  margin-left: 58px;
}

.table .channel .text {
  padding: 52px 0 52px 68px;
  height: 150px;
}

.table .channel .text p {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  letter-spacing: 2px;
  font-family: PingFang SC, PingFang SC;
}

.table .channel .text.on,
.table .channel .title .bluetooth,
.table .channel .title .closed {
  display: block;
}

.table .channel .title .baibluetooth,
.table .channel .title .expanded {
  display: none;
}

.table .channel .title.on {
  background: #000;
  /* color: #fff; */
}

.table .channel .title.on span {
  color: #fff;
  letter-spacing: -1px;
}

.table .channel .text,
.table .channel .title.on .bluetooth,
.table .channel .title.on .closed {
  display: none;
}

.table .channel .title.on .baibluetooth,
.table .channel .title.on .expanded {
  display: block;
}


.table .channel .text.on {
  background: #F4F4F4;
}
.table .channel .text.on .pa {
  margin: -14px !important;
}

.foottn {
  width: 1408px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 49px;
}

.foottn .left {
  margin-left: 58px;
  display: flex;
  align-items: center;
  border: 2px solid #000000;
  padding: 6px 24px;
  cursor: pointer;
}

.foottn .left p {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
  letter-spacing: 3px;
  margin-right: 15px;
}

.foottn .left img {}

.foottn .right {
  margin-right: 76px;
  display: flex;
  align-items: center;
  padding: 6px 24px;
  cursor: pointer;
  background: #000;
}

.foottn .right p {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 23px;
  letter-spacing: 3px;
  margin-right: 15px;
}

.foottn .right img {}





body.day {
  color: #222;
  background: #fcfcfc;
  transform: scale(0.85);
  margin: -70px -78px;
}



body.night {
  color: #fff;
  background: #161616;
}

body.night .conn .top .left h1,
body.night .conn .top .left p {
  color: #ffffff;
}

body.night .conn .bottom .left h1,
body.night .conn .bottom .left p {
  color: #858585
}

body.night .conn .bottom>p a,
body.night .conn .bottom>p {
  color: #B0B0B0
}

body.night .table .channel .title {
  border-bottom: 2px solid #fff;
}

body.night .table .channel .title.on {
  background: #ffffff;
}

body.night .table .channel .title.on span {
  color: #000000;
}

body.night .table .channel .text.on {
  background: #2E2E2E;
}

body.night .table .channel .title span,
body.night .table .channel .text p {
  color: #fff;
  letter-spacing: -1px;
}

body.night .table .channel {
  border: 2px solid #fff;
}

body.night .foottn .left {
  border: 2px solid #ffffff;
}

body.night .foottn .left p {
  color: #ffffff;
}

body.night .foottn .right {
  background: #ffffff;
}

body.night .foottn .right p {
  color: #000000;
}

body.night .baitian {
  display: none !important;
}

body .baitian {
  display: block !important;
}

body.night .yewan {
  display: block !important;
}

body .yewan {
  display: none !important;
}
.powerby a,
.powerby {
  font-weight: 400;
  font-size: 12px;
  color: #929292;
  line-height: 14px;
  text-align: center;
  margin-bottom: 20px;
}
.eng{
  font-size: 96px !important;
  line-height: 200px !important;
  text-align: left !important;
  letter-spacing: 2px !important;
}
.conn .top .left .eng span {
  margin-right: 118px  !important;
}

.conn .top .left .pas {
  position: absolute;
  left: 344px;
  top: 10px;
}