* {
    padding: 0px;
    margin: 0px;
    font-family: "arial", "Microsoft YaHei";
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    box-sizing: border-box;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a * {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #1B65B9;
}

li {
    list-style: none;
}

input,
select {
    outline: none;
}
.els-imageTitle{
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.els-textMain {
    color: #1e60ac;
}

.els-textWhite {
    color: #fff !important;
}

.els-mianTitle {
    font-size: 18px;
    color: #444444;
    max-height: 60px;
    overflow: hidden;
}

.els-bgGray {
    background-color: #f2f3f6;
}

.els-boxShadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}

.els-minWidth {
    min-width: 1200px;
}

.els-separate {
    position: relative;
    min-width: 1600px;
    max-width: 1600px;
    margin: 0 auto;
}

.els-marginTop {
    margin-top: 30px;
}

.els-paddingTop {
    padding-top: 80px !important
}

.els-marginBottom {
    padding-bottom: 80px;
}

.els-mainColor {
    color: #444 !important;
}

.els-whiteButton {
    margin-right: 10px;
    color: #1B65B9;
    padding: 7px 15px;
    cursor: pointer;
    background: #fff;
    border: 1px solid #1B65B9;
}

.els-whiteButton:hover {
    color: #fff;
    background: #1B65B9;
}

.els-blueButton {
    margin-right: 10px;
    color: #fff;
    padding: 7px 15px;
    cursor: pointer;
    background: #1B65B9;
    border: 1px solid #1B65B9;
}

.els-blueButton:hover {
    color: #1B65B9;
    background: #fff;
    border: 1px solid #1B65B9;
}

.els-topRe {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 30px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.els-header-warp {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}

.els-header {
    height: 130px;
    display: flex;
    align-items: center;
    flex: 1;
}

.els-header-name-warp {
    display: flex;
    flex: 1;
    align-items: center;
}

.els-header-name-logo img {
    height: 80px;
}

.els-header-name {
    margin-left: 10px;
}

.els-header-name p {
    font-size: 40px;
    font-weight: 900;
    color: #1e60ac;
    line-height: 1.4;
}

.els-header-name label {
    font-size: 23px;
    line-height: 1.4;
}

.els-header-help {
    margin-left: auto;
    margin-right: 20px;
}

.els-header-help a {
    display: flex;
    align-items: center;
}

.els-header-help label {
    margin-left: 5px;
}

.els-header-language {
    margin-left: auto;
    margin-right: 40px;
}

.els-header-language{
    display: flex;
    align-items: center;
}

.els-header-language select{
    width:100px;
    height: 34px;
    margin-left: 8px;
    border: 1px solid #d6d6d6;
}


.els-header-language img,
.els-header-help a img {
    width: 22px;
    height: 22px;
}

.els-header-language label {
    margin-left: 5px;
}

.els-header-oper {
    margin-left: 10px;
    color: #666;
    padding: 5px 25px;
    cursor: pointer;
    background: #eceff4;
}

.els-header-oper:hover {
    color: #fff;
    background-color: #1e60ac;
}

.els-header-menu-warp {
    display: flex;
    height: 80px;
    min-width: 1200px;
    background-color: #1e60ac;
}

.els-header-menu-warp .els-separate {
    display: flex;
    align-items: center;
    height: 100%;
}

.els-header-menu {
    display: flex;
    flex: 1;
    height: 60px;

}

.els-header-menu ul {
    display: flex;
    height: 100%;
}

.els-header-menu li {
    display: flex;
    height: 100%;
}

.els-header-menu li>a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    margin: 0 40px;
    cursor: pointer;
    border-bottom: 3px solid rgba(255, 255, 255, 0);
}

.els-header-menu li>a label {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

.els-header-menu li>a span {
    cursor: pointer;
    color: #fff;
}

.els-header-menu li>a:hover,
.els-header-menu li>a.active {
    border-bottom: 3px solid #fff;
}

.els-header-menu li.menu-qrcode {
    position: relative;
}

.header-qrcode-panel {
    position: absolute;
    top: 50%;
    left: 88%;
    transform: translateY(-27%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    /* margin-left: 10px; */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.menu-qrcode:hover .header-qrcode-panel {
    opacity: 1;
    visibility: visible;
}

.header-qrcode-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 110px;
}

.header-qrcode-item img {
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.header-qrcode-item span {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #666;
    margin-top: 2px;
    text-align: center;
    line-height: 1.3;
    word-break: break-word;
}

.els-header-search {
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.els-header-search select {
    height: 40px;
    border: 0;
    background: #fff;
    padding: 0 50px 0 10px;
}

.els-header-search input {
    height: 40px;
    border: 0;
    background: #fff;
    padding: 0 50px 0 10px;
    width: 350px;
}

.els-header-search button {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    border: 0;
    cursor: pointer;
    background-color: #fff;
}

.els-mainBanner-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 1200px;
    height: 480px;
    background: url(../img/mainBanner1.png) center;
    background-size: cover;
}


.els-main-title-warp {
    padding: 50px 0 30px 0;
}

.els-main-title {
    font-size: 40px;
    color: #1e60ad;
    font-weight: 400;
}

.els-main-subtitle {
    font-size: 17px;
    color: #444444;
    font-weight: 400;
}

.els-export-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 430px;
    background: url(../img/exportBanner1.jpg) center;
    background-size: cover;
}

.els-creative-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 624px;
    background: url(../img/creativeBanner1.png) center;
    background-size: 100% 100%;
    margin-bottom: -300px;
    height: 540px;
}

.els-haoxie-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 540px;
    background: url("../img/search-bg/haoxie_search_bg.png") center;
    background-size: 100% 100%;
    margin-bottom: -300px;
}

.els-creative .els-product-search {
    margin-top: -180px;
}

.els-product-search {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content:center ;
    width: 75%;
    margin: 0 auto;
    margin-top: -50px;
    text-align: center;
}

.els-product-search-title {
    font-size: 50px;
    color: #fff;
    font-weight: 200;
}


.els-product-search-box {
    position: relative;
    display: flex;
    align-items: center;
    width: 45%;
    height: 60px;
    margin-top: 20px;
}

.els-product-search-box select {
    height: 100%;
    line-height: 60px;
    padding: 0 50px 0 20px;
    background-color: #fff;
    border: 0;
    border-left: 1px solid #efefef;
}

.els-product-search-box input {
    width: 100%;
    height: 100%;
    padding: 0 50px 0 20px;
    background-color: #fff;
    border: 0;
}

.els-product-search-box .els-searchbutton {
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    border: 0;
    cursor: pointer;
    background-color: #fff;
}

.els-product-search-hot {
    display: flex;
    margin-top: 20px;
}

.els-product-search-hot p {
    color: #fff
}

.els-product-search-hot a {
    color: #fff;
    margin-right: 20px;
}


.els-footer-link-warp {
    background-color: #2E3A4A;
    color: #fff;
    min-width: 1200px;
}

.els-footer-warp {
    display: flex;
    padding: 30px 0;
}
.els-footer-left{
    flex: 1;
    margin-right:15px;
}
.els-footer-right {
    display: flex;
    align-items: center;
}

.els-footer-right img {
    height: 80px;
}

.els-footer-tel {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.els-footer-tel-img p {
    color: rgba(255, 255, 255, .9);
}

.els-footer-tel-img p a {
    color: rgba(255, 255, 255, .9);
}

.els-footer-tel label {
    color: rgba(255, 255, 255, .5);
}

.els-footer-tel span {
    font-size: 35px;
    line-height: 1.2;
    color: rgba(255, 255, 255, .5);
}
.els-footer-tel a {
    color: rgba(255, 255, 255, .5);
}
.footer-column {
    display: flex;
    padding: 30px 0 20px;
}

.footer-column-block {
    flex: 1;
}

.footer-column-block h3 {
    font-size: 16px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    font-weight: normal;
}

.footer-column-block h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background-color: #1B65B9;
}

.footer-column-block ul {
    list-style: none;
    padding-left: 15px;
}

.footer-column-block li {
    margin-bottom: 12px;
}

.footer-column-block a {
    color: #B0B0B0;
    text-decoration: none;
}

.copyright {
    text-align: center;
    padding: 25px 0;
    border-top: 1px solid #3E4A5A;
}



.record-info {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #aaa;

}

.record-info img {
    height: 16px;
    margin: 0 5px;
    vertical-align: middle;
}

.record-info span {
    margin: 0 5px;
    color: #aaa;
}

.els-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border-bottom: 1px solid #dfdfdf;
}

