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

body {
    font-family: "Microsoft YaHei" !important;
    font-weight: 400;
    color: #333;
    font-size: .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;
}

.type_area {
    margin: auto !important;
}

a:hover {
    text-decoration: underline;
}

#technology-list .row>div:last-child,
#display-control .row:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px;
}

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

#technology-list .row>div:last-child .text-left li,
#display-control .row:nth-child(2) .text-left li {
    padding-top: 5px;
    padding-bottom: 5px;
}

#technology-list .row>div:last-child .text-left ul span,
#technology-list .row>div:last-child .text-left ul a,
#display-control .row:nth-child(2) .text-left ul span,
#display-control .row:nth-child(2) .text-left ul a {
    border: 1px solid #dee2e6;
}

#technology-list .row>div:last-child .text-right,
#display-control .row:nth-child(2) .text-right {
    width: 100%;
    display: block;
    flex: 1;
    text-align: right;
    padding-right: 8px;
}

#technology-list .row>div:last-child .active span,
#display-control .row:nth-child(2) .active span {
    color: white;
}

#technology-list .row>div:last-child li:hover,
#display-control .row:nth-child(2) li:hover {
    background-color: #e9ecef;
}

#technology-list .row {
    display: block;
}

#technology-list .row div {
    display: flex;
}

#technology-list .row img {
    width: 130px;
    height: 130px;
    margin-right: 10px;
}

.te_manufacturers {
    max-width: 25%;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

#technology-list .row .te-list-content {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

textarea:focus {
    outline: none;
}



textarea.form-control {
    height: auto;
    border-radius: 4px;
    width: 100%;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #FFF
}



.table-warning,
.table-warning>th,
.table-warning>td {
    background-color: #fee6c6
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody+tbody {
    border-color: #fcd194
}

.table-hover .table-warning:hover {
    background-color: #fddcad
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #fddcad
}



.form-control:focus {
    border-color: #80cce9;
    box-shadow: 0 0 0 .2rem rgba(34, 154, 200, 0.25)
}

.col-form-label {
    line-height: 1.8
}

.was-validated .form-control:valid,
.form-control.is-valid {
    padding-right: calc(1.8em+.7rem);
    background-position: center right calc(0.45em+.175rem);
    background-size: calc(0.9em+.35rem) calc(0.9em+.35rem)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.8em+.7rem);
    background-position: top calc(0.45em+.175rem) right calc(0.45em+.175rem)
}

.invalid-tooltip {
    font-size: .6563rem;
    line-height: 1.8;
    background-color: rgba(218, 79, 73, 0.9)
}

.btn {
    font-size: .75rem;
    line-height: 1.8
}


.btn-warning {
    color: #212529;
    background-color: #faa732;
    border-color: #faa732
}

.btn-warning:hover {
    color: #212529;
    background-color: #f9970d;
    border-color: #f39106
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(217, 148, 49, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #faa732;
    border-color: #faa732
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #f39106;
    border-color: #e78906
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(217, 148, 49, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #da4f49;
    border-color: #da4f49
}

.btn-danger:hover {
    color: #fff;
    background-color: #d2322b;
    border-color: #c72f29
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(224, 105, 100, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #da4f49;
    border-color: #da4f49
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c72f29;
    border-color: #bd2d26
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(224, 105, 100, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #e7e7e7;
    border-color: #e7e7e7
}

.btn-light:hover {
    border-color: #cecece
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(201, 202, 203, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #e7e7e7;
    border-color: #e7e7e7
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #cecece;
    border-color: #c7c7c7
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(201, 202, 203, 0.5)
}

.btn-lg,
.btn-group-lg>.btn {
    font-size: .9375rem
}

.btn-sm,
.btn-group-sm>.btn {
    font-size: .6563rem
}


.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #e7e7e7
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #229ac8
}

.dropdown-header {
    font-size: .6563rem
}

.input-group-text {
    font-size: .75rem;
    line-height: 1.8
}

.input-group-lg>.form-control,
.input-group-lg>.custom-select,
.input-group-lg>.input-group-prepend>.input-group-text,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-append>.btn {
    height: calc(1.5em+1rem+2px);
    font-size: .9375rem
}

.input-group-sm>.form-control,
.input-group-sm>.custom-select,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    height: calc(1.5em+.5rem+2px);
    font-size: .6563rem
}

.navbar-brand {
    font-size: .9375rem
}

.navbar-nav {
    display: block
}



.page-link {
    color: #229ac8
}

.page-link:hover {
    color: #176887
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(34, 154, 200, 0.25)
}

.page-item.active .page-link {
    background-color: #229ac8;
    border-color: #229ac8
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    background-color: #c72f29
}

.badge-danger[href]:focus,
.badge-danger[href].focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(218, 79, 73, 0.5)
}

.alert-dismissible {
    padding-right: 3.625rem
}

.alert-warning {
    color: #82571a;
    background-color: #feedd6;
    border-color: #fee6c6
}

.alert-warning hr {
    border-top-color: #fddcad
}

.alert-danger {
    color: #712926;
    background-color: #f8dcdb;
    border-color: #f5cecc
}

.alert-danger hr {
    border-top-color: #f0b9b7
}

.progress {
    font-size: .5625rem;
    background-color: #e9ecef
}

.progress-bar {
    background-color: #229ac8
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.8
}

.tooltip {
    line-height: 1.8;
    font-size: .6563rem
}

.bg-light {
    background-color: #e7e7e7 !important
}

a.bg-light:hover,
button.bg-light:hover,
a.bg-light:focus,
button.bg-light:focus {
    background-color: #cecece !important
}

.text-danger {
    color: #da4f49 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #b22a24 !important
}






.container {
    padding: 0;
    margin: auto;
}

.container h1 {
    margin-bottom: 8px
}

.flex-box {
    display: flex;
    min-height: 2rem;
    min-width: 100%
}

.flex-content {
    flex-flow: row nowrap;
    justify-content: space-between;
    align-content: space-between
}

.flex-row {
    display: flex;
    flex-direction: row
}

.flex-row1 {
    flex-grow: 1;
    display: flex
}

.flex-row2 {
    flex-grow: 2;
    display: flex
}

.flex-row3 {
    flex-grow: 3;
    display: flex
}

.flex-row4 {
    flex-grow: 4;
    display: flex
}

.flex-row5 {
    flex-grow: 5;
    display: flex
}

.flex-row6 {
    flex-grow: 6;
    display: flex
}

.flex-row7 {
    flex-grow: 7;
    display: flex
}

.flex-row8 {
    flex-grow: 8;
    display: flex
}

.flex-row9 {
    flex-grow: 9;
    display: flex
}

.flex-column-layout {
    flex-direction: column;
    align-content: space-between
}

.flex-row-layout {
    flex-direction: row;
    align-content: space-between
}

.flex-column-layout div {
    justify-content: flex-end
}

#hc-layout h2 {
    position: absolute;
    top: 43%;
    color: #FFF;
    width: 100%;
    text-align: center
}

#hc-layout .flex-row>div {
    flex: 1 1 auto;
    position: relative;
    display: flex;
    justify-content: flex-end
}

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

.nav-tabs {
    margin-bottom: 15px
}

.require:after {
    content: '* ';
    color: #f00;
    padding-left: 3px;
    font-weight: bold
}

.required:before {
    content: '* ';
    color: #f00;
    padding-left: 3px;
    font-weight: bold
}

.hot_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px
}

.product-list .product-thumb .image a {
    position: relative;
}

.product-list .product-thumb {
    padding: 5px 0px;
}

.product-list .hot_icon {
    top: 0px;
    left: 5px
}



.img-success .sanjiao {
    content: "";
    color: #FFF;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    border-width: 15px 0px 15px 15px;
    border-style: solid;
    border-color: #b4de8f transparent transparent transparent
}

.lan-img {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(image/j/flags_all.png)
}

#curr-lan-img {
    background-position: 0 0
}

.text-white {
    color: #fff
}

.text-green {
    color: #27a527
}

.text-orange {
    color: #ffa500
}

.text-red {
    color: #d61010
}

.text-dgreen {
    color: #3fb34d
}

.tel {
    text-align: left
}

.tec {
    text-align: center
}

.ter {
    text-align: right
}

.gray {
    color: #B0AEAE
}

.underline {
    text-decoration: underline
}

.border-0 {
    border-radius: 0px
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 1px
}

.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
}

.s-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #666
}



@media (min-width:768px) {
    .col-form-label {
        text-align: left
    }
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:576px) and (max-width:768px) {
    .container {
        max-width: 100%
    }
}

.fl {
    float: left
}

.fr {
    float: right
}

.red {
    color: #ff0000
}

.gray {
    color: #888
}

#cookie {
    border-top: none;
    border-left: none;
    border-right: none
}


.swiper-viewport {
    margin: 0 0 16px;
    background: #fff;
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: visible
}

#latest-technology .swiper-viewport .swiper-slide {
    padding: 0 15px
}

.swiper-viewport .swiper-slide:first-child,
.swiper-viewport .swiper-slide:last-child {}

#slideshow-banner {}

#slideshow-banner .img-fluid {
    height: 460px;
    position: relative;
    left: 0px
}

.swiper-container {
    direction: ltr !important
}

#latest-technology .swiper-container {}

.swiper-pager {
    width: 100%;
    position: absolute;
    top: 50%;
    line-height: 45px
}

.swiper-button-prev,
.swiper-button-next {
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all .3s ease;
    z-index: 2;
    background-image: none
}

.swiper-viewport .swiper-button-prev {
    opacity: 0.7;
    left: 10px
}

.swiper-viewport .swiper-button-next {
    opacity: 0.7;
    right: 10px
}

@media (min-width:768px) {
    .swiper-viewport .swiper-button-prev {
        opacity: 1;
        left: -0;
        background: #ccc;
        padding: 30px;
        border-radius: 50%
    }

    .swiper-viewport .swiper-button-next {
        opacity: 1;
        right: 0;
        background: #ccc;
        padding: 30px;
        border-radius: 50%
    }

    .swiper-viewport:hover .swiper-button-prev {
        opacity: 1
    }

    .swiper-viewport:hover .swiper-button-next {
        opacity: 1
    }
}

.swiper-button-prev:before {
    width: 40px;
    height: 40px;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
    position: relative;
    right: 16px;
    bottom: 22px
}

.swiper-button-next:before {
    width: 40px;
    height: 40px;
    font-size: 43px;
    font-weight: 900;
    color: #FFF;
    position: relative;
    right: 16px;
    bottom: 22px
}

.swiper-pagination {
    bottom: -40px;
    left: 0;
    text-align: center;
    width: 100%
}

.swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    margin: 0 5px;
    opacity: 1
}

.swiper-pagination-bullet:hover {
    background: rgba(0, 0, 0, 0.7)
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0.9)
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: pointer;
    pointer-events: auto
}

#common-home .product-layout {
    position: relative;
    padding: 0
}

.swiper-slide img {
    width: 100vw
}

.quick-link {
    width: 272px;
    height: 320px;
    float: left;
    padding: 0;
    border: 1px solid #999;
    margin-right: 16px
}

.quick-link ul {
    padding: 0
}

.quick-link img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.quick-link ul>li {
    padding: 0 20px
}

.quick-link ul>li:first-child {
    background-color: #666;
    font-size: 17px;
    color: #FFF;
    padding: 11px 0 12px 20px
}

.quick-link ul>li:first-child img {
    margin-right: 12px
}

.quick-icon {
    width: 25px;
    margin-right: 8px
}

.quick-link a {
    color: #444;
    display: block;
    width: 232px;
    border-top: 1px solid #dbdbdb;
    padding: 18px 2px 20px 0px
}

.quick-link a:hover {
    text-decoration: none;
    color: #17a1ff
}

#common-home .hm {
    padding: 0;
    float: left
}

#common-home .hm div {
    float: left
}

#common-home .hm .col-lg-9,
#common-home .hm .col-md-9 {}

#common-home .hc-l {
    width: 240px;
    margin-right: 16px
}

#common-home .hc-r {
    width: 656px
}

.product-layout-row:first-child {
    margin-right: 16px
}

.row-lg-6 img {
    width: 320px;
    height: 152px
}

#common-home .hm .img-col1 img {
    width: 240px;
    height: 320px
}

#common-home .product-layout .product-layout-row {
    padding: 0;
    width: 320px;
    float: left
}

#common-home .product-layout .col-sm-12:not(:first-child) {}

#common-home .p-layout {
    margin-top: 15px;
    margin-right: -25px
}

#common-home .p-layout {
    width: 100%
}

.hm-box {
    margin-top: 28px
}

#common-home .p-layout>div {
    float: left;
    padding: 3% 0;
    box-sizing: border-box
}

#common-home .p-layout>div>img,
#common-home .p-layout>div>span {
    position: relative;
    display: block
}

