/***
yn_content_v1
yn_content_v2
*/

/**=============全局通用样式，字体大小，字体颜色 Start===================**/
h1.yn-title {
    font-size: 22px;
    color: var(--yn-black-main); 
    font-weight: 500;
}

h2.yn-title {
    font-size: 20px;
    color: var(--yn-black-main);
    font-weight: 500;
}

h3.yn-title {
    font-size: 18px;
    color: var(--yn-black-main);
    font-weight: 500;
}

h4.yn-title {
    font-size: 16px;
    color: var(--yn-black-main);
    font-weight: 500;
}

h5.yn-title {
    font-size: 16px;
    color: var(--yn-black-main);
    font-weight: 400;
}

.yn-sub-title {
    font-size: 16px;
    color: var(--yn-black-main);
}

.yn-summary {
    font-size: 12px;
    color: var(--yn-font-color-1);
}

.yn-content {
    font-size: 14px;

    word-wrap: break-word;
    color: var(--yn-font-color-main);
}

.yn-amount-price {
    font-size: 11px;
    color: var(--yn-font-color-1);
}

.yn-amount-pricesell {
    font-size: 12px;
    color: var(--yn-red-main);
}

.yn-tag {
    font-size: 12px;
    color: var(--yn-font-color-main);
}


@media (min-width:576px) {
    h1.yn-title {
        font-size: 24px;
        font-weight: 500;
    }
    
    h2.yn-title {
        font-size: 22px;
        font-weight: 500;
    }
    
    h3.yn-title {
        font-size: 20px;
        font-weight: 500;
    }
    
    h4.yn-title {
        font-size: 18px;
        font-weight: 500;
    }
    
    h5.yn-title {
        font-size: 18px;
        font-weight: 400;
    }
    
    .yn-sub-title {
        font-size: 18px;
    }
    
    .yn-summary {
        font-size: 14px;
    }
    
    .yn-content {
        font-size: 16px;
    }
    
    .yn-amount-price {
        font-size: 12px;
    }
    
    .yn-amount-pricesell {
        font-size: 14px;
    }
    
    .yn-tag {
        font-size: 14px;
    }
}

/**=============全局通用样式，字体大小，字体颜色 End===================**/
/**======================板块通用 居左 默认 Start=========================**/
.yn-plate {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yn-plate h2 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
}

.yn-plate h2.center {
    text-align: center;
}

.yn-plate h2 a {
    color: #3366CC;
    text-decoration: underline;
}

.yn-plate h2 a:hover {
    color: #000;
    text-decoration: unset;
}


.yn-plate .yn-plate-body {
    background-color: unset;
    padding: 0;
}

.yn-plate img {
    border-radius: 4px;
}


@media (min-width:576px) {
    .yn-plate h2 {
        font-size: 22px;
    }

    .yn-plate .yn-plate-body {
        background-color: #F2F2F2;
        padding: 8px 10px;
    }

}

/**======================板块通用 End=========================**/

/**======================板块通用 居中 Start=========================**/
.yn-plate-center {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.yn-plate-center h2 {
    padding-bottom: 10px;
    text-align: center;
}

.yn-plate-center h2.center {
    text-align: center;
}

.yn-plate-center h2 a {
    color: #3366CC;
    text-decoration: underline;
}

.yn-plate-center h2 a:hover {
    color: #000;
    text-decoration: unset;
}


.yn-plate-center .yn-plate-body {
    background-color: unset;
    padding: 0;
}

.yn-plate-center img {
    border-radius: 4px;
}


@media (min-width:576px) {
    .yn-plate-center h2 {
        font-size: 22px;
    }

    .yn-plate-center .yn-plate-body {
        background-color: #F2F2F2;
        padding: 8px 10px;
    }

}

/**======================板块通用 End=========================**/


.yn-breadcrumb {
    margin-bottom: 10px;
}

.yn-breadcrumb a {
    color: #333;
    text-decoration: underline;
}

.yn-breadcrumb a:hover {
    text-decoration: unset;
}

@media only screen and (max-width: 1200px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }


}

@media only screen and (max-width: 599px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }
}

@media only screen and (max-width: 499px) {
    .cus-pc {
        display: none;
    }

    .cus-mobile {
        display: block;
    }
}

