.index-c h3 {
    font-size: 24px;
}

.index-c p {
    font-size: 16px;
    line-height: 1.6em;
    color: #686868;
}


.index-c h1,
.index-c h3,
.index-c p {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}

button,
a {
    transition: background-color .5s ease, color .5s ease, border .5s ease;
    -webkit-transition: background-color .5s ease, color .5s ease, border .5s ease;
    -moz-transition: background-color .5s ease, color .5s ease, border .5s ease;
    /* transition: all .5s ease, padding 0s; */
}

.home-c .product-hc .img img,
.join-us-hc .join-us-left::before,
.join-us-hc .join-us-left::after,
.home-c .join-us-list .swiper-btn .swiper-button-next,
.home-c .join-us-list .swiper-btn .swiper-button-prev,
.left-menu .dropdown>p>span img,
.safety-center .use .imgs .img-item img,
.common-question-panel .col-xs-0 .glyphicon-menu-down,
#X {
    transition: all .5s ease;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.w-100 {
    width: 100% !important;
}

.max-w100 {
    max-width: 100%;
}

.section {
    padding: 30px 0;
}

.theme-bg {
    background-color: #003AA5;
}

.theme-color {
    color: #003AA5;
}

.th-btn {
    position: relative;
    background-color: #003AA5;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    padding: 12px 42px;
    border-radius: 4px;
    border: 0;
    margin-right: 12px;
    overflow: hidden;
}

.th-btn::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    z-index: 10;
    background-color: #002462;
}

.th-btn:hover {
    background-color: #002462;
}

.p-30 {
    padding: 30px;
}

.px-15 {
    padding: 0 15px;
}

.py-15 {
    padding: 15px 0;
}

.p-15 {
    padding: 15px;
}

.line-1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-tc {
    border: 0;
    background-color: #003AA5;
    color: #fff;
    font-size: 16px;
    padding: 6px 32px;
    border-radius: 4px;
}

.btn-tc img {
    width: 18px;
}

.btn-tc.active,
.btn-tc:hover {
    color: #fff;
    text-decoration: none;
    background-color: #002462;
}

.index-c table tr:hover td {
    background-color: rgba(0, 58, 165, .15);
}

.index-c table tr:nth-of-type(odd) td {
    /* background-color: rgba(0, 58, 165, .08); */
}

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

.card-ci:last-of-type {
    margin-bottom: 30px;
}

.read-more-url {
    font-size: 16px;
    color: #003AA5;
}

.read-more-url:hover {
    color: #002462;
}

.mt-30 {
    margin-top: 30px;
}

/* 页面banner 图片 */

.banner-c {
    background-color: #000;
    background-size: cover;
    height: 320px;
    width: 100%;
    position: relative;
    background-position: center;
}

.banner-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 10;
}

.banner-c>div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    padding: 20px 0;
    z-index: 100;
}

.banner-c .btns-box {
    padding: 0 60px;
}

.banner-c .banner-btns-c a {
    position: relative;
    font-size: 22px;
    display: inline-block;
    text-decoration: none;
    margin-right: 48px;
}

.banner-c .banner-btns-c a::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 0;
    transition: width .5s ease;
    background-color: #003AA5;
}

.banner-c .banner-btns-c a:hover::before,
.banner-c .banner-btns-c a.active::before {
    width: 100%;
}

.download-list-c .left-menu span {
    display: none;
}

/* ================================================================== */
@media (min-width:1366px) {
    .index-c .container {
        width: 1310px;
    }
}

.left-menu h3 {
    font-size: 20px;
    color: #fff;
    padding: 12px 12px 12px 40px;
}

.left-menu li p {
    padding: 12px;
    font-size: 16px;
}

.left-menu .dropdown>p {
    cursor: pointer;
    background-color: #EFEFEF;
    transition: background-color .5s ease;
}

.left-menu .dropdown>p a {
    color: #686868 !important;
    padding-left: 0;
}

.left-menu .dropdown>p a::before {
    display: none;
}

.left-menu .dropdown>p:hover {
    background-color: rgba(0, 58, 165, .2);
}

.left-menu .dropdown>p:hover a {
    color: #fff;
}

.left-menu li a {
    position: relative;
    padding-left: 24px;
    color: #686866;
    text-decoration: none !important;
    display: inline-block;
}

.left-menu li p:hover a,
.left-menu li p.active a {
    color: #003AA5;
}

