.main {
  padding-bottom: 1.133333rem;
  font-size: 0.373333rem;
  min-height: 100vh;
  background-color: #F5F5F5;
}

.van-swipe__indicator {
  width:.08rem;
  height:.08rem;
  background:rgba(255,255,255,1)!important;
  border-radius:50%;
}
.van-swipe__indicator--active {
  width:.16rem;
  height:.08rem;
  background:rgba(0,198,184,1)!important;
  border-radius:.08rem;
}

.swiper-slide{
  height: 3.466667rem;
  border-radius: .106667rem;
  overflow: hidden;
}

#app{
    padding-bottom:12vw;
    min-height:100vh;
    padding-bottom: 1.133333rem;
    font-size: 0.373333rem;
    min-height: 100vh;
    background-color: #F5F5F5;
}

.words{
    width:100vw;
    padding:.4rem .4rem 0 .4rem;
    box-sizing: border-box;
    font-size:3.73vw;
    line-height:1.7;
    color:#333;
    background:#fff;
}
.words .title-banner{
    margin-bottom: .533333rem;
}
.words .title-banner img{
    width:100%;
    display: block;
}
.words .basics{
    overflow: hidden;
}
.words span{
    color: #00C6B8;
}
.words .basics img{
    float:left;
    width:29vw;
    height:29vw;
}
.words .basics .right{
    float: right;
    width:calc(100vw - .8rem - 29vw - .26rem);
}
.words .basics .bottom{
    width:100%;
    float: left;
    margin-top:.2rem;
}

.words  .title{
    font-size:.48rem;
    font-weight: bold;
    line-height:1;
    margin:0.8rem 0 0.4rem 0;
}
.words ul{
    padding:0;
    margin:0;
    width:100%;
}
.words ul li{
    text-align:left;
    padding:0 0 0 6vw;
}
.words ul li:before{
    content:'';
    width:3.2vw;
    height:3.2vw;
    position: absolute;
    transform: scale(0.5,0.5);
    top:.18rem;
    left:0;
    background:#00C6B8;
    border-radius:50%;
}

.words li{
    position: relative;
    line-height:.65rem;
    overflow: hidden;
    /* margin-bottom:0.1rem; */
}

.words li box{
    width:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    line-height:.65rem;
    height:.65rem;
}
.words li.on box{
    width:100%;
    white-space: initial;
    height:auto;
}
.words li .more{
    color: #00C6B8;
    float: right;
    cursor: pointer;
}

.words .bottonList{
    overflow: hidden;
    width:calc(100vw - 0.4rem);
    margin-left:-0.4rem;
    margin-top:.4rem;
}
.words .bottonList .button{
    width:calc((100vw - 1.2rem) / 2);
    height:.9rem;
    box-sizing: border-box;
    color:#F27B17;
    float: left;
    margin:0 0 .26rem .4rem;
    background:#FFF8EA;
    border:1px solid rgba(255, 174, 23, 0.26);
    border-radius:4px;
}
.words .text img{
    width:100%;
    margin-top:.4rem;
}
.words .text span{
    color:#999;
    font-size:3.2vw;
    text-align: center;
    display: block;
    padding-bottom:6vw;
}

.flex{
    display:flex;
    align-items: center;
    justify-content: center;
}

.bg{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:8;
    background:rgba(0,0,0,0.5);
    cursor: pointer;
}

.window{
    background:#fff;
    border-radius:8px;
    color:#333;
    position:fixed;
    z-index:9;
    width:87vw;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    overflow: auto;
    max-height:70vh;
    box-sizing: border-box;
    padding:0 .5rem .5rem .5rem;
}
.window .name{
    font-size:4.2vw;
    text-align: center;
    margin:0.8rem 0;
    font-weight:bold;
}
.window .text{
    font-size:3.73vw;
    line-height:.68rem;
    white-space: initial;
}
.window .button{
    cursor: pointer;
    background:#00D2C3;
    color:#fff;
    line-height:12vw;
    text-align: center;
    font-size:4.2vw;
    width:85%;
    margin:.5rem  0 0 7.5%;
    border-radius:6vw;
}
.problem,.tabList{
    border-top:.25rem solid #f1f1f1;
    width:100%;
    box-sizing: border-box;
    padding:0 .4rem;
    color:#333;
    font-size:3.73vw;
    background:#fff;
}
.problem .title{    
    font-size:4.8vw;
    overflow: hidden;
    padding-top:.4rem;
    line-height:6vw;
    font-weight: bold;
}

