/*@media screen and (min-width: 300px) and (max-width: 820px) {*/
/*    #selectItem {*/
/*        margin-top: 0.5rem !important;*/
/*    }*/

/*    #main {*/
/*        width: 6.25rem !important;*/
/*        height: 2rem !important;*/
/*    }*/

/*    li {*/
/*        height: 2rem !important;*/
/*        line-height: 2rem !important;*/
/*    }*/

/*    #content {*/
/*        line-height: 2rem !important;*/
/*    }*/

/*    #selectImg svg {*/
/*        height: 1rem !important;*/
/*        width: 1rem !important;*/
/*    }*/

/*    #selectImg {*/
/*        top: 0.5rem !important;*/
/*    }*/

/*    #selectImg.active svg {*/
/*        height: 1rem !important;*/
/*        width: 1rem !important;*/
/*    }*/

/*    input {*/
/*        width: 12rem !important;*/
/*    }*/

/*    .t-r svg {*/
/*        height: 1rem !important;*/
/*        width: 1rem !important;*/
/*        top: 0.5rem !important;*/
/*    }*/

/*    .main-container {*/
/*        height: 12.0625rem !important;*/
/*        width: 10.2375rem !important;*/
/*        margin-left: 1.45rem !important;*/
/*    }*/

/*    .industry-container img {*/
/*        height: 12.0625rem !important;*/
/*    }*/

/*    .industry-hover {*/
/*        height: 12.0625rem !important;*/
/*        padding-right: 0.25rem !important;*/
/*    }*/

/*    .industry-more {*/
/*        height: auto !important;*/
/*        width: auto !important;*/
/*        padding: 0.5rem;*/
/*        font-size: 14px !important;*/
/*        border-radius: 1.5rem !important;*/
/*    }*/

/*    .text-t {*/
/*        font-size: 16px !important;*/
/*        line-height: 1.5 !important;*/
/*    }*/

/*    .text-m {*/
/*        font-size: 14px !important;*/
/*        line-height: 1.5 !important;*/
/*    }*/

/*    .text-b {*/
/*        font-size: 14px !important;*/
/*    }*/

/*    .industry-main {*/
/*        padding-left: 0.5rem !important;*/
/*        padding-right: 0.5rem !important;*/
/*        margin-left: -1.45rem !important;*/
/*    }*/

/*    .main-top {*/
/*        padding-right: 0.5rem !important;*/
/*    }*/

/*    #content {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    #selectItem {*/

/*        width: 3.25rem;*/
/*    }*/

/*    li {*/
/*        font-size: 12px !important;*/
/*    }*/

/*    input::-webkit-input-placeholder {*/
/*        font-size: 12px !important;*/
/*    }*/
/*}*/



#selectItem ul {
    position: absolute;
    z-index: 1;
    background: #f0f4f9;
}

.industry-container:hover .industry-hover {
    bottom: 0;
}


.industry-hover {
    position: absolute;
    bottom: -100%;
    transition: 0.5s;


    padding-left: 0.25rem;
    padding-top: 0.25rem;
    background: #ffffff linear-gradient(135deg, #144297 0%, #4368ac 100%);
    color: #fff;
    height: 7.0625rem;
    width: 100%;
    box-sizing: border-box;
}

.industry-hover .text-t {
    color: #fff;
    font-weight: 500;
}

.industry-hover .text-m {
    color: #fff;
}

.industry-more {
    width: 1.5rem;
    height: 0.5rem;
    border-radius: 0.5rem;
    background: #fff;
    color: #144297;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.2rem;
    position: absolute;
    left: 0.25rem;
    bottom: 0.25rem;
}

.industry-more:hover {
    cursor: pointer;
}

.text-m {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.2rem;
    line-height: 0.375rem;
    padding-top: 0.125rem;
    color: #666;
}

.text-b {
    line-height: 0.35rem;
    font-size: 0.2rem;
    padding-top: 0.25rem;
}

.text-t {
    line-height: 0.45rem;
    font-size: 0.25rem;
    color: #333;
}

.industry-text {
    padding-top: 0.25rem;
    padding-left: 0.3125rem;

    padding-right: 0.3125rem;
    position: relative;
    height: 6.05rem;
}

.main-container {
    position: relative;
    overflow: hidden;
    height: 7.0625rem;
    width: 5.6325rem;
    border: 1px solid #d9e3ef;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
}

.main-container.on{
    border:none;
    height: 6.25rem;
}
.main-container.on .industry-hover{
    height: 6.25rem;
}
.industry-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: top 1s ease;
    display: flex;
    flex-direction: column;
    z-index: 0;
}

