@import "./product-common.css";

.info-right .guide {
  display: none;
}

.info-right .guide.shows {
  display: block;
}

/* .proGuide {
  border-bottom: 2px solid #ADADAD;
} */

.info-left .gul-content {
  -webkit-padding-start: 0px;
}

.info-rfoot .gul-content {
  -webkit-padding-start: 0px;
}



img {
  max-width: 100%;
}
/* written by cby */
.guide-head {
  background: url("/static/img/faqs-guide/guide-banner-bg.png") no-repeat center center;
}
.head-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head-content h1{
  font-weight: bold;
}
.head-content h1,.head-content p{
  color: #fff;
}
 /* #my-nav-hides {
  display: none !important;
} */
 #my-nav {
  width: 100%;
  height: 70px;
  line-height: 65px;
  position: relative;
  color: #595757;
  padding-top: 2px;
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  z-index: 10;
  margin-bottom: 50px;
  border-top-right-radius: unset;
  border-top-left-radius: unset;
  display: none;
}
 #my-nav.my-nav-fixed {
  background: #fff !important;
  display: block;
}
 #my-nav ul {
  text-transform: none;
  margin: 0;
}
 #my-nav ul > li {
  width: auto;
}
 #my-nav ul > li > a {
  color: #595757;
  height: 70px;
  line-height: 68px;
}
 #my-nav ul > li.active,
 #my-nav ul > li:hover {
  background-color: transparent;
  color: #595757;
  font-size: 16px;
  margin-top: -2px;
  height: 68px;
  line-height: 68px;
  border-width: 0px;
  border-color: transparent;
  border-bottom: 3px solid #2d8cff;
}
 #my-nav .buttons-area {
  margin-top: 0;
  text-align: right;
}
@media screen and (max-width: 768px) {
   #my-nav .buttons-area {
    display: none;
  }
  #my-nav ul > li{
    border-top: none;
    margin-top: 10px;
    background-color: #fff;
  }
}

.buttons-area {
  margin-top: 30px;
}
.buttons-area .button {
  display: none;
  vertical-align: middle;
  width: 155px;
  height: 34px;
  border: 1px solid;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  transition: 0.4s;
}
.buttons-area .button i {
  position: relative;
  margin-left: 5px;
  font-size: 14px;
}
.buttons-area .button.download {
  width: 155px;
  background-color: #fff;
  color: #000;
  margin-left: 30px;
  border: 2px solid #dcdddd;
}
.buttons-area .button.download:hover {
  border-color: #000;
  color: #000;
}
.buttons-area .button.buy {
  background-color: #2d8cff;
  border-color: #2d8cff;
  color: #fff;
}
.buttons-area .button.buy:hover {
  background-color: #067DF4;
  color: #fff;
}





