body {
    margin: 0;
    width: 100%;
    min-height: 500px;
    color: #333;
    font-family: "Microsoft Yahei", Arial;
    font-size: 14px;
}

ul, ol, li, dl {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

img {
    border: 0px;
    -ms-interpolation-mode: bicubic;
}

.clear {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    overflow: hidden;
    clear: both;
}





.wrapper-content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0 auto;
}

#downBd {
    padding:0px 15px;
}
    .wrapper-content .container, #downBd {
    width: 80%;
    max-width: 1336px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .wrapper-content .container {
        width: 100%;
        margin: 0 auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    #downBd {
        width: 100%;
        margin: 0 auto;
        padding: 0px 15px;
    }
}

/*search*/

.searchbox .container, .product_cp .container {
    position: relative;
    width: 830px;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 40px;
}

.layui-btn-normal {
    background-color:#0560F6;
}

#hightSearchBtn {
    margin-top: 10px;
    width: 90px;
    text-align: center;
    display: inline-block;
    /*color: #9e9e9e;*/
    line-height: 30px;
    color: #0560F6;
}

    #hightSearchBtn .layui-input {
        max-width:700px;
    }

@media (max-width: 767px) {
    .searchbox .container, .product_cp .container {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 10px;
    }

    #hightSearchBtn {
        display: none !important;
    }
    }

.searchbox .search-title {
    margin: 20px 0 30px;
    color: #323232;
    font-size: 44px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
    .searchbox .search-title {
        font-size: 30px;
        margin: 10px 0 20px;
    }
}

.searchbox input {
    height: 50px;
    width: 80%;
    float: left;
    text-indent: 25px;
}

.searchbox .layui-btn {
    line-height: 50px;
    height: 50px;
    width:90px;
    float: left;
}

@media (max-width: 767px) {
    .searchbox input {
        height: 50px;
        width: 100%;
        text-indent: 25px;
    }

    .searchbox .layui-btn {
        display: none
    }

    .searchbox .search_icon i {
        line-height: 14px;
    }
}

.searchbox .search_icon i {
    line-height: 55px;
}

.searchbox .search_icon {
    position: absolute;
    top: 13px;
    left: 30px;
    color: #ccc;
}

.searchbox .search-hot a {
    color: #9e9e9e;
    padding-left: 10px;
}


.searchbox .search-hot {
    width:79%;
    color: #9e9e9e;
    padding:10px 20px;
    line-height:30px;
}

@media (max-width: 767px) {
    .searchbox .search-hot {
        width: 100%;
        text-indent: 0px;
        color: #9e9e9e;
    }
}

/* ����������menu */
.searchresults .r_menu {
}

.searchresults .r_menu_title, #heightSearch .r_menu_title {
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
}

.search_column .r_menu_title {
    line-height: 60px;
    border-bottom: 0px solid #eaeaea;
    margin-bottom: 15px;
}


.searchresults ul li .pagenumber {
    line-height: 35px;
}

.searchresults .r_menu ul li {
    line-height: 35px;
}

.search_column .menu-xs ul li {
    line-height: 35px;
    float: left;
}

.search_column .menu-xs ul li {
    line-height: 35px;
    float: left;
}



.searchresults ul li a {
    color: #323232;
    text-decoration: none;
}

    .searchresults ul li a:hover {
        color: #2876a4;
    }

    .searchresults ul li a.r_menu_active {
        color: #0560F6;
    }


.menu-xs {
    display: block;
    margin-left: 20px;
}
/*
@media (max-width: 767px) {
    .menu-xs {
        padding: 15px;
    }
}
*/

@media (max-width: 767px) {
    .search_column .menu-xs {
        display: block;
        margin-left: 0px;
        padding: 15px;
    }
}


.menu-xs li {
    margin-right: 20px;
}

/* �����б� */

.search_column {
    margin-bottom: 15px;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .search_column {
        margin-bottom: 25px;
        margin-top: 5px;
    }
}


.search_column .search_column_list {
    border-top: 1px solid #eaeaea;
    margin-left: 55px;
}

.searchNoResult {
    text-align:center;
    margin-top:15px;
}

@media (max-width: 767px) {
    .search_column .search_column_list {
        margin-left: 0px;
        margin-top: 10px;
    }
}


.search_column_list_name {
    border-bottom: 1px solid #cccccc;
    padding-top: 30px;
    padding-bottom: 30px;
    /*min-height: 120px;*/
    width: 100%;
    float: left;
    cursor:pointer;
}

@media (max-width: 767px) {
    .search_column_list_name {
        padding-top: 30px;
        padding-bottom: 30px;
        /*min-height: 80px;*/
    }
}