#common-home .p-layout>div>span {
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: .9rem
}

#common-home .product-layout h2 {
    display: inline-block;
    position: absolute;
    color: #FFF;
    top: 40%;
    width: 100%;
    text-align: center
}

#common-home .product-layout .row-lg-6 {
    width: 100%;
    height: 45%;
    position: relative
}

#common-home .product-layout .row-lg-6 h2 {
    left: 0;
    padding-left: 22px
}

.img-col3,
.img-col5 {
    margin-top: 5%
}

.com-list {
    margin-top: 30px
}

#hot-manu {
    margin: 20px 0;
    padding-right: 0
}

.ltg {
    margin-top: 28px
}

#latest-technology .technology-title {
    margin-bottom: 10px;
    padding: 0;
    line-height: 1.6rem;
    font-size: 1.2rem;
    width: 100%;
    font-weight: 600;
    display: block;
    color: #333
}

.lg-fr {
    float: right;
    color: #999
}

#hot-manu .col-sm-4 {
    float: left;
    clear: none !important;
    padding: 0
}

#hot-manu .col-sm-4>a>div {
    border: 1px solid #DCDCDC
}

#hot-manu .col-sm-4 img {
    width: 100%
}

#component_index {
    padding: 30px 0;
    margin-bottom: 0px
}

#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
}










.detail {
    position: relative
}

.p_number {
    position: absolute;
    padding: 0rem .25rem;
    background: #EAB24D;
    border-radius: 50%;
    font-size: 6px;
    top: -0.3rem;
    right: -0.9rem;
    height: 1rem;
    min-width: 1rem;
    line-height: 1rem;
    color: #d1d1d1
}

#account-inquiry .p_number {
    color: #fff
}




@media(max-width:768px) {
    #cart>.up-bom {
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media(min-width:768px) {
    .col-md-4-5 {
        -ms-flex: 0 0 37.501%;
        flex: 0 0 37.501%;
        max-width: 37.501%
    }
}

@media(min-width:992px) {
    .col-lg-4-5 {
        -ms-flex: 0 0 37.501%;
        flex: 0 0 37.501%;
        max-width: 37.501%
    }
}

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




@media (max-width:478px) {
    #cart .dropdown-menu {
        width: 100%
    }

    #cart .dropdown-menu li>div {
        min-width: 100%
    }
}



#solution-content #column-left {
    width: 72.5%;
    max-width: 72.5%;
    min-height: 600px;
    margin-bottom: 2rem;
    margin-left: 0px;
    background-color: #FFF;
    overflow-x: hidden;
    display: block;
}

#solution-content .solution-list-nav li {
    line-height: 30px;
}

#solution-content .solution-list-nav span {
    margin-left: 8px;
}

#column-left .text-center {
    width: 100%;
    padding: 0px 15px;
    padding-top: 20px;
    text-align: center;
}

#solution-content .product-layout {
    padding: 0px 15px;
}

#solution-content #column-right {
    width: 26%;
    max-width: 26%
}

#solution-content .d-none {
    display: block !important;
}

#top .dropdown-toggle .d-none {
    display: inline-block !important;
}

#solution-content #column-right .content .title {
    text-align: center;
    height: 2rem;
    line-height: 2rem;
    color: #FFF;
    background: #ccc;
    background: #dcdcdc;
    font-size: 1.1rem
}

#column-right .solu-hots {
    background-color: #FFF
}

.hot-list li {
    display: block;
    border-bottom: 1px dashed #DCDCDC;
    padding: 8px 0;
    vertical-align: top;
    text-align: left
}

.hot-list li:last-child {
    border: none
}

.hot-list>a {
    display: inline-block;
    width: 30%;
    float: left
}

.hot-list img {
    width: 80px;
    height: 48px;
    margin-top: 0px
}

.hot-list label {
    width: 68%;
    height: 40px;
    float: right;
    font-size: .85rem;
    word-break: break-all;
    overflow: hidden;
    padding: 0px 0 0 10px
}

#solution-content .solution-list .image {
    display: inline-block;
    width: 33%;
    padding: 20px
}

#solution-content .solution-list:not(:last-child) .solution-thumb {
    padding-left: 5px;
    border-bottom: 1px dashed #CCC
}

#solution-content .solution-list .image img {
    max-width: 230px;
    max-height: 140px
}

#solution-content .solution-list .solution-tags {
    margin-top: 2rem
}

#solution-content .solution-list a.tag {
    padding: 5px 15px;
    background: #e7e7e7;
    color: #555;
    margin: 0 8px
}

#solution-content .solution-list .desc {
    display: inline-block;
    width: 65%;
    vertical-align: top;
    margin: 20px 0px
}

.solution-box {
    padding-top: 1.5rem
}

.solu-detail-desc {
    padding: 25px 15px;
    border: 1px solid #DCDCDC;
    background: #cccccc1f
}

.solu-detail {
    word-spacing: 1px;
    color: #666;
    font-family: Verdana, Helvetica, Segoe UI, "微软雅黑", "宋体"
}

.solu-components table td {
    text-align: center
}

.solu-components table thead tr {
    background: #DCDCDC;
    font-weight: bold;
    color: #495057
}

#solution-content #column-right .content {
    padding: 90px 20px;
    margin-bottom: 1.3rem;
    height: 20rem;
    line-height: 1.8;
    background: url(/image/solu_rbg.jpg);
    background-size: cover;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
}

#solution-content #column-right .content label {
    font-weight: 600;
    font-size: 1.1rem;
    color: #FFF
}

#solution-content #column-right .content button {
    margin-top: .5rem;
    border: none;
    padding: 5px 20px;
    border-radius: 3px;
    width: 8rem;
    margin-left: 4.3rem
}

#solution-consult #container {
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    background-color: #FFF
}

#solution-consult #container ul {
    padding: 0
}

#solution-consult #container ul li {
    margin-bottom: 15px
}



#solution-consult #container ul li.title label {
    text-align: center
}

#solution-consult #container ul li.textarea {
    height: 140px
}

.consult-contact {
    padding-top: 30px
}

#solu_consult .su-content-note {
    width: 45%;
    margin-left: 22%;
    margin-top: -10px;
    line-height: 1.7;
    color: #495057;
    padding-left: 2.8rem;
    text-indent: -3rem
}

#solution-consult #container ul li {
    margin-left: 10px;
    margin-right: 10px;
}

#solution-consult #container ul li label {
    width: 20%;
    text-align: right;
    margin-left: 13px;
    display: inline-block;
}

#solution-consult #container ul li.title label {
    text-align: center;
    font-size: 1.2rem;
    margin-left: 0px;
    display: inline;
}

#solution-consult #container ul li.title label:nth-child(2) {
    width: 33%
}

#solution-consult #container ul li textarea {
    margin-bottom: 15px;
    vertical-align: middle;
    width: 34%;
    border: 1px solid #ccc;
    line-height: 1.5
}

#solution-consult #container ul li input,
#solution-consult #container ul li select {
    width: 34%;
    height: 36px;
    text-align: left;
    vertical-align: middle;
    padding-left: 3px;
    border: 1px solid #ccc;
    display: inline-block
}

.consult-textarea {
    vertical-align: text-top
}

#solution-consult #container ul li select {
    position: relative
}

#solution-consult #container ul li input[type=file] {
    border: 1px solid #ccc;
    padding: .3rem;
    padding-bottom: 2.3rem;
    height: 1.8rem;
    line-height: 1.8
}

#solution-consult .consult-content {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 15px
}

.solution-btn {
    display: inline-block;
}

#solution-consult-btn {
    color: #FFF;
    border: none;
    padding: 7px 50px;
    border-radius: 4px
}

#solution-consult-btn i {
    font-size: 1.5rem;
    position: relative;
    top: 4px
}





.solution-list-nav .solution-cat li {
    width: 23%;
    text-align: left;
    display: inline-block;
    margin: 0 .5rem;
    padding: .5rem .3rem
}

.solution-list-nav .solution-cat li a {
    font-size: 14px;
    padding: .5rem 1rem
}

.solution-list-nav .solution-cat li.curr-su-cat a {
    background: #008aff
}

.solution-list-nav .solution-cat li.curr-su-cat a {
    color: #f1f1f1
}


#content {
    min-height: 600px;
    padding-top: 15px;
    background-color: #FFF
}


#subscribe-container {
    width: 100%;
    height: 160px;
    line-height: 32px;
    position: relative;
    background-color: #17a1ff;
    text-align: center;
    font-size: 1.2rem;
    color: #111
}

#subscribe-container .title {
    margin: 0;
    position: relative;
    top: 40px;
    color: #FFF
}

#subscribe-container label {
    width: 100%;
    text-align: center;
    position: relative;
    top: 50px
}

#subscribe-container input {
    height: 2rem;
    border: none
}

#subscribe-container input[name=subscribe-email] {
    width: 640px;
    height: 40px;
    padding-right: 0;
    margin-right: 0;
    font-size: .9rem;
    padding-left: .3rem
}

#subscribe-container input[name=button] {
    width: 100px;
    height: 40px;
    text-align: center;
    margin-left: -3px;
    background-color: #f4ae40;
    padding-left: 0;
    color: #FFF;
    font-size: 14.5008px;
    cursor: pointer
}

@media(min-width:576px) {


    #search {
        width: 100%
    }

    #cart>.btn {
        width: 44%
    }

    #common-home .pl-1,
    #common-home .p-layout {
        padding-left: 0 !important
    }

    #common-home .product-layout .row-lg-6 img {
        width: 100%
    }

    #latest-technology .w-25 {
        width: 100% !important;
        display: block
    }

    #latest-technology .w-25>a {
        display: inline-block;
        width: 40%
    }

    #latest-technology .w-25>p {
        width: 56%;
        vertical-align: middle;
        display: inline-block
    }

    #subscribe-container input[name=subscribe-email] {
        width: 60%
    }

    #subscribe-container input[name=button] {
        width: 20%
    }

    #common-home .product-layout img {
        width: 100%
    }

    .fixed-shortcut-wrapper {
        right: 0 !important;
        top: 20rem
    }


}


#r-shortcut {
    width: 4rem;
    height: 25rem;
    position: fixed;
    bottom: 10rem;
    right: 0;
    background: #2c2c2c
}



.fas,
.far,
.fab {
    font-size: 14px
}

.alert {
    padding: 8px 14px 8px 14px;
    position: absolute;
    z-index: 988;
    left: 20%;
    width: 60%
}

.alert-dismissible .close {
    padding: 6px 10px 6px 10px
}

.nav-cart:hover~.dropdown-menu {
    display: block
}

.nav-cart~.dropdown-menu:hover {
    display: block !important
}




#product-compare #content {
    padding-top: 0px;
}

#product-compare table {
    border-collapse: collapse;
    margin-left: 8px;
}

#product-compare h2 {
    padding: 10px 0px;
}

#product-compare table thead td {
    padding-left: 0px;
}

#product-compare table tbody td {
    border: 1px solid #ddd;
    width: 270px;
}



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


.shadow-pulse {
    box-shadow: 0 0 7px 3px #faa7329e;
}

.breadcrumb {
    padding: 8px 0;
    border: none;
    background-color: #f5f5f5;
    color: #555;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(-10px);
    width: 102%;
}

.breadcrumb li {
    max-width: 100%;
}

.breadcrumb li a {
    display: block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}

#product-technology .breadcrumbs ul {
    flex-wrap: wrap;
}



#product-technology .te-content p {
    text-indent: 0px;
}

.toast-header .close-btn {
    position: absolute;
    right: 10px;
    background-color: white;
}



.pagination {
    margin: 0
}

.pagination>li {
    margin-left: 5px
}

.page-link {
    font-size: 1rem;
    padding: .35rem .55rem;
    color: #333
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0
}



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


.btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    border-radius: .3rem
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    color: #FFF;
    background: , #f89406
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-success {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1)
}

.btn-info {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none
}

.btn-inverse {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444, #222);
    background-repeat: repeat-x;
    border-color: #222 #222 #000
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222;
    background-image: linear-gradient(to bottom, #333, #111)
}

.mt-25 {
    margin-top: 25px
}

.mr-25 {
    margin-right: 25px
}

.mb-25 {
    margin-bottom: 25px
}

.ml-25 {
    margin-left: 25px
}

.mt-50 {
    margin-top: 50px
}

.mr-50 {
    margin-right: 50px
}

.mb-50 {
    margin-bottom: 50px
}

.ml-50 {
    margin-left: 50px
}

.list-group a {
    color: #888;
    display: block
}

#column-right .list-group a {
    color: #222
}

.list-group a.active,
.list-group a.active:hover,
.list-group a.active:focus {
    color: #444;
    background: #eee;
    border: 1px solid #ddd;
    text-shadow: 0 1px 0 #fff
}

.category-list-content,
.solution-list-nav {
    padding: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px
}

