@import "./product_common.css";

.guide{

}
.guide h1{
  font-size:34px;
  text-align:center;
  color:#444;
  font-weight:bold;
  margin-bottom:30px
}
.guide .guide-nav-bar{
  margin-bottom:60px
}
.guide .guide-nav-bar span{
  cursor:pointer;
  display:inline-block;
  font-size:16px;
  color:#444;
  border:1px solid #555;
  border-radius:8px;
  vertical-align:top;
  text-align:center;
  padding:14px 30px;
  margin-right:10px;
  position:relative
}
.guide .guide-nav-bar span::after{
  content:"";
  display:none;
  background-image:url(../img/new/index/tri_blue.svg);
  width:24px;
  height:12px;
  position:absolute;
  background-position:center;
  background-repeat:no-repeat;
  left:50%;
  margin-left:-12px;
  bottom:-20px
}
.guide .guide-nav-bar span:last-child{
  margin-right:0
}
.guide .guide-nav-bar span.active::after, .guide .guide-nav-bar span:hover::after{
  display:block
}
.guide .guide-nav-bar span.active, .guide .guide-nav-bar span:hover{
  color:#fff;
  background-color:#2b55a5
}
.guide .guide-content{
  margin-bottom:100px
}
.guide .guide-content .guide-content-box{
  /*display:none*/
}
.guide .guide-content .guide-content-box{
  background-color:#f2f5f9;
  padding:30px 60px
}
.guide .guide-content .guide-content-box h4{
  font-size:20px;
  display:inline-block;
  padding: 0 25px;
  margin-bottom:35px;
  margin-top:30px;
  line-height:30px
}
.guide .guide-content .guide-content-box h4::before{
  content:"";
  width:8px;
  height:30px;
  background-color:#2b55a5;
  display: inline-block;
  position:relative;
  left:-25px;
  vertical-align: top
}
.guide .guide-content .guide-content-box h4::after{
  content:"";
  width:8px;
  height:30px;
  background-color:#2b55a5;
  display:inline-block;
  margin-left:25px;
  vertical-align:top
}
.guide .guide-content .guide-content-box p{
  font-size:14px;
  line-height:30px;
  color:#444;
  margin-bottom:30px
}
.guide .guide-content .guide-content-box .btn-area{
  margin-bottom:30px
}
.guide .guide-content .guide-content-box .btn-area a{
  width:188px;
  height:40px;
  display:inline-block;
  border-radius: 8px;
  background-color:#3768c5;
  border:1px solid #3768c5;
  text-align:center;
  color:#fff;
  font-size:16px;
  line-height:40px;
  margin-right:35px;
  transition:0.5s
}
.guide .guide-content .guide-content-box .btn-area a em{
  display:inline-block;
  font-size:18px;
  position:relative;
  top:1px;
  margin-right:10px
}
.guide .guide-content .guide-content-box .btn-area a:hover{
  color:#3768c5;
  background-color:#fff
}
.guide .guide-content .guide-content-box ul{
  border-left:8px solid #c6c6c6;
  padding-left:25px;
  margin-bottom:30px
}
.guide .guide-content .guide-content-box ul li{
  font-size:14px;
  line-height:30px;
  border-bottom:20px
}
.guide .guide-content .guide-content-box img{
  margin-bottom:30px;
  display:block
}
.product .banner{
  height: 320px;
}
.product .banner .cover{
  background: none;
}
.product .banner .cover h3{
  color:#fff;
  font-size: 40px;
  font-weight: 300;
}
.product .banner .cover .b_des{
  color:#fff;
  font-size: 26px;
  font-weight: 200;
}
.product .banner .cover .btn-area a{
  border:1px solid #fff;
  border-radius: 6px;
  color:#fff;
  width:150px;
  height: 44px;
  line-height: 44px;
}
.product .banner .cover .btn-area a.free-test{
   background: #fff;
   color:#3a7eef;
}
.product .banner .cover .btn-area a.free-test:hover{
  background: #3a7eef;
  color:#fff;
}
.product .banner .cover .btn-area a.buy-new:hover{
   background: #fff;
   color:#3a7eef;
}
.product .banner .cover .btn-area{
  margin-bottom: 50px;
}
.editor-box .guide-content .list-box{
  margin-bottom: 30px;

}
.editor-box .guide-content .list-box .title{
  font-size: 22px;
  color:#333;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 16px;
}
.editor-box .guide-content .list-box .title img{
  width: 24px;
  height: 27px;
  margin-right: 20px;
}
.editor-box .guide-content .list-box .link-box{
  display: flex;
   align-items:center;
   flex-wrap: wrap;
   padding:20px 0;
}
.editor-box .guide-content .list-box .link-box a{
  width:33%;
  margin-bottom: 16px;
  color:#666666;
  font-size: 16px;
}
.editor-box .guide-content .list-box .link-box a:hover{
  color:#3a7eef;
}