@media only screen and (max-width: 365px) {

    .cus-pc {
        display: none;
    }

    .cus-mobile {
        display: block;
    }
}


.yn_content_v1 {
    min-height: 310px;
}

.yn_content_v1 h1 {}

.yn_content_v1 .yn-body {
    /* border: 1px solid #F2F2F2;
    background: linear-gradient(to bottom, var(--yn-main-bg-color-1), var(--yn-white-main)); */
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 8px;
}

.yn_content_v1 .yn-row-warp {
    width: 100%;
    margin: 0 auto;
    font-weight: bolder;
}

.yn_content_v1 .yn-body .yn-right {
    float: right;
    width: 400px;
    height: 240px;
    margin: 0 0 10px 20px;
    background: #f0f0f0;
    shape-outside: margin-box;
    border-top-right-radius: 8px;
}

.yn_content_v1 .yn-body .yn-left {
    text-align: justify;
    border: unset;
    border-radius: unset;
}

.yn_content_v1 .yn-body .yn-video .video-box {}

.yn_content_v1 .yn-body .yn-video .video-box .bg-layer {
    width: 400px;
    height: 240px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.yn_content_v1 .yn-body .yn-video .video-box .video-btn a {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    /* background: rgb(121.3, 187.1, 255); */
    background: radial-gradient(circle, var(--yn-main-color), var(--yn-main-bg-color));
}

.yn_content_v1 .yn-body .yn-video .video-box .video-btn a img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    vertical-align: middle;
    width: unset;
}

.yn_content_v1 .yn-body .yn-content {
    padding: 10px 15px;
    color: var(--yn-font-color-main);
    min-height: 240px;
}



.yn_content_v1 .yn-body .yn-content p {
    color: #000 !important;
    font-size: 16px !important;
    margin: 0;
}

@media only screen and (max-width: 499px) {
    .yn_content_v1 .yn-body {
        width: 100%;
    }

    .yn_content_v1 .yn-body .yn-video {
        width: 100%;
    }

    .yn_content_v1 .yn-body .yn-video .video-box .bg-layer {
        width: 100%;
    }

    .yn_content_v1 .yn-body .yn-right {
        flex: unset;
        order: unset;
        width: 100%;
    }

    .yn_content_v1 .yn-body .yn-left {
        flex: unset;
        order: unset;
        width: 100%;
    }

}

/**============yn-content-v2================*/
.yn_content_v2 {}

.yn_content_v2 h1 {}

.yn_content_v2 h2 {}

.yn_content_v2 .summary {
    color: #000 !important;
    font-size: 14px;
}

.yn_content_v2 .more-fields {
    display: flex;
}

.yn_content_v2 .more-fields a {}

.yn_content_v2 .more-fields .more-field {
    width: 25%;
    background-color: var(--yn-main-bg-color-1);
    margin: 0 10px;
    border-radius: 4px;
}

.yn_content_v2 .more-fields .more-field .img img {
    width: 100%;
    height: 146px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    object-fit: cover;

    transition: transform 0.3s ease;
    /* 添加过渡动画 */
    transform-origin: center;
    /* 设置缩放中心点 */
}

.yn_content_v2 .more-fields .more-field .img img:hover {
    transform: scale(1.1);
}

.yn_content_v2 .more-fields .more-field .content {
    padding: 10px;
}

.yn_content_v2 .more-fields .more-field .field-name {
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 500;

}

.yn_content_v2 .more-fields .more-field a .field-name {
    text-decoration: underline;
}

.yn_content_v2 .more-fields .more-field a .field-name:hover {
    text-decoration: unset;
}

.yn_content_v2 .more-fields .more-field .field-value {
    text-align: left;
    font-size: 13px;
    color: #000;
}

.yn_content_v2 .illustration {
    display: flex;
}

.yn_content_v2 .imgs .img {
    margin-left: 10px;
}

.yn_content_v2 .imgs .img img {
    border-radius: 4px;
}

.yn_content_v2 .imgs .img:first {
    margin-left: 0px;
}


.yn_content_v2 .yn-body .yn-content p {
    color: #000 !important;
    font-size: 14px;
}

