.container #main {
  background: linear-gradient(174deg, #353540 0%, #101116 100%);
}
.container #main .header {
  height: 6.25rem;
  border-bottom: 1px solid #444444;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #353540;
}
.container #main .header .topnav {
  padding-top: 1.75rem;
  width: 1200px;
  margin: 0 auto;
}
.container #main .header .topnav .content {
  display: flex;
  height: 4.5rem;
  line-height: 4.5rem;
}
.container #main .header .topnav .content .ico {
  flex: 1;
  text-align: left;
  height: 4rem;
  background: url(../images/logo.png) no-repeat left;
}
.container #main .header .topnav .content .list {
  flex: 4;
  height: 4.5rem;
  line-height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container #main .header .topnav .content .list .btn-item {
  color: #ffffff;
  height: 4.5rem;
  line-height: 4.5rem;
}
.container #main .header .topnav .content .list .btn-item .btn .btn-content {
  padding: 0 1.3125rem;
}
.container #main .header .topnav .content .list .btn-item .btn .btn-content a {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}
.container #main .header .topnav .content .list .btn-item .btn .btn-content span {
  font-size: 1rem;
  font-weight: 400;
}
.container #main .header .topnav .content .list .btn-item .btn .btn-content .active {
  color: #ace537;
  position: relative;
}
.container #main .header .topnav .content .list .btn-item .btn .btn-content .active::after {
  content: "";
  display: block;
  width: 5.75rem;
  height: 0.25rem;
  position: absolute;
  bottom: -0.5rem;
  background-color: #ace537;
}
.container #main .header .topnav .content .list .btn-item .btn .btn-content .bg {
  content: "";
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  background: url(../images/drop-down.png) no-repeat center;
  margin-left: 0.5rem;
  transition: all 0s;
}
.container #main .header .topnav .content .list .btn-item0 {
  position: relative;
}
.container #main .header .topnav .content .list .btn-item0 .open0 {
  display: none;
  width: 100%;
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 4.5rem;
}
.container #main .header .topnav .content .list .btn-item0 .open0 .open-item {
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0.5rem 0.5rem 0.25rem 0.5rem;
  text-align: left;
}
.container #main .header .topnav .content .list .btn-item0 .open0 .open-item a {
  padding: 0 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.65);
}
.container #main .header .topnav .content .list .btn-item0 .open0 .top0 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item0 .open0 .open-item:hover {
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
}
.container #main .header .topnav .content .list .btn-item0 .open0 .open-item:hover a {
  color: rgba(255, 255, 255, 0.9);
}
.container #main .header .topnav .content .list .btn-item0 .open0:hover {
  display: block;
}
.container #main .header .topnav .content .list .btn-item0:hover {
  cursor: pointer;
}
.container #main .header .topnav .content .list .btn-item0:hover .btn .bg {
  transform: rotate(180deg);
}
.container #main .header .topnav .content .list .btn-item0:hover .open0 {
  display: block;
}
.container #main .header .topnav .content .list .btn-item1 {
  position: relative;
}
.container #main .header .topnav .content .list .btn-item1 .open1 {
  display: none;
  width: 13.5rem;
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 4.5rem;
}
.container #main .header .topnav .content .list .btn-item1 .open1 .open-item {
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0.5rem 0.5rem 0.25rem 0.5rem;
  text-align: left;
}
.container #main .header .topnav .content .list .btn-item1 .open1 .open-item a {
  padding: 0 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.65);
}
.container #main .header .topnav .content .list .btn-item1 .open1 .top {
  margin-top: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item1 .open1 .bottom {
  margin-bottom: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item1 .open1 .open-item:hover {
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
}
.container #main .header .topnav .content .list .btn-item1 .open1 .open-item:hover a {
  color: rgba(255, 255, 255, 0.9);
}
.container #main .header .topnav .content .list .btn-item1 .open1:hover {
  display: block;
}
.container #main .header .topnav .content .list .btn-item1:hover {
  cursor: pointer;
}
.container #main .header .topnav .content .list .btn-item1:hover .btn .bg {
  transform: rotate(180deg);
}
.container #main .header .topnav .content .list .btn-item1:hover .open1 {
  display: block;
}
.container #main .header .topnav .content .list .btn-item2 {
  position: relative;
}
.container #main .header .topnav .content .list .btn-item2 .open2 {
  display: none;
  width: 9.4rem;
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 4.5rem;
}
.container #main .header .topnav .content .list .btn-item2 .open2 .open-item {
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0.25rem 0.5rem;
  text-align: left;
}
.container #main .header .topnav .content .list .btn-item2 .open2 .open-item a {
  padding-left: 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.65);
}
.container #main .header .topnav .content .list .btn-item2 .open2 .top {
  margin-top: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item2 .open2 .bottom {
  margin-bottom: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item2 .open2 .open-item:hover {
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
}
.container #main .header .topnav .content .list .btn-item2 .open2 .open-item:hover a {
  color: rgba(255, 255, 255, 0.9);
}
.container #main .header .topnav .content .list .btn-item2 .open2:hover {
  display: block;
}
.container #main .header .topnav .content .list .btn-item2:hover {
  cursor: pointer;
}
.container #main .header .topnav .content .list .btn-item2:hover .btn .bg {
  transform: rotate(180deg);
}
.container #main .header .topnav .content .list .btn-item2:hover .open2 {
  display: block;
}
.container #main .header .topnav .content .list .btn-item3 {
  position: relative;
}
.container #main .header .topnav .content .list .btn-item3 .open3 {
  display: none;
  width: 8.85rem;
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
  position: absolute;
  top: 4.5rem;
}
.container #main .header .topnav .content .list .btn-item3 .open3 .open-item {
  height: 2.5rem;
  line-height: 2.5rem;
  margin: 0.5rem 0.5rem 0.25rem 0.5rem;
  text-align: left;
}
.container #main .header .topnav .content .list .btn-item3 .open3 .open-item a {
  padding-left: 1rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.65);
}
.container #main .header .topnav .content .list .btn-item3 .open3 .top {
  margin-top: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item3 .open3 .bottom {
  margin-bottom: 0.5rem;
}
.container #main .header .topnav .content .list .btn-item3 .open3 .open-item:hover {
  background: rgba(153, 153, 153, 0.3);
  box-shadow: 0px 3px 14px 1px rgba(0, 0, 0, 0.05);
  border-radius: 3px 3px 3px 3px;
}
.container #main .header .topnav .content .list .btn-item3 .open3 .open-item:hover a {
  color: rgba(255, 255, 255, 0.9);
}
.container #main .header .topnav .content .list .btn-item3 .open3:hover {
  display: block;
}
.container #main .header .topnav .content .list .btn-item3:hover {
  cursor: pointer;
}
.container #main .header .topnav .content .list .btn-item3:hover .btn .bg {
  transform: rotate(180deg);
}
.container #main .header .topnav .content .list .btn-item3:hover .open3 {
  display: block;
}
.container #main .main-content {
  margin-top: 6.25rem;
}
.container #main .main-content .title {
  padding-top: 2.5rem;
  width: 1200px;
  margin: 0 auto;
}
.container #main .main-content .title .statu {
  text-align: left;
  vertical-align: bottom;
}
.container #main .main-content .title .statu .t-left {
  color: #bbbbbb;
}
.container #main .main-content .title .statu .bg {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.25rem;
  background: url(../images/chevron-right.png) no-repeat center;
}
.container #main .main-content .title .statu .t-right {
  color: #ffffff;
}
.container #main .main-content .product {
  padding-top: 7.5rem;
  width: 1200px;
  margin: 0 auto;
}
.container #main .main-content .product .content {
  display: flex;
}
.container #main .main-content .product .content .img {
  font-size: 0;
}
.container #main .main-content .product .content .img .mobile-img {
  display: none;
}
.container #main .main-content .product .content .overview {
  background: rgba(153, 153, 153, 0.05);
}
.container #main .main-content .product .content .overview h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  word-spacing: 0.625rem;
  padding-top: 3.75rem;
  margin-left: 2.5rem;
}
.container #main .main-content .product .content .overview .text {
  margin: 2.5rem 2.5rem 0;
  line-height: 1.625rem;
}
.container #main .main-content .product .content .overview .text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
}
.container #main .main-content .product .content .overview .text .text-two {
  margin-top: 2.5rem;
}
.container #main .main-content .product .product-banner {
  padding-top: 7.5rem;
  width: 100%;
  position: relative;
}
.container #main .main-content .product .product-banner .swiper-container {
  width: 100%;
  text-align: center;
  margin: auto;
  overflow: hidden;
}
.container #main .main-content .product .product-banner .navigation {
  width: 5.5rem;
  height: 5.5rem;
  color: rgba(0, 0, 0, 0);
}
.container #main .main-content .product .product-banner .swiper-button-prev {
  background: url(../images/solutions-imgs/button-prev-bg.png) no-repeat center;
  position: absolute;
  top: 60%;
  left: -8rem;
}
.container #main .main-content .product .product-banner .swiper-button-next {
  background: url(../images/solutions-imgs/button-next-bg.png) no-repeat center;
  position: absolute;
  top: 60%;
  right: -8rem;
}
.container #main .main-content .line-one {
  margin-top: 6.25rem;
  width: 100%;
  height: 1px;
  background: #444444;
}
.container #main .main-content .components {
  width: 1200px;
  margin: 0 auto;
}
.container #main .main-content .components .content {
  padding-top: 7.5rem;
}
.container #main .main-content .components .content h3 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
}
.container #main .main-content .components .content .text-content {
  margin-top: 5.25rem;
}
.container #main .main-content .components .content .text-content .text-item {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
}
.container #main .main-content .components .content .text-content .text-item .number {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  flex-shrink: 0;
  margin-right: 1.75rem;
  background: #8dc21f;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
}
.container #main .main-content .components .content .text-content .text-item .text {
  color: rgba(255, 255, 255, 0.8);
}
.container #main .main-content .components .content .text-content .item-top {
  margin-top: 0;
}
.container #main .main-content .line-three {
  margin-top: 7.5rem;
  width: 100%;
  height: 1px;
  background: #444444;
}
.container #main .main-content .specifications {
  width: 1200px;
  margin: 0 auto;
}
.container #main .main-content .specifications .content {
  padding-top: 7.5rem;
}
.container #main .main-content .specifications .content h3 {
  height: 4.375rem;
  line-height: 4.375rem;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  background: #8dc21f;
}
.container #main .main-content .specifications .content .table {
  background: #212229;
  border: 1px solid #333333;
}
.container #main .main-content .specifications .content .table .table-item {
  height: 5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
}
.container #main .main-content .specifications .content .table .table-item .product-name {
  flex: 4;
  height: 100%;
  background: rgba(68, 68, 68, 0.2);
  vertical-align: middle;
}
.container #main .main-content .specifications .content .table .table-item .product-name .text {
  margin: 1.875rem 0.5rem 1.875rem 2.5rem;
}
.container #main .main-content .specifications .content .table .table-item .product-name .text-other {
  margin: 1.875rem 0 1.875rem 2.5rem;
}
.container #main .main-content .specifications .content .table .table-item .product-data {
  flex: 6;
  height: 100%;
  vertical-align: middle;
}
.container #main .main-content .specifications .content .table .table-item .product-data .text {
  margin: 1.875rem 0.5rem 1.875rem 2.5rem;
}
.container #main .main-content .specifications .content .table .table-item .product-data .text-other {
  margin: 1.875rem 0 1.875rem 2.5rem;
}
.container #main .main-content .specifications .content .table .item-change {
  height: 6rem;
}
.container #main .main-content .specifications .content .table .item-change .product-name .text-change {
  margin: 2.375rem 0.5rem 2.375rem 2.5rem;
}
.container #main .main-content .specifications .content .table .item-change .product-data .text-change {
  margin: 2.375rem 0.5rem 2.375rem 2.5rem;
}
.container #main .main-content .specifications .content .msg {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  color: #f39800;
}
