@media screen and (min-width: 769px) {
    .box {
        width: 100%;
    }
    .box .Top .topBg {
        width: 100%;
        height: 450px;
        background: url(../img/Hot/IE/topBg.png) center no-repeat;
        background-size: cover;
        padding: 97px 0 0;
    }
    .box .Top .topBg h1 {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
        margin-bottom: 28px;
    }
    .box .Top .topBg h5 {
        font-size: 38px;
        line-height: 38px;
        letter-spacing: 0px;
        color: #2954aa;
        text-align: center;
    }
    .box .Top .topBg .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1025px;
        height: 57px;
        background-color: #ffffff;
        box-shadow: 2px 2px 21px 0px rgba(127, 176, 252, 0.32);
        border-radius: 29px;
        margin: 63px auto 0;
        overflow: hidden;
        padding-left: 20px;
    }
    .box .Top .topBg .search select {
        width: 7%;
        height: 100%;
        padding-left: 20px;
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        color: #020000;
        border: none;
    }
    .box .Top .topBg .search input {
        width: 78%;
        height: 100%;
        padding-left: 25px;
        border: none;
        outline: none;
        font-family: 'AdobeHeitiStd';
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.5px;
        letter-spacing: 0;
        color: #333;
    }
    .box .Top .topBg .search input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg .search button {
        width: 15%;
        height: 100%;
        background-color: #f56142;
        border: none;
        outline: none;
    }
    .box .Top .topBg .search button a {
        width: 100%;
        height: 100%;
        font-size: 18px;
        line-height: 57px;
        letter-spacing: 0px;
        color: #ffffff;
        display: block;
        text-align: center;
    }
    .box .Top .topBg .search button:hover {
        filter: brightness(1.1);
    }
    .box .Content {
        width: 100%;
        padding: 24px 0;
        background-color: #fff;
    }
    .box .Content .Classification {
        height: auto;
        background-color: #f3f6fe;
        border-radius: 15px;
        padding: 20px;
        position: relative;
    }
    .box .Content .Classification .title {
        display: flex;
        align-items: center;
    }
    .box .Content .Classification .title img {
        margin-right: 7px;
    }
    .box .Content .Classification .title h5 {
        font-family: 'AdobeHeitiStd';
        font-size: 18px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #000103;
        font-weight: normal;
    }
    .box .Content .Classification ul {
        margin-top: 23px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Classification ul li {
        width: 19.5%;
        height: 70px;
        background-color: #ffffff;
        box-shadow: 4px 5px 27px 0px rgba(195, 218, 250, 0.25);
        border-radius: 10px;
        border: solid 1px #eff2fb;
        margin-bottom: 18px;
        position: relative;
    }
    .box .Content .Classification ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 25px 0 21px;
    }
    .box .Content .Classification ul li a img {
        width: 30px;
        height: auto;
    }
    .box .Content .Classification ul li a p {
        flex: 1;
        min-width: 0;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: -0.5px;
        letter-spacing: 0;
        color: #636e80;
        margin-left: 24px;
    }
    .box .Content .Classification ul li a .arrow {
        width: 9px;
        height: 13px;
        position: absolute;
        top: 50%;
        right: 9px;
        transform: translate(0, -50%);
    }
    .box .Content .Classification ul li.active {
        border: solid 1px #8eb3fb;
        margin-bottom: 96px;
    }
    .box .Content .Classification ul li.active a p {
        color: #000103;
    }
    .box .Content .Classification ul li.active::after {
        content: '';
        width: 13px;
        height: 10px;
        background: url(../img/Hot/arrow.png) center no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 2px);
        z-index: 9;
    }
    .box .Content .Classification ul li:hover {
        border: solid 1px #8eb3fb;
    }
    .box .Content .Classification ul li:hover a p {
        color: #000103;
    }
    .box .Content .Classification .product {
        display: flex;
        align-items: center;
        width: calc(100% - 40px);
        height: auto;
        background-color: #ffffff;
        border-radius: 10px;
        border: solid 1px #86adff;
        position: absolute;
        top: 141px;
        left: 50%;
        transform: translate(-50%, 0);
        padding-left: 22px;
        flex-wrap: wrap;
        padding: 15px;
    }
    .box .Content .Classification .product p {
        font-size: 16px;
        line-height: 24px;
        /* letter-spacing: 1px; */
        letter-spacing: 0;
        color: #636e80;
        position: relative;
        margin-right: 20px;
        white-space: nowrap;
        letter-spacing: -0.5px;
        letter-spacing: 0;
        cursor: pointer;
    }
    .box .Content .Classification .product p::after {
        content: '';
        width: 2px;
        height: 13px;
        background-color: #636e80;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%);
        margin: 0 9px;
        z-index: 99999;
    }
    .box .Content .Classification .product p.active {
        color: #005bbe;
    }
    .box .Content .Classification .product p:hover {
        color: #005bbe;
    }
    .box .Content .Classification .product p:last-child::after {
        content: none;
    }
    .box .Content .Classification .product.down {
        top: 229px;
    }
    .box .Content .Info {
        margin-top: 39px;
        background-color: #f2f6fe;
        padding-bottom: 30px;
    }
    .box .Content .Info .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 19px;
        background-color: #fff;
    }
    .box .Content .Info .title h4 {
        font-size: 18px;
        line-height: 18px;
        color: #3f3e3e;
        font-weight: normal;
    }
    .box .Content .Info .title select {
        width: 125px;
        height: 28px;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 14px;
        border: none;
        outline: none;
        font-size: 14px;
        line-height: 14px;
        color: #000102;
        padding-left: 12px;
    }
    .box .Content .Info ul {
        width: 100%;
        height: auto;
        border-radius: 15px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 65px 10px 178px;
    }
    .box .Content .Info ul li {
        width: 24%;
        height: 365px;
        background-color: #ffffff;
        margin: 0 0.5% 23px;
    }
    .box .Content .Info ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Info ul li a .img {
        width: 100%;
        height: 214px;
        position: relative;
    }
    .box .Content .Info ul li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Info ul li a .img .category {
        height: 27px;
        background-image: linear-gradient(102deg, #005bbe 0%, #0073ef 100%);
        border-radius: 13px;
        padding: 0 10px;
        position: absolute;
        top: 11px;
        left: 8px;
    }
    .box .Content .Info ul li a .img .category p {
        font-size: 12px;
        line-height: 27px;
        color: #ffffff;
        letter-spacing: -0.5px;
    }
    .box .Content .Info ul li a .text {
        padding: 18px 17px 0;
    }
    .box .Content .Info ul li a .text h6 {
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #191919;
        font-weight: normal;
        letter-spacing: -0.5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Info ul li a .text span {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #fa636a;
        margin: 10px 0;
        display: block;
    }
    .box .Content .Info ul li a .text p {
        width: 100%;
        min-height: 38px;
        font-size: 13px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #757575;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Info ul li a .text .details {
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0px;
        color: #007bff;
        margin-top: 12px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .box .Content .Info .page {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 18px;
    }
    .box .Content .Info .page a {
        width: 37px;
        height: 37px;
        background-color: #e9effc;
        border-radius: 5px;
        border: solid 1px #c9d6eb;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 4px;
        font-family: NSimSun;
        font-size: 16px;
        font-weight: bold;
        line-height: 37px;
        color: #383131;
    }
    .box .Content .Info .page a.active {
        background-color: #3076ff;
        color: #fff;
    }
    .box .Content .Info .page span {
        width: 40px;
        text-align: center;
        margin: 0 4px;
        font-size: 16px;
        font-weight: bold;
        line-height: 37px;
        color: #383131;
    }
}
@media screen and (max-width: 769px) {
    .box {
        width: 100%;
    }
    .box .Top .topBg {
        width: 100%;
        height: auto;
        background: url(../img/Hot/IE/topBg.png) center no-repeat;
        background-size: cover;
        padding: 12vw 0;
    }
    .box .Top .topBg h1 {
        font-size: 7.46666667vw;
        line-height: 10.13333333vw;
        letter-spacing: 0vw;
        color: #2954aa;
        text-align: center;
        margin-bottom: 1.33333333vw;
    }
    .box .Top .topBg h5 {
        font-size: 5.86666667vw;
        line-height: 7.46666667vw;
        letter-spacing: 0vw;
        color: #2954aa;
        text-align: center;
    }
    .box .Top .topBg .search {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        height: 13.86666667vw;
        background-color: #ffffff;
        box-shadow: 0.53333333vw 0.53333333vw 5.6vw 0vw rgba(127, 176, 252, 0.32);
        border-radius: 7.73333333vw;
        margin: 9.33333333vw auto 0;
        overflow: hidden;
    }
    .box .Top .topBg .search select {
        width: 7%;
        height: 100%;
        padding-left: 5.33333333vw;
        font-family: 'AdobeHeitiStd';
        font-size: 4.26666667vw;
        line-height: 4.26666667vw;
        color: #020000;
        border: none;
    }
    .box .Top .topBg .search input {
        width: 82%;
        height: 100%;
        padding-left: 4vw;
        border: none;
        outline: none;
        font-family: 'AdobeHeitiStd';
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        letter-spacing: -0.13333333vw;
        color: #333;
    }
    .box .Top .topBg .search input::placeholder {
        color: #636e80;
    }
    .box .Top .topBg .search button {
        width: 18%;
        height: 100%;
        background-color: #f56142;
        border: none;
        outline: none;
    }
    .box .Top .topBg .search button a {
        width: 100%;
        height: 100%;
        font-size: 4vw;
        line-height: 13.86666667vw;
        letter-spacing: 0vw;
        color: #ffffff;
        display: block;
        text-align: center;
    }
    .box .Top .topBg .search button:hover {
        filter: brightness(1.1);
    }
    .box .Content {
        width: 100%;
        padding: 6.4vw 0;
        background-color: #fff;
    }
    .box .Content .Classification {
        height: auto;
        background-color: #f3f6fe;
        border-radius: 4vw;
        padding: 4vw 2.66666667vw;
        position: relative;
    }
    .box .Content .Classification .title {
        display: flex;
        align-items: center;
    }
    .box .Content .Classification .title img {
        width: 4vw;
        margin-right: 1.33333333vw;
    }
    .box .Content .Classification .title h5 {
        font-family: 'AdobeHeitiStd';
        font-size: 4vw;
        line-height: 4vw;
        letter-spacing: 0vw;
        color: #000103;
        font-weight: normal;
    }
    .box .Content .Classification ul {
        margin-top: 6.13333333vw;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .box .Content .Classification ul li {
        width: 49%;
        height: 18.66666667vw;
        background-color: #ffffff;
        box-shadow: 1.06666667vw 1.33333333vw 7.2vw 0vw rgba(195, 218, 250, 0.25);
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #eff2fb;
        margin-bottom: 4.8vw;
        position: relative;
    }
    .box .Content .Classification ul li a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 6.66666667vw 0 3.73333333vw;
    }
    .box .Content .Classification ul li a img {
        width: 5.33333333vw;
        height: auto;
    }
    .box .Content .Classification ul li a p {
        flex: 1;
        min-width: 0;
        font-size: 3.46666667vw;
        line-height: 4.8vw;
        letter-spacing: 0.13333333vw;
        color: #636e80;
        margin-left: 2.66666667vw;
        word-wrap: break-word;
        /* 自动换行 */
    }
    .box .Content .Classification ul li a .arrow {
        width: 2.4vw;
        height: 3.46666667vw;
        object-fit: contain;
        position: absolute;
        top: 50%;
        right: 1.33333333vw;
        transform: translate(0, -50%);
    }
    .box .Content .Classification ul li.active {
        border: solid 0.26666667vw #8eb3fb;
        margin-bottom: 25.6vw;
    }
    .box .Content .Classification ul li.active a p {
        color: #000103;
    }
    .box .Content .Classification ul li.active::after {
        content: '';
        width: 3.46666667vw;
        height: 2.66666667vw;
        background: url(../img/Hot/arrow.png) center no-repeat;
        background-size: contain;
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0.53333333vw);
        z-index: 9;
    }
    .box .Content .Classification ul li:hover {
        border: solid 0.26666667vw #8eb3fb;
    }
    .box .Content .Classification ul li:hover a p {
        color: #000103;
    }
    .box .Content .Classification .product {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: calc(100% - 20 * 0.26666667vw);
        height: auto;
        background-color: #ffffff;
        border-radius: 2.66666667vw;
        border: solid 0.26666667vw #86adff;
        position: absolute;
        top: 35.2vw;
        left: 50%;
        transform: translate(-50%, 0);
        padding: 3.2vw;
    }
    .box .Content .Classification .product p {
        font-size: 3.73333333vw;
        line-height: 4.8vw;
        color: #636e80;
        position: relative;
        margin-right: 2.93333333vw;
        letter-spacing: -0.13333333vw;
        cursor: pointer;
        margin-bottom: 1.33333333vw;
    }
    .box .Content .Classification .product p::after {
        content: '';
        width: 0.26666667vw;
        height: 3.46666667vw;
        background-color: #636e80;
        display: block;
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translate(0, -50%);
        margin: 0 1.33333333vw;
        z-index: 99999;
    }
    .box .Content .Classification .product p.active {
        color: #005bbe;
    }
    .box .Content .Classification .product p:hover {
        color: #005bbe;
    }
    .box .Content .Classification .product p:last-child::after {
        content: none;
    }
    .box .Content .Classification .product.down {
        top: 61.06666667vw;
    }
    .box .Content .Info {
        margin-top: 6.66666667vw;
        background-color: #f2f6fe;
        padding-bottom: 8vw;
    }
    .box .Content .Info .title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 5.06666667vw;
        background-color: #fff;
    }
    .box .Content .Info .title h4 {
        font-size: 4vw;
        line-height: 4.8vw;
        color: #3f3e3e;
        font-weight: normal;
    }
    .box .Content .Info .title select {
        width: 33.33333333vw;
        height: 7.46666667vw;
        background-image: linear-gradient(0deg, #accbee 0%, #e7f0fd 100%);
        border-radius: 3.73333333vw;
        border: none;
        outline: none;
        font-size: 3.73333333vw;
        line-height: 3.73333333vw;
        color: #000102;
        padding-left: 3.2vw;
    }
    .box .Content .Info ul {
        width: 100%;
        height: auto;
        border-radius: 4vw;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 6.66666667vw 2.66666667vw;
    }
    .box .Content .Info ul li {
        width: 49%;
        height: 67.46666667vw;
        background-color: #ffffff;
        margin-bottom: 2.66666667vw;
    }
    .box .Content .Info ul li a {
        width: 100%;
        height: 100%;
        display: block;
    }
    .box .Content .Info ul li a .img {
        width: 100%;
        height: 34.13333333vw;
        position: relative;
    }
    .box .Content .Info ul li a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .box .Content .Info ul li a .img .category {
        max-width: 90%;
        height: auto;
        background-image: linear-gradient(102deg, #005bbe 0%, #0073ef 100%);
        border-radius: 6.66666667vw;
        position: absolute;
        top: 2.93333333vw;
        left: 2.13333333vw;
        min-height: 5.86666667vw;
        display: flex;
        align-items: center;
        padding: 1.33333333vw;
    }
    .box .Content .Info ul li a .img .category p {
        font-size: 2.4vw;
        line-height: 2.93333333vw;
        color: #ffffff;
        letter-spacing: -0.13333333vw;
        text-align: center;
    }
    .box .Content .Info ul li a .text {
        padding: 2.66666667vw 2.66666667vw 0;
    }
    .box .Content .Info ul li a .text h6 {
        font-size: 4vw;
        line-height: 5.33333333vw;
        letter-spacing: 0vw;
        color: #191919;
        font-weight: normal;
        letter-spacing: -0.13333333vw;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .box .Content .Info ul li a .text span {
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: 0vw;
        color: #fa636a;
        margin: 1.86666667vw 0;
        display: block;
    }
    .box .Content .Info ul li a .text p {
        width: 100%;
        font-size: 3.2vw;
        line-height: 4.53333333vw;
        letter-spacing: 0vw;
        color: #757575;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .box .Content .Info ul li a .text .details {
        font-size: 3.2vw;
        line-height: 3.2vw;
        letter-spacing: 0vw;
        color: #007bff;
        margin-top: 2.13333333vw;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .box .Content .Info .page {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0 4.8vw;
    }
    .box .Content .Info .page a {
        width: 9.86666667vw;
        height: 9.86666667vw;
        background-color: #e9effc;
        border-radius: 1.33333333vw;
        border: solid 0.26666667vw #c9d6eb;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 1.06666667vw;
        font-family: NSimSun;
        font-size: 4.26666667vw;
        font-weight: bold;
        line-height: 9.86666667vw;
        color: #383131;
    }
    .box .Content .Info .page a.active {
        background-color: #3076ff;
        color: #fff;
    }
    .box .Content .Info .page span {
        width: 10.66666667vw;
        text-align: center;
        margin: 0 1.06666667vw;
        font-size: 4.26666667vw;
        font-weight: bold;
        line-height: 9.86666667vw;
        color: #383131;
    }
}
