﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.cancel-padding-right {
    padding-right: 0;
}
.cancel-padding-left {
    padding-left: 0;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
    border-bottom: 1px solid #EEEEEE;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background: #262C3E;
    height: 120px;
}
    .footer .copy {
        display: flex;
        flex-flow: row;
        align-content: center;
        height: 80px;
        margin-top: 20px;
    }
    .footer .fttb {
        border: 0;
        padding: 0;
        height: 100%;
        width: 100%;
        color: rgba(255, 255, 255, 0.75);
        vertical-align:middle;
        font-size:12px;
        text-align:center;
        line-height: 200%;
    }

.footer-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .footer-nav a {
        margin-right: 20px;
        color: #fff;
        opacity:0.75;
    }

        .footer-nav a:last-child {
            margin-right: 0;
        }

.split {
    width: 1px;
    border-left: 1px solid #FFF;
    height: 50px;
    opacity: 0.15;
}    

.top-high {
    margin-top: 10px;
    height: 72px;
}

.select-right {
    float: right;
    border: 2px solid #4B8AD9;
    margin: 29px 0;
}

.select-box {
    display: flex;
    width: 365px;
    padding: 0;
}

    .select-box select {
        font-family: syht;
        width: 88px;
        height: 36px;
        border: 0;
        outline: none;
        border-radius: 0;
        border-right: 1px solid #dddddd;
        font-size: 12px;
        background: #f9f9f9;
        padding-left: 5px;
    }

    .select-box .sc_select {
        height: 36px;
        border: 0;
        outline: none;
        border-radius: 0;
        font-size: 12px;
        font-family: syht;
        flex-grow: 1;
        padding: 0 4px 0 4px;
    }

.select-right .btn-default {
    text-shadow: none;
    width: 80px;
    height: 36px;
    font-family: syht;
    border: 0;
    outline: none;
    border-radius: 0;
    background: #4B8AD9;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.logo-pic {
    height: 72px;
    border: 0;
}

.wechat-info {
    display: flex;
    flex-direction: row;
    justify-content:flex-end;
    align-items:center;
}
    .wechat-info .footer-qrcode {
        width: 66px;
        margin-left: 40px;
    }
        .wechat-info .footer-qrcode .qrcode-img {
            width: 66px;
            height: 66px;
            background: #fff;
        }
            .wechat-info .footer-qrcode .qrcode-img img {
                width: 100%;
                height: 100%;
            }
        .wechat-info .footer-qrcode .img-name {
            text-align:center;
            opacity:0.75;
        }

.header_bottom {
    background: #FFFFFF;
}
.col-img img {
    margin: 18px 0;
}

/*天气盒子*/
.weather-box {
    float: right;
    margin: 10px 20px 0 0;
    justify-content: flex-end;
    font-family: 'Microsoft YaHei';
}

    .weather-box span {
        height: 100%;
        vertical-align: middle;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        display: inline-block;
        background: #4B8AD9;
        color: #FFFFFF;
        border-radius: 4px;
        font-size: 12px;
    }

    .weather-box img {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        display: initial !important;
    }

    .weather-box i {
        font-style: normal;
        height: 100%;
        font-size: 12px;
        vertical-align: middle;
        display: inline-block;
    }

        .weather-box i.clo_dy {
            transform: scale(0.9);
            display: inline-block;
            font-size: 12px;
        }

.tp-1 {
    margin-top: -1px;
}

.nav-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
    .nav-menu li {
        width: 120px;
        text-align: center;
        font-size: 16px;
        color: #333333;
        padding: 10px 0 0 0;
    }
        .nav-menu li:hover {
            border-top: 2px solid #000;
        }
    .nav-menu .active {
        border-top: 2px solid #000;
        font-weight: bold;
        color: #334C50;
    }
    .nav-menu li a {
        color: #333;
        font-family: 'Microsoft YaHei';
        font-size: 16px;
        text-decoration: none;
    }

.margin-body {
    margin-bottom:170px;
}