.in_top{
    width: 100%;
    height: 3.88rem;
}
.in_bottom{
    padding:0.34rem 0.34rem 0.92rem;
    border: 0.01rem solid #D9E3EF;
}
.industry-container .in_top>img{
    height: 100%;
    object-fit: cover;
}
.in_bottom>p:first-child{
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_bottom>p:last-child{
    font-family: PingFang SC, PingFang SC;
font-weight: bold;
font-size: 0.2rem;
color: #333333;
margin-top: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.industry-container img {
    height: 7.0625rem;
    width: 100%;
}

.industry-main {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 0.75rem;
    display: flex;

    flex-wrap: wrap;
}

.main-bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 3.25rem;
    padding-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.t-r svg {
    height: 0.25rem;
    width: 0.25rem;
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
}

input::-webkit-input-placeholder {
    color: #728ec1;
    font-size: 0.2rem;
}

input {
    -web-kit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 1px solid #d9e3ef;
    border-radius: 0.75rem;
    padding-left: 0.375rem;
    height: 0.75rem;
    width: 5rem;
    color: #144297;
}

.t-r {
    position: relative;
    padding-left: 0.125rem;
    display: flex;
}

.t-r input {
    box-sizing: border-box;
}

.main-top {
    padding-right: 3.25rem;
    display: flex;
    justify-content: end;
}

#main {
    position: relative;
    width: 2.25rem;
    height: 0.75rem;
}

#content {
    text-align: left;
    width: 100%;
    height: 100%;
    line-height: 0.75rem;
    padding-left: 0.3125rem;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 0.2rem;
    font-family: MicrosoftYaHei;
    color: #144297;
    cursor: pointer;
    border-radius: 0.7625rem;
    box-sizing: border-box;
}

#selectImg {
    position: absolute;

    display: flex;
    top: 0.2025rem;
    right: 0.25rem;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#selectImg svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg.active svg {
    height: 0.275rem;
    width: 0.275rem;
}

#selectImg.active {
    position: absolute;
    display: flex;
    top: 0.2025rem;
    right: 0.3125rem;
    cursor: pointer;
    transform: rotate(180deg);
    transition: all 0.3s ease;
}

#selectItem {
    display: none;
}
#selectItem.active{
    display: block;
}
#selectItem ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border-radius: 0.25rem;
    height: auto;
    width: 100%;
    overflow: hidden;
    margin-top: 0.2rem;
}

#selectItem ul li {
    height: 0.75rem;
    line-height: 0.75rem;
    width: 100%;
    background: #f0f4f9;
    color: #144297;
    cursor: pointer;
    font-size: 0.2rem;
    padding-left: 0.3125rem;
}

/* .li {
  background: #144297 !important;
  color: #fff !important;
} */

#selectItem ul li:hover {
    background-color: #d9e3ef;
}

/* * {
  padding: 0;
  margin: 0;
} */

.container-title {
    display: flex;
    justify-content: center;
    padding-top: 0.75rem;
}

.container-title-background {
    font-size: 1.375rem;
    font-family: Source Han Serif CN-Heavy, Source Han Serif CN;
    font-weight: 800;
    color: #f0f4f9;
    position: relative;
}

.container-title-above {
    position: absolute;

    font-family: 'Alibaba PuHuiTi-Bold';
    top: 0.85rem;
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 0.5rem;
    color: #144297;
    text-shadow: 0.053333rem 0.053333rem 0.08rem rgba(0,0,0,.2);
}








@media (max-width: 1042px) {
    .container-title-background{
        font-size: 0.8rem;
        white-space: nowrap;
    }
    .container-title-above{
        top: 50%;
        transform: translateY(-50%);
    }
    #selectItem {
        position: absolute;
        width: 100%;
        top: 70%;
    }
    #selectImg svg {
        height: 0.4rem !important;
        width: 0.4rem !important;
    }

    #selectImg1 svg {
        height: 1rem !important;
        width: 1rem !important;
    }

    input {
        width: 100%;
    }

    #selectItem ul {
        background: #F0F4F9;
    }

    .main-top {
        padding: 0.4rem !important;
        justify-content: center;
    }

    .t-r svg {
        height: 0.5rem !important;
        width: 0.5rem !important;
        top: 50% !important;
        transform: translateY(-50%);
    }

     #main {
        width: 3rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .t-r{
        width: calc(100% - 3rem);
    }
    #content {
        font-size: 12px !important;
    }

    li {
        font-size: 12px !important;
        height: auto !important;
        line-height: 2 !important;
        padding: 0.2rem 0;
    }

    input::-webkit-input-placeholder {
        font-size: 12px !important;
    }


    .industry-main{
        width: 100%;
        padding: 0.4rem;
        box-sizing: border-box;
        gap: 0.2rem;
    }
    
    

    .main-container{
        width: calc(50% - 0.1rem);
        margin: 0;
        height: 6rem;
    }
    .industry-container img{
        height: 6rem;
        object-fit: cover;
    }
    .industry-hover{
        height: 2rem;
        bottom: 0;
    }
    .industry-hover .text-t{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .industry-hover .text-m{
        padding-top: 0.4rem;
        font-size: 11px;
        line-height: 1.5;
        -webkit-line-clamp: 4;
        display: none;
    }
    .text-b{
        font-size: 11px;
    }
    .industry-more{
        font-size: 11px;
        width: auto;
        height: auto;
        padding: 0.1rem 0.3rem;
        box-sizing: border-box;
        display: none;
    }
    
    
    
    
    .industry-main .main-container.on .industry-hover{
        display: none;
    }
    .main-container.on{
        height: auto;
    }
    .industry-container{
        position: relative;
    }
    .in_top{
        height: 2.88rem;
    }
    .in_bottom{
        padding: 0.3rem;
        box-sizing: border-box;
    }
    .in_bottom>p:first-child{
        height: 40px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        white-space: normal;
    }
    .in_bottom>p:last-child{
        font-size: 11px;
        margin-top: 0.1rem;
    }
}