.left-menu li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 6px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #F0F0F0;
    transition: all .5s ease;
}

.left-menu li p:hover a::before,
.left-menu li p.active a::before {
    background-color: #003AA5;
}

.menu-btn-c,
.menu-close-bg-c {
    display: none;
}

/*  tabs ===================*/
.tabs-c {
    margin: -8px;
}

.tabs-c .tab-btn {
    border: 1px solid #ddd;
    background-color: transparent;
    font-size: 16px;
    padding: 6px 20px;
    margin: 8px;
    color: #686868;
    border-radius: 5px;
    transition: color .5s ease, background-color .5s ease;
}



.tabs-c .tab-btn:hover,
.tabs-c .tab-btn.active {
    color: #fff;
    background-color: #003AA5;
}

.tabs-c .tab-btn a {
    text-decoration: none;
    color: #686868;
}


.tabs-c .tab-btn:hover a,
.tabs-c .tab-btn.active a {
    color: #fff;
}


/*  tabs end ===================*/
/* tab-bar-c-1  ===================*/
.tab-bar-c {
    background-color: #fff;
    border-top: 1px solid #ddd;

}

.tab-bar-c .tab-list-c {
    padding: 0;
    position: relative;
}

.tab-bar-c .tab-list-c::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #ddd;
}

.tab-bar-c .tab-list-c a {
    position: relative;
    display: inline-block;
    padding: 24px 40px;
    font-size: 14px;
    color: #686868;
    text-decoration: none;
}

.tab-bar-c .tab-list-c a::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: transparent;
    transition: background-color .5s ease;
}

.tab-bar-c .tab-list-c a.active::before,
.tab-bar-c .tab-list-c a:hover::before {
    background-color: #003AA5;
}

.tab-bar-c .tab-list-c a.active,
.tab-bar-c .tab-list-c a:hover {
    color: #003AA5;
}

.left-menu .dropdown-2 p {
    font-size: 14px;
}

.left-menu .dropdown-2 p,
.left-menu .dropdown>p {
    font-size: 16px;
}

/* tab-bar-c-1 end ===================*/
@media (max-width:1366px) {
    .left-menu h3 {
        font-size: 28px;
    }

    .banner-c .btns-box {
        padding: 0 40px;
    }

    .index-c h3 {
        font-size: 20px;
    }

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

}

@media (max-width:992px) {
    .index-c h3 {
        font-size: 18px;

    }

    .index-c p {
        font-size: 14px;
    }

    .banner-c {
        height: 160px;
    }

    .banner-c>div {
        padding: 12px 0;
    }

    .banner-c .btns-box {
        padding: 0;
    }

    .banner-c .banner-btns-c a {
        font-size: 14px;
    }

    .tabs-c .tab-btn {
        font-size: 12px;
        padding: 4px 6px;
        margin: 3px;
    }

    .tabs-c {
        margin: -3px;
    }

    .tab-bar-c .tab-list-c a {
        font-size: 12px;
        padding: 24px;
        margin-right: 12px;
    }

    .tab-bar-c .tab-list-c {
        padding: 0;
    }

    .left-menu h3 {
        font-size: 18px;
    }

    .btn-tc {
        font-size: 12px;
        padding: 4px 6px;
    }

    .btn-tc img {
        width: 14px;
    }

    .left-menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        overflow-y: auto;
        width: 240px;
        z-index: 1000;
        background-color: #fff;
        transform: translateX(-250px);
        transition: all .5s ease;
    }

    .left-menu.active {
        transform: translateX(0);
    }

    .menu-btn-c {
        display: block;
        margin-bottom: 16px;
    }

    .menu-btn-c img {
        width: 20px;
    }

    .menu-close-bg-c {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .3);
        z-index: 100;
    }

    .section {
        padding: 15px 0;
    }

    .mt-30 {
        margin-top: 15px;
    }


    .p-30 {
        padding: 12px;
    }

    .px-15 {
        padding: 0 12px;
    }

    .py-15 {
        padding: 12px 0;
    }

    .p-15 {
        padding: 12px;
    }

    .card-ci {
        padding: 15px;
        border: 1px solid #eee;
        margin-bottom: 15px;
    }

    .card-ci:last-of-type {
        margin-bottom: 15px;
    }

    .th-btn {
        font-size: 12px;
        padding: 8px 20px;
    }

    .read-more-url {
        font-size: 14px;
    }

    .productqiehuan {
        padding-right: 0 !important;
    }
}

