.line_box .l input {
    display: flex;
    align-items: center;
    padding: 0 55px 0 .25rem;
    height: 50px;
    box-sizing: border-box;
    border-radius: 5px 5px 5px 5px;
    border: 2px solid #DCDCDC;
    width: 100%;
}

.line_box .l form {
    position: relative;
    margin: .25rem 0 .625rem 0;
    width: 100%;

}

.line_box .l form button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #cfcaca;
}

.line_box .l form button::before {
    content: " ";
    display: block;
    width: 1px;
    height: 25px;
    background-color: #D8D8D8;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.line_box .l {
    width: 20%;
    padding: .75rem .375rem 1.5rem 0;
    border-right: 1px solid #DCDCDC;
}

.line_box .l h4 {
    color: #1D57A6;
    font-weight: 700;
}

.line_box .l ul li {
    border-bottom: 1px solid #D8D8D8;
    box-sizing: border-box;
}

.line_box .l ul li>a {
    display: block;
    padding: .4375rem 0;
    box-sizing: border-box;
    font-weight: 700;
    color: #1D57A6 !important;
}

.nlist>h5 {
    padding: 0 0 .25rem 0;
    border-bottom: 1px solid #D8D8D8;
    font-size: 22px !important;
}

.nlist a {
    font-size: 16px !important;
}

.nlist dl dt {
    margin: .1875rem 0;
}

.nlist dl dt a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scdlist {
    display: none;
}

.nlist {
    display: none;
}

.nlist a:hover {
    color: #1D57A6 !important;
    transition: all 0.6s;
}

.line_box .r {
    padding: .75rem 0 1.5rem 1rem;
    width: 80%;
}

.dxk_box label {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    min-width: 130px;
}

.dxk_box label span {
    white-space: nowrap;
}

.dxk_box label input {
    margin: 0 .1875rem 0 0;
}

.dxk_box>div {
    flex-wrap: wrap;
}

/*.dxk_box>div {*/
    
/*}*/

/* 改变单选按钮的外观 */
input[type="checkbox"] {
    appearance: none;
    /* 移除浏览器默认样式 */
    -webkit-appearance: none;
    /* 适用于基于WebKit的浏览器 */
    min-width: 18px;
    min-height: 18px;
    border-radius: 1px 1px 1px 1px;
    border: 1px solid #DCDCDC;
    outline: none;
    cursor: pointer;
    vertical-align: middle;
    background-color: #fff;
}

/* 当单选按钮被选中时改变其背景颜色 */
input[type="checkbox"]:checked {
    position: relative;
    background-color: #1D57A6;
    border-color: #1D57A6;
    border-radius: 1px 1px 1px 1px;
}

input[type="checkbox"]:checked::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    /* 图片宽度 */
    height: 11px;
    /* 图片高度 */
    background-image: url('../image/1.2亿波达产品/产品列表/e2514be10d139fcad6b5d20d2650df7.png');
    /* 图片路径 */
    background-size: cover;
    /* 背景图片填充整个元素 */
}

.dxk_box {
    margin: 0 0 .375rem 0;
    padding: 0 0 .375rem 0;
    border-bottom: 1px dashed #D8D8D8;
}

