#title{
    width: 100%;
    height: 1.1rem;
    text-align: center;
    background-image: url("../img/title.png");
    background-size: 100% 100%;
    position: relative;
}
#title>img{
    display: inline-block;
    vertical-align: top;
    margin-right: 0.2rem;
    margin-top: 0.14rem;
}
#title>div:nth-of-type(1){
    display: inline-block;
    vertical-align: top;
    font-size: 0.36rem;
    margin-top: 0.14rem;
    font-family: SSRuiYuanTi;
    font-weight: 400;
    color: #EFF6FF;
    background: linear-gradient(1deg, #F3FBFF 0%, #1DC2FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#weather{
    position: absolute;
    right: 0.3rem;
    top: 0;
    width: 1.8rem;
    display: flex;
   justify-content: space-between;
}
#weather>div>p:nth-of-type(1){
    font-size: 0.14rem;
    font-family: New World Vibes;
    font-weight: 400;
    color: #FFFFFF;
}
#weather>div>p:nth-of-type(2){
    font-size: 0.16rem;
    font-family: New World Vibes;
    font-weight: 400;
    color: #0099FF;
}
#headlineButton{
    padding: 0 0.3rem;
    width: calc(100% - 0.6rem);
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}
#headlineButton>div{
    width: 5rem;
    display: flex;
    justify-content: space-between;
}
#headlineButton>div>div{
    font-size: 0.22rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: #EFF6FF;
}
#seek{
    display: flex;
    justify-content: center;
}
.current{
    width: 0.83rem;
    height: 0.29rem;
    background: rgba(29, 157, 206, 0.2);
    border: 0.01rem solid rgba(31, 153, 199, 0.51);
    margin: 0.1rem;
    line-height: 0.29rem;
    font-size: 0.16rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #1D9DCE;
    /*opacity: 0.51;*/
    text-align: center;
}
.inputPicker{
    color: #1D9DCE;
    line-height: 0.35rem;
    font-size: 0.16rem;
}
#content{
    padding: 0 0.3rem;
    margin-top: 0.1rem;
    height: calc(100% - 1.2rem);
    /*background-color: #1DC2FF;*/
    display: flex;
    justify-content: space-between;
}
#content>div{
    height: 100%;
}
#contentLeft,#contentRight{
    width: 3.69rem;
}
#contentCentre{
    width: 9.4rem;
}

/*搜索框的样式*/
.inputPicker .el-date-editor .el-range__icon{
    display: none;
}
.inputPicker .el-input__inner{
    border: 0;
    background-color: transparent;
}
.inputPicker .el-input__inner,.inputPicker{
    height: 35px;
    line-height:35px;
}
.inputPicker{
    margin: 10px;
}
.inputPicker .el-date-editor .el-range-separator{
    color: rgba(29, 157, 206, 1);
    line-height:35px;
}
.inputPicker input{
    background: #001C4C;
    border: 1px solid #13617E !important;
    border-radius: 6px;
}
 .el-picker-panel{
    background: #001C4C;
    font-size: 14px;
     border: 1px solid  #1F99C7;
     z-index: 10000;
}
 .el-date-range-picker__content.is-left{
     border-right: 1px solid  #1F99C7;
 }
 .el-date-table td span{
    font-size: 16px;
}
 .el-date-table td.end-date span, .el-date-table td.start-date span{
    background: rgba(29, 157, 206, 1);
}
 .el-range-editor .el-range-input{
    color: rgba(29, 121, 206, 1);
}
.inputPicker .el-range-editor .el-range-input::-webkit-input-placeholder{
    color: rgba(29, 121, 206, 1);
}
 .el-date-table th,.el-picker-panel{
    color: #fff;
     font-size: 14px;
}
.el-date-table td.next-month, .el-date-table td.prev-month{
    color:#606266 ;
}
.el-date-table td.in-range div, .el-date-table td.in-range div:hover, .el-date-table.is-week-mode .el-date-table__row.current div, .el-date-table.is-week-mode .el-date-table__row:hover div{
    background-color: rgba(29, 157, 206, 0.4);
}
.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner{
    width: 250px;
}

