@charset "utf-8";


.header.active .head-page .item.warranty_item span {
    color: #939393;
}


.w66{
    width: 66%;
    margin-right: 2%;
}
.w32{
    width: 32%;
    margin-right: 2%;
}
.w32:last-child{
    margin-right: 0;
}
.mt10{
    margin-top: 10px;
}
.underline_decoration{
    text-decoration: underline;
}

.warranty-form02 .img{
    width: 50%;
}
.warranty-form02 .texts{
    width: 50%;
}
.warranty-form02 .texts p{
    box-shadow: rgba(176,176,176,1) 0 12px 11px -9px inset;
    padding: 8px 15% 8px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}
.warranty-form02 .texts p:last-child{
    margin-bottom: 0;
}
.warranty-form02 .texts p span{
    display: block;
    padding-left: 21%;
    box-sizing: border-box;
}
.warranty-form03 .examples_desc{
    margin-top: 20px;
}

.warranty-form03 .lists .list{
    width: 32%;
    margin-right: 2%;
    margin-top: 50px;
}
.warranty-form03 .lists .list:nth-child(3n){
    margin-right: 0;
}
.warranty-form03 .lists .list .tit{
    padding-top: 15px;
    text-align: center;
}
.warranty-form03 .lists .list .img{
    display: flex;
    align-items: center;
    justify-content: center;
}


.down_layer_btn {
    margin-bottom: 40px;
    color: #ffffff;
    background: #477589;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
    height: 45px;
}
.down_layer_btn:hover {
    color: #ffffff;
}
.down_layer_btn::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background:url(/img/icon_download_hover.svg) no-repeat center / cover;
}
/* .down_layer_btn:hover::after {
    background:url(/img/icon_download_hover.svg) no-repeat center / cover;
} */
.links_layer_btn {
    margin-bottom: 40px;
    color: #ffffff;
    background: #477589;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    box-sizing: border-box;
}
.links_layer_btn:hover {
    color: #ffffff;
}