.product_list {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.product_list li {
    margin: .75rem 1% 0 1%;
    width: 30%;
}

.product_list li a {
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.product_list li a img {
    display: block;
    width: 100%;
}


.product_list li a .text_box img {
    display: block;
    width: 55px;
    height: 26px;
}

.product_list li a:hover .text_box {
    color: #1D57A6 !important;
    transition: all 0.6s;
}

.product_list li a .p_box {
    overflow: hidden;
}

.product_list li a:hover .p_box>img {
    transform: scale(1.1);
    transition: all 0.6s;
}

.product_list li a .text_box p {
    margin: 0 .1875rem 0 0 !important;
}

.product_list li a .text_box {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .375rem .5625rem;
    box-sizing: border-box;
    width: 100%;
}

.product_list li a .text_box h5 {
    margin: 0 0 .1875rem 0;
    border-bottom: 1px solid #D8D8D8;
    font-weight: 700;
}

.product_list li a .text_box h4 {
    font-weight: 400;
    line-height: 1.3;
}

.dxk_box a {
    margin: 0 0 0 1.5rem;
}

.dxk_box a:hover {
    color: #1D57A6 !important;
    transition: all 0.6s;
}

@font-face {
  font-family: 'light';
  src: url('./fonts/SourceHanSansCN-Light.otf') format('truetype');
}

@font-face {
  font-family: 'Medium';
  src: url('./fonts/SourceHanSansCN-Medium.otf') format('truetype');
}

@font-face {
  font-family: 'Regular';
  src: url('./fonts/SourceHanSansCN-Regular.otf') format('truetype');
}

@font-face {
  font-family: 'Normal';
  src: url('./fonts/SourceHanSansCN-Normal.otf') format('truetype');
}

@font-face {
  font-family: 'bold';
  src: url('./fonts/SourceHanSansCN-Bold.otf') format('truetype');
}

.bannerhead .text_box h4 {
     font-family: 'bold' !important;
     color: #1c1c1c !important;
     font-size: .75rem !important;
}

.bannerhead .text_box h6 {
         font-family: 'Medium' !important;
         color: #545454 !important;
         font-size: .4375rem !important;
}

.line_box .l h4 {
    font-family: 'bold' !important;
    font-size: .4rem !important;
     color: #1c1c1c !important;
}

.line_box .l ul li>a {
     font-family: 'Regular' !important;
    font-size: .3125rem !important;
     color: #424242 !important;
}

.line_box .l ul li>a:hover {
      font-family: 'bold' !important;
         color: #1c1c1c !important;
}

.nlist dl dt a {
      font-family: 'Medium' !important;
       color: #1c1c1c !important;
       /*font-size: .275rem !important;.*/
       font-weight: 700 !important;
}

.nlist dl dd a {
      font-family: 'light' !important;
     font-size: 16px !important;
     color: #8c8c8c !important;
}

.nlist dl dd a:hover {
    color: #2f5ea9 !important;
}

.dxk_box h4 {
         font-family: 'Regular' !important;
           color: #1c1c1c !important;
            font-size:  18px !important;
            white-space: nowrap;
            margin: 0 20px 0 0;
            min-width: 300px;
}

.dxk_box a {
     font-family: 'Normal' !important;
           color: #424242 !important;
            font-size:  .2875rem !important;
}

.product_list li a .text_box h4 {
    font-family: 'Medium' !important;
     color: #474747 !important;
}

.product_list li a .text_box h5 {
    color: #1c1c1c;
}

@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1440px) {}
@media screen and (max-width: 1366px) {}
@media screen and (max-width: 1280px) {}
@media screen and (max-width: 1024px) {}
@media screen and (max-width: 980px) {
    
    .nlist dl dt,
    .nlist>h5 {
        font-size: 16px !important;
    }
    
        .line_box .l ul li>a {
        font-size: 14px !important;
    }
    
    .dxk_box h4 {
        font-size: 16px !important;
    }
    
    .line_box .l h4 {
        font-size: 16px !important;
    }
    
    .line_box .l {
        margin: 15px 0;
    }
    
    .line_box .l,
    .line_box .r {
        width: 100%;
    }

    .line_box {
        flex-wrap: wrap;
    }

    .line_box .l {
        padding: 0;
        border: none;
    }

    .line_box .r {
        padding: 0;
    }

    .dxk_box {
        flex-wrap: wrap;
    }

    
    .dxk_box h4 {
        width: 100%;
    }

    .dxk_box label {
        width: 70px;
    }

    .dxk_box label input {
        min-width: 18px;
        min-height: 18px;
    }

    .dxk_box label span {
        white-space: nowrap;
    }

    .product_list li {
        width: 48%;
    }

    .dxk_box label {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 375px) {}