.els-tab a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0 35px;
    cursor: pointer;
}

.els-tab a label {
    text-align: center;
    white-space: nowrap;
}

.els-tabSmall {
    margin-top: -10px;
}

.els-tabSmall a {
    margin: 0 20px;
}

.els-tabSmall a label {
    font-size: 16px;
}

.els-tab a:hover,
.els-tab a.active {
    color: #1e60ad;
    border-bottom: 2px solid #024496;
}

.els-tab a:hover label,
.els-tab a.active label {
    color: #1e60ad;
}

.els-product-box {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}

.els-product-block-warp {
    float: left;
    width: 25%;
}

.els-product-block {
    position: relative;
    display: flex;
    margin: 10px;
    flex-direction: column;
    height: 420px;
    cursor: pointer;
    background-color: #fff;

}

.els-product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.els-product-img img {
    height: 210px;
    border: none;
}

.els-product-img .image-placeholder {
    height: 210px;
}

.els-product-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 60px; */
}

.els-product-detail label {
    line-height: 1.6;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.els-product-price {
    font-weight: 900;
    color: #1e60ad;
}

.els-product-introduce {
    height: 49px;
    overflow: hidden;
    color: #999;
}

.els-product-name p {
    color: #666;
    margin: 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.els-product-bottom {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.els-product-enterpise {
    display: flex;
    flex: 1;
    margin-right: 10px;
    overflow: hidden;
    height: 24px;
}

.els-product-enterpise label {
    display: inline-block;
    border-radius: 20px;
    padding: 3px 14px;
    color: #999;
    font-size: 12px;
    background-color: #f2f3f6;
}

.els-product-submit {
    display: flex;
    align-items: center;
}

.els-product-submit label {
    cursor: pointer;
    color: #1e60ad;
    margin-left: auto;
}

.els-product-submit img {
    margin-left: 5px;
    transition: transform 0.2s ease
}

.els-product-submit:hover img {
    transform: translateX(4px);
}

.els-product-block:hover {
    border: 1px solid #1e60ac;

}

.els-product-con {
    margin: 15px;
}

.els-total-warp {
    position: absolute;
    width: 100%;
    display: flex;
    padding: 6px 15px;
    background: #fff;
    margin-top: -50px;
}

.els-total-block {
    display: flex;
    flex: 1;
    align-items: center;
    margin: 15px;

}

.els-total-con {
    display: flex;
    flex: 1;
    align-items: center;
}


.els-total-con label {
    color: #666;
}

.els-total-con .els-operMore-warp {
    margin-top: 0;
}

.els-total-oper {
    flex-shrink: 0; 
    width: 32px;
    height: 32px;
    margin-left: 5px;
    background-image: url(../img/totalArrow.png);
    background-size: 100% 100%;
    transition: transform 0.2s ease;
}

.els-total-block:hover .els-total-oper {
    transform: translateX(6px);
}


.els-total-img {
    margin-right: 15px;
}

.els-total-img img {
    height: 46px;
}

.els-core-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-core-block {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 25px);
    height: 310px;
    background: #fff;
    border: 1px solid #fff;
}

.els-core-block:hover {

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.els-core-img {
    width: 100%;
    height: 200px;
}

.els-core-img img {
    width: 100%;
    height: 100%;
}

.els-core-con {
    flex: 1;
    margin: 15px 10px 17px 10px;
    overflow: hidden;
}

.els-core-con label {
    color: #999;
}

.els-tabCon-container {
    position: relative;
    height: 100%;
}

.els-souce-wap {
    width: 100%;
    height: 620px;
}

.els-souce-wap .swiper {
    width: 100%;
    height: 100%;
}

.els-souce-wap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.els-souce-wap .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 70px) / 2) !important;
}

.els-souce-block {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #f5f7f8;
}

.els-souce-block:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.els-souce-img {
    width: 100%;
    height: 200px;
}

.els-souce-img img {
    width: 100%;
    height: 100%;
}

