.mod_links,
.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
}

.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_type {
    padding: 60px 0 0
}

.box_type ._menu {
    position: relative;
    margin-top: 30px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08)
}

.box_type ._menu li {
    cursor: pointer;
    flex: 1;
    font-size: 20px;
    color: #838383;
    text-align: center;
    padding: 10px 0;
    border-bottom: 4px solid transparent
}

.box_type ._menu li.active,
.box_type ._menu li:hover {
    color: var(--ymt-main-color)
}

.box_type ._menu li.active {
    border-bottom-color: var(--ymt-main-color)
}

.box_type ._main {
    background: #fafafa;
    padding: 60px 0
}

.box_type .swiper {
    --swiper-pagination-color: var(--ymt-main-color);
    width: 380px;
    margin: 0 80px 0 0
}

.box_type .swiper-pagination {
    position: static
}

.box_type .swiper-slide {
    padding: 20px
}

.box_type ._item {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-radius: 12px;
    padding: 28px 0 28px 30px;
    min-height: 370px
}

.box_type ._item h3 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 30px 16px 0;
    padding: 0 16px 16px;
    border-bottom: 1px solid #d8d8d8;
    line-height: 1.5
}

.box_type ._item h3:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: 24px;
    background: var(--ymt-main-color);
    border-radius: 4px
}

.box_type ._item h6 {
    font-size: 16px;
    color: #666;
    margin: 0;
    padding-bottom: 9px
}

.box_type ._item ul+h6 {
    margin-top: 20px
}

.box_type ._item ul li {
    font-size: 14px;
    color: #9e9e9e;
    margin-top: 9px
}

.box_type ._item ul li:before {
    display: inline-block;
    vertical-align: 3px;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--ymt-main-color);
    margin-right: 8px
}

.box_service {
    padding: 60px 0
}

.box_service ._row {
    display: flex;
    margin: 40px 0 0 -40px
}

.box_service ._col {
    width: 33.333%;
    padding-left: 40px
}

.box_service ._col:nth-child(2) ._item_header {
    background: linear-gradient(90deg, #84b8ff 0%, #1a6df6 100%)
}

.box_service ._col:nth-child(3) ._item_header {
    background: linear-gradient(90deg, #7f7ba7 0%, #1d1b30 100%)
}

.box_service ._item {
    display: flex;
    flex-direction: column;
    height: 440px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    transition: .3s
}

.box_service ._item:hover {
    transform: translateY(-6px)
}

.box_service ._item_header {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 110px;
    color: #fff;
    background: linear-gradient(90deg, #c8d5eb 0%, #8a9bb8 100%);
    border-radius: 12px 12px 0 0;
    overflow: hidden
}

.box_service ._item_header:after {
    content: "";
    position: absolute;
    left: 70px;
    bottom: -110px;
    z-index: -1;
    width: 165px;
    height: 332px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 26%, rgba(255, 255, 255, .06) 65%, rgba(255, 255, 255, .3) 100%);
    transform: rotate(45deg)
}

.box_service ._item_header h3 {
    font-size: 24px;
    margin: 0 0 6px
}

.box_service ._item_header p {
    font-size: 16px;
    margin: 0
}

.box_service ._item_main {
    flex: 1;
    padding: 26px 38px 28px;
    display: flex;
    flex-direction: column
}

.box_service ._item_main ul li {
    position: relative;
    margin-bottom: 16px;
    font-size: 14px;
    color: #666
}

.box_service ._item_main ul li:before {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    content: "";
    font-family: "iconfont2";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #71e895;
    color: #fff;
    font-size: 12px;
    margin-right: 10px
}

.box_service ._item_main ._price {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #333;
    margin: auto 0 24px;
    line-height: 1
}

.box_service ._item_main ._price small {
    font-size: 18px
}

.box_service ._item_main ._price span {
    font-size: 32px;
    font-weight: 700
}

.box_service ._item_main ._price del {
    font-size: 14px;
    margin-left: 8px;
    color: #666
}

.box_service ._item_main a,
.box_style ._content a {
    color: #fff;
    background: var(--ymt-main-color);
    box-shadow: 0 0 10px rgba(230, 33, 42, .15);
    border-radius: 4px;
    transition: .3s
}

.box_service ._item_main a {
    display: block;
    width: 160px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding: 8px
}

.box_service ._item_main a:hover,
.box_style ._content a:hover {
    background: var(--ymt-main-dark-color)
}

.box_service ._item_main_bottom {
    text-align: center
}

.box_style {
    background: #fafafa
}

.box_style ._main {
    position: relative;
    margin-top: 40px;
    min-height: 374px
}

.box_style ._content {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 680px;
    height: 250px;
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .14);
    border-radius: 14px;
    margin-top: -125px;
    padding: 55px
}

.box_style ._content:after,
.box_style ._content:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    background: url(/static/index/img/pc2/category/cover/wenan/icon-quotation.png) no-repeat
}

.box_style ._content:before {
    left: 30px;
    top: 30px
}

.box_style ._content:after {
    right: 30px;
    bottom: 110px;
    background-position: -24px 0
}

.box_style ._content p {
    margin: 0 0 50px
}

.box_style ._content a {
    padding: 8px 26px
}

.box_advantage,
.box_style {
    padding: 60px 0
}

.box_advantage ._main {
    margin-top: 40px
}

.box_advantage ._pic {
    width: 550px
}

.box_advantage ._info {
    flex: 1;
    margin-left: 40px
}

.box_advantage ._info h3 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 0 0 30px
}

.box_advantage ._info_tags li {
    position: relative;
    font-size: 16px;
    color: #666;
    margin-right: 40px
}

.box_advantage ._info_tags li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(/static/index/img/pc2/category/cover/wenan/icon-advantage.png) no-repeat;
    margin-right: 8px
}

.box_advantage ._info_tags li:nth-child(2):before {
    background-position: 0 -20px
}

.box_advantage ._info_tags li:nth-child(3):before {
    background-position: 0 -40px
}

.box_advantage ._info_detail {
    list-style: disc;
    margin: 24px 0 0 16px
}

.box_advantage ._info_detail li {
    font-size: 12px;
    color: #939393;
    margin-bottom: 8px
}

.box_advantage ._info_content {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d8d8d8;
    font-size: 14px;
    color: #666
}

.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-icon2.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
}