.search_column_list_name:hover {
    border-bottom: 5px solid #065ef4 !important;
    border-radius: 10px;
    box-shadow: #ebeef0 0px 0px 15px 5px;
}


.search_column_list_name a {
    display: block;
    color: #323232;
    font-size: 18px;
    margin-left: 40px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .search_column_list_name a {
        margin-left: 10px;
    }
}

.search_column_list_name a:hover {
    color: #2876a4;
}


.search_column_list_name span a {
    display: block;
    color: #9e9e9e;
    margin-left: 40px;
    margin-top: 10px;
    font-size: 14px;
    text-decoration: none;
}


@media (max-width: 767px) {
    .search_column_list_name span a {
        margin-left: 10px;
    }
}

.search_column_list_name span a:hover {
    color: #9e9e9e;
}


/*��ҳ*/

.search_pageview img {
    display: block;
}

.search_pageview {
    text-align: center;
}



    .search_pageview .pager li > a, .pager li > span {
        display: inline-block;
        padding: 10px 13px;
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        border-radius: 6px;
    }

@media (max-width: 767px) {
    .search_pageview .pager li > a, .pager li > span {
        padding: 5px 7px;
    }
}



.search_pageview .pager li > a:hover {
    background-color: #ececec;
}



.search_pageview li {
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .search_pageview li {
        float: left;
        margin-right: 7px;
    }
}

.search_pageview .form-control {
    display: block;
    width: 50px;
    height: 43px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

@media (max-width: 767px) {
    .search_pageview .form-control {
        display: block;
        width: 35px;
        height: 32px;
        font-size: 14px;
        line-height: 1.42857143;
    }
}




.search_pageview .btn {
    display: inline-block;
    padding: 10px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


@media (max-width: 767px) {
    .search_pageview .btn {
        padding: 0px 6px;
        line-height: 32px;
        border: 0px;
        margin-top: 0px;
    }
}




.search_pageview .btn-primary {
    color: #fff;
    background-color: #055ffd;
    border-color: #2e6da4;
}

/*��Ʒ�Ƚ�product_cp*/

.cp_background {
    background: #f9f9f9;
}

.product_cp .product_cp-title {
    margin: 20px 0 30px;
    color: #323232;
    font-size: 44px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 3px;
}

@media (max-width: 767px) {
    .product_cp .product_cp-title {
        font-size: 30px;
        margin: 10px 0 20px;
    }
}


/*�˵�CSS*/
.product_cp_results .menu_compare {
    background: #3584fb;
    width: 173px;
    border-radius: 20px;
    color: #ffffff;
    padding: 25px;
}

    /*
@media (max-width: 767px) {
    .product_cp_results .menu_compare {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
}*/

    .product_cp_results .menu_compare a {
        color: #ffffff;
    }

        .product_cp_results .menu_compare a:hover {
            color: #e4e4e4;
        }



.txt_jscs {
    font-size: 24px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .txt_jscs {
        font-size: 18px;
    }
}

.txt_jscs_detail {
    font-size: 16px;
}

.product_cp_results .menu_compare li {
    line-height: 42px;
}

/*@media (max-width: 767px) {
    .product_cp_results .menu_compare li {
        line-height: 32px;
    }
}
*/
.compare_menu_xia li {
    border-top: 1px solid #84b3f9;
}

/*
@media (max-width: 767px) {
    .compare_menu_xia li {
        float: left;
        border-top: 0px solid #84b3f9;
    }
}



@media (max-width: 767px) {
    .compare_menu_shang li {
        float: left;
        border-top: 0px solid #84b3f9;
    }
}
*/

.compare_menu_shang input {
    background-color: #3584fb;
}

.cp_column {
    width: calc(100% - 173px);
    overflow: auto;
}
    /*�Ƚ�CSS*/
    .cp_column .box_img {
        text-align: center;
    }


        .cp_column .box_img img {
            width: 170px;
            height: 100px;
            margin-bottom: 10px;
        }

    .cp_column .img_txt {
        text-align: left;
    }

    .cp_column .box_img {
        border-radius: 20px;
        background: #ffffff;
        padding: 15px;
        height: 237px;
    }




    .cp_column .img_txt .label-primary {
        font-size: 14px;
        background: #3584fb;
        color: #ffffff;
        margin: 16px 0;
    }

        .cp_column .img_txt .label-primary a {
            color: #ffffff;
        }

            .cp_column .img_txt .label-primary a:hover {
                color: #f1f1f1;
            }


    .cp_column .label_detail {
        display: block;
        margin: 14px 0 10px 0;
        font-size: 16px;
        color: #808080;
        width: 230px;
        display: inline-block;
    }

        .cp_column .label_detail i {
            float: right;
        }

    .cp_column .box_text {
        margin-top: 18px;
        background: #ebf6fc;
        padding: 0px;
        font-size: 14px;
        border-radius: 10px;
    }
/*
@media (max-width: 767px) {
    .cp_column .box_text {
        margin-top: 0px;
    }
}


@media (max-width: 767px) {
    .productcompare_box {
        margin-bottom: 30px;
        padding-right: 0px;
        padding-left: 0px;
    }
}*/

#productInfoList {
    width: max-content;
}

.cp_column .productcompare_box {
    width: 290px !important;
}

    .cp_column .productcompare_box .box_text li {
        min-height: 43px;
        border-bottom: 1px solid #e3eef2;
        padding-top: 8px;
        padding: 10px;
        word-wrap: break-word;
    }

    .cp_column .productcompare_box .box_text .box_text_trans {
        background: #f9f9f9;
    }



.childUl {
    margin-left: 20px;
}

#heightSearch {
    border-top: 0px;
    margin-top:-80px;
}