.els-souce-con {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.els-TCM-wap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.els-TCM-block {
    position: relative;
    display: flex;
    flex: 0 0 calc(25% - 25px);
    flex-direction: column;
    width: 100%;
    height: 280px;
    background-color: #f5f7f8;
}

.els-TCM-block:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.els-TCM-img {
    width: 100%;
    width: 100%;
    height: 200px;
}

.els-TCM-img img {
    width: 100%;
    height: 100%;
}

.els-TCM-con {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    overflow: hidden;
}

.els-hosDetail-warp {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background-color: #1B65B9;
}

.els-hosDetail-warp p {
    margin: 0 10px;
    color: rgba(255, 255, 255, .9);
    max-height: 220px;
    overflow: hidden;
}

.els-TCM-block:hover .els-hosDetail-warp {
    display: block;
}

.els-hosDetail-oper {
    display: block;
    margin: 10px 20px 0 10px;
}

.els-hosDetail-oper label {
    color: #fff;
    padding: 4px 20px;
    border: 1px solid #fff;
}

.els-Industry-news-warp {
    display: flex;
    flex-direction: column;
}

.els-Industry-news-box {
    display: flex;
}

.els-Industry-news {
    display: flex;
    flex-direction: column;
}

.els-Industry-news-img {
    position: relative;
    width: 530px;
    height: 570px;
}

.els-Industry-news-img img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.els-Industry-news-imgCon {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.els-Industry-news-imgCon p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.els-Industry-news-imgCon label {
    color: #fff;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.els-Industry-news {
    flex: 1;
    margin-left: 50px;
}

.els-news-block {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    height: 100px;
    overflow: hidden;
}

.els-news-block:hover .els-news-con .els-mianTitle {
    color: #1e60ad;
}

.els-els-Industry-meeting-con:hover .els-mianTitle {
    color: #1e60ad;
}

.els-news-img {
    width: 160px;
    height: 110px;
    margin-right: 20px;
}

.els-news-img img {
    width: 100%;
    height: 100%;
}

.els-news-con {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.els-news-con label {
    flex: 1;
    color: #999;
    overflow: hidden;
}

.els-news-con p {
    font-weight: 900;
}

.els-news-time label {
    color: #999;
}

.els-Industry-meeting {
    width: 750px;
}


.els-Industry-meeting-block {
    width: 100%;
}

.els-Industry-meeting-img {
    width: 100%;
    height: 420px;
}

.els-Industry-meeting-img img {
    width: 100%;
    height: 100%;
}

.els-Industry-meeting-con {
    margin-top: 15px;
}

.els-Industry-meeting-con p {
    font-weight: 900;
}

.els-model-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-model-block {
    position: relative;
    display: flex;
    flex: 0 0 calc(25% - 25px);
    height: 230px;
}

.els-model-block:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.els-model-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.els-model-img img {
    width: 100%;
    height: 100%;
}

.els-model-con {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 70px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.els-model-con p {
    color: #fff;
    font-weight: 900;
    padding: 0 8px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.els-model-con label {
    color: #999;
}

.els-model-con a {
    margin-top: 10px;
}

.els-model-con a label {
    color: #1e60ad;
}

.els-client-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-client-warp a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 0 0 calc(20% - 25px);
    height: 110px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.els-expert-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-expert-block {
    display: flex;
    align-items: center;
    flex: 0 0 calc(33.3% - 25px);
    padding: 15px 15px;
    background: #f5f7f8;
}

.els-expert-img {
    width: 146px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.els-expert-img img {
    width: 100%;
    height: 185px;
}

.els-expert-img p {
    text-align: center;
    padding: 5px 0;
    background-color: #1e60ac;
}

.els-expert-img p label {
    color: #fff;
}

.els-expert-con {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 10px;
}

.els-expert-con label::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 3px;
    background: #1e60ac;
    border-radius: 50%;
    flex-shrink: 0;
}

.els-expert-con label {
    font-size: 12px;
}

.els-expert-con span {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
}

.swiper-pagination-clickable .swiper-pagination-bullet:hover {
    background-color: #1e60ad;
    opacity: 1;
}

.els-oper-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 15px;
}

.els-oper-warp label {
    color: #1e60ad;
}

.els-oper-warp img {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.els-oper-warp:hover img {
    transform: translateX(4px);
}


.els-creativeNews-warp {
    display: flex;
}


.els-creativeNews-main-img {
    width: 100%;
    height: 310px;
}

.els-creativeNews-main-img img {
    width: 100%;
    height: 100%;
}

.els-creativeNews-main {
    display: flex;
    width: calc(33.333% - 20px);
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}

.els-creativeNews-main-info {
    display: flex;
    flex-direction: column;
}

.els-creativeNews-main-info {
    width: 92%;
    height: 180px;
    padding: 15px 15px 17px 15px;
    margin-top: -75px;
    overflow: hidden;
}

.els-creativeNews-main-info p {
    font-weight: 900;
}

.els-creativeNews-main-info label {
    overflow: hidden;
    flex: 1;
}

.els-creativeNews-mess {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 15px;
}

.els-creativeNews-mess-block {
    display: flex;
    flex-direction: column;
    height: 95px;
    margin-bottom: 13px;
    overflow: hidden;
}

.els-creativeNews-mess-block p {
    font-weight: 900;
}

.els-creativeNews-mess-block:hover .els-mianTitle {
    color: #1e60ad;
}

.els-creativeNews-main-info:hover .els-mianTitle {
    color: #1e60ad;
}

.els-forum-warp {
    height: 420px
}

.els-forum-block {
    display: flex;
    flex: 1;
    height: calc((100% - 50px));
    flex-direction: column;
    background-color: #fff;
}

.els-forum-img {
    width: 100%;
    height: 320px;
}

.els-forum-img img {
    width: 100%;
    height: 100%;
}

.els-forum-con {
    display: flex;
    flex: 1;
    align-items: center;
    padding:15px;
}

.els-hotProduct-warp {
    height: 460px;
}

.els-online-warp {
    display: flex;
    width: 100%;
}

.els-online {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.els-recomand-warp {
    display: flex;
    flex-direction: column;
    width: 270px;
    padding: 15px;
    margin-right: 25px;
    border-top: 3px solid #024496;
    background-color: #fff;
}

.els-hotProduct-warp {
    display: flex;
    width: calc((100% - 270px));
}

.els-hotProduct-block {
    width: 100%;
    height: 100%;
}

.els-hotProduct-block img {
    width: 100%;
    height: 100%;
}

.els-online-warp {
    display: flex;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../img/onlineBannerBg.jpg) center;
    background-size: cover;
}

.els-recomand-con {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.els-recomand-con p {
    display: flex;
    align-items: center;
    flex: 1;
}

.els-recomand-con p img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.els-recomand-con p label {
    flex: 1;
    font-size: 16px;
    margin-right: 5px;
}

.els-recomand-con p i {
    width: 12px;
    height: 12px;
    background: url(../img/recomandArrow.png);
    background-size: 100% 100%;
}

.els-recomandClient-warp {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
    margin-top: -60px;
    background: #fff;
}

.els-recomandClient-warp a {
    display: inline-block;
    width: 160px;
    padding: 0;
}

.els-recomandClient a p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background-color: #fff;
}

.els-recomandClient a p img {
    height: 100%;
}

.els-recomandMid-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-recomandMid-block {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 25px);
    height: 280px;
    background: #fff;
    padding-top: 10px;
}

.els-recomandMid-block:hover {
    border: 1px solid #1e60ad;
}

.els-recomandMid-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}

.els-recomandMid-img img {
    height: 180px;
    border: none;
}

.els-recomandMid-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    flex: 1;
    width: 100%;
    padding: 0 15px;
}

.els-recomandMid-price {
    font-weight: 900;
    color: #1e60ad;
}

.els-TCMsep-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background: url(../img/TCMsepBanner1.jpg) center;
    background-size: cover;
}

.els-TCMResearch-wap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.els-TCMResearch-block {
    display: flex;
    flex: 0 0 calc(33.3% - 25px);
    flex-direction: column;
    width: 100%;
    height: 380px;
    background-color: #fff;
}

.els-TCMResearch-img {
    width: 100%;
    height: 270px;
}

.els-TCMResearch-img img {
    width: 100%;
    height: 100%;
}

.els-TCMResearch-con {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;

}

.els-TCMResearch-con label {
    color: #999;
    height: 45px;
    overflow: hidden;
}

.els-TCMtreat-warp {
    display: flex;
}

.els-TCMtreat-left {
    display: flex;
    flex-direction: column;
    width: 32%;
    padding: 15px;
    border: 1px solid #f2f3f6;
}

.els-TCMtreat-left-img {
    width: 100%;
    height: 300px;
}

.els-TCMtreat-left-img img {
    width: 100%;
    height: 100%;
}

.els-TCMtreat-left-con {
    margin-top: 15px;
}

.els-TCMtreat-left-con label {
    color: #999;
}

.els-TCMtreat-right {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
}

.els-TCMtreat-block {
    display: flex;
    padding: 15px;
    flex: 0 0 calc(50% - 25px);
    flex-direction: column;
    height: calc((100% - 25px) / 2) !important;
    background-color: #fff;
    border: 1px solid #f2f3f6;
}

.els-TCMtreat-block label {
    overflow: hidden;
    color: #999;
}

.els-TCMFood-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-TCMFood-block {
    position: relative;
    display: flex;
    flex: 0 0 calc(29% - 25px);
    height: 320px;
}

.els-TCMFood-block:nth-child(3n+1) {
    flex: 0 0 calc(42% - 25px);
}

.els-TCMFood-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.els-TCMFood-img img {
    width: 100%;
    height: 100%;
}

.els-TCMFood-con {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    height: 70px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.els-TCMFood-con p {
    text-align: center;
    color: #fff;
    font-weight: 900;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.els-town-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background: url(../img/townBanner1.jpg) center;
    background-size: cover;
}

.els-town-con {
    display: inline-block;
    padding: 25px;
    max-width: 65%;
    background: rgba(0, 0, 0, .5);
}

.els-town-con p {
    font-size: 30px;
    color: #fff;
}

.els-town-con label {
    display: block;
    color: #fff;
    margin-top: 10px;
    font-size: 18px;
}

.els-policy-warp {
    display: flex;
    height: 440px;
}


.els-policy-main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 40%;
    margin-right: 30px;
}

.els-policy-main-img {
    width: 100%;
    height: 100%;
}

.els-policy-main-img img {
    width: 100%;
    height: 100%;
}

.els-policy-main-info {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    height: 70px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
}

.els-policy-main-info p {
    color: #fff;
    font-weight: 900;
    margin: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

.els-policy-mess {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 25px;
}

.els-policy-mess-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 160px;
    padding: 15px;
}

.els-policy-mess-block:hover .els-mianTitle {
    color: #1e60ad;
}

.els-policy-time {
    margin-bottom: 30px;
}

.els-policy-mess-block p {
    font-weight: 900;
}

.els-policy-mess-block label {
    flex: 1;
    overflow: hidden;
    color: #999;
}

.els-advance-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-advance-block {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(50% - 25px);
    height: 280px;
    background: #fff
}

.els-advance-img {
    width: 100%;
    height: 100%;
}

.els-advance-img img {
    width: 100%;
    height: 100%;
}

.els-advance-con {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.els-advance-con p {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 30px rgba(0, 0, 0, 1);
}

.els-advance-hover-warp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.els-advance-block:hover .els-advance-hover-warp {
    display: block;
}

.els-advance-block:hover .els-advance-con {
    display: none;
}

.els-advance-hover {
    position: absolute;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.els-advance-hover p {
    color: #fff;

}

.els-advance-hover label {
    color: #fff;
    flex: 1;
    overflow: hidden;
}

.els-base-warp {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.els-base-block {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(33.3% - 25px);
}

.els-base-img {
    width: 100%;
    height: 260px;
}

.els-base-img img {
    width: 100%;
    height: 100%;
}

.els-base-con {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.els-base-con label {
    color: #999;
}

.els-settle-warp {
    display: flex;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-top: 70px;
}

.els-settle-img {
    width: 680px;
    height: 380px;
}

.els-settle-img img {
    width: 100%;
    height: 100%;
}

.els-settle-con {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
}

.els-settle-con p {
    font-size: 35px;
    color: #1e60ad;
}

.els-settle-con p span {
    color: #999;
}

.els-operMore-warp {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.els-operMore-warp label {
    color: #1B65B9;
}

.els-operMore-warp img {
    margin-left: 5px;
    transition: transform 0.2s ease;
}

.els-operMore-warp:hover img {
    transform: translateX(4px);
}

.els-hosouce-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background: url(../img/hosouceBanner1.jpg) center;
    background-size: cover;
}

.els-newsList-block {
    display: flex;
    flex-direction: column;
    background: #f5f7fa;
    margin-bottom: 20px;
    padding: 20px;
}

.els-newsList-block:hover {
    border: 1px solid #1e60ad;
}

.els-newsList-block:hover a {
    color: #1e60ad;
}

.els-newsList-time {
    margin-bottom: 6px;
}

.els-newsList-time label {
    color: #999;
}

.els-productDetail-warp {
    display: flex;
    align-items: center;
}

.els-productDetail-con {
    display: flex;
    flex: 1;
    flex-direction: column;
    margin-left: 60px;
}

.els-productDetail-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 400px;
    border: 1px solid #e6e6e6;
}

.els-productDetail-img img {
    width: 100%;
    height: 100%;
}

.els-productDetail-title {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.els-productDetail-title p {
    flex: 1;
    font-size: 30px;
    color: #1e60ad;
    font-weight: 400;
}

.els-productDetail-con-name {
    font-weight: 900;
    margin-bottom: 10px;

}

.els-productDetail-con-number {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.els-productDetail-con-number a {
    color: #1B65B9;
    margin-left: 30px;
}

.els-productDetail-con-detail {
    margin-bottom: 25px;
}

.els-productDetail-con-detail p {
    margin-bottom: 10px;
}

.els-productDetail-con-oper {
    display: flex;
}

.els-productDetail-list table th {
    width: 15%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: right;
    font-weight: 400;
    background: #fff;
}

.els-productDetail-list table td {
    width: 35%;
    border: 1px solid #e6e6e6;
    padding: 10px;
    text-align: left;
    font-weight: 400;
    background: #fff;
    color: #666;
}

.els-service-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 400px;
    background: url(../img/serviceBanner1.jpg) center;
    background-size: cover;
}

.els-purse-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.els-purse-warp img {
    width: 80%;
}

.els-process-container {
    display: flex;
}

.els-process-warp {
    display: flex;
    flex-direction: column;
    padding-right: 100px;
}

.els-process-block {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.els-process-title {
    font-size: 24px;
    color: #1e60ad;
    font-weight: 400;
    margin-bottom: 8px;
}

.els-process-block label {
    margin-bottom: 8px;
}

.els-process-block span {
    margin-bottom: 5px;
    margin-left: 20px;
}


.els-proNavigate-warp {
    width: 200px;
    flex-shrink: 0;
    position: sticky;
    top: 120px;
    height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 20px 0;
    box-sizing: border-box;
}


.els-proNavigate-warp a {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.els-proNavigate-warp a span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background-color: #1e60ad;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}

.els-regsiter-warp {
    position: fixed;
    z-index: 888;
    display: flex;
    align-items: center;
    top: 47%;
    right: 15px;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    padding: 5px 20px 5px 15px;
    background: rgba(255, 255, 255, .9);
}

.els-regsiter-con {
    margin-left: 10px;
    color: #1B65B9;
}

.els-topRe {
    position: fixed;
    z-index: 990;
    right: 5px;
    top: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 30px;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.els-topRe i {
    width: 25px;
    height: 14px;
    background: url(../img/topReArrow.png);
}

.els-topRe:hover {
    border: 1px solid #fff;
    background-color: #1e60ac;
}

.els-topRe:hover i {
    background: url(../img/topReArrow2.png);
}

.els-healthBaseJD-warp {
    width: 1200px;
    margin: 0 auto;
}

.els-healthBaseJD-block {
    margin-bottom: 40px;
}

.els-healthBaseJD-img,
.els-healthBaseJD-img img {
    width: 100%;
}

.els-healthBaseJD-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.els-healthBaseJD-con {
    margin-top: 10px;
}

.els-wlBanner-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 1200px;
    height: 600px;
    background-size: cover;
}
.els-wlBanner-left {
    width:60%;
}
.els-wlBanner-title {
    font-size: 50px;
    font-weight: 200;
    line-height: 1.2;
}
.els-wlBanner-subtitle {
    margin-top: 10px;
}
.els-wlBanner-subtitle label {
    font-size: 24px;
    font-weight: 200;
    margin-right: 20px;
}

.els-wlBanner-oper {
    display: flex;
    margin-top: 3%;
}

.els-wlBanner-oper-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 30px;
}

.els-wlBanner-oper-block img {
    margin-bottom: 10px;
}

.els-wlBanner-oper-block p {
    margin-bottom: 10px;
}

.els-vate-warp {
    display: flex;
    width: 100%;
    height: 560px;
    background-image: url(../img/vateBg.jpg);
    background-size: cover;
}

.els-vate-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.els-vate-subtitle {
    text-align: center;
}

.els-vate-subtitle label {
    font-size: 30px;
    color: #fff;
    font-weight: 200;
    margin: 0 15px;
}

.els-vate-con {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}

.els-vate-con p {
    display: flex;
}

.els-vate-con p span {
    display: flex;
    align-items: center;
    width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 10px;
    max-height: initial;
    border: 1px solid rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .2);
}

.els-wlBanner-middle {
    display: flex;
    width: 100%;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.els-regiser-title {
    padding: 20px 30px;
    background-color: rgba(255, 255, 255, .7);
}

.els-regiser-title label {
    font-weight: 900;
    font-size: 30px;
    color: #044187;
}

.els-regiser-title span {
    font-weight: 900;
    font-size: 30px;
    color: #c15000;
}

.els-regisreProcess-warp {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 530px;
    background-image: url(../img/regisreProcessBg.jpg);
    background-size: cover;
}

.els-regisreProcess {
    display: flex;
    flex: 1;
    margin: 0 100px;
    align-items: center;
    justify-content: center;
}

.els-regisreProcess-block {
    display: flex;
    flex: 1;
    align-items: center;
    flex-direction: column;
}

.els-regisreProcess-block p {
    font-weight: 900;
    margin-top: 10px;
}

.els-regisreCompany-warp {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 470px;
}

.els-regisreCompany-warp img {
    width: 100%;
    height: 100%;
}
.els-regisreCompany-warp p{
    position: absolute;
    left: 45%;
    font-size: 40px;
}
.els-hosSevice-warp {
    position: relative;
    width: 100%;
    height: 600px;
}

.els-hosSevice-warp .mySwiper2 {
    width: 100%;
    height: 100%;
}

.els-hosSevice-warp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.els-hosSevice-warp .mySwiper {
    position: absolute;
    z-index: 899;
    top: 125px;
    left: 625px;
    width: 350px;
    height: 350px;
    background-image: url(../img/hosSeviceOperBg.png);
    background-size: cover;
}

.els-hosSevice-warp .mySwiper .swiper-slide {
    position: absolute;
    opacity: 0.4;
    width: 170px !important;
    height: 170px;
}

.els-hosSevice-warp .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}


.els-hosSevice-oper p {
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.els-hosSevice-oper1 {
    top: 10px;
    left: 90px;
    padding-top: 10px;
    text-align: center;
    background-image: url(../img/hosSeviceOper1.png);
    background-size: cover;
}

.els-hosSevice-oper2 {
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 10px;
    top: 90px;
    right: 0;
    background-image: url(../img/hosSeviceOper2.png);
    background-size: cover;
}
.els-hosSevice-oper2 p{
    text-align: right;
}

.els-hosSevice-oper3 {
    display: flex;
    align-items: end;
    justify-content: center;
    bottom: 10px;
    left: 90px;
    padding-bottom: 10px;
    background-image: url(../img/hosSeviceOper3.png);
    background-size: cover;
}

.els-hosSevice-oper4 {
    display: flex;
    align-items: center;
    justify-content: start;
    padding-left: 10px;
    top: 90px;
    left: 0;
    background-image: url(../img/hosSeviceOper4.png);
    background-size: cover;
}

.els-hosSevice-oper4 p{
    text-align: left;
}

.els-hosCore-warp {
    display: flex;
    height: 520px;
}

.els-hosCore-block {
    position: relative;
    display: flex;
    flex: 1;
    justify-content: center;
}

.els-hosCore-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.els-hosCore-img img {
    width: 100%;
    height: 100%;
}
.els-hosCore-block {
    text-align: center;
    padding: 3% 20px 0 20px;
}
.els-hosCore-block p {
    position: relative;
    text-align: center;
}
.els-hosCore-block label{
     position: relative;
}
.els-wlBanner-listSub {
    display: flex;
    flex-direction: column;
    margin-top: 1%;
}

.els-wlBanner-listSub-block {
    display: flex;
    margin: 6px 0;
}

.els-wlBanner-listSub-block label {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 40px;
    min-width: 160px;
    max-height: inherit;
}

.els-wlBanner-listSub-block label::before {
    flex-shrink: 0;
    display: inline-block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #fff;
}

.els-logisticsDate-warp {
   display: flex;
    width: 100%;
    height: 550px;
    background-image: url(../img/logisticsDateBg.jpg);
    background-size: cover;

}

.els-logisticsDate-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex:1;
    height: 100%;
}

.els-logisticsDate-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 170px;
    height: 170px;
    margin: 0 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}

.els-logisticsDate-img img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}
.els-logisticsDate-img label{
    font-size: 20px;
}
.els-logisticsDate-con {
    display: none;
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
}

.els-logisticsDate-block:hover{
    background-color: rgba(0, 0, 0, .7);
}

.els-logisticsDate-block:hover .els-logisticsDate-img{
    width:auto;
    height: auto;
}

.els-logisticsDate-block:hover .els-logisticsDate-con{
    display: flex;
}

.els-logisticsDate-con label {
    color: #fff;
    margin: 5px 0;
}


.els-logisticsEffect-warp {
    display: flex;
    gap: 25px;
}

.els-logisticsEffect-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
    height: 300px;
    background: #f2f3f6;
}


.els-logisticsEffect-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.els-logisticsEffect-img img {
    width: 55px;
}

.els-logisticsEffect-con {
    display: flex;
    flex-direction: column;
    flex: 1;

}

.els-logisticsEffect-con p {
    margin-bottom: 5px;
}


.els-logisticsEffect-block:hover {
    background: url(../img/logisticsEffectBg.jpg);
    background-size: 100% 100%;
}

.els-logisticsEffect-block:hover .els-logisticsEffect-img {
    background-color: #fff;
}

.els-logisticsEffect-block:hover .els-logisticsEffect-con p,
.els-logisticsEffect-block:hover .els-logisticsEffect-con label {
    color: #fff;
}

.els-wlBanner-listSub2 {
    display: flex;
    flex-direction: column;
    margin-top: 1%;
}

.els-wlBanner-listSub2-block {
    display: flex;
    margin: 6px 0;
}

.els-wlBanner-listSub2-block label {
    display: flex;
    align-items: center;
    margin-right: 40px;
    min-width: 160px;
    max-height: inherit;
}

.els-wlBanner-listSub2-block label::before {
    flex-shrink: 0;
    display: inline-block;
    content: "";
    width: 7px;
    height:7px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #1e60ac;
}

.els-wlBanner-info {
    display: flex;
    align-items: center;
    margin-top: 1%;
}

.els-wlBanner-info-block {
    margin-right: 40px;
}

.els-wlBanner-info i {
    display: inline-block;
    content: "";
    width: 1px;
    height: 40px;
    margin-right: 40px;
    background-color: #999;
}

.els-wlBanner-info-block span {
    font-size: 34px;
    color: #1B65B9;
}

.els-prescriptionPain-warp {
    display: flex;
    gap: 25px;
}

.els-prescriptionPain-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 450px;
    background: #f2f3f6;
}

.els-prescriptionPain-img {
    width: 100%;
    height: 315px;
}

.els-prescriptionPain-img img {
    width: 100%;
    height: 100%;
}

.els-prescriptionPain-con {
    display: flex;
    flex: 1;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.els-prescriptionPain-con p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}

.els-prescriptionPain-con label {
    color: #666;
    text-align: center;
}

.els-prescriptionCore-warp {
    position: relative;
    width: 100%;
    height: 550px;
}

.els-prescriptionCore-warp .mySwiper2 {
    width: 100%;
    height: 100%;
}

.els-prescriptionCore-warp .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.els-prescriptionCore-warp .mySwiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.els-prescriptionCore-warp .mySwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0.6;
    width: 170px !important;
    height: 170px;
    margin: 0 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .8);
}