/* ==================== loading ==================== */
.loading-c {
    position: fixed;
    top: calc(50% - 62.5px);
    left: calc(50% - 80px);
    width: 160px;
    padding: 20px 8px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .5);
    text-align: center;
}

.loading-c .loading-a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid transparent;
    border-left-color: #fff;
    border-bottom-color: #fff;
    display: inline-block;
    animation: loading-a 1s linear infinite;
}

.loading-c p {
    color: #fff;
    text-align: center;
}


@-o-keyframes loading-a {}

@-moz-keyframes loading-a {}

@-webkit-keyframes loading-a {}

@keyframes loading-a {
    0% {
        transform: rotate(0);
    }

    20% {
        transform: rotate(90deg);
    }

    60% {

        transform: rotate(210deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/****=========================*****/

@media screen and (min-width: 768px) {
    .sidebar-item-cc .item-head {
        padding: 16px;
        height: auto !important;
        line-height: normal !important;
    }

    .sidebar-item-cc .ps-x-16 {
        padding: 0 16px;
    }

    .sidebar-item-cc .form-info {
        margin-top: 20px;
    }

    .sidebar-item-cc .form-table .input-group {
        padding: 0 !important;
        width: 100%;
    }

    .sidebar-item-cc .radio-input-mb {
        margin-bottom: 25px;
    }

    .video-center-panel .col-sm-9 {
        width: 72% !important;
    }

    .video-center-panel .col-sm-3 {
        width: 28% !important;
    }

    .footer-mt-30 {
        margin-bottom: 30px !important;
    }

    .nothing-footer .share-icons li {
        float: right !important;
        margin: 0 0 0 16px !important;
    }

    .nothing-footer .share {
        padding-top: 16px;
    }

    .nothing-footer .follow-us-txt {
        width: 100% !important;
        text-align: right !important;
        margin-bottom: 10px !important;
    }

    .nothing-footer {
        padding-top: 20px !important;
    }

    .nothing-footer .copyright {
        margin-top: 20px !important;
    }

    .nothing-footer .share::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 1px;
        background-color: #eee;
    }

    .firmwareUpgrades-content .firmwareUpgrades-content-left {
        width: 72%;
    }

    .firmwareUpgrades-content .firmwareUpgrades-content-right {
        width: 28%;
    }

    .common-question-panel .box-content .content-left .select-like {
        width: 100% !important;
    }

    .productList-content .productList-content-header h3 {
        visibility: hidden;
    }

    .productList-content {
        margin: 0 auto !important;
    }

    .nothing-footer .subMenu-container-list .list-group-item a:hover {
        color: #fff !important;
        text-decoration: underline;
    }

    .nothing-footer .subMenu-container .subMenu-container-list li,
    .nothing-footer .subMenu-container .subMenu-container-list {
        background-color: #003AA5 !important;
        border-color: #003AA5 !important;
    }

}

.checked-radio {
    display: inline-block;
    position: relative;
    margin: 0;
}

.checked-radio input {
    opacity: 0;
    margin: 0;
}

.checked-radio .bor {
    position: absolute;
    left: calc(50% - 7px);
    top: calc(50% - 7px);
    width: 14px;
    height: 14px;
    border: 1px solid #666;
}

.checked-radio input[type=radio]:checked+.bor {
    background: url(/assets/web3/images/checked.png) no-repeat center;
    background-color: #003AA5;
    background-size: contain;
    border-color: #003AA5;
}

.video-center-panel .checked-radio input[type=radio]:checked+.bor {
    border-color: #00923F;
    background-color: #00923F;
}

.left-menu .dropdown>p>span img {
    transform: rotate(90deg);
}

@media(max-width:1260px) {

    .sidebar-item-cc .radio-input-mb {
        margin-top: 4px;
        margin-left: 4px;
        float: none !important;
    }

    .sidebar-item-cc .radio-input-mb>div>div {
        display: inline-block;
        margin-left: 3px;
    }
}

.qiehuan2 a span {
    width: auto !important;
    padding: 0 40px;
    margin-right: 0 !important;
}

.help-center-c .form1 .search-btn {
    margin-top: 0 !important;
}

.help-center-c .form1 .search-input {
    margin-top: 15px !important;
}

.help-center-c .form1 .search-input .input-sc {
    width: auto !important;
    padding: 16px 60px;
    background-color: #eee;
    height: 80px;
}

.help-center-c .form1 .search-input .input-sc input {
    width: 60%;
}

.help-center-c .form1 .search-btn {
    width: auto;
    display: inline-block !important;
}

.help-center-c .form1 .search-btn button {
    color: #fff;
    background-color: #003AA5;
}

.help-center-c .form1 .search-select {
    margin-top: 30px !important;
    padding: 16px 40px;
    background-color: #eee;
}

.help-center-c .form1 .search-select .chooselist .choose {
    width: 200px;
}

.help-center-c .form1 .form1-title {
    margin-top: 30px !important;
}

.help-center-c .form1 .form1-title h4 {
    font-size: 36px;
    color: #444;
    text-align: left;

}


.login_100-c {
    background-size: cover;
    height: 280px !important;
    position: relative;
    background: url('/assets/index/images/helpCenter/helpbg.jpg') no-repeat center;
    margin-top: 0 !important;
}

.login_100-c::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 10;
}

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

@media(max-width:992px) {

    .sidebar-item-cc .radio-input-mb {
        margin-bottom: 25px;
    }

    .sidebar-item-cc .news-sidebar {
        width: 100%;
    }

    .sidebar-item-cc .sidebar-item .form-table .input-group {
        padding: 0;
    }

    .nothing-footer .share {
        margin: 0 -15px !important;
    }

    .productqiehuan {
        width: auto !important;
    }

    /* .qiehuan2 {
        width: 100% !important;
    } */

    .qiehuan2 a span {
        margin-right: 16px;
        width: auto;
        float: none;
        line-height: 70px !important;
        padding: 0 12px !important;
        display: inline-block;
        border-bottom: 3px solid transparent;
    }

    .qiehuan2 span.qiehuan2y {
        border-bottom-color: #003AA5;
        color: #003AA5;
    }

    .qiehuan2 {
        float: left;
        height: auto !important;
        width: calc(100% - 15px) !important;
    }


    .qiehuan3 {
        width: 100% !important;
        height: auto !important;
        float: right !important;
        margin: 15px -6px 0 -6px !important;
        line-height: normal !important;
    }

    .qiehuan3 a span {
        display: inline-block;
        /* line-height: 1.2em !important; */
        margin: 0 6px 12px 6px !important;
    }

    .help-center-c .form1 .search-input .input-sc {
        padding: 16px 16px 8px 16px !important;
        height: 60px;
    }

    .help-center-c .form1 .search-select {
        margin-top: 0 !important;
        padding: 8px 40px;
    }

    .help-center-c .form1 .search-btn button {
        width: 100px !important;
    }

    .help-center-c .form1 .form1-title h4 {
        font-size: 20px;
        padding: 0 12px;
    }

    .login_100-c {
        height: 140px !important;
    }

    .fuweiqiehuan {
        margin-left: 0 !important;
        height: auto !important;
        min-height: 70px;
        border-bottom: 2px #E5E5E5 solid !important;
    }

    .fuweiqiehuan .qiehuan2 {
        margin-top: 0 !important;
        border-bottom: 0 !important;
        margin-bottom: 15px;
        /* border-bottom: 2px #E5E5E5 solid !important; */
    }

    .fuweiqiehuan .qiehuan2 span {
        line-height: 70px !important;
    }

    .top-select .saixuan {
        /* margin: -5px !important; */
    }

    .top-select .saixuan-time li {
        /* margin: 5px !important; */
    }

    .top-select .saixuan-time ul {
        margin-bottom: 0;
    }

    .nothing-new-list {
        float: left !important;
    }
}

@media (min-width:992px) {
    .nothing-new-list .col-md-9 {
        width: 72%;
    }

    .nothing-new-list .col-md-3 {
        width: 28% !important;
    }


    .footer-m-py-c {
        padding: 0 0 0 130px;
    }

    .fuweiqiehuan,
    .fuweiqiehuan .qiehuan2 {
        height: 70px !important;
    }

    .fuweiqiehuan .qiehuan2>span {
        line-height: 70px !important;
    }

    .nothing-new-list .news-sidebar .sidebar-item {
        margin-right: 0 !important;
    }
    .nothing-new-list .news-sidebar{
        padding: 0 0 0 10px !important;
      }
}

.common-question-panel .box-content .content-left .icon-img {
    background-color: #fff !important;
}

@media (max-width:768px) {
    .nothing-navbar-menu .navbar-nav>li>a {
        padding-left: 26px;
    }

    .modal.fade.reset .bottom {
        margin-left: 20% !important;
    }

    .reset .modal-dialog {
        width: 90% !important;
    }

    .content.bgcolor .img-con2 img {
        width: 100%;
    }

    .col-xs-2.orderCenter-content-left-form-mobile-down-middle {
        width: 80% !important;
    }

    .orderCenter-content .productList-content-left .productList-content-left-form .orderCenter-content-left-form-mobile .orderCenter-content-left-form-mobile-down .buy-num input {
        margin-top: 2px;
    }

    .orderCenter-content .productList-content-left .productList-content-left-form .orderCenter-content-left-form-mobile .orderCenter-content-left-form-mobile-down .orderCenter-content-left-form-mobile-down-middle {
        margin-top: 15px;
        margin-left: 15px;
        text-align: left;
    }

    .orderCenter-content .orderCenter-content-left-form-mobile-down-middle .glyphicon-trash::before {
        position: absolute;
        top: calc(50% - 10px);
        right: -26px;
    }

    .menu-f-c {
        border: 0 !important;
    }

    .menu-f-c .qiehuan2 {
        padding: 0 15px;
        position: relative;
        border: 0 !important;
    }

    .menu-f-c .qiehuan2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
        height: 2px;
        background-color: #E5E5E5;
    }

    .menu-f-c .qiehuan2y {
        border: 0 !important;
        position: relative;
    }

    .menu-f-c .qiehuan2y::before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #00923F;
        z-index: 100;
    }

    .productList-content-header-search {
        margin-top: 0 !important;
    }
}