/*内容块样式*/
/*左边*/
/*小标题*/
.content_title{

}
.content_title>img{
    width: 100%;
}
.content_titleName{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_titleName>img{
    width: 1.63rem;
    height: 0.1rem;

}
.content_titleName>div>span{
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    vertical-align: middle;
}
.content_titleName>div>img{
    vertical-align: middle;
}
/*内容*/
.matterContent{
    margin-bottom:0.2rem ;
}
.matter>div{
    position: relative;

}
.matter>div>img{
    position: absolute;
    width: 1.99rem;
    height: 1.99rem;
    left: calc(50% - 0.995rem);
    top: calc(50% - 1.3rem);
}
.repositoryContent{
    position: relative;
}
.repository_button{
    position: absolute;
    right: 0;
    top: 0.3rem;
    z-index: 300;
}
.repository_button{
    display: flex;
}
.repository_button>div{
    width: 0.61rem;
    height: 0.24rem;
    text-align: center;
    line-height: 0.24rem;
    font-size: 13px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #1F9ECC;
    opacity: 0.54;
    background-image: url("../img/wxzbk.png");
    margin-left: 0.1rem;
}
.repository_buttonActive{
    font-size: 13px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #E2EBF1!important;
    background-image: url("../img/xzbk.png")!important;
}
/*中间主图*/
#masterMap{
    width: 100%;
    height: 7.72rem;
    /*height: calc(100% - 0.55rem);*/
    position: relative;
    /* bottom: -0.5rem; */
}
#masterMap>img{
    width: 8.98rem;
    height: 7.72rem;
    position: absolute;
    left: calc(50% - 4.49rem);
    /*bottom: 0.8rem;*/
}
.kind{
    position: absolute;

}
.kind{
    display: flex;
}
.kind>img{
    height: 0.62rem;
    width: 0.62rem;
    margin-right: 0.1rem;
}
.kind>div>div{
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.32rem;
}
.kind>div>p{
    font-size: 0.28rem;
    font-family: shuzi;
    font-weight: bold;
    font-style: italic;

    /*line-height: 64px;*/
}
.kind>div>.green{
    color: #00FAA8;
}
.kind>div>.blue{
    color: #4CD7FF;
}
.lbzl{
    left: 1.98rem;
    top: 0.6rem;
}
.zxzs{
    left:6.2rem;
    top: 0.6rem;
}
.qssl{
    left: 1.08rem;
    top: 2.2rem;
}
.zxz{
    left:6.4rem;
    top: 2.50rem;
}
#totalBase{
    position: absolute;
    left: calc(50% - 0.75rem);
    bottom: 1.2rem;
}
#totalBase>div:nth-of-type(1){
    text-align: center;
    font-size: 0.21rem;
    font-family: zihun164hao;
    color: #FFFFFF;
    text-shadow: 0px 3px 7px rgba(3, 18, 96, 0.99);
    margin-bottom: 0.1rem;
    font-weight: 400;
}
#totalBase>div:nth-of-type(2)>span{
    display: inline-block;
    vertical-align: middle;
    line-height: 0.33rem;
    text-align: center;
    width: 0.27rem;
    height: 0.33rem;
    background-image: url("../img/Number.png");
    background-size: 100% 100%;
    margin: 0 0.02rem;

}
#totalBase>div:nth-of-type(2)>span>p{
    font-size: 0.3rem;
    /*color: #1DC2FF;*/
    /*font-family: FZCuQian-M17;*/
    font-weight: 400;
    /*color: #FFFFFF;*/
    background-image: -webkit-linear-gradient(3deg, #00FAA8 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: shuzi;
}
/*右边热门知识点*/

#hotTitle{
    /*width: 3.34rem;*/
    width:100%;
    height: 0.44rem;
    background-image: url("../img/titlemin.png");
    background-size:100% 100% ;
    background-repeat: no-repeat;
    margin: 0.2rem 0;
    display: flex;
    justify-content: space-between;
}
#hotTitle>div{
    font-size: 0.16rem;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: #D7EAFD;
    line-height: 0.44rem;

}
#hotTitle>div:nth-of-type(1){
    width: calc(70% - 0.2rem);
    padding-left: 0.2rem;
}
#hotTitle>div:nth-of-type(2){
    width: 30%;
    text-align: center;


}
#hotCenter{
    height: 5rem;
    position: relative;
    overflow: hidden;
    /*background-color: #1DC2FF;*/
}
#list-wrapper1{
    position: relative;
}
#list-wrapper1 li {
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
}
.hotLi>div:nth-of-type(1){
    width: calc(70% - 0.2rem);
    padding-left: 0.2rem;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    font-size:0.18rem;
    color: white;
    font-weight: 400;
}

.hotLi>div:nth-of-type(2){
    width: 30%;
    text-align: center;
    font-size: 0.18rem;
    color: #72F7C9;
    font-weight: 400;

}
#mainText{
    width: 0.8rem;
    position: absolute;
    left: 1.41rem;
    top:1.4rem;
    text-align: center;
}
#mainText>div:nth-of-type(1){
    font-size: 15px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFA951;
}
#mainText>div:nth-of-type(2){
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
}
.buttonActive{
    background: rgba(29, 157, 206, 0.2) !important;
    border: 1px solid #1F99C7 !important;
    font-size: 16px;
    color: #E2EBF1 !important;
}

.loading{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(1,14,50,0.8);
    z-index: 11111;display: flex;
    justify-content: center;
    align-items: center;
}
.knowledge-item {
    font-size: 16px;
}