.els-prescriptionCore-warp .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.els-prescriptionCore-warp .mySwiper .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.els-prescriptionCore-oper p {
    color: #fff;
    text-align: center;
}

.els-prescriptionCore-warp .els-prescriptionCore-oper img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
}

.els-prescriptionXinr-warp {
    display: flex;
}

.els-prescriptionXinr-block {
    position: relative;
    display: flex;
    flex: 1;
    height: 460px;
}

.els-prescriptionXinr-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.els-prescriptionXinr-img img {
    width: 100%;
    height: 100%;
}

.els-prescriptionXinr-con {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    bottom: 20px;
}



.els-prescriptionXinr-con label {
    color: #fff;
}

.els-prescriptionExper-warp {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 600px;
    background-image: url(../img/pExpBg.jpg);
    background-size: cover;
}

.els-wlBanner-right {
    margin-left: 50%;
}

.els-medicalSettlementCore-warp {
    position: relative;
    width: 100%;
    height: 550px;
}

.els-medicalSettlementCore-img {
    position: relative;
    width: 100%;
    height:100%;
}

.els-medicalSettlementCore-img img{
     width: 100%;
    height:100%;
}

.els-medicalSettlementAble-warp {
    display: flex;
}

.els-medicalSettlementAble-block {
    position: relative;
    display: flex;
    flex: 1;
    height: 460px;
}