.category-list-content {
    border: 1px solid #d1d1d1
}

.solution-list-nav {
    background-color: #FFF
}

.category-list-content h3,
.solution-list-nav h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: .8rem
}

.category-list-content .c-title,
.solution-list-nav .c-title {
    font-size: 14px;
    color: #666;
    font-weight: 100;
    border: 1px solid #DCDCDC;
    padding: 5px 15px 5px 15px
}

.category-list-content .category-list ul,
.solution-list-nav ul {
    padding: 0;
    margin: 0
}

.category-list-content .category-list li {
    list-style: none;
    padding-left: 0;
    line-height: 1.9rem;
    font-size: .9rem
}

#product-manufacturer #m-index {
    margin-bottom: 16px;
}

#product-manufacturer .row {
    margin-bottom: 16px;
}

#product-manufacturer #manu_desc {
    display: flex;
    text-align: left;
    border: 1px solid #d1d1d1;
    padding: 15px 6px;
    margin-bottom: 1rem
}


#product-manufacturer .manu_img {
    padding: 0px 15px;
    flex: 1;
}

#product-manufacturer .row #content {
    flex: 1;
    padding: 20px 15px;
}


#product-manufacturer .product-list a {
    display: block;
    text-align: center;
}

#product-manufacturer .product-list {
    box-shadow: 0px 0px #DCDCDC;
    margin-top: 8px;
    margin-right: 42px;
    height: 200px;
    display: inline-block;
    width: 16.097%;
    padding: 8px 15px;
    border: 1px solid #d1d1d1;
    position: relative;
    margin-bottom: 20px;
}

#product-manufacturer .product-list a {
    padding-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#product-manufacturer .product-list span {
    display: block;
    margin-top: 10px;
    margin-bottom: 8px;
    white-space: pre-wrap;
    word-break: break-word;
}

#product-manufacturer .product-list img {
    height: 130px;
    width: 130px;
}

#product-manufacturer h3 {
    margin-bottom: 10px;
}

#product-manufacturer .product-list:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#product-manufacturer .view-more:hover {
    background: #0c6cbd;
    color: #FFF
}

#product-manufacturer .curr {
    color: #f42118
}

#product-manufacturer .category-list .col-sm-12>ul>li {
    display: inline-block;
    margin-right: 2.5rem;
    margin-bottom: 1.2rem
}

#product-manufacturer .category-list .col-sm-12 {
    flex: 1;
}

#product-manufacturer>.category-list .col-sm-12>ul>li>h3 {
    margin-bottom: .3rem
}

#product-manufacturer .mb-0 {
    display: flex;
    flex-direction: column;
}

#product-manufacturer .col-sm-3,
#manufacturer-list h2,
#manufacturer-list #m-index {
    padding: 0px 15px;
}





#product-manufacturer h2,
#product-manufacturer h3,
.title h1,
.quality-procedure h3,
.test-item h2,
.container h1,
.te_manufacturers h2,
.te_manufacturers h4,
#product-compare h2 {
    font-weight: normal;
}





#international-payments>div:nth-last-child(2) {
    margin-bottom: 16px;
    margin-top: 24px;
}

#demo {
    position: relative;
}

#demo .carousel-indicators li {
    margin: 0px 3px;
}

#demo .carousel-indicators {
    display: flex;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 30px;
    z-index: 16;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.quality-procedure {
    padding-top: 48px;
    padding-bottom: 48px;
}

.quality-procedure .d-flex div {
    flex: 1;
    margin: 0px;
    text-align: center;
}

.quality-procedure .mt-3,
#information-information .mt-3 {
    margin-top: 16px;
}

.quality-procedure h3 {
    text-align: center;
}

.quality-test-items .test-item {
    text-align: center;
    margin-right: 16px;
}

#information-left h1 {
    margin-bottom: 8px;
    line-height: 1.2;
}

.information-right {
    flex-wrap: wrap;
    flex: 1;
}

.information-right fieldset {
    border: none;
}

.information-right #domestic-shipments {
    width: 650px;
}

#information-right h1 {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 8px;
}

.information-right #domestic-shipments {
    margin-top: 24px;
    margin-bottom: 16px;
}

.information-container>.shipments-list,
.shipments-list tr {
    border: 1px solid #dddddd;
}

.information-right .freight {
    flex: 1;
}

#information-aboutus #domestic-shipments {
    width: 100%;
}

#information-contact img {
    max-width: 75%;
}

#slideshow-banner .carousel-item .carousel-caption {
    position: absolute;
    bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;

}

#slideshow-banner .carousel-item {
    display: none;
}

#information-careers {
    padding-right: 10px;
    padding-left: 10px;
}

#slideshow-banner .active {
    display: block !important;
}

#slideshow-banner .carousel-item {
    position: relative;
}

#common-quality .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title h1,
#international-shipments .inal-desc {
    margin-bottom: 12px;
}

#common-quality {
    flex: 1;
}

.title img:first-child {
    margin-right: 16px;
}

.title img:last-child {
    margin-left: 16px;
}

#common-quality .container h1 {
    text-align: center;
}

#inf-left-content {
    width: 280px;
}

#inf-left-content ul {
    margin-bottom: 16px;
}

#manu_desc .manu_img {
    display: inline-block;
    text-align: center;
    line-height: 2.0;
    vertical-align: top
}

#manu_desc .manu_img img {
    max-width: 100%;
    width: 200px;
}

.manu_name {
    font-weight: 600
}

#manu_desc .manu_desc {
    display: inline-block;
    width: 73%;
    line-height: 1.8
}


#error-not-found .row #content {
    padding-left: 8px;
}

#error-not-found .row {
    display: block;
}

#product-manufacturer .view-more,
#product-technology .view-more {
    background: #008aff;
    color: #FFF;
    text-shadow: none;
    font-size: 1.1rem;
    border: none;
    border-radius: 4px
}

.te_manufacturers {
    max-width: none;
    width: 27.3%;
}



@media(min-width:768px) and (max-width:992px) {

    .category-list-content .category-list li,
    .product-list .product-thumb {
        font-size: .93rem
    }
}

.category-list-content .category-list li a,
.solution-list-nav li a {
    color: #666;
    font-size: 14px
}

.category-list-content .category-list li a:hover,
.solution-list-nav li a:hover {
    color: #0390f0
}


#product-category .caption,
#product-search .caption {
    text-align: left;
    padding-left: 10px
}

#product-category .caption a,
#product-search .caption a {
    color: #666;
    font-weight: 600;
    font-size: 16px
}

.product-list .product-partNumber p {
    color: #555;
    font-size: 12px
}

.product-list .product-desc p,
.product-list .product-package p {
    color: #555;
    font-size: 13px
}

#product-search .product-list-title p,
#product-category .product-list-title p {
    color: #FFF;
    font-size: 14px
}

#product-category .caption a.m-link,
#product-search .caption a.m-link {
    font-size: 12px;
    font-weight: 400
}

h4.total-number {
    margin-bottom: .8rem;
    margin-top: .8rem;
    color: #888;
    font-size: 16px;
    font-weight: 600
}

#product-category .category-list ul li,
#product-search .category-list ul li {
    width: 49%;
    display: inline-block;
    vertical-align: text-top;
    word-break: break-all
}

#display-control {
    margin-bottom: 50px
}

#display-control .row {
    display: block;
}

#product-search #content {
    padding: 0px 15px;
}

#product-search #display-control {
    margin-left: 0;
    margin-right: 0
}

#product-search .product-list .product-thumb {
    background-color: #FFF
}

#product-search .product-list .l2 {
    background-color: #fbfcfd6e
}

#product-search .product-list-title .product-thumb {
    background-color: #0390f0
}

#product-search .pagination {
    margin-bottom: 20px
}

.text-secondary {
    padding-bottom: 8px;
}

.product-thumb {
    border: 1px solid #ddd;
    border-bottom: none;
    overflow: hidden
}

.product-thumb .no-rs {
    text-align: center;
    padding: 30px 25px 30px 25px;
    font-size: 18px;
    color: #ff0000
}

.l2 {
    background: #e9ecef6e
}

.product-list:last-child {
    margin-bottom: 20px
}

.product-list:last-child .product-thumb {
    border-bottom: 1px solid #ddd
}

.product-list .pl-no-rs {
    box-shadow: 0px 2px 3px #e7e7e7;
    background-color: #FFF;
    border: 1px solid #efecec !important
}

.product-thumb h2.price {
    margin: 0
}

.product-thumb div {
    vertical-align: middle
}

.product-thumb h4 {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0
}

.product-thumb .image {
    text-align: center
}

.product-thumb .image a {
    display: block
}

.product-thumb .image a:hover {
    opacity: 0.8
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding: 1rem .5rem
}

.product-thumb .caption,
#product-category .product-partNumber {
    display: inline-block
}

.product-thumb .caption {
    width: 16.8%;
}

#product-category .product-partNumber {
    display: inline-block;
    width: 16.8%
}

.product-thumb .rating {
    padding-bottom: 10px
}

.product-thumb .price {
    color: #444
}

.product-thumb .price-new {
    font-weight: 600
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block
}

.product-thumb .button-group {
    width: 11%;
    position: relative;
}

.product-thumb .button-group .t-num {
    width: 100%;
    color: #999;
    font-size: 1rem;
    display: block
}

.product-thumb .button-group #compare {
    position: absolute;
    bottom: 50px;
    right: 240px;
}





.product-thumb .button-group .add-num .iconfont,
.product-thumb .button-group .minus-num .iconfont {
    font-size: 14px
}

.product-thumb .button-group .add-num:hover,
.product-thumb .button-group .minus-num:hover {
    background: #E0E0E0
}

.product-thumb .button-group .add-num:active,
.product-thumb .button-group .minus-num:active,
.product-thumb .button-group .add-num:focus,
.product-thumb .button-group .minus-num:focus {
    outline: none
}

.product-thumb .button-group .num {
    text-align: center;
    width: 55.8%;
    font-size: .8rem;
    border-radius: 0;
    border-right: 0;
    margin-top: 1px;
}

.product-thumb .button-group button:last-child {
    width: 99%;
    border: 1px solid #0390f0;
    border-radius: 4px;
    display: inline-block;
    background-color: #0390f0;
    color: #FFF;
    padding: 5px 8px;
    font-size: 13px;
    text-align: center
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #539ede;
    text-decoration: none;
    cursor: pointer
}

.product-thumb .button-group button+button {
    margin-top: 5px
}

#pro_inq_form .FileDatasheet,
#pro_inq_form .FileImg {
    margin-left: 35px;
    margin-bottom: 0px !important;
}

.FileImg,
.FileDatasheet {
    line-height: normal !important;
}


#text {
    line-height: 18px !important;
}

.imageFile,
.datasheetFile {
    position: relative;
    width: 90%;
    text-align: left !important;

}

#pro_inq_form .imageFile,
#pro_inq_form .datasheetFile {
    padding: 3px 5px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
}

.imageFile,
.datasheetFile {
    display: inline-block;
}

#enquirysubmit .imageFile,
#enquirysubmit .datasheetFile {
    text-align: center !important;
}

#enquirysubmit .FileImg div,
#enquirysubmit .FileDatasheet div {
    max-width: 130px;
}

.FileImg,
.FileDatasheet {
    padding-left: 0px !important;
    float: initial !important;
}

.FileImg div,
.FileDatasheet div {
    display: inline-block;
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 3px 20px 3px 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 90%;
    margin-top: 8px;
    margin-bottom: 4px;
    margin-right: 8px;
    width: auto !important;
}

.datasheetFile input,
.imageFile input[type=button] {
    margin-right: 5px;
    border: 1px solid black;
    background-color: #efefef;
    width: auto;
    height: 26px;
    line-height: 1;
    padding: 0.375em 0.75rem;
}

.FileImg span,
.FileDatasheet span {
    position: absolute;
    right: 6px;
    font-size: 15px;
    top: -4px;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: auto;
    cursor: pointer;
}

@media (max-width:992px) {
    .product-thumb .button-group .num {
        position: relative;
        top: 1px
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        font-size: .78rem
    }

    .product-thumb .button-group {
        width: 12%;
    }

    .product-thumb .button-group .t-num {}

    #search_inq_form .datasheetFile,
    #search_inq_form .imageFile {
        margin-bottom: 0px !important;
        line-height: normal !important;
        height: 30px !important;
    }
}

.product-grid .product-thumb .image {
    float: none
}

@media (max-width:767px) {
    .product-grid .product-thumb .caption {
        min-height: 0
    }
}

@media (max-width:1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px
    }
}

.product-list .product-thumb .button-group {
    display: inline-block;
    position: relative
}

.product-list-title {
    width: 100%;
    padding: 0 15px
}

.product-list-title .product-thumb .image {}

