@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

html,
body {
    font-size: 14px;
    font-family: Arial, 'Microsoft yahei';
    color: #333;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul li,
li {
    list-style: none;
}

ul,
li,
dl,
dt,
dd,
span,
p,
cite,
em,
i,
h1,
h2,
h3,
h4,
h5,
h6,
b {
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-family: Arial, 'Microsoft yahei';
}

cite,
em,
i {
    font-style: normal;
}

a {
    color: #7f7f7f;
    text-decoration: none;
    outline: none;
}

a:hover,
a:active,
a:visited {
    text-decoration: none;
}

a:hover,
a:active,
input,
:focus {
    outline: none;
}

img {
    border: none;
}

body {
    width: 100%;
    height: 100%;
}


.header {
    position: relative;
    width: 100%;
    height: 78px;
    background: #fff;
    box-sizing: border-box;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(51, 51, 51, .2);
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    padding: 19px 16px 19px 16px;
    z-index: 5;
}

.header .left {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .left .img {
    height: 40px;
    width: auto;
}

.header .left span {
    width: 1px;
    height: 27px;
    background-color: rgba(51, 51, 51, .1);
    margin: 0 16px;
    display: inline-block;
}

.search {
    width: 25%;
    height: 40px;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.search .search-box {
    width: calc(100% - 62px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #dddfe5;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.search .search-box:hover{ border: 1px solid #E3611D;}
.search .search-box span {
    width: 40px;
    height: 24px;
    text-align: center;
}

.search .search-box span img {
    width: 24px;
    height: 24px;
}

.search .search-box input {
    box-sizing: border-box;
    border: none;
    width: calc(100% - 24px);
    height: 38px;
}

.search .search-btn {
    width: 62px;
    height: 40px;
    background: #E3611D;
    position: absolute;
    top: 0;
    right: 0;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 0;
    cursor: pointer;
}

.search .search-btn p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    letter-spacing: 4px;
    line-height: 40px
}


.header .right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.header .right .brand-btn {}

.header .right .brand-btn a {
    width: 140px;
    height: 40px;
    border-radius: 4px;
    background: #fdf6f2;
    border: 1px solid #f9dccd;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.header .right .brand-btn a .right {
    position: absolute;
    width: 60px;
    height: 18px;
    border-radius: 18px;
    border-bottom-left-radius: 0;
    background: #ff4d4f;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-align: center;
    right: -17px;
    top: -12px;
}

.header .right .brand-btn a i {
    width: 24px;
    height: 24px;
    margin: 0 4px 0 16px;
    background-image: url(../images/icon-brand-web.98c3d36a.png);
    background-size: contain;
}

.header .right .brand-btn a .text {
    width: fit-content;
    height: 24px;
    color: #e3611d;
    font-size: 16px;
}

.download-btn {
    position: relative;

}

.download-box {
    display: none;
    width: 300px;
    background-color: #fff;
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 4px;
    top: 40px;
    left: -30px;
    z-index: 100;
    cursor: auto;
    /* padding: 24px 24px 30px 24px; */
    box-sizing: border-box;
    /* display: flex;  */
    align-items: flex-start;
    justify-content: space-between;
}
.download-box ul{ display: flex; justify-content: space-evenly; flex-direction: column; padding: 20px 0;}
.download-box ul li{ border-bottom: 1px solid #efefef; padding: 20px;}
.download-box ul li:nth-last-child(1){ border-bottom: none;}
.right .download-btn .download-box ul li a{ display: flex; align-items: center; justify-content: flex-start; background: none; border: none; width: 240px; height: auto; }
.download-box ul li a img{ width: 40px; height: auto; margin-right: 20px;}
/* .download-box .hover-box{    
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -10px;
    background: none;
} */

.download-box li a .p1{color: #000; font-size: 14px; padding-bottom: 5px;}
.download-box li a .p1 span{ font-size: 12px; color: #fff; border-radius: 10px 10px 10px 0; background: #e3611d; padding: 2px 4px; vertical-align: super; margin-left: 6px;}
.download-box li a p{ font-size: 12px;}
.download-box .download-box-left {
    width: calc(50% - 1px);
    height: 222px;
    background-color: #fff;
    display: flex;
    align-items: center;
    flex-flow: column;
    border-right: 1px solid #eee;
}

.download-box .text {
    text-align: center;
}

.download-box .text h2 {
    font-size: 20px;
    font-weight: 700;
    height: 30px;
    text-align: center;
    margin-bottom: 4px;
}

.download-box .text p {
    height: 20px;
    .header .right text-align: center;
    color: #666;
    font-size: 14px;
}

.download-box .download-box-right {
    width: 50%;
    background-color: #fff;
    height: 222px;
    display: flex;
    align-items: center;
    flex-flow: column;
    text-align: center;
}

.download-box .download-box-left .ewm-app {
    width: 140px;
    height: 140px;
    margin-top: 24px;
    background-size: contain;
    border-radius: 4px;
}

.download-box .download-box-right .icon-khd {
    width: 116px;
    height: 116px;
    margin-top: 8px;
    background-size: contain;
    border-radius: 4px;
}

.header .right .download-box .download-box-right .header-download-btn {
    display: flex;
    width: 116px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e3611d;
    color: #e3611d;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.header .right .download-box .download-box-right .header-download-btn i {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-down-arrorw-right.434326d7.png);
    background-size: contain;
    display: inline-block;
    margin-left: 4px;
}

/* .download-box :after {
    content: "";
    position: absolute;
    right: 132px;
    top: -12px;
    border-left: 6px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-right: 6px solid transparent;
} */
 
.denglu a {
    min-width: 90px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 16px;
    height: 24px;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.denglu a i {
    width: 24px;
    height: 24px;
    background-image: url(../images/icon-header-login.5c58ed86.png);
    background-size: contain;
    display: inline-block;
    margin-right: 4px;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#pagination button {
    margin: 0 5px;
    padding: 5px 10px;
    cursor: pointer;
}



.bottom {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    align-self: stretch;
    background: #fff;
    box-sizing: border-box;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(51, 51, 51, .2);
    color: #666;
    font-size: 14px;
}

.ad_box{ width: 100%; height: 60px; overflow: hidden;}
.ad_box a{width: 100%; height: 60px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center;}
.ad_box img{ height: 60px; width: 100%;}

.content-box {
    width: 100%;
    height: calc(100% - 185px);
    background: #fff;
    overflow-y: auto;
    z-index: 3;
    display: flex;
    flex-direction: column;
    margin-top: 0;
    box-sizing: border-box;
}

.content-box .content {
    width: 100%;
    min-height: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.content-box .content .result-type {
    width: calc(100% - 36px);
    border-radius: 4px;
    margin: 24px 16px 0 16px;
    border: 1px solid rgba(51, 51, 51, .2);
}

.content-box .content .result-type .class-type-box {
    /* border-bottom: 1px solid rgba(51, 51, 51, .2); */
    width: 100%;
    min-height: 48px;
    box-sizing: border-box;
    overflow: hidden;
}

.content-box .content .result-type .class-type {
    width: 100%;
    min-height: 48px;
    padding: 8px 12px;
    box-sizing: border-box;

    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.content-box .content .result-type .class-type .type-title {
    width: fit-content;
    float: left;
    line-height: 32px;
    color: #666;
    margin-right: 16px;
    font-size: 14px;
    font-weight: 700;
    word-wrap: break-word;
}

.content-box .content .result-type .class-type ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 140px);
    height: 32px;
    line-height: 32px;
    overflow-y: hidden;
    transition: height 0.3s ease;
}

.content-box .content .class-type-box2 {
    width: calc(100% - 80px);
    background: #fafafa;
    border-radius: 8px;
    margin-left: 68px;
    margin-bottom: 8px;
}

.toggle-link {
    width: 60px;
    color: #666;
    line-height: 32px;
    cursor: pointer;
    position: absolute;
    right: 4px;
}

.toggle-link i {
    width: 16px;
    height: 16px;
    background-image: url(../images/icon-arrow-down-666.ec378f78.png);
    background-size: contain;
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
    margin-left: 2px;
    transition: transform 0.3s ease;
}

.rotated {
    transform: rotate(180deg);

}

.content-box .content .result-type .class-type ul li a {
    width: fit-content;
    color: #333;
    padding: 1px 4px;
    box-sizing: border-box;
    margin-right: 24px;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    margin-top: 4px;
    font-size: 14px;
}

.content-box .content .result-type .class-type ul li a:hover {
    color: #e3611d;
}

.content-box .content .result-type .class-type ul li .active {
    background: #e3611d;
    color: #fff;
    border-radius: 2px;
}

.content-box .content .result-type .class-type-box2 ul li a {
    color: #878787;
}

.content-box .content .result-type .class-type-box2 ul li .active {
    color: #e3611d;
    background: none;
}

.content-box .content .result-type .class-type ul li .active:hover {
    color: #fff;
}
.content-box .content .result-type .class-type-box2 ul li .active:hover {
    color: #e3611d;
}


/* 下面 */
.result-box {
    width: calc(100% - 36px);
    margin: 24px 16px 0 16px;
}

.result-box .title {
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-box .title .left-num {
    width: fit-content;
    float: left;
}

.result-box .title .left-num span {
    color: #e3611d;
}

.result-box .title .right-action-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.result-box .title .right-action-content div {
    padding: 0 10px;
    cursor: pointer;
}

.result-box .title .right-action-content .active {
    color: #e3611d;
}

.result-box .title .right-action-content div:hover {
    color: #e3611d;
}

.result-box .product-box {
    width: 100%;
}

.result-box .product-box .product-content {
    width: 100%;
    max-height: 100%;
    padding-top: 16px;
    display: grid;
    grid-template-columns: repeat(auto-fill, 214px);
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
}

.result-box .product-box .product-content li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 214px;
    height: 244px;
    border-radius: 4px;
    border: 1px solid rgba(51, 51, 51, .15);
    box-sizing: border-box;
    margin-bottom: 12px;
    overflow: hidden;
}

.result-box .product-box .product-content li:hover {
    border: 1px solid #E3611D;
    background: #fffcfa;
}

.result-box .product-box .product-content li .img-box {
    width: 100%;
    height: 120px;
    text-align: center;
}

.result-box .product-box .product-content li .img-box img {
    height: 120px;
    max-width: 100%;
}

.result-box .product-box .product-content li .product-word {
    width: 100%;
    height: 124px;
    padding: 0 12px;
    box-sizing: border-box;
}

.result-box .product-box .product-content li .product-word .product-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 18px;
    white-space: pre-wrap;
    color: #333;
    width: 100%;
    height: 36px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    font-size: 14px;
    font-weight: 700;
    padding: 16px 0 0;
}

.result-box .product-box .product-content li .product-word .brand-name {
    font-size: 14px;
    color: #666;
    margin: 10px 0;
    height: 18px;
    overflow: hidden;
}

.result-box .product-box .product-content li .product-word .class-name {
    font-size: 14px;
    color: #666;
    height: 18px;
    overflow: hidden;
}

.highlight {
    color: #E3611D;
}


.pagination-container {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    font-family: Arial, sans-serif;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
}

.pagination button {
    padding: 0 8px;
    height: 32px;
    min-width: 32px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    cursor: pointer;
    transition: all 0.3s;
}

.pagination button:hover:not(:disabled) {
    color: #E3611D;
    border-color: #E3611D;
}

.pagination button:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.page-numbers {
    display: flex;
    gap: 4px;
}

.page-number {
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s;
}

.page-number.active {
    color: #E3611D;
}

.page-number:hover:not(.active) {
    color: #E3611D;
    ;
}

.quick-jump {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 16px;
}

.quick-jump input {
    width: 60px;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}



.suspendBox {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 1;
}

.box-content {
    width: 105px;
    height: 66px;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    padding: 8px 16px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;

}

.box-content .item-content1 {}

.box-content .arrow {
    width: 16px;
    height: 16px;
    background-size: contain;
    background-image: url(../images/icon-double-left-arrow.954cbcbe.png);
    /* display: none; */
}

.box-content .icon img {
    width: 32px;
    height: 32px;
}

.box-content div {
    text-align: center;
    /* width: 50px; */
}

.box-content div .word {
    font-size: 12px;
    color: #333;
    height: 18px;
    text-align: center;
}

.box-content .item-content2 {

    display: none;
    overflow: visible;
}

.box-content .item-content5 {

    display: none;
}


.item-content2-box {
    display: none;
    /* display: flex; */
    flex-direction: column;
    position: absolute;
    bottom: 75px;
    right: 10px;
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    width: 240px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
}
.item-content5-box {
    display: none;
    /* display: flex; */
    flex-direction: column;
    position: absolute;
    bottom: 75px;
    right: 10px;
    padding: 20px 20px;
    background: #fff;
    border-radius: 10px;
    width: 120px;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
    align-items: center;
}
.item-content5-box img{
    width: 100px;}
.item-content5-box p{ font-size: 12px; text-align: center; padding-top: 10px;}
.item-content2-box p{ text-align: left; font-size: 12px;}

.item-content2-box div {
    text-align: center;
}
.item-content2-box div p{ text-align: center;padding-top: 10px;}
.item-content2-box div img {
    width: 100px;
}


.box-content div .word:hover {
    color: #E3611D !important;
}

.ad{ width: 100%; height: 60px; overflow: hidden; position: fixed; bottom: 0; left: 0;}
.ad iframe{ overflow: hidden; border: none;}

