.gul-content li{
  line-height: 24px;
  font-size: 14px;
  list-style: none;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 20px;
  color: rgba(12,19,43,.7);
}
.gul-content li.choose{
  background-color: rgba(45,140,255,.5);
  border-radius: 8px;
  padding-right: 34px;
  color: #0C132B;
}
.gul-content li.choose::after{
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  background: url("/static/img/faqs-guide/next.svg") no-repeat center center ;
  border-radius: 50%;
  box-shadow: 0 0 5px #025199;
  top: 50%;
  margin-top: -9px;
  right: 15px;
  background-color: #fff;
  background-size: 50%;
}
.gul-content li::before {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  left: 10px;
  background-color: rgba(12,19,43,.7);
  border-radius: 50%;
  top: 50%;
  margin-top: -2px;
}
.gul-content li.choose::before{
  background-color: #0C132B;
}
.info-right .Guide-h2{
  padding-left: 0;
}
.info-right h3{
  font-size: 16px;
  margin: 0 0 10px;
}
@media(min-width:1025px) {
  .Guide-wrap {
    width: 100%;
  }
  .guide-head{
    height: 198px;
  }
  .Guide-content {
    width: 1080px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .Guide-h2 {
    padding-left: 10px;
    font-size: 20px;
    color: #0C132B;
    font-weight: 700;
    line-height: 39px;
  }
  .head-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
  .banner-words{
    flex: 0 0 65%;
  }
  .banner-pic{
    flex: 0 0 34%;
  }
  .head-content p {
    font-size: 18px;
    margin: 20px 0 0 0;
  }
  .info-left .gul-content {
    margin-top: 30px;
  }
  .info-left {
    float: left;
    width: 30%;
    margin-top: 70px;
  }
  .info-right {
    margin-top: 70px;
    margin-bottom: 58px;
    float: right;
    width: 64%;
    border-left: 1px solid #EDEEEF;
    padding-left: 3.5%;
  }
  .info-guide p {
    color: #606060;
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-guide img {
    padding-top: 17px;
  }
  .info-rfoot h2 {
    margin-top: 85px;
  }
  .info-rfoot .gul-content {
    margin-top: 17px;
  }
}
@media(min-width:1025px) and (max-width: 1080px){
  .Guide-content{
    width: 100%;
    padding: 0 15px;
  }
}
@media(max-width:1024px) and (min-width:501px) {
  .guide-head{
    background-size: 200% 100%;
  }
  .Guide-wrap {
    width: 100%;
  }
  .Guide-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .Guide-h2 {
    font-size: 20px;
    color: #0C132B;
    font-weight: 700;
    padding-left: 10px;
  }
  .head-content h1 {
    font-size: 28px;
    /* font-family: light; */
  }
  .head-content p {
    font-size: 16px;
    margin: 20px 0 0 0;
  }
  .banner-words{
    flex: 0 0 60%;
    margin: 30px 0;
  }
  .banner-pic{
    flex: 0 0 36%;
  }
  .info-left .gul-content {
    margin-top: 34px;
  }
  .gul-content li {
    line-height: 36px;
    font-size: 16px;
    margin-bottom: 0;
  }
  .gul-content li {
    text-decoration: none;
    position: relative;
    cursor: pointer;
  }
  .info-left {
    float: left;
    width: 42%;
    margin-top: 70px;
  }
  .info-right {
    margin-top: 70px;
    margin-bottom: 58px;
    float: right;
    width: 55%;
    border-left: 1px solid #EDEEEF;
    padding-left: 3.5%;
  }
  .info-guide p {
    color: #606060;
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-guide img {
    padding-top: 17px;
  }
  .info-rfoot h2 {
    margin-top: 85px;
  }
  .info-rfoot .gul-content {
    margin-top: 17px;
  }
}

@media(max-width:500px) {
  .banner-pic{
    display: none;
  }
  .Guide-wrap {
    width: 100%;
    min-width: 320px;
  }
  .Guide-content {
    width: 90%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .Guide-h2 {
    font-size: 16px;
    line-height: 39px;
    font-weight: 700;
  }
  .guide-head {
    background: url("/static/img/faqs-guide/banner-bg.png") no-repeat left 0;
  }
  .banner-words{
    margin-top: 35px;
  }
  .head-content {
    width: 90%;
    margin: 0 auto;
  }
  .head-content h1 {
    font-size: 24px;
    line-height: 30px;
    /* font-family: light; */
  }
  .head-content p {
    font-size: 16px;
    margin: 14px 0 10px 0;
    line-height: 25px;
  }
  .info-left .gul-content {
    margin-top: 15px;
  }
  .gul-content li {
    line-height: 42px;
    font-size: 12px;
    padding-left: 24px;
    list-style: none;
    margin-bottom: 0;
  }
  .gul-content li {
    text-decoration: none;
  }
  .gul-content li.choose{
    padding-right: 26px;
  }
  .gul-content li.choose::after{
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .info-left {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEEEF;
  }
  .info-right {
    margin-top: 30px;
  }
  .info-g2 {
    padding-bottom: 30px;
    border-bottom: 1px solid #EDEEEF;
  }
  .info-guide p {
    color: #606060;
    margin-top: 26px;
    font-size: 14px;
    line-height: 24px;
  }
  .info-guide img {
    padding-top: 17px;
  }
  .info-rfoot h2 {
    margin-top: 30px;
  }
  .info-rfoot .gul-content {
    margin-top: 17px;
    margin-bottom: 34px;
  }
}
@media(max-width:320px){
  .guide-head{
      background: url("/static/img/faqs-guide/s-guider-banner.png") no-repeat center center;
      height:450px;
  }
}