body{
    background-color: #FAFAFA;
    color: #333333;
}
.zcwd-header{
    height: 1.91rem;
    background: url("./zcwdk_title.jpg") no-repeat;
    background-size: 100% 100%;
    padding-top: 1.14rem;
}
.pos-rel{
    position: relative;
}
.zcwd-search-box{
    width: 8.78rem;
    margin: 0 auto;
    position: relative;
    border-radius: .06rem;
    overflow: hidden;
}
.zcwd-search-box input{
    width: 100%;
    height: .5rem;
    background-color: #f8fdff;
    border-radius: .06rem;
    padding: 0 1.5rem 0 .1rem;
}
.zcwd-main{
    background-color: #ffffff;
    font-size: .16rem;
}
.zcwd-main *{
    box-sizing: border-box;
}
.zcwd-search-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 1.4rem;
    line-height: .5rem;
    border-radius: .06rem;
    background: url("./zcwdk_btn.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: .2rem;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}
.icon-search{
    width: .23rem;
    margin-right: .1rem;
}
.px-19{
    padding-left: .19rem;
    padding-right: .19rem;
}
.px-20{
    padding-left: .2rem;
    padding-right: .2rem;
}
.zcwd-sel-bm{
    line-height: .8rem;
    color: #1f58ae;
    font-size: .22rem;
    font-weight: bold;
}
.zcwdk-bm-line{
    width: 10.49rem;
}
.bm-item{
    width: 1.81rem;
    line-height: .45rem;
    background-color: #e4effd;
    background-color: rgba(228, 239, 253, 0.8);
    border-radius: .06rem;
    text-align: center;
    color: #404040;
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
    float: left;
    cursor: pointer;
    margin-bottom: .15rem;
}
.bm-item.active{
    background-color: #286ed9;
    background-color: rgba(40, 110, 217, 0.8);
    color: #ffffff;
}
.bm-item:not(:nth-of-type(6n)){
    margin-right: .15rem;
}
.ellipsis1{
    overflow:hidden; /*超出的部分隐藏起来。*/
    white-space:nowrap;/*不显示的地方用省略号...代替*/
    text-overflow:ellipsis;/* 支持 IE */
}
.ellipsis2{
    overflow:hidden; /*超出的部分隐藏起来。*/
    text-overflow:ellipsis;/* 支持 IE */
    display:-webkit-box;  /*将对象作为弹性伸缩盒子模型显示。*/
    -webkit-box-orient:vertical; /*从上到下垂直排列子元素（设置伸缩盒子的子元素排列方式）*/
    -webkit-line-clamp:2; /*这个属性不是css的规范属性，需要组合上面两个属性，表示显示的行数。*/
}
.ct-item{
    /*padding: .2rem 0;*/
    border-bottom: 1px  dashed #d2d3d4;
    padding-bottom: .15rem;
    padding-top: .1rem;
    display: block;
}
.icon-29{
    width: .29rem;
    vertical-align: middle;
    margin-top: -.02rem;
}
.width-50{
    width: .5rem;
}
.width-1110{
    width: 11.1rem;
}
.question{
    color: #4da2f6;
    font-weight: bold;
    font-size: .2rem;
    line-height: .6rem;
}
.answer{
    line-height: .3rem;
}
.mt--10{
    margin-top: -.1rem;
}
.pb-20{
    padding-bottom: .2rem;
}
.mb-30{
    margin-bottom: .3rem;
}
@media screen and (min-width: 769px){
    .bm-item:hover{
        background-color: #286ed9;
        background-color: rgba(40, 110, 217, 0.8);
        color: #ffffff;
    }
}
@media screen and (max-width: 768px){
    .zcwd-main{
        font-size: .28rem;
    }
    .centerWidth{
        width: 100%;
    }
    .zcwd-search-box{
        width: 80%;
    }
    .width-1110{
        width: 92%;
    }
    .zcwd-search-box input{
        height: .6rem;
    }
    .zcwd-search-btn{
        line-height: .6rem;
        font-size: .3rem;
    }
    .zcwd-header{
        height: 2.31rem;
        background: url("./zcwdk_title_wap.jpg");
        background-size: 100% 100%;
        padding-top: 1.3rem;
    }
    .icon-search{
        width: .28rem;
    }
    .zcwd-sel-bm{
        font-size: .32rem;
        line-height: 1rem;
    }
    .zcwdk-bm-line{
        display: none;
    }
    .bm-item {
        width: 2.2rem;
        line-height: .65rem;
        margin-bottom: .2rem;
        margin-right: .2rem!important;
    }
    .bm-item:nth-of-type(3n){
        margin-right: 0!important;
    }
    .px-19,.pb-20{
        padding-left: .25rem;
        padding-right: .25rem;
    }
    .icon-29{
        width: .35rem;
    }
    .question{
        font-size: .32rem;
        line-height: .8rem;
    }
    .answer{
        font-size: .3rem;
        line-height: .4rem;
    }
    .ct-item{
        padding-bottom: 0.3rem;
        padding-top: 0.2rem;
    }
}

