@charset "UTF-8";

.m-cvs-f {
    z-index: -999;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #060D19;
}

.m-cvs-f-hid {
    display: none;
}

.m-cvs {
    width: 100%;
    height: 100%;
    background-color: #060D19;
}

.m-logo {
    width: 200px;
    height: auto;
}

.m-top-nav-link {
    padding-left: 40px;
    padding-right: 40px;
}

.m-carouse-btn {
    font-size: 18px;
}

.m-carouse-height {
    height: 350px;
}

.m-carouse-title {
    font-size: 30px;
}

.m-carouse-content {
    font-size: 18px;
}

.m-top-qrcode {
    width: 120px;
    height: auto;
}

.m-popover-body-1 {
    padding: 0px;
}

.m-popover-body-2 {
    padding: 2px 10px 2px 10px;
}

.m-figure-img-area {
    margin: 0px auto;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.m-font-size-12 {
    font-size: 12px;
}

.m-font-size-13 {
    font-size: 13px;
}

.m-csc-frame {
    z-index: 99;
    position: fixed;
    right: 0px;
    top: 80px;
    width: 90px;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.m-video-frame {
    z-index: 9999;
    position: fixed;
    right: 0px;
    bottom:5px;
    width: 300px;
    height: 204px;
    background-color: #FFF;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.m-video-frame .v-tt {
    width: 100%;
    height: 35px;
    background-color: #3f51b5;
}

.m-video-frame .v-tt .v-tt-l {
    float: left;
    width: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
}

.m-video-intro-btn {
    padding: 2px 6px 2px 6px;
    font-size: 12px;
}

.m-video-frame .v-tt .v-tt-c {
    float: left;
    width: 60%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;

}

.m-video-frame .v-tt .v-tt-r {
    float: right;
    width: 20%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    cursor: pointer;
}

.m-video-frame .v-ct {
    width: 100%;
    height: 169px;
}

.m-csc-title {
    width: 90px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    color: #FFF;
    background-color: #FCCE01;
}

.m-csc-tel-area {
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.m-csc-online-ask-area, .m-csc-fw-area {
    border-bottom: 1px solid #ccc;
}

.m-csc-qrcode {
    margin: 0px auto;
    width: 80px;
    height: auto;
}

.m-csc-qrcode-title {
    width: 90px;
    text-align: center;
}

.m-csc-close-btn {
    padding: 2px 6px 2px 6px;
    font-size: 12px;
}


@media only screen and (max-width: 768px) {

    .m-video-frame {
        z-index: 9999;
        position: absolute;

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        width: 300px;
        height: 208px;
        background-color: #FFF;
        border: 2px solid #ccc;
        text-align: center;
    }

    .m-logo {
        width: 180px;
        height: auto;
    }

    .m-top-nav-link {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }

    .m-carouse-btn {
        font-size: 14px;
        padding: 8px;
    }

    .m-carouse-height {
        height: 250px;
    }

    .m-carouse-title {
        font-size: 24px;
    }

    .m-carouse-content {
        font-size: 13px;
    }

    .m-col-title {
        font-size: 26px;
    }

    .m-col-lead {
        font-size: 14px;
    }
}