.mod_title {
    --title-color: #333;
    --desc-color: #adadad
}

.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_profile {
    padding: 60px 0
}

.box_profile ._row {
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0
}

.box_profile ._col {
    text-align: center
}

.box_profile ._col h3 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin: 20px 0 0
}

.box_profile ._col h3:after {
    content: "";
    display: block;
    width: 16px;
    height: 4px;
    margin: 16px auto;
    background: #333
}

.box_profile ._col p {
    max-width: 160px;
    font-size: 12px;
    color: #666
}

.box_profile ._icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../images/icon-1.png)
}

.box_profile ._icon_2 {
    background-position: 0 -60px
}

.box_profile ._icon_3 {
    background-position: 0 -120px
}

.box_profile ._icon_4 {
    background-position: 0 -180px
}

.box_mp_profile {
    padding: 60px 0;
    background: #fafafa
}

.box_mp_profile ._wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
    background: no-repeat top center;
    min-height: 502px
}

.box_mp_profile ._left li,
.box_mp_profile ._right li {
    font-size: 16px;
    color: #333
}

.box_mp_profile ._left {
    padding-top: 142px
}

.box_mp_profile ._right {
    padding-top: 52px;
    text-align: right
}

.box_mp_resources {
    padding: 60px 0
}

.box_mp_resources ._row {
    display: flex;
    flex-wrap: wrap;
    margin: 8px 0 60px -32px
}

.box_mp_resources ._col {
    width: 25%;
    padding: 32px 0 0 32px
}

.box_mp_resources ._item {
    background: #fff;
    box-shadow: 0 0 14px rgba(0, 0, 0, .1);
    border-radius: 12px;
    text-align: center;
    padding: 24px 0;
    transition: .3s
}

.box_mp_resources ._item:hover {
    transform: translateY(-6px)
}

.box_mp_resources ._item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 16px 0 4px
}

.box_mp_resources ._item p {
    font-size: 12px;
    color: #9c9c9c;
    margin: 0
}

.box_mp_resources ._item ul {
    margin: 28px 0 30px;
    display: flex
}

.box_mp_resources ._item ul li {
    flex: 1;
    text-align: center;
    border-right: 1px solid #dedede
}

.box_mp_resources ._item ul li:last-child {
    border-right: 0
}

.box_mp_resources ._item ul li div {
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.box_mp_resources ._item ul li div:last-child {
    font-size: 12px;
    font-weight: 400;
    color: #999
}

.box_mp_resources ._item a,
.box_pyq_introduce ._content a {
    border-radius: 4px;
    border: 1px solid var(--ymt-main-color);
    font-size: 12px;
    color: var(--ymt-main-color);
    padding: 7px 40px;
    transition: .3s
}

.box_mp_resources ._item a:hover,
.box_pyq_introduce ._content a:hover,
.box_pyq_type ._content a:hover {
    color: #fff;
    background: var(--ymt-main-color)
}

.box_pyq_introduce {
    padding: 60px 0 0;
    background: #fafafa
}

.box_pyq_introduce ._row {
    display: flex;
    justify-content: space-between;
    padding: 40px 50px 0
}

.box_pyq_introduce ._content {
    max-width: 450px;
    padding: 80px 0 0
}

.box_pyq_introduce ._content h3,
.box_pyq_profile ._content h3,
.box_pyq_type ._content h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.box_pyq_introduce ._content h3:after,
.box_pyq_type ._content h3:after {
    content: "";
    display: block;
    width: 26px;
    height: 4px;
    background: var(--ymt-main-color);
    border-radius: 4px;
    margin: 24px 0
}

.box_pyq_introduce ._content p {
    font-size: 14px;
    color: #666
}

.box_pyq_introduce ._content a {
    display: inline-block;
    font-size: 18px;
    padding: 8px 32px;
    border-radius: 6px;
    margin: 30px 0 0
}

.box_pyq_type {
    padding: 60px 0
}

.box_pyq_type ._nav {
    display: flex;
    margin: 20px 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .06)
}

.box_pyq_type ._nav .container {
    display: flex
}

.box_pyq_type ._nav li {
    cursor: pointer;
    flex: 1;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: .3s
}

.box_pyq_type ._nav li:hover {
    color: var(--ymt-main-color)
}

.box_pyq_type ._nav li.active {
    color: var(--ymt-main-color);
    border-color: var(--ymt-main-color)
}

.box_pyq_type ._main {
    display: flex;
    align-items: center;
    padding: 40px 0 0
}

.box_pyq_type ._pic {
    width: 654px;
    min-height: 458px;
    text-align: right
}