.layui-form-label {
    width: 142px;
   /* text-align: left;*/
    /*margin-left:30px;*/
}

.layui-input-block {
    margin-left: 142px;
}

.porductItem.search_column_list_name {
    width: 31%;
    float: left;
    margin-right: 2%;
    border-bottom: 5px solid white;
}


@media (max-width: 767px) {
    .porductItem.search_column_list_name {
        width: 100%;
        float: inherit;
        margin-right: 0%;
        border-bottom: 1px solid #eaeaea;
    }

}


.porductItem .productImg {
    margin-bottom: 10px;
    max-width:220px;
    /* width: 220px; */
    /* 2024-5-8 */
    height:110px;
}




.porductItem.search_column_list_name a {
    margin-left: 0px;
    text-align: center;
}

.firstTypeName {
    font-weight: 600;
    font-size: 15px;
}


.infoHide {
    display: none;
}



.comNew .txt_jscs {
    font-size: 28px;
    padding-bottom: 20px;
}
.comNew .newBody .row ul li{
    margin-bottom: 10px;
}

.comNew, .comNew .cp_background, .comNew .newBody table, .comNew .newBody tr td {
    background: white;
    word-break: break-all;
}

.comNew .newBody #productInfoList {
    width: 80%;
}

    .comNew .newBody img {
        width: 100%;
        cursor: pointer;
       /* width: 220px;
        height: 110px;*/
    }

    .comNew .newBody .img_txt {
        height: 90px;
    }

    .comNew .newBody table {
        width: 100%;
        table-layout: fixed;
    }

.comNew .newBody td {
    padding: 10px 20px;
    width: 20%;
    border: 1px solid #e5e5e5;
}

    .comNew .newBody td[data-typemainvaluebind] {
        font-weight: 800;
        font-size: 18px;
    }

.comNew .newBody .layui-form-checkbox[lay-skin=primary] span {
    color: #666; 
}

.comNew .newBody tr.box_byy td{
    background: #ebf6fc;
    word-break:break-all;
}


@media (max-width: 767px) {
    .comNew .newBody #productInfoList {
        width: 100%;
        overflow:auto;
    }

    .comNew .newBody td {
        padding: 10px 20px;
        width: 150px;
    }

    .comNew .newBody table {
        width: max-content;
        table-layout: fixed;
    }
}


.comNew .newBody .label-primary {
    margin-bottom: 15px;
    display: inline-block;
    line-height: 18px;
}

.comNew .newBody .label-primary a{
   color:white;
}


.comNew .newBody .removePro {
    position: relative;
    float: right;
    width: 30px;
    height: 30px;
    top: -10px;
    right: -20px;
    background: #e5e5e5;
    text-align: center;
    line-height: 30px;
    color: #8f8f8f;
    cursor:pointer;
}

/*.comNew .newBody .box_img {
    margin-top: -30px;
}*/

.comNew .newBody  .downLoadBtn{
    float: right;
    margin-bottom: 20px;
    width: 110px;
}

.comNew .newBody .layui-btn-primary:hover {
    border-color: #0560f6;
}




.searchResultTitle {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.app-header-drawer nav .mian-menus .item a {
    color: #333;
}


.app-footer__main h3 {
    margin: 0px !important;
    font-weight: 400!important;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}


.app-footer dd, .app-footer dt{
    line-height: 1.6 !important
}