﻿.v30-contact {
    position: fixed;
    right: 2px;
    top: 60%;
    transform: translateY(-50%);
    padding: 50px 0;
    height: 482px;
    box-sizing: border-box;
    z-index: 99;
}

.v30-contact-form.cur {
    width: 200px;
    opacity: 1;
}

.v30-contact .transition {
    transition-duration: .8s;
}

.v30-contact .v30-contact-title {
    background-color: rgba(32,176,159,.8);
    color: #fff;
    padding: 15px 20px 0;
    white-space: nowrap;
    position: relative;
}

    .v30-contact .v30-contact-title .cf-close {
        position: absolute;
        left: 166px;
        top: 0;
        padding: 10px;
    }

.v30-contact-item-block {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,.4);
    border: 1px solid #C40000;
    border-right: none;
    box-sizing: border-box;
}

    .v30-contact-item-block:nth-child(1) {
        top: 50px;
    }

    .v30-contact-item-block:nth-child(2) {
        top: 128px;
    }

    .v30-contact-item-block:nth-child(3) {
        top: 206px;
    }

    .v30-contact-item-block:nth-child(4) {
        top: 284px;
    }

    .v30-contact-item-block:nth-child(5) {
        top: 362px;
    }

.v30-contact-item {
    width: 100%;
    height: 100%;
}

.v30-contact-item-p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}

.v30-contact-item-in {
    height: 100%;
    display: none;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.v30-contact-item-in-p {
    color: #fff;
    text-align: center;
    line-height: 68px;
    height: 68px;
    white-space: nowrap;
}

.v30-contact-in.cur {
    width: 156px;
    background-color: transparent;
}

    .v30-contact-in.cur .v30-contact-item-in {
        width: 100%;
        display: block;
    }

    .v30-contact-in.cur .v30-contact-item {
        display: none;
    }

.v30-contact-in:before {
    content: "";
    background-color: rgba(196,0,0,.8);
    position: absolute;
    height: 100%;
    width: 0;
    transition: all .8s ease;
}

.v30-contact-in.cur:before {
    width: 100%;
}

.v30-contact-item-block.v30-contact-top {
    display: none;
    cursor: pointer;
    width: 46px;
    height: 46px;
    top: 480px;
}

    .v30-contact-item-block.v30-contact-top .v30-contact-item-p {
        font-size: 14px;
        margin-top: 0;
    }

.v30-contact-in.v30-contact-search.cur {
    border-left: none;
}

.v30-contact-form {
    position: absolute;
    width: 0;
    right: 156px;
    bottom: -1px;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
}

    .v30-contact-form .cf-form {
        background-color: rgba(32,176,159,.8);
        box-sizing: border-box;
        padding: 10px 20px 20px;
        border-bottom: 1px solid #C40000;
    }

    .v30-contact-form .cf-form-item {
        margin-bottom: 10px;
        font-size: 0;
        white-space: nowrap;
    }

        .v30-contact-form .cf-form-item:last-of-type {
            margin: 0;
        }

    .v30-contact-form input {
        padding: 0 8px;
        margin: 0;
        border: none;
        box-sizing: border-box;
        width: 160px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        display: inline-block;
        vertical-align: middle;
        background-color: #fff;
    }

    .v30-contact-form .verify {
        width: 86px;
        margin-right: 5px;
    }

    .v30-contact-form .submit {
        width: 160px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }

.v30-contact-qr-show {
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(32,176,159,.8);
    left: -160px;
    top: -91px;
}

.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.img-block {
    margin: 0 auto;
    display: block;
}

    .img-block img, .img-block svg {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
.hidden {
    visibility: hidden;
}

blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0;
}

.flex-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.flex-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.img-block {
    margin: 0 auto;
    display: block;
}

    .img-block img, .img-block svg {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.main-color {
    color: #C40000;
}
    a {
    text-decoration:none;}
 .cls-1 {fill: #fff;fill-rule: evenodd;}