@charset "utf-8";

/* 快捷入口（复刻 kj/bkzx：夏令营 / 导师风采） */
.home-bkzx {
    margin: .5rem 0 .0rem;}

.home-bkzx__inner {
    background: #fff;
    box-shadow: 0 0 10px #a1a1a1;
    padding: .3rem .3rem .35rem;
    border-radius: 4px;}

.home-bkzx__btns {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -.1rem;}

.home-bkzx__col {
    width: 33.333%;
    flex: 0 0 33.333%;
    padding: 0 .1rem;
    box-sizing: border-box;}

.home-bkzx__btn {
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;}

.home-bkzx__btn--1 {
    background-image: url(../images/zx-img01.jpg);}

.home-bkzx__btn--2 {
    background-image: url(../images/zx-img02.jpg);}

.home-bkzx__btn--3 {
    background-image: url(../images/zx-img03.jpg);}

.home-bkzx__btn2 {
    text-align: center;
    padding: .62rem 0;
    transition: background .5s;
    -webkit-transition: background .5s;}

.home-bkzx__btn--1 .home-bkzx__btn2 {
    background: rgba(21, 66, 147, .5);}

.home-bkzx__btn--2 .home-bkzx__btn2 {
    background: rgba(217, 67, 43, .5);}

.home-bkzx__btn--3 .home-bkzx__btn2 {
    background: rgba(21, 66, 147, .5);}
.home-bkzx__btn--1 .home-bkzx__btn2:hover,
.home-bkzx__btn--1.is-hover .home-bkzx__btn2 {
    background: rgba(21, 66, 147, .8);}
.home-bkzx__btn--3 .home-bkzx__btn2:hover,
.home-bkzx__btn--3.is-hover .home-bkzx__btn2 {
    background: rgba(21, 66, 147, .8);}
.home-bkzx__btn--2 .home-bkzx__btn2:hover,
.home-bkzx__btn--2.is-hover .home-bkzx__btn2 {
    background: rgba(217, 67, 43, .8);}

.home-bkzx__btn2 span {
    display: block;}

.home-bkzx__img {
    height: .64rem;
    line-height: .64rem;}

.home-bkzx__img img {
    height: .64rem;
    width: auto;
    vertical-align: middle;
    transition: transform .35s ease;}

.home-bkzx__btn2:hover .home-bkzx__img img,
.home-bkzx__btn.is-hover .home-bkzx__img img {
    transform: scale(1.08);}

.home-bkzx__title a {
    display: inline-block;
    line-height: .56rem;
    font-size: .24rem;
    color: #fff;
    text-decoration: none;}

.home-bkzx__title a:hover {
    color: #fff;}

@media (max-width: 1199px) {
    .home-bkzx__btn2 {
        padding: 45px 0;}

    .home-bkzx__img {
        height: 56px;
        line-height: 56px;}

    .home-bkzx__img img {
        height: 42px;}

    .home-bkzx__title a {
        line-height: 42px;
        font-size: 18px;}
}

@media (max-width: 767px) {
    .home-bkzx {
        margin: .35rem 0 .5rem;}

    .home-bkzx__inner {
        padding: 15px 12px;}

    .home-bkzx__btns {
        margin: 0 -6px;
        flex-wrap: nowrap;}

    .home-bkzx__col {
        width: 33.333%;
        flex: 0 0 33.333%;
        padding: 0 6px;}

    .home-bkzx__btn2 {
        padding: 15px 0;}

    .home-bkzx__img {
        height: 42px;
        line-height: 42px;}

    .home-bkzx__img img {
        height: 36px;}

    .home-bkzx__title a {
        line-height: 36px;
        font-size: 16px;}
}

@media (max-width: 480px) {
    .home-bkzx__btns {
        margin: 0;
        flex-wrap: wrap;}

    .home-bkzx__col {
        width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-bottom: 10px;}

    .home-bkzx__col:last-child {
        margin-bottom: 0;}
}