@media (min-width:546px) {
    .product-thumb .image {
        display: inline-block;
    }

    .product-thumb .product-partNumber {
        padding-right: 15px
    }

    .product-thumb .product-desc {
        width: 23%;
        padding-right: 15px
    }

    .product-thumb .product-package {
        display: inline-block;
        width: 15.8%
    }

    .product-thumb .product-price {
        width: 10.5%;
        padding-right: 15px
    }

    .product-list .product-thumb .product-price {
        font-size: .8rem;
        padding-top: 2px
    }

    .product-thumb .product-stock {
        display: inline-block;
        width: 9.5%
    }

    .product-list-title .product-thumb {
        background-color: #0390f0;
        color: #FFF;
        font-size: 13px;
        height: 2.5rem;
        line-height: 2.5rem;
        font-weight: 500;
        overflow: hidden
    }

    .product-list-title .product-thumb p {
        margin: 0
    }

    .product-list-title .product-thumb .product-partNumber {}

    .product-list-title .product-thumb .product-desc {}

    .product-list .product-thumb .product-package {}

    .product-list-title .product-thumb .product-stock {}

    .product-list .product-thumb .image+div {
        display: inline-block;
        margin-left: 0%;
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
        position: relative
    }

    .product-list .product-thumb .button-group {
        border-left: none
    }
}

.rating .fa-stack {
    font-size: 8px
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px
}

.rating .fa-star+.fa-star-o {
    color: #e69500
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -20px;
    margin-bottom: 20px
}


.thumbnails>li {
    margin-left: 20px
}

.image_hit {
    text-align: left;
    padding: 0 15px;
    font-size: 12px
}

.thumbnails>li>a {
    display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out
}

.thumbnails>img {
    width: 100%
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
    max-width: 78px
}

.thumbnails .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd
}

@media (min-width:1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left
    }

    .product-thumb .image {
        width: 8.8%;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {}
}

@media (min-width:768px) and (max-width:991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1) {
        clear: left
    }
}

@media (min-width:768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%
    }
}

#column-left .product-layout,
#column-right .product-layout {
    width: 100%
}

.navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 6px 12px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a
}

.card .card-header>h4 {
    font-size: 16px
}

.card+.card {
    margin-top: 5px
}

.form-check .form-check-input {
    margin-top: .25rem
}

#display-control #compare-total.a {
    margin-top: -2px;
    padding: .35rem .565rem
}

#display-control .product-list-title {
    padding: 0px;
}



#accordion .collapse {
    display: none;
}

#accordion .show {
    display: block;
}



.icon-delete {
    font-size: 22px
}



#checkout_plist table thead {
    font-weight: bold
}

#checkout_plist .ptotal table label {
    margin-bottom: 0
}

#account-account,
#account-inquiry,
#account-order,
#account-wishlist,
#account-address,
#account-password,
#account-edit {
    margin-bottom: 1rem
}

#column-right .account_items {
    padding-bottom: 19px;
    background: #FFF
}

.account_items a>img {
    position: relative;
    top: 5px
}

#column-right {
    height: 650px
}

#account-account #orders,
#account-account #inquiry {
    min-height: 300px;
    background-color: #FFF;
    background-color: #FFF;
    padding: 0 1rem 1rem 1rem
}

.s-title a {
    color: #666;
    font-size: 13px
}

.s-title i {
    font-size: 20px;
    position: relative;
    top: 2px
}

.empty-box {
    color: #999;
    font-size: 16px;
    height: 200px;
    padding-top: 1rem;
    background-color: #FFF
}

.pagination {
    display: flex;
}

#account-inquiry .text-left,
#account-order .text-left {
    flex: 1;
}

#account-account #inquiry {
    border-bottom: 15px solid #f5f5f5
}

#account-account .p_number {
    color: #FFF
}

.account_items .list-group-item {
    border: none;
    line-height: 1.75
}

.account_items .list-group-item:first-child {
    padding: 25px 20px 0px 20px;
}

.bt-1 {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 30px
}

.text-lc {
    text-align: left;
    padding-left: 43%
}

#account-cart #content {
    margin-right: 15px
}

#account-cart .list-image img {
    width: 100px
}

#account-cart .empty-box {
    height: 400px
}

#account-cart .empty-box img {
    width: 150px
}

#account-order #content,
#account-inquiry #content,
#account-wishlist #content,
#account-edit #content,
#account-password #content {
    overflow-x: hidden;
    padding: 1.2rem 1.5rem
}

#wish_list i {
    color: #666
}

#wish_list tr.checked i.icon-cart {
    color: #008aff
}

#wish_list tr.checked i.icon-delete {
    color: #f19310
}

#contract_box {
    position: relative
}

#download_contract_box {
    position: relative;
    left: 35%;
    margin-bottom: 10px;
    display: inline-block
}

#download_contract_box i {
    font-size: 22px
}

#upload_contract_box {
    position: relative;
    left: 30%;
    margin-bottom: 10px
}

#upload_contract_box label {
    padding: .35rem .75rem;
    z-index: 9;
    border: 1px solid #ccc;
    color: #8c8c8c
}

#selected_file_name {
    color: #9c9c9c
}

#upload_contract_input {
    z-index: 8;
    position: relative;
    left: 0%;
    display: none
}

.list2-contanier {
    color: #333;
    border: 1px solid #DCDCDC;
    border-radius: .6rem;
    box-shadow: 0px 0px 5px #ccc;
    padding: 1.5rem 1.5rem 0 1.5rem;
    width: 90%;
    position: relative;
    left: 0%;
    line-height: 1.65
}

.list2-contanier ul,
.list2-contanier ul label {
    vertical-align: text-top;
    padding: 0;
    margin-bottom: 4px
}

.by {
    margin-bottom: 1rem;
    margin-top: 1rem;
    display: inline-table
}

.by td {
    padding-left: 0
}

.by:after {
    content: "";
    border-bottom: 1px solid #DCDCDC;
    width: 2000px;
    height: 1px;
    position: absolute;
    right: 0;
    display: block;
    margin-bottom: 1rem;
    margin-top: 1rem
}

#account-order .submit-order {
    padding: 1px 5px;
    font-size: .58rem;
    border-radius: 1px
}

#account-order #upload-input {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    cursor: pointer;
    font-size: .75rem
}

#account-order #upload {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    border: 1px solid #DCDCDC
}

#account-order #upload+img {
    width: 50px;
    height: 40px;
    vertical-align: middle
}

#my {
    z-index: 999;
    width: 338px;
    position: absolute;
    bottom: 50px;
    left: 50px
}

.ye {
    background: #FFAE00
}

#account-inquiry-info .table tbody tr {
    color: #666;
    font-size: .8rem
}

#account-inquiry-info .table thead tr,
#account-order-info .table thead tr {
    white-space: normal
}

#account-inquiry-info .btn-primary {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

#account-inquiry-info .table b {
    color: #222
}

#submitOrder {
    border-radius: 5px;
    line-height: 1.0;
    padding: .5rem 3rem;
    vertical-align: middle;
    font-size: 15px
}

#submitOrder i {
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: 3px
}

#o-info-note table tbody td {
    display: block;
    min-height: 4rem
}

.b {
    color: #222;
    font-weight: bold
}

.no-logged {
    border: 1px solid #DCDCDC;
    box-shadow: 0 0 3px #CCC;
    padding-top: .95rem;
    padding-bottom: .95rem;
    padding-left: 1%;
    margin: 0;
    margin-bottom: 1.1rem
}

.login-btn {
    color: #Fff
}



.quantity-chg,
.quantity {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 2rem;
    position: relative;
    top: -5px;
    padding: .35rem .5rem;
    text-align: center
}

.quantity {
    width: 56%;
    font-size: .8rem
}

.quantity-chg .iconfont {
    position: relative;
    top: -4px
}

.quantity-chg .icon-minus {
    color: #888
}


#account-inquiry-info .table-bordered tr>td:first-child {
    position: relative
}

#checkout-cart .table-bordered tbody>tr>td:first-child>input,
#all,
#account-inquiry-info .table-bordered tr>td:first-child>input {
    visibility: hidden
}

#checkout-cart .table-bordered tbody>tr>td:first-child>input+label,
#account-inquiry-info .table-bordered tr>td:first-child>input+label {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    top: 3rem;
    left: 13%;
    background: #FFF;
    border: 1px solid #999
}

#account-inquiry-info .table-bordered tr>td:first-child>input+label {
    left: 10px;
    top: 10px
}

#accordion {
    margin-bottom: 1rem;
    margin-left: 16px;
    margin-right: 16px;
}

#checkout_shipping_method {
    position: relative;
    display: flex;
    justify-content: space-around;
}

#heading-shipping-address {
    padding: 10px 0px !important;
}


#accordion div.form-group label {
    flex: 2;
}

#accordion div.form-group div {
    flex: 9;
    padding-left: 15px;
}



#accordion div.form-group label {
    text-align: right;
    padding-right: 0;
    height: 23px;
    display: inline-block;
}


#accordion .btn-qoute {
    padding: 0;
    font-size: .9rem;
    width: 60%;
    margin-left: 40%;
    height: 40px;
    line-height: 30px
}

#accordion .btn-qoute i {
    font-size: 1.5rem;
    position: relative;
    top: 4px
}

#accordion .form-group {
    display: block;
}



#collapse-checkout-confirm button {
    display: block;
    margin-left: 16px;
    padding: 4px 24px;
}

#collapse-checkout-confirm #text {
    display: none;
}


.datasheetFile input[type=button],
.imageFile input[type=button] {
    color: white !important;
    background-color: #008aff !important;
    font-size: 16px;
    font-weight: 600;
}

#text {
    color: #008aff;
}

#search_inq_form .datasheetFile input[type=button],
#search_inq_form .imageFile input[type=button] {
    border: none !important;
    height: 1.5rem;
}

#search_inq_form .datasheetFile,
#search_inq_form .imageFile {
    height: 36px;
    line-height: 40px;
    margin-bottom: 0.625rem;
}


#accordion div.form-group label.FormControlFile1-label {
    border: 1px solid #008aff;
    padding: .35rem 1.5rem;
    background-color: #008aff;
    color: #fff;
    margin-bottom: .1rem;
    border-radius: 4px;
    width: 100px;
}

#accordion div.upload-bom a {
    color: #008aff
}

#inputBill {
    padding: .25rem
}

table.border-0 td {
    border: none
}

.table-responsive table,
.shipments-list table {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive .text-center {
    text-align: center;
}


.list-input {
    padding: .35rem .75rem;
    width: 100%;
    line-height: 1.5;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #495057
}

#checkout-enquiry .list-input,
#checkout-checkout .list-input {
    width: 45%;
    height: 36px
}


.need-card {
    margin-bottom: 2rem;
    padding: 15px;
    padding-left: 30px;
    border-bottom: 1px solid #DCDCDC
}

.need-card textarea {
    border: 1px solid #CCC
}

.pmgressbar {
    height: 20px;
    padding: 10px 0px;
    margin-bottom: 60px;
    margin-top: 35px;
    text-align: center;
    position: relative;
    margin-left: 9%
}

.pmgressbar dl {
    float: left;
    border-top: 2px solid #CCC;
    height: 3rem;
    flex: 0 0 14%;
    width: 14%;
    position: relative
}

.pmgressbar dl:nth-child(1),
.pmgressbar dl:nth-last-child(1) {
    flex: 0 0 5%;
    width: 5%
}

.pmgressbar dl:nth-child(1) {}

.pmgressbar dl:nth-last-child(1) {}

.pmgressbar dl label {
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -1.18rem;
    left: calc((100% - 35px)/2);
    line-height: 35px;
    border: 1px solid #CCC;
    color: #6c757d;
    font-size: 20px;
    transform-style: preserve-3d;
    transform: rotate(135deg);
    background: #CCC
}

.pmgressbar dl .t-s {
    position: relative;
    top: 2rem;
    right: 0px;
    font-size: .9rem;
    display: inline-block;
    width: 100%
}

.pmgressbar dl.curr {
    border-top: 2px solid #008aff
}

.pmgressbar dl.curr label {
    border: 1px solid #008aff;
    color: #fff;
    background: #008aff
}

.pmgressbar dl label span {
    display: block;
    transform: rotate(-135deg)
}

#checkout-alert-success,
#checkout-alert-danger {
    display: none
}

#checkout-enquiry #content,
#checkout-checkout #content {
    border: 1px solid #DCDCDC;
    margin-bottom: 2rem
}

#checkout-enquiry #content div.tab,
#checkout-checkout #content div.tab {
    width: 100%;
    background: #e7e7e7;
    margin-left: -15px;
    padding-right: 30px;
    box-sizing: content-box
}

#accordion .card:not(:first-child) {}

#checkout-enquiry #content div.tab dl,
#checkout-checkout #content div.tab dl {
    display: inline-block;
    padding: .45rem 1.25rem;
    height: 2.8rem;
    line-height: 2rem;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer
}

