﻿.mobile-display{
    display: block !important;
}
.mobile-display-2{
    display: none !important;
}
.mobile-pc-set{
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.pc-display{
    display: block !important;
}
.container-guide{
    width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0;
}
.category-guide {
    width:calc(35% - 20px);
    border: 1px solid #eeeeee;
    border-radius: 8px;
    background-color: #e9edf1;
    height: 400px;
    padding: 30px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.category-guide-tit {
    width:calc(100% - 0px);
    font-size: 20px;
    font-weight: normal;
    padding: 0px 0 10px 30px;
}
.category-guide-1 .lines{
    width:calc(100% - 0px);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.category-guide-1 .tit-box{
    width:150px;
    font-size: 16px;
    font-weight: 700;
}
.category-guide-1 .tit-btn a{
    font-size: 16px;
    font-weight: normal;
    background-color: #f2f2f2;
    border-radius: 8px;
    border: 1px solid #e40202;
    color: #333333;
}
.category-guide-1 .tit-btn.active{
    font-size: 16px;
    font-weight: normal;
    background-color: #e40202;
    border-radius: 8px;
    border: 1px solid #f1f1f1;
    color: #fff;
}
.mainbox-guide{
    width:calc(100% - 0px);
    display: flex;
    background-color: #fff;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.mainbox-guide .beizhu,.myGuideSwiper .beizhu{
    width:calc(100% - 0px);
    text-align: center;
    margin: 15px 0 30px 0;
    font-size: 14px;
    line-height: 30px;
}
.mainbox-guide .noClass {
    width: 100%;
    padding:30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mainbox-guide .noClass img{
    width: auto;
    height: 300px;
}
.mainbox-guide h2 {
    margin: 0px auto;
    font-size: 24px;
    line-height: 2em;
    text-align: left;
    position: relative;
    width: 100%;
    padding:10px 0 10px 0 ;
}
.mainbox-guide table ,.myGuideSwiper table{
    border-collapse: collapse;
    border-top: 0!important;
    width: 100%;
}
.mainbox-guide table th ,.myGuideSwiper table th {
    color: #fff;
    height: 55px;
    white-space: nowrap;
    border: none;
    border-radius: 10px 10px 0px 0px;
}
.mainbox-guide table th, .mainbox-guide table td ,.myGuideSwiper table th, .myGuideSwiper table td {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    padding: 8px 5px;
}
.mainbox-guide .red {
    color: #e40202;
}
.mainbox-guide tr:nth-child(2n+1) td,.myGuideSwiper tr:nth-child(2n+1) td{
    background:#f1f1f1;
}
.mainbox-guide table td,.myGuideSwiper table td {
    border: 0px #e9edf1 solid;
    border-right: 1px #fff solid;
}
.tree {
    width: 100%;
    min-height:20px;
}
.tree li {
    list-style-type:none;
    margin:0;
    padding:10px 5px 0 5px;
    position:relative
}
.tree li.first {
    margin-bottom: 30px;
}
.tree li.third a {
    color: #f9605f;
}
.tree li.third a:hover{
    text-decoration: underline;
}
.tree li::before, .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
.tree li::before {
    border-left:1px solid #dddddd;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
.tree li::after {
    border-top:1px solid #dddddd;
    height:20px;
    top:25px;
    width:25px
}
.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #dddddd;
    border-radius:5px;
    display:inline-block;
    padding:3px 8px;
    text-decoration:none
}
.tree li span.material{
    line-height: 24px;
    border:1px solid #f9605f;
    background-color: #f9605f;
    color: #fff;
    padding:3px 8px;
}
.tree li span.category{
    line-height: 24px;
    border:1px solid #dddddd;
    padding:3px 8px;
}
.tree li span.material img{    
    height: 12px;
    width: 12px;
    position: relative;
    bottom: 2px;
}
.tree li span.category img{    
    height: 18px;
    width: 18px;
    position: relative;
    bottom: 2px;
}
.tree li span.sample img{    
    height: 18px;
    width: 18px;
    position: relative;
    bottom: 2px;
}
.tree li.parent_li>span {
    cursor:pointer
}
.tree>ul>li::before, .tree>ul>li::after {
    border:0
}
.tree li:last-child::before {
    height:30px
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000
}
.tree li.parent_li>span.material:hover, .tree li.parent_li>span.material:hover+ul li span {
    background:#ff7a79;
    border:1px solid #ff7a79;
    color:#fff
}

.container-guide{
    width: 90% ;
    flex-direction: column;
    padding: 30px 15px;
}
.category-guide {
    width:calc(100% - 20px);
}
.mainbox-guide {
    width: calc(100% - 0px);
    margin: 0 0px;
    overflow-x: hidden;
}
.guide-table{
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 20px 10px;
}

.mainbox-guide .title-component {
    width: calc(100% - 20px);
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Alibaba PuHuiTi;
}
.mainbox-guide .title-component .span{
    width: 5px;
    height: 15px;
    margin-right: 5px;
    background-color: #e60012;
    border-radius: 20px;
    margin-left: 0px !important;
}
.mainbox-guide .title-component .text {
    margin-left: 5px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}

.mainbox-guide .title-component-2 {
    width: calc(100% - 0px);
    margin: 0 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Alibaba PuHuiTi;
    margin-bottom: 15px;
}
.mainbox-guide .title-component-2 .span{
    width: 5px;
    height: 15px;
    margin-right: 5px;
    background-color: #e60012;
    border-radius: 20px;
    margin-left: 0px !important;
}
.mainbox-guide .title-component-2 .text {
    margin-left: 5px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}
.mainbox-guide .guide-component {
    width: calc(100% - 20px);
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Alibaba PuHuiTi;
    background-color: #eeeeee;
    border-radius: 8px;
    padding: 15px 15px;
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .myGuideSwiper  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .myGuideSwiper  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .myGuideSwiper  .swiper-slide {
    width: 900px;
  }

  .myGuideSwiper  .swiper-slide:nth-child(2n) {
    width: 40%;
  }

  .myGuideSwiper  .swiper-slide:nth-child(3n) {
    width: 20%;
  }
.nav-bar-box {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    /* margin-bottom: 20px; */
    padding: 10px 0 5px 0;
    line-height: 35px;
    border-bottom: 1px solid #f6f6f6;
    /* box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12); */
    background: #ffffff;
}
.nav-bar-box .bar-tit{
    width: calc(100% - 30px);
    margin: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;;
}
.nav-bar-box .bar-tit .tit-cur{
    font-weight: 800;
    font-size: 14px;
    margin-right: 10px;
    width: 70px;
}
.nav-bar-box .bar-tit span{
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    width: calc(100% - 80px);

}
.nav-bar-box .bar-tit span a:last-child{
    font-weight: 600;        
    color: #ee393a;
    text-decoration: underline;

}
.nav-bar-box .bar-tit span img{
    width: 12px;
    height: 12px;
}
.nav-bar-box .bar-tit a{
    font-weight: normal;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}

.nav-bar-box .bar-tit a:hover{
    font-weight: normal;
    font-size: 14px;
    color: #ee393a;
    margin-right: 10px;
    text-decoration: underline;
}
.mobile-bar .title-component {
    width: calc(100% - 20px);
    margin: 10px 5px 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-family: Alibaba PuHuiTi;
}
.mobile-bar .title-component .span{
    width: 5px;
    height: 15px;
    margin-right: 5px;
    background-color: #e60012;
    border-radius: 20px;
    margin-left: 0px !important;
}
.mobile-bar .title-component .text {
    margin-left: 5px;
    font-size: 18px;
    line-height: 36px;
    color: #333;
    font-weight: 600;
}
.mobile-bar .title-component .text-s {
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
    margin-left: 10px;
    color: #666;
    font-weight: normal;
}
.nav-next-bar {
    width: calc(100% - 0px);
    display: block;
    clear: both;
    overflow: hidden;
    /* margin-bottom: 20px; */
    padding: 15px 15px 10px 15px;
    line-height: 35px;
    /* box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12); */
    background: #f6f6f6;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.nav-next-bar .bar-btn{
    margin:0 5px 5px 0;
    /* box-shadow: 0 1px 2px 0 rgba(0,0,0,0.12); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}   
.nav-next-bar a{
    padding: 2px 15px;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #dadbdd;
    color: #333;
    background: #ffffff;
    text-decoration: none;
}   
.nav-next-bar a:hover{
    color: #666666;
    text-decoration: none;
}    

.nav-next-bar a.active{
    border: 1px solid #f05a50;
    background: #f05a50;
    color: #fff;
}    
.nav-next-bar a span{
    font-size: 14px;
}
.nav-next-bar a img{
    
    width: 12px;
    height: 12px;
}
@media only screen {
    html {
        font-size: 12px
    }
}@media only screen and (min-width: 360px) and (max-width: 399px) {
    html {
        font-size: 13px
    }
}@media only screen and (min-width: 400px) and (max-width: 479px) {
    html {
        font-size: 15px
    }
}@media only screen and (min-width: 480px) and (max-width: 639px) {
    html {
        font-size: 18px
    }
}@media only screen and (min-width: 640px) {
    html {
        font-size: 24px
    }
}@media (max-width: 767px) {
    .pc-display{
        display: none !important;
    }
    
    .mobile-display-2{
        display: block !important;
    }
    .mobile-display{
        display: block !important;
    }
    .container-guide{
        width: 100% ;
        flex-direction: column;
        padding: 10px 0 0 0;
    }
    .category-guide {
        width:calc(100% - 20px);
    }
    .mainbox-guide {
        width: calc(100% - 10px);
        margin: 0 5px;
        overflow-x: hidden;
    }
    .guide-table{
        width: 500px;
        overflow-y: hidden;
        overflow-x: scroll;
        margin: 20px 10px;
    }
    
    .mainbox-guide .title-component {
        width: calc(100% - 20px);
        margin: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-family: Alibaba PuHuiTi;
    }
    .mainbox-guide .title-component .span{
        width: 5px;
        height: 15px;
        margin-right: 5px;
        background-color: #e60012;
        border-radius: 20px;
        margin-left: 0px !important;
    }
    .mainbox-guide .title-component .text {
        margin-left: 5px;
        font-size: 18px;
        line-height: 36px;
        color: #333;
        font-weight: 600;
    }
    .mainbox-guide .guide-component {
        width: calc(100% - 20px);
        margin: 0 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-family: Alibaba PuHuiTi;
        background-color: #eeeeee;
        border-radius: 8px;
        padding: 15px 15px;
        color: #333;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .swiper {
        width: 100%;
        height: 100%;
      }
  
      .myGuideSwiper  .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
      }
  
      .myGuideSwiper  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
  
      .myGuideSwiper  .swiper-slide {
        width: 900px;
      }
  
      .myGuideSwiper  .swiper-slide:nth-child(2n) {
        width: 40%;
      }
  
      .myGuideSwiper  .swiper-slide:nth-child(3n) {
        width: 20%;
      }


      
    .mobile-pc-set{
        width: 100%;
     }
    /*.nav-bar-box {
        width: 100%;
        display: block;
        clear: both;
        overflow: hidden;
        padding: 10px 0 5px 0;
        line-height: 35px;
        box-shadow: 0 1px 1px 0 rgba(0,0,0,0.12);
        background: #ffffff;
    }
    .nav-bar-box .bar-tit{
        width: calc(100% - 30px);
        margin: 0 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;;
    }
    .nav-bar-box .bar-tit .tit-cur{
        font-weight: 800;
        font-size: 14px;
        margin-right: 10px;
        width: 70px;
    }
    .nav-bar-box .bar-tit span{
        font-weight: normal;
        font-size: 14px;
        color: #666666;
        width: calc(100% - 80px);

    }
    .nav-bar-box .bar-tit span a:last-child{
        font-weight: 600;        
        color: #ee393a;
        text-decoration: underline;

    }
    .nav-bar-box .bar-tit span img{
        width: 12px;
        height: 12px;
    }
    .nav-bar-box .bar-tit a{
        font-weight: normal;
        font-size: 14px;
        color: #666666;
        margin-right: 10px;
    }
    
    .nav-bar-box .bar-tit a:hover{
        font-weight: normal;
        font-size: 14px;
        color: #ee393a;
        margin-right: 10px;
        text-decoration: underline;
    }
    .nav-next-bar {
        width: calc(100% - 0px);
        display: block;
        clear: both;
        overflow: hidden;
        padding: 15px 15px 10px 15px;
        line-height: 35px;
        background: #f6f6f6;
        border-top: 1px solid #f6f6f6;
        border-bottom: 1px solid #f6f6f6;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
    }
    .mobile-bar .title-component {
        width: calc(100% - 20px);
        margin: 10px 5px 5px 15px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-family: Alibaba PuHuiTi;
    }
    .mobile-bar .title-component .span{
        width: 5px;
        height: 15px;
        margin-right: 5px;
        background-color: #e60012;
        border-radius: 20px;
        margin-left: 0px !important;
    }
    .mobile-bar .title-component .text {
        margin-left: 5px;
        font-size: 18px;
        line-height: 36px;
        color: #333;
        font-weight: 600;
    }
    .mobile-bar .title-component .text-s {
        margin-left: 5px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 7px;
        margin-left: 10px;
        color: #666;
        font-weight: normal;
    }
    .nav-next-bar .bar-btn{
        margin:0 10px 10px 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }   
    .nav-next-bar a{
        padding: 2px 15px;
        line-height: 24px;
        border-radius: 4px;
        border: 1px solid #dadbdd;
        color: #333;
        background: #ffffff;
        text-decoration: none;
    }   
    .nav-next-bar a:hover{
        color: #666666;
        text-decoration: none;
    }    
    
    .nav-next-bar a.active{
        border: 1px solid #f05a50;
        background: #f05a50;
        color: #fff;
    }    
    .nav-next-bar a span{
        font-size: 14px;
    }
    .nav-next-bar a img{
        
        width: 12px;
        height: 12px;
    } */
}