@charset "utf-8";
@import url("//at.alicdn.com/t/c/font_4909919_d9m5llvxtk5.css");

#rainbowLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #ff0000, #ff7f00, #ffff00, #00ff00, #0000ff, #4b0082, #9400d3);
    background-size: 700% 100%;
    animation: rainbow 2s linear infinite;
    display: none;
    z-index: 1000
}

@keyframes rainbow {
    0% {
        background-position: 0% 50%
    }

    100% {
        background-position: 100% 50%
    }
}

body {
    background-color: #f4f4f4
}

body,
td {
    font-size: 12px
}

a {
    text-decoration: none
}

a:hover {
    color: orangered
}

.wd {
    width: 1536px;
    margin-left: auto;
    margin-right: auto
}

.wd98 {
    width: 98%;
    margin-left: auto;
    margin-right: auto
}

.pd10 {
    padding: 10px;
    box-sizing: border-box
}

.ml15 {
    margin-left: 15px
}

.mr10 {
    margin-right: 10px
}

.mr5 {
    margin-right: 5px
}

.fz12 {
    font-size: 12px
}

.fz10 {
    font-size: 10px
}

.agreen {
    color: green !important
}

.agreen:hover {
    color: orangered
}

.ared {
    color: red !important
}

.ared:hover {
    color: orangered
}

.tooltip {
    position: relative;
    background: #fff;
    border-top: 3px solid #fff
}

.tooltip::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 30%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.tooltip::before {
    content: '';
    position: absolute;
    top: -16px;
    left: 30%;
    transform: translateX(-50%);
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.tooltip2 {
    position: relative;
    background: #fff;
    border: 3px solid #fff
}

.tooltip2::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 586px;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.tooltip2::before {
    content: '';
    position: absolute;
    top: -8px;
    left: 586px;
    transform: translateX(-50%);
    border-width: 9px;
    border-style: solid;
    border-color: transparent transparent #fff transparent
}

.memberarea {
    position: relative;
    padding-top: 5px;
    margin-left: 20px;
    line-height: 1.5;
    font-size: 12px;
    float: left;
    width: 145px
}

.memberarea .memberico {
    width: 40px;
    float: left
}

.memberarea .memberico i {
    font-size: 28px
}

.memberarea a {
    color: #fff;
    display: inline-block
}

.memberarea a:hover {
    color: #ff6200 !important
}

.memberarea .memberlogin {
    width: 100px;
    float: left
}

.membercart {
    width: 135px
}

.membercart .memberlogin {
    width: 95px;
    float: left
}

.memberarea .myacount a {
    display: block;
    position: relative
}

.memberarea .myacount2 a {
    border-left: 0 !important
}

.memberarea .myacount a .iconfont {
    top: -2px;
    right: 8px;
    position: absolute
}

.memberarea .myacount2 {
    border-radius: 3px;
    left: 0px;
    top: 50px;
    height: 205px !important
}

.memberarea .myacount2 .iminfo {}

.memberarea .myacount2 .iminfo span {
    color: orangered;
    padding: 0 3px;
    display: inline-block
}

.memberarea .biga a {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold
}

.memberarea .mycart2 {
    border-radius: 3px;
    left: -520px !important;
    width: 700px;
    height: auto;
    top: 50px;
    padding: 20px
}

.main {
    background-color: #fff;
    margin-top: 10px
}

.main2 {
    margin-top: 10px
}

.topsearch {
    color: #fff
}

.topsearch .weblog {
    float: left;
    width: 27%;
    padding: 25px 15px 0 15px;
    box-sizing: border-box;
    font-size: 30px;
    font-weight: bold;
    color: #FF9900
}

.topsearch .weblog a {
    color: #FF9900
}

.topsearch .searchbox {
    float: left;
    width: 46%;
    padding: 20px 15px;
    box-sizing: border-box
}

.topsearch .memberbox {
    float: right;
    width: 27%;
    padding: 20px 15px;
    box-sizing: border-box
}

.search-container {
    display: flex;
    max-width: 100%;
    margin: 0px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1)
}

.search-category {
    position: relative;
    background: #f3f3f3;
    border-radius: 8px 0 0 8px;
    border-right: 1px solid #ddd
}

#category {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: none;
    padding: 12px 25px 12px 15px;
    font-size: 14px;
    cursor: pointer;
    outline: none
}

.search-input {
    flex: 1;
    position: relative
}

#keyword {
    width: calc(100% - 25px);
    padding: 12px;
    border: none;
    font-size: 14px;
    outline: none
}