.text-tooltop {
    font-size: 1rem;
    line-height: 1.8;
    padding: 15px 25px;
    color: #6c757d !important;
}



#checkout-enquiry #content div.tab dl.curr,
#checkout-checkout #content div.tab dl.curr {
    background: #FFF
}


.upload-bom {
    text-align: center;
    margin-top: 3rem;
}

.upload-bom i.icon-upload {
    font-size: 3rem;
    font-weight: 900;
    color: #b9b7b7;
    margin-right: 46px;
}

.upload-bom .form-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#accordion .upload-bom div.form-group label {
    text-align: center
}

.upload-bom a {
    color: #555;
    text-decoration: underline
}


.upload-bom a i {
    font-weight: 900;
    margin-left: .5rem
}

.upload-bom .form-group {
    text-align: center;
    position: relative
}

.upload-bom .form-group label {
    font-size: .9rem;
    border: 1px solid #CCC;
    padding: .35rem 1.5rem;
    margin-top: .6rem;
    min-width: 10rem;
    z-index: 2;
    cursor: pointer
}

.upload-bom .form-group input[type=file] {
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    filter: alpha(opacity=0);
    height: 0;
    position: absolute
}

.upload-bom .form-group .text-name {
    position: absolute;
    top: 1rem;
    margin-left: .5rem;
    color: #555
}


#checkout-inquiry .content {
    background-color: #FFF;
    padding: 1rem 0 3.5rem 3rem
}

#checkout-inquiry .content div {
    line-height: 2.4
}

#checkout-inquiry .content ul {
    padding-inline-start: 1.2rem
}

#checkout-inquiry .content ul>li {
    list-style-type: disc !important;
    line-height: 2.4
}

#RFQ_TABLE tr td {
    line-height: 45px;
}

#RFQ_TABLE {
    margin-bottom: 16px;
}

.success-div {
    height: 4.5rem;
    line-height: 3.5rem;
    position: relative;
    padding: 1rem 0 1.2rem 3rem;
    background: #FFF
}

.success-div i.iconfont {
    font-size: 3.5rem;
    color: #008aff;
    position: absolute
}

.success-div label {
    margin-left: 4.1rem;
    font-size: 1.1rem;
    font-weight: 600
}


.sent_quotation {
    position: relative;
    margin: 1.2rem 0 .5rem 0;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    display: inline-block;
    float: right;
    padding: 5px 15px;
    cursor: pointer
}

.sent_quotation .iconfont {
    font-size: 23px;
    position: relative;
    top: 3px;
    margin-right: 2px
}

.sent_quotation a {
    color: #FFF
}


.all-box label {}

.all-enquiry-box {
    float: right;
    text-align: center
}

.all-enquiry-box a {
    color: #666
}

#all {
    margin-left: 15px;
    position: absolute
}

#all+label {
    top: 10px;
    left: 0px;
    text-align: center;
    border: none;
    width: 100%;
    font-size: 14px
}

#checkout-cart .table-bordered tbody>tr>td:first-child>input:checked+label::before,
#all:checked+label::before,
#account-inquiry-info .table-bordered tbody>tr>td:first-child>input:checked+label::before {
    display: inline-block;
    content: "\2714";
    text-align: center;
    font-size: 14px;
    width: 18px;
    height: 18px;
    position: relative;
    right: 1px;
    bottom: 1px;
    color: #fff;
    background: #008aff
}

#all:checked+label::before {
    margin-right: 5px
}

.list-operation button {
    background: none;
    line-height: 0;
    border: navajowhite;
    color: #F00;
    font-size: 20px;
    font-weight: 100
}

#checkout-checkout #accordion h4 {
    cursor: pointer;
    font-size: 15px;
    font-weight: 600
}

#checkout-checkout #accordion #text-invoice {
    font-weight: 300;
    margin-left: 1rem
}

#checkout-checkout #accordion .card-header2 {
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #DCDCDC
}

.bgred,
.bgred a {
    color: #faa732
}

#checkout-checkout #accordion .card {
    border-radius: 0;
    border-right: none;
    border-left: none;
    border-bottom: none
}

.shipping-method {
    display: inline-block;
    position: relative;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    height: 11.6rem;
    width: 49%;
    min-width: 360px;
    box-shadow: 2px 2px 5px #DCDCDC
}

.shipping-method>label {
    padding: 20px 10px;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0
}

.curr_method {
    border: 1px solid #66b2f3
}

.triangle-bottomright {
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: -1px;
    border-bottom: 28px solid #008aff;
    border-left: 25px solid transparent;
    display: none
}

.banner li.active {
    background-color: transparent !important;
}

.triangle-bottomright i {
    color: #fff;
    position: absolute;
    left: -14px;
    top: 9px;
    font-size: 14px;
    font-weight: 800
}

.curr_method .triangle-bottomright {
    display: inline-block
}

.shipping-method-list {
    display: inline-block;
    width: 100%;
    margin-bottom: .3rem;
    margin-top: 15px;
    color: #333
}

.shipping-method-list img {
    margin-right: 10px
}

.shipping-method .shipping-method-bottom {
    width: 50%;
    height: 33px;
    font-size: .9rem;
    margin-top: 1rem
}

.shipping-method .more {
    border: 1px solid #ccc;
    padding: 5px;
    color: #333;
    cursor: pointer;
    text-align: left
}

.shipping-method select.more {
    padding: 5px 10px;
    color: #555
}

.shipping-method .more label {
    margin: 0;
    font-weight: 500;
    font-size: .9rem;
    cursor: pointer;
    display: inline-block;
    width: 90%
}

.shipping-method .more i {
    padding-left: 2px;
    cursor: pointer;
    position: relative;
    top: 2px
}

#invoice-input-box {
    display: inline-block
}

#invoice-input-box ul li {
    margin: .5rem 0
}

#invoice-input-box ul li div {
    display: inline-block;
    width: 70%;
}

#invoice-input-box .form-control {
    width: 69%;
    padding-left: 10px;
}

#invoice-input-box .container2 .text-center:last-child {
    text-align: right;
    width: 50%;
}

#collapse-payment-method .form-check {
    display: inline-block;
    border: 1px solid #DCDCDC;
    box-shadow: 2px 2px 5px #DCDCDC;
    float: initial;
    border-radius: 10px;
    min-height: 105px;
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 1.6%;
    max-width: 18%;
}

#collapse-payment-method .form-check:first-child {
    margin-left: 0
}

#collapse-payment-method .card-body {
    margin-bottom: 0px;
    display: flex;
}

#collapse-payment-method .card-body div:first-child {
    margin-left: 0
}

#collapse-payment-method .form-check .image {
    margin-bottom: .5rem
}

#collapse-payment-method .form-check img {
    max-width: 100%
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

.clear {
    zoom: 1
}

.radio-label {
    margin: 0;
    margin-right: 5px
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0
}

.radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    position: relative;
    top: -1px;
    margin-right: 1rem;
    vertical-align: top;
    cursor: pointer;
    text-align: center
}

.radio input[type="radio"]:checked+.radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4
}

.radio input[type="radio"]:focus+.radio-label:before {
    outline: none;
    border-color: #3197EE
}

.radio input[type="radio"]:disabled+.radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4
}

.radio input[type="radio"]+.radio-label:empty:before {
    margin-right: 0
}

.checkbox input[type="checkbox"] {
    -webkit-appearance: none;
    outline: none;
    display: none
}

.checkbox input[type="checkbox"]+span {
    width: 18px;
    height: 18px;
    background-color: #FFF;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 3px;
    border: 1px solid #999;
    left: 0%
}

.checkbox input[type="checkbox"]+span i {
    color: #fff
}

.checkbox input[type="checkbox"]:checked+span {
    background-color: #008aff
}

#checkout-checkout #accordion #heading-payment-invoice {
    border-bottom: none;
    margin-bottom: 0;
    line-height: 40px
}

#collapse-shipping-address .card-body,
#collapse-shipping-method .card-body {
    padding-top: 0px
}

#heading-shipping-address {
    padding-bottom: 0;
    margin-bottom: 0
}

#heading-payment-invoice label.edit {
    float: right;
    background: #FFF;
    border-radius: 50%;
    border: 2px solid #555;
    width: 28px;
    height: 28px;
    line-height: 0px;
    cursor: pointer;
    position: relative;
    top: 6px
}

#invoice-button-edit i {
    position: relative;
    top: 12px;
    left: 4.5008px
}

#heading-shipping-method,
#heading-shipping-address,
#heading-payment-invoice,
#header-payment-method,
#collapse-checkout-products h4,
.card-body h4 {
    padding: 10px 20px 10px 0px;
    margin-top: 0;
    font-weight: 600
}

#accordion #toast {
    border: none;
    box-shadow: none;
}

#accordion #toast button {
    background-color: rgba(0, 0, 0, 0);
}

#header-payment-method {
    margin-bottom: 0
}

#shipping_account_no {
    display: inline-block;
    width: 97%;
    margin-bottom: .5rem;
    padding-left: 20px;
    color: #333
}

#shipping_account_no input {
    display: inline-block;
    padding: .1rem .5rem;
    font-size: 14px
}

#shipper-pay-box {
    min-width: 660px;
    width: 97%;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    display: none;
    z-index: 10000;
    position: absolute;
    background: #FFF;
    left: 1%;
    top: -50%;
    padding: 5px 15px 15px 15px
}

#shipper-pay-box .container {
    padding: 5px 100px;
    margin-top: 35px
}

#shipper-pay-box table tr td {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    white-space: nowrap;
}

#shipper-pay-box table tr td>label {
    margin: 0;
    padding: .55rem .75rem;
    width: 100%;
    height: 100%;
    cursor: pointer
}

#invoice-input-box {
    width: 660px;
    height: 500px;
    padding: 5px 15px 20px 15px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    display: none;
    z-index: 10000;
    position: fixed;
    background: #FFF;
    top: calc((100vh - 480px)/3);
    left: calc((100vw - 660px)/2)
}

#invoice-input-box .container2 {
    margin-top: 15px
}

#button-invoice-submit {
    padding: .4rem 4rem;
    font-size: .85rem
}

#shipper-pay-box .list-group-item {
    padding: .28rem 0
}

#button-shipping-method,
#button-payment-method {
    width: 130px;
    height: 40px;
    border-radius: 4px;
    font-size: 1rem;
    margin: 1rem 1rem
}



#button-payment-method {
    margin-bottom: .5rem
}

#button-order-submit {
    font-size: .9rem;
    margin: .5rem;
    background-color: #eb9815;
    padding: 0 1.8rem
}

#button-order-submit i {
    font-size: 20px;
    font-weight: 300;
    top: 2px;
    margin-right: 2px;
    position: relative
}

#shipper-pay-box #toast,
#invoice-input-box #toast {
    padding-bottom: 0;
    width: 30px;
    display: inline-block;
    min-width: 30px;
    position: absolute;
    top: 5px !important;
    left: 95% !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

#invoice-input-box #toast {
    width: 30px;
    display: block;
    position: absolute;
    top: 2px;
    left: 94%
}

#invoice-input-box #toast .close {
    color: #555;
    border: none;
    outline: none
}

#checkout-checkout #invoice-input-box label {
    text-align: right;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
    width: 30%;
}



#shipper-pay-box #toast::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#shipper-pay-box #toast button {
    font-size: 1.6rem
}

#checkout-checkout #payment-new .form-control,
#checkout-checkout #shipping-new .form-control {}

#checkout-checkout a.aggree {
    text-decoration: underline
}

#checkout-checkout #accordion h4:before {}

#checkout-checkout #accordion h4.collapsed:before {}

div.image {
    display: inline-block;
    padding: 0;
    margin-bottom: 0px
}



.packing-label {
    font-size: .85rem;
    margin-top: 4px
}

.packing-detail-list {
    padding-left: 1.2rem
}

.packing-detail-list li {
    line-height: 1.8;
    margin-bottom: .5rem
}

.faq-container dl {
    line-height: 1.8
}

.faq-container dt {
    margin-top: 1rem
}

.faq-container dd {}






.extra .mainBox {
    border: none;
}

.extra .mainBox {
    margin-bottom: 0px;
}

.extra {
    border: 1px solid #e8e7e7;
}


.part-tags h2 {
    margin-bottom: 15px;
    font-weight: 600
}

.part-tags p {
    margin-bottom: 2px
}

.part-tag {
    width: 49%;
    text-align: left;
    margin-bottom: 2px;
    vertical-align: text-top
}










.datasheet-link {
    vertical-align: middle
}

.RoHS {
    vertical-align: sub;
    margin-left: 5px
}


.inq-image {
    padding: 7px 12px
}









#tab-related .table-bordered tr {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6
}

