﻿
html, body {
    width: 100%;
    height: 100%;
}

.vide-head-img {
    width: 100%;
    overflow: hidden;
    height: 500px;
    background-image: url('../../Images/MyImage/banner4.jpg');
    background-position: center;
    background-repeat: no-repeat;
    min-width: 1200px;
}

.vide-content {
    border-left: 1px solid #D2D2D2;
    overflow: hidden;
    margin-bottom: 500px;
}

.store-main {
    margin-left: 50px;
}

.vide-item-title {
    color: #424242;
    font-size: 20px;
    /*text-align: center;*/
    font-weight: bold;
    margin-top: 50px;
}

#addr {
    margin-top: 20px;
}

.store-head .layui-form-label {
    font-size: 18px;
    color: #A6A6A6;
    padding-left: 0px !important;
    text-align: left !important;
    width: auto !important;
}

.store-head .layui-input {
    border-color: #A3C8FF !important;
    font-size: 18px;
    color: #A6A6A6;
}

.store-map {
}

#container {
    height: 600px;
}

.amap-info-content {
    box-shadow: 0 1px 3px 0 rgba(114, 124, 245, .3);
    border-radius: 0.4rem;
}

.noStore {
    text-align: center;
}

    .noStore img {
        margin-top: 125px;
    }

    .noStore h3 {
        color: #424242;
        font-size: 30px;
        font-weight: bold;
        margin-top: 16px;
    }

    .noStore p {
        color: #A6A6A6;
        font-size: 18px;
        margin-top: 18px;
    }

.but-bg {
    background-color: #0066FF !important;
    line-height: 15px;
    font-size: 20px !important;
    line-height: 74px !important;
    height: 74px !important;
    width: 210px;
    margin-top: 70px;
}

