* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

body {
    font-family: "Microsoft YaHei" !important;
    font-weight: 400;
    color: #333;
    font-size: 0.9rem;
    line-height: 20px;
    width: 100%;
    background-color: #F5F5F5
}

main {
    margin-bottom: 15px;

}

main #content {
    padding-top: 16px;
}

main #content h1 {
    line-height: normal;
}

button:foucs {
    outline: none;
}

button,
input[type=submit],
input[type=reset],
input[type=button] {
    outline: none;
    filter: chroma(color=#000000);
}

#technology-list {
    width: 70%;
}

#technology-list .row>div:last-child .text-left,
#display-control .row:nth-child(2) .text-left {
    flex: 2;
    display: block;
}

.dropdown-menu a {
    font-size: 15px
}

button a {
    color: #fff
}

h1 {
    font-size: 33px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 21px
}

h4 {
    font-size: 15px
}

h5 {
    font-size: 12px
}

h6 {
    font-size: 10.2px
}

a {
    color: #008aff;
    word-wrap: break-word
}

a.nounder:hover {
    text-decoration: none
}

legend {
    font-size: 18px;
    padding: 7px 0px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5
}

label {
    font-size: 0.9rem;
    font-weight: normal
}

li {
    list-style: none
}

input {
    display: inline-block;
    font-size: 0.9rem;
    border-radius: 4px
}

input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.w-5 {
    width: 5% !important
}

.w-6 {
    width: 6% !important
}

.w-7 {
    width: 7% !important
}

.w-8 {
    width: 8% !important
}

.w-9 {
    width: 9% !important
}

.w-10 {
    width: 10% !important
}

.w-11 {
    width: 11% !important
}

.w-12 {
    width: 12% !important
}

.w-13 {
    width: 13% !important
}

.w-14 {
    width: 14% !important
}

.w-15 {
    width: 15% !important
}

.w-16 {
    width: 16% !important
}

.w-17 {
    width: 17% !important
}

.w-18 {
    width: 18% !important
}

.w-19 {
    width: 19% !important
}

.w-20 {
    width: 20% !important
}

.w-21 {
    width: 21% !important
}

.w-22 {
    width: 22% !important
}

.w-23 {
    width: 23% !important
}

.w-24 {
    width: 24% !important
}

.w-25 {
    width: 25% !important
}

.w-26 {
    width: 26% !important
}

.w-27 {
    width: 27% !important
}

.w-28 {
    width: 28% !important
}

.w-29 {
    width: 29% !important
}

.w-30 {
    width: 30% !important
}

.w-31 {
    width: 31% !important
}

.w-32 {
    width: 32% !important
}

.w-33 {
    width: 33% !important
}

.w-34 {
    width: 34% !important
}

.w-35 {
    width: 35% !important
}

.w-40 {
    width: 40% !important
}

.w-45 {
    width: 45% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-70 {
    width: 70% !important
}

.type_area {
    margin: auto !important;
}

button {
    border: none
}

a:hover {
    text-decoration: underline;
}

#top .container {
    display: flex;
    justify-content: space-between;
    line-height: normal;
}


#top {
    padding: 7px 0px;
}

#top .float-left {
    padding-bottom: 5px;
}

#top .float-left .list-inline {
    position: relative;
    top: 3px
}

#top .float-left ul {
    display: flex;
}

#top .float-left ul li {
    padding-right: 5px;
}

#top #c-info {
    flex: 1;
    text-align: right;
}

.sec-box>div {
    margin-top: 16px;
}

#top .float-left ul li:last-child {
    padding: 0px 5px;
}

#top .float-right li {
    margin-right: 7px;
}

#top .float-right {
    margin-right: 25px;
}

header {
    padding-top: 15px;
}

header .row {
    display: flex;
    align-items: center;
    height: 80px;
}

header .search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    flex: 1;
    padding-right: 12px;
    padding-left: 12px;
}

header .search .btn-light,
header .top-search .btn-light {
    position: relative;
}

header .btn {
    border: none;
}

header #search {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 5px;
}

#search>.text-left {
    display: none;
}

header .top-nav2 {
    display: flex;
    width: 100%;
}

.top-nav2 {
    background-color: #17a1ff;
}

.top-nav2 #left-menu i {
    display: inline-block;
    color: white;
    font-size: 23px;
    margin-top: 5px;
}

.top-nav2 #left-menu {
    padding: 10px;
    padding-left: 12px;
}

header .top-nav2 .top-search {
    flex: 1;
}

header .logo {
    grid-row: initial;
    padding-left: 8px;
    padding-right: 8px;
}