#tab-related .table-bordered td {
    border-left: none;
    border-right: none;
    padding: 7px 5px;
    vertical-align: middle
}




.service {
    width: 100%
}

.service div {
    padding-left: 20px;
    padding-right: 20px
}






#product-product .w-100>div:first-child {}







.service h2,
.last-col h2 {
    background-color: #f5f5f5;
    width: 100%
}




.thumbnails .img-fluid {
    width: 100% !important
}





.attr {
    padding-bottom: 1rem;
    padding-top: 0
}





#tab-guarantee label {
    font-size: 15px
}

#tab-guarantee img {
    display: inline-block;
    width: 106px;
    vertical-align: bottom
}

.tab-content .active {
    display: block !important;
}

#tab-guarantee p label {
    display: inline-block;
    width: 86%;
    line-height: 1.6;
    height: 106px;
    position: relative;
    top: 15px;
    left: 10px
}

#tab-guarantee p label b {
    margin-bottom: 8px;
    display: inline-block
}

#tab-description .table {
    color: #343a40;
    margin-bottom: 0
}

#tab-description .table thead {
    background: #fff
}

.content-title {
    width: 100%;
    margin-bottom: 10px;
    color: #444;
}


#tab-description .table-bordered tbody td {
    width: 100%;
    border: none;
    padding-left: 15px
}

#tab-description .odd-li {
    background-color: #f5f5f5
}

#tab-description tr,
#tab-description tr td {
    display: inline-block
}

#tab-description tr {
    width: 50%
}

#tab-description .table-bordered .subtitle {
    color: #888
}

.per-enquiry div {
    float: left
}

.per-enquiry .inq-box {
    box-shadow: 0px 0px 6px #e2e3e5;
    background-color: #FFF;
    border: 1px solid #e2e6ea
}

.per-enquiry .image {
    width: 18%;
    text-align: center;
    line-height: 26rem;
    border: none;

}

.per-enquiry .image img {
    vertical-align: middle;
}

.error_input {
    outline: none;
    border: 1px solid #ff0000
}

.error_input:focus {
    outline: 1px solid #ff0000
}

.per-enquiry #per-form {
    border: none;
    width: 80%
}

#information-sample .form-control {
    padding-left: 4px;
}

#information-sample .btn-group button {
    background: #008aff;
    color: #FFF;
    padding: 10px 30px;
}

#information-sample .btn-group {
    padding-bottom: 10px;
}

@media(min-width:768px) {
    .per-enquiry #per-form .col-12 .col-md-2 {
        flex: 0 0 18.666667%;
        max-width: 18.666667%
    }

    .per-enquiry #per-form .col-12 {
        width: 100%;
    }

    .per-enquiry #per-form .col-sm-9 {
        width: 75%;
    }
}

.per-enquiry #per-form div.col-12 .cbl {
    text-align: right;
    padding-right: 0;
    height: 36px;
    line-height: 36px;
    font-size: .9rem;
    width: 18%;
}

.per-enquiry #per-form div.col-12 .input>input,
.per-enquiry #per-form div.col-12 textarea {
    width: 45%;
    padding: .35rem .75rem;
    display: inline-block
}

.per-enquiry #per-form div.col-12 textarea {
    border: 1px solid #bfbfbf;
    height: 70px;
}

.per-enquiry #per-form :nth-last-child(2) .text-hint {
    vertical-align: top;
    margin-top: 20px;
}

.per-enquiry #per-form div.no-rs-hint {
    line-height: 1.6;
    padding: 1rem;
    color: #222
}

.per-enquiry #per-form span.require {
    color: red;
    font-weight: 600;
    padding-left: 5px
}

.per-enquiry #per-form .button-group {
    padding-left: 12.5rem;
    margin-bottom: 2rem;
    margin-top: 1rem
}

#search_inquiry:hover,
#search_inquiry:active,
#search_inquiry:focus {
    box-shadow: none
}

#search_inquiry {
    display: block;
    width: 35%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    margin-left: -3px;
    background-color: #eb9815;
    color: #FFF;
    font-size: .9rem;
    cursor: pointer;
    border-radius: 4px
}

#search_inquiry i {
    font-size: 22px;
    position: relative;
    top: 3px;
    margin-right: 2px
}

#account-container {
    width: 100%;
    background-image: url(/image/login_bg.png);
    background-position-x: 58%;
    background-size: cover
}

#account-container h2 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 25px;
    color: #666
}

.ls_c {
    letter-spacing: .4rem
}

#account-container input {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    height: 2.8rem;
    line-height: 2.8rem;
    padding-left: 5px
}

#account-container input::-webkit-input-placeholder {
    color: #b2b2b2
}

#account-container input:-moz-placeholder {
    color: #b2b2b2
}

#account-container input:-ms-input-placeholder {
    color: #b2b2b2
}

#search .form-control-lg::-webkit-input-placeholder,
#search .form-control-lg::-moz-placeholder,
#search .form-control-lg:-moz-placeholder,
#search .form-control-lg::-ms-input-placeholder {
    color: #DDD
}

.login_box {
    max-width: 39%
}

.login_box .card-body {
    padding-bottom: 15px
}

#account-container a {
    font-size: 15px
}

.label-remember {
    line-height: 20px;
    font-size: 15px;
    padding-left: 6px;
    cursor: pointer;
    color: #999
}

#account-container #content .form-control {
    margin-bottom: .5rem
}

#account-container #content .form-control-t {
    border: none;
    margin-top: -10px;
    padding: 0;
    font-size: 14px;
    margin-bottom: 10px
}

#account-container input[type=checkbox] {
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 0;
    position: relative;
    top: 3px
}

#account-container #content .form-control-t a {
    float: right
}

#account-container #content .form-button-control {}

#account-container #content .form-button-control button {
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 6px
}

#compare button {
    line-height: 1.45;
}

#account-container .col-sm-5 {
    padding: 0 30px
}

#account-container #content {
    padding-top: 65px;
    background-color: transparent
}

#account-login #content {
    margin-top: 90px
}

#account-container #content .card {
    padding: 12px 32px 5px 32px;
    border-radius: 10px
}

#account-container #content .button-redirect {
    text-align: center;
    margin-top: 10px
}



.button-redirect ul li {
    list-style: none;
    float: right;
    margin-top: 10px;
    margin-left: 8px
}

#account-register legend {
    border: none
}



.reg_remind {
    font-size: 15px;
    margin-bottom: .5rem;
    padding-top: 1rem
}

#account-register .breadcrumb li a {
    color: #17a1ff
}

#account-register .row {
    margin: 0;
    margin-bottom: 15px
}

#account-register .form-control,
#information-sample .form-control {
    border-radius: 4px;
    border-color: #bfbfbf;
    width: 43%;
    display: inline-block
}

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

#information-sample .information-container {
    border: 1px solid #DCDCDC;
}

#information-sample .information-container h2:nth-child(1) {
    padding: 8px 5px;
    padding-top: 20px;
    font-size: 22px;
    margin-bottom: .5rem;
    font-weight: 500;
}

#information-sample .information-container .sample-title {
    padding-bottom: 1rem;
}

#account-register .form-control::-webkit-input-placeholder {
    color: #c2c2c2
}

#account-register .form-control:-moz-placeholder {
    color: #c2c2c2
}

#account-register .form-control:-ms-input-placeholder {
    color: #c2c2c2
}

select.form_control_sel {
    color: #333
}

#account-register #content {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 0px;
    background-color: #FFF
}

.reg_title {
    font-size: 20px;
    color: #666;
    font-weight: 600
}

#account-register .col-form-label {
    text-align: right;
    position: relative;
    padding-right: 0
}

.d-inline-block .float-left {
    padding-left: 10px !important;
    margin: 8px 0px;
}

#information-helpCenter>h1 {
    margin-bottom: 20px;
}

#account-register .d-inline-block button.btn {
    font-size: 1rem;
    letter-spacing: .03rem;
}

.text-hint {
    color: #999;
    margin-top: 2px;
    padding-left: 2px;
    font-size: 13px;
    display: inline-block;
    height: 22px;
    margin-bottom: 16px;
    line-height: 22px
}

#account-register .btn {
    width: 200px;
    height: 40px;
    font-size: 16px;
    background-color: #17a1ff;
    border-radius: 5px
}

#account-forgotten .form-control {
    display: inline-block;
    border: 1px solid #bbb;
    border-radius: 0;
    line-height: 2.5rem;
    height: 2.5rem;
    margin: 10px 0px 8px 0px;
}

#account-forgotten #input-email {
    border-radius: 4px;
    width: 400px;
}

#account-forgotten .row {
    display: block;
    text-align: center;
}

#account-forgotten .form-group>div {
    display: inline-block;
}

#account-forgotten button {
    width: 10rem;
    height: 2.6rem;
    margin-left: 4px;
    font-size: 15px;
    color: #FFF;
    border-radius: 5px
}

#captchaImg {
    margin-bottom: 2.5008px;
    margin-left: 10px
}

#captchaImg+img {
    cursor: pointer
}

#submiting {
    margin-top: .3rem;
    vertical-align: text-top
}



.d-block {
    display: block
}

.alert-dismissible button {
    position: absolute;
    top: -11px;
    right: -5px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 22px;
}

#account-wishlist #content {
    flex: 1;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}

#account-account .empty-box,
#account-order .empty-box {
    text-align: center;
}

#account-wishlist .table-responsive tbody tr td:nth-child(5) a {
    line-height: 33px;
}

#account-wishlist .table-responsive tbody tr td:nth-child(1) {
    white-space: nowrap;
}

#account-wishlist .btn-warning {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
    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;
}

#account-account #inquiry h3 a,
#account-account #orders h3 a {
    float: right;
}

#column-right .list-group a:nth-child(1) {
    text-align: center;
}

#column-right .list-group,
#column-right .list-group {
    height: 100%;
}

#column-right .list-group .list-group-item {
    padding: .75rem 1.25rem;
}

#account-inquiry #column-right,
#account-order #column-right,
#account-wishlist #column-right,
#account-address #column-right,
#account-password #column-right,
#account-edit #column-right {
    padding-right: 15px;
}

#account-edit fieldset,
#account-edit fieldset legend,
#account-password fieldset {
    border: none;
}

#account-password fieldset,
#account-edit fieldset {
    width: 100%;
}

#account-password fieldset .form-group label,
#account-edit fieldset .form-group label {
    width: 30%;
}

#account-password .form-group,
#account-edit .form-group {
    margin-bottom: 10px;
}

#account-edit .form-group label {
    width: 120px;
    margin-right: 10px;
    text-align: right;
}

#account-password .form-group label {
    margin-right: 10px;
    text-align: right;
    width: 150px
}

#account-password .form-group .form-control,
#account-edit .form-group .form-control,
#account-edit .form-group .col-sm-9 {
    width: 320px;
    padding-left: 3px;
}

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

    .d-md-block {
        display: block;
    }

}


.loading {
    position: relative;
    top: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px solid #BEBEBE;
    border-left: 3px solid #fff;
    animation: load 1s linear infinite;
    -moz-animation: load 1s linear infinite;
    -webkit-animation: load 1s linear infinite;
    -o-animation: load 1s linear infinite
}


#common-quality .quality-declaration .container {
    padding-left: 10px;
    padding-right: 10px;
}

#common-quality h2 {
    font-size: 20px;
}

#common-quality .quality-procedure .d-flex div {
    padding-left: 0px !important;
}

#common-quality .quality-procedure {
    background-color: white;
    padding: 18px 0px;
}

#common-quality .quality-procedure .d-flex div span {
    display: inline-block;
}


#account-wishlist .table-responsive,
#account-inquiry-info .table-responsive1 {
    overflow-x: auto;
}

fieldset {
    border: none;
}

#account-reset fieldset .form-group {
    margin-bottom: 16px;

}


#account-reset fieldset .form-group .col-form-label {
    width: 20%;
}

#account-reset fieldset .form-group .col-sm-10 {
    flex: 1;
}

#account-reset fieldset .form-group .form-control {
    width: 50%;
}

#account-reset fieldset .form-group:nth-child(1) .col-form-label {
    width: auto;
}

#account-reset fieldset {
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

#account-forgotten #content {
    padding-left: 10px;
    padding-right: 10px;
}

#account-forgotten fieldset .row,
#account-forgotten .d-inline-block {
    text-align: left;
}

#account-forgotten .d-inline-block .col-form-label {
    display: none;
}

#account-forgotten .breadcrumb {
    width: 100%;
}

#account-register .reg_title {
    display: none;
}

#account-register .text-hint {
    height: auto;
    margin-bottom: 0px;
}

