.header-change-show {
    width: 65px;
    height: 30px;
    display: inline-flex;
    justify-content: space-around;
    align-items: center;
    margin-left: 410px;
    color: black;
}
.header-change-show img:nth-child(1){
    width: 17px;
    height: 17px;
}
.header-change-show img:nth-child(2){
    width: 16px;
    height: 16px;
}
.textActive{
    color: #0e9aef;
}
.show-divBase {
    width: 100%;
    height: 100% !important;
    background: white;
    /*overflow-y:scroll;*/
    /*overflow-x:none;*/
}
.show-ulBase{
    width: 100%;
    height: 100%;
    background: white;
    white-space: wrap;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}
.show-ulBase::after{
    content: "";
    display: block;
    clear: both;
}
.show-ul-liBase{
    width: 167px !important;
    height: 280px;
    float: left;
    margin-left: 10px;
    margin-top: 40px;
    background-color: white;
    border: 1px solid #e5e5e5;
}
.show-ul-liBase:hover .show-btnBase{
    /*opacity: 1;*/
    height: 32px;
    line-height: 32px;
    transition: all 0.1s linear 0.1s;
}
.img-showBase{
    width: 166px !important;
    height: 150px !important;
    /*margin-top: -30px;*/
}
.img-showBase .image-showBase{
    width: 166px;
    height: 100%;
}
.show-btnBase{
    width: 100%;
    height: 0;
    /*height: 32px;*/
    /*opacity: 0;*/
    background-color: #2187F6;
    color: white;
    font-size: 13px;
    text-align: center;
    /*position: absolute;*/
    /*bottom: 90px;*/
    /*line-height: 32px;*/
}
.show-contantBase{
    width: 100%;
    height: 80px;
    margin-top: 12px;
    /*display: flex;*/
    /*justify-content: space-around;*/
    /*flex-direction: column;*/
    text-align: left;
    text-indent: 10px;
    /*border: 1px solid red;*/
}
.show-contantYqBase{
    width: 100%;
    height: 80px;
    margin-top: 200px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    text-align: left;
    text-indent: 10px;
    /*border: 1px solid black;*/
}
.content-oneBase{
    color: #777777;
    font-size: 16px;
}
.content-twoBase{
    color: red;
    font-size: 19px;
}
.content-threeBase{
    padding-right: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content-threeBase span{
    color: #777777;
    font-size: 13px;
}
.content-threeBase div{
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}