html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, button, input, textarea, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body, html {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #666;
    width: 100%;
    background: #fff;
}.newHeard .newHeard-right div.nr-search butt
a,a:hover{ text-decoration:none; }
.commonInput,.commonInput input,.commonInput select,.commonInput textarea  {
    font-size: 16px;
    color: #585757;
    border: 1px solid #e9e9e9;
    border-radius: 0;
    padding: 9px 12px;
    outline:none;
}
.commonButton{
    background: #2b2b2b;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 5px 0;
    padding: 0 28px;
}
.commonButton:hover{
    background:#444;
    color:#fff
}
.commonTitle{
    font-family: Roboto, sans-serif;
    color: #333;
    font-weight: normal;
    font-size: 24px;
    padding: 10px;
    background: #f2f2f2;
    text-align:left
}
.marTop15{
    margin-top:15px;
}
.marBottom15{
    margin-bottom:15px;
}
.newHeard {
    display:flex;
    align-items:center;
    margin-bottom:10px;
/*border-top: 4px solid #2b2b2b;*/
}
.newHeard a {
    color:#000;
    white-space:nowrap;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: Roboto, sans-serif;
}
.newHeard a:hover{
    color:rgba(192,0,0,1);
    text-decoration:none;
}
.newHeard a.PageTopLinkSelect{
    margin-left:0 !important;
    color:rgba(192,0,0,1) !important
}
.newHeard  .newHeard-left {
    width:19%;
    padding:20px;

}
.newHeard  .newHeard-right {
    width:100%;
    padding:20px;
    display:flex;
    flex-wrap:wrap
}
.newHeard  .newHeard-right div {
    width:50%;
}
.newHeard  .newHeard-right div.nr-nav {
    width:60%;
    height:40px;
    display:flex;
    flex-wrap:wrap
}
.newHeard  .newHeard-right dl.nr-nav2 {
    display:none;
    margin-bottom:12px;
	background:rgba(0,0,0,.05)
}

    .newHeard .newHeard-right dl.nr-nav2 dt {
        text-align:center;
        width:100%;
        background:#999;
        color:#fff;
        height:38px;
        line-height:38px;
        text-transform:uppercase;
        position:relative;
        background:#999 url(/Theme/images/nav_slot.png) 97% center no-repeat;
    }
    .newHeard .newHeard-right dl.nr-nav2 dd {
        display:none;
    }
.newHeard .newHeard-right div.nr-nav a{
    font-size:15px;
    line-height:20px;
    font-weight:500;
    margin-right:16px;
    text-transform:uppercase;
    font-family:Roboto, sans-serif;
    color:#292929
}
.newHeard  .newHeard-right div.nr-operation {
    width:40%;
    height:20px;
    display:flex;
    justify-content:flex-end;
    flex-wrap:wrap
}
.newHeard  .newHeard-right div.nr-operation a,.newHeard  .newHeard-right div.nr-operation span {
    padding-left:24px;
    white-space:nowrap;
    font-size:13px;
    line-height:20px;
    margin-left:4px;
    background-position:left top;
    background-repeat:no-repeat;
    
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-family: Roboto, sans-serif;
}
.newHeard  .newHeard-right div.nr-operation a:hover,.newHeard  .newHeard-right div.nr-operation span:hover{
    background-position:left bottom
}
.newHeard  .newHeard-right div.nr-operation span.icon_01{
    background-image:url(/Theme/images/tl_acct.png);
}
.newHeard  .newHeard-right div.nr-operation a.icon_02{
    background-image:url(/Theme/images/tl_logr.png);
}
.newHeard  .newHeard-right div.nr-operation a.icon_03{
    background-image:url(/Theme/images/tl_favorite.png);
    display:block;
}
.newHeard  .newHeard-right div.nr-operation a.icon_04{
    background-image:url(/Theme/images/tl_ordr.png);
    display:block;
}
.newHeard  .newHeard-right div.nr-operation dl {
    position:relative;
    margin-bottom:0;
    margin-block-start:0;
    margin-block-end: 0;
    display:flex;
    flex-direction:column;
    margin-left:4px;
}
.newHeard  .newHeard-right div.nr-operation dl dt {
    font-weight:normal
}
.newHeard  .newHeard-right div.nr-operation dl dd {
    display:flex;
    flex-direction:column;
    position:absolute;
    right:0;
    top:24px;
    z-index:-1;
    opacity:0;
    background:#f2f2f2;
    padding:8px;
    border-radius:6px;
    box-shadow:0 2px 8px rgba(0,0,0,0.15);
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.newHeard  .newHeard-right div.nr-operation dl dd a{
    word-wrap:normal;
    white-space:nowrap;
    color:#000;
    font-size:15px;
    padding:4px 8px;
    margin:0;
}
.newHeard  .newHeard-right div.nr-operation dl dd a:hover{
    background:#e0e0e0
}
.newHeard .newHeard-right div.nr-operation dl:hover dd{
    z-index:9;
    opacity:1
}
.newHeard .newHeard-right div.nr-operation dl:hover dt a{
    color:rgba(192,0,0,1) !important;
    background-position:left bottom
}
.newHeard  .newHeard-right input,.newHeard  .newHeard-right button,.newHeard  .newHeard-right select {
    height:45px;
    outline:none;
    border:none;
    background:#f6f6f6;
    margin:0;
    display:block;
}
.newHeard  .newHeard-right div.nr-search {
    display:flex;
    padding-right:5%;
}
.newHeard  .newHeard-right div.nr-search select {
    background:#f2f2f2;
    padding-left:12px;
    flex-shrink:0;
    box-sizing:border-box;
	border: 1px solid #e9e9e9
}

/* 移动端搜索区域优化 */
@media (max-width: 768px) {
    .newHeard  .newHeard-right div.nr-search select {
        display: none;
    }
    .newHeard  .newHeard-right div.nr-search {
        flex-direction: row;
        align-items: center;
        gap: 0;
    }
    .newHeard  .newHeard-right div.nr-search input {
        width: 70% !important;
        border-radius: 4px 0 0 4px;
    }
    .newHeard  .newHeard-right div.nr-search button {
        width: 30% !important;
        border-radius: 0 4px 4px 0;
        padding: 0 8px;
    }
}
.newHeard  .newHeard-right div.nr-search input{
    width:100%;
    padding:0 12px;
    box-sizing:border-box
}
.newHeard .newHeard-right div.nr-search input.searchbtn {
    padding:0;
    width:auto;
}
.newHeard .newHeard-right div.nr-search button{
    background:#999;
    color:#fff;
    padding:0 16px;
    flex-shrink:0;
    text-transform:uppercase;
    font-weight:bold;
    font-size:16px;
    line-height:45px;
    position:relative;
}
.newHeard .newHeard-right div.nr-search button .searchbtn{
    width:100%;
    height:100%;
    position:absolute;
    background:none;
    border:none;
    left:0;
    top:0;
    opacity:0;
}
.newHeard  .newHeard-right div.nr-search button span{
    margin-right:4px;
}
.newHeard  .newHeard-right div.nr-search button:hover{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background:#777;
}
.newHeard  .newHeard-right div.nr-subscribe {
    display:flex;
    padding-left:10%;
}
.newHeard  .newHeard-right div.nr-subscribe input{
    width:100%;
    padding:0 12px;
    box-sizing:border-box
}
.newHeard  .newHeard-right div.nr-subscribe button {
    background:#333;
    color:#fff;
    padding:0 16px;
    flex-shrink:0;
    font-weight:bold;
    font-size:16px;
    line-height:45px;
}
.newHeard  .newHeard-right div.nr-subscribe button:hover{
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background:rgba(192,0,0,1);
}
.newFooter {
	width:100%;
	padding:20px;
    border-top:1px solid #ccc;
    padding-top:40px;
    margin-top:20px;
}
/* ===== 页脚手风琴样式 ===== */
.newFooter .nf-part-01 {
    display: flex;
    font-size: 13px;
    color: #a9a9ab;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 20px;
}

.newFooter .nf-part-01 .accordion-item {
    flex: 1;
    min-width: 150px;
    padding: 0 15px;
    margin-bottom: 20px;
}

.newFooter .nf-part-01 .accordion-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
    padding: 0;
    cursor: default;
}

.newFooter .nf-part-01 .accordion-content {
    display: block;
}

.newFooter .nf-part-01 .accordion-content font,
.newFooter .nf-part-01 .accordion-content a {
    display: block;
    font-size: 13px;
    color: #a9a9ab;
    margin-top: 6px;
    line-height: 1.6;
    text-decoration: none;
}



.newFooter .nf-part-01 .accordion-content a:hover {
    color: rgba(192,0,0,1);
    text-decoration: none;
}

/* 社交链接 */
.newFooter .accordion-links .social-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.newFooter .accordion-links .social-links a {
    display: inline-block;
}

.newFooter .accordion-links .social-links img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.newFooter .accordion-links .social-links a:hover img {
    transform: scale(1.2);
}

/* 邮件订阅区域 */
.nf-subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin: 10px 0;
}

.nf-subscribe input {
    padding: 10px 15px;
    border: 1px solid #ccc;
    width: 250px;
    font-size: 14px;
    border-radius: 4px 0 0 4px;
    outline: none;
    text-align: center;
}

.nf-subscribe button {
    padding: 10px 25px;
    background-color: #e0e0e0;
    color: #000;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0 4px 4px 0;
    transition: background-color 0.3s ease;
}

.nf-subscribe button:hover {
    background-color: #d0d0d0;
}

/* 语言选择 */
.nf-part-03 {
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 26px;
    margin-top: 20px;
}

.nf-part-03 .language-bar {
    margin-bottom: 10px;
}

.nf-part-03 .language-bar span {
    color: #666;
    margin-right: 10px;
}

.nf-part-03 .language-bar select {
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    color: #333;
    cursor: pointer;
    outline: none;
}

.nf-part-03 .copyright {
    color: #999;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
}

/* ===== 平板端页脚 (481px-768px): 2列布局 ===== */
@media (min-width: 481px) and (max-width: 768px) {
    .newFooter .nf-part-01 {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 10px;
    }
    .newFooter .nf-part-01 .accordion-item {
        width: 45%;
        flex: none;
        margin-bottom: 20px;
        border: none;
    }
    .newFooter .nf-part-01 .accordion-title {
        cursor: default;
        padding: 0 0 10px 0;
        font-size: 14px;
    }
    .newFooter .nf-part-01 .accordion-title::after {
        display: none;
    }
    .newFooter .nf-part-01 .accordion-content {
        display: block !important;
        padding: 0;
    }
    .newFooter .nf-part-01 .accordion-content font,
    .newFooter .nf-part-01 .accordion-content a {
        margin-top: 4px;
    }
    
    /* 邮件订阅 */
    .nf-subscribe {
        flex-direction: row;
        padding: 15px;
    }
    .nf-subscribe input {
        width: 60%;
        border-radius: 4px 0 0 4px;
        margin-bottom: 0;
        text-align: center;
    }
    .nf-subscribe button {
        width: 40%;
        border-radius: 0 4px 4px 0;
    }
    
    /* 社交图标 */
    .newFooter .accordion-links .social-links {
        justify-content: flex-start;
        gap: 12px;
    }
    .newFooter .accordion-links .social-links img {
        width: 28px;
        height: 28px;
    }
}