.els-medicalSettlementAble-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.els-medicalSettlementAble-img img {
    width: 100%;
    height: 100%;
}

.els-medicalSettlementAble-con {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    bottom: 20px;
}


.els-medicalSettlementAble-con label {
    color: #fff;
}

.els-medicalSettlementAble-hover {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
    background-color: rgba(0, 0, 0, .6);
}


.els-medicalSettlementAble-list {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.els-medicalSettlementAble-list label{
    display: flex;
    align-items: center;
     color: #fff;
     margin-bottom: 8px;
}

.els-medicalSettlementAble-list label::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #fff;
}

.els-medicalSettlementAble-block:hover .els-medicalSettlementAble-con{
    display: none;
}

.els-medicalSettlementAble-block:hover .els-medicalSettlementAble-hover{
    display: flex;
}

.els-financeIssue-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 560px;
    background-image: url(../img/financeIssueBg.jpg);
    background-size: cover;
}

.els-financeIssue-block {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.els-financeIssue-title{
    display: flex;
    flex: 1;
    justify-content: center;
}

.els-financeIssue-con {
    display: flex;
    flex: 1;
    justify-content: right;
}

.els-financeIssue-con2 {
    display: flex;
    flex: 1;
    justify-content: left;
}

.els-financeIssue-con label,
.els-financeIssue-con2 label{
    color: #fff;
}

.els-financeIssue-subtitle {
     width: 200px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, .4);
    background-color: rgba(0, 0, 0, .2);
}

