.bg-cyan {
  background-color: #e2f2fb;
}

.text-center {
margin-left: auto;
margin-right: auto;
}

.text-hidden {
  color: transparent;
}

.sxfi-container {
  font-size: 18px;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

.sxfi-container .text-red,
.sxfi-container h3.text-red{
color:#e02f27;
font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
font-weight: bold;
}

#sxfiready+.product-info-container .sxfi-container .text-red,
#sxfiready+.product-info-container .sxfi-container h3.text-red{
font-size: 1.5em;
}

#sxfiready+.product-info-container .sxfi-container h3.text-title{
  font-size:3.5em;
  font-weight:700;
  color:#000;
  line-height: 100%;
}

#sxfireadypdt .devices {
  margin-bottom:60px;
}

@media screen and (min-width:992px) {
  #sxfireadypdt .devices {
    margin-bottom:30px;
  }
}

#sxfireadypdt .devices p {
  font-size:0.65em;
  font-weight:400;
}

.sxfi-container h4.text-red {
  margin-bottom: 5px;
}
.container-fluid.sxfi-container{
padding:0;
}
.container-fluid.sxfi-container .row{
margin-left:0;
margin-right:0
}

.sxfi-container h3,
.sxfi-container .text-h3 {
font-size:1.5em;
font-weight:700;
color:#000;
}

#sxfiready+.product-info-container .sxfi-container h3,
#sxfiready+.product-info-container .sxfi-container .text-h3 {
font-size:0.9em;
}

#mhl .mhl-button-wrapper {
  text-align:center;
  margin-top:40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap:20px;
}

#mhl .mhl-button-wrapper .button {
  background-color: #e2f2fb;
  border-radius: 20px;
  padding: 0px 40px 0px 40px;
}

#mhl .mhl-button-wrapper .button a {
  color: #000 !important;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif, 宋体;
  border-radius: 10px;
}

@media screen and (min-width:768px) {
  #mhl .mhl-button-wrapper {
    flex-direction:row;
  }
}

#sxfiready+.product-info-container .sxfi-container .btn-flagshipstore{
  color:#fff;
  background-color:#c62828;
  -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
  transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
  font-size:14px;
  padding:10px 30px;
  margin-right:10px;
  border-bottom:none;
  display: inline-block;
}
section#features #sxfiready p,
section#features #sxfiready+.product-info-container .text-center p {
  text-align:center;
}

.sxfi-container .text-h4 {
  text-transform: uppercase;
  font-weight: 700;
}
.sxfi-container p{
color:#000;
font-weight:300;
font-size:0.9em;
vertical-align:  text-bottom;
}
.sxfi-container p.footnote{
  font-size:0.8em;
}
#sxfiready+.product-info-container .sxfi-container p{
line-height: 200%
}

.sxfi-container .product-info-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

#intro  img{
  width: 100%;
}

a:focus{
outline:0
}

.listVideo {
  position:relative;
}
.listVideo video {
  width:272px;
  height:153px;
  display:block;
  margin:0 auto;
  /*background-color: #000;*/
  padding-left:10px;
  padding-right:10px;
  outline:none;
}
.listVideo .slick-list {
  overflow:visible;
}
.listVideo .slick-arrow {
  padding: 10px;
  position: absolute;
  top:calc(76.5px - 28.65px); /*(video height / 2) - (arrow height / 2)*/
  font-size: 4em;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  color: #fff;
  z-index: 3;
  opacity: .5;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}
.listVideo .prev {
    left: -2%;
}
.listVideo .next {
    right: -2%;
}
.listVideo svg {
  display:block;
}
.listVideo .slick-arrow path {
    fill: #999;
}
.listVideo .slick-disabled {
  display:none !important;
}
.listVideo .slick-dots {
  margin-top:10px;
}
@media screen and (min-width:375px) {
  .listVideo video {
    width:320px;
    height:180px;    
  }
  .listVideo .slick-arrow {
    top:calc(90px - 28.65px); /*(video height / 2) - (arrow height / 2)*/
  }
}
@media screen and (min-width:425px) {
  .listVideo video {
    width:360px;
    height:202.5px;    
  }
  .listVideo .slick-arrow {
    top:calc(101.25px - 28.65px); /*(video height / 2) - (arrow height / 2)*/
  }
}
@media screen and (min-width:768px) {
  .listVideo video {
    width:670px;
    height:377px;
  }
  .listVideo .slick-arrow {
    top:calc(188.5px - 28.65px); /*(video height / 2) - (arrow height / 2)*/
  }
  .listVideo .prev {
    left: 0%;
  }
  .listVideo .next {
    right: 0%;
  }  
  .listVideo .slick-dots {
    margin-top:20px;
  }
}