header .input-group-append {
    display: flex;
    background-color: #17a1ff;
    border-radius: 10px;
}

header .container {
    padding-left: 0;
    width: 100%;
}


header .input-group-append input {
    flex: 1;
}

header .text-left {
    padding-top: 0.25rem;
    line-height: normal;
}

header .text-left .mr-2 {
    margin-right: 8px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

#top {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    margin: 0;
    min-height: 44px;
    font-size: .9rem
}


#top #c-info a i {
    display: inline-block;
    margin-right: 3px;
    color: #17a1ff;
    font-weight: 900;
    font-size: 18px
}

#top #c-info,
.head-box .search {
    display: none;
}

#top a i.icon-email3 {
    position: relative;
    top: 1px;
    font-size: 20px !important
}

#top .container>div:last-child {
    margin-right: 25px
}

#top .nav>.list-inline>.list-inline-item {
    color: #666
}

#top .nav>.list-inline .list-inline-item a {
    color: #17a1ff
}

#top #c-info>.list-inline>.list-inline-item,
#top #c-info>.list-inline .list-inline-item a {
    color: #666;
    display: inline-flex;
    line-height: 25px
}

i.iconfont img {
    width: 18px
}



#top .btn-link {
    color: #888;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none
}

#top .btn-link:hover {
    color: #444
}

#search {
    margin-top: 5px;
    top: 6px;
    width: 100%;
    float: right
}

#search input[type="radio"] {
    margin-right: 3px;
    position: relative;
    top: 1px
}

.form-control {
    font-size: .9rem;
    line-height: 1.8;
    border: 1px solid #bfbfbf
}

#search .form-control-lg {
    height: 40px;
    font-size: 0.9rem;
    line-height: 20px;
    padding: 0 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-color: #17a1ff;
    border-width: 2px
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.55rem 2.2rem;
    background-color: #17a1ff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.input-group-append i {
    font-size: 1.0rem;
    position: absolute;
    top: 11px;
    left: 29px;
    color: #FFF;
    font-weight: 100
}

.input-group-append select {
    width: 95px;
    position: relative;
    top: 0;
    border: none;
    border-right: 1px solid #CCC;
    padding: 3px 2px;
    font-size: 13px;
    color: #444;
    background-color: #FFF;
    height: 35.5px;
    margin-top: 2px;
    margin-left: 3px;
}

.input-group-append select option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(/image/arrow_down.png);
    background-repeat: no-repeat;
    background-position: 97% 58%;
    padding-right: 14px
}

#searchMBtn,
.form-control,
.list-input {
    height: 36px;
    display: inline-block
}

.btn,
button {
    border-radius: 4px
}


.head-box {
    width: 100%;
    margin: 0;
    height: 88px;
    vertical-align: text-top;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.head-box .ter {
    position: relative;
    top: 0.5rem
}

.head-box .item {
    height: 100%;
    /* width: 720px; */
}


.head-box .search {
    margin-right: 30px
}

.head-box .cart {
    text-align: right;
    min-width: 310px !important;
}


#logo {
    margin: 0 0 15px 0
}

#logo img {
    max-width: 200px;
    width: 100%;
    height: 94%;
}

.dropdown-menu a {
    margin-top: 10px;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}


#container {
    background-color: #17a1ff;
    padding-left: 0;
    padding-right: 0
}

.breadcrumb i {
    font-size: 15px
}

.breadcrumb li a {
    color: #555
}

.breadcrumb>li.breadcrumb-item {
    text-shadow: 0 1px 0 #fff;
    padding: 0 12px;
    font-size: 0.9rem;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.breadcrumb>li.breadcrumb-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: 2px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.breadcrumb>li:last-child.breadcrumb-item:after {
    display: none
}

.breadcrumb>li.breadcrumb-item+li:before {
    content: '';
    padding: 0
}

.product-thumb .button-group .minus-num {
    margin-right: -0.3rem;
    background-color: #f6f7f9;
    color: #888;
    border-radius: 4px 0 0 4px;
    border-right: 0
}

.product-thumb .button-group .add-num {
    margin-left: -0.3rem;
    background-color: #f6f7f9;
    color: #666;
    border-radius: 0 4px 4px 0
}

#pro_inq_form ul li,
#domestic-shipments h2,
#international-shipments h2,
.container h1,
#product-manufacturer #content h2,
.te_manufacturers h4,
#information-right h1 {
    margin-bottom: 8px
}



.product-thumb .button-group .add-num,
.product-thumb .button-group .minus-num,
.product-thumb .button-group .num {
    width: 22%;
    display: inline-block;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 1.1
}