/* ===== 手机端页脚优化 (<480px): 手风琴折叠 ===== */
@media (max-width: 480px) {
    .newFooter .nf-part-01 {
        flex-direction: column;
        padding: 0;
    }
    
    .newFooter .nf-part-01 .accordion-item {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .newFooter .nf-part-01 .accordion-title {
        padding: 15px;
        margin: 0;
        cursor: pointer;
        position: relative;
        font-size: 15px;
    }
    
    .newFooter .nf-part-01 .accordion-title::after {
        content: '+';
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        color: #999;
    }
    
    .newFooter .nf-part-01 .accordion-title.active::after {
        content: '-';
    }
    
    .newFooter .nf-part-01 .accordion-content {
        display: none;
        padding: 0 15px 15px;
    }
    
    .newFooter .nf-part-01 .accordion-item:first-child .accordion-content {
        display: block;
    }
    
    .newFooter .nf-part-01 .accordion-content.active {
        display: block;
    }
    
    /* 邮件订阅全宽 - 图标水平排列 */
    .nf-subscribe {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding: 15px;
        gap: 20px;
    }
    
    .nf-subscribe a {
        margin: 0 !important;
    }
    
    .nf-subscribe input {
        width: 100%;
        border-radius: 4px;
        margin-bottom: 10px;
        margin-top: 10px;
        text-align: center;
    }
    
    .nf-subscribe button {
        width: 100%;
        border-radius: 4px;
        padding: 12px;
        background-color: #e0e0e0;
        color: #000;
        border: 1px solid #ccc;
    }
    
    /* 社交图标放大 */
    .newFooter .accordion-links .social-links {
        justify-content: center;
        gap: 20px;
    }
    
    .newFooter .accordion-links .social-links img {
        width: 32px;
        height: 32px;
    }
    
    /* 版权信息 */
    .nf-part-03 .copyright {
        font-size: 11px;
        padding: 0 10px;
    }
}

/* ===== 小屏手机优化 (<480px) ===== */
@media (max-width: 480px) {
    .newFooter {
        padding: 10px;
        padding-top: 20px;
    }
    
    .newFooter .nf-part-01 .accordion-title {
        font-size: 14px;
        padding: 12px;
    }
    
    .nf-subscribe input,
    .nf-subscribe button {
        font-size: 13px;
    }
}
.TopH1{
    display:none
}
    #container{
        width:100% !important;
        box-sizing:border-box;
        overflow:hidden;
    }
.newContent {
    display:flex;
    padding:0 20px;
}

.newContent .left{
    width: 0px; 
    opacity: 0; 
    padding-right: 0px;
    z-index: -1;
    
}

.newContent .left.left2{
    width:25%;
    padding-right:3%;
    opacity: 1; 
    z-index: 9;
}

/* 响应式断点 */
@media (min-width: 769px) and (max-width: 992px) {
    .newContent .left.left2{
        width:28%;
        padding-right:2%;
    }
}

@media (max-width: 768px) {
    .newContent .left.left2{
        width:100% !important;
        padding-right:0 !important;
        margin-bottom: 15px;
    }
}

.newContent .right{
    width:72%;
    align-self: flex-start;
}

/* 响应式断点 */
@media (min-width: 769px) and (max-width: 992px) {
    .newContent .right{
        width:70%;
    }
}