@media(max-width:576px) {

    #product-category,
    #product-manufacturer,
    #information-aboutus,
    #common-quality,
    #information-sample,
    #information-helpCenter,
    #solution-content,
    .product-technology,
    #product-technology,
    #checkout-enquiry .no-logged,
    #product-search,
    #information-careers .information-container,
    main>#container,
    #checkout-cart,
    #account-forgotten,
    #account-register,
    #account-account,
    #account-wishlist,
    #account-inquiry,
    #account-order,
    #account-edit,
    #account-password,
    #account-inquiry-info,
    main>.dropdown-menu,
    #common-home,
    #solution-consult header,
    footer,
    .quality-slideshow,
    .c-banner,
    #checkout-enquiry .breadcrumb,
    #information-careers .breadcrumb,
    #account-container,
    #error-not-found,
    #common-success,
    #account-reset,
    #checkout-checkout {
        width: 100%;
    }

    footer,
    .quality-slideshow,
    .c-banner,
    #checkout-enquiry .breadcrumb,
    #information-careers .breadcrumb,
    #account-container {
        min-width: auto !important;
        margin: auto;
        width: 100%;
    }





    #product-category .category-list ul li,
    #product-search .category-list ul li {
        width: 100%;
    }

    #toast {
        left: 12%;
        top: 33%;
    }

    #toast {
        min-width: 410px;
    }

    #toast .toast-body button.close {
        margin-left: 0px;
        margin-top: 10px;

    }

    #toast .toast-body button.close,
    #toast .toast-body a.cart-btn {
        width: 97%;
        display: block;
    }

    .shipping-payment .nav-item span,
    .shipping-payment div.payment,
    .shipping-payment div.shipping,
    .shipping-payment div.payment a,
    #common-quality .quality-test-items .flex-row {
        display: block;
    }

    #common-quality .quality-procedure .d-flex div {
        flex: auto;
        padding-left: 60px;
    }

    #common-quality .quality-procedure .flex-row {
        flex-wrap: wrap;
    }

    #common-quality .quality-procedure .flex-row .ml-5 {
        display: none !important;
    }



    #common-quality .quality-procedure .procedure-item {
        width: 40%;
    }

    #common-quality .title img,
    #information-helpCenter #helpCenter-left {
        display: none;
    }

    .shipping-payment div.payment img,
    .shipping-payment div.payment a,
    .shipping-payment div.shipping img,
    .shipping-payment div.shipping a,
    .shipping-payment div.payment,
    .shipping-payment div.shipping,
    #slideshow-banner img,
    #common-quality .quality-test-items .test-item,
    #information-helpCenter #helpCenter-right,
    .solution-list-nav .solution-cat li,
    .quick-link,
    .category-list-content .category-list li {
        width: 100% !important;
    }

    .shipping-payment {
        height: auto;
    }

    footer {
        max-width: 520px;
    }

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

    #product-category,
    #product-manufacturer,
    #information-aboutus,
    #common-quality,
    #information-sample,
    #information-helpCenter,
    #solution-content,
    .product-technology,
    #product-technology,
    #checkout-enquiry .no-logged,
    #product-search,
    #information-careers .information-container,
    main>#container,
    #checkout-cart,
    #account-forgotten,
    #account-register,
    #account-account,
    #account-wishlist,
    #account-inquiry,
    #account-order,
    #account-edit,
    #account-password,
    #account-inquiry-info,
    main>.dropdown-menu,
    #common-home,
    #solution-consult,
    #error-not-found,
    #checkout-inquiry,
    #checkout-checkout,
    #product-compare {
        min-width: auto;
        width: 100%;
    }

    #manufacturer-list #m-index strong {
        display: block;
        height: 33px;
    }

    #product-manufacturer #manufacturer-list .row {
        display: block;
    }


    #product-manufacturer #manufacturer-list .col-sm-3 {
        max-width: none;
        height: 30px;
    }

    #technology-list .row>div:last-child,
    #display-control .row:nth-child(2) {
        margin: 0px;
    }

    #information-sample .form-control {
        width: 100%;
    }

    #solution-content #column-right {
        width: 100%;
        max-width: none;
    }

    #solution-content .solution-list .image img {
        max-height: none;
        width: 100% !important;
        height: 150px;
    }

    #solution-content #column-left {
        width: 100%;
        max-width: none;
    }

    #solution-content .solution-list .image {
        padding: 20px 10px 20px 0px;
    }

    #solution-content .solution-list a.tag {
        display: block;
        margin: 10px;
        text-align: center;
    }



    #account-reset fieldset .form-group .form-control {
        width: 100%;
    }

    #account-reset fieldset .form-group .text-hint {
        margin-bottom: 0px;
    }

    #account-reset fieldset .form-group {
        margin-bottom: 10px;
    }

    .quick-link,
    #common-home .hm {
        float: initial;
    }

    #account-register .col-sm-9 {
        width: 100%;
    }

    #account-wishlist {
        max-width: 100%;
    }

    #slideshow-banner .d-inline-block {
        text-align: center;
    }

    #slideshow-banner .d-inline-block .h-circle {
        float: initial !important;
        width: 6rem !important;
        height: 6rem !important;
        margin-right: 0rem !important;
        line-height: 6rem !important;
    }

    #checkout-cart .input-group .quantity {
        top: -11px !important;
    }

    #checkout-enquiry .table-responsive {
        width: 100%;
        overflow: auto;
    }

    #checkout-enquiry .table-responsive td:nth-child(2) {
        min-width: 150px;
    }

    .vm {
        color: #008aff !important;
    }



    #product-category {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb li a {
        font-size: 13px;
    }

    #product-category .category-item a {
        font-size: 14px;
    }

    .category-list-content,
    .solution-list-nav {
        padding: 5px;
    }

    #display-control .product-list .image {
        height: 240px;
    }

    #display-control .product-list .caption {
        width: 60%;
    }

    #display-control .product-list .button-group {
        position: absolute;
        bottom: -6px;
    }

    .product-thumb {
        position: relative;
    }

    .te_manufacturers h4 {
        font-weight: bold;
    }

    #product-technology #content h2 {
        font-weight: 900;
        font-size: 1.2rem;
        margin-bottom: .8rem;
    }

    #product-manufacturer #manu_desc {
        display: block;
    }

    #common-home .hot-title {
        font-size: 15px;
        font-weight: 600;
    }

    .product-thumb .button-group .num {
        border-right: 1px solid #ccc;
        top: 0px;
    }


    .pmgressbar {
        margin-left: 3%;
    }

    .pmgressbar dl {
        width: 17%;
    }

    .need-card {
        padding-left: 15px;
    }

    #enquirysubmit #accordion div.form-group {
        margin-left: 0px;
        padding-right: 15px;
    }

    #accordion div.form-group div .text-hint {
        padding-left: 0px;
    }

    .imageFile,
    .datasheetFile {
        margin-bottom: 8px;
    }

    .FileImg,
    .FileDatasheet {
        display: none;
    }

    #enquirysubmit #accordion .form-group:last-child button {
        width: 100%;
    }

    .upload-bom i.icon-upload {
        margin-right: 0px;
    }

    #solution-consult .breadcrumb {
        background-color: #fff;
    }

    #solution-consult #container {
        padding-top: 0px;
    }

    #solution-consult #container h3 {
        padding-bottom: 15px;
        padding-top: 5px;
    }

    #solution-consult #container ul li:nth-child(1) {
        text-align: center;
        font-size: 21px;
        font-weight: 500;
    }

    #solution-consult #container ul li label {
        width: auto !important;
        text-align: initial;
        display: block;
        margin-left: 0px;
    }

    #solution-consult #container ul li input,
    #solution-consult #container ul li select,
    #solution-consult #container ul li textarea {
        width: 100%;
    }

    #solution-consult #container ul li.textarea {
        height: auto;
    }

    #solution-consult #container ul li textarea {
        margin-bottom: 0px;
    }

    #solution-consult #container ul li .text-hint {
        position: static !important;
        width: 100% !important;
        height: auto;
    }

    .form-control {
        display: block;
    }

    #solution-consult #container ul li {
        margin-bottom: 0px;
    }

    #solution-consult-btn,
    .solution-btn {
        width: 100%;
    }

    #product-manufacturer h3 {
        font-weight: 700 !important;
    }

    #product-category h4.total-number {
        margin-top: 0px !important;
    }

    #information-right h1,
    #information-careers h2:nth-child(1) {
        font-weight: 600;
        font-size: 20px;
        background-color: #f5f5f5;
        text-align: left;
        padding: 8px 5px;
        margin-bottom: 10px
    }

    #information-careers h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: .5rem;
    }

    #information-careers .breadcrumb {
        background-color: white;
    }

    #slideshow-banner .img-fluid {
        min-height: 160px !important;
    }

    #slideshow-banner .carousel-item .carousel-caption {
        position: static;
    }

    #demo #slideshow-banner .caption-text {
        padding: 20px 40px;
        text-align: left;
    }

    #demo #slideshow-banner .caption-text,
    #slideshow-banner .d-inline-block .h-circle {
        line-height: 1.3;
        font-size: 15px;
        font-weight: 500;
        color: black;
    }

    .procedure-item h3 {
        width: auto !important;
    }

    #common-quality .quality-procedure .d-flex div span {
        margin-top: 20px;
    }

    #slideshow-banner .carousel-item {
        display: block;
    }

    #account-account .row #content {
        display: none;
    }

    #account-account #column-right {
        display: block !important;
        flex: 1;
        margin-right: 0px;
    }

    #slideshow-banner .carousel-item .carousel-caption {
        padding: 0px;
    }

    #account-password .form-group .form-control,
    #account-edit .form-group .form-control,
    #account-edit .form-group .col-sm-9 {
        width: 100%;
    }

    .form-group {
        display: block !important;
    }

    #account-register #content,
    #account-edit #content {
        padding-left: 10px;
        padding-right: 10px;
    }

    #account-register .form-control,
    #information-sample .form-control {
        width: 100%;
    }

    #account-register .btn {
        width: 100%;
    }

    #account-register .row {
        margin-bottom: 5px;
    }

    #custom-field-country .text-hint {
        margin-bottom: 0px;
    }

    #account-edit .form-group .btn {
        width: 100%;
    }

    #toast .toast-body .button-group a,
    #toast .toast-body .button-group button {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    #product-category .product-partNumber {
        width: 9.8%;
    }

    #product-category .category-list-content h3 span {
        margin-top: 10px;
        display: block;
    }

    #information-sample .information-container .text-hint {
        margin-bottom: 6px;
    }

    #demo .carousel-indicators {
        display: none;
    }

    #account-forgotten fieldset {
        border: none;
    }


    #account-forgotten #input-email {
        width: 100%;
    }

    .d-inline-block .float-left {
        padding-left: 0px !important;
    }

    #common-success #toast {
        width: 95% !important;
        margin-left: 0px !important;
        left: 2% !important;
    }

    #account-register #reg_form>.form-group:last-child {
        margin-top: 10px;
    }

    #account-inquiry .table-responsive {
        overflow-x: auto;
    }

    #checkout-inquiry .success-div,
    #checkout-inquiry .content {
        padding-left: 1rem;
    }

    #product-technology #manu_desc p img {
        width: 100% !important;
    }

    #product-technology #manu_desc p:nth-child(3) {
        text-align: center;
    }

    #product-technology #manu_desc p:nth-child(3) img {
        width: 50% !important;
    }

    #product-technology .row1 #product-list,
    #product-manufacturer .product-list {
        width: 42% !important;
        margin-right: 15px;
    }


    .card-body .space {
        margin-top: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }

    #shipper-pay-box {
        max-width: none;
        width: 97%;
        left: 1%;
    }

    #shipper-pay-box #toast,
    #invoice-input-box #toast {
        left: 92% !important;
    }

    .shipping-method .more label {
        width: 86%;
    }

    #sendMsgForm .field-label,
    #information-sample .field-label {
        width: 100%;
        text-align: left;
        margin-bottom: 2px;
    }

    #sampleForm .field-indiv {
        display: block;
        width: 100%;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    #sendMsgForm .field-label,
    #information-sample .field-label {
        margin-top: 0px;
    }

    #information-sample .information-container .sample-title {
        padding-bottom: 0px;
    }
}

@media (max-width:768px) {
    #shipper-pay-box {
        min-width: auto;
    }

    #invoice-input-box {
        width: 92%;
    }
}

