.contact-container {
    /* height: 400px; */
    margin-top: 20px;
    display: flex;
    flex-direction: column;
}

.contact-info {
    display: flex;
    justify-content: space-between;
}

#mapBox {
    background: url("../images/hcmap.jpg");
}

.contact-box {
    /* height: 40px; */
    /* padding: 0 1px 0 0px; */
    /* background-color: red; */
    display: flex;
    align-items: center;
    /* justify-content: ; */
    border-right: 1px solid #ececec;
    width: 30%;
}

.map-wrp {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#map {
    width: 100%;
    height: 500px;
    margin: 30px 0;
}

.map-cover {
    width: 450px;
    padding: 40px 30px 40px 50px;
    background: rgba(33, 33, 33, .89);
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
}

    .map-cover .title {
        font-size: 30px;
        margin: 0 0 50px 0;
        text-align: left;
        padding-left: 11px;
        font-weight: bold;
    }

    .map-cover p.tts {
        color: #dfdfdf;
        padding-left: 18px;
        line-height: 30px;
    }

    .map-cover .text {
        text-align: left;
        margin: 20px 0;
        color: #fff;
        font-size: 18px;
    }

    .map-cover p.tts span {
        padding: 0px 5px;
    }


    .map-cover .text:last-child {
        margin: 40px 0 20px 0;
    }

.anchorBL {
    display: none;
}

.mapicon {
    display: inline-block;
    position: relative;
    left: -20px;
    top: 3px;
}

.address {
    width: 12px;
    height: 17px;
    background: url(../images/address.png);
}

.maphone {
    width: 15px;
    height: 15px;
    background: url(../images/phone-1.png);
}

.Email {
    width: 16px;
    height: 16px;
    background: url(../images/Email.png);
}

.WX {
    width: 19px;
    height: 16px;
    background: url(../images/mapwx.png);
}

.cover-wrp {
    width: 100%;
    /*height: 480px;*/
    background: rgba(98, 98, 98, .73);
    position: fixed;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 60;
    display: none;
}

    .cover-wrp .info-wrp {
        margin: 70px auto;
    }

        .cover-wrp .info-wrp .video-wrp {
            width: 90%;
            /*height: 480px;*/
            position: relative;
            padding: 20px auto;
            margin: 0 auto;
            text-align: center;
        }

.back {
    position: absolute;
    /*right: 14%;*/
    right: 9%;
    top: 3%;
    cursor: pointer;
    z-index: 500;
    width: 25px;
}

.cover-wrp .info-wrp .video-wrp video {
    /*position: relative;*/
    /*top:50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, 0%);*/
    width: 75%;
    margin: 0 auto;
}

.hehe img {
    width: 100%;
    /*height: 293px;*/
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, .6);
    z-index: 50;
}

.Actual {
    z-index: 51;
    position: relative;
}

.bg-grey .container {
    position: relative;
    z-index: 15px;
    top: 320px;
}

.salebox {
    margin-left: 6%;
}

    .salebox h3 {
        font-size: 18px;
        margin: 10px auto;
        font-weight: bold;
    }

    .salebox p {
    }

    .salebox span {
        padding-right: 30px;
        font-size: 16px;
    }

.contact-box:last-child {
    border: none;
}

.tel-icon {
}

    .tel-icon > span {
        display: inline-block;
        width: 60px;
        height: 60px;
        background-image: linear-gradient(to right bottom, #be3941, #e4360c);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 30px;
        flex: 1;
    }

    .tel-icon > i {
        width: 40px;
        height: 40px;
        font-size: 20px;
        color: #fff;
    }

.contact-p {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 20px;
    font-size: 18px;
}

    .contact-p span {
        font-size: 14px;
        word-break: break-all;
        color: #333;
    }

        .contact-p span em {
            display: block;
            font-size: 16px;
        }

.online {
    /* height: 400px; */
    background-color: #f5f5f5;
    padding: 40px 20px;
}

.online-title {
    text-align: left;
    line-height: 160px;
    letter-spacing: 1px;
    font-size: 36px;
    font-weight: bold;
    color: #333;
}


.online-text {
    color: #666;
    font-size: 16px;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .contact-form > input {
        width: 48%;
        margin-bottom: 20px;
        height: 50px;
    }

    .contact-form .info-dir {
        height: 200px;
    }

    .contact-form .set-btn {
        width: 100%;
        line-height: 80px;
        height: 80%;
        text-align: center;
        margin-top: 40px;
    }

.infobtn {
    background-color: #e7131f;
    color: #fff;
    padding: 10px 40px;
}

    .infobtn:hover {
        background-color: #e13a39;
    }

@media screen and (max-width: 640px) {

    .contact-info {
        display: block;
    }

    .tel-icon > span {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 26px;
        flex: 1;
        margin-left: 0px;
    }

    .contact-container {
        margin-top: 0px;
        display: flex;
        flex-direction: column;
    }

    .contact-box {
        height: auto;
        display: block;
        margin-bottom: 20px;
        border-right: none;
        width: 100%;
    }

        .contact-box p {
            display: inline-block;
        }



    .contact-p {
        flex: 4;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 0px;
        font-size: 14px;
        /* text-align: center; */
        margin-top: 10px;
        padding-left: 10px;
        width: 300px;
    }

        .contact-p span {
            font-size: 14px;
        }

            .contact-p span.tel {
                font-size: 14px;
            }

            .contact-p span em {
                font-size: 12px;
                color: #afaeae;
            }

    .online-title {
        line-height: 50px;
        font-size: 20px;
    }

    .online-text {
        color: #666;
        font-size: 14px;
        margin-bottom: 30px;
    }

    .map-cover {
        position: static;
        width:auto;
        transform:none;
        -webkit-transform:none;
    }
    #mapBox {
        background-position: 40% center;
    }
}

@media screen and (max-width:360px) {
    .contact-p {
        width: 295px;
    }
}