@media (max-width: 768px) {
    .newContent .right{
        width:100% !important;
        padding:0;
    }
}
.newCategory {
    width:100%;
    display:flex;
    flex-direction:column
}
.newCategory .item {
    width:100%;
    padding-bottom:10px;
    border:#e5e5e5 1px solid;
    margin-bottom:10px;
}
.newCategory dl {
    box-sizing:border-box;
    margin:0;
    position:relative
}
.newCategory dl a {
    padding:8px 0;
    line-height:20px;
    display:block;
    color:#585757;
    font-size:14px;
}
.newCategory dl a:hover,.newCategory dl a:hover span{
    color:Maroon;
    text-decoration:none;
    background:#f2f2f2
}
.newCategory dl dt {
    width:100%;
}
.newCategory dl dt .phoneShow{
    display:none;
}
.newCategory dl dt a {
    padding-left:10px;
    font-weight:normal;
    display:block;
	line-height: 100%
}
.newCategory dl dt.cur a {
    color:Maroon;
}
.newCategory dl dt.cur a span{
    color:Maroon;
}
.newCategory dl dd a font strong,.newCategory dl dt a font strong{
    color:rgba(192,0,0,1);
    font-size:16px;
    font-weight:normal;
}
.newCategory dl dd a.cur{
    color:Maroon;
}
.newCategory dl dd {
    width:auto;
    height:auto;
    flex-shrink:0;
    display:none;
    flex-direction:column;
    position:absolute;
    left:100%;
    top:0;
    z-index:-1;
    opacity:0;
    border:#e5e5e5 1px solid;
    background:#fff;

}
.newCategory dl dd a {
    flex-shrink:0;
    white-space:nowrap;
    padding:8px;
    display:flex;
    align-items:center
}
.newCategory dl dd a i{
    width:12px; 
    display:block; 
    float:left;
    margin-right:6px;
}
.newCategory h3{
    margin:0;
    padding: 5px;
    color: rgba(192,0,0,1);
    background: #f2f2f2;
    margin-bottom:10px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    font-weight: normal;
}
.newCategory .itemView {
    width:100%;
    max-height:300px;
    overflow-y:auto;
}
.newProductList {
    width:100%;
    display:flex;
    flex-direction:column;
}
.newProductList .categoryNav{
    width:100%;
    display:flex;
}
.newProductList .categoryNav span{
    margin: 0 5px 5px 0;
    padding: 5px;
    font-size: 12px;
    color: #333;
    vertical-align: top;
    background: #f2f2f2;
    border-radius: 3px;
}
.newProductList .categoryNav span a {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    font-size: 11px;
    color: #ddd;
    line-height: 14px;
    text-align: center;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.newProductList .categoryNav span a:hover {
    background: rgba(0, 0, 0, 0.5);
    text-decoration:none;
}
.newProductList .prolistTop {
    display:flex;
   justify-content:flex-end;
   align-items:center;
    background: #f2f2f2;
    font-family: Roboto, sans-serif;
    font-weight:normal;
    padding:8px 10px;
    min-height: 36px;
}
.newProductList .prolistTop a{
    
    color:#585757;
    font-weight:normal;
}
.newProductList .prolistTop select{
    display: inline;
    margin: 0 0 0 5px;
    padding: 0 6px;
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: normal;
    border: 1px solid #e9e9e9;
    color:#585757;
    outline:none;
}
.newProductList .prolistTop .sort{
    margin-right:12px;
    flex-shrink:0
}
.newProductList .prolistTop .page{
    flex-shrink:0
}
.newProductList .prolistTop .page a{
    font-weight:normal !important;
}
.newProductList .newList {
    display:flex;
    flex-wrap:wrap;
    padding-top:20px;
}
.newProductList .newList .item {
    width:33.333333%;
    display:flex;
    flex-direction:column;
    align-items:center;
    padding:20px;
    border:#fff 1px solid;
    border-radius:4px;
    padding-top:0;
    text-align:center;
    min-height:366px;
    font-size:13px;
    padding-top:5%;
}

/* ===== 产品列表项内部结构优化 ===== */
/* 图片列和信息列 - 默认纵向排列(PC端) */
.newProductList .newList .item .prod_img-col {
    width:100%;
    text-align:center;
}
.newProductList .newList .item .prod_info-col {
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
}

/* 货号行：居中，New图标在最右侧 */
.newProductList .newList .item .prod_itemno-row {
    width:100%;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    position:relative;
    margin:2px 0;
}
.newProductList .newList .item .prod_itemno-row .prod_new-icon {
    height:16px;
    width:34px;
    border-width:0;
    margin-left:6px;
    flex-shrink:0;
    margin-top:1px;
}
.newProductList .newList .item .prod_itemno-row .lnkPro {
    display:inline;
}

/* 产品名称 */
.newProductList .newList .item .prod_name {
    width:100%;
    margin:0;
}

/* 定制信息 */
.newProductList .newList .item .prod_custom-info {
    width:100%;
    color:#1f497d;
    font-size:15px;
    margin:2px 0;
}
.newProductList .newList .item .prod_custom-info a {
    color:#1f497d;
    text-decoration:none;
}

/* 分隔线 - 仅productslist页面显示 */
.newProductList .newList .item .prod_separator {
    width:100%;
    margin:6px 0;
    display:none;
}
.newProductList .newList .item .prod_separator.visible {
    display:block;
}
.newProductList .newList .item .prod-hr {
    border:0;
    border-top:1px solid #e0e0e0;
    margin:0 auto;
    width:80%;
}

/* 批发信息 */
.newProductList .newList .item .prod_wholesale-info {
    width:100%;
    color:green;
    font-size:15px;
    margin:2px 0;
}
.newProductList .newList .item .prod_wholesale-info a {
    color:green;
    text-decoration:none;
}

/* 心形收藏底行居中 - 触摸友好尺寸 */
.newProductList .newList .item .prod_favorite-row {
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:auto;
    padding-top:8px;
}
.newProductList .newList .item .prod_favorite-row .product-favorite-icon {
    width:32px;
    height:32px;
    cursor:pointer;
    position:static;
    transform:none;
    padding:6px; /* 增加点击热区 */
}
.newProductList .newList .item span{
    font-size:13px;
    color:#666
}

.newProductList .newList .item  span.sp1 {
    font-size: 15px;
    color: green;
}
.newProductList .newList .item h4{
}
.newProductList .newList .item h4 a{
    display:block;
    font-weight:bold;
    text-align:center;
    color:#585858
}

.newProductList .newList .item:hover{
    border:#55759c 1px solid;
}
.newProductList .newList .item .sp2 {
    color:#1f497d;
}
.newProductList .newList .item .addFavorite,.newProductList .newList .item .btnFavoriteAlready,.orderTable04 .btnFavorite,.orderTable04 .btnFavoriteAlready{
    
    background: rgba(192,0,0,1);
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    width: 100px;
    margin: 0 auto;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.newProductList .newList .item .btnFavoriteAlready,.orderTable04 .btnFavoriteAlready {
    background:#444
}
.orderTable04 .btnFavoriteAlready,.orderTable04 .btnFavorite{
    margin-bottom:4px;
}
.orderTable04 td table td{
    width:auto
}
.newProductList .newList .item a {
    text-decoration:none;
}
.newProductList .newList .item .addFavorite:hover {
    background: #337ab7;
}
.newProductList .newList .item span.prod_code,.newProductList .newList .item div.prod_code a{
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: center;
    color:#666;
}
.newProductList .newList .item span.prod_name,.newProductList .newList .item div.prod_name a{
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: center;    
    color: #585858;
    font-weight: bold;
}
.newProductList .newList .remark h1,.newProductList .newList .remark p,.newProductList .newList .remark h2{
    margin:12px 0;
}
.newProductList .newList .remark ol,.newProductList .newList .remark ul{
    padding-left:40px;
}

.pagebtn {
    width:100%;
    justify-content:center;
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    margin-top:30px;
    border-top:#e5e5e5 1px solid;
    padding:30px 0;
}
.pagebtn a,.pagebtn span {
    font-size:14px;
}
.pagebtn a,.pagebtn.addGai span{
    margin: 0 0 10px 10px;
    width:32px;
    height:32px;
    text-align:center;
    line-height:28px;
    color: #515a61;
    font-weight: bold;
    border: 2px solid #ddd;
    border-radius: 2px;
    /**
        background: -moz-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
    background: -webkit-gradient(linear, 90deg, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
    background: -o-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
        
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType='0');
        
    background: linear-gradient(0deg, #e0e0e0 0%, #ffffff 100%);
    */
    background:none;
    text-decoration: none;
    cursor:pointer
}
.pagebtn a.differences {
    width:120px;
}
.pagebtn a.marClear{
    margin-left:0;
}
.pagebtn font{
    margin: 0 0 10px 10px;
    color: #515a61;
    font-weight: bold;
    border: 0px none;
    text-decoration: none;
    position: relative;
    height:32px;
    line-height:32px;
}
.pagebtn select{
    font-size: 16px;
    color: #585757;
    height:32px;
    border: 1px solid #e9e9e9;
    margin: 0 0 10px 10px;
    outline:none;
}
.pagebtn a.navnumCur{
    color:red
}
.pagebtn.addGai a:first-child,.pagebtn.addGai a:last-child{
    width:120px;
}
.pagebtn.addGai {
    border:none;
}
.indexBannerBox {
    width:100%;
    overflow:hidden;
    position:relative
}
.indexBannerBox .bannerbtn{
    width:4%;
    height:auto;
    position:absolute;
    top:50%;
    z-index:8;
    margin-top:-3%;
    opacity:.5
}
.indexBannerBox .bannerbtn:hover{
    opacity:1
}
.indexBannerBox .bannerbtn img {
    width:100%;
    height:auto;
    display:block;
}
.indexBannerBox .bannerbtn.leftBtn {
    left:3%;
}
.indexBannerBox .bannerbtn.rightBtn {
    right:3%;
}
.adbox {
    width:100%;
    overflow:hidden;
	font-weight: 400;
    color: #313030;
    letter-spacing: -0.02em;
    margin-top: 0;
    position: relative;
    border: 1px solid #e5e5e5;
    flex-wrap:wrap;
    display:flex;
    justify-content:space-between;
    align-items:stretch;
}
.adbox .txt {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    flex-shrink:0;
    justify-content:center;
    padding-left:4%;
}
.adbox .txt {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    flex-shrink:0;
    justify-content:center;
    padding-left:4%;
}
.adbox .txt h3{
    font-size: 36px;
    font-weight: 700;
    margin:0;
    font-family:'Roboto Condensed', sans-serif
}
.adbox .txt div {
    width:100%;
    overflow:hidden;
}
.adbox .txt a {
    padding:2% 6%;
    color: #fff;
    font-weight: 700;
    background: rgba(192,0,0,1);
    border-radius: 5px;
    display:inline-block;
    float:left;
    white-space:normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 19px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
     margin-top:12px;
}
.adbox .txt a.colorRed{
    background:#b10000
}
.adbox .txt a.colorGreen{
    background:#017c16
}
.adbox .txt a.colorRed:hover{
    background:#b100008f;
}
.adbox .txt a.colorGreen:hover{
    background:#017c1691;
}
.adbox .txt a span{
    margin-right:10px;
}


.adbox .txt ul{
    padding-left:18px;
}
.adbox .txt li{
    margin:6px 0;
}
.adbox .txt a em{
    white-space:normal;
    display:block;
}
    .adbox .txt font {
        margin-top:5%;
        margin-bottom:10%
    }
.adbox .txt a font {
    padding-left:5%;
    margin:0
}
.adbox img {
    max-width:100%;
    display:block;
    padding:5px;
    margin-left:4%;
    align-self: center;
}

/* 响应式优化 */
@media (max-width: 768px) {
    .adbox {
        flex-direction: column;
        padding: 12px;
        margin: 12px 0;
    }
    .adbox .txt {
        width: 100%;
        padding: 0;
        align-items: center;
        text-align: center;
    }
    .adbox .txt h3 {
        font-size: 24px;
    }
    .adbox .txt a {
        padding: 10px 20px;
        font-size: 16px;
    }
    .adbox img {
        width: 100%;
        height: auto;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .adbox.adbox-first {
        margin-top: 0;
    }
}

@media (max-width: 480px) {
    .adbox .txt h3 {
        font-size: 20px;
    }
    .adbox .txt a {
        padding: 8px 16px;
        font-size: 14px;
    }
    .adbox .txt ul {
        padding-left: 15px;
        text-align: left;
    }
}
.indexOwlbox{
    padding:20px;
}
.indexOwlbox .items{
    padding:0 50px;
    width:100%;
    overflow:hidden;
    position:relative
}
.indexOwlbox .items .mybtn {
    width:30px;
    height:30px;
    border: 1px solid #085fab;
    border-radius: 30px;
    text-align:center;
    line-height:30px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:50%;
    margin-top:-15px;
    cursor:pointer;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.indexOwlbox .items .mybtn.myprev {
    left:10px
}
.indexOwlbox .items .mybtn.mynext {
    right:10px
}
.indexOwlbox .items .owlImgs a{
    padding:5%;
    display:block;
    text-align:center;
    border:1px solid #fff
}
.indexOwlbox .items .owlImgs a img{
    width:auto;
    max-width:100%;
    display:block;
    margin:5px auto;
    width:140px;
    height:140px;
}
.indexOwlbox .items .owlImgs a:hover{
    border:1px solid #55759c
}

.indexOwlbox .items .owlImgs a span {
    margin: 0 10px 10px;
    display:block;
    margin-bottom: 3px;
    font-size: 13px;
    text-align: center;
}

.indexOwlbox .items .owlImgs a .prod_code {
    color: #666;
}

.indexOwlbox .items .owlImgs a .prod_name {
    color: #585858;
    font-weight: bold;
}

.indexOwlbox .items .owlImgs a .prod_data {
    color: #1f497d;
}
.indexOwlbox .name {
    font-size: 24px;
    background: #f2f2f2;
    margin: 15px 0 0;
    font-family: Roboto, sans-serif;
    color: #333;
    font-weight: normal;
    padding:10px 20px;
    text-align: center;
}
.indexOwlbox .name a {
    color: #333;
}
.indexAbout {
    width:100%;
    padding:0 5%;
    margin-top:10px;
    background: transparent;
}
.indexAbout h3{
    margin: 0 0 10px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    color: #333;
    font-weight: normal;
    background: transparent;
}
.indexAbout .rightbox {
    width:100%;
    background: transparent;
}
.indexAbout .leftbox{
    width:100%;
    padding:0;
    margin-bottom:5%;
}
.indexAbout .leftbox .txtCon {
    display:flex;
    flex-direction:column;
    line-height:200%;
    width:100%;
    overflow:hidden;
}
.indexAbout .leftbox .txtCon ul {
    padding:0;
}
.indexAbout .leftbox .txtCon li {
    display:flex;
    align-items:center
}
.indexAbout .leftbox .txtCon li img{
    width:2%;
    height:auto;
    display:block;
    margin-right:1%;
}
.indexAbout .leftbox .txtCon {
    display:block;
    max-width:100%;
}
.indexAbout .more {
    width:100%;
    overflow:hidden;
    padding-top:5%;
}
.indexAbout .more a{
    color: #fbb433;
    background: #ffc;
    padding:1.5% 2%;
    float:left;
    border-radius:4px;
	-webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.indexAbout .more a:hover{
    color: #fff;
    background: #fbb433;
}
.indexAbout .rightbox .more a {
    float:right;
}
.indexAbout .rightbox .Testimonials .item{
    line-height:200%;
}
.indexAbout .rightbox .Testimonials .item span{
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
.indexAbout .rightbox .Testimonials .item div {
    display:flex;
    align-items:center
}
.indexAbout .rightbox .Testimonials .item div img {
    width:1.5%;
    max-width:100%;
    display:block;
}
.priceSeach {
    background: #fff;
    float: left;
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
    border: 1px solid #e7e7e7;
    padding:10px;
    padding-bottom:10%;
}
.priceSeach div {
    display:flex
}
.priceSeach span{
	margin-bottom: 15px;
	padding-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 25px;
    color: #333;
    font-weight: normal;
    flex-shrink:0;
    align-items:center;
	width: 58%;
	box-sizing: border-box;
}
.priceSeach select{
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    color: #585757;
    line-height: 32px;
    padding: 9px 12px;
    border: 1px solid #e9e9e9;
    outline:none;
}
.priceSeach .setUnit {
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    color: #585757;
    line-height: 32px;
    outline:none;
    position:relative;
    flex-direction:column
}
.priceSeach .setUnit input{
    width:90%;
    height:100%;
    position:absolute;
    padding: 9px 12px;
    font-size: 16px;
    color: #585757;
    line-height: 32px;
    left:0;
    top:0;
    box-sizing:border-box;
    border: 1px solid #e9e9e9;
    border-right:none;
    background:#fff;
    display:none;
}
.priceSeach .setUnit select{
    margin-bottom: 0;
}

.priceSeach .searchBtn{
    width:100%;
    text-align:center;
    justify-content:center;
    background: transparent;
}
.priceSeach .searchBtn font {
    background: #999;
    line-height:35px;
    color:#fff;
    padding:0 5%;
    font-size:18px;
    border-radius:4px;
    display:block;
	cursor:pointer
}
.priceSeach .searchBtn font:hover {
    background: #777;
}
.newProInfo {
    width:100%;
    padding:0 20px;
}
.newProInfo .pageNav{
    padding:0 15px;
    padding-bottom:20px;
    color:#666666;
    font-size:14px;
}
.newProInfo .pageNav a{
    font-size:14px;
    color:#666666
}
.newProInfo .pageLeft {
    width:75%;
    float:left;
    display:flex;
    flex-wrap:wrap
}
.newProInfo .pageLeft .bimgShow {
    width:58%;
    padding:0 15px;
}
.newProInfo .pageLeft .bimgShow .bs_p01 {
    width: 100%;
    background: none;
    border: none;
    margin-bottom: 10px;
    height: auto;
    padding: 1%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    box-sizing: border-box;
}
.newProInfo .pageLeft .bimgShow .bs_p01 img{
    max-width: 100%;
    max-height: 520px;
    display: block;
    margin: 0 auto;
}

.newProInfo .pageLeft .bimgShow .bs_p01 .imgShowPrev span,.newProInfo .pageLeft .bimgShow .bs_p01 .imgShowNext span{
    width:40px;
    height:60px;
    background:rgba(0,0,0,.1);
    display:flex;
    justify-content:center;
    align-items:center;
    cursor:pointer
}
.newProInfo .pageLeft .bimgShow .bs_p01 .imgShowPrev{
    left:12px
}
.newProInfo .pageLeft .bimgShow .bs_p01 .imgShowNext{
    right:12px
}
.newProInfo .pageLeft .bimgShow .bs_p01 .imgShowPrev,.newProInfo .pageLeft .bimgShow .bs_p01 .imgShowNext{
    position:absolute;
    top:0;
    display:flex;
    height:100%;
    align-items:center;
    
    z-index:8888;
}
.newProInfo .pageLeft .simgShow {
    display:flex;
    justify-content:center;
    align-items:center
}
.newProInfo .pageLeft .simgShow .mybtn {
    width:24px;
    height:24px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-shrink:0;
    flex-wrap:nowrap;
    cursor:pointer;
}
.newProInfo .pageLeft .simgShow .mybtn img {
    width;8px;
    height:12px;
}
.newProInfo .pageLeft .simgShow .ss_p01 {
    width:100%;
    overflow:hidden;
}
.newProInfo .pageLeft .simgShow .ss_p01 .gdbox{
    width:auto;
    display:flex;
    flex-wrap:nowrap
}
.newProInfo .pageLeft .simgShow .ss_p01 .gdbox div {
    width: 30px;
    height: 30px;
    border: 1px solid #f2f2f2;
    margin: 2px;
    padding: 2px;
    cursor: pointer;
    overflow: hidden;
    display:flex;
    align-items:center;
    justify-content:center
}
.newProInfo .pageLeft .simgShow .ss_p01 .gdbox div.active {
    border: 1px solid red;
    padding: 2px;
}
.newProInfo .pageLeft .simgShow .ss_p01 .gdbox div img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    border: 0px;
}
.newProInfo .pageLeft .simgShow .see-all-images {
    display: flex;
    align-items: center;
}
.newProInfo .pageLeft .simgShow .see-all-images * {
    display: inline-flex;
    align-items: center;
}
.newProInfo .pageLeft .sift {
    width:42%;
    padding:0 15px;
}
.newProInfo .pageLeft .sift .box {
    border: 1px solid #e2e2e2;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px;
    margin-bottom:15px;
}
.newProInfo .pageLeft .sift .color{
    display:flex;
    align-items:center
}
.newProInfo .pageLeft .sift .box p{
    font-size: 16px;
    color: #666666;
    margin:0;
    padding-right:10px;
}
.newProInfo .pageLeft .sift .box .regularWidth,.newProInfo .pageLeft .sift .box2 .regularWidth {
    width:150px;
    flex-shrink:0;
    text-align:right;
    padding-right:10px;
    display:block;
}

.newProInfo .pageLeft .sift .color .select-style,.newProInfo .pageLeft .sift .box2 .select-style{
    background: #f2f2f2 url(/Theme/images/select-arrowdown.png) no-repeat scroll 96% center;
    border: 1px solid #e9e9e9;
    margin: 0;
    overflow: hidden;
    padding: 0;
    min-width: 32%;
    width: auto;
    height: auto;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.newProInfo .pageLeft .sift .color select,.newProInfo .pageLeft .sift .box2 select{    
    margin-bottom: 0;
    width: auto;
    min-width: 100%;
    height:auto;
    padding: 4px 24px 4px 10px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-user-select: none;
    border: 0px;
    outline:none;
    line-height: normal;
    font-size: 16px;
    color: #333333;
    background: none;
    white-space: nowrap;
}
.newProInfo .pageLeft .sift .color .img_imgdtl {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    padding-left:10px;
}
.newProInfo .pageLeft .sift .color .img_imgdtl div {
    width:30px;
    height:30px;
    padding:2px;
}
.newProInfo .pageLeft .sift .color .img_imgdtl img{
    width:100%;
    height:auto;
    display:block;
    border:rgba(192,0,0,1) 0 solid;
}

.newProInfo .pageLeft .sift .custom .custom_orderlist h6 {
    background: url(/Theme/images/compare_itrow_li.png) left 7px no-repeat;
    font-size: 15.5px;
    color: #666666;
    line-height: 26px;
    font-weight: 700;
    padding-left: 10px;
    display: inline-block;
    margin:10px 0;
}

    .newProInfo .pageLeft .sift .custom  .custom_orderlist h6 a {
        color: #1f497d;
    }

.newProInfo .pageLeft .sift .custom  .custom_orderlist span {
    font-weight: 400;
    padding: 0px 10px;
}
.newProInfo .pageLeft .sift .start_order_custom {
        border: 1px solid #e2e2e2;
        width: 100%;
        float: left;
    padding: 10px 4px;
    }

        .newProInfo .pageLeft .sift  .start_order_custom ul li {
            width: 25%;
            font-size: 16px;
            color: #666666;
            line-height: 30px;
            margin: 0px;
            padding: 0 7px;
            display: inline-block;
            vertical-align: top;
            margin-bottom: 10px;
        }

            .newProInfo .pageLeft .sift  .start_order_custom ul li a {
                color: #d00;
            }
            .newProInfo .pageLeft .sift  .start_order_custom ul li #ctl00_ContentPlaceHolder1_lbtnResetQuantity {
                font-weight:bold;
                color:#1f497d
            }
 .newProInfo .pageLeft .sift  .start_order_custom ul li #ctl00_ContentPlaceHolder1_txtq1{
        border: 1px solid #e9e9e9;
    background: #f2f2f2;
    height: 32px;
    font-size: 16px;
    color: #333333;
    width: 70px;
    padding: 0px 10px;
}
            .newProInfo .pageLeft .sift  .start_order_custom ul li:nth-child(3n+1) {
                width: 40%;
                text-align: right;
            }

            .newProInfo .pageLeft .sift  .start_order_custom ul li:nth-child(1) {
                font-weight: 700;
            }

            .newProInfo .pageLeft .sift  .start_order_custom ul li:nth-child(2) {
                font-weight: 700;
            }

            .newProInfo .pageLeft .sift  .start_order_custom ul li:nth-child(3) {
                font-weight: 700;
            }

            .newProInfo .pageLeft .sift  .start_order_custom ul li input.updatemy_QT {
                border: 1px solid #e9e9e9;
                background: #f2f2f2;
                height: 32px;
                font-size: 16px;
                color: #333333;
                width: 70px;
                padding: 0px 10px;
            }
.newProInfo .pageLeft .sift .compare_itrow ul li {
        background: url(/Theme/images/compare_itrow_li.png) left 8px no-repeat;
        font-size: 16px;
        color: #666666;
        font-weight: 700;
        padding-left: 15px;
        display:flex;
        align-items:center;
        min-height:30px;
        gap: 2px;
    }
    .newProInfo .pageLeft .sift .compare_itrow ul li * {
        display: inline-flex;
        align-items: center;
    }
    .newProInfo .pageLeft .sift .compare_itrow ul li a[style*="min-width"] {
        justify-content: center;
        line-height: 1;
        height: auto;
        vertical-align: middle;
    }

.newProInfo .pageLeft .sift .compare_itrow ul li a {
            color: #1f497d;
        }
.newProInfo .pageLeft .sift .compare_itrow ul li  font{
    float:right;
}
.newProInfo .pageLeft .sift .box2 {
    
    border: 1px solid #e2e2e2;
    width: 100%;
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px 15px;
    line-height:26px;
    margin-bottom:15px;
}
.newProInfo .pageLeft .sift .box2 p{
    font-size: 16px;
    color: #666666;
    margin-bottom:16px;
	
    width: 100%;
    overflow: hidden;
}
.newProInfo .pageLeft .sift .box2 p span,.newProInfo .pageLeft .sift .box2 .p1 span,.newProInfo .pageLeft .sift .box2 .haveInput span{ 
    margin-right: 12px;
    font-size: 16px;
    float: left;
    font-weight:bold
}
.newProInfo .pageLeft .sift.siftNewStyle  .box2 p span,.newProInfo .pageLeft .sift.siftNewStyle  .box2 .p1 span,.newProInfo .pageLeft .sift.siftNewStyle  .box2 .haveInput span{ 
    width:120px;
    text-align:right;
    font-weight:normal
}

.newProInfo .pageLeft .sift.siftNewStyle .box2 .haveInput span{
	width: auto;
}
.newProInfo .pageLeft .sift.siftNewStyle .box2 p span#spStock{
	width: auto
}
.newProInfo .pageLeft .sift .box2 .p1 {
    display:flex;
    align-items:flex-start;
    margin-bottom:16px;
}

.newProInfo .pageLeft .sift .box2 .img_imgdtl {
    display:flex;
    flex-wrap:wrap;
    margin-left:8px;
}
.newProInfo .pageLeft .sift .box2 .img_imgdtl div {
    width:30px;
    height:30px;
    padding:2px;
}
.newProInfo .pageLeft .sift .box2 .img_imgdtl img{
    width:100%;
    height:auto;
    display:block;
    border:rgba(192,0,0,1) 0 solid;
}
.newProInfo .pageLeft .sift .box2 .haveInput {
    display:flex;
    align-items:center;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 16px;
    color: #666666;
}
.newProInfo .pageLeft .sift .box2 .haveInput * {
    display: inline-flex;
    align-items: center;
}
.newProInfo .pageLeft .sift .box2 .haveInput a[style*="min-width"] {
    justify-content: center;
    line-height: 1;
    height: auto;
    vertical-align: middle;
}
.newProInfo .pageLeft .sift .box2 .haveInput input{
    
    width: 60px;
    height: 28px;
    background: #f2f2f2;
    border: 1px solid #e9e9e9;
    font-size: 16xp;
    color: #333333;
    padding: 2px 5px 0px 5px;
    display: inline-block;
    text-align:center;
    margin-right:6px;
}
.newProInfo .pageLeft .sift .box2 .haveInput  a {
    padding-left:12px;
    font-size:14px;
    color:green;
    font-weight:bold;
    white-space:nowrap
}
.newProInfo .pageLeft .sift .box2 .haveInput span{
	width: auto;
}
.newProInfo .pageLeft .sift .box2 p span#spStock{
	width: auto
}
.newProInfo .pageRight {
    width:25%;
    float:left;
    padding:0 15px;
}
.newProInfo .pageRight .ask .heard{
    width: 100%;
    float: left;
    background: #f5f5f5;
    position: relative;
    padding: 12px;
    margin-bottom: 0px;
    text-align:center;
    border-radius:6px;
    border:1px solid #e2e2e2;
}
.newProInfo .pageRight .ask .heard .nav-row{
    margin-bottom:8px;
}
.newProInfo .pageRight .ask .heard .nav-row:last-child{
    margin-bottom:0;
}
.newProInfo .pageRight .ask .heard .nav-count{
    font-size:16px;
    color:#333;
    padding:8px 0;
    border-top:1px solid #e2e2e2;
    border-bottom:1px solid #e2e2e2;
}
.newProInfo .pageRight .ask .heard .nav-btn{
    display:block;
    width:100%;
    padding:10px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:4px;
    color:#333;
    font-size:14px;
    text-decoration:none;
    text-align:center;
}
.newProInfo .pageRight .ask .heard .nav-btn.nav-back{
    background:#fff;
    color:#333;
    border-color:#ddd;
    font-weight:normal;
}
.newProInfo .pageRight .ask .heard span,.newProInfo .pageRight .ask .heard a{
    display: inline-block;
    padding: 0px;
    font-size: 16px;
    color: #333;
    margin-right: 4px;
}

.newProInfo .pageRight .ask .mightask_box {
    background: #f2f2f2;
    width: 100%;
    float: left;
    padding: 15px 10px 15px 10px;
}

.newProInfo .pageRight .ask .mightask_box h4 {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 25px;
        color: #2b2b2b;
        margin: 0px 0px 20px 0px;
        padding: 0px;
    }

.newProInfo .pageRight .ask .mightask_box ul.ask_list {
        margin-bottom: 15px;
    }

.newProInfo .pageRight .ask .mightask_box ul.ask_list li {
            background: url(/Theme/images/ask_list_li.png) left 8px no-repeat;
            font-size: 16px;
            color: #666666;
            line-height: 27px;
            font-weight: 400;
            padding-left: 22px;
            display:block
        }

.newProInfo .pageRight .ask .mightask_box ul.ask_list li a {
                color: #666666;
            }

.newProInfo .pageRight .ask .mightask_box p {
        font-size: 16px;
        color: #666666;
        line-height: 27px;
    }

.newProInfo .pageRight .ask .mightask_box ul.share_img li {
        display: inline-block;
        vertical-align: top;
    }
.newProInfo .description {
    width:100%;
    display:flex;
    overflow:hidden;
    padding-top:25px;
    flex-wrap:wrap;
}
.newProInfo .description .box {
    width:50%;
    padding:0 15px;
    margin-bottom:15px;
}
.newProInfo .product_dtl_head {
    width: 100%;
    float: left;
    background: #f6f6f6;
    position: relative;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.newProInfo .product_dtl_head h2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    /* display: inline-block; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
}
.newProInfo .description .box .specification {
    width:100%;
    overflow:hidden;
    padding:0 15px;
}
.newProInfo .description .box .specification,.newProInfo .description .box .specification span,.newProInfo .description .box .specification a{
    font-size:16px;   
}
.newProInfo .description .box .specification dl {
    display:flex;
    width:100%;
    overflow:hidden;
    margin:2% 0;
    align-items: center;
}
.newProInfo .description .box .specification dl * {
    display: inline-flex;
    align-items: center;
}
.newProInfo .description .box .specification dl dt {
    width:25%;
    flex-shrink:0;
    font-weight:normal;
   
}
.newProInfo .description .box ul li {
    background: url(/Theme/images/ask_list_li.png) left 9px no-repeat;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    font-weight: 400;
    padding-left: 25px;
    display:block;
    width:100%;
    overflow:hidden;
}
.newProInfo .description .box table tr td .DetailProductNavigationPropertyValue{
        font-size: 16px;
        color: #666666;
        line-height: 30px;

}
.newProInfo .feedbackName{
    width:100%;
    padding-bottom:15px
}
.newProInfo .feedbackName h2{
    font-size: 24px;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.newProInfo .feedback{
    background:#f5f5f5;
    width:100%;
    overflow:hidden;
    border-radius:8px;
}
.newProInfo .feedback,.newProInfo .feedback .item{
    display:flex;
    width:100%;
    flex-direction:column;
    padding:15px;
}
.newProInfo .feedback .item{
    background:#fff;
    box-shadow:0 1px 2px rgba(150, 150, 150, 0.3);
    margin-bottom:15px;
}
.newProInfo .feedback .item .con {
    font-size:16px;
    color:#333
}
.newProInfo .feedback .item .from{
    font-size:12px;
    color:#666;
    margin-top:15px;
}
.newProInfo .feedback .item .help{
    font-size:14px;
    color:#333;
    margin-top:15px;
}
.newProInfo .feedback .item .answer {
    padding:15px;
    background:#f9f9f9;
    font-size:14px;
    color:#333;
    margin-top:15px;
}
.newLogin {
    width:100%;
    display:flex;
    flex-wrap:wrap;
    padding:20px;
    justify-content:space-between
}
.newLogin .item {
    width:49.5%;                    /* 每个框占49.5%宽度 */
    min-height:100%;
    background:#fff none repeat scroll 0 0;
    border:1px solid #e5e5e5;
}

/* 左侧登录框 */
.newLogin .item:first-child {
    width: 39%;                    /* 左侧39% */
}

/* 右侧注册框 */
.newLogin .item:last-child {
    width: 60%;                    /* 右侧60% */
}
.newLogin .item .con {
    padding:3%;
}

/* 两列布局 */
.newLogin .item .con.two-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newLogin .item .con.two-column .column {
    width: 48%;                    /* 每列48% */
}

.newLogin .item .con.two-column .full-width {
    width: 100%;                   /* 底部跨两列 */
    margin-top: 15px;
}
.newLogin .item .con p {
    font-family: Roboto,sans-serif;
    color: rgb(153, 0, 0);
    font-weight: 600;
    font-size: 15px; 
    margin-bottom: 15px;
    line-height: 26px;
}
.newLogin .item .con ul {
    padding-left:20px;
}
.newLogin .item .con ul li {
    margin:2% 0;
}
.newLogin .item .con .itbtn {
    border-radius: 2px;
    background: rgba(192,0,0,1) none repeat scroll 0 0;
    font-family: Roboto,sans-serif;
    cursor: pointer;
    border: medium none;
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    padding: 6px;
    margin: 5% auto 0;
    display: block;
}
.newLogin .item h3.form_col1_head {
        color: rgba(192,0,0,1);
        padding: 10px 0;
        background: #f2f2f2 none repeat scroll 0 0;
        text-align: center;
        font-size: 25px;
        font-family: Roboto,sans-serif;
        font-weight: normal;
    }
.newLogin .item .con .info {
    display:flex;
    align-items:center;
    justify-content:flex-start;  /* 左对齐 */
    margin-bottom:15px;
}
.newLogin .item .con .info div {    
    color: #000;
    float: left;
    font-family: Roboto,sans-serif;
    min-width: 108px;
    display:flex;
    flex-shrink:0;
    margin-right:12px;
}
.newLogin .item .con .info div span {
    color:#ff0000;
    display:block;
    width:12px;
}
.newLogin .item .con .info input,.newLogin .item .con .info select {
    padding: 0 5px;
    height: 30px;
    width: 180px;                /* 统一宽度180px */
    border: 1px solid #e5e5e5;
    background:#fff;
    margin-right:12px;
    outline:none;
}

/* 特殊宽度：红色框内的输入框统一400px */
.newLogin .item .con .info input#Company,
.newLogin .item .con .info input#Address,
.newLogin .item .con .info input#ZIP,
.newLogin .item .con .info select#Country,
.newLogin .item .con .info input#Phone,
.newLogin .item .con .info input#txtMobile,
.newLogin .item .con .info input#web {
    width: 400px !important;
}
.newLogin .item .con .colorGray {
    color:#999; font-weight:normal;
}
.newLogin .item .con .info input.sub {
    text-align:center;
    border-radius: 2px;
    background: rgba(192,0,0,1) none repeat scroll 0 0 !important;
    font-family: Roboto,sans-serif;
    cursor: pointer;
    border: medium none;
    box-shadow: none;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    padding: 6px;
}
.faqLink {
    width:100%;
    display:flex;
    flex-direction:column;
    padding:15px 0;
}
.faqLink a {
    color: #585757 !important;
    line-height: 40px !important;
    font-size: 17px !important;
}
.faqLink a:hover, .faqLink a:focus {
    color: #23527c !important;
}
.faqLink div {
    margin:0 !important
}
.newOrder {
    padding:15px;
    box-sizing:border-box;
    width:100%;
    overflow:hidden;
}
.newOrder .newOrderName {
    width:100%;
    overflow:hidden;
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color:#f5f5f5;
    padding:10px;
    box-sizing:border-box;
    line-height:1.1;
    display:flex;
    align-items:center;
    margin-top:15px;
    justify-content:center
}
.newOrder .newOrderList {
    display:flex;
    flex-direction:column
}
.newOrder .newOrderList .myrow {
    display:flex
}
.newOrder .withLetter {
    width:100%;
    box-sizing:border-box;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px;
    line-height: 25px;    
    color: #333;
    padding: 10px 15px;
    background: #f2f2f2;
    display:flex;
    align-items:center
}
.newOrder .withLetter  span{
    flex-shrink:0;
}
.newOrder .withLetter input{
    background:#fff;
    width:25% !important;
    margin:0 8px !important;
}
.newOrder .withLetter .padlno div,.newOrder .withLetter .padlno div a{
    font-size: 13px;
    line-height: 26px;
    color:#23527c;
}
.newOrder .withLetter .padlno {
    display:flex;
    align-items:center;
    width:100%;
}
.orderTable {
    width:100%;
    border:#e5e5e5 1px solid;
    border-right:none;
    border-bottom:none;
    min-width:750px;
}
.orderTable tr{
    border-bottom:#e5e5e5 1px solid;
}
.orderTable td{
    border-right:#e5e5e5 1px solid;
    padding:5px;
    vertical-align:middle;
    text-align:center;
    font-size:14px;
    color:#666
}
.orderTable td input[type='text']{
    border:#e5e5e5 1px solid ;
    padding:0 8px;
    text-align:center;
    box-sizing:border-box;
}
.orderTable td .shippingFrom {
    width:100%;
    display:flex;
    align-items:center;
    padding:8px;
    padding-top:3px;
    box-sizing:border-box;
    
}
.orderTable td .shippingFrom select{
    outline:none;
    font-size: 16px;
    color: #585757;
    line-height: 32px;
    padding: 9px 12px;
    border: 1px solid #e9e9e9;
    margin-left:1%;
}
.orderTable td .selectCourier02 table,.orderTable td .selectCourier02 table tr,.orderTable td .selectCourier02 table td{
    width:100%;
    text-align:left;
    border:none
}
.orderTable td .selectCourier02 select{
    outline:none;
    font-size: 16px;
    color: #585757;
    line-height: 32px;
    padding: 9px 12px;
    border: 1px solid #e9e9e9;
    float:left
}
.orderTable td .selectCourier02 input{
    outline:none;
    font-size: 16px;
    color: #585757;   
    padding: 9px 12px;
    border: 1px solid #e9e9e9;   
}
.orderTable td .shippingFrom02 input{
    margin:0;
    margin-left:12px;
    margin-right:8px;
}
.orderTable td .shippingFrom02 div span{
    display:flex;
    align-items:center
}
.orderTable td .selectCourier {
    display:flex;
    flex-direction:column;
    padding:.5%;
}
.orderTable td .selectCourier .item{
    text-align:left;
    margin:.5% 0
}

.orderTable td .selectCourier table,.orderTable td .selectCourier table tr,.orderTable td .selectCourier table td {
    border:none;
}
.tablebox .orderTable.orderTable02 td .selectCourier table td{
    padding:5px 0;
}
.orderTable td input.numInput {
    border: 1px solid #ddd;
    padding: 6px;
    margin: 0 auto;
    width: 30%;
    text-align:center
}
.orderTable .tableName td {
    text-align:center;
    font-weight:bold
}
.orderTable.orderTable04{
    table-layout: fixed
}
.orderTable.orderTable04 td{

}
.newOrder .bottomBtn {
    width:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:3%;
    border-top:none;
    box-sizing:border-box;
}
.newOrder .bottomBtn div {
    display:flex;
    justify-content:center;
}
.newOrder .bottomBtn div input{
    padding:2% 4%;
    background:#333 !important;
    color:#fff !important;
    margin:2%;
}
.newOrder .bottomBtn span {
    color:red;
    font-size:12px;
}
.newOrder .bottomBtn02{
    display:flex;
    flex-direction:row;
}
.newOrder .bottomBtn02 input{
    padding:.5% 1%;
    background:#333 !important;
    color:#fff !important;
    margin:0 8px;
}
.newAddress {
    width:100%;
    box-sizing:border-box;
    display:flex;
    padding:1%;
}
.newAddress .naLeft,.newAddress .naRight{
    width:48%;
    margin:1%;
}
.newAddress .partName {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    background: #f2f2f2;
}

.newAddress .naLeft .item {
    display:flex;
    width:100%;
    border:#e5e5e5 1px solid;
    border-top:none;
    box-sizing:border-box;
}
.newAddress .naLeft .item dt {
    flex-shrink:0;
    border-right:#e5e5e5 1px solid;
}
.newAddress .naLeft .item dt input {
    margin:12PX;
}
.newAddress .naLeft .item dd {
    padding:12px;
}
.newAddress .naLeft .userInfo{
    width:100%;
    border-top:#e5e5e5 1px solid !important;
}
.newAddress .btns {
    border:#e5e5e5 1px solid;
    border-top:none;
    padding:12px;
}
.newAddress .btns input,.newAddress .btns a{
    
    display: inline-block;
    background: #333;
    color: #fff;
    margin:0 2px;
    padding: 8px 6px !important;
}
.newAddress .btns input:hover {
    background: #444;
}
.newAddress .naRight .btns{
    border:none;
    padding:0;
}
.newAddress .naRight .naTips {
    font-size:12px;
    color:red;
    margin-bottom:15px;
}
.newAddress .naRight .narInfo {

}
.newAddress .naRight .narInfo dl {
    display:flex;
    flex-direction:column;
    margin-bottom:15px;
}
.newAddress .naRight .narInfo dl dt { 
    margin-bottom:15px;
}
.newAddress .naRight .narInfo dl dd {
    display:flex;
}
.newAddress .naRight .narInfo input,.newAddress .naRight .narInfo select{
    width: 100%;
    color: #555;
    padding: 9px 12px;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left:5%;
    outline:none
}
.newAddress .naRight .narInfo dl select:first-child{
    margin:0
}
.newAddress .naRight .narInfo dl input:first-child{
    margin:0
}
.tablebox {
    width:100%;
    overflow:hidden;
    overflow-x:auto;
}
.tablebox .orderTable.orderTable02 td{
    text-align:left;
    padding:15px;
}
.tablebox .orderTable.orderTable02 td input,.tablebox .orderTable.orderTable02 td select,.bottomBtn2 input{
    color: #555;
    padding: 9px 12px;
    background-color: #f2f2f2;
    background-image: none;
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0,0,0,8%);
    box-shadow: inset 0 1px 1px rgb(0,0,0 , 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin:0 1%;
    outline:none
}
.bottomBtn2 input
{
    background: #333 !important;
    color: #fff !important; 
    font-size:14px;
    }
.tablebox .orderTable.orderTable02 td .note {
    display:flex;
    flex-direction:column;
}
.tablebox .orderTable.orderTable02 td .noteSelect {
    display:flex;
    align-items:center;
    margin-top:12px;
}
.tablebox .orderTable.orderTable02 td.alignCenter {
    text-align:center
}
.tablebox .orderTable.orderTable03 td{
    padding:10px;
}


.tablebox .orderTable.orderTable03 td {
      position:relative
  }
.tablebox .orderTable.orderTable03 .popupDetail {
    display:flex;
}
.tablebox .orderTable.orderTable03 .popupDetail .img_01 {
    width:auto;
    height:auto;
    padding:20px;
    border-right:#e5e5e5 1px solid
}

.tablebox .orderTable.orderTable03 .tableName td{
            font-size:16px;
            font-family:Arial, sans-serif
        }
.tablebox .orderTable.orderTable03 tr td{
            font-size:14px;
            text-align:left;
            vertical-align:top;
            
            min-height: 180px;
        }
.tablebox .orderTable.orderTable03 tr td .t0 {
            width:60%;
            overflow:hidden;
            box-sizing:border-box;
            padding:20px 10px;
        }
.tablebox .orderTable.orderTable03 .itColor {
    width:40%;
    padding: 20px 10px;
}
.tablebox .orderTable.orderTable03 tr td .seebox {
    width:100%;
    min-height:140px;
    overflow:hidden;
}
.tablebox .orderTable.orderTable03 td select{
            width: 60%;
            font-size: 16px;
            color: #585757;
            line-height: 32px;
            padding: 8px 12px;
            border: 1px solid #e9e9e9;
            outline:none;
        }
.tablebox .orderTable.orderTable03 td input{
            margin-bottom: 10px;
            margin-top: 8px;
            padding: 3px 15px;
            height: auto;
            line-height: 16px;
            font-size: 12px;
            color: #fff;
            background: #2b2b2b;
        }

.tablebox .orderTable.orderTable03 td dl {
            width:100%;
            overflow:hidden;
        }
.tablebox .orderTable.orderTable03 td dl dt {
            display:flex;
            align-items:center
        }
.tablebox .orderTable.orderTable03 td dl dt b {
            flex-shrink:0;
            margin-right:8px;
        }
.tablebox .orderTable.orderTable03 td dl dd{
            margin-top:8px;
            display:flex;
            justify-content:center;
            flex-wrap:wrap;
        }
.tablebox .orderTable.orderTable03 td dl dd img {
            margin:2px;
        }
.newOrder .stylemenu {
    display:flex;
    position:fixed;
    left:0;
    bottom:0;
    background:#fff;
    justify-content:center;
    width:100%;
    padding:20px 0;
    line-height:100%
}
.newOrder .stylemenu div{
    padding:0 2%;
    display:flex;
    height:36px;
    line-height:36px;
    color:#fff;
    margin:0 4px;
    font-size:14px;
}
.newOrder .stylemenu a{
    padding:0 2%;
    height:36px;
    line-height:36px;
    color:#fff;
    margin:0 4px;
    font-size: 18px;
}
.newOrder .popupLeft {
    width:75%;
    float:left;
}
.newOrder .popupRight {
    width:25%;
    float:left;
    display:flex;
    flex-direction:column;
    padding-left:15px;
    padding-top:15px;
    box-sizing:border-box
}
.newOrder .popupRight div {
    border:#e5e5e5 1px solid;
    border-top:none;
    display:flex;
    justify-content:center;
}
.newOrder .popupRight div:first-child{
    
    border-top:#e5e5e5 1px solid;
}
.paybtns {
    display:flex;
    flex-direction:column;
    align-items:center;
    margin:1%;
}
.paybtns dt
{
    margin-top:1%;
    margin-bottom:.5%;
}
.paybtns dt input{
    width:174px;
    height: 50.4px;
}
.paybtns dd{
    display:flex;
    padding-top:16px;
}
.paybtns dd input,.paybtns dd a{
    background-color: #e7e7e7;
    color: black;
    border: none;
    padding: 4px 38px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 2px;
    box-sizing:border-box;
    display:block
}
.customPopup {
    width:100%;
    height:100%;
    background:#fff;
    position:fixed;
    left:0;
    top:0;
    z-index:99999;
    display:none;

}
.customPopup .cpContent {
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
}
.customPopup .content{
    width:100%;
    height:100%;
}
.customPopup .closebtn {
    width:100%;
    text-align:right;
    border-bottom:#e5e5e5 1px solid;
    flex-shrink:0
}
.customPopup .closebtn a{
    padding:4px 16px;
    font-size:32px;
    cursor:pointer  
}
.customPopup_con {

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.customPopup_con h4 {
    font-size: 20px;
    color: #333333;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow:hidden;
    background: #f6f6f6;
    position: relative;
    padding: 10px;
    margin-bottom: 0px;
    flex-shrink: 0;
}
.customPopup_con .btns {
	
	height:100%;
    display:flex;
   justify-content:center;
    align-items: center;
	padding-bottom:40px;
	box-sizing:border-box
}

.customPopup_con .btns .itItem {
    display:flex;
    flex-direction:column;
    line-height: 24px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    align-items:center;
    padding:15px;
    max-width:230px;
    box-sizing:border-box;
}
.customPopup_con .btns .itItem a {
    text-decoration:none !important;
    font-weight:normal !important;
    font-family: 'Roboto', sans-serif !important;
    display:flex;
    flex-direction:column;
    align-items:center;
}
.customPopup_con .btns .itItem font{
    margin-top:10%;
    color:#666;
}
.customPopup_con .btns .itIcon{
    width:120px;
    height:120px;
    border:1px dashed rgba(192,0,0,1);
    border-radius:60px;
    color:rgba(192,0,0,1);
    display:flex;
    justify-content:center;
    align-items:center;
    background:#fbfbfb;
}
.customPopup_con .btns .itIcon span {
    font-size:45px;

}
.newOrder .popupHeard {
    display:flex;
    justify-content:space-between;
    margin:15px 0;
}
.newOrder .popupHeard .phLeft,.newOrder .popupHeard .phRight{
    display:flex;
    align-items:center
}
.newOrder .popupHeard span{
    margin:0 8px;
    white-space:nowrap
}
.newOrder .popupHeard select,.newOrder .popupHeard input,.newOrder .withLetter input{
    width: 100%;
    font-size: 16px;
    color: #585757;
    line-height: 42px;
    height:42px;
    padding: 0 12px;
    border: 1px solid #e9e9e9;
    outline:none;
    box-sizing:border-box;
}
.newOrder .popupHeard input {
    margin-left:4px;
}
.newOrder .popupHeard input[type="submit"] {
   background:#2b2b2b;
   color:#fff
}
.newOrder .popupHeard input[type="submit"]:hover{
    background:#444
}
.newOrder .popupHeard .popupPages {    
    display: flex;
    align-items: center;
    overflow: hidden;
    border: #e5e5e5 1px solid;
}
.newOrder .popupHeard .popupPages select{
    height:100%;
    padding:0 12px;
    margin-right:8px;
}
.newOrder .popupHeard .popupPages span {
    color:#1f497d;
    font-weight:bold;
    font-size:16px;
}
.newOrder .popupHeard .popupPages a {
    padding: 5px 7px;
    color: #515a61;
    font-weight: bold;
    border: 1px solid #ddd;
    background: linear-gradient(0deg, #e0e0e0 0%, #ffffff 100%);
    font-size:18px;
    font-family:Arial, sans-serif;
    cursor:pointer
}
.newOrder .pageLink,.newOrder .pageLink a {
    color: #848284;
    font-size: 14px;
    font-family: Arial;
}
.orderTable.orderTable02 .contentTable table,.orderTable.orderTable02 .contentTable tr{
    border:none;
}
.orderTable.orderTable02 .contentTable tr{
    width:100%;
    overflow:hidden;
}
.orderTable.orderTable02 .contentTable tr td{
    border:none;
    text-align:left;
    padding:0;
    padding-bottom:4px;
}
.orderTable.orderTable02 .contentTable tr td .btns a{
    color:#337ab7;
    margin-right:8px;
}
.orderTable.orderTable02 .contentTable tr td .btns a:hover{
    color:#23527c
}
.orderHeaderInfo {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    background: #f2f2f2;
    display:flex;
    justify-content:space-between;
    color:#333;
    
    font-family:Roboto, sans-serif
}
.orderHeaderInfo .p01
{
    font-size:16px;
    font-weight:bold;
    display: flex;
    align-items: center;
}
.orderHeaderInfo input,.orderHeaderInfo select,.page_Info select{
    border: none;
    display: inline-block;
    padding: 5px;
    margin-bottom: 0px;
    background:#fff;
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #585757;
    resize: none;
    outline:none
}
.orderHeaderInfo .itPages {
    display:flex;
    font-size:16px;
    font-family:Roboto, sans-serif;
    flex-wrap:wrap
}

.orderHeaderInfo .itPages div{
    display:flex;
    align-items:center;
}
.orderHeaderInfo .itPages .p02{
    padding-right:12px;
    flex-wrap:wrap;
}
.orderHeaderInfo .itPages .p02 span{
    font-weight:bold;
}
.orderHeaderInfo .itPages .p02 input,.orderHeaderInfo .itPages .p02 select{
    width:130px;
    margin:0 4px;
}

.orderHeaderInfo .itPages .p02 input[type="submit"]{
    width:60px;
}
.orderHeaderInfo .itPages div a {
    margin-right:8px;
    color:#666
}
.orderHeaderInfo .itPages div a.pagecountlink {
    color:#23527c
}
.orderHeaderInfo .itPages div a.pagecountlinkSelect{
    color:rgba(192,0,0,1);
    font-weight:normal;
}
.newOrder .page_Info {
    width:100%;
    overflow:hidden;
    margin-bottom:15px;
    display:flex;
    justify-content: flex-end;
}

.newOrder .page_Info div {
    font-size:14px;
    overflow:hidden;
    display:flex;
    align-items:center;
}
.newOrder .page_Info div a {
            padding: 5px 7px;
            color: #515a61;
            font-weight: bold;
            border: 1px solid #ddd;
            border-radius: 2px;
            background: -moz-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
            background: -webkit-gradient(linear, 90deg, color-stop(0%, #e0e0e0), color-stop(100%, #ffffff));
            background: -webkit-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
            background: -o-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
            background: -ms-linear-gradient(90deg, #e0e0e0 0%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff', GradientType='0');
            background: linear-gradient(0deg, #e0e0e0 0%, #ffffff 100%);
            margin:0 2px;
        }
.newOrder .page_Info div a:hover {
    color: #515a61;
    border: 1px solid #ddd;
    background: -moz-linear-gradient(90deg, #ffdcf5 0%, #ffffff 100%);
    background: -webkit-gradient(linear, 90deg, color-stop(0%, #ffdcf5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(90deg, #ffdcf5 0%, #ffffff 100%);
    background: -o-linear-gradient(90deg, #ffdcf5 0%, #ffffff 100%);
    background: -ms-linear-gradient(90deg, #ffdcf5 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcf5', endColorstr='#ffffff', GradientType='0');
    background: linear-gradient(0deg, #ffdcf5 0%, #ffffff 100%);
}
.newOrder .page_Info select {
    border:#f2f2f2 1px solid;
    margin-left:8px;
}

.newOrder .newOrderName select{
    color: #585757;
    line-height: 32px;
    border: 1px solid #e9e9e9;
    margin: 0 0 0 5px;
    padding: 7px 6px;
    display: inline-block;
    width: auto;
    margin-right: 10px;
    font-size: 14px;
    outline: none !important;
}
.newOrder .btnsbox{
    width:100%;
    overflow:hidden;
    display:flex;
    justify-content:center
}
.newOrder .btnsbox input{
    font-family: Arial, sans-serif;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 5px 0;
    padding: 0 28px;
    background:#2b2b2b;
    margin:0 4px;
}
.newOrder .btnsbox input:hover{
    background:#444
}
.newOrder .chooseWay {
    padding:15px 0;
}
.newOrder .chooseWay dl{
    width:100%;
    overflow:hidden;
    background:#f5f5f5;
    display:flex;
    margin-bottom:10px;
    align-items:center;
}
.newOrder .chooseWay dl input,.newOrder .chooseWay dl select{
    font-size: 16px;
    color: #585757;
    line-height: 32px;
    padding: 9px 12px;
    border: 1px solid #e9e9e9;
    font-weight: normal;
    outline:none;
    background:#fff;
    margin:0 5px;
}
.newOrder .chooseWay dl input{
    line-height:normal;
}
.newOrder .chooseWay dl dt{
    padding:10px;
    font-size:18px;
}
.newOrder .chooseWay dl dd{
    padding:10px;
    display:flex;
    align-items:center
}
.newOrder .chooseWay dl dd div{
    display:flex;
    align-items:center;
    margin-right:12px;
}
.newOrder .chooseWay .cw_tl {
    display:flex;
    margin-bottom:10px;
}
.newOrder .chooseWay .cw_tl dl {
    width:66%;
    margin-bottom:0;
    margin-right:10px;
}
.newOrder .chooseWay .cw_tl table{
    width:34%;
    border:#e5e5e5 1px solid;
    border-bottom:none;
}
.newOrder .chooseWay .cw_tl table tr{
    border-bottom:#e5e5e5 1px solid;
}
.newOrder .chooseWay .cw_tl table tr td{
    border-right:#e5e5e5 1px solid;
    text-align: center;
    vertical-align: middle;
}
.orderHeaderLink {
    display:flex;
    flex-wrap:wrap;
    margin-bottom:8px;
}
.orderHeaderLink a{
    margin-right:8px;
    margin-bottom:8px;
    font-size:13px;
}
.proSelect {
    width:100%;
    display:flex;
    flex-direction:column;
}
.proSelect .proSelectName a{
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    background: #f2f2f2;
    display:block;
    font-family: Roboto, sans-serif;
    color: #333;
    font-weight: normal;
}
.proSelect .selectbtn input{
    background: #2b2b2b none repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin: 15px auto;
    padding: 0 28px;
    display:block
}
.proSelect .selectItem .item {
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
.proSelect .selectItem .item dl{
    width:33.33333%;
    padding:15px;
    box-sizing:border-box;
}
.proSelect .selectItem .item hr{
    width:100%;
}
.proSelect .selectItem .item dl dt {
    font-size:18px;
    font-weight:600;
    margin:5px 0;
    font-family:Arial, sans-serif
}
.proSelect .selectItem .item dl dt input,.proSelect .selectItem .item dl dd input{
    margin-right:8px;
    margin-top:0;
}
.proSelect .selectItem .item dl dd{
    padding-left:15px;
    display:flex;
    align-items:center;
    font-size:14px;
    line-height:26px;
    margin-bottom:5px;
}

.tradeInfo .itItem {
    width:100%;
    padding:15px;
    overflow:hidden;
    display:flex;
    flex-direction:column
}
.tradeInfo .itItem textarea{
    width:100%;
    max-width:470px;
}
.tradeInfo .itItem h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0px;
    line-height: 25px;
    color:#666
}
.tradeInfo .itItem .selectDiv{
    padding-left:20px;
}
.tradeInfo .itItem .selectDiv table{
    width:100%;
}
.tradeInfo .itItem .selectDiv label{
    font-size:14px;
    color:#666;
    font-weight:normal
}
.tradeInfo .itItem .selectDiv input {
    margin-right:2%;
}
.tradeInfo .itItem .selectDiv textarea{
    background:#f2f2f2;
    width:100%;
    max-width:500px;
    margin-top:8px;
}
.tradeInfo .itItem .selectDiv02 {
    display:flex;
    align-items:center;
    padding-left:20px;
}
.tradeInfo .itItem .selectDiv02 input{
    margin:0;
    margin-right:8px;
}
.userInfo {
    width:100%;
    display:flex;
    flex-direction:column
}
.userInfo dl {
    display:flex;
}
.userInfo dl dt{
    width:200px;
}
.userInfo dl dt img {
    width:100%;
    height:auto;
    display:block;
}
.userInfo dl dd {
    display:flex;
    flex-direction:column;
    padding-left:15px;
}

.userInfo dl dd div{
    display:flex;
    margin-bottom:15px;
    align-items:center;
}
.userInfo dl dd div:last-child{
    margin-bottom:0;
}
.userInfo dl dd div span{
    font-weight:bold;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #666;
    margin-right:8px;
}
.userInfo.userInfo01 dl dt{
    width:auto;
}

.userInfo.userInfo01 dl dd {
    display:block;
}


.userInfo .infoDetail {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #666;
    line-height:150%;
    margin-top:15px;
}
.newRegister {
    margin:0 2%;
    box-sizing:border-box;
    border:#e5e5e5 1px solid;
    padding:20px;
    position:relative;
    margin-top:3%;
}
.newRegister .pageName {
    position:absolute;
    top:0;
    left:20px;
    padding: 0 5px;
    background:#fff;
    font-size: 16px;
    font-weight: 500;
    line-height:26px;
    margin-top:-13px;
    color:#333;
    font-family:Roboto, sans-serif
}
.newRegister .topTab {
    width:100%;
    border-bottom:#e5e5e5 1px solid;
    display:flex;
    justify-content:center;
    margin-bottom:8%;
}
.newRegister .topTab dl{
    display:flex;
    align-items:center;
    padding:0 50px;
    padding-bottom:1%
}
.newRegister .topTab dl dt{
    width:24px;
    height:24px;
    line-height:24px;
    text-align:center;
    color:#fff;
    background:#ff4000;
    font-size:14px;
    font-weight:700;
    margin-right:5px;
    border-radius:24px;
}
.newRegister .topTab dl dd,.newRegister .topTab dl dd a{
    color:#999;
    font-size:16px;
    font-weight:700;
    line-height:30px;
    font-family:Arial, sans-serif
}
.newRegister .topTab dl.cur{
    border-bottom:2px solid #ff4700
}
.newRegister .topTab dl.cur dd,.newRegister .topTab dl.cur dd a{
    color:#3e3e3e
} 
.newRegister .item{
    width:100%;
    max-width:750px;
    margin:0 auto;
}
.newRegister .item.item_03 dl{
    flex-direction:column;
    width:33.333333%;
    margin-bottom:5px;
    padding:15px;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}
.newRegister .item.item_03 hr{
    width:100%;
}
.newRegister .item.item_03 .item{
    display:flex;
    flex-wrap:wrap;
}
.newRegister .item.item_03 .item dt{
    width:100%;
    line-height:26px;
    margin-bottom:5px;
    font-size:18px
}
.newRegister .item.item_03 .item dd{
    width:100%;
    margin-bottom:5px;
    padding-left:18px;
    box-sizing:border-box;
    line-height:26px;
}
.newRegister .item.item_03 input{
    width:auto !important;
    margin-right:5px;
}
.newRegister .btns input{
    margin:0 4px;
}
.customDetailHeard {
    width:100%;
    overflow:hidden;
    text-align:center;
    color:#000
}
.customDetailHeard .t0{
    font-weight:bold;
    font-size:22px;
    font-family:Verdana, Arial;
}
.customDetailHeard .t1{
    font-size:12px;
    font-family:Verdana, Arial;
}
.customDetailHeard .t2{
    font-weight:bold;
    font-size:18px;
    font-family:Verdana, Arial;
    line-height:35px;
}
.commentDetail{
    width:80%;
    display:flex;
    margin:0 auto
}
.commentDetail .commentInfo{
    width:55%
}
.commentDetail .commentImage{
    width:45%;
    text-align:center;
    padding:0 20px;
}
.commentDetail .commentImage img {
    width:100%;
    max-width:100%;
}
.commentDetail .commonInput {
    width:100%;
}
.commentDetail dl{
    width:100%;
    overflow:hidden;
    margin-bottom:12px;
}
.commentDetail dt{
    margin-bottom:12px;
    font-weight:normal;
}
.commentDetail dd{
    display:flex;
}
.commentDetail dd .commonInput{
    margin-right:12px;
    width:30%;
    padding:6px 12px;
}
.commentDetail dd .commonInput:first-child{
    width:30%;
}
.commentDetail dd .commonInput:last-child{
    width:100%;
    margin-right:0
}

    .categoryHeard{
        background:#f2f2f2;
        padding:4px 10px;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:space-between;
        margin-bottom:12px;
		cursor:pointer
    }
    .categoryHeard img {
        width:27px;
        height:27px;
    }
    .categoryHeard div{
        display:flex;
        align-items:center;
    }
    .categoryHeard div font{
        margin-left:8px;
        font-size:14px;
    }
    .categoryHeard .btnIcon {
        cursor:pointer;
        transform:rotate(180deg)
    }
	
    .ptCategoryShow {
        display:flex;
        flex-shrink:0;
        align-items:center;
        width:260px;
        justify-content:space-between;
        margin-right:12px;
        padding-right:6px;
        border-right:#ccc 1px solid;
        display:none;
		cursor:pointer
    }
    .ptCategoryShow div {
        display:flex;
        align-items:center;
    }
    .ptCategoryShow img{
        width:27px;
        height:27px;
    }
    .ptCategoryShow img.categorySbtn{
        cursor:pointer;
    }
    .ptCategoryShow font{
        margin:0 8px;
        font-size:14px;
        color:rgba(192,0,0,1);
    }

/* 默认地址复选框行 - PC端通用 */
.newLogin .item .con .info.checkbox-row {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
}
.newLogin .item .con .info.checkbox-row input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
}
.newLogin .item .con .info.checkbox-row label {
    margin-left: 8px;
    font-size: 13px;
    color: #666;
}

/* ============================================
   首页改版新增样式 - Hero Section / 信任标识 / 定制工艺 / 工厂实力 / 询盘表单
   ============================================ */

/* Hero Section */
.hero-section {
    background: #f8f9fa !important;
    color: #333;
    padding: 15px 20px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 3px;
}
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../../../images/landing/factory-exterior.png') center/cover;
    opacity: 0.05;
}
.hero-content {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin: 0 auto;
}
.hero-tag {
    display: inline-block;
    background: rgba(177, 0, 0, 0.9);
    color: #fff;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 2px;
}

/* Testimonials 双列跑马灯 */
.testimonials-dual {
    display: flex;
    gap: 0;
    height: 400px;
    overflow: hidden;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}
.testimonials-col {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.testimonials-scroll-up {
    animation: scrollUp 60s linear infinite;
    background: transparent;
}
.testimonials-scroll-up:hover {
    animation-play-state: paused;
}
@keyframes scrollUp {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}
/* Testimonials 条目样式 */
.testimonials-scroll-up .item {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 1.6;
    background: transparent;
    border: none;
    padding: 0;
}
.testimonials-scroll-up .item span {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
}
.testimonials-scroll-up .item p {
    margin: 8px 0;
    font-size: 15px;
}
.testimonials-scroll-up .item div {
    display: flex;
    align-items: center;
    font-size: 15px;
}
.testimonials-scroll-up .item div img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.hero-cert-tag {
    display: inline-block;
    padding: 8px 20px;
    background: #b10000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.hero-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #b10000;
}
.hero-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}
.hero-metrics {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.hero-metrics span {
    font-size: 14px;
    color: #666;
}
.hero-metrics strong {
    color: #b10000;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}
.hero-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.hero-cta .btn {
    display: inline-block;
    padding: 14px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}
.hero-cta .btn-primary {
    background: #b10000;
    color: #fff;
}
.hero-cta .btn-primary:hover {
    background: #900000;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(177,0,0,0.3);
}
.hero-cta .btn-secondary {
    background: transparent;
    color: #333;
    border: 2px solid rgba(0,0,0,0.3);
}
.hero-cta .btn-secondary:hover {
    background: rgba(0,0,0,0.05);
    border-color: #333;
}

/* 信任标识条 */
.trust-bar {
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    padding: 20px;
}
.trust-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.trust-item img {
    height: 40px;
    width: auto;
}
.trust-item span {
    font-size: 13px;
    font-weight: 600;
    color: #333;
}
.trust-divider {
    width: 1px;
    height: 30px;
    background: #ddd;
}
.trust-brands {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.trust-brands span:first-child {
    font-size: 13px;
    color: #666;
}
.trust-brands .brand-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    padding: 4px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
}

/* 通用区块样式 */
.custom-orders-section,
.factory-strength-section,
.inquiry-section {
    padding: 50px 20px;
    max-width: 1200px;
    margin: 0 auto;
}
.section-header {
    text-align: center;
    margin-bottom: 40px;
}
.section-header h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}
.section-header .section-desc {
    font-size: 16px;
    color: #666;
}

/* 定制工艺区 */
.custom-orders-section {
    background: #fff;
}
.custom-content {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}
.custom-text {
    flex: 1;
    min-width: 300px;
}
.custom-text p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}
.custom-features {
    flex: 1;
    min-width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.feature-item {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 3px solid #b10000;
}
.feature-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.feature-item p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}
.feature-item.highlight {
    background: #fff3f3;
    border-left-color: #b10000;
}

/* 工厂实力区 */
.factory-strength-section {
    background: #f8f9fa;
}
.factory-content {
    text-align: center;
}
.factory-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 40px;
}
.factory-images img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
}
.factory-metrics {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.metric-item {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    min-width: 150px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.metric-number {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #b10000;
    margin-bottom: 5px;
}
.metric-label {
    font-size: 13px;
    color: #666;
}
.factory-description {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.factory-description p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

/* 询盘表单 */
.inquiry-section {
    background: #fff;
    border-top: 2px solid #b10000;
}
.inquiry-form {
    max-width: 800px;
    margin: 0 auto;
}
.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.form-group {
    flex: 1;
    min-width: 250px;
}
.form-group.full-width {
    width: 100%;
    flex: none;
}
.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}
.form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fff;
    transition: border-color 0.3s;
}
.form-control:focus {
    border-color: #b10000;
    outline: none;
}
textarea.form-control {
    resize: vertical;
    min-height: 100px;
}
.btn-submit {
    background: #b10000;
    color: #fff;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-submit:hover {
    background: #900000;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(177,0,0,0.3);
}

/* 客户评价恢复 */
.rightbox {
    display: block !important;
}
.Testimonials .item {
    padding: 10px 0;
    border-bottom: none;
    margin-bottom: 10px;
}
.Testimonials .item span {
    font-weight: 600;
    color: #333;
}
.Testimonials .item p {
    margin: 10px 0;
    color: #555;
    line-height: 1.6;
}

/* ============================================
   响应式适配 - 移动端
   ============================================ */
@media (max-width: 768px) {
    .hero-title {
        font-size: 28px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
    .hero-metrics {
        gap: 20px;
    }
    .hero-metrics strong {
        font-size: 20px;
    }
    .trust-content {
        flex-direction: column;
        gap: 15px;
    }
    .trust-divider {
        display: none;
    }
    .custom-features {
        grid-template-columns: 1fr;
    }
    .factory-images {
        grid-template-columns: repeat(2, 1fr);
    }
    .factory-metrics {
        gap: 15px;
    }
    .metric-item {
        min-width: 120px;
        padding: 15px;
    }
    .metric-number {
        font-size: 24px;
    }
    .form-row {
        flex-direction: column;
        gap: 15px;
    }
}

/* SEO Content Modules - 6 Commercial Copywriting Modules */
.seo-content-modules {
    padding: 3px 20px 5px;
    background: #fff;
}

/* 每行2个模块 - 新卡片样式 */
.module-row {
    display: flex;
    gap: 15px;
    margin-bottom: 5px;
}

.module-row .module {
    flex: 1;
    width: 50%;
    padding: 20px;
    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 5px;
}

/* 模块图片 - 每个模块一个占位图 */
.module-image {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    overflow: hidden;
    background: #f9fafb;
    border: 1px solid #f3f4f6;
}

.module-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.section-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
    line-height: 1.3;
}

.section-text {
    font-size: 13px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 12px;
}

.trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.trust-tags span {
    display: inline-block;
    padding: 6px 12px;
    background: #fff;
    border-radius: 15px;
    font-size: 12px;
    color: #333;
    border: 1px solid #ddd;
}

.product-scope-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 12px 0;
}

.scope-item {
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    border-left: 3px solid #b10000;
}

.scope-item strong {
    font-size: 14px;
    color: #333;
}

.b2b-advantages-list {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.b2b-advantages-list li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    border-bottom: 1px dashed #eee;
}

.b2b-advantages-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #b10000;
    font-weight: bold;
    font-size: 14px;
}

.b2b-advantages-list li strong {
    color: #333;
}

.cta-action-area {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
}

.btn-primary-blue {
    display: inline-block;
    padding: 12px 30px;
    background: #b10000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary-blue:hover {
    background: #8b0000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(177, 0, 0, 0.3);
}

/* Trust Bar Dual - 两个并排模块 */
.trust-bar-dual {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.trust-module {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}

.trust-certs .trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: #f5f5f5;
    border-radius: 4px;
}

.trust-certs .trust-item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.trust-certs .trust-item span {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.trust-brands {
    flex-wrap: wrap;
}

.trust-brands .served-label {
    font-size: 14px;
    color: #666;
    margin-right: 5px;
}

.trust-brands .brand-name {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

/* 回到顶部按钮 */
.back-to-top {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    background: #b10000;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    text-decoration: none;
    cursor: pointer;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.back-to-top:hover {
    background: #900000;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

/* Responsive - 移动端单列 */
@media (max-width: 768px) {
    /* 1. 模块单列布局 */
    .module-row {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 5px;
    }
    
    .module-row .module {
        width: 100%;
        padding: 15px;
        margin-bottom: 0;
    }
    
    /* 2. 标题字体缩小 */
    .hero-title {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .section-title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    
    /* 3. 数据项纵向排列 */
    .hero-metrics {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 10px;
    }
    
    .hero-metrics span {
        font-size: 12px;
    }
    
    .hero-metrics strong {
        font-size: 18px;
    }
    
    /* 4. 图片高度调整 */
    .module-image img {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    
    /* 5. Testimonials 单列 - 保留跑马灯 */
    .testimonials-dual {
        flex-direction: column;
        height: 400px;
        gap: 15px;
    }
    
    .testimonials-col {
        width: 100%;
        height: 190px;
        overflow: hidden;
    }
    
    .testimonials-scroll-up {
        animation: scrollUp 60s linear infinite;
    }
    
    /* 6. 回到顶部按钮缩小 */
    .back-to-top {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
        bottom: 15px;
        right: 15px;
    }
    
    .trust-bar-dual {
        flex-direction: column;
    }
    
    /* Hero Section 移动端padding调整 */
    .hero-section {
        padding: 10px 15px 8px;
    }
    
    .hero-cert-tag {
        font-size: 11px;
        padding: 5px 12px;
        margin-bottom: 8px;
    }
    
    /* 模块区域padding调整 */
    .seo-content-modules {
        padding: 5px 10px;
    }
}