@media (max-width:992px) {
    .per-enquiry .image {
        width: 100%;
        float: initial;
        display: block;
        line-height: normal;
    }

    #checkout-enquiry .list-input,
    #checkout-checkout .list-input {
        width: 100%;
    }

    .per-enquiry #per-form,
    .form-control {
        width: 100% !important;
    }

    .per-enquiry #per-form div.form-group,
    .per-enquiry #per-form .button-group {
        padding: 0rem 1rem;
    }

    .per-enquiry #per-form div.col-12 .cbl {
        text-align: left;
        width: 100%;
    }

    #product-search #display-control .product-list .product-partNumber p,
    #product-search #display-control .product-list .product-desc p span,
    #product-search #display-control .product-list .product-package p span {
        font-size: 15px;
    }

    #product-search #display-control .product-list .product-partNumber p a {
        font-size: 13px;
    }

    #product-search #search_inq_form .form-group .text-hint {
        margin-bottom: 0px;
    }

    .per-enquiry #per-form div.col-12 .input>input,
    #search_inquiry,
    .per-enquiry #per-form .col-sm-9 {
        width: 100%;
    }

    .per-enquiry div {
        float: initial;
    }

    #account-register .form-group {
        display: block;
    }

    #account-register .form-group .col-sm-9 input {
        width: 100%;
    }

    #slideshow-banner .d-inline-block {
        text-align: center;
    }

    #slideshow-banner .d-inline-block .h-circle {
        float: initial;
        width: 10rem;
        height: 10rem;
        margin-right: 3rem;
        line-height: 10rem;
    }

    #manu_desc .manu_desc {
        width: 100%;
    }

    #manu_desc .manu_img {
        display: block;
    }

    #product-technology #content {
        padding-right: 15px;
    }

    #checkout-enquiry #country_id {
        width: 100%;
    }

    #checkout_shipping_method {
        display: block;
    }

    #checkout_shipping_method .shipping-method {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    #collapse-payment-method .card-body {
        display: block;
    }

    #collapse-payment-method .form-check {
        max-width: none;
        width: 100%;
    }

    #checkout-checkout #invoice-input-box label {
        text-align: left;
        display: block;
        width: 100%;
        max-width: none;
    }

    #invoice-input-box ul li div {
        width: 100%;
    }

    #invoice-input-box {
        left: auto;
        height: auto;
    }

    #invoice-input-box .container2 .text-center:last-child {
        text-align: left;
    }
}

@media(min-width:576px) and (max-width:767px) {

    .jumpBtn {
        left: 27% !important;
    }

    #common-quality .title img {
        display: none;
    }

    #common-quality .quality-test-items .flex-row {
        display: block;
    }

    #common-quality .quality-test-items .flex-row .test-item {
        width: 100%;
    }

    #common-quality .quality-test-items .flex-row .test-item a {
        flex: 1;
    }

    .solution-list-nav .solution-cat li {
        width: 100%;
    }

    #toast {
        left: 21%;
        top: 29%;
    }

    #top #language .dropdown-menu {
        left: initial !important;
        right: -20px !important;
        min-width: auto !important;
        width: 490px;
    }

    #top #language .dropdown-menu a.top-translation {
        width: 41% !important;
    }

    #language .middle-item .content:last-child {
        border-right: none;
    }

    #top #language .dropdown-menu .first-item {
        width: 32%;
    }

    #top #language .dropdown-menu .middle-item {
        width: 68% !important;
    }

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

    .quality-slideshow,
    #slideshow-banner .img-fluid,
    #product-category .category-list ul li {
        width: 100%;
    }

    .quality-slideshow {
        min-width: initial !important;
    }

    header,
    #top .container,
    #product-category,
    #product-manufacturer,
    #information-aboutus,
    #demo,
    #common-quality,
    #information-sample,
    #information-helpCenter,
    #solution-content,
    #product-technology,
    .product-technology,
    .pro-inquiry .show-inquiry,
    .pro-footer,
    #checkout-enquiry .breadcrumb,
    #checkout-enquiry .no-logged,
    #checkout-enquiry #content,
    #information-information,
    #information-contact,
    #product-search,
    #information-careers,
    main>#container,
    #checkout-cart,
    .c-banner,
    #common-home,
    #account-forgotten,
    #account-register,
    #account-wishlist,
    #account-account,
    #account-inquiry,
    #account-order,
    #account-edit,
    #account-password,
    #account-inquiry-info,
    main>.dropdown-menu,
    #solution-consult,
    #error-not-found,
    #common-success,
    #account-reset,
    #checkout-inquiry,
    #checkout-checkout,
    #product-compare {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }

    #account-register .col-sm-9 {
        width: 100%;
    }

    .c-banner {
        width: auto !important;
    }

    #checkout-cart .input-group .quantity {
        top: -11.5008px !important;
    }

    #product-technology .row1 #product-list,
    #product-manufacturer .product-list {
        width: 30% !important;
        margin-right: 12px;
    }

}

@media(min-width:768px) and (max-width:991px) {

    header,
    #top .container,
    #product-category,
    #product-manufacturer,
    #information-aboutus,
    .quality-slideshow,
    #common-quality,
    #information-sample,
    #information-helpCenter,
    #solution-content,
    #product-technology,
    .product-technology,
    .pro-inquiry .show-inquiry,
    .pro-footer,
    #checkout-enquiry .breadcrumb,
    #checkout-enquiry .no-logged,
    #checkout-enquiry #content,
    #information-information,
    #information-contact,
    #product-search,
    #information-careers,
    main>#container,
    #checkout-cart,
    #account-forgotten,
    #account-register,
    #account-account,
    #account-wishlist,
    #account-inquiry,
    #account-order,
    #account-edit,
    #account-password,
    #account-inquiry-info,
    main>.dropdown-menu,
    #solution-consult,
    #error-not-found,
    #common-success,
    #account-reset,
    #checkout-inquiry,
    #checkout-checkout,
    #product-compare {
        max-width: 720px !important;
        margin: auto !important
    }

    #checkout-enquiry .no-logged {
        margin-bottom: .95rem !important;
    }



    .quality-slideshow {
        min-width: 720px !important;
    }

    #product-category .total-number {
        padding: 10px 0px;
    }

    #checkout-cart .input-group .quantity {
        top: -11.5008px !important;
    }

    .jumpBtn {
        left: 34% !important;
    }

    .quality-slideshow #slideshow-banner img,
    #common-quality .quality-test-items .flex-row .test-item,
    #information-sample .form-control {
        width: 100%;
    }

    #common-quality .quality-test-items .flex-row .test-item a {
        flex: 1;
    }

    #common-quality .title img {
        display: none;
    }

    #common-quality .quality-test-items .flex-row,
    #account-edit .form-group {
        display: block;
    }

    .information-container #information-right .sample-btn {
        margin-left: 36%;
    }

    .solution-list-nav .solution-cat li {
        width: 47%;
    }

    #solution-content .solution-list .image img {
        width: 168px !important;
    }

    #solution-content .solution-list a.tag {
        display: block;
        margin: 10px;
        text-align: center;
    }

    #toast {
        left: 24%;
        top: 30%;
    }

    #top #language .dropdown-menu {
        left: initial !important;
        right: -20px !important;
        min-width: auto !important;
        width: 700px;
    }

    .product-thumb .caption {
        width: 18.8%;
    }

    .product-thumb .product-price {
        display: none;
    }

    #column-right {
        height: 650px;
    }

    #product-technology .row1 #product-list,
    #product-manufacturer .product-list {
        width: 30% !important;
        margin-right: 19px;
    }

}

@media(min-width:992px) and (max-width:1200px) {
    .quality-slideshow {
        max-width: 960px !important;
        margin: auto !important;
        min-width: initial !important;
    }


    #toast {
        left: 29%;
        top: 30%;
    }

    #top #language .dropdown-menu {
        left: initial !important;
        right: -20px !important;
        min-width: auto !important;
        width: 900px;
    }

    .product-thumb .caption {
        width: 15.8%;
    }

    #slideshow-banner .img-fluid {
        width: 100%;
    }

    .fixed-shortcut-wrapper a span.posab {
        right: 46px !important;
        bottom: 0px !important;
    }

    #checkout-cart .input-group .quantity {
        top: -11.5008px !important;
    }

    #product-technology .row1 #product-list,
    #product-manufacturer .product-list {
        margin-right: 32px !important;
    }
}

@media(max-width:1199px) {
    #information-helpCenter #helpCenter-left {
        display: none;
    }

    #information-helpCenter .helpCenter-title {
        padding: 0px;
    }

    #information-helpCenter #helpCenter-right h3 {
        padding-left: 10px;
    }

    #information-helpCenter #helpCenter-right {
        margin-left: 0px;
        width: 100%;
    }

    #helpCenter-right ul {
        padding-left: 20px !important;
    }

    #helpCenter-right ul {
        padding-left: 20px !important;
    }

    #solution-content #column-right {
        width: 100%;
        max-width: none;
    }

    #solution-content .solution-list .image img {
        max-height: none;
        width: 126px;
        height: 150px;
    }

    #solution-content #column-left {
        width: 100%;
        max-width: none;
    }

    #solution-content #column-left {
        width: 100%;
        max-width: none;
    }

    .product-technology #technology-list {
        width: 100%;
        margin-right: 0px;
    }

    .product-technology .te_manufacturers {
        margin-top: 20px;
        width: 100%;
    }

    #account-forgotten .row {
        text-align: left;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .d-none {
        display: block !important;
    }

    .input-group-append select {
        display: none;
    }



    .jumpBtn {
        left: 42% !important;
    }

    header,
    #top .container,
    #product-category,
    #checkout-enquiry,
    #product-manufacturer,
    #information-aboutus,
    #common-quality,
    #information-sample,
    #information-helpCenter,
    #solution-content,
    #product-technology,
    .product-technology,
    .pro-footer,
    .pro-inquiry .show-inquiry,
    #information-information,
    #information-contact,
    #common-home .hp,
    #common-home .ltg,
    #common-home .hm-box,
    #common-home #component_index,
    #product-search,
    #information-careers,
    #checkout-cart,
    #account-forgotten,
    #account-register,
    #account-account,
    #account-wishlist,
    #account-inquiry,
    #account-order,
    #account-edit,
    #account-password,
    #account-inquiry-info,
    main>.dropdown-menu,
    #menu .navbar-nav,
    #solution-consult,
    #error-not-found,
    #common-success,
    #account-reset,
    #checkout-inquiry,
    #checkout-checkout .rows,
    #product-compare {
        max-width: 960px !important;
        margin: auto;
    }



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

    .pro-inquiry {
        max-width: 960px;
    }


    #top #c-info,
    .head-box .search,
    #container #menu {
        display: block !important;
    }

    header .top-nav2 {
        display: none !important;
    }

    .fixed-shortcut-wrapper .shortcut>a i {
        padding-left: 7px;
        margin-bottom: 4px;
    }

    .fixed-shortcut-wrapper a {
        padding: 8px 5px;
    }


    .solution-list-nav .solution-cat li {
        width: 31%;
    }

    #solution-content .solution-list .image img {
        width: 227px;
    }
}

@media (min-width:992px) {
    #manu_desc .manu_desc {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width:1200px) {
    #menu ul#dropdown-menu {
        top: 100% !important;
    }

    .jumpBtn {
        left: 31% !important;
    }

    #product-manufacturer #m-index strong {
        display: block;
        height: 33px;
    }

}

@media (min-width:992px) and (max-width:1200px) {
    #menu .navbar-nav>li.menu-category {
        width: 220px;
    }

    .dropdown-menu a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: inline-block;
        width: 80%;
    }

    #menu ul#dropdown-menu .ml {
        top: 10px;
    }
}

@media(min-width:1200px) {


    .inq-title button {
        display: none;
    }

    .d-none,
    .pro-inquiry .inquiry {
        display: block !important;
    }

    .pro-inquiry .inquiry {
        position: static;
        min-width: auto;
        width: 100%;
    }

    #top .dropdown-toggle .d-none {
        display: inline-block;
    }

    .fixed-shortcut-wrapper a {
        padding: 8px 9px !important;
    }


    header,
    #top .container,
    #menu .navbar-nav,
    #product-category .category-list-content,
    #product-category #display-control,
    #checkout-enquiry .row,
    #product-manufacturer .row1,
    #information-aboutus,
    #product-category,
    #checkout-enquiry,
    #information-sample,
    #information-helpCenter,
    #solution-content,
    #product-technology,
    .product-technology,
    #product-manufacturer,
    #information-information,
    #information-contact,
    #error-not-found,
    #common-success,
    #checkout-inquiry,
    #checkout-checkout,
    #product-compare {
        max-width: 1200px !important;
        margin: auto
    }

    #common-quality .quality-declaration {
        width: 100%;
    }

    .fixed-shortcut-wrapper .shortcut>a i {
        padding-left: 0px;
        margin-bottom: 0px;
    }

    #logo {
        padding-right: 70px;
    }

    footer {
        max-width: 100% !important
    }

    #slideshow-banner .img-fluid {
        width: 100%;
    }


    #top #c-info,
    #container #menu,
    .head-box .search {
        display: block !important;
    }

    header .top-nav2 {
        display: none !important;
    }

    .pro-inquiry {
        width: 23% !important;
        flex: 1;
    }

    .service div.last-col {
        border-left: 1px solid #f5f5f5
    }

    header .input-group-append select {
        display: none;
    }

}



@-webkit-keyframes load {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes load {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes load {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}