.btn-primary {
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(67, 169, 208, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #229ac8;
    border-color: #229ac8
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1b789c;
    border-color: #197092
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(67, 169, 208, 0.5)
}

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #008aff, #008aff);
    background-repeat: repeat-x;
    border-color: #008aff;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .35rem .75rem;
    font-size: .75rem;
    line-height: 1.8;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-position: 0
}

.table th,
.table td {
    padding: .45rem .75rem;
}

.fixed-shortcut-wrapper {
    position: fixed;
    width: 46px;
    bottom: 15rem;
    right: 10px;
    z-index: 9999
}

.fixed-shortcut-wrapper .shortcut {
    box-shadow: 0 -1px 12px 2px rgba(7, 17, 27, 0.1)
}

.fixed-shortcut-wrapper .shortcut>a:before {
    content: '';
    bottom: 0;
    left: 14%;
    width: 76%;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in
}

.fixed-shortcut-wrapper .shortcut>a i,
.fixed-shortcut-wrapper .go-top>a i {
    font-size: 25px;
    color: #FFF;
    width: 30px;
    height: 30px;
    padding: 8px 0;
    margin: 0;
}



.fixed-shortcut-wrapper .shortcut>a:first-of-type {}

.fixed-shortcut-wrapper .shortcut>a:last-of-type {}

.fixed-shortcut-wrapper .shortcut>a:last-of-type:before {
    display: none
}

.fixed-shortcut-wrapper .go-top {
    margin-top: -0px
}

.fixed-shortcut-wrapper .go-top>a {
    color: #fff;
    padding: 5px 5px 5px !important;
    font-weight: bold;
    line-height: 24px;
    border-bottom: none
}

.fixed-shortcut-wrapper .go-top a i {
    font-size: 20px;
    padding-left: 8px;
    margin-bottom: 4px
}

.fixed-shortcut-wrapper a {
    width: 100%;
    display: block;
    background-color: #555;
    position: relative;
    font-size: 13px;
    text-align: center;
    color: #444;
    padding: 10px 8px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    border-bottom: 1px solid #FFF
}

.fixed-shortcut-wrapper a:not(:last-child) {}

.fixed-shortcut-wrapper a span.posab {
    display: none;
    border: 1px solid #dad5d5 !important;
    position: absolute;
    font-size: 1.1rem;
    width: max-content;
    height: 48px;
    max-height: max-content;
    right: 50px;
    bottom: 0px;
    padding: 10px 15px;
    background-color: #fff;
    color: #555 !important;
    z-index: 999
}

.fixed-shortcut-wrapper .cartNumber {
    top: 6px;
    right: 3px
}

.d-none {
    display: none
}

.h-title {
    height: 0px;
    display: none
}

#toast {
    position: fixed;
    top: 39%;
    border: 1px solid #f5f5f5;
    left: 39%;
    z-index: 10000;
    min-width: 360px;
    border-radius: 4px;
    padding-bottom: 1rem;
    background: #FFF;
    padding-left: 8px;
}

#toast a {
    font-weight: 600;
}

#toast .button-group {
    padding-bottom: 30px;
}


#toast .toast-header .mb-1 {
    float: right;
    background-color: #ffffff;
    cursor: pointer;
}

#toast .toast-header strong {
    display: inline-block;
    padding-top: 18px;
}

#toast .icon-custom-ok {
    font-size: 4.3rem;
    color: #008aff;
    display: block;
    margin: 2rem 0
}

#toast .close {
    font-size: 2.2rem;
    font-weight: 100
}

#toast .close:hover,
#toast .close:active,
#toast .close:focus {
    border: none
}

#toast .toast-body {
    padding-top: 0;
    text-align: center;
    padding: 1.5rem
}

#toast .toast-body img {
    margin: 0 44%;
    margin-bottom: 20px
}

#toast .toast-body p {
    font-size: 1rem;
    color: #111;
    margin-bottom: 1.5rem
}

#toast .toast-body a.cart-btn,
#toast .toast-body a.close-btn {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #008aff;
    color: #fff;
    font-size: 0.8rem;
    letter-spacing: 0.03rem
}

#toast .toast-body button.close,
#toast .toast-body button.remove {
    font-size: 0.8rem;
    display: inline-block;
    border: 1px solid #008aff;
    border-radius: 4px;
    padding: 11px 20px;
    letter-spacing: 0.03rem;
    color: #008aff;
    background: #FFF;
    opacity: 1;
    float: none;
    margin-left: 30px
}

#toast .toast-body button.remove,
#toast .toast-body a.close-btn {
    padding: 8px 50px
}

#toast .toast-body .toast-trash-i {
    font-size: 60px;
    color: red;
    margin-bottom: 15px
}