.els-financeIssue-arrow {
    margin: 0 30px;
}

.els-financeIssueProcess-warp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 560px;
    background-image: url(../img/financeIssueProcessBg.jpg);
    background-size: cover;
}
.els-financeIssueProcess-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 250px;
    padding: 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .7);
}
.els-financeIssueProcess-block img{
    margin-bottom: 10px;
}
.els-financeIssueProcess-block p{
    margin-bottom: 10px;
    text-align: center;
}
.els-financeIssueProcess-block label{
    color: #fff;
    text-align: center;
    margin: 3px 0;
}
.els-financeIssueProcess-arrow {
    margin: 0 20px;
}
.els-empowerIssue-warp {
    display: flex;
    gap:25px;
}

.els-empowerIssue-block.active{
    width:60%;
}

.els-empowerIssue-block {
    position: relative;
    width:20%;
    height: 460px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.els-empowerIssue-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.els-empowerIssue-img img{
    height: 100%;
}
.els-empowerIssue-block:hover,
.els-empowerIssue-block.active {
    width: 60%;
    transition: all 0.5s ease;
}

.els-empowerIssue-show {
    position: absolute;
    padding: 0 15px;
    bottom: 20px;
}

.els-empowerIssue-hide {
    display: none;
    position: absolute;
     padding: 0 15px;
    bottom: 20px;
}
.els-empowerIssue-block.active .els-empowerIssue-show {
    display: none;
}

.els-empowerIssue-block.active .els-empowerIssue-hide {
    display: block;
}

.els-empowerSevice-warp {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 560px;
    background-image: url(../img/empowerSeviceBg.jpg);
    background-size: cover;
}

.els-empowerSevice-box {
    position: relative;
    display: flex;
    width: 65%;
}
.els-empowerSevice-title {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40px;
    font-size: 30px;
    font-weight: 200;
}

.els-empowerSevice-block {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 30px 0 30px 0;
    background-color: rgba(19, 35, 51, .7);
}

.els-empowerSevice-con {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    margin:25px 0;
}
.els-empowerSevice-con p{
    color: #fff;
    margin: 0 50px 0 15px;
    text-align: right;
}

.els-empowerSevice-con2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: left;
    margin:25px 0;
}
.els-empowerSevice-con2 p{
    color: #fff;
    margin: 0 15px 0 50px;
}

.els-empowerSevice-arrow {
    position: absolute;
    right: -20px;
}

.els-empowerSevice-block:nth-child(3) {
   background-color: rgba(0, 61, 131, .7);
}

.els-empowerProcess-warp {
    display: flex;
    gap: 25px;
}

.els-empowerProcess-block {
    position: relative;
    display: flex;
    flex: 1;
    height: 460px;
}

.els-empowerProcess-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.els-empowerProcess-img img{
    width: 100%;
    height: 100%;
}
.els-empowerProcess-con {
    position: absolute;
    width: 90%;
    margin: 0 5%;
    text-align: center;
    bottom: 20px;
}

.els-empowerProcess-con label{
    display: block;
    color: #fff;
}

.els-empowerAssess-warp {
    display: flex;
}

.els-empowerAssess-block {
    position: relative;
    display: flex;
    flex: 1;
    height: 460px;
}

.els-empowerAssess-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

