.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: #888;
    margin: 10px 0 0
}

.mod_links h6 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px
}

.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_issue {
    background: #fafafa
}

.box_issue ._list {
    padding-right: 50px
}

.box_issue ._list li {
    font-size: 18px;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 40px;
    padding: 10px 20px;
    transition: .3s
}

.box_issue ._list li:hover {
    box-shadow: 0 6px 20px rgba(230, 33, 42, .1)
}

.box_issue ._list li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e6212a;
    color: #fff;
    font: inherit;
    margin-right: 20px
}

.box_issue ._pic img {
    border-radius: 20px
}

.box_issue,
.box_method {
    padding: 60px 0
}

.box_case ._list img,
.box_method ._item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transition: .3s
}

.box_method ._item {
    text-align: center;
    padding: 20px;
    border-radius: 12px
}

.box_case ._list img:hover,
.box_method ._item:hover,
.box_why ._item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 20px rgba(230, 33, 42, .1)
}

.box_method ._item h3 {
    margin: 14px 0;
    font-size: 24px;
    font-weight: 700
}

.box_method ._item p {
    color: #666;
    margin: 0
}

.box_case {
    background: #fafafa
}

.box_case ._list img {
    border-radius: 10px
}

.box_case,
.box_why {
    padding: 60px 0
}

.box_why ._pic {
    margin-right: 40px
}

.box_why ._item,
.box_why ._pic img {
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.box_why ._item {
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    transition: .3s
}

.box_why ._item p {
    margin: 10px 0 0
}

.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: 94px;
    height: 12px;
    background: url(/static/index/img/pc2/category/cover/media_resources/service-process-dot.png) no-repeat;
    margin-top: 38px
}

.box_service_process ._icon {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(/static/index/img/pc2/page/mp_keyword_ranking/icon-service-process.png) no-repeat
}

.box_service_process ._icon_2 {
    background-position: 0 -80px
}

.box_service_process ._icon_3 {
    background-position: 0 -160px
}

.box_service_process ._icon_4 {
    background-position: 0 -240px
}

.box_service_process ._icon_5 {
    background-position: 0 -320px
}