html {
    height: 100%;
}

body {
    height: 100%;
    position: relative;
    margin: 0;
}


/* 动画 */

@-webkit-keyframes myfirst {
    0% {
        margin-left: 100%;
    }
    100% {
        margin-left: 0%;
    }
}

@-webkit-keyframes endanmin {
    0% {
        margin-left: 0%;
    }
    100% {
        margin-left: 100%;
    }
}

.end {
    animation: endanmin 1s !important;
}

.newindustrybox {
    width: 560px;
    height: 570px;
    border-radius: 5px;
    margin: 210px auto;
    background-color: #ffffff;
    background-size: 100% 100%;
}

.industryflexd {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    /* margin-left: 100%; */
    background: rgba(0, 0, 0, 0.7);
    /* overflow: scroll; */
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.industryflexdblock {
    display: block !important;
    z-index: 1000000000000;
}

.industrytitle {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 1rem 0; */
    height: 58px;
    color: #fff;
    border-radius:5px 5px 0 0;
    position: relative;
    font-size: 18px;
    background-color: #005792;
    font-family: PingFang SC;
}

.industrytitle .clone {
    font-size: 17px;
    color: #fff;
    position: absolute;
    right: .5rem;
    top: 30%;
    font-weight: 400;
    width: 92px;
    height: 32px;
    border-radius: 3px;
    background-color: #e55352;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.mr12 {
    margin: 0 12px;
}

.industrycontent {
    margin-top: 1rem;
    padding-bottom: 1rem;
}

.industrycontent .contentfather {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 350;
    padding-top: 10px;
    margin-left: 30px;
}

.contentson {
    margin-left: 40px;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.contentson>div {
    width: 16%;
    margin: 5px 5px;
    height: 30px;
    background-color: #5a6269;
    opacity: 1;
    border-radius: 3px;
    font-size: 16px;
    font-family: PingFang SC;
    justify-content: space-around;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.contentson>div:nth-child(5n+1) {
    margin-left: 0px;
}

.item_box:hover {
    background: #e55352 !important;
    color: #fff !important;
}

.item_boxact {
    background: #e55352 !important;
    color: #fff !important;
}