@media (max-width: 1550px) {
    * {
        font-size: 12px;
    }

    .els-separate {
        min-width: 1200px;
        max-width: 1200px;
    }

    .els-paddingTop {
        padding-top: 70px !important
    }

    .els-main-title-warp {
        padding: 30px 0 20px;
    }

    .els-product-search-box {
        height: 50px;
    }

    .els-product-search-box .els-searchbutton img {
        height: 20px;
    }

    .els-header-search button img {
        height: 20px;
    }

    .els-header {
        height: 100px;
    }

    .els-header-name p {
        font-size: 32px;
    }

    .els-header-name label {
        font-size: 18px;
    }

    .els-header-name-logo img {
        height: 65px;
    }

    .els-main-title {
        font-size: 30px;
    }

    .els-main-subtitle {
        font-size: 14px;
    }

    .els-header-menu-warp {
        height: 65px;
    }

    .els-header-menu {
        height: 45px;
    }

    .els-header-menu li>a label {
        font-size: 15px;
    }

    .els-header-search input {
        width: 250px;
    }

    .els-mianTitle {
        font-size: 14px;
        max-height: 45px;
    }

    .els-mainBanner-warp {
        height: 380px;
    }

    .els-product-search-title {
        font-size: 40px;
    }

    .els-core-block {
        height: 250px;
    }

    .els-core-img {
        height: 140px;
    }

    .els-souce-wap {
        height: 500px;
    }

    .els-souce-img {
        height: 160px;
    }

    .els-client-warp a {
        height: 90px;
    }

    .els-client-warp a img {
        height: 85%;
    }

    .els-expert-con span {
        font-size: 11px;
    }

    .els-expert-con label {
        font-size: 11px;
    }

    .els-expert-img {
        width: 120px;
    }

    .els-expert-img img {
        height: 150px;
    }

    .els-Industry-meeting {
        width: 600px;
    }
.els-Industry-news{
    margin-left: 35px;
}
    .els-Industry-meeting-img {
        height: 340px;
    }

    .els-news-img {
        width: 120px;
        height: 85px;
    }

    .els-news-block {
        height: 82px;
    }

    .els-model-block {
        height: 160px;
    }


    .els-total-img img {
        height: 37px;
    }

    .els-export-warp {
        height: 350px;
    }

    .els-product-block {
        height: 345px;
    }

    .els-product-detail {
        /* height: 50px; */
    }

    .els-product-img img {
        height: 160px;
    }

    .els-product-img .image-placeholder {
        height: 160px;
    }

    .els-product-introduce {
        height:39px;
    }

    .els-creative-warp {
        height: 540px;
    }

    .els-online-warp {
        height: 440px;
    }

    .els-online {
        margin-top: 35px;
    }

    .els-town-con label {
        font-size: 14px;
    }

    .els-hotProduct-warp {
        height: 330px;
    }

    .els-recomandClient-warp {
        padding: 10px 0;
        margin-top: -45px;
    }

    .els-recomandClient a p {
        height: 60px;
    }

    .els-recomandMid-block {
        height: 200px;
    }

    .els-recomandMid-img img {
        height: 120px;
    }

    .els-TCM-block {
        height: 210px;
    }
.els-hosDetail-warp p{
    max-height: 150px;
}
    .els-TCM-img {
        height: 160px;
    }

    .els-TCMsep-warp {
        height: 300px;
    }

    .els-TCMResearch-block {
        height: 300px;
    }

    .els-TCMResearch-img {
        height: 200px;
    }

    .els-TCMResearch-con label {
        height: 36px;
    }

    .els-TCMtreat-left-img {
        height: 220px;
    }

    .els-TCMFood-block {
        height: 260px;
    }

    .els-policy-warp {
        height: 360px;
    }

    .els-advance-block {
        height: 200px;
    }

    .els-base-img {
        height: 200px;
    }

    .els-town-warp {
        height: 460px;
    }

    .els-town-con p {
        font-size: 24px;
    }

    .els-advance-con p {
        font-size: 32px;
    }

    .els-settle-img {
        width: 530px;
        height: 300px;
    }

    .els-hosouce-warp {
        height: 300px;
    }

    .els-operMore-warp img {
        height: 8px;
    }

    .els-newsList-block {
        padding: 10px 20px;
    }

    .els-productDetail-img {
        width: 320px;
        height: 320px;
    }

    .els-productDetail-con-detail {
        margin-bottom: 15px;
    }

    .els-productDetail-title p {
        font-size: 24px;
    }

    .els-recomand-con p img {
        width: 16px;
        height: 16px;
    }

    .els-header-language img,
    .els-header-help a img {
        width: 17px;
        height: 17px;
    }

    .els-creativeNews-main {
        width: 400px;
    }

    .els-creativeNews-main-img {
        height: 250px;
    }

    .els-creativeNews-mess-block {
        height: 75px;
    }

    .els-creativeNews-main-info {
        height: 148px;
    }

    .els-forum-warp {
        height: 320px;
    }

    .els-forum-img {
        height: 240px;
    }

    .els-oper-warp img {
        height: 8px;
    }

    .els-product-submit img {
        height: 8px;
    }



    .els-tabSmall a {
        height: 30px;
    }

    .els-tabSmall a label {
        font-size: 13px;
    }

    .els-service-warp {
        height: 300px;
    }

    .els-tabSmall {
        margin-top: -12px;
    }

    .els-settle-con p {
        font-size: 28px;
    }

    .els-regsiter-warp img {
        height: 35px;
    }

    .els-recomand-con p label {
        font-size: 13px;
    }

    .els-vate-warp {
        height: 420px;
    }

    .els-vate-subtitle label {
        font-size: 22px;
    }

    .els-wlBanner-warp {
        height: 460px;
    }

    .els-wlBanner-title {
        font-size: 40px;
    }

    .els-wlBanner-oper-block img {
        height: 36px;
    }

    .els-regiser-title span,
    .els-regiser-title label {
        font-size: 22px;
    }

    .els-regisreProcess-warp {
        height: 400px;
    }

    .els-regisreProcess-block img {
        height: 120px;
    }

    .els-regisreProcess-arrow img {
        height: 60px;
    }

    .els-hosSevice-warp {
        height: 450px;
    }

    .els-hosSevice-warp .mySwiper {
        width: 300px;
        height: 300px;
        left: 450px;
        top: 75px;
    }

    .els-hosSevice-warp .mySwiper .swiper-slide {
        width: 120px !important;
        height: 120px;
    }

    .els-hosCore-warp {
        height: 420px;
    }

    .els-total-oper {
        width: 25px;
        height: 25px;
    }

    .els-logisticsDate-warp {
        height: 410px;
    }

    .els-logisticsDate-img {
         width: 130px;
        height: 130px;
    }

  .els-logisticsDate-img img{
    width: 35px;
        height: 35px;
  }
.els-logisticsDate-img label{
    font-size:17px;
}
    .els-logisticsDate-con-block p img {
        width: 18px;
    }

    .els-logisticsDate-con {
        margin: 15px 10px;
    }

    .els-logisticsEffect-block {
        height: 220px;
        padding: 10px
    }

    .els-logisticsEffect-img {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }

    .els-logisticsEffect-img img {
        width: 40px;
    }

    .els-healthBaseJD-warp {
        width: 1000px;
    }

    .els-vate-con p span {
        width: 160px;
    }

    .els-prescriptionPain-con p {
        font-size: 20px;
    }

    .els-prescriptionPain-block {
        height: 340px;
    }

    .els-prescriptionPain-img {
        height: 240px;
    }

    .els-prescriptionCore-warp {
        height: 410px;
    }

    .els-prescriptionCore-warp .mySwiper .swiper-slide {
        width: 130px !important;
        height: 130px;
    }

    .els-prescriptionCore-warp .els-prescriptionCore-oper img {
        width: 35px;
        height: 35px;
    }

    .els-prescriptionXinr-block {
        height: 340px;
    }



    .els-prescriptionExper-warp {
        height: 460px;
    }

    .els-footer-right img {
        height: 65px;
    }

    .els-footer-tel span {
        font-size: 25px;
    }

    .els-footer-tel-img img {
        height: 50px;
    }
        .els-medicalSettlementCore-warp {
        height: 410px;
    }
    .els-marginBottom {
    padding-bottom: 70px;
}

    .els-medicalSettlementAble-block {
        height: 340px;
    }


        .els-financeIssue-warp {
        height: 420px;
    }
    .els-financeIssue-subtitle{
        width: 160px;
    }
    .els-financeIssueProcess-warp{
        height: 420px;
    }
    .els-financeIssueProcess-block{
        width: 150px;
         height: 200px;
    }
    .els-financeIssueProcess-arrow img{
        width: 45px;
    }
    .els-financeIssueProcess-block img{
        width: 35px;
    }
    .els-empowerIssue-block{
        height: 340px;
    }
    .els-header-language select{
    height:27px;
}
.els-empowerSevice-warp {
     height: 420px;
}
.els-empowerSevice-block{
    padding:30px 0 30px 0;
}
.els-empowerSevice-arrow img{
     width: 32px;
}
.els-empowerSevice-con,
.els-empowerSevice-con2{
    margin: 16px 0;
}
.els-empowerSevice-title {
    font-size: 24px;
}
.els-empowerProcess-block {
    height: 340px;
}
.els-imageTitle {
            font-size: 20px;
}
.els-financeIssue-arrow img{
    width: 35px;
}
.els-regisreCompany-warp{
    height: 350px;
}
.els-regisreCompany-warp p{
    font-size: 32px;
}
}
/* ========== 产品查询页面样式优化 ========== */
/* 页面背景 */
.product-page-container {
    max-width: 1400px;
    margin: 30px auto;
    padding: 0 20px;
    min-height: calc(100vh - 500px);
}

/* 查询条件区域 */
.search-filter-container {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 18px 25px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #1B65B9;
    position: relative;
    overflow: hidden;
}

