/*全局样式*/
/*导航条*/
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: #030406;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background-color: #d9d9d9;
    border-radius: 3px;
}

/*body*/
body {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif, "微软雅黑";
    color: white;
    background-color: #09080D;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

/*分享栏*/
.le-dd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #7E7659;
    display: flex;
}

.le-dd-box {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
}

.le-dd-box.active,
.le-dd-box:hover {
    background-color: #B0A47A;
}

.le-dd-button {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid #585138;
    border-right: 1px solid #585138;
    color: white;
    margin-top: 5px;
    position: relative;
}

.le-dd-button img {
    width: 20px;
    height: 20px;
    margin-right: 40%;
}

.le-dd-button p {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: right;
    padding-right: 25%;
}

.weixinbox {
    position: absolute;
    bottom: 41px;
    right: 0;
    width: auto;
    height: auto;
    display: none;
}

.weixinbox img {
    width: 100%;
    height: auto;
}

/*Modal 预约-1*/
#leModal .modal-dialog {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 300px;
}

#leModal .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 96%;
    height: 220px;
    margin: auto;
    border-radius: 0;
    text-align: left;
    background-color: #020203;
    color: #8b8472;
    padding: 0 5%;
    padding-bottom: 20px;
}

#leModal .modal-header {
    border: none;
    padding-bottom: 0;
    padding: 15px 5%;
}

#leModal .modal-header p {
    margin: 0;
    font-size: 16px;
}

#leModal .modal-header button {
    color: white;
    opacity: 0.8;
}

#leModal .modal-header button:hover {
    color: white;
    opacity: 0.7;
}

#leModal .modal-body {
    overflow: hidden;
    padding: 0;
}

#leModal .modal-body .col-lg-6 {
    height: 50px;
    line-height: 50px;
}

.line {
    width: 90%;
    height: 0;
    border-top: 1px solid black;
    border-bottom: 1px solid #8b8472;
    float: left;
    margin: 0 5%;
}

.form-p {
    clear: none;
    line-height: 30px;
    width: 90%;
    margin: 20px 5%;
    font-size: 16px;
}

.inputBox {
    width: 90%;
    margin: 10px 5%;
    overflow: hidden;
}

.inputBox p {
    float: left;
    width: 25%;
    margin: 0;
    line-height: 30px;
}

.inputBox input {
    float: left;
    width: 75%;
    border: 1px solid #8b8472;
    background-color: #1F1F1F;
    padding: 4px 10px;
    border-radius: 0;
}

.inputBox .verification {
    width: 34%;
    margin-left: 1%;
    padding: 0;
    border-radius: 0;
    background-color: #8B8472;
    color: white;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    cursor: pointer;
}

#leModal .modal-footer {
    text-align: center;
    border: none;
    position: absolute;
    bottom: 0;
    width: 90%;
    padding: 0;
    margin-bottom: 20px;
}

#leModal .modal-footer button {
    width: 90%;
    background-color: #319EF2;
    border: none;
    border-radius: 0;
    letter-spacing: 5px;
}

/*Modal 预约-2*/
#errModal .modal-dialog {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 300px;
}

#errModal .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 96%;
    height: 175px;
    margin: auto;
    border-radius: 0;
    text-align: left;
    padding: 0 5%;
    padding-bottom: 20px;
}

#errModal .modal-header {
    border-bottom: none;
}

#errModal .modal-body {
    width: 100%;
    overflow: hidden;
    padding: 0;
    text-align: center;
    font-weight: 600;
    color: #333333;
    min-height: 50px;
}

#errModal .modal-footer {
    border-top: none;
    text-align: center;
}

#errModal .btn-primary {
    width: 120px;
    height: 40px;
    border-radius: 0;
    background-color: #319EF2;
    border: none;
    margin-top: 10px;
}