.banner {
    position: relative;
}

.banner .w1440 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.banner .txt {
    color: #fff;
}

.banner .txt p {
    font-family: 'Heavy';
    letter-spacing: 1px;
}

.banner .txt span {
    font-family: 'Regular';
    letter-spacing: 1em;
}

/* banner结束 */
.kw {
    padding: 5vw 0 0vw;
}

.kw_mine .kw_top {
    font-weight: bold;
    font-family: 'Bold';
    color: #333;
    border-left: 6px solid #792696;
    padding-left: 15px;
    line-height: 1.1;
    margin-bottom: 5vw;
}

.kw_bottom {
    display: flex;
    width: 100%;
}

.kw_bottom .minekw_left {
    width: 21%;
}

.kw_bottom .minekw_right {
    width: 79%;
}

.kw_bottom .minekw_right {
    padding-left: 5vw;
}

.minekw_left .left2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Medium";
    padding: 7px 0;
    width: 130px;
    cursor: pointer;
    margin: 2vw auto 0;
    color: #222222;
    border: solid 1px #e5e5e5;
    transition: all 0.6s;

}

.minekw_left .left2 img {
    filter: grayscale(1) brightness(0);
    transition: all 0.3s;
}

.minekw_left .left2:hover {
    color: #ffffff;
    background-color: #792696;
    border: solid 1px #792696;
    transition: all 0.3s;
}

.minekw_left .left2:hover img {
    filter: grayscale(1) brightness(13.5);
}

.minekw_left .left2 img {
    width: 18px;
    margin-right: 10px;

}

.e_container-5 .cbox-5-2 {
    border: solid 1px #e5e5e5;
    padding: 10px 25px;
    transition: all 0.6s;
}

.e_container-5 .cbox-5-2 a {
    display: flex;
    align-items: center;
}

.e_container-5 .cbox-5-2 a img {
    width: 18px;
    height: 20px;
    object-fit: contain;
    margin-right: 8px;
    transition: all 0.3s;
}

.e_container-5 .cbox-5-2 a span {
    color: #222222;
}

.minekw_right .e_container {
    color: #222222;
    margin-bottom: 3vw;
    font-family: "Bold";
}

.minekw_right .e_container-5 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    font-family: "Medium";
}

.minekw_right .e_container-5:hover .cbox-5-0 .e_text-6 {
    color: #792696;
}

.e_container-5 .cbox-5-2:hover {
    background-color: #792696;
    border: solid 1px #792696;
}

.e_container-5 .cbox-5-2:hover span {
    color: #ffffff;
}

.e_container-5 .cbox-5-2:hover a img {
    filter: grayscale(1) brightness(13.5);
}



.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
}

.popup .pop_layer {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.23);
}

.popup .pop_ctn {
    max-width: 1200px;
    width: 100%;
    margin: 0 20px;
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
}

.popup .pop_ctn .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #7b1087;
}

.popup .pop_ctn .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0, 0, 0, 0.1);
}

.popup .pop_ctn .title {
    position: relative;
    width: 100%;
    background: url(../img/team_bg2.jpg) no-repeat center center;
    background-size: cover;
}

.popup .pop_ctn .title p {
    width: 100%;
    text-align: center;
    padding: 4% 0;
    font-family: 'Bold';
    color: #fff;
}

.popup .pop_ctn .title .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.popup .pop_ctn .title .close:hover svg {
    transform: rotate(180deg);
}

.popup .pop_ctn .title svg {
    width: 20px;
    height: 20px;
    transition: all 0.5s;
}

.popup .pop_ctn .group_box {
    padding: 3% 6%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Medium';
}

.popup .pop_ctn .group_box input,
.popup .pop_ctn .group_box select {
    height: 40px;
    line-height: 40px;
    background: #fafafa;
    padding: 0 20px;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
    margin-top: 5px;
}

.popup .pop_ctn .group_box select {
    background: url(../img/arr.png) #fafafa no-repeat 97% center;
    background-size: 17px 12px;
}

.popup .pop_ctn .group_box .input-group {
    width: 48%;
    margin-bottom: 1.5%;
}

.popup .pop_ctn .group_box .input-group p {
    color: #222;
}

.popup .pop_ctn .group_box .input-group p span {
    color: #792696;
}

.popup .pop_ctn .group_box .input-group .captcha {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.popup .pop_ctn .group_box .input-group .captcha input {
    width: calc(100% - 130px);
    margin-top: 0px;
}

.popup .pop_ctn .group_box .select-group {
    width: 100%;
    margin-bottom: 1.5%;
}

.popup .pop_ctn .group_box .textarea-group {
    width: 100%;
}

.popup .pop_ctn .group_box .textarea-group textarea {
    margin-top: 5px;
    outline: none;
    width: 100%;
    padding: 1% 2%;
    border: 0;
    background: #fafafa;
    line-height: 1.7;
}

.popup .pop_ctn .btn {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2%;
}

.popup .pop_ctn .btn button {
    display: inline-block;
    background: #7b1087;
    color: #fff;
    padding: 1% 7%;
}

.popup.on .pop_ctn {
    transform: translateY(0);
    opacity: 1;
}


@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {
    .minekw_left .left2 img {

        width: 15px;
    }

    .e_container-5 .cbox-5-2 a img {
        width: 15px;
    }
}

/* 150 */
@media screen and (max-width: 998px) {}

@media screen and (max-width: 768px) {

    .kw_bottom {
        flex-wrap: wrap;
    }

    .kw_bottom .minekw_left {
        margin-bottom: 5vw;
        width: 100%;
    }

    .kw_bottom .minekw_right {
        padding-left: 0vw;
        margin-bottom: 5vw;
    }

    .minekw_right .e_container-5 {
        flex-wrap: wrap;
    }

    .kw_bottom .minekw_right {
        width: 100%;


    }

    .e_container-5 .cbox-5-2 {
        padding: 5px 15px;
        margin-top: 5vw;
    }

    .minekw_right .e_container-5 .cbox-5-0 {
        width: 100%;

    }
    
    .popup .pop_ctn .group_box .input-group {
        width: 100%;
    }

    .popup .pop_ctn .form-scroll {
        height: 400px;
    }

    .popup .pop_ctn .group_box {
        padding: 4% 0 4% 30px;
    }

    .popup .pop_ctn .group_box .input-group .captcha input {
        width: calc(100% - 100px);
    }

    .popup .pop_ctn .group_box .input-group .captcha canvas {
        width: 90px;
    }

    .popup .pop_ctn .btn button {
        padding: 2% 15%;
    }
}
