/* 通用样式 s */

.w_1920 {
    max-width: 1920px;
    margin: 0 auto;
}

.w_1820 {
    max-width: 1820px;
    margin: 0 auto;
}

.w_1650 {
    max-width: 1650px;
    margin: 0 auto;
}

.w_1550 {
    max-width: 1550px;
    margin: 0 auto;
}

.w_1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.w_1450 {
    max-width: 1450px;
    margin: 0 auto;
}

.w_1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.w_1350 {
    max-width: 1350px;
    margin: 0 auto;
}

.w_1300 {
    max-width: 1300px;
    margin: 0 auto;
}

.w_1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.w_1050 {
    max-width: 1050px;
    margin: 0 auto;
}

.imgS {
    width: 100%;
}

.ulS {
    padding: 0;
    list-style: none;
}

.no {
    display: none;
}

input[type=submit],
input[type=reset],
input[type=button] {
    outline: none !important;
    border: 0!important;
    filter: chroma(color=#000000);
}

.common_hide {
    display: none;
}

.fl {
    float: left;
}
img{
  -webkit-user-drag: none;
  max-width: 100%;
}

/* 图片居中定位占满img  */

.AdaptiveScalingImg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0%;
    object-fit: cover;
    transition: all .5s;
}


/* 首页通用标题 */

.index_title_box {
    position: relative;
    text-align: center;
    padding: 75px 0 50px;
}

.index_title_h2 {
    position: relative;
    font-size: 50px;
    font-weight: bold;
    color: #bbc0c9;
    text-transform: Uppercase;
    margin: 0;
    line-height: 1;
}

.index_title_h2_02 {
    color: #3764b6;
}

.index_title_h3 {
    position: absolute;
    font-size: 26px;
    color: #a50003;
    font-weight: bold;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.index_title_h3_02 {
    color: #fff;
}

.index_title_h4 {
    margin: 0;
    line-height: 1;
}

.icon-exloopchain_S {
    color: #a50003;
    font-size: 34px;
}

.icon-exloopchain_S_02 {
    color: #3764b6;
}

@media screen and (max-width: 992px) {
    .index_title_box {
        padding: 2rem 0;
    }
    .index_title_h2 {
        font-size: 1.8rem;
        margin: 0;
        line-height: 1;
    }
    .index_title_h3 {
        font-size: 1.2rem;
        left: 50%;
        top: 45%;
        transform: translate(-50%, -50%);
    }
    .index_title_h4 {
        margin: 0;
        margin-top: .5rem;
        line-height: 1;
    }
    .icon-exloopchain_S {
        font-size: 1.5rem;
    }
}


/* 详情推荐页 */

.prod_listBox_imgBox02 {
    padding-top: 62%;
}

.swiper-pagination_honor .swiper-pagination-bullet {
    width: 35px;
    height: 5px;
    border-radius: 0;
}


/* * {
    outline: solid #f00 1px !important;
    background: #000 !important;
    color: #fff !important;
} */

.ceshi {
    transform: ;
}


/* 友情链接 */

.footLinkBox {
    width: 100%;
    text-align: left;
    color: #123b85;
    padding: 0 15px;
    padding-top: 1rem;
}

.footLinkBox>span {
    margin: 0 1rem;
    color: #123b85;
    line-height: 2;
}

.footLinkBox a {
    color: #123b85;
    transition: all .5s;
}

.footLinkBox a:hover {
    color: #a50003;
}


/* 产品详情表格通用样式 */


/* 220430修改 s*/

.pro_parameterBox_h3 {
    font-size: 18px;
    font-weight: bold;
}


/* 参数表 */

.prod_tableCanshuBox {
    order-collapse: collapse;
    empty-cells: show;
    width: 100%;
}

.Table--sheer td:last-child,
.Table--sheer th:last-child {
    padding-right: 0;
}

.Table td,
.Table th {
    border: 0 solid #e7e7e9;
    border-top-width: 0px;
    padding: 0.833rem;
    text-align: left;
    vertical-align: top;
}

.Table--sheer td:first-child,
.Table--sheer th:first-child {
    padding-left: 0;
}

.Table tr:first-child td,
.Table tr:first-child th {
    border-top-width: 0;
}

.prod_tableCanshuBox>tbody>tr>th[scope=row],
.Table>tr>th[scope=row] {
    white-space: nowrap;
    width: 1%;
}

@media (max-width: 46.999em) {
    .Table--responsiveRows th[scope=row]:after {
        content: ":";
    }
    .Table--responsiveRows tr {
        align-items: baseline;
        display: flex;
        padding: 0.833rem 0;
        width: 100%;
    }
    .Table--responsiveRows>tbody>tr>th[scope=row],
    .Table--responsiveRows>tr>th[scope=row] {
        white-space: normal;
        width: auto;
    }
    .Table--responsiveRows td,
    .Table--responsiveRows th {
        border-width: 0;
        padding: 0;
    }
}

@media (max-width: 29.999em) {
    .Table--responsiveRows tr {
        align-items: flex-start;
        flex-direction: column;
    }
    .Table--responsiveRows>tbody>tr>th[scope=row],
    .Table--responsiveRows>tr>th[scope=row] {
        width: 100%;
    }
    .Table--responsiveRows td,
    .Table--responsiveRows th {
        display: block;
    }
}

.pro_listBox_imgBox>.AdaptiveScalingImg{
height: auto;
}

/* 220430修改 e*/