﻿ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

.nav-menu .active>a::after {
  top: 92%;
  left: 34%;
  width: 37px;
}

#header .container .nav-menu ul .active a,
#header .container .nav-menu ul li:hover a {
  color: #32d490;
}

#header {
  background-color: #f0f0f0;
  opacity: 1;
}

#header .container .nav-menu ul li a {
  color: #000;
}

#header .rightSearch .serachBox span {
  color: #000;
}

#main #hiultradiv {
  padding: 0 0 0 0;
  margin: 0 auto;
  height: 638px;
  background: url("../image/product-banner.jpg") no-repeat;
  position: relative;
  background-size: 100% 100%;
}

#main .container .product-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 80px 0;
}

#main .container .product-flex ul .cascade {
  cursor: pointer;
  background-color: #f7f7f7;
}

#main .container .product-flex ul .cascade .left-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  font-size: 1.6em;
  line-height: 40px;
}

#main .container .product-flex ul .cascade .left-title img {
  width: 16px;
  height: 16px;
  margin-top: 12.5px;
}

#main .container .product-flex ul .industry-paging {
  display: none;
  transition: display 0.5s linear 0s;
}

#main .container .product-flex ul .industry-paging ul li {
  font-size: 1.4em;
  height: 40px;
  padding: 0 35px 0;
  line-height: 40px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  cursor: pointer;
}

#main .container .product-flex .product-right {
  width: 710px;
  padding: 15px 25px 0;
  box-sizing: border-box;
}

#main .container .product-flex .product-right .right-title {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 2em;
  font-weight: 550;
  color: #fff;
  background-color: #269E36;
}

#main .container .product-flex .product-right .right-image {
  height: 300px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .container .product-flex .product-right .right-image img {
  width: 266px;
}

#main .container .product-flex .product-right .overview {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.7em;
  color: #fff;
  background-color: #269E36;
}

#main .container .product-flex .product-right .overview-details {
  margin: 20px 0;
  line-height: 31px;
}

#main .container .product-flex .product-right .features {
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 1.7em;
  color: #fff;
  background-color: #269E36;
}

#main .container .product-flex .product-right .features-details {
  margin: 20px 0;
  font-size: 1.2em;
  line-height: 31px;
  padding-left: 16px;
  box-sizing: border-box;
}

#main .container .product-flex .product-right .features-details ul {
  list-style-type: disc;
}

#main .container .product-flex .product-right .features-details ul li::marker {
  color: #269E36;
}

#main .container .product-phone {
  display: none;
}

.footer-center .footerCenterText a p {
  color: #fff;
}

@media (max-width: 768px) {
  #header .container .visible-sm a img {
    width: 96px;
    height: 43px;
  }

  #main .container .product-flex {
    display: none;
  }

  #main .container .product-phone {
    display: block;
  }

  #main .container .product-phone .phone-flex{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0;
  }

  #main .container .product-phone .phone-flex .phone-title{
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
    background-color: #269E36;
  }

  #main .container .product-phone .phone-flex .phone-details{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin: 20px 0;
  }

  #main .container .product-phone .phone-flex .phone-details .phone-left{
    position: relative;
  }

  #main .container .product-phone .phone-flex .phone-details .phone-left img{
    width: 140px;
    height: 140px;
  }

  #main .container .product-phone .phone-flex .phone-details .phone-left .phone-btn{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
  }

  #main .container .product-phone .phone-flex .phone-details .phone-left .phone-btn .btn-details{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }

  #main .container .product-phone .phone-flex .phone-details .phone-left .phone-btn .btn-details span{
    font-size: 1.6em;
  }
}