#search .form-control-lg,
.input-group-append select {
    font-size: 13px;
}

@media(min-width:1200px) {
    .container {
        max-width: 1200px
    }
}

@media screen and (max-width:768px) {
    .fixed-shortcut-wrapper {
        bottom: 50px
    }
}



@media (min-width:768px) {
    .fixed-shortcut-wrapper .go-top {
        box-shadow: 0 -1px 12px 2px rgba(7, 17, 27, 0.1)
    }
}

@media (max-width:455px) {
    #search .btn-lg {
        position: absolute;
        top: 2px;
        right: 6px;
        padding: 0px !important;
        height: 90%;
        text-align: right;
        background-color: rgba(0, 0, 0, 0);
    }

    #search .icon-search3 {
        color: black;
        position: static;
        right: 5px;
    }

    #search .input-group-append {
        position: relative;
        width: 97%;
    }
}

@media (max-width:576px) {
    header {
        margin: auto;
        width: 100%;
    }

    #top .container {
        width: 100%;
    }

    #logo img {
        width: 86%;
    }

    #logo {
        margin: 0 0 15px 0;
        width: 40%;
    }

    #logo img {
        width: 100%;
    }

    .head-box .cart {
        flex: 1;
        min-width: auto !important;
    }

    #cart>.nav-cart {
        margin-right: 0px !important;
    }

    #cart>.btn {
        width: 40% !important;
        margin-right: 5% !important;
        height: 33px !important;
    }

    #cart>.btn .d-md-inline-block {
        display: none;
    }

    #cart .cartNumber {
        right: -0.4rem;
    }

    #top .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #toast {
        min-width: auto !important;
        width: 90vw;
        top: 28% !important;
        left: 5% !important;
    }

    #cart>.btn a {
        background-color: rgba(0, 0, 0, 0) !important;
    }
}

@media (max-width:458px) {

    header .row {
        height: 55px !important;
    }


    #search .form-control-lg {
        width: 67%;
        flex: 1;
    }

    #top .nav .list-inline-item span {
        display: none;
    }

    #cart>.btn a {
        position: relative;
    }

    #cart>.btn a i {
        position: absolute;
        bottom: -5px;
        font-size: 24px;
    }

    #cart>.btn:nth-child(1) a i {
        right: 1px;
    }

    #cart>.btn:nth-child(2) a i {
        left: 1px;
    }

    #cart .cartNumber {
        right: -2.7rem;
    }
}

@media (max-width:768px) {
    .fixed-shortcut-wrapper a {
        background-color: rgba(55, 55, 55, 0.5)
    }

    .fixed-shortcut-wrapper,
    .fixed-shortcut-wrapper .go-top>a {
        width: 3rem;
        height: 3rem;
        padding: 0
    }

    .fixed-shortcut-wrapper .go-top>a i {
        padding-top: 14px;
        padding-left: 14px;
    }

    .fixed-shortcut-wrapper .go-top a:hover {
        background-color: #555;
        border-color: #555;
        color: #fff
    }

    .fixed-shortcut-wrapper .go-top a:hover:before {
        border-color: #fff
    }

    .fixed-shortcut-wrapper .go-top a:hover i {
        color: #fff
    }

    .fixed-shortcut-wrapper .go-top a:hover span {
        display: none
    }
}

@media (min-width:768px) {
    .fixed-shortcut-wrapper a:hover {
        background-color: #87CEFA;
        text-decoration: none;
        color: #fff
    }

    .fixed-shortcut-wrapper a:hover:before {
        border-color: #e03550
    }

    .fixed-shortcut-wrapper a:hover i {
        color: #fff
    }

    .fixed-shortcut-wrapper a:hover span {
        display: inline-block
    }
}

.fixed-shortcut-wrapper a i {
    display: block;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in
}


@media (min-width: 768px) {
    .d-md-inline {
        display: inline !important;
    }
}

@media (max-width:1199px) {
    #top #c-info .list-inline {
        display: none;
    }


}

@media (min-width:1200px) {
    header .input-group-append select {
        display: none;
    }

    #search>.text-left {
        display: block !important;
    }

}
#component_index .list {
    padding: 10px 0;
    display: inline-block;
    box-shadow: 0px 2px 5px 4px #ccccccc7
}

#component_index .component_index {
    float: left;
    line-height: 30px;
    text-align: center;
    color: #888;
    font-size: 1.2rem;
    padding: 10px 10px;
}

#component_index .component_index:hover a {
    color: #008aff
}

#component_index .component_index a {
    color: #a9a7a7
}

#zzc {
    width: 100%;
    max-width: 2000px;
    height: 1900px;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 9999
}