.product-c .card-c {
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

.product-c h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.product-c .card-c:last-of-type,
.product-c .card-c .item:last-of-type {
    margin-bottom: 0;
}

.product-c .item {
    width: 100%;
    margin-bottom: 30px;

}

.product-details .params{

    overflow: hidden;
}

.product-c .params .item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.product-c .xinghao .table-box {
    max-width: 100%;
    overflow-x: auto;
}

.product-c .xinghao>div {
    background-color: transparent !important;
    padding-bottom: 0 !important;
}

.product-c .product-img {
    text-align: center;
}

.product-c .params .item.float-left {
    float: none;
}

.product-c .params .item.float-left>div {
    float: left;
    width: 50%;
}

.product-c .product-img img {
    max-width: 100%;
}

.product-c .product-details .title {
    margin-top: 18px;
    font-size: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.product-c .product-details .card-c .card-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.product-c .product-details .card-c p {
    font-size: 18px;
    color: #686868;
    line-height: 1.6em;
    text-align: justify;
}

.product-c .params-list-item {
    float: left;
    width: 50%;
}

.product-c .product-details .params .param-item {
    width: 100%;
    float: left;
    background-color: #eee;
    padding-right: 30px;
}

.product-c .params .param-item h3 {
    font-size: 18px;
    margin: 24px 0 6px 60px;
    background-color: #eee;
    text-align: left !important;
    position: relative;
}

.product-c .params .param-item h3::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #333;
    bottom: 6px;
    left: -16px;
    z-index: 10;
}

.product-c .product-footer {
    display: none;
}

.product-c .params .param-item ul {
    margin: 0 0 0 20px !important;
}

.product-c .params .param-item ul {
    margin: 20px 0;
}

.product-c .params .param-item li {
    font-size: 14px;
    line-height: 2em;
    padding-right: 6px;
    list-style-type: disc;
}

.product-c .table-info table td,
.product-c .table-info table th {
    text-align: center;
    padding: 4px;
}
.product-c .table-info table th:nth-child(1) {
    width: 400px;
}
.product-c .table-info table th:nth-child(2) {
    width: 200px;
}
.product-c .table-info table th:nth-child(4) {
    width: 150px;
}

.product-c .xinghao table tr:nth-child(1) td {
    font-size: 14px;
    background-color: #003AA5;
    color: #fff;
}

.product-c .table-info table th {
    font-size: 14px;
    background-color: #003AA5;
    color: #fff;
}

.product-c .table-info table tr th {
    border-right: 1px solid #fff;
}

.product-c .table-info table tr th:last-of-type {
    border-right: 0;
}

.product-c .table-info table tr:last-of-type th {
    border-top: 1px solid #fff;
}

.product-c .table-info table td {
    font-size: 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.product-c .table-info table tr td:first-of-type {
    border-left: 1px solid #ddd;
}

.product-c .product-footer>div {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
}

.product-c .product-footer img {
    width: 16px;
}

.product-c .product-footer a {
    color: #6A6A6A;
}

.product-c .product-footer a:hover {
    color: #003AA5;
}

.left-menu .dropdown p {
    padding-left: 40px;
}

.param-item.w-100 li {
    font-size: 18px !important;
}

.product-c .product-table-c th {
    padding: 10px 3px !important;
}

.product-c .product-table-c td {
    padding: 12px 3px !important;
    text-align: center;
}

.product-c .product-table-c td img {
    width: 18px;
}

.product-c .params>div {
    background-color: #eee;
    padding-bottom: 30px;
}

.product-c .product-img {
    padding-bottom: 0;
}

.product-c .product-img img {
    margin: 0 auto;
}

@media (max-width:1366px) {
    .product-c .product-details .title {
        font-size: 22px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }


    .product-c .card-c {
        padding: 20px;
        margin-bottom: 20px;
    }

    .product-c .product-details .card-c .card-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .product-c .product-details .card-c p {
        font-size: 16px;
    }

    .product-c .params .param-item h3 {
        font-size: 16px;
    }

    .product-c .item {
        margin-bottom: 20px;
    }
    .product-c .table-info table th:nth-child(1) {
        width: 300px;
    }
    .product-c .table-info table th:nth-child(2) {
        width: 130px;
    }
    .product-c .table-info table th:nth-child(4) {
        width: 100px;
    }
}

@media (max-width:992px) {
    .product-c .product-details .title {
        font-size: 16px;
    }

    .safety-center .use .imgs .img-item {
        width: 50% !important;
        padding: 0 12px !important;
    }

    .product-c .table-box {
        overflow-x: auto;
    }

    .product-c .table-info table th {
        font-size: 12px;
    }

    .product-c .table-info table {
        min-width: 600px;
    }

    .product-c .card-c {
        padding: 12px;
        margin-bottom: 12px;
    }

    .product-c .product-details .card-c .card-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .product-c .params .param-item h3 {
        font-size: 14px;
        margin: 15px 0 3px 40px;
    }

    .product-c .product-details .card-c p {
        font-size: 14px;
    }

    .product-c .product-details .title {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

    .product-c .params .param-item ul {
        margin: 15px 0px 15px 6px;
        padding: 0 0 0 18px;
    }

    .product-c .params .param-item li {
        font-size: 12px;
        line-height: 1.6em;
    }

    .product-c .item {
        margin-bottom: 12px;
    }

    .product-c .product-details .params .param-item {
        padding-right: 15px;
    }

    .product-c .product-table-c .table-info {
        overflow-y: auto;
    }

    .product-c .product-table-c th,
    .product-c .product-table-c td {
        padding: 8px 3px !important;
    }

    .child-title {
        font-size: 14px;
    }

    .product-c .params .item.float-left>div {
        width: 100%;
    }

    .safety-center .top-info .img-content .img {
        padding: 0 15px !important;
    }

    .safety-center .top-info .img-content h3 {
        font-size: 16px !important;
    }

    .safety-center .top-info .img-content p {
        font-size: 12px;
    }

    .safety-center .top-info .img-content .content-item {
        margin-bottom: 20px !important;
    }

    .product-c .table-info table th:nth-child(1) {
        width: 320px;
    }
    .product-c .table-info table th:nth-child(2) {
        width: 140px;
    }
    .product-c .table-info table th:nth-child(4) {
        width: 110px;
    }

}

@media(max-width:1200px) {

    .safety-center .top-info .img-content .right-content,
    .safety-center .top-info .img-content .left-content {
        width: 35% !important;
    }

    .safety-center .top-info .img-content .img {
        width: 30% !important;
    }
}

@media(max-width:400px) {
    .product-c .product-table-c table {
        width: 400px !important;
        min-width: 400px !important;
        margin-top: 0;
    }
}

/* ==================== 在线选工具 ==================== */
.table-big {
    margin-top: 30px;
}

.table-big th {
    padding: 4px;
    font-size: 12px;
}

.table-big th label {
    display: block;
    margin-bottom: 8px;
}

.table-big th .check-all {
    margin-bottom: 8px;
}

.table-big th label,
.table-big th input {
    cursor: pointer;
}

.table-big th input {
    vertical-align: middle;
    margin-top: 0;
}

.table-big th label span {
    color: #4a4a4a;
    vertical-align: middle;
}

.table-big th .asc,
.table-big th .desc {
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    cursor: pointer;
    transition: border-color .5s ease;
}

.table-big td {
    font-size: 12px;
    padding: 6px;
    color: #4a4a4a;
    background-color: #fff !important;
}


.table-big th .asc.active,
.table-big th .asc:hover {
    border-top-color: #003AA5 !important;
}

.table-big th .desc.active,
.table-big th .desc:hover {
    border-bottom-color: #003AA5 !important;
}

.table-big tbody tr:hover td {
    background-color: rgba(0, 58, 165, .15) !important;
}

.table-big .sort-tr th {
    text-align: center;
    background-color: #eee !important;
}

.table-big .sort-tr:hover th {
    background-color: #eee !important;
}

.table-big th .asc {
    border-top-color: #666;
    margin-bottom: -4px;
}

.table-big th .desc {
    border-bottom-color: #666;
}


.table-big td,
.table-big th {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.table-big table {
    position: relative;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    width: 5540px;
    max-height: 600px;
}

.table-big table::before,
.table-big table::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ddd;
    height: 1px;
    z-index: 100;
}

.table-big table::after {
    height: 100%;
    width: 1px;
}

.table-big .table-bor {
    padding: 20px;
    overflow: auto;
}

.table-big .table-bor>div {
    max-height: 600px;
    max-width: 100%;
    overflow: auto;
    overflow-x: auto;
}

.table-big .tbody {
    overflow-y: auto;
    width: 5560px;
}

.table-big>h3 {
    font-size: 22px !important;
    padding: 12px 12px 0 12px;
    background-color: transparent !important;
}

.table-big>h3 img {
    margin-right: 12px;
    display: none;
}

.table-big .check-tr th>div {
    height: 130px;
    overflow-y: auto;
}

.table-big .tit-tr th {
    background-color: #003AA5;
    color: #fff;
    text-align: center;
}

.table-big .tr-bg {
    display: none;
}

.table-big .tr-bg td {
    text-align: center;
    background: -moz-linear-gradient(bottom, #AAAAAA, #F8F8F8);
    background: -webkit-linear-gradient(bottom, #AAAAAA, #F8F8F8);
    background: -o-linear-gradient(bottom, #AAAAAA, #F8F8F8);
    background-image: linear-gradient(to bottom, #AAAAAA, #F8F8F8);
    border-bottom: 5px solid #E1E1E1;
    padding: 1px 0px 0 0 px;
}
.table-big tbody tr{
    text-align: center;
}

/* 安全中心
**================ */
.safety-center .card-c .card-title,
.safety-center .card-ci .card-title {
    font-size: 36px !important;
    font-weight: 700;
}

.safety-center .top-info h3 {
    color: #282828;
    font-weight: 500 !important;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.safety-center .top-info img {
    max-width: 100%;
}

.safety-center .top-info .img-content {
    font-size: 0;
}

.safety-center .top-info .img-content h3 {
    font-size: 20px;
    font-weight: 700 !important;
    margin-bottom: 0;
}

.safety-center .top-info .img-content>div {
    display: inline-block;
    vertical-align: middle;
}

.safety-center .top-info .img-content .img {
    width: 40%;
    padding: 0 30px;
}

.safety-center .top-info .img-content .img img {
    width: 100%;
}

.safety-center .top-info .img-content .pl-text {
    padding-left: 30px;
}

.safety-center .top-info .img-content .pr-text {
    padding-right: 30px;
}

.safety-center .top-info .img-content .right-content {
    text-align: left;
}

.safety-center .top-info .img-content .left-content {
    text-align: right;
}

.safety-center .top-info .img-content .right-content,
.safety-center .top-info .img-content .left-content {
    width: 30%;
}

.safety-center .top-info .img-content .content-item {
    margin-bottom: 50px;
}

.safety-center .top-info .img-content .content-item>img {
    display: none;
}

.safety-center .top-info .img-content>div .content-item:last-of-type {
    margin-bottom: 0;
}

.safety-center .sec-info .info-list-item {
    display: inline-block;
    width: 50%;
    vertical-align: text-top;
}

.safety-center .sec-info .info-list-item .info-item {
    margin-bottom: 30px;
}

.safety-center .sec-info .sec-p {
    padding: 0 0 0 140px;
    font-size: 0;
}

.safety-center .sec-info .sec-p .info-list-item:last-of-type {
    padding-left: 90px;
}

.safety-center .sec-info .info-list-item .info-item:last-of-type {
    margin-bottom: 0;
}

.safety-center .sec-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.safety-center .sec-info li {
    font-size: 14px;
    color: #484848;
    line-height: 1em;
    margin-bottom: 12px;
    list-style: disc;
}

.safety-center .sec-info .info-item ul {
    margin-bottom: 0;
    padding-left: 16px;
}

.safety-center .sec-info .info-item ul li:last-of-type {
    margin-bottom: 0;
}

/* .safety-center .use {
    margin-top: 30px;
} */

.safety-center .use .imgs {
    padding: 0 60px;
    text-align: justify;
}

.safety-center .use .imgs {
    margin-top: 30px;
    font-size: 0;
}

.safety-center .use .imgs .img-item {
    position: relative;
    display: inline-block;
    width: 25%;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.safety-center .use .imgs .img-item .active {

    position: absolute;
    opacity: 0;
    top: 0;
    left: calc(50% - 79px);
}

.safety-center .use .imgs .img-item:hover img:first-of-type {
    opacity: 0;
}

.safety-center .use .imgs .img-item:hover .active {
    opacity: 1;
}

.safety-center .use .imgs .img-item img {
    transition: all .4s ease;
}

.safety-center .use .imgs p {
    font-size: 18px !important;
    margin-top: 24px;
    color: #484848;
}

.safety-center .sec-info .card-title {
    margin-bottom: 30px;
}

.card-c .imgs {
    font-size: 0;
}

.card-c .imgs .img-item {
    display: inline-block;
    width: 25%;
    padding: 3%;
    vertical-align: middle;
    text-align: center;
}

.card-c .imgs .img-item p {
    text-align: center;
}

.safety-center .card-ci {
    margin-bottom: 0 !important;
    border: none !important;
}

.safety-center .jiange-bg {
    background-color: #f5f5f5;
}

.safety-center .product-details .item,
.safety-center .product-details .param-item,
.safety-center .product-details .theme-bg {
    background-color: #f5f5f5 !important;
}

/* .safety-center .container{
    width: 100% !important;
    padding: 0;
} */

@media(max-width:1200px) {
    .safety-center .sec-info .sec-p {
        padding-left: 60px;
    }

    .safety-center .sec-info .sec-p .info-list-item:last-of-type {
        padding-left: 30px;
    }
}

@media(max-width:992px) {
    /* .safety-center .use {
        margin-top: 15px;
    } */

    .safety-center .sec-info .sec-p,
    .safety-center .sec-info .sec-p .info-list-item:last-of-type {
        padding-left: 0;
    }

}


@media (max-width:768px) {
    .safety-center .use .imgs {
        padding: 0 15px;
    }

    .product-c .params-list-item,
    .safety-center .sec-info .info-list-item {
        width: 100%;
    }

    .safety-center .sec-info .info-list-item {
        margin-bottom: 18px;
    }

    .safety-center .sec-info .info-list-item:last-of-type {
        margin-bottom: 0;
    }

    .safety-center .sec-info .info-list-item .info-item {
        margin-bottom: 18px;
    }

    .safety-center .sec-info .info-list-item:last-of-type {
        margin-bottom: 0;
    }

    .safety-center .sec-info .info-item ul {
        padding-left: 0;

    }

    .safety-center .sec-info .info-item ul li {
        list-style: none;
    }

    .safety-center .use .imgs .img-item {
        margin-bottom: 30px;
    }

    .safety-center .card-c .card-title,
    .safety-center .card-ci .card-title {
        font-size: 18px !important;
    }

    .safety-center .top-info .img-content .content-item>img {
        display: block;
    }

    .safety-center .top-info .right-content.hidden-xs {
        display: none;
    }

    .safety-center .top-info .content-item {
        text-align: left;
        padding: 0 !important;
    }

    .safety-center .top-info .img-content .right-content,
    .safety-center .top-info .img-content .left-content {
        width: 100% !important;
    }

    .safety-center .img-content {
        background: url(/assets/web3/images/safety-center/bg-anquan.jpg) no-repeat center;
        background-size: cover;
        padding: 15px 30px;
    }

    .safety-center .img-content .content-item>div {
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 80px);
    }

    .safety-center .img-content .content-item>img {
        display: inline-block !important;
        margin-right: 15px;
        width: 48px;
    }

    .safety-center .img-content .content-item h3,
    .safety-center .img-content .content-item p {
        color: #fff;
    }

    .safety-center .top-info>div {
        padding: 0 !important;
        border: 0;
    }

    .safety-center .product-c {
        /* background-color: #eee; */
    }

    .safety-center .product-c .card-title {
        padding: 0 15px;
    }

    .safety-center .product-c .card-c {
        padding: 15px 0;
        border: 0;
    }

    .safety-center .top-info h3 {
        margin-bottom: 15px;
    }

    .card-c .imgs .img-item {
        display: inline-block;
        width: 50%;
        padding: 5%;
    }

    .card-c .imgs .img-item img {
        width: 80%;
    }

    .safety-center .top-info {
        background-color: #fff;
    }

    .product-c .table-info table th:nth-child(1) {
        width: 320px;
    }
    .product-c .table-info table th:nth-child(2) {
        width: 130px;
    }
    .product-c .table-info table th:nth-child(4) {
        width: 110px;
    }
}

@media (max-width:480px) {
    .safety-center .use .imgs .img-item img {
        width: 100% !important;
    }

    .safety-center .use .imgs .img-item .active {
        width: calc(100% - 24px) !important;
        left: 12px;
    }
}

@media screen and (min-width: 768px){
    .nav {
        padding-right: 24px;
    }
}