.main {
    width: 100%;
    min-height: 500px;
    background: #f4f4f4;
}

.pages {
    max-width: 1200px;
    min-height: 500px;
    padding: 10px 0;
}

.container {
    width: 100%;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.essay-nav {
    background: #ffffff;
    height: 48px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 15px 0;
}

.essay-content {
    background: #ffffff;
    height: auto;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #666666;
    box-sizing: border-box;
    padding: 10px 20px;
}

.title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 48px;
    text-align: center;
    text-align: center;
}

.time {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    box-sizing: border-box;
    padding: 24px 0;
    border-bottom: 1px solid #999999;
    text-align: center;
}

.content {
    margin-top: 24px;
}

.product-wrap {
    display: flex;
    padding-top: 1rem;
    box-sizing: inherit;
}

.bg-white {
    background: #ffffff !important;
}

.mb-5 {
    margin-bottom: 1.3rem !important;
}

.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}



.btn-danger {
    color: #ffffff !important;
    background-color: #d9534f;
    border-color: #d9534f;
    opacity: 1;
}

.btn-danger a:link {
    background-color: #d9354f;
    border-color: #d9354f;
    opacity: 1;
}

.view {
    max-width: 500px;
    /*height: 300px;*/
    box-sizing: inherit;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    /*height: 100%;*/
    z-index: 1;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.view .swiper-slide {
    max-width: 500px;
    height: 300px;
    padding: 0 3px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
}

.view .swiper-slide img {
    height: 100%;
    border: 1px solid;
}

.arrow-left {
    background: #fff url(../images/feel3.png) no-repeat left center;
    position: absolute;
    left: 20px;
    top: 0;
    width: 20px;
    height: 70px;
    z-index: 10;
}

.arrow-right {
    background: #fff url(../images/feel4.png) no-repeat right center;
    position: absolute;
    right: 20px;
    top: 0;
    width: 20px;
    height: 70px;
    z-index: 10;
}

.mtb1 {
    margin: 1rem 0;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 16px;
    line-height: 2;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6 !important;
    font-size: 16px;
    line-height: 2;
}

.border-info {
    border-color: #17a2b8 !important;
}

.text-secondary {
    color: #6c757d !important;
    margin-top: 10px;
}

.text-secondary p {
    line-height: 2;
}

.lh-2 {
    line-height: 2;
}
@media only screen and (max-width: 767px) {
    .product-wrap {
        display: block;
    padding-top: 1rem;
    box-sizing: inherit;
}

.col-lg-6 {
 width: 100%;
 max-width: 100%!important;
}
.arrow-left {
    background: #fff url(../images/feel3.png) no-repeat left center;
    position: absolute;
    left: -5px!important;
    top: 0;
    width: 20px;
    height: 70px;
    z-index: 10;
}

.arrow-right {
    background: #fff url(../images/feel4.png) no-repeat right center;
    position: absolute;
    right: -5px!important;
    top: 0;
    width: 20px;
    height: 70px;
    z-index: 10;
}
/*.view{*/
/*    height: auto!important;*/
/*}*/

/*.view .swiper-slide {*/
/*    max-width: 500px;*/
/*    width: auto;*/
/*    height: 200px!important;*/
/*    padding: 0 3px;*/
/*    box-sizing: border-box;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*}*/
/*.view .swiper-slide img {*/
/*    display: block;*/
/*    height: 200px!important;*/
/*    border: 1px solid;*/
/*    max-width: 95%;*/
/*    vertical-align: middle;*/
/*}*/
.view {
    height: auto !important;
}

.view .swiper-slide {
    /* 固定尺寸，不依赖内容撑开 */
    width: 300px !important;
    height: 200px !important;
    max-width: 500px;
    padding: 0 3px;
    box-sizing: border-box;
    overflow: hidden; /* 关键：裁剪超出部分 */
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle; /* 利用 vertical-align 居中（X5 支持好） */
}

/* 图片：不依赖 object-fit */
.view .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 200px; /* 固定高度 */
    border: 1px solid #ddd;
    margin: 0 auto; /* 水平居中 */
    
    /* 备用垂直居中（X5 对 transform 支持不稳定） */
    position: static;
    top: auto;
    left: auto;
    transform: none;
}
}
