.mod_title {
    --title-color: #333;
    --desc-color: #adadad
}

.mod_title.is_dark {
    --title-color: #fff;
    --desc-color: rgba(255, 255, 255, .8)
}

.mod_title h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--title-color);
    margin: 0
}

.mod_title p {
    font-size: 16px;
    color: var(--desc-color);
    margin: 10px 0 0
}

.mod_links,
.mod_title {
    text-align: center
}

.mod_links a {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 6px;
    border: 1px solid var(--ymt-main-color);
    color: var(--ymt-main-color);
    font-size: 18px;
    margin: 0 16px;
    transition: .3s
}

.mod_links a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.mod_links a:first-child {
    color: #fff;
    background: var(--ymt-main-color)
}

.mod_links a:first-child:hover {
    background: var(--ymt-main-dark-color)
}

.box_business,
.box_play {
    padding: 60px 0
}

.box_play ._list {
    display: flex;
    margin: 40px 0 0
}

.box_play ._list li {
    flex: 1;
    text-align: center
}

.box_play ._list li h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 0
}

.box_play ._list li h3:after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    margin: 24px auto 20px;
    background: #333
}

.box_play ._list li p {
    max-width: 200px;
    font-size: 12px;
    color: #666;
    margin: 0 auto
}

.box_play ._icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    /* background-image: url(../images/1-icon2.png) */
}

.box_play ._icon_2 {
    background-position: 0 -60px
}

.box_play ._icon_3 {
    background-position: 0 -120px
}

.box_play ._icon_4 {
    background-position: 0 -180px
}

.box_business {
    background: no-repeat center
}

.box_business ._list {
    display: flex;
    margin: 40px 0 0 -30px
}

.box_business ._list li {
    flex: 1;
    padding-left: 30px
}

.box_business ._item {
    background: rgba(255, 255, 255, .4);
    border-radius: 12px;
    text-align: center;
    padding: 62px
}

.box_business ._item h3 {
    font-size: 18px;
    color: #fff;
    margin: 18px 0 0
}

.box_business ._icon {
    
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/7-icon.png)
}

.box_business ._icon_2 {
    background-position: 0 -160px;
    width: 40px;
    height: 40px
}

.box_business ._icon_3 {
    background-position: 0 -40px;
    width: 40px;
    height: 40px
}

.box_business ._icon_4 {
    background-position: 0 -120px;
    width: 40px;
    height: 40px
}

.box_business ._icon_5 {
    background-position: 0 -200px;
    width: 40px;
    height: 40px
}

.box_koc {
    padding: 60px 0 80px
}

.box_koc ._row {
    margin: 40px 0 0;
    display: flex
}

.box_koc ._list {
    flex: 1;
    margin-left: 30px
}

.box_koc ._list li {
    display: flex;
    align-items: center;
    height: 120px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    border-radius: 12px;
    margin-bottom: 24px;
    padding-left: 28px
}

.box_agency_operation_package ._item_list dd:last-child,
.box_koc ._list li:last-child {
    margin-bottom: 0
}

.box_koc ._list ._num {
    font-size: 72px;
    font-weight: 700;
    color: #dfdfdf;
    line-height: 1
}

.box_koc ._list ._info {
    flex: 1;
    position: relative;
    padding-left: 20px;
    margin-left: 20px
}

.box_koc ._list ._info:before,
.box_kol ._item_info h3:before {
    content: "";
    width: 4px;
    background: var(--ymt-main-color);
    border-radius: 2px
}

.box_koc ._list ._info:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -29px;
    height: 58px
}

.box_koc ._list ._info h3,
.box_kol ._item_info h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.box_koc ._list ._info p {
    font-size: 14px;
    color: #8a8a8a;
    margin: 10px 0 0
}

.box_kol {
    padding: 0 0 60px
}

.box_kol ._row {
    display: flex;
    margin: 40px 0 0 -20px
}

.box_kol ._col {
    flex: 1;
    padding-left: 20px
}

.box_kol ._item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px
}

.box_kol ._item_info {
    padding: 25px 22px
}

.box_kol ._item_info h3:before {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    margin-right: 12px
}

.box_kol ._item_info p {
    font-size: 16px;
    color: #666;
    margin: 16px 0 13px
}

.box_kol ._item_info ul {
    display: flex
}

.box_kol ._item_info ul li {
    font-size: 12px;
    color: #909090;
    margin-right: 12px
}

.box_kol ._item_info ul li i {
    margin-right: 8px;
    vertical-align: middle
}

.box_kol ._icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/4-icon.png)
}

.box_kol ._icon_2 {
    background-position: 0 -16px
}

.box_kol ._icon_3 {
    background-position: 0 -32px
}

.box_kol ._icon_4 {
    background-position: 0 -48px
}

.box_kol ._icon_5 {
    background-position: 0 -64px
}

.box_kol ._icon_6 {
    background-position: 0 -80px
}

.box_kol ._icon_7 {
    background-position: 0 -96px
}

.box_kol ._icon_8 {
    background-position: 0 -112px
}

.box_kol ._icon_9 {
    background-position: 0 -128px
}

.box_kol ._icon_10 {
    background-position: 0 -144px
}