.product .product_nav2{
  display: none;
}
.product .product_nav2.scroll{
  display: block;
}
.product .banner-silde {
  background: #fff;
  width: 100%;
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 123;
  box-shadow: 2px 2px 30px #ccc;
}
.product .banner-silde .row {
  display: flex;
  margin: 0 12px;
}
.product .banner-silde .row .logo {
  width: 36%;
  display: flex;
  align-items: center;
}
.product .banner-silde .row ul {
  display: flex;
  align-items: center;
}
.product .banner-silde .row ul .button-area {
  margin-bottom: 0px;
}
.product .banner-silde .row ul .list_title {
  position: relative;
  padding: 25px 0px;
  margin: 0px 20px;
  transition: all 0.2s ease-in-out;
}
.product .banner-silde .row ul .list_title a {
  text-decoration: none;
  color: #666666;
}
.product .banner-silde .row ul .list_title a:hover {
  color: #3a7eef;
}
.product .banner-silde .row ul .list_title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #3a7eef;
  
  transform: scale3d(0, 1, 1);
  
  transform-origin: 50% 0;
  transition: all 0.3s ease-in-out;
}
.product .banner-silde .row ul .list_title:hover {
  color: #3a7eef;
}
.product .banner-silde .row ul .list_title:hover::before {
  transform: scale3d(1, 1, 1);
}
.product .banner-silde .row ul .list_title:nth-child(3) {
  margin-right: 40px;
}
.button-area a {
  width: 140px;
  height: 40px;
  line-height: 35px;
  border: 1.5px solid #d13c3a;
  background: #d13c3a;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  border-radius: 4px;
  font-size: 16px;
}
.button-area {
  
  padding-top: 14px;
}

.button-area a:hover {
  background-color: #ffffff;
  color: #d13c3a;
  border-color: #d13c3a;
}
.button-area a:first-child {
  margin-right: 15px;
}
.button-area a.download {
  width: 140px;
  border-color: #3a7eef;
  background-color: #3a7eef;
  color: #ffffff;
}
.button-area a.download:hover {
  background-color: #ffffff;
  color: #3a7eef;
  border-color: #3a7eef;
}
@media screen and (max-width:981px){
  .product .banner-silde .row .logo{
    width:20%;
  }
  .editor-box{
    padding:0 15px;
  }
}

@media screen and (max-width:768px){
  .product .banner{
    display: none;
  }
  .product .editor-box{
    margin-top: 60px;
  }
  .guide .guide-nav-bar{
    width: 80%;
    margin: 0 auto 30px;
    /*padding: 15px;*/
    background-color: #2b55a5;
    border-radius: 5px;
    position:relative
  }
  .guide .guide-nav-bar hr{
    margin:0 0 15px;
    border-color:#8a8a8a;
    display:none
  }
  .guide .guide-nav-bar .this_title{
    display:inline-block;
    vertical-align:top;
    font-size:16px;
    color:#fff;
    padding:15px
  }
  .guide .guide-nav-bar .down{
    cursor:pointer;
    background-image:url(../img/product/tri_white.svg);
    background-position:center;
    background-repeat:no-repeat;
    width:24px;
    height:12px;
    display:inline-block;
    position: absolute;
    right: 15px;
    top: 20px;
  }
  .guide .guide-nav-bar .nav-list{
    display:none;
    position:absolute;
    width:100%;
    z-index:10000;
    top:54px;
    padding-top:15px;
    background-color: #2b55a5;
  }
  .guide .guide-nav-bar span{
    display: block;
    border: none;
    text-align: left;
    padding: 0 0 15px 15px;
    color:#fff;
    margin-right:0;
    border-radius:0;
  }
  .guide .guide-nav-bar span:hover, .guide .guide-nav-bar span.active{
    text-decoration:underline
  }
  .guide .guide-nav-bar span.active::after, .guide .guide-nav-bar span:hover::after{
    display:none
  }
  .guide .guide-content{
    width:95%;
    margin:0 auto 100px
  }
  .product .banner-silde .row .logo{
    display: none;
  }
  .product .banner-silde .row ul{
    width: 100%;

  }
  .product .banner-silde .row ul .list_title{
    display: none;
  }
  .product .banner-silde .row ul .list_title.active{
    display: block;
    margin:0;
    width: 100%;
    text-align: center;
  }
  .banner-silde .banner-list{
    display: flex;
    width:45%;
    margin-right: 5%;
  }
  .banner-silde .button-area{
    display: flex;
    width:50%;
  }
  .product .product_nav2.scroll{
    position: relative;
  }

  .product .banner-silde{
    position: relative;
    box-shadow: 2px 20px 22px #ccc;
    display: block;
  }
  .button-area a{
    max-width: 50%;
    font-size: 14px;
  }
  .banner-list span{
    display: inline-block;
    width:20px;
    height: 70px;
    background: url('../img/product/editor-grey.png') no-repeat center;
    position: relative;
  }
  .product .product_nav2{
    display: block;
    position: relative;
  }
  .banner-list span.nav_pre{
      
  }
  .banner-list span.nav_next{
    transform: rotate(-180deg);
  }
  .product .banner-silde .row ul .list_title a{
    color:#3a7eef;
  }
  .product .banner-silde .row ul .list_title::before{
    transform: none;
  }
}

@media screen and (max-width:500px){
  .editor-box .guide-content .list-box .link-box a{
    width:100%;
  }
  .guide h1{
    font-size:24px
  }
  .guide .guide-content .guide-content-box{
    padding:30px 15px
  }
  .guide .guide-content .guide-content-box .btn-area a{
    margin-bottom:20px
  }
  .guide .guide-content .guide-content-box img{
    max-width:100%
  }
  .guide .guide-content .guide-content-box .btn-area{
    margin-bottom:0
  }
  .guide .guide-content .guide-content-box h4{
    padding:0 15px
  }
  .guide .guide-content .guide-content-box h4::before{
    left:-15px
  }
  .guide .guide-content .guide-content-box h4::after{
    margin-left:15px
  }
}
@media screen and (max-width:400px){
  .guide .guide-nav-bar{
    width:90%
  }
}
