html,body,.current,.container,.pageBody,.docPage{
    min-width: 320px;
    width: 100%;
}
.confirmBtn{
    padding: 18px 0;
    line-height: 0 !important;
}
.activeItems{
    line-height: 24px;
    padding-left: 10px;
}
.activeItems p{
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
}
.activeItems p a{
    width: 100%;
    display: block;
}
/* ***************搜索文档************* */
#searchDoc{
    right: 8px;
}
#searchDoc .searchBtn{
    width: 35px;
    border-radius: 2px;
    height: 35px;
    text-align: center;
    padding: 8px 0 0 0;
}
#searchDoc .searchBtn span:nth-last-of-type(1){
    display: none;
}
.phoneSearch{
    width: calc(100% - 55px) !important;
}
#searchBody input{
    width: calc(100% - 45px);
}
#searchBody .search{
    width: 40px;
    height: 40px;
    text-align: center;
}
#searchBody .search span:nth-last-of-type(1){
    display: none;
}
.is-active .el-collapse-item__wrap{
    border: none;
}
/* **************页面标题************** */
#banner .title1{
    font-size: 28px;
}
#banner .title2{
    font-size: 14px;
}
.pageBodyBox{
    padding: 30px 0;
}
.pageBodyBox .pageBodyTitle .title1{
    font-size: 22px;
}
.pageBodyBox .pageBodyTitle .title2{
    font-size: 14px;
    padding: 0 25px;
}
/* *****************活动导航*************** */
.activityNav{
    height: 42px;
}
.activityNav .navContent{
    width: 100%;
}
.docPage .activityNav .tabItem{
    max-width: 33%;
}
.activityNav .tabTitle{
    font-size: 12px;
    padding: 0;
    line-height: 40px;
}
/* *********文档导航********* */
.docPage .docTab{
    max-width: 100%;
    padding: 18px 20px;
}
/* 点评 */
.dianping{
    display: none;
}
.citingBox{
    padding: 30px 10px;
}