.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_do,
.box_service {
    padding: 60px 0
}

.box_service ._list {
    display: flex;
    margin: 40px 0 0
}

.box_service ._list li {
    flex: 1;
    text-align: center
}

.box_service ._list li h3 {
    font-size: 18px;
    color: #333;
    margin: 0
}

.box_service ._list li h3:before {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background: #333;
    margin: 20px auto 28px
}

.box_service ._icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../images/1-icon.png)
}

.box_service ._icon_2 {
    background-position: 0 -60px
}

.box_service ._icon_3 {
    background-position: 0 -120px
}

.box_service ._icon_4 {
    background-position: 0 -180px
}

.box_service ._icon_5 {
    background-position: 0 -240px
}

.box_do {
    background: no-repeat center;
    background-size: cover
}

.box_do .mod_title {
    margin-bottom: 26px
}

.box_do ._title {
    position: relative;
    padding: 14px 0;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: var(--ymt-main-color);
    border-bottom: 1px solid #dedede
}

.box_do ._title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 180px;
    height: 2px;
    margin-left: -90px;
    background: var(--ymt-main-color)
}

.box_do ._table {
    max-width: 940px;
    margin: 40px auto 60px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px
}

.box_do ._table_title {
    display: flex;
    height: 70px;
    line-height: 70px;
    background: no-repeat center
}

.box_do ._table_title li {
    flex: 1;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

.box_do ._table_title li:nth-child(1) {
    max-width: 160px
}

.box_do ._table_title li:nth-child(2) {
    max-width: 360px
}

.box_do ._table_main {
    position: relative;
    padding: 10px 0
}

.box_do ._table_main:after,
.box_do ._table_main:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #e8e8e8
}

.box_do ._table_main:before {
    left: 160px
}

.box_do ._table_main:after {
    left: 520px
}

.box_do ._table_main ul {
    display: flex
}

.box_do ._table_main ul li {
    flex: 1;
    font-size: 14px;
    padding-left: 30px;
    height: 56px;
    display: flex;
    align-items: center
}

.box_do ._table_main ul li:nth-child(1) {
    padding-left: 0;
    justify-content: center;
    max-width: 160px;
    color: #333;
    font-size: 16px;
    font-weight: 700
}

.box_do ._table_main ul li:nth-child(2) {
    max-width: 360px;
    color: #666
}

.box_do ._table_main ul li:nth-child(2):before {
    background-position: 0 -16px
}

.box_do ._table_main ul li:nth-child(3) {
    color: #999
}

.box_do ._table_main ul li:nth-child(2):before,
.box_do ._table_main ul li:nth-child(3):before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/2-icon1.png);
    margin-right: 10px
}

.box_koc,
.box_play {
    padding: 60px 0
}

.box_play ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 16px 0 0 -24px
}

.box_play ._col {
    width: 33%;
    padding: 24px 0 0 24px;
    text-align: center;
}

.box_play ._item {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 10px 10px 20px;
    transition: .3s
}

.box_play ._item:hover {
    transform: translateY(-6px)
}

.box_play ._item h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin: 16px 0 0
}

.box_play ._link {
    text-align: center;
    margin-top: 60px
}

.box_play ._link a {
    color: var(--ymt-main-color);
    padding: 10px 30px;
    border: 1px solid var(--ymt-main-color)
}

.box_play ._link a:hover {
    background: var(--ymt-main-color);
    color: #fff
}

.box_koc {
    background: no-repeat center;
    background-size: cover
}

.box_koc ._row {
    display: flex;
    margin: 40px 0 0 -24px
}

.box_koc ._col {
    flex: 1;
    padding-left: 24px
}

.box_koc ._item {
    height: 100%;
    background: rgba(255, 255, 255, .4);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    padding: 50px 42px;
    text-align: center
}

.box_koc ._item h3,
.box_kol ._con h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.box_koc ._item h3:after {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 7px auto
}

.box_koc ._item p {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin: 0
}

.box_koc ._link {
    text-align: center;
    margin: 60px 0 0
}

.box_koc ._link a,
.box_kol ._con a,
.box_play ._link a,
.box_store_visit ._con a {
    display: inline-block;
    border-radius: 6px;
    font-size: 18px;
    transition: .3s
}

.box_koc ._link a {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 30px
}

.box_koc ._link a:hover {
    border-color: var(--ymt-main-color);
    background: var(--ymt-main-color)
}

.box_kol {
    padding: 60px 0 80px
}

.box_kol ._row {
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 12px;
    margin: 40px 0 0
}

.box_kol ._pic {
    width: 600px
}

.box_kol ._con {
    flex: 1;
    padding: 60px 46px 60px 86px
}

.box_kol ._con h3 {
    color: #333
}

.box_kol ._con h3:after,
.box_store_visit ._con h3:after {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: var(--ymt-main-color);
    border-radius: 4px;
    margin: 14px 0 20px
}

.box_kol ._con p,
.box_store_visit ._con p {
    font-size: 16px;
    color: #666;
    margin: 0 0 50px
}

.box_kol ._con a,
.box_store_visit ._con a {
    border: 1px solid var(--ymt-main-color);
    font-weight: 400;
    color: var(--ymt-main-color);
    padding: 8px 32px
}

.box_kol ._con a:hover,
.box_store_visit ._con a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_agency_operation {
    padding: 0 0 60px
}

.box_agency_operation ._row {
    display: flex;
    margin: 40px 0 0 -30px
}

.box_agency_operation ._col {
    flex: 1;
    padding-left: 30px
}

.box_agency_operation ._item {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: no-repeat center;
    background-size: 100% 100%;
    transition: .3s
}

.box_agency_operation ._item:hover {
    background-size: 105% 105%
}

.box_agency_operation ._item h3,
.box_store_visit ._con h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff
}

.box_agency_operation ._item ul {
    margin: 6px 0 0
}

.box_agency_operation ._item ul li {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    margin: 14px 0 0
}

.box_agency_operation ._item ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    margin-right: 10px
}

.box_store_visit {
    padding: 60px 0 0;
    background: #fafafa
}

.box_store_visit ._row {
    display: flex;
    padding: 0 70px
}

.box_store_visit ._con {
    flex: 1;
    padding: 100px 0 0
}

.box_store_visit ._con h3 {
    color: #333;
    margin: 0
}

.box_store_visit ._con h3:after {
    border-radius: 2px
}

.box_store_visit ._con p {
    max-width: 310px
}

.box_store_visit ._pic {
    width: 609px
}

.box_multi_channel {
    padding: 60px 0
}

.box_multi_channel ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0 -20px
}

.box_multi_channel ._col {
    width: 55%;
    padding: 20px 0 0 20px
}

.box_multi_channel ._col:nth-child(2),
.box_multi_channel ._col:nth-child(3) {
    width: 45%
}

.box_multi_channel ._item,
.box_service_process {
    background: no-repeat center;
    background-size: cover
}

.box_multi_channel ._item {
    border-radius: 12px;
    height: 238px;
    padding: 40px 34px
}

.box_multi_channel ._item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 0
}

.box_multi_channel ._item p {
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    margin: 18px 0 0
}

.box_service_process {
    padding: 60px 0
}

.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(../images/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
}