@media only screen and (max-width: 499px) {
    .yn_content_v2 .yn-body {
        width: 100%;
    }

    .yn_content_v2 .illustration {
        flex-wrap: wrap;
    }

    .yn_content_v2 .imgs .img {
        width: 45%;
        margin-bottom: 10px;
    }

    .yn_content_v2 .more-fields {
        display: block;

    }

    .yn_content_v2 .more-fields .more-field {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }

}

/**========================yn-content-v3=========*/
.yn-content-v3 {}

.yn-content-v3 .content {
    color: #000;
}

@media only screen and (max-width: 499px) {}


/**========================yn-content-v4=========*/

.yn-content-v4 {}

.yn-content-v4 .content {
    color: #000;
}

.yn-content-v4 {}

.yn-content-v4 .yn-row-warp {
    display: flex;
    flex-wrap: wrap;
}

.yn-content-v4 .yn-right {
    flex: 0 0 auto;
    order: 2;
    width: 30%;
}

.yn-content-v4 .yn-left {
    flex: 1 1 auto;
    order: 1;
    width: 70%;
}

.yn-content-v4 table {
    border-collapse: collapse;
    width: 100%;
    /* box-shadow: 0 0 20px rgba(0,0,0,0.1); */
    margin: 20px 0;
}

.yn-content-v4 th {
    background: #DCDFE6;
    color: #000;
    padding: 15px;
    border: 1px solid #CDD0D6;
    text-align: center;
}

.yn-content-v4 td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: center;
}

.yn-content-v4 td a {
    text-decoration: underline;
}

.yn-content-v4 td a:hover {
    text-decoration: unset;
}

.yn-content-v4 tr:nth-child(even) {
    background: #f8f9fa;
}

.yn-content-v4 tr:hover {
    background: #e8f4ff;
}

@media only screen and (max-width: 499px) {

    .yn-content-v4 .yn-row-warp {
        display: block;
    }

    .yn-content-v4 .yn-right {
        flex: unset;
        order: unset;
        width: 100%;
    }

    .yn-content-v4 .yn-left {
        flex: unset;
        order: unset;
        width: 100%;
    }
}

/**========================yn-content-v5=========*/

.yn-content-v5 {}

.yn-content-v5 h1 {}

.yn-content-v5 .yn-body {
    background: linear-gradient(to bottom, var(--yn-main-bg-color-1), var(--yn-white-main));
}

.yn-content-v5 .yn-row-warp {
    display: flex;
    justify-content: space-between;
}

.yn-content-v5 .yn-body .yn-right {
    width: 29%;
}

.yn-content-v5 .yn-body .yn-left {
    width: 69%;
    padding: 10px;
    border: unset;
}

.yn-content-v5 .yn-body .yn-img {
    border-radius: 8px;
}

.yn-content-v5 .yn-body .yn-img img {
    width: 400px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px;
}

.yn-content-v5 .yn-body .yn-contents {}

.yn-content-v5 .yn-body .yn-content p {
    color: #000 !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 499px) {
    .yn-content-v5 .yn-body {
        width: 100%;
    }

    .yn-content-v5 .yn-row-warp {
        display: block;
    }

    .yn-content-v5 .yn-body .yn-right {
        width: 100%;
    }

    .yn-content-v5 .yn-body .yn-left {
        width: 100%;
        height: auto;
    }
}


/**========================yn-list-v1=========*/
.yn-lists-v1 .body-box .box {
    margin-bottom: 20px;
}

.yn-lists-v1 .body-box img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.yn-lists-v1 .body-box .box .text {
    padding: 4px 8px;
    max-height: 113px;
}


.yn-lists-v1 .body-box .box .text .title p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    max-height: 48px;
}

.yn-lists-v1 .body-box .box .text .time {
    font-size: 13px;
    font-weight: 100;
    color: #000;
}

.yn-lists-v1 .body-box .box .text .num {
    font-size: 14px;
    font-weight: 100;
    color: #000;
}

.yn-lists-v1 .body-box .box .text .price-box .price-from {
    font-size: 13.5px;
    color: #333;
}

.yn-lists-v1 .body-box .box .text .price {
    color: #333;
    font-size: 16px;
    font-weight: lighter;
    text-decoration-line: line-through;
}

.yn-lists-v1 .body-box .box .text .price-sell {
    color: #FF6B00;
    font-size: 16px;
    font-weight: 400;

}

@media only screen and (max-width: 1200px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }


}

