.siteinfo {
    padding: 0 20px;
    background-color: #1492ff;
    height: 35px;
    line-height: 35px;
}

.siteinfo .notice {
    float: left;
    padding-left: 28px;
    background: url(../img/icon-notice.png) no-repeat 0 center;
}

.siteinfo .userlogininfo {
    float: right;
    color: #fff;
}

.siteinfo .userlogininfo a {
    margin-left: 10px;
}

.siteinfo a {
    color: #fff;
}

.banner {
    margin-top: 10px;
}

.index-main {
    margin-top: 10px;
    padding: 20px 0;
    background-color: #fff;
}

.login-area {
    display: none;
    margin-top: 20px;
    text-align: center;
}

.login-area a {
    margin: 0 15px;
    padding: 8px 25px;
    display: inline-block;
    background-color: #fedb6f;
    color: #d9250b;
    font-size: 16px;
    border-radius: 5px;
}

.menu {
    margin-top: 20px;
    text-align: center;
}

.menu a {
    position: relative;
    margin: 0 20px;
    display: inline-block;
    padding-bottom: 20px;
}


.menu a:hover .img,
.menu a.active .img {
    background: url(../img/bg-menu.png) no-repeat 0 0;
    background-size: 310px auto;
}

.menu a.active .arrow {
    position: absolute;
    left: 50%;
    bottom: -8px;
    margin-left: -15px;
    width: 30px;
    height: 21px;
    background: url(../img/icon-arrow.png) no-repeat 0 0;
    z-index: 9;
}

.menu a .img {
    width: 155px;
    height: 123px;
    background: url(../img/bg-menu.png) no-repeat -155px 0;
    background-size: 310px auto;
}

.menu a i {
    margin-top: 28px;
    display: inline-block;
    width: 70px;
    height: 67px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    background-size: 210px auto;
}

.menu a.menu1 i {
    background-position: 0 0;
}

.menu a.menu2 i {
    background-position: 0 -72px;
}

.menu a.menu3 i {
    background-position: 0 -142px;
}

.menu a.menu4 i {
    background-image: url(../img/icon1.png);
    background-repeat: no-repeat;
    background-position: 10px 2px;
    background-size: 60px auto;
}

.menu a.menu5 i {
    background-image: url(../img/icon2.png);
    background-repeat: no-repeat;
    background-position: 0 7px;
    background-size: 68px auto;
}

.menu a .name {
    color: #666;
    font-size: 16px;
}

.menu a:hover .name {
    color: #1492ff;
}

.submenu-wrap {
    margin: 0 auto;
    overflow: hidden;
    width: 948px;
    height: 0;
    background-color: #fae0c7;
    background: url(../img/bg-submenu.png) 0 0 no-repeat;
}

.submenu .inner {
    width: 860px;
    margin: 0 auto;
}

.submenu .nodata {
    margin-top: 75px;
    font-size: 16px;
    text-align: center;
}

