.clearfixlopd{
    width: 100%;
    background-image: linear-gradient(to top left,#1a1a1a,#303133,#333);
}
.wrapper .clearfixtop{
    width: 70%;
    background-image: linear-gradient(to top left,#1a1a1a,#303133,#333);
    margin:  0 auto;
}
#userShowvv img{
    margin-top: 0px !important;
}
.wrapper .nav-bar{
    background: #ffffff;
}
.wrapper .imgbox{
    height: 68px;
    line-height: 68px;
}
.top_nav{
    height: 68px;
}
.tool_navs{
    height: 68px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
}
.tool_navs li{
    height: 68px;
    line-height: 68px;
}
.contentdom{
    background:#F5F5F5 ;
}

.flex{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.flex-start{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}
.space-between{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.clom{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.conterright{
    width: 100%;
    background: #ffffff;
    padding: 0px 20px;
}
.con_onmp{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
}
.con_texcl{
    width: 100%;
    height: 102px;
    border-bottom: 1px solid #ECECEC;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    padding: 10px 0px;
    cursor: pointer;
}
.cflopi{
    width: 100%;
    height: 100%;

}
.foterfl{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    text-align: left;
    padding-left: 20px;
    border-left: 2px solid #f2f2f2;
}
.labme{
    width: 100%;
    height: 70px;
    background: #2976CC;
    border-radius: 4px 4px 4px 4px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 70px;
    margin-top: 20px;
    cursor: pointer;
}
.foterflon{
    width: 75% !important;
}
.foterfl{
    width: 23% !important;
}

.search-box {
    display: inline-flex;
    width: 300px;
    height: 35px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    border-radius: 4px 4px 4px 4px;
}

.search-box input {
    flex: 1;
    padding: 15px 25px;
    border: none;
    border-radius: 30px 0 0 30px;
    font-size: 16px;
}

.search-btnnew {
    width: 70px;
    height: 35px;
    background: #2976CC;
    text-align: center;
    color: white;
    border: none;
    line-height: 35px;
    border-radius:2px;
    cursor: pointer;
    transition: background 0.3s;
}

.search-btnnew:hover {
    background: #0056b3;
}
.fonterfany{
    background: #ffffff;
    padding: 10px;
    text-align: right;
}
.el-tooltip__popper.is-dark {
    width: 80% !important;
}