.box_pyq_type ._content {
    padding: 0 0 0 100px
}

.box_pyq_type ._content h3:after {
    width: 24px;
    margin: 16px 0
}

.box_pyq_type ._content p {
    font-size: 14px;
    line-height: 1.8;
    color: #8d8d8d;
    max-width: 337px;
    margin: 0 0 50px
}

.box_pyq_profile ._content a,
.box_pyq_type ._content a {
    display: inline-block;
    border-radius: 4px;
    padding: 8px 32px;
    transition: .3s
}

.box_pyq_type ._content a {
    color: var(--ymt-main-color);
    border: 1px solid var(--ymt-main-color);
    font-size: 14px
}

.box_pyq_profile {
    padding: 60px 0 80px;
    background: no-repeat center;
    background-size: cover
}

.box_pyq_profile .mod_title {
    --title-color: #fff;
    --desc-color: rgba(255, 255, 255, .8)
}

.box_pyq_profile ._wrap {
    position: relative;
    display: flex;
    margin: 50px 0 0
}

.box_pyq_profile ._content,
.box_pyq_profile ._nav {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px)
}

.box_pyq_profile ._nav {
    width: 240px;
    background: rgba(33, 33, 33, .7);
    padding: 50px 20px 14px;
    border-radius: 12px 0 0 12px
}

.box_pyq_profile ._nav li {
    cursor: pointer;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 16px;
    padding: 0 40px;
    margin: 0 0 16px;
    transition: .3s
}

.box_pyq_profile ._nav li.active,
.box_pyq_profile ._nav li:hover {
    background: var(--ymt-main-color)
}

.box_pyq_profile ._content {
    flex: 1;
    background: rgba(0, 0, 0, .7);
    border-radius: 0 12px 12px 0;
    padding: 60px 370px 0 50px
}

.box_pyq_profile ._content h3 {
    color: #fff;
    margin: 0 0 16px
}

.box_pyq_profile ._content p {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin: 0
}

.box_pyq_profile ._content hr {
    margin: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .6)
}

.box_pyq_profile ._content li {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 20px;
    width: 50%;
}

.box_pyq_profile ._content li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    margin-right: 8px
}

.box_pyq_profile ._content ._bottom {
    overflow: hidden;
}
.box_pyq_profile ._content ._bottom li{
    width: 160px;
    background-color: #fff;
    border-radius: 5px;
    margin-right: 10px;
}
.box_pyq_profile ._content ._bottom li:before {
    display: none;
}

.box_pyq_profile ._content a {
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    margin: 40px 0 0
}

.box_pyq_profile ._content a:hover {
    border-color: var(--ymt-main-color);
    background: var(--ymt-main-color)
}

.box_pyq_profile ._pic {
    position: absolute;
    z-index: 1;
    top: -20px;
    right: 0
}

.box_video_introduce {
    padding: 60px 0 30px
}

.box_video_introduce ._main {
    display: flex;
    margin: 30px 0 0
}

.box_video_introduce ._pic {
    width: 348px
}

.box_video_introduce ._content {
    flex: 1;
    padding: 66px 0 0
}

.box_video_introduce ._content ul {
    display: flex;
    flex-wrap: wrap
}

.box_video_introduce ._content li {
    width: calc(50% - 80px);
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 80px 80px
}

.box_video_introduce ._content li h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0
}

.box_video_introduce ._content li p {
    font-size: 12px;
    color: #666;
    margin: 14px 0 0
}

.box_video_introduce ._icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../images/icon-21.png)
}

.box_video_introduce ._icon_2 {
    background-position: 0 -50px
}

.box_video_introduce ._icon_3 {
    background-position: 0 -100px
}

.box_video_introduce ._icon_4 {
    background-position: 0 -150px
}

.box_video_introduce ._icon_5 {
    background-position: 0 -200px
}

.box_video_profile {
    padding: 60px 0;
    background: #fafafa
}

.box_video_profile ._wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 30px 0;
    background: no-repeat top center;
    min-height: 560px
}

.box_video_profile ._left li,
.box_video_profile ._right li {
    font-size: 16px;
    color: #333
}

.box_video_profile ._left {
    padding-top: 72px
}

.box_video_profile ._right {
    padding-top: 135px;
    text-align: right
}

.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-image: url(../images/service-process-dot.png);
    margin-top: 38px
}

.box_service_process ._icon {
    display: inline-block;
    width: 86px;
    height: 86px;
    background-image: url(../images/icon-service-process.png)
}

.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
}