body, html {
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 100%;

}
a{
    text-decoration: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    overflow: unset !important;
}
* {
    margin: 0;
    -webkit-tap-highlight-color: transparent;
}

.page-box{
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
     padding-bottom: env(safe-area-inset-bottom);
     overflow: auto;

}

.title{
    width: 100%;
    height:44px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    line-height: 44px;
}
.page-contains{
    flex: 1;
    overflow: hidden;
    width: 100%;
}
.page-tab{
    width: 100%;
    height: 52px;
    background: #fff;  
    border-top:1px solid #d9d9d9;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    max-width: 640px;
    bottom: 0;
}
.tab-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.tab-list img {
    width: 25px;
    height:25px
}
.tab-list span{
    color: rgb(102, 102, 102);
    line-height: 1.8;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 10px;

}
.tab-list.active span{
 color: #F5B43E;
}
.contains-box{
    width: 100%;
    height:100%;
    overflow-y: auto;
    max-width: 640px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.page-swipe{
    width: 100%;
    min-height:160px;
}

.swiper {
    width: 100%;
    height: 100%;
  }
  .swiper img{
    width: 100%;
    height: 100%;
    display: block;
  }
  .card-box{
    background: #fff;
    width: 100%;
  }
  .card-title{
     display: flex;
     justify-content: center;
     align-items: center;
     padding: 12px;
     width: 100%;
     font-size: 15px;
     font-weight: 600;
     position: relative;
  }
  .card-title .line{
    display: inline-block;
    width: 12px;
    height: 1px;
    margin-right: 13px;
    vertical-align: middle;
    background: rgb(217, 217, 217);
  }
  .card-title .line:last-child{
    margin-left: 13px;
    margin-right:0;
  }
  .card-img{
    width: 100%;
    display: block;
    min-height: 160px;
  }
  .card-text{
    padding: 10px 10px;
    line-height:20px;
    font-size: 13px;
  }
  .marBottom {
    margin-bottom: 10px;
  }
  .device{
    width: 100%;
    height:15px
  }

  .card-giud{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 5px 10px;
}
.guid-list{
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(241, 241, 241);
    padding: 0;
    box-sizing: border-box;
    font-size: 17px;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    -webkit-tap-highlight-color: rgba(0,0,0,.2);
}
.guid-img{
    width: 100%;
   height: 150px;
}
.guid-text{
    width:100%;
    text-align: left;
    padding: 8px 12px;
    font-family: Arial;
    font-size: 15px;
    color: rgb(51, 51, 51);
    font-weight: 500;
    font-style: normal;
    text-decoration: unset;
}
.footer-box{
    background: #333333;
    width: 100%;
    height: 150px;

    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    flex-direction: column;
}
.stitle{
    margin-bottom: 10px;
    font-size: 16px;
}


/* -------------- flex 布局 ----------------------------- */
.disFlex{
    display:flex;
    justify-content: space-around;
    align-items: center;
}

/* ------------ 按钮 ----------------------- */
.btn{
    background-color: #fff;
    background: #fff;
    font-size: 14px;
    color: rgba(62, 65, 70, 1);
    font-weight: 600;
    text-align: center;
    justify-content: center;
    border-radius: 8px 8px 8px 8px !important;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 30%) !important; 
    display: flex;
    width: 145px;
    height: 40px;
    align-items: center;
    border: 1px solid rgba(62, 65, 70, 1);

}
.btn:hover{
    background: rgba(62, 65, 70, 1);
    font-size: 14px;
    transition: all .3s linear,color 0s linear;
    color: #fff;
}
.btn.blue{
    background: #2A4B6D;
    border:1px solid  #2A4B6D;
    color: #fff;
}
.btn.blue:hover{
    background: #CC0000;
    color: #fff;
    border:1px solid  #CC0000;
}
.btn.red{
    background: #9F1710;
    border:1px solid #9F1710;
    color: #fff;
    box-shadow: 2px 2px 4px 1px #D77C61 !important;
}

.card-title-2{
    background: #3E4146;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height:44px;
    font-weight: 600;
}

/* ---------------------     模板二 - 汽车     ------------------------ */
#page2{
    background: #F4F4F4;
}
#page2 .card-box .card-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    background: #fff;
    color: rgba(62, 65, 70, 1);
}

#page2 .card-box .card-title .line{
    color: #333;
    font-weight: 600;
    text-align: center;
    background:#333;
    height: 2px;
    width: 14px;
}

#page2 .card-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 29px 30px 29px;
    font-size:13px;
    text-indent:20px;
    line-height: 20px;
}

#page2 .card-title-2{
    background: #3E4146;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    height:44px;
    font-weight: 600;
}
.draggable{
    width: 100%;
    min-height:200px;
    box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 30%) !important;
    background: #fff;
    margin-bottom: 10px;
}
.draggable .card-img{
    width: 100%;
    height: 100%;
}
#page2  .page-swipe{
    width: 100%;
    min-height:140px;
}

#page2  .page-tab{
    position: fixed;
    max-width: 640px;
    bottom: 0;
}




/* ------------------ 模板三 ----------------- */

#page3 .card-text{
    padding: 20px;
    text-align: center;
    text-indent: 20px;
}
#page3 .card-title-2{
    background: #A22828;
} 
#page3 .guid-text{
    font-size: 13px;
}
#page3 .guid-img{
    min-height: 100px;
    height: auto;
}