.search-button {
    background: #FF9900;
    border-radius: 0 8px 8px 0;
    padding: 12px 20px;
    cursor: pointer;
    border: none;
    color: white;
    font-weight: bold
}

.search-button:hover {
    background: #ff8c00
}

.search-category::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #666;
    pointer-events: none
}

.topsearch {
    height: 90px;
    background-color: #131921;
    border: 0
}

.topmenu {
    padding: 0;
    background-color: #232f3e;
    border: 0
}

.topmenu1 {
    padding: 0;
    color: #fff;
    position: relative
}

.topmenu1 .abom {
    position: absolute;
    right: 20px
}

.topmenu1 a {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px
}

.topmenu1 a:hover {
    color: #ff6200;
    background-color: #000
}

.menu1box {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 260px;
    padding: 8px 0;
    box-sizing: border-box;
    height: 450px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 6px 12px 0 rgba(41, 48, 55, .08);
    z-index: 100;
    display: none
}

.menu1box a {
    display: block;
    padding: 0px 15px;
    line-height: 26px;
    color: #333;
    position: relative;
    border-left: 3px solid #fff;
    position: relative
}

.menu1box a .arrowright {
    position: absolute
}

.menu1box a:hover {
    border-color: #ff6200;
    background-color: #f1f1f1
}

.menu1box_A {
    white-space: nowrap
}

.menu2box {
    position: absolute;
    left: 260px;
    top: 40px;
    padding: 8px 15px;
    line-height: 22px;
    box-sizing: border-box;
    width: 500px;
    height: 450px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 6px 12px 0 rgba(41, 48, 55, .08);
    z-index: 100;
    display: none;
    color: #333;
    white-space: nowrap
}

.menu2box a {
    color: #333;
    padding: 0;
    line-height: 26px;
    display: block;
    overflow: hidden
}

.menu2box a:hover {
    background-color: #fff
}

.ManufacturersBox {
    left: 129px;
    top: 40px;
    width: 400px
}

.footer {
    background-color: #222222;
    color: #FFFFFF;
    padding: 30px 0 40px;
    margin-top: 10px;
    line-height: 1.5;
    font-family: Arial, sans-serif
}

.footer-copyright {
    padding: 0 15px
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 9px
}

.footer-links li {
    display: flex;
    align-items: center
}

.nav_a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap
}

.nav_a:hover {
    text-decoration: underline
}

.copyright-separator {
    margin: 0 10px;
    color: #999
}

.copyright-notice {
    text-align: center
}

.copyright-text {
    margin: 10px 0;
    font-size: 11px;
    color: #DDD
}

.legal-text {
    margin: 8px 0 0;
    font-size: 10px;
    color: #999
}

.footer-links li:not(:last-child)::after {
    content: "|";
    margin-left: 9px;
    color: #999;
    font-size: 12px
}

.footer-div {
    width: 360px;
    height: 200px
}

.row_footer {
    min-height: 25px;
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    word-break: break-all
}

.row_footer span {
    color: #ffcc00;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.row_footer a {
    color: #ddd
}

.row_footer a:hover {
    color: #fff
}

.default_newsletter_form {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

#newsletter_form input[name="Email"] {
    border-radius: var(--ButtonRadiusSizePc) !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

#newsletter_form a.themes_box_button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    background-color: #ffd101
}

.default_newsletter_form .subscribe {
    border: 1px solid transparent;
    color: #000000;
    padding: 0 17px;
    cursor: pointer
}

.default_newsletter_form a {
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.default_newsletter_form .text {
    text-indent: 15px;
    font-size: 14px;
    flex-grow: 1;
    max-width: 250px;
    border: 1px solid transparent;
    height: 48px;
    border: 0px
}

.footer-div_dt {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px
}

.subtitle_div {
    width: 320px;
    margin-bottom: 20px;
    color: #ddd
}

.custom_link {
    background-color: #383838;
    border: 1px solid #00000000;
    font-size: 14px;
    border-radius: 0px !important;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 120px
}

.custom_link a {
    color: #ddd
}

.custom_link a:hover {
    color: #fff
}

.copyright-text {
    line-height: 66px;
    font-size: 14px;
    color: #ddd
}

.follow_facebook-img {
    width: 40px;
    height: 40px
}

.follow_us_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 240px
}

.clearfix_div {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin-bottom: 40px
}

.container-padding40 {
    padding: 15px;
    border-radius: 8px;
    width: 98%
}

.tooltip2-button {
    background: rgb(0, 114, 195);
    float: right;
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: bold;
    width: 130px;
    cursor: pointer;
    margin-bottom: 20px
}