.search-filter-container::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(27, 101, 185, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.filter-row {
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}

.filter-row:last-child {
    margin-bottom: 0;
}

.list-title {
    font-size: 18px;
    font-weight: 600;
    color: #1B65B9;
    margin-bottom: 20px;
    border-bottom: 2px solid #e8f0fe;
    position: relative;
    padding-left: 22px;
    line-height: 1.2;
    padding-top: 2px;
    padding-bottom: 2px;
}

.list-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: linear-gradient(135deg, #1B65B9 0%, #1e60ac 100%);
    border-radius: 2px;
}

.filter-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.filter-item:not(.filter-actions-inline) {
    flex: 1 1 0;
}

.filter-item label {
    font-size: 14px;
    color: #444;
    margin-bottom: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.filter-item label::after {
    content: '';
    width: 4px;
    height: 4px;
    background: #1B65B9;
    border-radius: 50%;
    margin-left: 6px;
}

.filter-actions-inline {
    flex: 0 0 140px;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.filter-actions-inline label {
    visibility: hidden;
    margin-bottom: 8px;
    display: block;
}

.filter-actions-inline {
    flex-direction: row;
    align-items: flex-end;
    gap: 4px;
}

.filter-item input,
.filter-item select {
    height: 38px;
    padding: 0 12px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #fff;
    min-width: 0;
}

.filter-item input:hover,
.filter-item select:hover {
    border-color: #1B65B9;
}

.filter-item input:focus,
.filter-item select:focus {
    outline: none;
    border-color: #1B65B9;
    box-shadow: 0 0 0 3px rgba(27, 101, 185, 0.1);
}

.filter-item select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231B65B9' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.btn-filter, .btn-reset {
    padding: 6px 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.btn-filter {
    background: linear-gradient(135deg, #1B65B9 0%, #1e60ac 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(27, 101, 185, 0.3);
}

.btn-filter:hover {
    background: linear-gradient(135deg, #1e60ac 0%, #1B65B9 100%);
    box-shadow: 0 6px 16px rgba(27, 101, 185, 0.4);
    transform: translateY(-2px);
}

.btn-filter:active {
    transform: translateY(0);
}

.btn-reset {
    background: white;
    color: #666;
    border: 1px solid #e0e0e0;
}

.btn-reset:hover {
    background: #f8f9fa;
    border-color: #1B65B9;
    color: #1B65B9;
}

/* 列表展示区域 */
.product-list-container {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #1B65B9;
}

/* Bootstrap Table 样式覆盖 */
.bootstrap-table .fixed-table-container {
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.bootstrap-table .table {
    margin-bottom: 0 !important;
    background: white;
}

.bootstrap-table .table thead th {
    background: #E3F2FD !important;
    color: #333 !important;
    font-weight: 600;
    padding: 16px 12px;
    border: none;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.bootstrap-table .table tbody td {
    padding: 14px 12px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    font-size: 14px;
    text-align: center;
}

.bootstrap-table .table tbody tr {
    transition: all 0.3s ease;
}

.bootstrap-table .table tbody tr:hover {
    background: linear-gradient(90deg, rgba(27, 101, 185, 0.03) 0%, rgba(27, 101, 185, 0.08) 100%);
    box-shadow: 0 2px 8px rgba(27, 101, 185, 0.1);
}

.bootstrap-table .table tbody tr:nth-child(even) {
    background: #fafbfc;
}

.bootstrap-table .table tbody tr:nth-child(even):hover {
    background: linear-gradient(90deg, rgba(27, 101, 185, 0.05) 0%, rgba(27, 101, 185, 0.1) 100%);
}

#productTable a {
    color: #1B65B9;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
}

#productTable a:hover {
    color: #1e60ac;
    background: rgba(27, 101, 185, 0.08);
    text-decoration: none;
}

.btn-detail {
    padding: 6px 16px;
    background: linear-gradient(135deg, #1B65B9 0%, #1e60ac 100%);
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-detail:hover {
    background: linear-gradient(135deg, #1e60ac 0%, #1B65B9 100%);
    box-shadow: 0 4px 8px rgba(27, 101, 185, 0.3);
    transform: translateY(-1px);
}

.no-data-message {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 15px;
}

.no-data-message::before {
    content: '📋';
    display: block;
    font-size: 48px;
    margin-bottom: 15px;
}

/* 分页样式优化 */
.bootstrap-table .fixed-table-pagination {
    padding: 15px 20px;
    border-top: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

/* 隐藏 Bootstrap Table 默认的 page-list 按钮组 */
.bootstrap-table .page-list {
    display: none !important;
}

/* 自定义每页条数选择器样式 */
.custom-page-size-selector {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    margin: 0 20px;
}

.custom-page-size-selector span {
    color: #444;
    font-size: 15px;
    font-family: "arial", "Microsoft YaHei";
    line-height: 1.5;
}

.custom-page-size-selector select {
    margin: 0 6px;
    padding: 6px 30px 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23444' d='M6 8L1 3h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
    background-size: 12px;
    color: #444;
    font-size: 15px;
    font-family: "arial", "Microsoft YaHei";
    line-height: 1.5;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 36px;
}

.custom-page-size-selector select:hover {
    border-color: #1B65B9;
}

.custom-page-size-selector select:focus {
    outline: none;
    border-color: #1B65B9;
    box-shadow: 0 0 0 3px rgba(27, 101, 185, 0.1);
}

.bootstrap-table .pagination-detail {
    color: #444;
    font-size: 15px;
    margin-left: auto;
}

/* 分页按钮横向排列 */
.bootstrap-table .pagination {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.bootstrap-table .pagination li {
    display: inline-block !important;
    margin: 0 3px;
    float: none !important;
}

/* 页码按钮样式 */
.bootstrap-table .pagination li a,
.bootstrap-table .pagination li span {
    display: inline-block !important;
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: white;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* 激活状态 */
.bootstrap-table .pagination li.active a,
.bootstrap-table .pagination li.active span {
    background: linear-gradient(135deg, #1B65B9 0%, #1e60ac 100%);
    border-color: #1B65B9;
    color: white;
}

/* 禁用状态 */
.bootstrap-table .pagination li.disabled a,
.bootstrap-table .pagination li.disabled span {
    color: #ccc;
    cursor: not-allowed;
}

/* 悬停效果 */
.bootstrap-table .pagination li a:hover:not(.disabled) {
    border-color: #1B65B9;
    color: #1B65B9;
}

.bootstrap-table .page-list .btn-default {
    border-color: #e0e0e0;
    color: #666;
    background: white;
    margin: 0 3px;
    border-radius: 4px;
    padding: 6px 14px;
    transition: all 0.3s ease;
}

.bootstrap-table .page-list .btn-default:hover {
    border-color: #1B65B9;
    color: #1B65B9;
}

.bootstrap-table .page-list .btn-primary {
    background: linear-gradient(135deg, #1B65B9 0%, #1e60ac 100%);
    border-color: #1B65B9;
}

.bootstrap-table .page-list .btn-primary:hover {
    background: linear-gradient(135deg, #1e60ac 0%, #1B65B9 100%);
}

/* 加载动画 */
.bootstrap-table .fixed-table-loading {
    background: rgba(255, 255, 255, 0.95);
}

.bootstrap-table .fixed-table-loading::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid #f0f0f0;
    border-top-color: #1B65B9;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* ========== 产品详情页面样式 ========== */

/* 手风琴组件 */
.panel-group {
    margin-top: 20px;
}

.panel-default {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    background: #fff;
}

.panel-heading {
    padding: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    user-select: none;
}

.panel-heading:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #f8f9fa 100%);
}

.panel-title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.panel-collapse {
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.panel-body {
    padding: 20px;
}

/* 箭头图标 */
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: transform 0.3s;
}

/* 详情表格 */
.detail-table {
    width: 100%;
    border-collapse: collapse;
}

.detail-table th {
    background: #f5f7fa;
    padding: 12px;
    text-align: right;
    font-weight: 600;
    color: #606266;
    width: 15%;
    border: 1px solid #ebeef5;
    white-space: nowrap;
}

.detail-table td {
    padding: 12px;
    color: #303133;
    border: 1px solid #ebeef5;
}

.detail-table td[colspan="3"] {
    width: 85%;
}