@media only screen and (max-width: 599px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }
}

@media only screen and (max-width: 499px) {
    .cus-pc {
        display: none;
    }

    .cus-mobile {
        display: block;
    }

    .yn-lists-v1 .body-box .box {
        margin-bottom: 20px;
    }

    .yn-lists-v1 .body-box .box .text {
        height: auto !important;
    }

    .yn-lists-v2 .body-box .box .text {
        height: auto !important;
    }
}

@media only screen and (max-width: 365px) {

    .cus-pc {
        display: none;
    }

    .cus-mobile {
        display: block;
    }
}

/**========================yn-list-v2=========*/
.yn-lists-v2 .body-box .box {
    margin-bottom: 10px;

    background-color: rgb(235.9, 245.3, 255);
    padding: 8px 10px;
}

.yn-lists-v2 .body-box img {
    height: 166px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.yn-lists-v2 .body-box .box .text {
    padding: 4px 8px;
    height: 48px;
}


.yn-lists-v2 .body-box .box .text .title a {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    max-height: 48px;
    text-decoration: underline;
}

.yn-lists-v2 .body-box .box .text .title a:hover {
    text-decoration: unset;
}

.yn-lists-v2 .body-box .box .text .summary {
    white-space: pre-line;
    font-size: 13.5px;
    color: #000 !important;
}

.yn-lists-v2 .body-box .box .tags {
    display: flex;
    margin: 8px 0 6px 0;
}

.yn-lists-v2 .body-box .box .tag {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #409EFF;
    margin-right: 4px;
    border-radius: 2px;
    color: #409EFF;
    padding: 0 4px;
}

.yn-lists-v2 .body-box .box .more {
    display: flex;
    justify-content: space-between;
}

.yn-lists-v2 .body-box .box .left {}

.yn-lists-v2 .body-box .box .right {}

.yn-lists-v2 .body-box .box .right .contact-bt {
    width: 120px;
    background-color: #426BEB;
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0;
}

.yn-lists-v2 .body-box .box .more-field {
    font-size: 14px;
    color: #000;
}



@media only screen and (max-width: 499px) {
    .yn-lists-v2 .body-box .box .more {
        display: block;
    }

    .yn-lists-v2 .body-box .box .right a {
        display: flex;
        justify-content: flex-end;
    }

    .yn-lists-v2 .body-box .box .right .contact-bt {
        width: 90px;
        background-color: #426BEB;
        border-radius: 4px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #fff;
        font-size: 14px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }
}

/**========================yn-list-v3=========*/

.yn-lists-v3 .body-box .title {
    height: 24px;
    line-height: 24px;
}

.yn-lists-v3 .body-box .title p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    max-height: 48px;
    text-decoration: underline;
}

.yn-lists-v3 .body-box .title p:hover {
    text-decoration: unset;
}

@media only screen and (max-width: 499px) {}

/**========================yn-list-v4=========*/

.yn-lists-v4 .body-box .box {
    margin-bottom: 20px;
}

.yn-lists-v4 .body-box img {
    height: 146px;
    width: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.yn-lists-v4 .body-box .box .text {
    padding: 4px 8px;
    max-height: 113px;
}


.yn-lists-v4 .body-box .box .text .title p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    max-height: 48px;
}

.yn-lists-v4 .body-box .box .text .time {
    font-size: 13px;
    font-weight: 100;
    color: #000;
    line-height: 20px;
}

.yn-lists-v4 .body-box .box .text .num {
    font-size: 14px;
    font-weight: 100;
    color: #000;
}

.yn-lists-v4 .body-box .box .text .price-box .price-from {
    font-size: 13.5px;
    color: #333;
}

.yn-lists-v4 .body-box .box .text .price {
    color: #333;
    font-size: 16px;
    font-weight: lighter;
    text-decoration-line: line-through;
}

.yn-lists-v4 .body-box .box .text .price-sell {
    color: #FF6B00;
    font-size: 16px;
    font-weight: 400;

}

@media only screen and (max-width: 1200px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }

}

@media only screen and (max-width: 767px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }


}

@media only screen and (max-width: 599px) {
    .cus-pc {
        display: block;
    }

    .cus-mobile {
        display: none;
    }
}

