﻿.body{
    position: relative;
}
.b-body{
    width: 100%;
    background-repeat: no-repeat;
    background: url(../images/sbjt.png) top no-repeat,url(../images/xbjt.png) bottom no-repeat;
    background-size: contain;
    min-height: 100%;
    position: absolute;
    top: 0px;
}
.nucleus{
    width: 95%;
    margin: 0 auto;
    z-index: 999999999999;
    display: grid;
}
.titles{
    font-size: 15px;
    font-weight: bold;
    color: black;
    background-color: #76c9cf;
    width: auto;
    padding: 7px 15px 7px 15px;
    border-radius: 30px;
    margin: 0 auto;
    text-align: center;
    display: table;
    margin-top: 20px;
    letter-spacing: 2px;
}
.appointment{
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.6);
    border-radius: 15px;
    box-shadow: 6px -3px 6px 2px rgba(0,0,0,0.4);
    margin-top: 25px;
    padding-bottom: 23px;
    z-index: 9999;
}
.app-index{
    width: 90%;
    margin: 0 auto;
}
.ap-name{
    color: black;
    background-color: #fbc415;
    padding: 7px 22px 7px 22px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    margin-top: 15px;
    letter-spacing: 2px;
    font-size: 15px;
    margin-bottom: 15px;
}
.app-text{
    width: 100%;
}
.traffic-top h3{
    width: 100%;
    color: black;
    font-size: 16px;
    padding-bottom: 14px;
    padding-left: 10px;
    line-height: 25px;
    border-bottom: 1px dashed#bcbcbc;
    padding-top: 15px;
}
.add-msg-form .cf-column {
    padding-bottom: 8px;
    position: relative;
    width: 46%;
    float: left;
}
.add-msg-form input {
    box-sizing: border-box;
    padding: 0 9px;
    border: 1px solid #ddd;
    height: 33px;
    line-height: 40px;
    color: #444;
    width: 114%;
    margin-bottom: 0;
    float: left;
    border-radius: 10px;
}
.col-md-12 {
    width: 97% !important;
    border-radius: 10px;
}
.add-msg-form textarea {
    box-sizing: border-box;
    border: 1px solid #ddd;
    min-height: 100px;
    padding: 15px;
    color: #444;
    width: 100%;
    margin-bottom: 0;
    border-radius: 10px;
}
.clearfix{
    clear: both;
}
.submit-button{
    width: 45% !important;
    height: 37px !important;
    border-radius: 10px !important;
    background-color: #33a0a8;
    color: white !important;
    border: 0px !important;
    line-height: 37px !important;
    margin: 0 auto;
    text-align: center;
    float: unset !important;
    display: block;
}
.appoint{
    width: 100%;
    height: auto;
    background: rgba(255,255,255,0.6);
    border-radius: 15px;
    box-shadow: 6px -3px 6px 2px rgba(0,0,0,0.4);
    margin-top: 25px;
    padding-bottom: 23px;
    z-index: 9999;
    margin-bottom: 72px;
    display: none;
}
.noo-name {
    width: 95%;
    margin: 0 auto;
    text-align: center;
    padding-top: 12px;
    position: relative;
}
.noo-name img {
    width: 100%;
}
.noo-name h3 {
    font-size: 13px;
    text-align: left;
    position: absolute;
    top: 18px;
    left: 25px;
    color: white;
}
.imr-box{
    width: 90%;
    margin: 0 auto;
    height: 300px;
    overflow: hidden;
}
.scroll li{
    border-bottom: 1px dashed#bcbcbc;
}
.scroll li a{
    color: black;
}
.scr-top{
    width: 100%;
    display: inline-block;
}
.scr-top p{
    float: left;
    color: #33a0a8;
}
.scr-top span{
    float: left;
}
.scr-bottom{
    width: 100%;
    display: inline-block;
}
.scr-bottom p{
    float: left;
    color: #c10001;
}
.scr-bottom span{
    float: left;
    width: 90%;
}