@media screen and (min-width: 992px) {
  .listVideo {
    width: 690px !important;
    margin: 0 auto;
  }
  .listVideo video {
    padding-left: 50px;
    padding-right: 50px;
  }
}
/*
@media screen and (min-width:1200px) {
   .listVideo video {
    width:1040px;
    height:585px;
  } 
  .listVideo .slick-arrow {
    top:calc(292.5px - 28.65px);
  }
  .listVideo .slick-dots {
    margin-top:50px;
  }
}
*/
.products {
  display: none;
}

.products.ready {
  display: block;
}

.products .product-specs {
  background: #DCF2FD;
  padding: 15px 10px 30px;
  border-radius: 10px;
  margin-top: 20px;
}
.products .specs-title {
  font-weight: 700;
  font-size: 1.2em !important;
  color: #000080;
}
.products .specs-underline {
  text-decoration: underline;
  font-weight: bold;
  color: #000080;
}

.products .button.button-large {
  background: #DCF2FD;
  border-radius: 10px;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}

.products .button.button-large a {
  color: #4d4d4d;
  border: 0;
}
.products .button.button-large:hover {
  opacity: .8;
}
.products .btn-flagshipstore {
  color:#fff;
  background-color:#c62828;
  -webkit-transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
  transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1);
  font-size:14px;
  padding:10px 30px;
  margin-right:10px;
  margin-top:10px;
  border-bottom:none;
  display: inline-block;
}
.products .btn-flagshipstore:hover {
  background-color:rgb(229,57,53);
}
.products .button+.flagshipstore-wrapper {
  margin-top:20px;
}

@media screen and (min-width:768px) {
  .products .button+.flagshipstore-wrapper {
    margin-left:20px;
    display:inline-block;
  }
}

@media screen and (max-width:991px){
  .container-fluid.sxfi-container .row{
  margin-left:0;
  margin-right:0
  }
  .section_listaward .item{
    width: 30%;
  }
}

@media screen and (min-width:992px){
  .sxfi-container {
    font-size: 1.5vw;
  }

  .sxfi-container .product-info-row {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  #mhl .border-right {
    border-right: 2px solid #b9b9b9;
  }
  .products .product-specs {
    margin-top: 0px;
  }
}
@media screen and (min-width:1200px){
  .sxfi-container {
    font-size: 24px;
  }
  .product-specs {
    font-size: 16px;
  }
}

/* navi css */

#navi {
  text-align: center;
  font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
}
#navi li.selected {
  border-bottom: 3px solid;
}
#navi a {
  color: #000;
  border: none;
}



@media screen and (min-width:768px){

  #navi .container {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-end;
  }
  #navi img,
  #navi ul {
    flex-grow: 1;
  }
  #navi .logo-sxfi, 
  #navi .logo-creative {
    height: 107px;
  }

  #navi .logo-sxfi {
    padding-top: 10px;
    max-width: 292px;
  }

  #navi ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
  }

  #navi li{
    display: inline-block;
    margin: 0 1em;
  }
  .products .specs-underline {
    text-decoration: none;
    font-weight:300;
  }
}
@media screen and (min-width:1200px) {
  #navi .container {
    margin-bottom: 46px;
  }
  #navi ul {
    margin: 0 94px;
  }
}
@media screen and (max-width:767px) {
  #navi .container {
    margin-bottom: 10px  !important;
    width: calc(100% - 30px) !important;
  }
  #navi .logo-sxfi, 
  #navi .logo-creative {
    height: 15vw !important;
  }

  #navi .logo-sxfi {
    float: none !important;
    padding-top: 5px;
  }
  #navi .logo-creative {
    float: right;
  }

  #navi .menu {
    list-style: none;
    height: 0;
    padding: 0;
    margin: 0;
  }

  #navi .menu.actived {
    list-style: none;
    height: 10vw;
    padding: 0;
    margin: 0;
  }

  #navi .menu li {
    display: inline-block;
    padding: 0;
    border: 0;
    margin: 4vw;
  }
  
  #navi .menu-btn {
    float: left;
    height: 15vw;
    padding-top: 1vw;
    z-index: 2;
  } 
}

@media screen and (max-width:991px){
  #navi .container {
    padding: 0;
    margin: 0 15px;
    width: 100%;
    margin-bottom: 25px;
  }

  #navi ul {
    margin: 0 auto;
    vertical-align: bottom;
  }
}