.submenu a {
    padding: 0 15px 10px;
    margin: 35px 50px 0;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.submenu .ordernum {
    float: right;
    margin-top: 18px;
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.6;
    width: 380px;
    height: 170px;
}

.submenu .ordernum .tit {
    float: left;
    margin-top: 30px;
    padding: 30px;
    font-size: 18px;
    height: 170px;
    color: #000;
    font-weight: bold;
    height: 170px;
}

.submenu .ordernum .cont {
    float: left;
    margin: 30px 0;
    padding: 0 30px;
    border-left: dashed 1px #ccc;
    height: 110px;
}

.submenu .ordernum .cont .total {
    margin-top: 5px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.submenu .ordernum .cont .s1 {
    margin-top: 25px;
    float: left;
    font-size: 14px;
}

.submenu .ordernum .cont .s2 {
    margin-top: 25px;
    float: right;
    font-size: 14px;
}

.submenu .ordernum .cont .num {
    color: #c96311;
    font-size: 22px;
}

.submenu a .img {
    width: 105px;
    height: 100px;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
}

.submenu .submenu1-1 .img {
    background-position: -100px 0;
}

.submenu .submenu1-2 .img,
.submenu .submenu2-3 .img {
    background-position: -200px 0;
}

.submenu .submenu2-1 .img {
    background-position: -100px -100px;
}

.submenu .submenu2-2 .img {
    background-position: -200px -100px;
}

.submenu a:hover {
    background-color: #fff;
    border-radius: 5px;
    opacity: 0.6;
    color: #1492ff;
}


.login-box {
    width: 660px;
}

.login-box .hd {
    height: 60px;
}

.login-box .hd a {
    float: left;
    margin-top: 10px;
    font-size: 16px;
    color: #e8dc7a;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 220px;
    border-radius: 8px 8px 0 0;
}

.login-box .hd a.active {
    margin-top: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.login-box .hd a.type-p {
    background-color: #bf2710;
}

.login-box .hd a.type-o {
    margin-left: 10px;
    background-color: #4c9836;
}

.login-box .bd {
    background-color: #ededeb;
    padding: 50px 60px;
    border-radius: 0 10px 10px 10px;
}

.login-box .getcode {
    border: solid 1px #dbdbd9;
    height: 34px;
    line-height: 34px;
    background-color: #fff;
    vertical-align: top;
    width: 95px;
}

.form-action {
    margin-top: 15px;
    text-align: center;
}


.station-box,
.yanshou-box {
    width: 500px;
    padding: 30px;
}

.station-box h3,
.yanshou-box h3 {
    font-weight: bold;
    font-size: 14px;
}

.station-box .form-action,
.yanshou-box .form-action {
    margin-top: 30px;
}


.dialog1 {
    padding: 30px;
}

.dialog1 .btns {
    margin-top: 25px;
    text-align: center;
}

.dialog1 .btns button {
    margin: 0 10px;
    border: 0;
    padding: 5px 25px;
    background-color: #1492ff;
    color: #fff;
    border-radius: 3px;
}

.dialog2 {
    padding: 30px;
}

.dialog2 h3 {
    font-weight: bold;
    font-size: 14px;
}

.dialog2 p {
    margin: 15px 0 15px;
    text-indent: 2em;
    color: #1492ff;
}

.form-action {
    text-align: center;
}

.btn-ok {
    border: 0;
    padding: 5px 25px;
    background-color: #1492ff;
    color: #fff;
    border-radius: 3px;
}

.form-control[readonly] {
    background-color: #efefef;
}

#stationMain,
#yanshouMain {
    background-color: #fff;
}

#stationMain .item,
#yanshouMain .item {
    margin-top: 15px;
    padding: 10px 10px 10px 50px;
    border: dashed 3px #ccc;
    cursor: pointer;
    background: url(../img/check1.png) no-repeat 10px center;
}

#stationMain .item .code,
#yanshouMain .item .code {
    font-weight: bold;
}

#stationMain .item .code span,
#yanshouMain .item .code span {
    margin-left: 10px;
    color: #999;
    font-weight: normal;
}

#stationMain .item .date,
#yanshouMain .item .date {
    margin-left: 10px;
    font-weight: normal;
    color: #999;
}

#stationMain .item .address,
#yanshouMain .item .address {
    color: #666;
}

#stationMain .item.checked,
#yanshouMain .item.checked {
    border: dashed 3px #1492ff;
    background: url(../img/check2.png) no-repeat 10px center;
}

.apply-result {
    margin-top: 10px;
    background-color: #fff;
}

.apply-result h3 {
    padding: 15px 15px 0 15px;
    font-size: 18px;
    font-weight: bold;
    color: #1492ff;
}

.apply-result .form-columns {
    padding: 20px;
}

.apply-result .form-box {
    padding: 0;
    border: solid 1px #d6cfc9;
}

.apply-result .left {
    float: left;
    padding: 20px;
    width: 640px;
}

.apply-result .left ul li {
    padding: 6px 0;
    font-size: 16px;
    width: 100%;
    float: left;
}

.apply-result .left ul li .tit {
    float: left;
    width: 110px;
    text-align: right;
    font-weight: bold;
}

.apply-result .left ul li .cont {
    float: right;
    width: 480px;
    color: #666;
}

.apply-result .right {
    float: right;
    width: 300px;
    text-align: center;
    font-size: 16px;
    border-left: solid 1px #d6cfc9;
}

.apply-result .right .tit {
    border-bottom: solid 1px #d6cfc9;
    padding: 10px 0;
    font-weight: bold;
}

.apply-result .right .status {
    padding: 35px 0;
}

.apply-result .right .status img {
    width: 180px;
}

.apply-result .nodata {
    font-size: 16px;
    padding: 20px;
}

.apply-result .action {
    margin: 20px 0;
    text-align: center;
}

.yanshou-box .btn-cancel,
.yanshou-box .btn-submit,
.station-box .btn-cancel,
.station-box .btn-submit {
    font-size: 14px;
    padding: 5px 25px;
}

.yanshou-box .btn-submit[:disabled],
.station-box .btn-submit[:disabled] {
    background-color: #eee;
}

.pagination>li.current>a {
    z-index: 2;
    color: #0e66c3;
    background-color: #eee;
    border-color: #ddd;
}

.btn-comment {
    margin-top: 10px;
    width: 100px;
    width: 100px;
    padding: 6px 0;
    background-color: #0e66c3;
    color: #fff;
    border: 0;
    border-radius: 5px;
}