@media only screen and (max-width: 499px) {
    .cus-pc {
        display: none;
    }

    .cus-mobile {
        display: block;
    }

    .yn-lists-v4 .body-box .box {
        margin-bottom: 20px;
    }

    .yn-lists-v4 .body-box .box .text {
        height: auto !important;
    }

    .yn-lists-v2 .body-box .box .text {
        height: auto !important;
    }
}

@media only screen and (max-width: 365px) {

    .cus-pc {
        display: none;
    }

    .cus-mobile {
        display: block;
    }
}

/**========================yn-list-v5=========*/

.yn-lists-v5 .body-box .title {
    height: 24px;
    line-height: 24px;
}

.yn-lists-v5 .body-box .yn-lists-v5-left img {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    height: 48px;
    border-radius: 4px;
}

.yn-lists-v5 .body-box .title p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    max-height: 48px;
    text-decoration: unset;
}

.yn-lists-v5 .body-box .title p:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 499px) {

    .yn-lists-v5 .body-box .title p {
        font-size: 14px;
    }
}

/**========================yn-list-v6=========*/

.yn-lists-v6 .sec-summary {
    color: var(--yn-font-color-1);
}

.yn-lists-v6 .sec-content p {
    margin: 0;
    padding: 0;
    color: var(--yn-font-color-main);
}

.yn-lists-v6 .body-box .box {
    margin-bottom: 20px;

}