.tooltip2-button i {
    margin-right: 3px
}

.mycart2_table {
    width: 654px;
    font-size: 12px;
    font-weight: 400
}

.tr_mycart2 {
    border-bottom: 1px solid #eee;
    line-height: 32px;
    background-color: #f1f1f1
}

.tr_mycart3 {
    border-bottom: 1px solid #ccc;
    font-size: 12px
}

.tr_mycart3 .td {
    text-align: center
}

.th_mycart2-img {
    width: 80px
}

.th_mycart2-manufacturer {
    width: 200px;
    text-align: left;
    font-weight: bold
}

.th_mycart2-order {
    width: 200px;
    text-align: left;
    font-weight: bold
}

.th_mycart2-manu {
    width: 100px !important;
    text-align: left;
    font-weight: bold
}

.th_mycart2-quan {
    width: 100px;
    text-align: left;
    font-weight: bold
}

.th_mycart2-totals {
    width: 110px;
    text-align: left;
    font-weight: bold
}

.td_mycart3-img {
    width: 40px;
    margin-right: 10px
}

.td_mycart3-right {
    padding-right: 20px
}

.tooltip2_div-a {
    display: flex
}

.tableblue.searchtable {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    box-sizing: border-box
}

.thead_table {
    background: #f4f4f4;
    transition: all 0.3s ease
}

.thead_table.fixed {
    position: fixed !important;
    top: 0;
    left: 8px;
    right: 0;
    z-index: 1000;
    background: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-bottom: 1px solid #ddd
}

.tableblue.searchtable,
.tableblue.searchtable th,
.tableblue.searchtable td {
    border: 1px solid #ddd;
    border-collapse: collapse
}

.header-placeholder {
    display: none;
    height: 48px;
    width: 100%;
    background: transparent;
    margin-top: -1px
}



/*全局分页样式*/
.pages_add {
    background-color: #ffffff;
    padding: 40px 20px !important;
}

.pages {
    padding: 40px 15px;
    margin-top: 0;
    text-align: center;
    clear: both;
}

.pages a,
.pages strong,
.pages em {
    margin: 0 0 0 -1px;
    display: -moz-inline-box;
    display: inline-block;
}

.pages em {
    margin-right: 20px;
    ;
    display: none;
}

.pages input {
    vertical-align: bottom;
    height: 18px;
    width: 30px;
}

.pages a {
    border: 1px solid #dddddd;
    border-radius: 2px;
    color: #666666;
    background: #ffffff;
    padding: 7px 15px;
    margin-left: 5px;
}

.pages a:hover {
    color: #000;
    background: #f8f8f8;
    text-decoration: none;
    border: 1px solid #393D49;
}

.pages i {
    display: -moz-inline-box;
    display: inline-block;
    padding: 7px 5px;
    margin-left: 5px;
}

.pages strong {
    background: #393D49;
    color: #fff;
    font-weight: 400;
    border: 1px solid #393D49;
    border-radius: 2px;
    padding: 7px 15px;
    margin-left: 5px;
}

.ielt8 .pages strong {
    vertical-align: 1px;
}

.pages .next {
    position: relative;
    padding: 7px 15px
}

.pages .prev {
    position: relative;
    padding: 7px 15px
}

.pages .prev b {
    position: absolute;
    width: 5px;
    height: 9px;
    overflow: hidden;
    left: 10px;
    float: left;
    margin-top: 5px;
}

.pages .prev:hover b {}

.pages .next b {
    position: absolute;
    width: 5px;
    height: 9px;
    right: 10px;
    float: right;
    margin-top: 5px;
}

.pages .next:hover b {}

.pages .recinfo {
    line-height: 3.5;
}

/*工具页面样式*/
.dk-breadcrumb ol li:after {
    content: '' !important
}

.pull-left-flex {
    margin-top: 10px;
}

.sponsored-content-wrap:first-child {
    top: 2px !important
}

.layout-onecolumn,
.layout-threecolumn,
.layout-twocolumn {
    max-width: 100% !important;
}

.calculator-description p {
    margin: 10px 0px;
}

.dk-container .headline-desc {
    margin-top: 10px;
}

.publdk-breadcrumb {
    margin-bottom: 10px;
}

#main-layout-content p {
    margin-top: 10px !important;
}
.rightul li a{
    color: #ddd;
    line-height: 30px;cursor: pointer;
}
.rightul {
   display: flex; gap: 20px;   color: #dddddd;  justify-content: right;
}
.rightul li a:hover{
    color: #fff;
    
}