/* CSS Document */
.m-tab-active ul {
    display: inline-block;
    text-align: center;
    margin-bottom: -5px;
}

.m-tab-active li {
    float: left;
    line-height: 50px;
    padding: 0px 15px;
    background: #e2e2e2;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    transition: all 300ms ease;
}

.m-tab-active li.current,
.m-tab-active li:hover {
    background: #02bb48;
    /* color: #fff; */
}

/*头部*/
.m-tab-con-item .m-tab-hd {
    line-height: 45px;
    padding: 0px 10px;
    font-size: 18px;
    color: #000;
    background: #f0f0f0;
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    overflow: hidden;
}

.m-tab-con-item .m-tab-hd:before {
    background: #ccc;
    display: block;
    content: "";
    height: 1px;
    -webkit-transform: scale(1, .5);
    transform: scale(1, .5);
    margin-left: -10px;
    margin-right: -10px;
}

.m-tab-con-item .m-tab-hd img {
    margin-left: -5px;
    float: left;
}

.m-tab-con-item .m-tab-bd {
    display: none;
}

.m-tab-con-item .m-tab-bd01 {
    display: block;
}

.m-tab-con-item h2.m-tab-hd:after {
    position: absolute;
    right: 0px;
    top: 0px;
    font-family: "iconfont" !important;
    content: "\e601";
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 45px;
}

@media screen and (max-width:640px) {
    .m-tab-con-item .phone_js {
        display: none;
        border-top: 1px solid #ccc;
    }

    .phone_js .row-hd {
        padding: 10px 20px;
    }

    .m-tab-con-item .m-tab-bd:before {
        background: #ccc;
        display: block;
        content: "";
        height: 1px;
        -webkit-transform: scale(1, .5);
        transform: scale(1, .5);
        margin-left: -10px;
        margin-right: -10px;
    }

    .m-tab-con-item:last-child:after {
        background: #ccc;
        display: block;
        content: "";
        height: 1px;
        -webkit-transform: scale(1, .5);
        transform: scale(1, .5);
        margin-left: -10px;
        margin-right: -10px;
    }
}