* {
    margin: 0;
    padding: 0;
}

.section {
    width: 100%;
    background-color: white;
}

.Productsection {
    width: 90rem;
    background-color: white;
    padding: 0 0 48px; 
    margin: 0 auto;
}

.toptitle {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 32px 0;
}

.titletext1 {
    width: 44%;
    font-size: 32px;
    font-weight: 550;
}


.titletext1 span {
    color: #b2b2b2;
    font-size: 17px;
    font-weight: 400;
}

.searchbox {
    width: 38%;
    display: flex;
}

.searchbox p {
    width: 12rem;
    height: 2.5rem;
    line-height: 2.5rem;
    /* background-color: #085696; */
    font-size: 18px;
    font-weight: 600;
    background-color: #999;
    text-align: center;
    float: left;
}

.searchbox input:focus {
    /* width: 25rem;
    height: 2.5rem;
    box-sizing: border-box;
    margin-left: 0.5rem;
    border: 1px solid #999;
    float: left;
    outline: none; */
    border: 1px solid #085696;
}

.searchbox input {
    width: 26rem;
    height: 46px;
    border-radius: 8px  0 0 8px ;
    border: 1px solid #999;
    padding: 0 10px;
    float: left;
}

.searchbox div {
    width: 112px;
    height: 3rem;
    border-radius: 0 8px  8px  0;
    background-color: #085696;
    float: left;
    color: white;
    font-size: 18px;
    text-align: center;
    line-height: 3rem;
}

.titletext2 {
    width: 30rem;
    height: 4rem;
    /* background-color: aliceblue; */
    font-size: 24px;
    font-weight: 600;
    float: left;
}

.content {
    width: 90rem;
}

.Imgas {
    width: 100%;
    height: 400px;
}

.content p {
    width: 80rem;
    font-size: 35px;
    font-weight: 600;
    padding: 30px 0 40px;
    position: relative;
}

.list_title::before {
    content: '';
    width: 4%;
    height: 4px;
    background-color: #085696;
    position: absolute;
    left: 0px;
    top: -20px;
}

.content img {
    width: 80rem;
    height: 20rem;
}

.gap {
    width: 80rem;
    height: 5px !important;
    background-color: #085696 !important;
    margin: 3rem 0 0.5rem 0;
}

.selectcontent {
    width: 18%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* background-color: #d7e7f1; */
    /* display: flex;
    flex-wrap: wrap; */
    /* margin: 0.5rem; */
    /* justify-content: space-between; */
}

.smallcontent {
    width: 100%;
    height: 4rem;
    border-bottom: 1px solid #d4d4d4;
    /* background-color: rgb(245, 245, 245); */
    float: left;
    position: relative;
    cursor: pointer;
}

.smallcontent:nth-of-type(6n) {
    margin-right: 0;
}

.smallcontent:nth-of-type(1) {
    margin-left: 0;
}

.smallcontent:nth-of-type(7n) {
    margin-left: 0;
}

.smallcontent div {
    width: 0;
    height: 0;
    border-left: 0.4rem solid #085696;
    border-top: 0.4rem solid rgb(245, 245, 245);
    border-bottom: 0.4rem solid rgb(245, 245, 245);
    transform: rotateZ(180deg);
    position: absolute;
    top: 1.6rem;
    right: 1rem;
}

.selectcontent p {
    width: 13rem;
    height: 4rem;
    text-align: center;
    line-height: 4rem;
    font-size: 18px;
    overflow: hidden;
}

.smallcontent:hover {
    color: #085696;
    font-weight: 600 !important;
    border-bottom: 3px solid #085696;
}

.productgap {
    width: 80rem;
    height: 1px;
    background-color: #999;
    opacity: 0.6;
}

.bottomcontent {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 20px 0;
    overflow: hidden;
}

.bottomcontent:hover {
    box-shadow: 4px 4px 10px #d4d4d4;
}

.bottomcontent:last-child {
    border-bottom: none;
}

.bottomcontent img {
    width: 13rem;
    height: 13rem;
    border-radius: 5px;
    float: left;
}

.rightproduct {
    width: 78%;
    height: 100%;
}

.topproducttext {
    width: 98%;
    height: 3rem;
    line-height: 3rem;
    border-radius: 5px;
    background-color: #fbfbfb;
}

.shugap {
    width: 2px;
    height: 2rem;
    background-color: #085696;
    float: left;
    margin-top: 0.5rem;
}

.bottomtext1 {
    width: 100%;
    height: 3rem;
    line-height: 3rem;
    /* background-color: aquamarine; */
    font-weight: 600;
    margin-left: 16px;
    float: left;
    font-size: 20px;
}

.bottomproducttext {
    width: 100%;
    height: 10rem;
    /* background-color: #999; */
    /* margin-top: 1.2rem; */
}

.bottomsmallbox {
    /* width: 20rem; */
    width: 30%;
    /* background-color: olive; */
    float: left;
    /* overflow: hidden; */
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    margin-right: 20px;
}

.bottomsmallbox:hover {
    opacity: 0.6;
    cursor: pointer;
}

.boxcontent {
    width: 0;
    height: 0;
    border-left: 0.4rem solid #085696;
    border-top: 0.4rem solid white;
    border-bottom: 0.4rem solid white;
    float: left;
    margin: 20px 0 20px 10px;
}

.bottomsmallbox p {
    width: 14rem;
    font-size: 18px;
    color: #666;
    line-height: 2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 50px;
    padding: 10px 0;
}

.list_cardBox {
    width: 90rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}