#page_tips {
    display: none;
}
.tips_contents.active{
    display: flex !important;
}
.tips_contents .width1200{
    background: #dae3f3;
    padding: 22px 20px;
    box-sizing: border-box;
}
.tips_contents .page_tit{
    color: #0070c0;
}
.tips_contents .con{
    color: #0070c0;
}
.tips_contents .con p{
    margin-bottom: 22px;
}
.tips_contents .con a{
    color: #0070c0;
    text-decoration: underline;
}
.tips_contents .con p:last-child{
    margin-bottom: 0;
}
.tips_contents .item{
    margin-right: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.tips_contents .item:last-child{
    margin-right: 0;
}
.tips_contents .item .icon{
    width: 80px;
}
.tips_contents .item .desc{
    margin-top: 20px;
    color: #0070c0;
    text-align: center;
}
.jotform-form{
    padding: 50px 8%;
    box-sizing: border-box;
    background: #f1f1f1;
}
.form-line {
    margin: 14px 0;
}
.form-label{
    text-align: right;
    width: 180px;
    float: left;
}
.form-label::after{
    content: "*";
    margin-left: 5px;
    color: red;
    opacity: 0;
}
.form-input{
    width: calc(100% - 180px);
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}
.form-label-right+.form-input, .form-label-left+.form-input {
    display: inline-block;
}

.checked-line input[type='checkbox']{
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
}
.layui-form-radio{
    margin: 0 10px 0 0;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
    color: #477589;
}
.bgsevercolole{
    background: #7ba9be;
    color: #fff;
}
.layui-btn-primary:hover {
    border-color: #7ba9be;
}
.bgsevercolole:hover{
    color: #fff;
}

.form-sub-label{
    margin-top: 3px;
    box-sizing: border-box;
    margin-bottom: 3px;
    word-wrap: break-word;
    display: block;
    color: #6f6f6f;
    font-size: 12px;
}
.form-line input{
   height: 30px;
   padding:  0 10px;
}
.form-line .form-textarea, .form-line input{
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #eee inset;
    width: 100%;
}
.form-line .form-textarea{
    padding: 10px;
}
.newDefaultTheme-dateIcon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.form-textarea{
    padding: 4px 10px 2px 10px;
    box-sizing: border-box;
    margin-left: 0;
    border: 1px solid #ccc;
    height: 120px;
    -moz-box-shadow: 0 1px 2px #eee inset;
    -webkit-box-shadw: 0 1px 2px #eee inset;
    box-shadow: 0 1px 2px #eee inset;
}
.form-submit-button{
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.save_btn{
    color: #6f6f6f;
    border: 1px solid #e4e4e4;
    background: #fff;
}
.submit_btn {
    background: #7ba9be;
    color: #fff;
    margin-left: 8px;
    border: 1px solid #7ba9be;
}
.submit_btn:hover, .submit_btn:active {
    background: rgb(136, 195, 151);
}
.save_btn:hover{
    background: #7ba9be;
    color: #fff;
    border: 1px solid #7ba9be;
}
.form-line input:focus, .form-line textarea:focus {
    border: 1px solid #333;
    border-radius: 3px;
}
.form-line.form-line-active {
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    background-color: #ffffe0;
}
.form-line.form-line-error input:not(#coupon-input), .form-line.form-line-error select, .form-line.form-line-error textarea,.form-line.form-line-error .form-validation-error {
    border: 1px solid #FF4E5D;
    box-shadow: none;
}
.form-line.form-line-error input:not(#coupon-input),.form-line.form-line-error select, .form-line.form-line-error textarea, .form-line.form-line-error .form-validation-error {
    border: 1px solid #FF4E5D;
    box-shadow: none;
}
.form-line-error input:not(#coupon-input), .form-line-error textarea, .form-line-error .form-validation-error {
    border: 1px solid #ff3200;
    box-shadow: 0 0 3px #ff3200;
}
.form-line-error .form-error-message {
    background-color: #ff3200;
    clear: both;
    float: none;
}
.form-line-error .form-error-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #FF4E5D;
    color: #fff;
    padding: 5px;
}
.form-line.jf-required .form-label::after{
    opacity: 1;
}


.line{
    width: 100%;
    height: 1px;
    background: #477589;
    margin: 10px 0;
}
.uplode_btns{
    position: relative;
    color: #666;
    border: 1px solid #ccc;
    padding: 6px 12px;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0px 1px 1px 0px rgba(221,221,221,1);
    background-color: #fff;
    width: 224px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uplode_btns .form-upload-multiple{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 118px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
}
.form-dropdown{
    padding: 2px;
    box-sizing: border-box;
    font-size: 12px;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px #eee inset;
}
.tz-datepicker {
    width: 240px;
    border: solid 1px #3a98d8;
    font-size: 12px;
    position: absolute;
    z-index: 999;
    display: none;
    background: #fff;
    box-sizing: border-box;
}
.tz-datepicker .year-month {
    height: 25px;
    text-align: center;
    cursor: pointer;
    margin-top: 1px;
}
.tz-datepicker .year-month span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;

}
.tz-datepicker .year-month span:hover {
    color: #fff;
    background: #3a98d8;
}
.tz-datepicker .year-month span.active {
    color: #fff;
    background: #3a98d8;
}
.datesel .span-arrow {
    width: 14px;
    height: 14px;
    display: block;
    position: absolute;
    right: 10px;
    top: 8px;
}
.datesel .span-col {
    background: url(../../image/content/select-dropdown-arrow.png) no-repeat left top;
}
.datesel .span-ex {
    background: url(../../image/content/select-dropdown-arrow.png) no-repeat left top -14px;
}
.year-month .left {
    width: 25px;
    margin-left: 2px;
}
.year-month .month {
    width: 74px;
    margin-left: 1px;
    position: relative;
}
.year-month .month span {
    width: 74px;
    position: relative;
}
.year-month .year {
    width: 74px;
    margin-right: 1px;
    position: relative;
}
.year-month .year span {
    width: 74px;
    text-align: center;
}

.year-month .right {
    width: 30px;
}

.year-month .month span,
.year-month .year span {
    background: url(image/up-default.png) no-repeat center right 6px;
}

.year-month .month span:hover,
.year-month .year span:hover {
    background: url(image/up-active.png) #3a98d8 no-repeat center right 6px;
}

.year-month .month span.active,
.year-month .year span.active {
    background: url(image/up-active.png) #3a98d8 no-repeat center right 6px;
}



/* 閺勭喐婀� */
.week {
    height: 25px;
    color: #9ea7b3;
}
.week ul {
    padding: 0;
    margin: 0;
}
.week ul li {
    width: 34px;
    line-height: 25px;
    float: left;
    text-align: center;
}

/* 婢讹拷 */
.day {
    background: #f3f3f3;
}
.day ul {
    overflow: hidden;
}
.day ul li {
    height: 30px;
    line-height: 30px;
    width: 34px;
    float: left;
    text-align: center;
    background: #fff;
    margin-top: 1px;
    cursor: pointer;
}
.day ul li:hover {
    background: #3a98d8;
    color: #fff;
}
.day ul li.active {
    background: #3a98d8;
    color: #fff;
}

/* 閺堬拷 */
.year-month .month .month-list {
    width: 72px;
    border: solid 1px #ccc;
    border-top: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fefefe;
    display: none;
    color: #9ea7b3;
}
.month-list ul li {
    width: 34px;
    float: left;
    height: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    margin: 1px;
}
.month-list ul li:hover {
    background: #3a98d8;
    color: #fff;
}

.month-list ul li.active {
    background: #3a98d8;
    color: #fff;
}
/* 闁瀚ㄩ獮锟� */
.year-month .year .year-list {
    width: 72px;
    border: solid 1px #ccc;
    border-top: none;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fefefe;
    display: none;
    color: #9ea7b3;
}
.year-list ul {
    overflow: hidden;
}
.year-list ul li {
    width: 34px;
    float: left;
    height: 20px;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
    margin: 1px;
}
.year-list ul li:hover {
    background: #3a98d8;
    color: #fff;
}
.year-list ul li.active {
    background: #3a98d8;
    color: #fff;
}
.year-list .year-change {
    margin-top: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    height: 18px;
    width: 100%;
}
.year-change span {
    width: 30px !important;
    height: 18px !important;
}
.year-change .year-left {
    margin-left: 4px;
    margin-right: 4px;
    background: url(image/left-default.png) #fff no-repeat center !important;
}
.year-change .year-left:hover {
    background: url(image/left-active.png) #3a98d8 no-repeat center !important;
}
.year-change .year-right {
    background: url(image/right-default.png) #fff no-repeat center !important;
}
.year-change .year-right:hover {
    background: url(image/right-active.png) #3a98d8 no-repeat center !important;
}
.tz-datepicker .action {
    height: 25px;
    border-top: solid 1px #f3f3f3;
}
.tz-datepicker .action span {
    height: 25px;
    line-height: 25px;
    width: 70px;
    color: #3a98d8;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}



.learb {
    margin-top: 3px;
}
 .x-radio {
    margin-left: 20px;
    cursor: pointer;
}
.t_drug_form .x-radio:first-child {
    margin-left: 0;
}
 .x-radio span {
    margin-left: 5px
}
 .x-radio i {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    background: #fff;
    position: relative;
    transition: all 218ms ease-in-out;
}
 .x-radio i:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #7ba9be;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s;
}
.x-radio:hover i {
    border-color: #5E6D82
}
.x-radio.select i {
    border-color: #7ba9be;
}
.x-radio.select i:before {
    opacity: 1
}

.layui-btn-container .layui-btn{
    margin-right: 5px;
    margin-bottom: 0;
    padding: 0;
    width: 65px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.layui-input-inlines .w350{
    width: calc(100% - 150px);
}
.layui-btn-container{
    width: 140px;
}
.layui-btn-container .layui-btn:last-child{
    margin-right: 0;
}
layui-btn:hover{
    color: #fff;
}


/* 图片预览 */
.img-preview-list {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: hidden;
}
.img-preview-list:last-child {
    margin-right:0;
}
.img-preview-list img {
    max-height: 100%; 
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 10000px;
    transition: all .3s;
}
.img-preview-list.active .watch-boxs {
    display: flex;
}
.modelTost {
    display: none;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.watch-box {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    -webkit-background-clip: content;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    z-index: 99;
    width: 280px;
    height: 280px;
    display: none;
}
.watch-box-img {
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.watch-box-img img {
    max-width: 100%;
}
.watch-box-close {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    margin-left: 0;
    background: url("/img/icon_all.png") no-repeat;
    background-position: -149px -31px;
    z-index: 100;
    cursor: pointer;
}
.watch-box-close:hover {
    background-position: -180px -31px;
}
.watch-boxs {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
    z-index: 999999;
    width: 500px;
    height: 500px;
    display: none;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.watch-box-imgs {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.watch-box-imgs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}
.watch-box-imgs img {
    height: auto !important;
}
@media only screen and (max-width:1200px) {
    .images_input{
        width: 100%;
    }
    .tips_contents .item .icon {
        width: 70px;
    }
}
@media only screen and (max-width:1043px) {
    .tips_contents .item .icon {
        width: 60px;
    }
}
@media only screen and (max-width:768px) {
    .w32 {
        width: 100%;
        margin-right: 0;
    }
    .w66 {
        width: 100%;
        margin-right: 0;
    }
    .warranty-form02 .img {
        width: 100%;
        margin-bottom: 15px;
    }
    .warranty-form02 .img:last-child{
        margin-bottom: 0;
    }
    .form-label {
        text-align: left;
        width: 100%;
        float: initial;
        margin-bottom: 10px;
    }
    .form-input {
        width: 100%;
        padding-left: 0;
    }
    .form-line {
        margin: 10px 0;
    }
    .jotform-form {
        padding: 20px 15px;
    }
    .warranty-form03 .lists .list {
        width: 100%;
        margin-right: 0;
        margin-top: 25px;
    }
    .warranty-form03 .lists .list:first-child{
        margin-top: 0;
    }
    .tips_contents .item {
        margin-right: 35px;
    }
    .tips_contents .item .icon {
        width: 40px;
    }
    .tips_contents .item .desc{
        margin-top: 10px;
    }
}


/* 样式修改20260605 */
.bs-claim-intro {
    max-width: 1080px;
    margin: 0 auto 58px;
    font-size: 15px;
    line-height: 1.85;
    color: #40576b;
}
.bs-claim-intro h2 {
    margin: 0 0 18px;
}
.bs-claim-intro p {
    margin: 0 0 13px;
}
.bs-claim-intro strong {
    color: #24475c;
    font-weight: 700;
}
.bs-claim-intro a {
    color: #2f6f89;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bs-section-heading {
    margin: 0 auto 54px;
}
.bs-section-heading h2, .bs-serial-block h3 {
    margin: 0 0 18px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #1f2d3a;
}
.bs-section-heading p {
    max-width: 1080px;
    margin: 0 auto;
    line-height: 1.85;
    color: #40576b;
}
.bs-serial-block {
    text-align: center;
    margin: 0 auto 62px;
}
.bs-product-serial-grid {
    max-width: 1080px;
    margin: 32px auto 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 56px;
    align-items: center;
}
.bs-parts-serial-grid {
    max-width: 1080px;
    margin: 34px auto 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px;
    align-items: end;
}
.bs-image-card {
    width: 100%;
}
.bs-image-card img, .bs-part-card img {
    display: block;
    width: 100%;
    height: auto;
}
.bs-part-card {
    text-align: center;
}
.bs-part-card p {
    margin: 13px 0 0;
    line-height: 1.4;
    font-weight: 700;
    color: #1f2d3a;
}
.bs-serial-note {
    max-width: 820px;
    margin: 22px auto 0;
    padding: 11px 20px;
    line-height: 1.75;
    color: #40576b;
    background: #f3f7f9;
    border-left: 4px solid #3d7890;
    text-align: left;
}
.bs-parts-note {
    max-width: 1050px;
    margin: 22px auto 0;
    line-height: 1.75;
    color: #40576b;
    text-align: left;
}
.bs-parts-note a {
    color: #2f6f89;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bs-download-area {
    text-align: center;
}
.bs-download-btn {
    display: inline-block;
    width: 100%;
    max-width: 760px;
    padding: 14px 24px;
    background: #3d7890;
    color: #ffffff !important;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}
.bs-download-btn:hover {
    background: #2f657a;
    transform: translateY(-1px);
}
.bs-dealer-note {
    max-width: 900px;
    margin: 34px auto 0;
    text-align: center;
    color: #3d6680;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 700;
    letter-spacing: 0.3px;
}
.bs-dealer-note p {
    margin: 4px 0;
}

@media (max-width: 900px) {
    .bs-product-serial-grid {
        gap: 32px;
    }
    .bs-parts-serial-grid {
        gap: 28px;
    }
}
@media (max-width: 768px) {
    .bs-claim-intro {
        margin-bottom: 44px;
        
    }
    .bs-section-heading {
        margin-bottom: 42px;
    }
    .bs-section-heading h2,
    .bs-serial-block h3 {
        font-size: 20px;
        letter-spacing: 1.2px;
    }
    .bs-product-serial-grid,
    .bs-parts-serial-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 28px;
    }
    .bs-serial-block {
        margin-bottom: 50px;
    }
    .bs-serial-note, .bs-parts-note {
        font-size: 13px;
    }
    .bs-download-btn {
        max-width: 100%;
    }
}


/* 质保查询 */
.warranty_inquiry_pg01 .width1480{
    background: linear-gradient(180deg, #f5f7f8 0%, #f1f1f1 100%);
    border: 1px solid #e7eef1;
    padding: 50px 30px;
    box-sizing: border-box;
}
.warranty_inquiry_pg01 .lists .page_desc a{
    text-decoration: underline;
}
.warranty_inquiry_pg01 .page_nav{
    width: 320px;
}
.warranty_inquiry_pg01 .page_lists{
    width: calc(100% - 345px);
    background: #fff;
    padding: 30px 20px 30px;
    box-sizing: border-box;
}
.warranty_inquiry_pg01 .lists .lists_img{
    width: 48%;
    margin-right: 4%;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.warranty_inquiry_pg01 .lists .lists_img:nth-child(2n){
    margin-right: 0;
}
.warranty_inquiry_pg01 .page_lists table{
    width: 100%;
    border: 1px solid #477589;
    margin-bottom: 30px;
}
.warranty_inquiry_pg01 .page_lists table:last-child{
    margin-bottom: 0;
}
.warranty_inquiry_pg01 .page_lists table tr{
    border-bottom: 1px solid #477589;
}
.warranty_inquiry_pg01 .page_lists table tr:last-child{
    border-bottom: none;
}
.warranty_inquiry_pg01 .page_lists table td{
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    word-break: break-all;
}
.warranty_inquiry_pg01 .page_lists table td a {
    color: #477589;
}
.warranty_inquiry_pg01 .page_lists table td img{
    max-width: 100%;
    max-height: 50px;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(1){
   width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(2){
    width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(3){
    width: 40%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(4){
    width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td:nth-child(5){
    width: 15%;
}
.warranty_inquiry_pg01 .page_lists table td a:hover {
    color: #477589;
}
.warranty_inquiry_pg01 .page_lists table tr:nth-child(1) td{
   background: #477589;
   color: #fff;
   height: 45px;
}
.warranty_inquiry_pg01 .page_lists table tr:nth-child(2n - 1){
    background: #f1f1f1;
}
.nav_search_input input{
    height: 44px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 15px;
    box-sizing: border-box;
}
.inquiry_search_btn{
    background: #477589;
    color: #fff;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 20px;
    font-size: 16px;
}
.page_nav_table table{
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 30px;
}
.page_nav_table table:last-child{
    margin-bottom: 0;
}
.page_nav_table table tr{
    border-bottom: 1px solid #fff;
}
.page_nav_table table tr:last-child{
    border-bottom: none;
}
.page_nav_table table td{
    padding: 8px 10px;
    box-sizing: border-box;
    text-align: center;
}
.page_nav_table table td:nth-child(1){
    color: #666;
    border-right: 1px solid #fff;
    width:120px;
}
.page_nav_table tr:nth-child(1) td{
    background: #477589;
    color: #fff;
}
.page_nav_table .nodata{
    text-align: center;
}
.page_nav_table .nodata i {
    font-size: 50px;
    color: #477589;
}
@media only screen and (max-width:1200px) {
    .warranty_inquiry_pg01 .page_nav {
        width: 280px;
    }
    .warranty_inquiry_pg01 .page_lists{
        width: calc(100% - 300px);
    }
    .warranty_inquiry_pg01 .width1480{
        padding: 45px 25px;
    }
}
@media only screen and (max-width:1043px) {
    .warranty_inquiry_pg01 .page_nav {
        width: 260px;
    }
    .warranty_inquiry_pg01 .page_lists{
        width: calc(100% - 280px);
    }
}
@media only screen and (max-width:1043px) {
    .warranty_inquiry_pg01 .width1480{
        padding: 30px 20px;
    }
    .warranty_inquiry_pg01 .lists .lists_img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 768px) {
    .mt20 {
        margin-top: 10px;
    }
    .warranty_inquiry_pg01 .page_nav {
        width: 100%;
    }
    .warranty_inquiry_pg01 .page_lists {
        width: 100%;
        padding: 20px 15px;
        margin-top: 25px;
    }
    .warranty_inquiry_pg01 .width1480 {
        padding: 25px 15px;
    }
    .inquiry_search_btn{
        font-size: 14px;
        margin: 15px auto 0;
    }
    .warranty_inquiry_pg01 .page_lists .page_lists_two {
        overflow-x: auto;
    }
    .warranty_inquiry_pg01 .page_lists table{
        width: max-content;
    }
}
.warranty_inquiry_items{
    margin: 15px 0 25px;
}
.warranty_inquiry_items .item{
    border: 1px solid #d9e5ee;
    background: #fff;
    padding: 20px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.warranty_inquiry_items .item:last-child{
    margin-bottom: 0;
}
.warranty_inquiry_items .item_tit {
    width: calc(100% - 22px);
    padding-right: 20px;
    box-sizing: border-box;
}
.warranty_inquiry_items .down_lode{
    width: 20px;
    height: 20px;
    background: url(../img/down_lode.svg) no-repeat center/cover;
}                 
.warranty_inquiry_box{
    border: 1px solid #d9e5ee;
    background: linear-gradient(180deg, #fbfdff 0%, #f3f8fc 100%);
    padding: 20px 13px;
    box-sizing: border-box;
}
.warranty_inquiry_note{
    margin-top: 8px;
}
.warranty_inquiry_ftit {
    margin-bottom: 8px;
    line-height: 1.15;
}
/* update20260609 */
:root {
    --brand-blue: #477489;
    --brand-blue-dark: #24485a;
    --brand-blue-deep: #173849;
    --brand-blue-soft: #edf4f6;
    --brand-gold: #c69a42;
    --text-main: #25485a;
    --text-muted: #526f7d;
    --text-light: #7c919b;
    --border: #dce5e9;
    --border-light: #edf2f4;
    --bg-page: #ffffff;
    --bg-wrap: #f1f1f1;
    --bg-card: #ffffff;
    --bg-soft: #f8fafb;
}
.warranty-page {
    padding: 48px 0 78px;
    background: #ffffff;
}
.support-wrap {
    width: 1120px;
    max-width: calc(100% - 56px);
    margin: 0 auto;
    background: linear-gradient(180deg, #f5f7f8 0%, #f1f1f1 100%);
    padding: 34px 28px 36px;
    border: 1px solid #e7eef1;
}
.support-overview {
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 20px 24px;
    margin-bottom: 22px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.overview-item {
    position: relative;
    padding: 0 22px;
    text-align: center;
    border-right: 1px solid var(--border-light);
}
.overview-item:last-child {
    border-right: none;
}
.overview-number {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--brand-gold);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.overview-item strong {
    display: block;
    color: var(--brand-blue-dark);
    font-size: 14px;
    margin-bottom: 5px;
}
.overview-item span {
    display: block;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.6;
}
.support-section {
    background: var(--bg-card);
    border: 1px solid var(--border);
    margin-bottom: 24px;
    padding: 32px 32px 34px;
}
.section-header {
    text-align: center;
    margin-bottom: 26px;
}
.section-kicker {
    display: inline-block;
    margin-bottom: 8px;
    color: var(--brand-gold);
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.section-header h2 {
    margin: 0 0 9px;
    color: var(--brand-blue);
    font-size: 23px;
    line-height: 1.3;
    letter-spacing: 0.4px;
}
.section-header p {
    max-width: 760px;
    margin: 0 auto;
    color: var(--text-muted);
    font-size: 13px;
    line-height: 1.75;
}

.document-links-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 18px;
}
.document-link-card {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    min-height: 76px;
    padding: 18px 18px 18px 20px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
    color: var(--brand-blue-dark);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.document-link-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--brand-blue);
    opacity: 0.82;
}
.document-link-card:hover {
    background: #ffffff;
    border-color: #cbd8dd;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(36, 72, 90, 0.08);
}
.doc-text {
    padding-left: 8px;
}
.doc-title {
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.35;
    color: var(--brand-blue-dark);
    margin-bottom: 4px;
}
.doc-sub {
    display: block;
    color: var(--text-light);
    font-size: 12px;
    line-height: 1.4;
}
.doc-icon {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border: 1px solid #cbd8dd;
    background: #ffffff;
    color: var(--brand-blue);
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    margin-left: 14px;
}

.action-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.action-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 240px;
    border: 1px solid var(--border);
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
    padding: 26px 26px 28px;
}
.action-box::before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: 4px;
    background: var(--brand-blue);
}
.action-box.claim::before {
    background: var(--brand-gold);
}
.action-label {
    display: inline-block;
    width: fit-content;
    margin-bottom: 12px;
    padding: 4px 9px;
    background: var(--brand-blue-soft);
    color: var(--brand-blue);
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.action-box.claim .action-label {
    background: #f8f0df;
    color: #9b722a;
}
.action-box h3 {
    margin: 0 0 10px;
    font-size: 18px;
    color: var(--brand-blue-dark);
}
.action-box p {
    margin: 0 0 14px;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.75;
}
.action-box ul {
    margin: 0 0 22px;
    padding-left: 17px;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.78;
}
.action-box ul li{
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
}
.action-box ul li::before {
    content: "";
    display: inline-block;
    background: var(--brand-blue);
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 8px;
}
.action-box .visit-btn {
    margin-top: auto;
}
.visit-btn {
    display: inline-block;
    width: fit-content;
    min-width: 168px;
    height: 36px;
    line-height: 36px;
    padding: 0 18px;
    background: var(--brand-blue);
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.visit-btn:hover {
    background: #315a6c;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(36, 72, 90, 0.16);
}
.btn-gold {
    background: var(--brand-gold);
}
.btn-gold:hover {
    background: #a97f2f;
}

.lookup-section {
    display: grid;
    grid-template-columns: 292px 1fr;
    gap: 24px;
    align-items: start;
}
.lookup-left {
    min-width: 0;
}
.lookup-card {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
    border: 1px solid var(--border);
    padding: 20px 18px;
    margin-bottom: 18px;
}
.lookup-card h3 {
    margin: 0 0 8px;
    color: var(--brand-blue);
    font-size: 17px;
    line-height: 1.3;
}
.lookup-card p {
    margin: 0 0 15px;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.7;
}
.search-form {
    margin: 0;
}
.input-label {
    display: block;
    margin-bottom: 7px;
    color: var(--brand-blue-dark);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.search-input {
    width: 100%;
    height: 36px;
    border: 1px solid #d5dde1;
    background: #ffffff;
    color: var(--brand-blue-dark);
    padding: 0 10px;
    font-size: 12px;
    outline: none;
    margin-bottom: 10px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.search-input:focus {
    border-color: var(--brand-blue);
    box-shadow: 0 0 0 3px rgba(71, 116, 137, 0.1);
}
.part-title {
    text-align: center;
    color: var(--brand-blue-dark);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 0 0 12px;
}
.spa-info-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    margin-bottom: 18px;
    font-size: 12px;
    border: 1px solid var(--border);
}
.spa-info-table th {
    background: var(--brand-blue);
    color: #ffffff;
    height: 28px;
    border: 1px solid var(--brand-blue);
    font-weight: bold;
    text-align: center;
}
.spa-info-table td {
    border: 1px solid #d7e0e4;
    height: 26px;
    padding: 6px 8px;
    color: #344f5d;
    text-align: center;
}
.spa-info-table td:first-child {
    width: 44%;
    background: #f8f9fa;
    color: #5a707b;
}
.need-help-card {
    border: 1px solid var(--border);
    background: #f7f9fa;
    padding: 17px 16px;
}
.need-help-card h3 {
    margin: 0 0 8px;
    color: var(--brand-blue);
    font-size: 16px;
    line-height: 1.3;
}
.need-help-card p {
    margin: 0;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.7;
}
.need-help-card a {
    color: var(--brand-blue-dark);
    text-decoration: underline;
}
.serial-main {
    background: #ffffff;
    border: 1px solid var(--border);
    padding: 28px 22px 26px;
    min-width: 0;
}
.serial-main h2 {
    margin: 0 0 12px;
    color: var(--brand-blue);
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.4px;
}
.serial-main .serial-desc {
    text-align: center;
    color: var(--text-muted);
    font-size: 12px;
    line-height: 1.7;
    margin: 0 auto 26px;
    max-width: 680px;
}
.serial-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 0 0 26px;
}
.serial-image-box {
    background: #eef2f4;
    border: 1px solid #e1e7ea;
    padding: 0;
    overflow: hidden;
}
.serial-image-box img {
    width: 100%;
    height: auto;
    background: #eef2f4;
    transition: transform 0.25s ease;
}
.serial-image-box:hover img {
    transform: scale(1.015);
}
.parts-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border);
    border-top: none;
}
.parts-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    background: #ffffff;
    font-size: 12px;
}
.parts-table th {
    background: var(--brand-blue);
    color: #ffffff;
    border: 1px solid var(--brand-blue);
    height: 31px;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}
.parts-table td {
    border: 1px solid #cfdbe0;
    height: 42px;
    padding: 8px;
    text-align: center;
    color: #344f5d;
}
.parts-table img {
    max-width: 55px;
    max-height: 36px;
    margin: 0 auto;
}
.empty-row {
    padding: 25px !important;
    text-align: center !important;
    color: #6d828c !important;
    background: #fbfcfc;
}

@media (max-width: 980px) {
    .support-overview, .document-links-row, .action-panel, .lookup-section {
        grid-template-columns: 1fr;
    }
    .serial-images {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}
@media (max-width: 600px) {
    .support-wrap {
        max-width: calc(100% - 28px);
        padding: 24px 14px 28px;
    }
    .support-section, .action-box, .serial-main {
        padding: 22px 16px;
    }
    .section-header h2, .serial-main h2 {
        font-size: 20px;
    }
}