.box_kol ._icon_11 {
    background-position: 0 -160px
}

.box_agency_operation {
    padding: 60px 0 70px;
    background: #fafafa
}

.box_agency_operation ._row {
    display: flex;
    margin: 40px 0 0 -30px
}

.box_agency_operation ._col {
    flex: 1;
    padding-left: 30px
}

.box_agency_operation ._item {
    padding: 49px;
    text-align: center;
    background: no-repeat center;
    background-size: 100% 100%;
    border-radius: 12px;
    transition: .3s
}

.box_agency_operation ._item:hover {
    background-size: 105% 105%
}

.box_agency_operation ._item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px
}

.box_agency_operation ._item ul {
    display: inline-block;
    list-style: disc;
    text-align: left;
    margin-left: 10px
}

.box_agency_operation ._item ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    margin-top: 14px
}

.box_agency_operation_package {
    padding: 0 0 60px;
    background: #fafafa
}

.box_agency_operation_package ._row {
    display: flex;
    margin: 40px 0 0 -30px
}

.box_agency_operation_package ._col {
    flex: 1;
    padding-left: 30px
}

.box_agency_operation_package ._col:nth-child(1) {
    width: 500px
}

.box_agency_operation_package ._item {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12)
}

.box_agency_operation_package ._item_title {
    position: relative;
    z-index: 1;
    color: #fff;
    background: linear-gradient(313deg, #1f1d32 0%, #7b76a2 100%);
    border-radius: 12px 12px 0 0;
    font-size: 24px;
    font-weight: 700;
    padding: 32px 0;
    text-align: center
}

.box_agency_operation_package ._item_title:after {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(291deg, rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, .04) 55%, rgba(255, 255, 255, .06) 100%);
    transform: skew(297deg, 0);
    transform-origin: left bottom
}

.box_agency_operation_package ._item_list {
    display: flex;
    height: 250px
}

.box_agency_operation_package ._item_list dl {
    flex: 1;
    border-right: 1px solid #ededed;
    text-align: center;
    padding: 24px
}

.box_agency_operation_package ._item_list dl:last-child {
    border: 0
}

.box_agency_operation_package ._item_list dd {
    font-size: 14px;
    margin-bottom: 14px
}

.box_service_scope {
    padding: 60px 0
}

.box_service_scope img {
    transition: .3s
}

.box_service_scope img:hover {
    transform: translateY(-6px)
}

.box_video_shooting {
    padding: 60px 0;
    background: #fafafa
}

.box_video_shooting ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 0 0 -25px
}

.box_video_shooting ._col {
    width: 25%;
    padding: 25px 0 0 25px
}

.box_video_shooting ._item {
    padding: 50px;
    text-align: center;
    background: no-repeat center;
    background-size: 100% 100%;
    border-radius: 12px;
    transition: .3s
}

.box_video_shooting ._item:hover {
    background-size: 105% 105%
}

.box_video_shooting ._item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.box_video_shooting ._item h3:before {
    content: "";
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 16px auto
}

.box_video_shooting ._icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../images/7-icon.png)
}

.box_video_shooting ._icon_2 {
    background-position: 0 -40px
}

.box_video_shooting ._icon_3 {
    background-position: 0 -80px
}

.box_video_shooting ._icon_4 {
    background-position: 0 -120px
}

.box_video_shooting ._icon_5 {
    background-position: 0 -160px
}

.box_video_shooting ._icon_6 {
    background-position: 0 -200px
}

.box_video_shooting ._icon_7 {
    background-position: 0 -240px
}

.box_video_shooting ._icon_8 {
    background-position: 0 -280px
}

.box_shooting_case {
    padding: 60px 0
}

.box_shooting_case ._row {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.box_shooting_case ._col {
    width: 380px
}

.box_shooting_case ._col img {
    border-radius: 12px
}

.box_shooting_case ._col:last-child {
    width: calc(100% - 410px)
}

.box_shooting_case .swiper-pagination {
    --swiper-pagination-color: var(--ymt-main-color);
    --swiper-pagination-bullet-inactive-color: #D8D8D8;
    --swiper-pagination-bullet-inactive-opacity: 1;
    position: static;
    margin-top: 8px
}

.box_service_process {
    padding: 60px 0;
    background: no-repeat center;
    background-size: cover
}

.box_service_process ._list {
    display: flex;
    margin: 60px 0 0
}

.box_service_process ._list li {
    flex: 1;
    text-align: center
}

.box_service_process ._list h3 {
    font-size: 18px;
    color: #333;
    margin: 20px 0 0;
    font-weight: 700
}

.box_service_process ._dot {
    display: inline-block;
    width: 128px;
    height: 12px;
    background: url(/static/index/img/pc2/category/cover/brand_design/service-process-dot.png) no-repeat;
    margin-top: 38px
}

.box_service_process ._icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    background: url(../images/service-process-icon.png) no-repeat
}

.box_service_process ._icon_2 {
    background-position: 0 -86px
}

.box_service_process ._icon_3 {
    background-position: 0 -172px
}

.box_service_process ._icon_4 {
    background-position: 0 -258px
}

.box_service_process ._icon_5 {
    background-position: 0 -344px
}