.video-center-panel .radio-input-mb {
    margin-right: 12px;
}

.nothing-footer {
    background-color: #9e9e9e !important;
}

.container-fluid .nothing-footer a,
.footer-close-title {
    color: #fff;
}

.container-fluid .nothing-footer a:hover {
    color: #003AA5;
}

.container-fluid .nothing-footer .share {
    position: relative;
}

.close-acitve-menu-c>p>span img {
    transform: rotate(0) !important;
}

.show-acitve-menu-c>p>span img {
    transform: rotate(90deg) !important;
}

.help-center-c .form1 {
    height: auto !important;
    min-height: auto !important;
    background-color: transparent !important;
    margin-bottom: 30px;
}

.sidebar-item-cc .form-info.ps-x-16 span {
    font-size: 16px !important;
}

.subscriptionCenter-form-titlet {
    margin-bottom: 15px;
}

.subscriptionCenter-form-content .checked-radio .bor {
    left: calc(50% - 12px);
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
}

#X {
    opacity: .8;
}

#X:hover {
    opacity: 1;
}

.ooo .biaoqian {
    display: none;
}

.button_images_1_img {
    visibility: hidden;
}

#history-example-generic .show_images_list img {
    cursor: default;
}

.nothing-footer .subMenu-container .sub-menu-arrow:hover {
    background-color: #003AA5 !important;
}

.common-question-panel .col-xs-0 .glyphicon-menu-down {
    transform: rotate(0);
    color: #00923F;
}

.common-question-panel .col-xs-0 .collapsed .glyphicon-menu-down {
    transform: rotate(-90deg);
    color: #666;
}

.box .selectTdClass {
    background-color: #edf5fa !important
  }
  
  .box table.noBorderTable td,
  .box table.noBorderTable th,
  .box table.noBorderTable caption {
    border: 1px dashed #ddd !important
  }
  
  .box table {
    margin-bottom: 10px;
    border-collapse: collapse;
    display: table;
  }
  
  .box td,
  .box th {
    padding: 5px 10px;
    border: 1px solid #DDD;
  }
  
  .box caption {
    border: 1px dashed #DDD;
    border-bottom: 0;
    padding: 3px;
    text-align: center;
  }
  
  .box th {
    border-top: 1px solid #BBB;
    background-color: #F7F7F7;
  }
  
  .box table tr.firstRow th {
    border-top-width: 2px;
  }
  
  .box .ue-table-interlace-color-single {
    background-color: #fcfcfc;
  }
  
  .box .ue-table-interlace-color-double {
    background-color: #f7faff;
  }
  
  .box td p {
    margin: 0;
    padding: 0;
  }