.fileWords {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}

.fileWords .flexClass {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
    height: auto;
}

.fileWords .flexClass p {
    margin-bottom: 20px;
}

.layui-progress {
    background-color: #94A2FE;
}

.layui-progress-bar {
    background-color: #4C64FE;
}

.layui-progress-text {
    color: #4C64FE;
}

.titleLinear {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgb(255, 0, 0, 1), rgb(255, 0, 0, .6));
}

body {
    font-family: "思源黑体" !important;
    overflow-x: hidden;
}

.file, .fileWord {
    position: relative;
    display: inline-block;
    width: 62px;
    height: 30px;
    border: 1px solid #D7D6D6;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
    text-indent: 0;
    cursor: pointer;
    line-height: 30px;
    background: #fff;
    color: #666;
    font-size: 12px;
}

.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    height: 31px !important;
    cursor: pointer;
}

.fileWord input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    height: 31px !important;
    cursor: pointer;
}

.fileWord:hover {
    text-decoration: none;
}

.file:hover {
    text-decoration: none;
}

#searchBtn, #searchBtnCompany, #searchBtnDemand, .moreGoods, .upgrade {
    width: 13%;
    height: 50px;
    background: #2997f0;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    border: #2997f0;
}

#searchBtn, #searchBtnCompany, #searchBtnDemand {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.moreGoods, .upgrade {
    border-radius: 8px;
}

.moreGoods {
    width: 17%;
    white-space: nowrap;
    margin-left: 20px;
}

#keyword, #keywordCompany, #keywordDemand {
    width: 67%;
    height: 50px;
    background: #FFFFFF;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    outline: none;
    border: none;
    padding-left: 20px;
    box-sizing: border-box;
    color: rgb(153, 153, 153);
}

.descriptionSearch {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contentNoData p {
    text-align: left;
    margin-bottom: 10px;
}

.noDatas {
    width: 200px;
    height: 200px;
    background-size: 100% 100%;
    background-image: url("../images/noResults.png");
}

.contentNoData {
    position: relative;
    left: 40%;
}

.imgContent {
    width: 18%;
    justify-content: space-evenly;
    display: flex;
    margin-bottom: 10px;
    color: #000;
}

.descriptionDiv {
    width: 26%;
    white-space: nowrap;
}

.layout {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 45% !important;
    left: 46%;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layout img {
    width: 30px;
    height: 30px;
    animation: turn 1s linear infinite;
}

/*  turn : 定义的动画名称  1s : 动画时间  linear : 动画以何种运行轨迹完成一个周期  infinite :规定动画应该无限次播放*/
@keyframes turn {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

#layout div {
    font-size: 14px;
    color: #000000;
    margin: 0 auto;
    white-space: nowrap;
}

.site-logo {
    margin-top: -3px !important;
}

.imgContentBak {
    width: 110px;
    height: 110px;
    background: #DBDBDB;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
}

.imgContentBak img {
    margin: 25%;
    width: 50%;
}
