/* 最外层 */
body {
    background-color: #F8F8F8;
    padding: 0;
    margin: 0;
}

.contianer {
    width: 100%;
    height: auto;
    /* border: 1px red solid; */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; */
    position: relative;
    background-color: #F8F8F8;
}

/* 上部分内容(行业选择) */
.Industryselection {
    width: 1200px;
    height: auto;
    margin: 20px auto;
    /* display: flex; */
    background-color: #FFFFFF;
    border: 1px solid #eeeeee;
}

.Industryselection>div {
    width: 100%;
    height: 33%;
    /* border: 1px red solid; */
    line-height: 57px;
    display: flex;
    flex-wrap: wrap;
}

.Industryselection>div:nth-child(2) {
    border-top: 1px rgba(229, 231, 231) solid;
    border-bottom: 1px rgba(229, 231, 231) solid;
}

.Industryselection_top {
    display: flex;

}

.Industryselection_center {
    padding-top: 10px;
    display: flex;
}

.mix-all {
    width: 120px;
    height: 24px;
    background: #FF6600;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    /* margin:auto; */
    line-height: 24px;
}

.In-right-mix {
    width: auto;
    /* border: 1px red solid; */
    line-height: 40px;
    margin: 0px 0px 0px 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    height: 40px;
}

.Industryselection_bottom {
    display: flex;
}

.colorSpecies {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    margin: 21px 0px 0px 17px;
    cursor: pointer;
}

.fir {
    margin-left: 31px;
}

.fir>img {
    border-radius: 50%;
    border-color: #FF6600;
    width: 100%;
    position: relative;
    top: -15px;
}

/* 当前选择 */
.Currentselection {
    /* width: 1200px; */
    width: 1200px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid #eeeeee;
}

.Currentquery {
    width: 200px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    position: relative;
    top: 9px;
    left: 28px;
}

.Currentquery>i {
    color: #FF6600;
}

.TemplateNo {
    width: 190px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 1px;
    position: relative;
    /* left: 780px; */
    top: 8px;
    right: 12px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
}

.TemplateNo>input {
    border: none;
    position: relative;
    top: 1px;
    left: 10px;
}

.TemplateNo>img {
    position: relative;
    top: 0px;
    left: 28px;
    cursor: pointer;
}

/* 图片*12 */
.contianer-pic12 {
    width: 1200px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    /* border: 1px red solid; */
    margin: auto;
    /* position: relative; */
    /* margin-top: 20px; */

}

.contianer-pic12>div {
    width: 270px;
    height: 282px;
    /* border: 1px red solid; */
    margin: 0px 13px;
    background-color: #FFFFFF;
    margin-top: 18px;
    position: relative;
    /* cursor: pointer; */
    float: left;
    /* top: 13px;*/
}

.pic12-count {
    width: 270px;
    height: 282px;
    /* border: 1px red solid; */
    margin: auto;
    background-color: #FFFFFF;
    position: relative;
    top: 0px;
    /* margin-top: 20px; */
    /* overflow-y: scroll;
    scrollbar-width: none; */
}