.yn-lists-v6 .body-box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.yn-lists-v6 .body-box img.icon {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.yn-lists-v6 .body-box img.map {
    height: 180px;
}

.yn-lists-v6 .body-box .box .text {
    padding: 4px 8px;
    max-height: 129px;
    min-height: 129px;
    background-color: #f2f2f2;
}


.yn-lists-v6 .body-box .box .text .title p {
    color: #333;
    line-height: 24px;
    max-height: 48px;
    margin: 0;
    padding: 0;
}

.yn-lists-v6 .body-box .box .text .time {
    font-size: 13px;
    color: #000;
}

.yn-lists-v6 .body-box .box .text .num {
    font-size: 14px;
    color: #000;
}

.yn-lists-v6 .body-box .box .text .price-box .price-from {
    font-size: 13.5px;
    color: #333;
}

.yn-lists-v6 .body-box .box .text .price {
    color: #333;
    font-size: 14px;
    /* font-weight: lighter; */
    text-decoration-line: line-through;
}

.yn-lists-v6 .body-box .box .text .price-sell {
    color: #FF6B00;
    font-size: 16px;
    font-weight: 400;

}



@media only screen and (max-width: 499px) {


    .yn-lists-v6 .body-box .box {
        margin-bottom: 20px;
    }

    .yn-lists-v6 .body-box .box .text {
        height: auto !important;
    }

    .yn-lists-v2 .body-box .box .text {
        height: auto !important;
    }
}

/**========================yn-list-v7=========*/

.yn-lists-v7 .sec-summary {
    color: var(--yn-font-color-1);
}

.yn-lists-v7 .sec-content p {
    margin: 0;
    padding: 0;
    color: var(--yn-font-color-main);
}

.yn-lists-v7 .body-box {

    display: flex;
    flex-wrap: wrap;
}

.yn-lists-v7 .body-box .item-box {
    width: 20%;

}

.yn-lists-v7 .body-box .item-box .text {
    border: 1px solid #A8ABB2;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    margin: 10px;
}

.yn-lists-v7 .body-box .item-box .text p {
    line-height: 40px;
    height: 40px;
    color: var(--yn-font-color-main);
    margin: 0;
    padding: 0;
}

.yn-lists-v7 .body-box .item-box .text p:hover {
    color: var(--yn-red-main);
}

@media only screen and (max-width: 499px) {
    .yn-lists-v7 .body-box .item-box {
        width: 33%;

    }
}

/**========================yn-list-v8=========*/

.yn-lists-v8 .sec-summary {
    color: var(--yn-font-color-1);
}

.yn-lists-v8 .sec-content p {
    margin: 0;
    padding: 0;
    color: var(--yn-font-color-main);
}

.yn-lists-v8 .body-box {

    display: flex;
    flex-wrap: wrap;
}

.yn-lists-v8 .body-box .item-box {
    width: 33%;

}

.yn-lists-v8 .body-box .item-box .text {
    border: 1px solid #A8ABB2;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    margin: 10px;
}

.yn-lists-v8 .body-box .item-box .text p {
    line-height: 40px;
    height: 40px;
    color: var(--yn-font-color-main);
    margin: 0;
    padding: 0;
}

.yn-lists-v8 .body-box .item-box .text p:hover {
    color: var(--yn-red-main);
}

@media only screen and (max-width: 499px) {
    .yn-lists-v8 .body-box .item-box {
        width: 50%;

    }
}

/**========================yn-list-v9=========*/
.yn-lists-v9 .sec-summary {
    color: var(--yn-font-color-1);
}

.yn-lists-v9 .sec-content p {
    margin: 0;
    padding: 0;
    color: var(--yn-font-color-main);
}

.yn-lists-v9 .body-box .item-box {
    margin-bottom: 20px;
}

.yn-lists-v9 .body-box img {
    height: 280px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.yn-lists-v9 .body-box .item-box .text {
    padding: 4px 8px;
    max-height: 120px;
    min-height: 120px;
    background-color: #f2f2f2;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.yn-lists-v9 .body-box .item-box .text .title p {
    color: #333;
    line-height: 24px;
    max-height: 48px;
    margin: 0;
    padding: 0;
}

.yn-lists-v9 .body-box .item-box .text .time {
    font-size: 13px;
    color: #000;
}

.yn-lists-v9 .body-box .item-box .text .num {
    font-size: 14px;
    color: #000;
}

.yn-lists-v9 .body-box .item-box .text .price-box .price-from {
    font-size: 13.5px;
    color: #333;
}

.yn-lists-v9 .body-box .item-box .text .price {
    color: #333;
    font-size: 14px;
    /* font-weight: lighter; */
    text-decoration-line: line-through;
}

.yn-lists-v9 .body-box .item-box .text .price-sell {
    color: #FF6B00;
    font-size: 16px;
    font-weight: 400;

}



@media only screen and (max-width: 499px) {


    .yn-lists-v9 .body-box .item-box {
        margin-bottom: 20px;
    }

    .yn-lists-v9 .body-box .item-box .text {
        height: auto !important;
    }

    .yn-lists-v2 .body-box .item-box .text {
        height: auto !important;
    }
}

/**========================yn-private-list-v1=========*/
.yn-private-list-v1 {}

.yn-private-list-v1 .body-box {}

.yn-private-list-v1 .body-header {
    position: sticky;
    top: 64px;
    background: white;
    z-index: 100;
}

.yn-private-list-v1 .citys {
    display: flex;


}

.yn-private-list-v1 .citys .city {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #333;
    background: rgb(199.5, 201, 204);
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 20px;
    margin-right: 10px;
    transition: all 500ms ease;
}

.yn-private-list-v1 .citys .city.active {
    background: var(--yn-main-color);
    color: var(--yn-black-main);
}

.yn-private-list-v1 .content-list {}

.yn-private-list-v1 .content-item {
    display: none;
    margin-top: 10px;
    background-color: #F5F7FA;
    padding: 10px 20px;
}

.yn-private-list-v1 .content-item.active {
    display: block;
}

.yn-private-list-v1 .content-item .resorts {
    display: flex;
}

.yn-private-list-v1 .content-item .resorts .summary {
    width: 50%;
    font-size: 16px;
    color: #000 !important;
    padding-right: 15px;
}

.yn-private-list-v1 .content-item .resorts .summary p {
    font-size: 16px;
    color: #000 !important;
}

.yn-private-list-v1 .content-item .resorts .imgs {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.yn-private-list-v1 .content-item .resorts .imgs .img {
    width: 48%;
    margin: 5px;
}

.yn-private-list-v1 .content-item .resorts .imgs .img img {
    width: 100%;
    height: 146px;
    object-fit: cover;
    border-radius: 4px;

}

.yn-private-list-v1 .content-item .fg {
    padding: 1px 0;
    margin: 10px 0 6px 0;
    height: 1px;
    width: 100%;
    background-color: rgb(232.8, 233.4, 234.6);
}

.yn-private-list-v1 .content-item .tours {

    display: flex;
    flex-wrap: wrap;
}

.yn-private-list-v1 .content-item .tours .tour {
    width: 50%;
    display: flex;
}

.yn-private-list-v1 .content-item .tours .tour .tour-img {
    width: 30%;
}

.yn-private-list-v1 .content-item .tours .tour .tour-img img {
    border-radius: 8px;
    height: 120px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

.yn-private-list-v1 .content-item .tours .tour .tour-content {
    width: 70%;
}

.yn-private-list-v1 .content-item .tours .tour .tour-content .tour-name a {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;

}

.yn-private-list-v1 .content-item .tours .tour .tour-content .tour-name a:hover {
    text-decoration: unset;
}

.yn-private-list-v1 .content-item .tours .tour .tour-content .tour-date {
    font-size: 14px;
    color: #000;
}

.yn-private-list-v1 .content-item .tours .tour .tour-content .tour-price {
    font-size: 14px;
    color: #000;
}

@media only screen and (max-width: 499px) {
    .yn-private-list-v1 .body-header {
        top: 70px;
    }

    .yn-private-list-v1 .content-item {
        background-color: #fff;
        padding: 0px;
    }

    .yn-private-list-v1 .content-item .resorts {
        display: block;
    }

    .yn-private-list-v1 .content-item .resorts .summary {
        width: 100%;
        font-size: 14px;
        padding-right: 0px;
    }

    .yn-private-list-v1 .content-item .resorts .summary p {
        font-size: 14px;
    }

    .yn-private-list-v1 .content-item .resorts .imgs {
        width: 100%;
    }

    .yn-private-list-v1 .content-item .tours {
        display: block;
    }

    .yn-private-list-v1 .content-item .tours .tour {
        width: 100%;
    }

    .yn-private-list-v1 .content-item .tours .tour .tour-content .tour-name a {
        font-size: 14px;

    }

    .yn-private-list-v1 .content-item .tours .tour .tour-content .tour-date {
        font-size: 12px;
    }

    .yn-private-list-v1 .content-item .tours .tour .tour-content .tour-price {
        font-size: 12px;
    }

    .yn-private-list-v1 .content-item .tours .tour .tour-img img {
        height: 80px;
    }

    .yn-private-list-v1 .content-item .resorts .imgs .img {
        width: 45%;
    }
}

/**========================yn-private-map-v1=========*/
.yn-private-map-v1 {}

.yn-private-map-v1 .yn-map-v1 {
    width: 600px;
    height: 600px;
    margin: 0 auto;
}

@media only screen and (max-width: 499px) {
    .yn-private-map-v1 .yn-map-v1 {
        width: 360px;
        height: 360px;
        margin: 0 auto;
    }
}

/**========================yn-left-grouprelates=========*/
.yn-left-grouprelates {
    padding: 16px 10px 0 10px;
}

.yn-left-grouprelates .sec-title {}

.yn-left-grouprelates .sec-title h2 {
    position: relative;
    padding-left: 20px;
}

.yn-left-grouprelates .sec-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: var(--yn-main-color);
    border-radius: 2px;
}

.yn-left-grouprelates .list {
    margin-left: 10px;
}

.yn-left-grouprelates ul {
    padding-left: 10px;
}

.yn-left-grouprelates ul li:before {
    position: absolute;
    left: 0;
    list-style-type: disc;
    font-size: 18px;
}

.yn-left-grouprelates ul li a {
    text-decoration: unset;
    color: var(--yn-font-color-main);
}

.yn-left-grouprelates ul li a:hover {
    text-decoration: underline;
    /* color: var(--yn-main-color); */
}

.yn-left {
    border: unset;
    border-radius: 4px;
}



.yn-left-recommends {
    padding: 16px 10px;
    border-radius: 4px;
}

.yn-left-recommends .list {}

.yn-left-recommends .item {
    text-align: left;
    color: #333;
}

.yn-left-recommends .item a {
    text-decoration: underline;
    color: #333;
}

.yn-left-recommends .item a:hover {
    text-decoration: unset;
}

@media (min-width:992px) {
    .yn-left {
        border: 2px solid #E6E8EB;
        border-radius: 4px;
    }
}

/**====================yn_review_v1==================**/
.yn_review_v1 .items {
    display: block;
    height: 100%;
}

.yn_review_v1 .items .item {
    width: 100%;
    height: 100%;
    overflow-y: hidden;
}

/* Webkit兼容方案（Chrome/Safari） */
.yn_review_v1 .items .item::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.yn_review_v1 .items .item::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 4px;
}

.yn_review_v1 .items .item::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
}

.yn_review_v1 .items .item::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.yn_review_v1 .items .item .avatar img {
    width: 32px;
    height: 32px;
}

.yn_review_v1 .items .item .name {
    color: var(--yn-font-color-main);
    height: 32px;
    line-height: 32px;
}

.yn_review_v1 .items .item .country {
    color: var(--yn-font-color-1);
    font-style: italic;
    height: 32px;
    line-height: 36px;
}

.content {
    color: var(--yn-font-color-main);
}

@media (min-width:992px) {
    .yn_review_v1 .items {
        display: flex;
        height: 300px;
    }

    .yn_review_v1 .items .item {
        width: 33%;

        height: 300px;
        overflow-y: auto;
        scrollbar-color: #c1c1c1 #f0f0f0;
        /* 滑块颜色 轨道颜色 */
        scrollbar-width: thin;
        /* auto | thin | none */

        padding: 0 10px;
    }
}

/**=================yn_faq_v1 Start==================*/
.yn_faq_v1 .item {
    padding: 10px;
}

.yn_faq_v1 .question {
    color: var(--yn-font-color-main);
}

.yn_faq_v1 .answer {
    color: var(--yn-font-color-main);
}

/**=================yn_faq_v1 End==================*/

/**=================yn-content-v6 Start==================*/
.yn-content-v6 .yn-summary-img {
    margin-bottom: 20px;
}

.yn-content-v6 .yn-summary-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 4px;
}

