.box1 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*height: 4.5rem;*/
    height: 3.3rem;
    position: relative;
    z-index: 2;
}

.box1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 4.5rem;*/
    height: 3.3rem;
    background: linear-gradient(90deg, rgba(33, 97, 184, 0.97) 0%, rgba(2, 100, 194, 0.91) 50%, rgba(26, 113, 230, 0.07) 100%);
}

.box1_box {
    width: 14.8rem;
    margin: 0 auto;
    /*padding-top: 1.3rem;*/
    padding-top: 0.35rem;
    position: relative;
    z-index: 3;
}

.box1_btn {
    width: 1.25rem;
    height: 0.38rem;
    background: rgba(255, 255, 255, 0);
    border-radius: 0rem 0rem 0rem 0rem;
    border: 0.01rem solid #FFFFFF;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.38rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 0.85rem;
    transition: 0.3s;
}

.box1_btn:hover {
    color: #2161B8;
    background: #FFFFFF;
}

.breadNav {
    display: flex;
    align-items: center;
    position: absolute;
    top: 4.1rem;
    left: 12.51rem;
}

.icon0 {
    width: 0.18rem;
    height: 0.18rem;
    filter: brightness(0) invert(100%);
}

.icon1 {
    width: 0.05rem;
    height: 0.07rem;
    margin: 0 0.06rem;
    filter: brightness(0) invert(100%);
}

.breadNav_text1 {
    width: auto;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.breadNav_text2 {
    width: auto;
    height: 0.21rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.21rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.box2_bg {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1.2rem;
}

.box2 {
    width: 14.8rem;
    margin: 0 auto;
    padding-top: 0.72rem;
    position: relative;
}

.box2_top {
    /*display: flex;*/
    /*align-items: center;*/
    /*gap: 0 0.2rem;*/
    position: relative;
    z-index: 999;
}

.cus-select-picker {
    display: flex;
    align-items: center;
    margin-bottom:0.32rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.c-dropdown {
    position: relative;
    display: inline-block;
    
}

.c-dropdown__list {
    display: flex;
    flex-wrap: wrap;
}

.c-dropdown.is-open .c-dropdown__list {
    opacity: 1;
    visibility: visible;
    top: 0.39rem;
}

.c-dropdown__item,
.c-dropdown__item0 {
    margin-left: 0.2rem;
    margin-bottom: 0.08rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: background-color 0.25s linear;
    transition: 0.3s;
}

.c-dropdown__item:hover,
.c-dropdown__item0:hover {
    background: #2161B8;
    color: #fff;
}

.c-button {
    min-width: 200px;
    -webkit-appearance: none;
    margin: 0;
    border: 0;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-button:hover,
.c-button:focus {
    outline: none;
    text-decoration: none;
}

.c-button:not(:disabled) {
    cursor: pointer;
}

.c-button--dropdown,
.c-button--dropdown0 {
    padding-left: 0.14rem;
    width: 3.2rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0.01rem solid #E1E1E1;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #D1D1D1;
    line-height: 0.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.color,
.color0 {
    position: absolute;
    top: 0.17rem;
    right: 0.2rem;
    width: 0.12rem;
    height: 0.07rem;
    filter: grayscale(100%) brightness(170%);
}

.search {
    width: 2.02rem;
    height: 0.4rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0 0 0.05rem;
    border: 0.01rem solid #E1E1E1;
    text-indent: 0.14rem;
}

.search::placeholder {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #D1D1D1;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.search_box {
    display: flex;
    align-items: center;
}

.search_text {
    width: 0.78rem;
    height: 0.4rem;
    background: #2161B8;
    border-radius: 0rem 0.05rem 0.05rem 0rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.4rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.box2_body {
    margin-top: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.box2_body_box {
    width: 7.2rem;
    height: 6rem;
    background: #FFFFFF;
    border: 0.01rem solid #DEDEDE;
    padding: 0.4rem;
    transition: 0.3s;
}

.box2_body_box:hover{
    background: linear-gradient(166deg, #E8F0FB 0%, #FFFFFF 100%);
    box-shadow: 0rem 0rem 0.13rem 0.01rem rgba(62, 62, 62, 0.16);
    border: 0.01rem solid #FFFFFF;
}
.box2_body_box:hover .p5{
    color: #2161B8;
}
.box2_body_box:hover .box2_body_box_img img{
    transform: scale(1.1);
}
.box2_body_box_img{
    width: 6.4rem;
    height: 4rem;
    overflow: hidden;
}
.box2_body_box_img img {
    width: 6.4rem;
    height: 4rem;
    transition: 0.3s;
}

.box2_body_box hr {
    width: 6.4rem;
    border: 0.01rem solid #DFDFDF;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.lable_box {
    display: flex;
    align-items: center;
    gap: 0 0.1rem;
}


.p1 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p2 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.28rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.15rem;
}

.p3 {
    /*height: 0.19rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 0.07rem 0.15rem;
    margin-bottom: 0rem;
    margin-top: 0.1rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0.17rem;
    cursor: pointer;
}

.p3Active{
    background: #2161B8;
    color: #fff;
}

.p4 {
    min-width: 0.9rem;
    height: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    line-height: 0.3rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.p5 {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 0.3rem;
    transition: 0.3s;
}

.p7 {
    /*max-width: 1rem;*/
    min-width: 0.58rem;
    padding: 0 0.05rem;
    height: 0.22rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    line-height: 0.22rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.p7_1 {
    background: #99BDEC;
}

.p7_2 {
    background: #B4E3F8;
}

.p7_3 {
    background: #D1D7FF;
}




@media only screen and (max-width: 1024px) {
.box1_box{
        width: auto;
        margin: 0 0.2rem;
    }
    .breadNav{
        left: 0 ;
    }
    .box2{
        width: auto;
        padding-top: 0.3rem;
        margin: 0 0.2rem;
    }
    .box2_body_box{
        width:6.9rem;
        padding: 0.2rem;
    }
    .p5{
            white-space: normal;
    }
    .p4{
            min-width: 1.08rem;
    }
    .box2_body{
            justify-content: space-evenly;
    }
}