.pic12-count>div:first-child {
    width: 100%;
    height: 75%;
    /* border: 1px green solid; */
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.centand>img {
    width: 24%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 8px;
}

.pic12-count>div:last-child {
    width: 100%;
    height: 20%;
    /* border: 1px red solid; */
    display: flex;
}

/* .pic12-count>div:last-child>div {
    width: 50%;
    
} */
.pic_count_left {
    width: 60%;
}

.pic_count_right {
    width: 40%;
}

.pic_count_left>span:first-child {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    position: relative;
    top: 5px;
    left: 9px;
}

.pic_count_left>span:nth-child(2) {
    position: absolute;
    top: 237px;
    left: 8px;
    font-size: 13px;
}

.pic_count_left>span:last-child {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: absolute;
    top: 255px;
    left: 7px;
    white-space: nowrap;
}

.pic_count_right>div {
    width: 77px;
    height: 26px;
    background: #FF6600;
    border-radius: 4px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    position: relative;
    top: 37px;
    left: 13px;
    cursor: pointer;
}

/* 蒙层 */
.centand:hover>.mengceng {
    visibility: visible;
}

.mengceng {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* display:none; */
    visibility: hidden;
    border-radius: 2px;

}

.mengceng>div {
    margin: auto;
    text-align: center;
    line-height: 30px;
}

.mengceng_left {
    width: 112px;
    height: 32px;
    background: #FF6600;
    border-radius: 4px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.mengceng_right {
    width: 112px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6600;
}



.contianer-pic12>div>img {
    width: 100%;
}


/* 底部分页 */
.layuipage {
    width: auto;
    /* margin: auto; */
    /* border: 1px red solid; */
    text-align: center;
    margin: 25px auto;
}



.phone-count {
    width: 100%;
    /* border: 1px red solid; */
    height: 100%;
    /* display: flex;
    flex-wrap: wrap; */
}

.phone-count-top {
    width: 100%;
    /* border: 1px green solid; */
    height: 35%;
    display: flex;
    justify-content: space-between;
}

.phone-count-top>div {
    /* border: 1px red solid; */
    position: relative;
}

.phone-count-top>div:first-child {
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    left: 24px;
}

.phone-count-top>div:last-child {
    color: #999;
    text-align: center;
    line-height: 40px;
    right: 10px;
    cursor: pointer;
}

.phone-count-bottom {
    width: 100%;
    /* border: 1px red solid; */
    height: 65%;
    display: flex;
    flex-wrap: wrap;
}

.phone-count-bottom>.all {
    width: 88px;
    height: 24px;
    background: #FF6600;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    margin-top: 6px;
    margin-left: 21px;
    line-height: 22px;
}

.phone-count-bottom>.all_font {
    width: 112px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    height: 13px;
    margin: 10px 10px;
    float: left;
    cursor: pointer;
}

.TemplateType {
    width: 103px;
    height: 24px;
    /* background: #FF6600; */
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #FFFFFF; */
    text-align: center;
    margin-top: 19px;
    margin-left: 31px;
    cursor: pointer;
    white-space: nowrap;
    color: #666666;
}

.Templatesub_cat {
    /* width: 75px; */
    height: 24px;
    /* background: #FF6600; */
    line-height: 24px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    /* color: #FFFFFF; */
    text-align: center;
    margin-top: 19px;
    margin-left: 31px;
    cursor: pointer;
    color: #666666;
    padding-left: 5px;
    padding-right: 5px;
}

.tmp1 {
    background: #FF6600;
    color: #FFFFFF;
}

.tmp2 {
    background: #FF6600;
    color: #FFFFFF;
}

.TypeCount {
    position: relative;
    top: 6px;
    left: 18px;
    white-space: nowrap;
}

#other:hover {
    color: #FF6600;
}

.more {
    display: none;
}

.rightmix_div {
    width: auto;
    height: 24px;
    white-space: nowrap;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#tmp2 {
    background: rgb(255, 102, 0);
    color: rgb(255, 255, 255);
    font-family: "Microsoft YaHei";
    font-weight: 400;
    line-height: 24px;
    position: relative;
    top: 7px;
    margin-left: 16px;
}

.hyxz {
    height: 34px;
    top: -8px;
}

.spn {
    color: #FF6600;
    font-size: 16px;
}

@media (max-width:1200px) {
    .Industryselection {
        width: 100%;
    }

    .Currentselection {
        width: 100%;
    }

    .contianer-pic12 {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        width: 100%;
    }

    .contianer-pic12>div {
        /* margin: 10px auto; */
    }

    .mix-all {
        width: 120px
    }
}

/* 手机适配 */
@media (max-width:900px) {
    .Industryselection {
        width: auto;
        display: block;
    }

    .mix-all {
        width: 92px
    }

    .Industryselection-left {
        width: 100%;
        height: 50px;
    }

    .Currentselection {
        width: auto;
        margin-top: 40px;
    }

    .contianer-pic12 {
        width: 100%;
        height: auto;
        justify-content: space-around;
    }

    .contianer-pic12>div {
        width: 175px;
        height: 170px;
        /* margin: 10px auto; */
    }

    .pic12-count>div:first-child {
        height: 66%;
    }

    .pic12-count>div:last-child {
        height: 30%;
    }

    .pic12-count {
        width: 165px;
        height: 167px;
    }

    .mengceng>div {
        margin: auto;
        text-align: center;
        line-height: 17px;
        width: 73px;
        height: 19px;
        border-radius: 4px;
        font-size: 10px;
    }

    .pic_count_right>div {
        width: 60px;
        height: 17px;
        background: #FF6600;
        border-radius: 4px;
        line-height: 17px;
        font-size: 12px;
        left: -31px;
        top: 39px;
    }

    .pic_count_left>span:first-child {
        font-size: 10px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #888888;
        position: relative;
        top: 5px;
        left: 9px;
    }

    .pic_count_left>span:last-child {
        font-size: 11px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        position: relative;
        top: 7px;
        left: 8px;
    }

    .pic_count_left {
        width: 81%;
    }

    .pic_count_right {
        width: 19%;
    }

    .TemplateNo {
        width: auto;
    }

    .TemplateNo>img {
        top: 1px;
        left: 16px;
    }

    .Currentquery {
        font-size: 12px;
        left: 22px;
    }

    .mix-all {
        /* width: auto; */
    }

    .In-right-mix {
        white-space: nowrap;
        overflow: hidden;
        width: auto;
        margin: 2px 3px;

    }

    .Industryselection-left>span {
        left: 29px;
        top: 21px;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }

    .TemplateNo>input {
        top: 1px;
        left: 10px;
        width: 70%;
    }

    .Industryselection-right {
        left: 25px;
    }

    .more {
        width: auto;
        position: absolute;
        bottom: 9px;
        right: 13px;
        display: block;
        color: #999;
    }

    .TemplateType {
        width: 78px;
        height: 24px;
        /* background: #FF6600; */
        line-height: 24px;
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        /* color: #FFFFFF; */
        text-align: center;
        margin-top: 19px;
        margin-left: 31px;
        cursor: pointer;
        white-space: nowrap;
        padding-left: 5px;
        padding-right: 5px;
    }

    #tmp2 {
        color: rgb(255, 255, 255);
        font-family: "Microsoft YaHei";
        font-weight: 400;
        line-height: 21px;
        position: relative;
        top: 0px;
        background: rgb(255, 102, 0);
        margin-top: 9px;
        margin-left: 27px;
        width: 54px;
    }

    .Industryselection_center {
        padding-bottom: 15px;
    }

    .Industryselection_bottom {
        padding-bottom: 15px;
    }

    .pic_count_left>span:nth-child(2) {
        position: relative;
        top: 6px;
        left: 8px;
        font-size: 12px;
        white-space: nowrap;
    }

    .spn {
        color: #FF6600;
        font-size: 12px;
    }

    .In-right-mix {
        height: 30px;
    }
}

@media(max-width:750px) {
    .rightmix_div {
        width: auto;
        font-size: 12px;
        margin-top: 0px;
        margin-left: 10px;
    }
}

@media(max-width:600px) {
    .contianer-pic12>div {
        width: 148px;
        height: 170px;
        margin: 10px auto;
    }
}

@media(max-width:420px) {
    .phone-count-bottom>.all_font {
        margin: 10px 4px;
    }

}