.problem .title a{
    float:right;
    font-size:3.73vw;
    color:#8E8E8E;
    font-weight:400;
}
.problem ul{
    padding:.4rem 0 .4rem 0;
    margin:0;
}
.problem ul li{
    box-sizing:border-box;
    width:100%;
    padding:.4rem .25rem;
    background:#fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.1);
    border-radius:4px;
    margin-bottom:.25rem;
}
.problem ul li span{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    text-align: left;
    width:100%;
    overflow: hidden;
    line-height:5.3vw;
    max-height:10.6vw;
    padding-left:7vw;
    box-sizing: border-box;
    position: relative;
}
.problem ul li span:before{
    content:'问';
    width:5.3vw;
    height:5.3vw;
    border-radius:2px;
    background:#00C6B8;
    color:#fff;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
    line-height:5.3vw;
    font-size:3.2vw;
}
.problem ul li .text:before{
    content:'答';
    background:#FFB937;
}
.problem ul li .name{
    margin-bottom:.4rem;
    font-size:4.26vw;
    font-weight:bold;
    color:#333;
}
.problem ul li .text{
    font-size:3.73vw;
    color:#707070;
}
.problem.type-1 ul li .text{
    -webkit-line-clamp: 5;
    max-height:26.5vw;
}
.problem ul li .more{
    text-align:right;
    color:#00C6B8;
    margin-top:2vw;
}
.problem ul li b{
    color:#00C6B8;
    font-weight: 400;
}
.problem ul li.on .text{
    -webkit-line-clamp:999;
    max-height:200vh;
}

.tabList{
    padding:0 0 12vw 0;
}
.tabList .hd::-webkit-scrollbar{width:0px}
.tabList .hd{
    width:100%;
    line-height:13vw;
    height:13vw;
    /* flex-direction: row;
    justify-content: space-between; */
    color:#666;
    font-size:4.26vw;
    border-bottom:1px solid #F5F5F5;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    padding:0 .4rem;
    box-sizing: border-box;
}
.tabList .hd span{
    cursor: pointer;
    font-weight:bold;
    padding-left:4vw;
    position: relative;
    transition: all 0.3s;
    width:15vw;
}
.tabList .hd span:first-of-type{
    padding:0;
}
.tabList .hd span.on{
    color:#00C6B8;
}
.tabList .hd span.on:before{
    content:'';
    width:5.33vw;
    height:0.8vw;
    background:#00C6B8;
    border-radius:2px;
    position: absolute;
    left:50%;
    transform:translate(-50%,0);
    bottom:-4.2vw;
}

.tabList .bd{
    width:100vw;
    overflow: hidden;
}
.tabList .bd box{
    overflow: hidden;
    width:600vw;
    display: block;
    transition: all 0.3s;
}

.tabList .bd ul{
    width:100vw;
    box-sizing: border-box;
    padding:0 .4rem;
    float: left;
    height:1px;
    overflow: hidden;
}
.tabList .bd ul.height{
    height:auto;
}
.tabList .bd ul li{
    overflow: hidden;
    box-sizing: border-box;
    padding:.25rem .4rem;
    border:1px solid #DEDEDE;
    border-radius:4px;
    margin-top:4vw;
}
.tabList .bd ul li .name{
    color:#333;
    font-size:5.33vw;
    line-height:7vw;
    max-height:14vw;
    font-weight: bold;
}
.tabList .bd ul li .text{
  font-size:16px;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:22px;
}
.tabList .bd ul li .name,.tabList .bd ul li .text{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    text-align:left;
    overflow: hidden;
}
.tabList .bd ul li .tab{
    margin-top:3.5vw;
    overflow: hidden;
}
.tabList .bd ul li .tab span{
    float: left;
    color:#666;
    font-size:3.2vw;
    margin-right:3vw;
}

.tabList .bd ul li.type-1 .left{
    width:calc(100% - 23.3vw);
    float: left;
}
.tabList .bd ul li .right{
    width:76px;
    height:76px;
    border-radius:4px;
    float: right;
    margin:1vw 0 0 0;
    position: relative;
    overflow: hidden;
}
.tabList .bd ul li .video:before{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:url(../images/icon-1.png);
    background-size:100% 100%;
    width:8vw;
    height:8vw;
    content:'';
}
.tabList .bd ul li .right img{
    width:100%;
    height:100%;
}
.tabList .bd ul li.type-1 .tab{
    float: left;
    width:100%;
}