﻿﻿body {
    font-family: "Microsoft YaHei","Arial","黑体","宋体",sans-serif;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.BackToTop {
    display: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 50px;
}

@media (max-width: 767px) {
    .BackToTop {
        right: 10px;
    }

    .custom-header {
        background: none;
    }

    .container > .navbar-header {
        background-color: rgba(43, 42, 41, 0.3);
    }

    .navbar-default .navbar-collapse {
        background-color: rgba(43, 42, 41, 0.85);
        border: none;
    }

    .navbar-fixed-top .navbar-collapse {
        max-height: none;
    }
}

@media (max-width: 991px) {
    .custom-header-logo {
        width: 94px;
        height: 20px;
        /*background-image: url("/Content/Images/GW3.1/layout/logoxiao.png");*/
    }

    .navbar-toggle .icon-bar {
        width: 17px;
        height: 1px;
    }

    .navbar-toggle {
        margin-top: 12px;
        padding: 7px 10px;
    }
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d8d8d8;
}

/**底部*/
.menu_bottom {
    background-color: #373737;
}

.menu_bottom {
    color: #ffffff;
    /* height: 240px; */
    position: absolute;
    width: 100%;
}

.ewm {
    position: absolute;
    width: 0px;
    height: 0px;
    top: -110px;
    left: 50%;
    margin-left: -0px;
}

.menuhover .ewm {
    width: 128px;
    height: 128px;
    top: -110px;
    left: 50%;
    margin-left: -64px;
    border: 8px solid #4F4F4F;
}

.menuhover .ewm:before {
    position: absolute;
    bottom: -15px;
    right: 49px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-top: 7px solid #4F4F4F;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
    color: #4F4F4F;
}

.menuhover .ewm:after {
    position: absolute;
    bottom: -15px;
    right: 49px;
    display: inline-block !important;
    border-right: 6px solid transparent;
    border-top: 6px solid #4F4F4F;
    border-left: 6px solid transparent;
    content: '';
    color: #4F4F4F;
}

.menu_bottom .ewm img {
    width: 100%;
    height: 100%;
}

.menu_bottom a {
    color: #ffffff;
}

.wx_img img {
    width: 37px;
    height: 37px;
}

.wx_img {
    padding-bottom: 40px;
    padding-top: 35px;
}

.link-line {
    margin-bottom: 10px;
}

.mainBody {
    margin-top: 0px;
}

.main-img {
    background-color: #000000;
    overflow: hidden;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: auto 100%;*/
    background-size: cover;
}

.dropdown .img img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.dropdown .dropdown-toggle {
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 50px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #5c5c5c;
    color: #ffffff;
}

.dropdown-menu hr {
    margin: 5px 0;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
    cursor: pointer;
}

.dropdown-menu > li > a:hover {
    background-color: #46C0D8;
    color: #ffffff;
}

@media (min-width: 767px) {
    .navbar-right .dropdown-menu {
        right: 0px;
        left: auto;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 10px;
        border-radius: 5px;
    }
}

.dropdown-menu .divider {
    height: 1px;
    margin: 5px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

@media (max-width: 767px) {

    .dropdown-menu .divider {
        background-color: #585858;
    }
}

@media (min-width: 768px) {
    .BackToTop {
        right: 10px;
    }

    .navbar-nav > li > .dropdown-menu:before {
        position: absolute;
        top: -7px;
        right: 72px;
        display: inline-block !important;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    @media (min-width: 992px) {
        .BackToTop {
            right: 50px;
        }
    }

    .navbar-nav > li > .dropdown-menu:after {
        position: absolute;
        top: -6px;
        right: 73px;
        display: inline-block !important;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        content: '';
    }
}

@media (max-width: 767px) {

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #ffffff;
        background: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff !important;
    }
}

.navbar-default .navbar-toggle:focus {
    background-color: rgba(43, 42, 41, 0.85);
}

.button-red {
    background-color: #ef4b3a;
    width: 160px;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.button-green {
    background-color: #6FBA2C;
    width: 160px;
    display: inline-block;
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 19px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 4px;
}

.button-green:hover, .button-green:active, .button-green:visited {
    text-decoration: none;
    color: #ffffff;
}

.button-red:hover, .button-red:active, .button-red:visited {
    text-decoration: none;
    color: #ffffff;
}

.no-marginbottom {
    margin-bottom: 0px;
}

/*红色钱标示符开始*/
.priceSpan-red {
    font-weight: bold;
    color: #e40000;
}

.price-red {
    font-weight: bold;
    color: #e40000;
    font-size: 20px;
}
/*红色钱标示符结束*/
.menu_bottom .link-line {
    margin-left: 0px;
    margin-right: 0px;
}

/*表格**/
.dropdown.dropup {
    display: inline-block;
}

.dropdown.dropup a {
    color: #888;
    padding: 5px 20px;
    text-align: center;
}

.pagination {
    margin: 5px;
}

.table-footer {
    margin-bottom: 10px;
}

.dropup .dropdown-menu {
    margin-top: 0;
    width: 212px;
    margin-left: -120px;
    padding: 0;
}

.dropup .dropdown-menu > li {
    display: block;
    float: left;
    width: 70px;
    border-right: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.dropup .dropdown-menu > .active > a {
    color: #ffffff;
    background-color: #00a6ca;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    background-color: #eee;
    color: #333 !important;
}

#BAIDU_DUP_fp_wrapper {
    display: none !important;
}

body > #BAIDU_DUP_fp_wrapper + div {
    display: none !important;
}

body > :first-child[style] {
    /*影响小能客服窗口，先注释掉*/
    /*display: none !important;*/
}

/*************************官网改版蓝色基调**************************/
.headButton .item02:nth-child(2) {
    border-right: 1px solid #06809b;
    width: 27%;
}

.headButton .item02:nth-child(3) {
    border-right: 1px solid #06809b;
    width: 18%;
}

.headButton .item02:nth-child(4) {
    border-right: 1px solid #06809b;
    width: 10%;
}

.headButton .item02:nth-child(5) {
    border-right: 1px solid #06809b;
    width: 20%;
}

.headButton .item02:nth-child(6) {
    border-right: 1px solid #06809b;
    width: 14%;
}

.headButton .item02 {
    background-color: #00a6ca;
    width: 27%;
}

.down-button button.and:hover {
    background-color: #00a6ca;
    border-color: #06809b;
}

.dow-clcbut button.and:hover {
    background-color: #06809b;
}

.dow-clcbut button.and {
    background-color: #00a6ca;
    border: none;
}

.div_station_content_title_kongxian {
    float: right;
    background-color: #21af1b;
    height: 18px;
    border-radius: 4px;
    text-align: center;
    line-height: 9px;
    color: #FFFFFF;
    font-size: 12px;
    margin-right: 5px;
    padding: 5px;
}

.div_station_content_type_man {
    color: #21af1b;
}

.li_city_content_select {
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 6px;
    background-color: #00a6ca;
    color: #FFFFFF;
    float: left;
    margin-right: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}

.li_area_content_select {
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 6px;
    background-color: #00a6ca;
    color: #FFFFFF;
    float: left;
    margin-right: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}

.li_type_content_select {
    border: 1px solid #e5e5e5;
    padding: 8px;
    border-radius: 6px;
    background-color: #00a6ca;
    color: #FFFFFF;
    float: left;
    margin-right: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}

.custom-header {
    /*background-color: rgba(43, 42, 41, 0.9);*/
    background: rgba(0, 0, 0, .8);
    border: none;
    /*height: 50px;*/
    margin-bottom: 0;
    font-size: 14px;
}

.custom-header-logo {
    margin: 15px 9px;
    width: 72px;
    height: 32px;
    padding: 0px;
    display: inline-block;
    /*background-image: url("../../img/Common/logo2_03.png");*/
    background-size: auto 100%;
}

.dropdown .img {
    width: 34px;
    height: 34px;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffff;
    overflow: hidden;
    vertical-align: top;
    margin-top: 0px;
    line-height: normal;
    margin-right: 14px;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    line-height: 40px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a.active:hover,
.navbar-default .navbar-nav > li > a.active:focus,
.router-link-exact-active {
    color: #00a6ca !important;
    background: none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.dropdown {
    line-height: 50px;
    margin-left: 15px;
}
.navbar .dropdown {
    line-height: 60px;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: -20px;
    }
}

@media (min-width: 768px) and (max-width: 970px) {
    .navbar-nav.navbar-right:last-child {
        margin-right: -57px;
    }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus {
        color: #ffffff;
        line-height: 15px;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: none;
        padding: 10px 15px;
        margin-top: 0;
        border-radius: 8px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: rgba(75, 75, 75, 0.85);
    }

    .navbar-nav {
        margin: 7.5px -15px 0 -15px;
    }

    .custom-header-logo {
        margin: 10px;
        width: 72px;
        height: 32px;
        padding: 0px;
        display: inline-block;
        /*background-image: url("../../img/Common/logo2_03.png");*/
        background-size: auto 100%;
    }

    .dropdown {
        line-height: 35px;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .custom-header {
        background-color: rgba(43, 42, 41, 0.3);
        border: none;
        height: 50px;
        margin-bottom: 0;
        font-size: 14px;
    }

    .dropdown .img {
        display: none;
    }

    .dropdown .dropdown-toggle {
        display: inline;
    }

    .personal-top {
        margin-top: 70px;
        height: 86px;
        /*background-image: url("/Content/Images/GW3.1/PersonalCenter/new/personalTop.png");*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
}

/*产品与服务*/
.selected {
    background-color: #00a6ca;
    color: #ffffff;
}

/*解决方案*/
.div_xuanzhong {
    background-color: #00a6ca;
    color: #FFFFFF;
}

/*意见反馈*/
.btn-feed-submit {
    width: 150px;
    height: 36px;
    margin-top: 20px;
    background-color: #46c0d8;
    color: #fff;
}

/*单桩接入*/
.btn-layout {
    background-color: #46c0d8;
    color: #fff;
    /*border-color: #06809b;*/
}

.btn-layout:hover, .btn-layout:focus, .btn-layout:active {
    background-color: #00a6ca;
    color: #fff;
    /*border-color: #06809b;*/
}

/*帮助*/
.datitle {
    color: #00a6ca;
    font-size: 60px;
}

.appxieyi {
    font-size: 22px;
    color: #00a6ca;
    text-align: center;
    padding-top: 50px;
    cursor: pointer;
}

.jytk_font {
    font-size: 22px;
    color: #00a6ca;
    cursor: pointer;
}

/*热门活动*/
.li_city_content.active {
    background-color: #00a6ca;
    color: #fff;
}

/*首页*/
.index-line5 {
    text-align: center;
    background-color: #00a6ca;
    color: #ffffff;
    /*background-image: url("../mainpage6_192.png");*/
    background-position: center;
    background-size: 288px auto;
    background-repeat: no-repeat;
}

/*个人中心*/
@media (min-width: 768px) {
    .personal-top {
        margin-top: 70px;
        height: 86px;
        /*background-image: url("/Content/Images/GW3.1/PersonalCenter/new/personalTop.png");*/
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: left;
    }
}

.tabline span {
    color: #43b1d2;
    font-size: 20px;
    padding-right: 3px;
}

.reitem .je .re-msg {
    color: #43b1d2;
    font-size: 18px;
}

.item-footer a {
    width: 100%;
    height: 100%;
    background-color: #46c0d8;
    display: block;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
}

.item-footer a:hover {
    background-color: #00a6ca;
    text-decoration: none;
}

.rightMsg span.color-green {
    color: #00a6ca;
    margin-right: 15px;
}

.personal-tabs li.active {
    border-bottom: 2px solid #00a6ca;
}

.panel-purple {
    border-bottom: 1px solid #edc35e;
}

.panel-green {
    border-bottom: 1px solid #66ccff;
}

.po-tab-01 {
    width: 28%;
    background-color: #ecf7f9;
    float: left;
}

.noDataPage .line {
    border-top: 3px solid #f1f8f9;
    border-bottom: 3px solid #f1f8f9;
    padding: 20px;
    text-align: center;
}

.tabline:hover {
    background-color: #f5f5f6;
}

/*.po-tab-01:hover {
    background-color: #e8f0f2;
}*/
.more:hover {
    color: #00a6ca;
}

.reitem:hover {
    background-color: #f5f5f6;
}

.tabheader {
    background-color: #ecf7f9;
}

.table > tbody > tr:hover {
    background-color: #f5f5f6;
}

.tabmo {
    color: #43b1d2;
    font-size: 20px;
}

.color-green {
    color: #43b1d2;
}

.bctable tbody tr:hover {
    background-color: #f5f5f6;
    cursor: pointer;
}

/*充电网络*/
.div_main_list {
    position: absolute;
    top: 50px;
    left: 0px;
    overflow: hidden;
    float: left;
}

/*公共弹出框样式*/
@media (min-width: 768px) {
    #infoModal {
        top: 150px;
    }
}

@media (max-width: 767px) {
    #infoModal {
        top: 100px;
    }
}

/*公共按钮样式*/

/*************************官网改版蓝色基调**************************/

/*时间控件样式被冲问题 start*/
.datepicker th.has-switch {
    display: table-cell !important;
}

.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #006dcc !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#006dcc), to(#006dcc)) !important;
}

/*时间控件样式被冲问题 end*/
