.nav_bar {
    background: #fff;
    color: #000;
    border-bottom: 1px solid #eee;
    font-size: 18px;
}
.wrapper{
    margin-top: 0;
}
.nubDiv input {
    /*width: 46%;*/
    height: 30px;
    /*padding: 0 5px;*/
    border: none;
    outline-style: none;
    font-size: 18px;
    letter-spacing: 1px;
    color: #323232;
    padding: 0;
    width: 45%;
}

.nubDiv .stopTime {
    margin-top: 7px;
    font-size: 12px;
    color: #969696;
    float: right;
}

.mainmenu:after {
    clear: both;
    content: " ";
    display: block;
}

.mainmenu {
    background: #fff;
    padding: 9px 0;
    margin-bottom: 10px;
    /*border: 1px solid #ccc;*/
    border-right: 0;
    border-left: 0;
    width: 100%;
    box-sizing: border-box;
}

.mainmenu dl, .mainmenu li {
    float: left;
    /*margin-left: 2.6%;*/
}

.mainmenu dl {
    width: 33%;
    text-align: center;
    /*border-right: 1px solid #ececec;*/
    margin-top: 0;
    margin-bottom: 0;
    color: #646464;
}

.mainmenu .line {
    float: left;
    margin-top: 22px;
    width: 1px;
    height: 30px;
    background: #dcdcdc;
}

.mainmenu dl:last-child {
    border-right: none;
}

.mainmenu li {
    /*width: 25%;*/
    width: 33.33%;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

.mainmenu dl dt {
    letter-spacing: 1px;
    font-size: 14px;
}

.mainmenu dl .color {
    color: #f17d00;
    font-size: 18px;
}

.mainmenu dl dd {
    margin: 0;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1;
}

.mainmenu li a {
    display: block;
    color: #FFF;
    text-align: center;
}

.mainmenu li a b {
    display: block;
    height: 35px;

}

.mainmenu li a img {
    width: 35px;
    height: 100%;
}

.mainmenu li a span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #646464;
}

.mainmenu:first-child {
    padding: 14px;
}

.mainmenu ul {
    display: inline-block;
    padding-top: 5px;
    width: 100%;
}

.mainmenu ul li:last-child {
    margin-bottom: 0;
}

.mainmenu ul li:nth-child(8) {
    margin-bottom: 0;
}

.mainmenu ul li:nth-child(7) {
    margin-bottom: 0;
}

.bg_bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 84px;
}

/*浮窗*/
.floating {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}

.floatingSon {
    width: 260px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -130px;
    margin-top: -180px;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.sonTop {
    background: url(../icons/float_bg1.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #fff;
    padding: 10px;
    height: 50%;
    box-sizing: border-box;
}

.sonTop h4 {
    text-align: center;
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    margin-top: 18px;
}

.sonBottom {
    padding: 10px;
    height: 50%;
    box-sizing: border-box;
    background: url(../icons/float_bg2.png) no-repeat center;
    background-size: 100% 100%;
}

.sonBottom .tips {
    margin: 0;
    line-height: 15px;
    font-size: 12px;
}

.sonBottom .inputD {
    width: 100%;
    height: 44px;
    background: #f5f5f5;
    margin-top: 15px;
    border: 1px solid #c8c8c8;
}

.sonBottom .checkInput {
    width: 64%;
    height: 100%;
    font-size: 16px;
    padding: 0;
    padding-left: 5px;
    background: #f5f5f5;
}

.sonBottom .getChecknumber {
    width: 33%;
    background: #f17d00;
    color: #fff;
    border-radius: 15px;
    height: 30px;
    letter-spacing: 1px;
}

.sonBottom .submitCheck1 {
    margin-bottom: 18px;
    background: #c8c8c8;
    color: #Fff;
    letter-spacing: 2px;
}

.sonBottom .submitCheck2 {
    background: #f17d00;
}