@media (min-width:330px) {}

@media (min-width:576px) {
    .yn-content-v6 .yn-summary-img {
        float: right;
        width: 450px;
        height: 285px;
        margin: 0 0 10px 20px;
        background: #f0f0f0;
        shape-outside: margin-box;
        border-top-right-radius: 8px;
    }

    .yn-content-v6 .yn-summary-img img {
        width: 450px;
        object-fit: contain;
    }

    .yn-content-v6 .yn-box {
        min-height: 200px;
    }
}

/**=================yn-content-v6 End==================*/

/**=================yn-content-v7 Start==================*/
.yn-content-v7 .start-icon {
    width: 24px;
    height: 24px;
}


/**=================yn-content-v7 End==================*/

/**=================yn-lists-v10-letter Start==================*/
.yn-lists-v10-letter .body-box .item-box {
    width: 50%;
}

.yn-lists-v10-letter .yn-letter-group {
    background-color: var(--yn-main-color);
    padding: 4px 18px;
    color: var(--yn-white-main);
    border-radius: 4px;
}

.yn-lists-v10-letter .box {
    margin: 0 4px;
}

.yn-lists-v10-letter ul {
    list-style-type: none;
    /* 移除默认的圆点 */
    padding-left: 10px;
    /* 移除默认的内边距 */
    margin-top: 10px;
}

