img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.item_hover {
    overflow: hidden
}

.item_hover:hover img {
    transform: scale(1.05)
}

.item_hover img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.banner .search {
    display: flex;
    width: 39.6875vw;
    height: 3.125vw;
    padding: .3125vw 2.08333vw;
    align-items: center;
    gap: .41667vw;
    flex-shrink: 0;
    border-radius: 91px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    margin: 2.13542vw auto 0;
    position: relative
}

.banner .search img {
    width: .9375vw;
    height: auto;
    object-fit: contain
}

.banner .search input {
    width: 31.25vw;
    background: transparent;
    outline: none;
    border: none;
    font-size: .83333vw;
    letter-spacing: 0.8px;
    color: #000
}

.banner .search input::placeholder {
    color: #000
}

.banner .search .btn {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    width: 8.64583vw;
    padding: .3125vw 1.04167vw;
    justify-content: center;
    align-items: center;
    border-radius: 91px;
    background: #FFF;
    letter-spacing: 0.8px;
    color: #000;
    transition: all 600ms
}

.banner .search .btn:hover {
    background: #006CAC;
    color: #fff
}

@keyframes showA {
    0% {
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.common_title {
    position: relative;
    margin: 0 0 2.39583vw
}

.common_title p {
    color: #000;
    font-style: normal;
    font-weight: bold
}

.common_title img {
    width: 4.42708vw;
    position: absolute;
    top: .41667vw;
    z-index: -1
}

.model1 {
    padding: 5.20833vw 12.5vw 6.25vw 12.5vw
}

.model1 .top {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5
}

.model1 .top .r {
    display: flex;
    gap: .625vw
}

.model1 .top .r .color {
    width: 8.07292vw;
    height: 3.33333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.66667vw;
    background: #006CAC;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer
}

.model1 .top .r .reset {
    display: inline-flex;
    padding: 0 1.25vw;
    height: 3.33333vw;
    justify-content: center;
    align-items: center;
    gap: .625vw;
    border-radius: 1.66667vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    font-style: normal;
    font-weight: 400;
    cursor: pointer;
    transition: .6s ease
}

.model1 .top .r .reset:hover {
    background: #006CAC;
    color: #fff;
    border: 1px solid #006CAC
}

.model1 .top .l {
    display: flex;
    gap: 1.04167vw
}

.model1 .top .l .items {
    position: relative
}

.model1 .top .l .items.on .show img {
    transform: rotate(0)
}

.model1 .top .l .items.on .hide {
    display: block;
    animation: 1s showA ease forwards
}

.model1 .top .l .items .show {
    display: flex;
    width: 18.75vw;
    padding: 1.04167vw 1.66667vw;
    justify-content: space-between;
    align-items: center;
    border-radius: 1.66667vw;
    border: 1px solid rgba(0, 0, 0, 0.2);
    cursor: pointer
}

.model1 .top .l .items .show p {
    color: #666;
    font-style: normal;
    font-weight: 400
}

.model1 .top .l .items .show img {
    width: .72917vw;
    height: .72917vw;
    transform: rotate(-180deg);
    transition: .3s ease
}

.model1 .top .l .items .hide {
    position: absolute;
    width: 100%;
    top: calc(100% + 4px);
    left: 0;
    border-radius: .41667vw;
    background: #FFF;
    box-shadow: 0px 4px 12px 0px rgba(9, 139, 238, 0.1);
    padding: .625vw;
    display: none
}

.model1 .top .l .items .hide .list {
    height: 2.29167vw;
    width: 100%;
    padding: 0 .52083vw;
    color: #000;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.005px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    border-radius: .20833vw;
    transition: .3s ease;
    cursor: pointer
}

.model1 .top .l .items .hide .list:hover {
    background: rgba(9, 139, 238, 0.1)
}

.model1 .content {
    display: flex;
    justify-content: space-between;
    margin: 4.16667vw 0 0 0
}

.model1 .content .sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 8.33333vw;
    height: fit-content
}

.model1 .content .sticky .headline {
    color: #000;
    font-style: normal;
    font-weight: 400;
    margin: 0 0 2.29167vw
}

.model1 .content .sticky .side {
    width: 19.79167vw;
    height: fit-content;
    padding: 1.04167vw;
    border-radius: .52083vw;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.model1 .content .sticky .side li.show.on .l p {
    color: #006CAC
}

.model1 .content .sticky .side li .show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.33333vw;
    cursor: pointer
}

.model1 .content .sticky .side li .show.on .l p {
    color: #006CAC
}

.model1 .content .sticky .side li .show.on .jt {
    transform: rotate(0)
}
.model1 .content .sticky .side li .show.on .icon img:nth-child(1){
    opacity: 0;
}
.model1 .content .sticky .side li .show.on .icon img:nth-child(2){
    opacity: 1;
}

.model1 .content .sticky .side li .show .l {
    display: flex;
    align-items: center;
    gap: .15625vw;
    cursor: pointer
}

.model1 .content .sticky .side li .show .l img {
    width: .9375vw;
    height: auto
}

.model1 .content .sticky .side li .show .l p {
    color: #000;
    font-style: normal;
    transition: .6s ease;
    font-weight: 400
}

.model1 .content .sticky .side li .show .jt {
    width: .72917vw;
    height: .72917vw;
    transition: .3s ease;
    transform: rotate(-180deg);
    cursor: pointer
}
.model1 .content .sticky .side li .show .icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.model1 .content .sticky .side li .show .icon img{
    width: 1vw;
    transition: all 600ms;
}
.model1 .content .sticky .side li .show .icon img:nth-child(2){
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}

.model1 .content .sticky .side li ul {
    display: none
}

.model1 .content .sticky .side li>ul>li>.show {
    padding: 0 1.04167vw
}

.model1 .content .sticky .side li>ul>li>.show .l p {
    color: #000;
    font-style: normal;
    font-weight: 400
}

.model1 .content .sticky .side li>ul>li>ul>li:hover>.show {
    border-radius: .52083vw;
    background: rgba(9, 139, 238, 0.1);
    color: #006CAC
}

.model1 .content .sticky .side li>ul>li>ul>li>.show {
    padding: 0 2.08333vw;
    transition: .6s ease
}

.model1 .content .sticky .side li>ul>li>ul>li>.show.on {
    border-radius: .52083vw;
    background: rgba(9, 139, 238, 0.1)
}

.model1 .content .r {
    width: 51.45833vw
}

.model1 .content .r .text {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.model1 .content .r .info_main {
    margin: 1.5625vw 0 0 0
}

.model1 .content .r .info_main .headline {
    color: #006CAC;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 1.04167vw
}

.model1 .content .r .info_main table {
    width: 100%;
    border-collapse: collapse
}

.model1 .content .r .info_main table tr td {
    border: 1px solid #DADADA;
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 1.04167vw
}
.model1 .content .r .info_main table tr td:first-child{
    width: 25%;
}
.model1 .content .r .info_main table tr td:nth-child(2){
    width: 35%;
}
.model1 .content .r .info_main table tr td:nth-child(3){
    width: 40%;
}

.model1 .content .r .info_main .button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 2.23958vw 0 0 0;
    gap: 3.125vw
}

.model1 .content .r .info_main .button .circle {
    display: flex;
    align-items: center;
    gap: .20833vw;
    cursor: pointer
}

.model1 .content .r .info_main .button .circle:hover p {
    color: #006CAC
}

.model1 .content .r .info_main .button .circle:hover svg path {
    fill: #006CAC
}

.model1 .content .r .info_main .button .circle:first-child svg {
    transform: rotate(180deg)
}

.model1 .content .r .info_main .button .circle p {
    color: #666;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: .6s ease
}

.model1 .content .r .info_main .button .circle svg {
    width: 1.25vw;
    height: 1.25vw
}

.model1 .content .r .info_main .button .circle svg path {
    transition: .6s ease
}

.model1 .content .r .info_main .items_box {
    margin: 6.25vw 0 3.125vw 0
}

.model1 .content .r .info_main .items_box .item:not(:last-child) {
    margin-bottom: 2.34375vw
}

.model1 .content .r .info_main .items_box .item .pt {
    color: #006CAC;
    line-height: 1.5;
    margin-bottom: .78125vw
}

.model1 .content .r .info_main .items_box .item .pt span {
    color: #666
}

.model1 .content .r .info_main .items_box .item .des {
    color: #000;
    line-height: 1.5;
    margin-bottom: 2.60417vw
}

.model1 .content .r .info_main .items_box .item .pic img {
    width: 100%;
    border-radius: 10px
}

.model1 .content .r .info_main .other .list {
    display: flex;
    gap: .625vw
}

.model1 .content .r .info_main .other .list:not(:last-child) {
    margin: 0 0 1.04167vw
}

.model1 .content .r .info_main .other .list p {
    color: #006CAC;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    white-space: nowrap;
}

.model1 .content .r .info_main .other .list a {
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.16px;
    /*text-transform:capitalize*/
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.model1 .content .r .info_text {
    margin: 3.75vw 0 0 0;
    padding: 0 0 2.08333vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.model1 .content .r .info_text .list {
    display: flex;
    justify-content: space-between
}

.model1 .content .r .info_text .list:not(:last-child) {
    margin: 0 0 .625vw
}

.model1 .content .r .info_text .list p:first-child {
    color: #006CAC;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
}

.model1 .content .r .info_text .list p:nth-child(2) {
    width: 46.82292vw;
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.model1 .content .r .info_pick {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 6.25vw 0 0 0
}

.model1 .content .r .content_main {
    margin: 1.77083vw 0 0 0
}

.model1 .content .r .content_main .item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 2.08333vw 0;
    display: flex;
    position: relative
}

.model1 .content .r .content_main .item:not(:last-child) {
    margin: 0 0 1.04167vw
}

.model1 .content .r .content_main .item:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.2)
}

.model1 .content .r .content_main .item .img {
    width: 8.54167vw;
    height: 8.54167vw;
    overflow: hidden;
    margin: 0 2.65625vw 0 0;
    border-radius: .52083vw
}

.model1 .content .r .content_main .item .message {
    width: 30vw;
    cursor: pointer
}

.model1 .content .r .content_main .item .message .color {
    color: #006CAC;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 .52083vw
}

.model1 .content .r .content_main .item .message .pick p {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: 150%
}

.model1 .content .r .content_main .item .message .pick p:not(:last-child) {
    margin: 0 0 .52083vw
}

.model1 .content .r .content_main .item .message .pick p span {
    color: #666
}

.model1 .content .r .content_main .item .add {
    display: flex;
    width: 7.60417vw;
    padding: .52083vw 0;
    justify-content: center;
    align-items: center;
    gap: .20833vw;
    border-radius: 4.73958vw;
    border: 1px solid #006CAC;
    height: 2.29167vw;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 2.08333vw;
    transition: .6s ease
}

.model1 .content .r .content_main .item .add:hover {
    background: #006CAC
}

.model1 .content .r .content_main .item .add:hover img {
    filter: brightness(0) invert(1)
}

.model1 .content .r .content_main .item .add:hover p {
    color: #fff
}

.model1 .content .r .content_main .item .add img {
    width: 1.19792vw;
    height: 1.19792vw;
    transition: .6s ease
}

.model1 .content .r .content_main .item .add p {
    color: #006CAC;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .6s ease
}

.model1 .content .r .paging {
    margin: 2.08333vw 0 0 0;
    display: flex;
    justify-content: center;
    gap: .625vw
}

.model1 .content .r .paging a {
    width: 1.5625vw;
    height: 1.5625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: .9375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: .10417vw solid transparent
}

.model1 .content .r .paging a.on {
    border-bottom: .10417vw solid #006CAC;
    color: #006CAC
}

.model1 .content .r .paging a svg {
    width: 1.25vw;
    height: 1.25vw
}

@media screen and (max-width: 768px) {
    .banner .search {
        width: 90%;
        height: 40px;
        padding: 5px 15px
    }

    .banner .search img {
        width: 18px
    }

    .banner .search input {
        width: 70%;
        font-size: 14px
    }

    .banner .search .btn {
        width: 100px;
        padding: 5px 10px
    }

    .common_title {
        margin: 0 0 20px
    }

    .common_title img {
        width: 40px;
        top: 4px
    }

    .model1 {
        padding: 20px
    }

    .model1 .top {
        flex-direction: column;
        gap: 20px
    }

    .model1 .top .r {
        justify-content: center;
        gap: 20px
    }

    .model1 .top .r .color,
    .model1 .top .r .reset {
        width: auto;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        padding: 0 30px
    }

    .model1 .top .l {
        flex-direction: column;
        gap: 15px
    }

    .model1 .top .l .items {
        position: relative
    }

    .model1 .top .l .items:first-child {
        z-index: 5
    }

    .model1 .top .l .items:nth-child(2) {
        z-index: 4
    }

    .model1 .top .l .items:nth-child(3) {
        z-index: 3
    }

    .model1 .top .l .items .show {
        width: 100%;
        padding: 10px 20px;
        border-radius: 20px
    }

    .model1 .top .l .items .show img {
        width: 10px;
        height: 10px
    }

    .model1 .top .l .items .hide {
        border-radius: 4px;
        padding: 6px
    }

    .model1 .top .l .items .hide .list {
        height: 30px;
        padding: 0 5px;
        border-radius: 2px;
        font-size: 14px
    }

    .model1 .content {
        flex-direction: column;
        margin-top: 40px
    }

    .model1 .content .sticky {
        position: static
    }

    .model1 .content .sticky .headline {
        margin-bottom: 20px
    }

    .model1 .content .sticky .side {
        width: 100%;
        padding: 10px;
        border-radius: 5px
    }

    .model1 .content .sticky .side li .show {
        height: 40px
    }

    .model1 .content .sticky .side li .show .l img {
        width: 12px
    }

    .model1 .content .sticky .side li .show .jt {
        width: 10px;
        height: 10px
    }
    .model1 .content .sticky .side li .show .icon img{
        width: 15px;
    }

    .model1 .content .r {
        width: 100%;
        margin: 30px 0 0 0
    }

    .model1 .content .r .info_main {
        margin: 20px 0 0 0
    }

    .model1 .content .r .info_main .headline {
        margin: 0 0 20px
    }

    .model1 .content .r .info_main table tr td {
        padding: 10px;
        font-size: 14px
    }

    .model1 .content .r .info_main .button {
        margin: 30px 0 0 0
    }

    .model1 .content .r .info_main .button .circle p {
        font-size: 14px
    }

    .model1 .content .r .info_main .button .circle svg {
        width: 16px;
        height: 16px
    }

    .model1 .content .r .info_main .items_box {
        margin: 30px 0
    }

    .model1 .content .r .info_main .items_box .item:not(:last-child) {
        margin-bottom: 40px
    }

    .model1 .content .r .info_main .items_box .item .pt {
        margin-bottom: 8px
    }

    .model1 .content .r .info_main .items_box .item .des {
        margin-bottom: 20px
    }

    .model1 .content .r .info_main .other .list {
        gap: 2px
    }

    .model1 .content .r .info_main .other .list:not(:last-child) {
        margin: 0 0 10px
    }

    /* .model1 .content .r .info_main .other .list p {
        font-size: 13px
    } */

    .model1 .content .r .info_main .infoSwiper {
        margin: 25px 0 0 0
    }

    .model1 .content .r .info_main .infoSwiper .swiper-slide .display {
        flex-direction: column
    }

    .model1 .content .r .info_main .infoSwiper .swiper-slide .display .img {
        width: 100%;
        height: auto;
        border-radius: 5px
    }

    .model1 .content .r .info_main .infoSwiper .swiper-slide .display .dis_r {
        width: 100%;
        margin-top: 20px
    }

    .model1 .content .r .info_main .infoSwiper .swiper-slide .display .dis_r .p1 {
        margin-bottom: 20px
    }

    .model1 .content .r .info_text {
        margin: 15px 0 0 0;
        padding: 0 0 15px
    }

    .model1 .content .r .info_text .list:not(:last-child) {
        margin: 0 0 15px
    }

    .model1 .content .r .info_text .list p:nth-child(2) {
        width: 75%
    }

    .model1 .content .r .content_main {
        margin: 30px 0 0 0
    }

    .model1 .content .r .content_main .item {
        flex-direction: column;
        padding: 30px 0;
        border-bottom: none
    }

    .model1 .content .r .content_main .item .img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px
    }

    .model1 .content .r .content_main .item .message {
        width: 100%;
        margin-bottom: 20px
    }

    .model1 .content .r .content_main .item .message .color {
        font-size: 20px
    }

    .model1 .content .r .content_main .item .add {
        width: 100%;
        height: 40px;
        border-radius: 20px;
        font-size: 14px;
        gap: 10px;
        top: auto;
        bottom: 0
    }

    .model1 .content .r .content_main .item .add img {
        width: 22px;
        height: 22px
    }

    .model1 .content .r .paging {
        gap: 10px;
        margin: 30px 0 0 0
    }

    .model1 .content .r .paging a {
        width: 20px;
        height: 20px;
        font-size: 14px;
        border-bottom-width: 1px
    }

    .model1 .content .r .paging a svg {
        width: 20px;
        height: 20px
    }
}