.mod_title {
    text-align: center
}

.mod_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.mod_title p {
    font-size: 16px;
    color: #adadad;
    margin: 10px 0 0
}

.box_package {
    padding: 60px 0;
    background: #fafafa
}

.box_package ._list {
    margin-top: -20px
}

.box_package ._item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 522px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 0 80px;
    margin: 60px 0 0
}

.box_package ._item:nth-of-type(2n) {
    flex-direction: row-reverse
}

.box_package ._content {
    max-width: 520px
}

.box_package ._content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.box_package ._content h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--ymt-main-color);
    border-radius: 4px;
    margin: 20px 0 30px
}

.box_package ._content dt {
    font-size: 16px;
    color: #333
}

.box_package ._content dd {
    display: flex;
    flex-wrap: wrap
}

.box_package ._content dd span {
    font-size: 14px;
    color: #666;
    margin: 14px 30px 0 0
}

.box_package ._content_price {
    border-top: 1px solid #e5e5e5;
    padding: 24px 0 0;
    margin: 24px 0 30px;
    display: flex;
    align-items: center
}

.box_package ._content_price>div {
    font-size: 30px;
    font-weight: 700;
    color: var(--ymt-main-color)
}

.box_package ._content_price>del {
    font-size: 18px;
    color: #b3b3b3;
    margin-left: 12px
}

.box_package ._content_links a {
    display: inline-block;
    padding: 10px 36px;
    border-radius: 4px;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color);
    font-size: 18px;
    margin-right: 30px;
    transition: .3s
}

.box_package ._content_links a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_package ._content_links a:last-child {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_package ._content_links a:last-child:hover {
    background: var(--ymt-main-dark-color)
}

.box_package ._pic {
    width: 381px
}

.box_package ._pic .swiper-pagination {
    --swiper-pagination-color: var(--ymt-main-color);
    --swiper-pagination-bullet-inactive-color: #D8D8D8;
    --swiper-pagination-bullet-inactive-opacity: 1;
    position: static
}

.box_package2 {
    padding: 60px 0 80px
}

.box_package2 ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -40px
}

.box_package2 ._col {
    width: 33.333%;
    padding: 40px 0 0 40px
}

.box_package2 ._item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 10px
}

.box_package2 ._item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.box_package2 ._item p {
    font-size: 14px;
    color: #666;
    margin: 10px 0 16px
}

.box_package2 ._item:hover ._item_pic {
    background-size: 105% 105%
}

.box_package2 ._item_pic {
    background: #eee no-repeat center;
    background-size: 100% 100%;
    height: 200px;
    margin-bottom: 18px;
    transition: .3s;
    object-fit: cover;
}

.box_package2 ._item_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px
}

.box_package2 ._item_footer a,
.box_package2 ._more a {
    display: inline-block;
    font-size: 14px;
    color: var(--ymt-main-color);
    border: 1px solid var(--ymt-main-color);
    padding: 6px 20px;
    border-radius: 32px;
    transition: .3s
}

.box_package2 ._item_footer a:hover,
.box_package2 ._more a:hover {
    color: #fff;
    border-color: var(--ymt-main-color);
    background: var(--ymt-main-color)
}

.box_package2 ._item_footer ._price {
    font-size: 26px;
    font-weight: 700;
    color: #ff5d63
}

.box_package2 ._item_footer ._price span {
    font-size: 14px;
    font-weight: 400
}

.box_package2 ._more {
    text-align: center;
    margin: 80px 0 0
}

.box_package2 ._more a {
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 6px
}