.yn-lists-v10-letter ul li {
    position: relative;
    /* 为伪元素定位做准备 */
    padding-left: 20px;
    /* 为三角形标记留出空间 */
    margin-bottom: 10px;
    /* 可选：增加列表项之间的间距 */


}

.yn-lists-v10-letter ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* 垂直居中三角形 */
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    /* 三角形的左边 */
    border-bottom: 5px solid transparent;
    /* 三角形的右边 */
    border-left: 10px solid var(--yn-main-color);
    /* 三角形的底边，颜色可自定义 */
}

.yn-lists-v10-letter ul li a {
    color: var(--yn-font-color-main);
    text-decoration: unset;
}

.yn-lists-v10-letter ul li a:hover {
    color: var(--yn-red-main);
    text-decoration: underline;
}

@media (min-width:576px) {
    .yn-lists-v10-letter .body-box .item-box {
        width: 20%;
    }

}



/**=================yn-lists-v10-letter End==================*/
/**=================yn-lists-v10-letter End==================*/
.yn-plate-31 .right {
    width: 100%;
    margin-top: 20px;
}
@media (min-width:576px) {
    .yn-plate-31 .box{
        display: flex;

    }
    .yn-plate-31 .left{

        width: 80%;

    }
    .yn-plate-31 .right{
        width:20%;
        margin-top: 0;
        padding-left: 10px;
    }

}