@charset "utf-8";

/*登录css*/
.login_pop {
    display: inline-block;
    margin-top: 200px;
    width: 0;
    padding: 15px 0;
    position: relative;
    background: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 #666;
    color: #757575;
    text-align: center;
    white-space: nowrap;
    overflow: hidden
}

.login_pop ._close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 18px;
    height: 18px;
    background: url("../img/close.png") no-repeat center;
    background-size: 100%;
    border-radius: 50%;
    cursor: pointer
}

.login_pop ._content h2 {
    line-height: 35px;
    font-size: 16px;
    font-weight: bold
}

.fleet_name {
    margin: 0 10px;
}

.login_pop ._content p {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
    margin-bottom: 25px;
    padding: 0 15px
}

.login_pop_ul {
    width: 2000px
}

.login_pop_ul>li {
    float: left;
    width: 352px;
    overflow: hidden;
    min-height: 200px
}

.login_pop_ul ul {
    border-top: 1px solid #c5c5c5
}

.login_pop_ul ul li {
    border-bottom: 1px solid #c5c5c5;
    height: 51px;
    padding: 0 15px;
    list-style: none;
    position: relative
}

.login_pop_ul ._title {
    position: absolute;
    white-space: nowrap;
    left: 15px;
    color: #666;
    top: 0;
    line-height: 50px;
    pointer-events: none;
    z-index: 0
}

.login_pop_ul ul li input {
    height: 50px;
    line-height: 50px;
    border: none;
    outline: none;
    padding-left: 80px;
    display: block;
    width: 100%;
    transition: padding-left 0.5s;
    -moz-transition: padding-left 0.5s;
    -webkit-transition: padding-left 0.5s;
    -o-transition: padding-left 0.5s;
}

.login_pop_ul ul li input:focus {
    padding-left: 0
}

.login_pop_ul ul li input:focus+._title {
    display: none
}

.login_pop_ul ul li.disabled {
    background-color: #EBEBE4
}

.login_pop_ul .submit {
    padding: 6px 16px;
    font-size: 14px;
    margin-top: 15px
}

.login_pop ._content.active {
    display: block
}

.login_pop .city-picker-span {
    border: none;
    padding-left: 80px;
    text-align: left
}

.login_pop .city-picker-dropdown {
    text-align: left
}

.login_pop .get_code {
    position: absolute;
    right: 6px;
    top: 10px;
    margin-top: 0
}

.login_code {
    position: absolute;
    right: 2px;
    top: 2px;
}

/*登录css结束*/
.header {
    background-color: #0dc2b3;
    height: 50px;
    overflow: hidden;
    padding-top: 0
}

.header_top_a {
    position: absolute;
    right: 0px;
    top: 12px;
    height: 26px;
    line-height: 26px;
    white-space: nowrap;
    color: #fff;
    font-size: 14px
}

.header_top_a li {
    display: inline-block;
    /*padding: 0 16px;*/
    cursor: pointer
}

.header_top_a li>.iconfont {
    padding: 0 6px;
    font-size: 22px;
    color: #ffffff;
}

.header_title_bg {
    position: absolute;
    width: 163px;
    height: 50px;
    left: -10px;
    top: 0;
    background: url("../img/logo.png") no-repeat left center;
    background-size: 80%;
}

.header_title {
    font-size: 30px;
    font-weight: blod;
    color: #fff;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    line-height: 30px;
}

.ul_header_nav {
    position: absolute;
    bottom: 0;
    left: 300px;
    white-space: normal
}

.ul_header_nav>li {
    padding: 4px 18px 4px 12px;
    font-size: 12px;
    background-color: #d6d6d6;
    color: #333;
    margin-left: 2px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
    position: relative
}

.ul_header_nav>li .iconfont {
    position: absolute;
    right: 2px;
    top: 5px;
    font-size: 16px;
    color: #999
}

.ul_header_nav>li .iconfont:hover {
    color: #333
}

.header_nav_wrap {
    position: absolute;
    right: 50px;
    bottom: 0
}

/**/
.ul_header_nav>li:hover {
    background-color: #fff;
}

/*一级菜单*/
.ul_header_nav>li.active {
    background-color: #fff
}

.second_nav_wrap>li:hover {
    background-color: #FFC43F;
    width: auto !important
}

/*二级菜单*/
.second_nav_wrap>li.active {
    background-color: #fff;
    color: #333;
    width: auto !important;
    animation: second_navbg 0.5s;
    -webkit-animation: second_navbg 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.right_mousedown_wrap li:hover {
    background-color: #ffb100;
    color: #fff
}

/*鼠标右键*/
.second_nav_wrap .notload {
    background-color: #D8BE8F
}

.second_nav_wrap .notload:hover {
    background-color: #d8c998
}

/*A模版*/
.nav_second {
    background-color: #ffb100;
    height: 44px;
    overflow: hidden;
    box-shadow: 0 0 10px #333
}

.second_nav_wrap_overhide {
    max-width: 100%;
    overflow: hidden;
    height: 44px;
}

.second_nav_wrap>li {
    position: relative;
    line-height: 44px;
    height: 44px;
    border-left: 1px solid #fff;
    padding: 0 30px 0 10px;
    margin-left: -20px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    background-color: #ffb100;
    border-radius: 15px 0 0 15px;
    box-shadow: -2px 0 3px #D69400
}

.second_nav_wrap>li._first {
    margin-left: 0
}

.second_nav_wrap>li:last-of-type {
    width: auto !important;
}

.second_control {
    position: absolute;
    width: 70px;
    height: 44px;
    text-align: center;
    line-height: 44px;
}

.second_control:hover {
    animation: second_border 0.5s;
    -webkit-animation: second_border 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.second_nav_prev {
    left: 0;
    border-right: 1px solid #d7d7d7
}

.second_nav_next {
    right: 0;
    border-left: 1px solid #d7d7d7
}

.second_nav_wrap>li>h6 {
    position: absolute;
    width: 22px;
    height: 22px;
}

.second_nav_wrap>li>._close {
    background-position: -23px -246px;
    left: 3px;
}

.second_nav_wrap>li.active>._close {
    background-position: 0 -246px;
}

.second_nav_wrap>li>._fixed {
    bottom: 0;
    background-position: 0 -263px;
}

.nav_secondB .controlbtn {
    width: 14px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff
}

.nav_secondB .controlbtn-wrap {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    z-index: 2;
    background-color: #373c64;
    right: 0
}

/*B模版*/
.nav_secondB {
    background-color: #202239;
    width: 200px;
    overflow: visible;
    position: absolute;
    z-index: 3;
    top: 50px;
    padding-top: 10px;
    bottom: 0
}

.nav_secondB.mini {
    width: 0;
    position: absolute;
    top: 50px;
    bottom: 0;
    z-index: 1;
    background-color: #eee
}

.nav_secondB.mini .controlbtn-wrap {
    right: -14px
}

.nav_secondB .controlbtn:after,
.nav_secondB .controlbtn:before {
    content: "";
    position: absolute;
    left: 0;
    border-style: solid;
}

.nav_secondB .controlbtn:after {
    bottom: -14px;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent transparent #373c64
}

.nav_secondB .controlbtn:before {
    top: -14px;
    border-width: 0 14px 14px 0;
    border-color: transparent transparent #373c64 transparent
}

.nav_secondB.mini .nav_secondB_default {
    display: none
}

.nav_secondB.mini .nav_secondB_mini {
    display: block
}

.nav_secondB_default {
    display: block
}

.nav_secondB_mini {
    display: none
}

.nav_secondB .miniLeftIconWrap {
    display: block;
    border-bottom: 1px solid #fff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    position: relative;
    font-size: 16px;
    cursor: pointer
}

.nav_secondB .miniLeftIconWrap .iconInfo {}

.nav_secondB .miniLeftIconWrap .textInfo {
    position: absolute;
    left: 26px;
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    z-index: 2;
    background-color: #ffb100;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.nav_secondB .miniLeftIconWrap .textInfo>div {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    white-space: nowrap;
    z-index: 3;
    background-color: #ffb100;
    height: 26px;
    overflow: hidden;
    border-radius: 13px;
    opacity: 1;
    font-weight: 400;
}

.nav_secondB .miniLeftIconWrap .textInfo:hover>div {
    width: 100%
}

.nav_secondB .miniLeftIconWrap .textInfo>span {
    padding: 0 45px 0 30px;
}

.nav_secondB .miniLeftIconWrap:hover,
.nav_secondB .miniLeftIconWrap.active {
    background-color: #FFC94F
}

.nav_secondB .miniLeftIconWrap:hover .textInfo {
    max-width: 200px;
    width: auto;
    overflow: hidden;
    background-color: #FFC94F
}

.templateBNav {
    line-height: 32px;
    width: 100%;
    height: 32px;
    cursor: pointer;
    height: auto;
    background-color: #2b2d46;
    color: #fff;
    background-position-x: 120%;
}

.templateBNav:hover,
.templateBNav.active {
    background-color: #0dc2b3;
    color: #fff
}

.templateBNav>div {
    padding: 0 15px;
    /*font-size: 16px;*/
}

.templateBNav>div>div {
    padding: 0 5px;
    font-size: 14px;
}

.templateBNav>div>div.iconfont {
    width: 24px;
    text-align: center
}

.templateBNav.active div.iconfont,
.templateBNav:hover>div>div.iconfont {
    display: block;
}

.templateBNav.active div.iconfont {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.templateBNav ul {
    max-height: 0;
    overflow: hidden;
    background-color: #eae7e7
}

.templateBNav ul li {
    background-color: #202239
}

/***二级级菜单hover ,active 背景图片颜色运动***/
.templateBNav ul li:hover,
.templateBNav ul li.active {
    background: #2e315a url(../img/car.png) no-repeat;
    background-position-x: 100%;
}

.templateBNav ul li>div {
    padding-left: 40px;
    font-size: 14px;
}

.templateBNav ul li ul li {
    padding-left: 25px;
}

/***三级菜单hover ,active 背景颜色字体颜色***/
.templateBNav ul li ul li:hover,
.templateBNav ul li ul li.active {
    color: #0dc2b3;
    background-color: #202239;
    background-image: none;
}

.templateBNav.active>ul {
    height: auto;
    max-height: 300px
}

.templateBSecondNav {
    line-height: 31px;
    padding: 0 15px 0 40px;
    position: relative;
    cursor: pointer
}

.templateBSecondNav.active,
.templateBSecondNav:hover {
    background-color: #faaf19;
    color: #fff;
    /*url("../img/navBG.png")*/
}

.miniLeftIconWrap.closeOther {
    position: absolute;
    bottom: 26px;
    left: 0
}

.miniLeftIconWrap.closeAll {
    position: absolute;
    bottom: 0;
    left: 0;
    border: none
}

/**/
.right_mousedown_wrap {
    position: absolute;
    line-height: 44px;
    text-align: center;
    border: 1px solid #373C64;
    border-bottom: none;
    z-index: 99
}

.right_mousedown_wrap li {
    padding: 0 44px;
    background-color: #fff;
    border-bottom: 1px solid #373C64;
    cursor: pointer
}

/**/
.location {
    position: absolute;
    left: 210px;
    right: 10px;
    margin-top: 10px
}

/**/
.ul_list_page>li {
    display: none
}

.ul_list_page>li.active {
    display: block;
    height: 100%
}

.content {
    margin-top: 14px;
}

.condition_wrap {
    border: 1px solid #d7d7d7;
    background-color: #f0f0f0;
    margin-bottom: 10px
}

.condition_wrap ._title,
.result_table_title {
    padding: 0 30px;
    background-color: #f5f5f5;
    line-height: 33px;
    font-size: 14px;
    /*font-weight: bold*/
}

.search_wrap {
    padding: 5px 30px;
    position: relative;
    min-width: 1000px;
}

.search_wrap input,
.search_wrap select,
.search_wrap textarea {
    width: 160px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    padding: 0 18px 0 12px;
    line-height: 28px;
    height: 28px;
    position: relative;
    /* margin: 10px 12px 10px 12px; */
    margin: 0 12px 0 12px;
    vertical-align: middle;
}

.search_wrap select[disabled] {
    background-color: #e7e7e7;
    opacity: .5;
    pointer-events: none
}

.search_wrap label .disabled {
    opacity: .5;
    pointer-events: none
}

.search_wrap button {
    margin: 10px 12px 10px 0;
    float: left;
}

.search_wrap .city-picker-span {
    display: inline-block
}

.search_wrap input.city-picker-input {
    position: absolute
}

/*.search_wrap input:not([type=button]),.search_wrap select,.search_wrap textarea{width: 110px;border: 1px solid #d7d7d7;background-color: #fff;padding: 0 18px 0 12px;line-height: 28px;height: 28px;position: relative;margin:10px 12px 10px 0;vertical-align: middle;-webkit-box-sizing: content-box; -moz-box-sizing: content-box;box-sizing: content-box;}*/
.search_wrap textarea {
    height: 70px;
    vertical-align: bottom;
    width: 225px;
}

.search_wrap select {
    vertical-align: middle
}

.search_wrap input._long {
    width: 225px
}

.search_wrap input._bet_long {
    width: 125px
}

.search_wrap label {
    height: 30px;
    margin-right: 22px;
    display: inline-block;
    text-align: left;
    font-weight: normal;
    float: left;
    line-height: 30px;
    margin-top: 10px;
}

.search_wrap label>input[type=checkbox],
.search_wrap label>input[type=radio] {
    height: auto;
    width: auto;
    margin-right: 8px;
    vertical-align: middle
}

.search_wrap .btn_submit,
.search_wrap .btn_reset {
    width: auto;
    padding: 0 28px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    cursor: pointer
}

.search_wrap .search_reset {
    background-color: #fcb77c;
    border: 1px dashed #fcb77c
}

.search_wrap input[type=button] {
    border-radius: 4px;
    color: #333;
}

.address,
.city_max_w {
    width: 250px !important;
}

/**home**/
.homepage_slider {
    height: 305px;
    overflow: hidden
}

.svgHomeWrap {
    width: 360px;
    height: 260px;
    padding: 10px 60px;
    position: relative;
    overflow: hidden
}

.svgHomeWrap:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 100px;
    width: 0;
    height: 0;
    border-width: 30px 30px 30px 0;
    border-style: solid;
    border-color: transparent #ccc transparent transparent;
}

.svgHome text {
    fill: #fff;
    text-anchor: middle;
    pointer-events: none;
}

.svgHomeWrap g:hover path,
.svgHomeWrap .parrot path {
    stroke: #000;
    stroke-width: 2;
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: describe 2s forwards;
    -webkit-animation: describe 2s forwards;
}

/*table*/
.result_table_wrap {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #d7d7d7;
}

.result_table_title {
    background-color: #e7e7e7
}

.result_table_title2 {
    background-color: #0DC2B3;
}

.result_table_title>.fr {
    padding: 0 12px;
    font-size: 12px;
    cursor: pointer;
    position: relative
}

.result_table_title>.fr.btn {
    line-height: 25px;
    /*border: 1px solid #373d61;*/
    height: 25px;
    margin: 4px 0 0 7px;
    /*background-color: #fff;border-radius: 4px;*/
    color: #333333;
    /*padding-left: 22px;*/
    overflow: hidden;
}

/*.result_table_title>.fr.btn:hover{background-color: #6F78AD;border: 1px solid #fff;color: #fff;}*/
.result_table_title .transparent {
    height: 48px
}

.result_table_title .transparent {
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    width: 100%;
    border: none;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer
}

.result_table_content {
    background-color: #f9f9f9
}

.result_table_left,
.result_table_right {
    width: auto;
    overflow-x: auto;
    background-color: #E7E7E7;
}

.result_table_left {
    overflow-x: hidden;
    float: left
}

.result_table_content table {
    background-color: #fff;
    table-layout: fixed;
    color: #333;
    position: relative;
    width: 100%;
}

.result_table_content .m0 {
    margin: 0;
}

.result_table_content table td,
.result_table_content table th {
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    padding: 0 16px;
    border-right: 1px solid #c5c5c5;
    ;
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    text-align: center;
}

/*.result_table_content table tr *::selection {background-color:transparent;}
.result_table_content table tr *::-moz-selection {background-color:transparent;}*/
.result_table_content table th>div {
    position: relative;
}

.result_table_content table._small td

/*,.result_table_content table._small th*/
    {
    height: 20px;
    line-height: 20px;
    font-size: 12px
}

.result_table_content table ._stripe {
    background-color: #f9f9f9
}

.result_table_content table ._th {
    /*background-color: #BED0C5;*/
    background-color: #dae9fe;
    color: #464C7A
}

.result_table_content table tr._select td {
    background-color: #ffe68e
}

.result_table_content table tr._error td {
    background-color: #FFB0B0
}

.result_table_content table tr._error._select td {
    background-color: #FF9898
}

.result_table_content ._error_td,
._error_td {
    color: #f00;
    font-weight: bold
}

.picPackage.iconfont {
    display: inline-block;
}

tr.picPackage {
    background-color: #E7E7E7
}

.logistics_track {
    position: absolute;
    right: -285px;
    top: 33px;
    bottom: 37px;
    background: rgba(111, 120, 173, 0.95);
    max-width: 285px;
    min-width: 250px;
    padding: 15px;
    color: #fff;
    overflow: auto
}

.logistics_track.active {
    right: 0
}

.addPrint {
    text-align: center
}

.addPrint .iconfont {
    cursor: pointer;
    padding: 0 5px;
}

.result_table_content .iconfont {
    vertical-align: top
}

.allowDrag {
    position: absolute;
    right: -12px;
    top: 0;
    height: 33px;
    width: 6px;
    z-index: 2;
    cursor: col-resize
}

/**修改宽度**/
.allowDrag.active {
    position: fixed;
    height: 100%;
    width: 1px;
    background-color: #000;
}

.filterAndTrackWrap {
    position: absolute;
    right: 3px;
    height: 33px;
    top: 0;
    display: block
}

/**排序和筛选**/
.result_table_content th:hover .filterAndTrackWrap,
.filterAndTrackWrap.active {
    display: block
}

.filterAndTrackWrap>li {
    width: 25px;
    height: 25px;
    margin: 4px 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    cursor: pointer
}

.filterAndTrackWrap>li:hover,
.filterAndTrackWrap>li.active {
    color: #ffb100;
    background-color: #fff;
    border-radius: 50%
}

.filterWrap {
    position: fixed;
    line-height: 24px;
    background-color: #efefef;
    z-index: 10;
    box-shadow: 0 0 5px #d2d2d2;
    display: none
}

.filterWrap.active {
    display: block
}

.filterWrap ._content {
    max-height: 300px;
    overflow: auto
}

.filterWrap ._content li input[type=checkbox] {
    margin-right: 6px
}

.filterWrap ._content li input[type=text] {
    max-width: 80px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.pagination_m3 {
    margin: 3px 20px;
    vertical-align: middle
}

.table_pop_wrap .result_table_bottom {
    /*position: relative*/
}

/**/
.result_table_bottom {
    position: absolute;
    text-align: right;
    bottom: 0;
    width: 100%;
    background-color: #eee;
    border-top: 1px solid #d7d7d7;
    line-height: 33px;
    white-space: normal
}

.result_table_bottom .ul_list>li {
    line-height: 33px;
    margin-right: 3px;
    height: 33px;
}

.result_table_bottom input,
.result_table_bottom select {}

.result_table_bottom .ul_list>li label>input {
    vertical-align: middle
}

.result_table_bottom .table_submit {
    padding: 0 15px;
    background-color: #ef5555;
    border: 1px solid #ef5555;
    color: #fff;
    cursor: pointer
}

.result_table_bottom ._shortinput {
    width: 40px;
    background-color: #fff;
    padding-left: 5px
}

.result_table_bottom ._controller-arrow>input {
    width: 30px;
    background-color: #f0f0f0;
    text-align: center;
    cursor: pointer
}

.result_table_bottom .pagination {
    margin: 0 6px;
    vertical-align: middle
}

/*加油统计*/
.Distribution_statistics {
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.hoverClose:hover:after {
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: #333;
    content: "去除";
    color: #fff;
    line-height: 31px;
    left: 0;
    top: 0;
    border-radius: 5px
}

.hoverClose:hover {
    opacity: .5
}

.result_table_tabs {
    position: relative
}

.result_table_tabs .nav-tabs,
.table_pop_wrap .nav-tabs {
    height: 33px;
    overflow: hidden;
    border: none;
    text-align: center;
}

.result_table_tabs .nav-tabs li>a,
.table_pop_wrap .nav-tabs li>a {
    width: 150px;
    padding: 6px 12px;
    outline: none;
    background-color: #fff;
    color: #6f78ad;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.result_table_tabs .nav-tabs li>a:hover {
    border-color: #6f78ad
}

.result_table_tabs .nav-tabs li.ui-tabs-active a,
.table_pop_wrap .nav-tabs li.ui-tabs-active a {
    background-color: #6f78ad;
    font-weight: bold;
    color: #fff
}

.result_table_tabs .result_table_wrap {
    top: 33px
}

.result_table_right_static {
    position: absolute;
    top: 33px;
    bottom: 74px;
    left: 0;
    right: 0;
    background-color: #e7e7e7
}

.result_table_head {
    position: absolute;
    z-index: 2;
    top: 33px;
    height: 33px;
    width: 10000px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #fff
}

.result_table_head>ul>li {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 16px;
    border-right: 1px solid #c5c5c5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    text-align: center;
}

.result_table_head>ul>li>div {
    position: relative
}

.result_table_head>ul>li>div:hover .allowDrag,
.result_table_head>ul>li>div:hover .filterAndTrackWrap {
    display: block
}

.peopleInfoWrap .result_table_right {
    max-height: 600px
}

.peopleInfoWrap .result_table_content {
    position: relative;
    overflow: hidden
}

.peopleInfoWrap .result_table_head {
    top: 0
}

/*表格弹出*/
.table_pop_wrap {
    position: fixed;
    background: url("../img/opcity55.png") repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 10;
    display: none;
}

.table_pop_wrap.active {
    display: block
}

.table_pop {
    margin: 0 auto 0 auto;
    background-color: #f1f4f5;
    max-height: 90%;
    border: 1px solid #ffb100;
    text-align: left;
    display: inline-block;
    position: relative;
    /*padding: 6px 15px;*/
    max-width: 80%;
    transition: margin 0.5s;
    -moz-transition: margin 0.5s;
    -webkit-transition: margin 0.5s;
    -o-transition: margin 0.5s;
}

.table_pop_title {
    height: 44px;
    color: #000;
    font-weight: bold;
    cursor: move
}

.table_pop .result_table_title {
    cursor: move
}

.table_pop_title>.fl,
.table_pop_title>.form-inline {
    padding: 0 15px;
    line-height: 44px;
}

.table_pop_ul {
    width: 100%
}

.table_pop_ul>li {
    border: 1px solid #d7d7d7;
    background-color: #f9f9f9;
    margin-bottom: 12px;
    padding: 0 15px 10px;
    line-height: 32px
}

.table_pop_ul>li ._title {
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 10px;
}

.table_pop_ul>li ._title>span {
    border-bottom: 2px solid #373c64;
    padding-right: 48px;
    line-height: 36px;
    height: 36px;
    display: inline-block;
    margin-bottom: -1px;
    color: #373c64;
    font-weight: bold
}

.table_pop_ul>li table td {
    padding: 0 6px;
    font-size: 12px;
    position: relative
}

.table_pop_ul td .table_pop_input,
.table_pop_ul td .table_pop_select {
    border: 1px solid #d7d7d7;
    width: 100%;
    line-height: 20px;
    height: 20px;
    vertical-align: baseline;
    padding: 0 16px 0 8px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.table_pop_ul .Wdate {
    padding: 6px 18px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    height: auto;
}

.table_pop_ul label input.table_pop_input {
    width: auto;
    margin-left: 12px;
    vertical-align: middle
}

.table_pop_ul td input.ng-invalid,
.table_pop_ul td select.ng-invalid,
.table_pop_ul td input._error,
.table_pop_ul td select._error {
    border: 1px solid red
}

.orderPopInfo .form-control,
.orderPopInfo .input-group-addon {
    height: 23px;
    padding: 0 10px
}

.required.ng-valid {
    border: 1px solid #59a663;
    background: #fff url("../img/require_lv.png") no-repeat right top;
}

select.required.ng-valid {
    background-image: url("../img/require_lv.png")
}

.number_adjustment {
    position: absolute;
    height: 20px;
    width: 15px;
    right: 0;
    top: 6px;
    line-height: 10px
}

.number_adjustment>button {
    height: 10px;
    background-color: #d7d7d7
}

.table_pop ._close {
    position: absolute;
    /*width: 45px;height: 45px;*/
    right: -22px;
    top: -22px;
    cursor: pointer;
    text-align: center;
    padding-top: 5px
}

.table_pop ._close:before {
    content: "\e621";
    line-height: 33px;
    width: 31px;
    font-size: 32px;
    height: 30px;
    color: #000;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
}

.table_pop ._close:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    -ms-transition: -ms-transform 0.3s ease-out;
}

.dialog_close {
    position: absolute;
    /*width: 45px;height: 45px;*/
    right: -5px;
    top: -105px;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.dialog_close:before {
    content: "\e621";
    line-height: 33px;
    width: 31px;
    font-size: 32px;
    height: 30px;
    color: #000;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
}

.filter_input {
    line-height: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 17px;
    width: 240px;
    padding: 0 58px 0 10px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #373C64;
    color: #333
}

.filter_input+.btn-search {
    position: absolute;
    right: 12px;
    height: 24px;
    padding: 0 10px;
    line-height: 24px;
    color: #fff;
    background-color: #373C64;
    top: 5px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px
}

.showInfo .nav-tabs,
#table_pop_tabsB {
    display: none
}

.table_pop_tabsB {
    border: 1px solid #c5c5c5;
    background-color: #f5f5f5;
    border-top: none;
    margin-bottom: 15px
}

.table_pop_tabsB li>h5,
.table_pop_tabsB li>._title {
    padding: 0 15px;
    line-height: 33px;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    background-color: #eee
}

.table_pop_tabsB li>ul {
    padding: 6px 15px
}

.table_pop_tabsB table td {
    padding: 6px;
    white-space: nowrap;
    position: relative
}

.table_pop_template>li {
    width: 160px;
    height: 80px;
    float: left;
    text-align: center;
    background-color: #eee;
    border-radius: 8px;
    line-height: 80px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 8px;
    border: 1px solid #d7d7d7
}

.table_pop_template>li.active {
    background-color: #ffb100
}

.table_pop_download_template {
    min-height: 80px
}

.table_pop_download_template>li {
    float: left;
    padding: 6px 12px;
}

.table_pop_input_template {
    margin: 30px auto;
    text-align: center;
    width: 300px;
    height: 33px
}

.table_pop_input_template.progress {
    text-align: left
}

.table_pop_input_template .progress {
    width: 0;
    vertical-align: middle;
    margin: 0
}

.table_pop_input_template .progress.active {
    width: 200px
}

.table_pop_input_template>li {
    float: left;
}

.input_file_transparent_wrap {
    position: relative;
    height: 33px;
    padding-left: 0;
    padding-right: 0;
    border: none
}

.input_file_transparent_wrap>input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3
}

.input_file_transparent_text {
    position: absolute;
    width: 300px;
    line-height: 33px;
    text-align: center;
    z-index: 2
}

.AdvanceOrderInfo {
    width: 900px;
    white-space: nowrap
}

.orderImport {
    width: 900px
}

.w192 {
    width: 192px
}

.cargo_info {
    max-height: 200px;
    overflow-y: auto
}

.map-wrap {
    height: 160px;
    margin-top: 32px;
}

div.min_h {
    height: 270px;
    min-height: 400px;
}

/**/
.print_select>td {
    position: relative;
    text-align: center;
    padding: 0;
    border-left: 1px solid #fff
}

.print_select .printImageWrap {
    background-color: #eee;
    height: 450px;
}

.print_select>td img {
    max-height: 100%;
    max-width: 100%
}

/*
.print_select .printTextWrap{position: absolute;line-height: 450px;width: 100%;left: 0;top: 0;font-size: 32px;font-weight: bold}
*/
.print_select .printTextWrap {
    opacity: 0;
    border-radius: 100%;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    line-height: 0;
    font-size: 28px;
    font-weight: bold
}

.print_select .active.printTextWrap {
    background-color: #ffb100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
    opacity: .5;
    line-height: 450px
}

/*.print_select>td.active .printTextWrap{display: none}*/
/*address*/
.addressWrap {
    width: 420px;
    height: 210px;
    white-space: nowrap;
    position: absolute;
    z-index: 99;
    box-shadow: 0 0 3px #ccc;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    text-align: center
}

.addressNavWrap {
    height: 34px;
    border-bottom: 2px solid #373C64;
    line-height: 32px;
    font-weight: bold
}

.addressNavWrap>* {
    width: 80px;
    border-right: 1px solid #373C64;
    cursor: pointer
}

.addressNavWrap>*:hover,
.addressNavWrap>*.active {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.addressNavWrap>*:hover,
.addressContentWrap>ul>li ul li:hover {
    background-color: #e7e7e7;
    color: #000
}

.addressNavWrap>*.active,
.addressContentWrap>ul>li ul li.active {
    background-color: #373c64;
    color: #fff
}

.addressNavWrap>._search:hover,
.addressNavWrap>._search.active {
    background-color: #f5f5f5;
}

.addressNavWrap>._search {
    border: none;
    width: 98px;
    padding: 0 6px;
    display: block
}

.addressNavWrap>._search input {
    width: 100%;
    margin: auto;
    display: inline-block
}

.addressNavWrap>._search input:focus {
    width: 150px
}

.addressNavWrap>.disabled {
    pointer-events: none;
    cursor: not-allowed
}

.addressContentWrap {
    height: 174px;
    width: 100%;
    overflow-x: hidden
}

.addressContentWrap>ul {
    width: 2200px;
    margin-left: 0
}

.addressContentWrap>ul>li {
    width: 420px;
    height: 174px;
    overflow-x: hidden;
    overflow-y: auto
}

.addressContentWrap>ul>li ul li {
    width: 70px;
    cursor: pointer;
    line-height: 28px;
    border-radius: 4px
}

.addressContentWrap>ul>li ul {
    padding: 5px
}

.addressContentWrap ._tilte {
    background-color: #f5f5f5;
    text-align: left;
    padding-left: 18px;
    line-height: 21px;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7
}

/*dataDictionary*/
.data-dictionary-left {
    min-width: 250px;
    max-width: 500px;
    position: relative;
    overflow: auto
}

.data-dictionary-right {
    position: relative
}

/*应用权限*/
.app_authority .result_table_content table td,
.app_authority .result_table_content table th {
    border: none
}

.app_authority .setFieldTableWrapWrap {
    width: 300px
}

.app_authority .setFieldTableWrapWrap table {
    width: 100%
}

/*首页*/
.vas-home {}

.vas-home li {
    padding: 15px;
    width: 50%;
    height: 220px
}

.vas-home li>div {
    height: 100%
}

.function-future {
    background: url("../img/functionFuture.png")
}

/*animation*/
.rotate180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s ease-out;
    -moz-transition: -moz-transform 0.2s ease-out;
    -o-transition: -o-transform 0.2s ease-out;
    -ms-transition: -ms-transform 0.2s ease-out;
}

.hoverClose:hover:after {
    animation: hoverClose 0.4s;
    -webkit-animation: hoverClose 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.sliderShow {
    animation: sliderShow 0.4s;
    -webkit-animation: sliderShow 0.4s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.unFade {
    opacity: 1;
    filter: alpha(opacity=100);
    animation: unFade 0.5s;
    -webkit-animation: unFade 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.slideHide33 {
    overflow: hidden;
    max-height: 33px;
    animation: slideHide33 0.5s;
    -webkit-animation: slideHide33 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.slideShow33 {
    height: auto;
    animation: slideShow33 0.5s;
    -webkit-animation: slideShow33 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.transitionAll {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

/*注意性能*/
.transitionWidth {
    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s;
}

.transitionMaxWidth {
    transition: max-width 0.5s;
    -moz-transition: max-width 0.5s;
    -webkit-transition: max-width 0.5s;
    -o-transition: max-width 0.5s;
}

.transitionMaxHeight {
    transition: max-height 0.5s;
    -moz-transition: max-height 0.5s;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
}

.transitionHeight {
    transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s;
}

.transitionBGColor {
    transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
}

.transitionTransform {
    transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    -o-transition: transform 0.5s;
}

.transitionRight {
    transition: right 0.5s;
    -moz-transition: right 0.5s;
    -webkit-transition: right 0.5s;
    -o-transition: right 0.5s;
}

.transitionOpacity {
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.transitionMarginLeft {
    transition: margin-left 0.5s;
    -moz-transition: margin-left 0.5s;
    -webkit-transition: margin-left 0.5s;
    -o-transition: margin-left 0.5s;
}

/*icon*/
/*.result_table_title .vas_bg{width: 33px;height: 33px;display: inline-block;vertical-align: bottom}*/
/**/
.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.autoX {
    overflow-x: auto
}

.autoY {
    overflow-y: auto
}

.autoW {
    width: auto
}

.minW100 {
    min-width: 100%
}

.minH300 {
    min-height: 300px
}

.full-screen {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    height: 100%
}

.point_events_none {
    pointer-events: none
}

.ui-draggable-handle {
    cursor: move
}

.errorTip {
    background-color: #ef5555;
    border-radius: 4px;
    padding: 0 12px;
    white-space: nowrap;
    position: absolute;
    line-height: 25px;
    margin-top: -30px;
    z-index: 999;
    color: #fff;
    font-weight: bold
}

.errorTip:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ef5555;
    left: 10px;
    margin-left: -5px;
    bottom: -10px
}

.errorTip.at-right:after {
    display: none
}

.printWrap.table_pop_wrap .table_pop {
    max-width: 970px
}

.printWrap .progress {
    height: 100px;
    margin-bottom: 0
}

.printWrap .progress .btn {
    margin-top: 30px;
}

.printWrap .table_pop_download_template>li {
    background-color: #eee;
    margin: 0 6px;
    border-radius: 4px;
    border: 1px solid #d7d7d7;
}

.printWrap .table_pop_download_template>li.active {
    background-color: #ffb100;
    border: 1px solid #d7d7d7;
    color: #fff
}

/*tree*/
.tree {
    font-size: 14px;
    line-height: 1.5;
}

.tree label {
    margin: 0 6px
}

.tree li label input[type=checkbox] {
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin: 0 6px
}

.tree li>div:hover {
    background: #ddd
}

.tree ul {
    padding-left: 20px
}

/*权限管理*/
.authorityTreeWrap {
    background-color: #f9f9f9;
    height: 100%;
    overflow: auto;
    min-width: 230px;
    max-width: 500px;
    border-right: 1px solid #d7d7d7;
    width: 200px
}

/**/
/*重写css*/
/*.pagination>li>a, .pagination>li>span {color: #6f78ad}*/
/*.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {background-color: #6f78ad;border-color: #6f78ad;}*/
@keyframes second_border {
    0% {
        border-radius: 0;
        background-color: #ffb100
    }

    100% {
        border-radius: 22px;
        background-color: #ffeb21
    }
}

@-webkit-keyframes second_border {
    0% {
        border-radius: 0;
        background-color: #ffb100
    }

    100% {
        border-radius: 22px;
        background-color: #ffeb21
    }
}

/**/
@keyframes second_navbg {
    0% {
        background-color: #FFC43F;
        width: 0;
        padding-right: 30px
    }

    100% {
        background-color: #fff;
        width: auto;
        padding-right: 60px;
    }
}

@-webkit-keyframes second_navbg {
    0% {
        background-color: #FFC43F;
        width: 0;
        padding-right: 30px
    }

    100% {
        background-color: #fff;
        width: auto;
        padding-right: 60px;
    }
}

/**/
/**/
@keyframes slideHide33 {
    0% {
        max-height: 1000px
    }

    30% {
        max-height: 130px
    }

    100% {
        max-height: 33px
    }
}

@-webkit-keyframes slideHide33 {
    0% {
        max-height: 1000px
    }

    30% {
        max-height: 130px
    }

    100% {
        max-height: 33px
    }
}

/**/
@keyframes slideShow33 {
    0% {
        max-height: 33px;
        overflow: hidden
    }

    60% {
        max-height: 130px
    }

    100% {
        max-height: 1000px
    }
}

@-webkit-keyframes slideShow33 {
    0% {
        max-height: 33px;
        overflow: hidden
    }

    60% {
        max-height: 130px
    }

    100% {
        max-height: 1000px
    }
}

/**/
@keyframes fade {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
        filter: alpha(opacity=100)
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0)
    }
}

/**/
@keyframes unFade {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@-webkit-keyframes unFade {
    0% {
        opacity: 0;
        filter: alpha(opacity=0)
    }

    100% {
        opacity: 1;
        filter: alpha(opacity=100)
    }
}

@keyframes borderRadio {
    0% {
        border-radius: 0
    }

    100% {
        border-radius: 10%
    }
}

@-webkit-keyframes borderRadio {
    0% {
        border-radius: 0
    }

    100% {
        border-radius: 10%
    }
}

@keyframes hoverClose {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-webkit-keyframes hoverClose {
    0% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes describe {
    from {
        stroke-dashoffset: 3000
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes describe {
    from {
        stroke-dashoffset: 3000
    }

    to {
        stroke-dashoffset: 0
    }
}


.centered {
    width: 200px;
    height: 72px;
    background: #202239;
    position: absolute;
}

.city-picker-input {
    opacity: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.city-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
}

.city-picker-span>.placeholder {
    color: #aaa;
}

.city-picker-span>.arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    background: url(../img/drop-arrow.png) -10px -25px no-repeat;
}

.chose_city {
    position: relative;
    /*font-weight: bold;*/
}

.city-picker-span.focus,
.city-picker-span.open {
    border-bottom-color: #46A4FF;
}

.city-picker-span.open>.arrow {
    background-position: -10px -10px;
}

.city-picker-span>.title>span {
    color: #333;
    padding: 5px;
    border-radius: 3px;
}

.city-picker-span>.title>span:hover {
    background-color: #f1f8ff;
}

.city-picker-dropdown {
    position: absolute;
    width: 315px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 330px;
    margin-bottom: 20px;
}

.city-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.city-select-tab {
    border-bottom: 1px solid #ccc;
    background: #f0f0f0;
    font-size: 13px;
}

.city-select-tab>a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    margin-bottom: -1px;
}

.city-select-tab>a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #46A4FF;
}

.city-select-tab>a:first-child {
    border-left: none;
}

.city-select-tab>a:last-child.active {
    border-right: 1px solid #ccc;
}

.city-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.city-select {
    font-size: 13px;
}

.city-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.city-select dt {
    position: absolute;
    width: 2.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
}

.city-select dd {
    margin-left: 0;
    line-height: 2;
}

.city-select.province dd {
    margin-left: 3em;
}

.city-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.city-select a:hover,
.city-select a:focus {
    background-color: #f1f8ff;
    border-radius: 2px;
    color: #46A4FF;
}

.city-select a.active {
    background-color: #46A4FF;
    color: #fff;
    border-radius: 2px;
}

.title_none {
    padding-left: 5px;
}

button.btn_r {
    margin-left: 64px;
}

span.city-picker-span {
    display: inline-block
}

.mar_top {
    display: inline-block;
    margin-top: 10px;
}

.mar_l {
    margin-left: 24px;
}

.p_botm {
    padding-bottom: 25px;
}

/*tab按钮*/
/*.Add{
	background:url(../img/add.png) no-repeat left;
	padding-left: 20px;
}

.Remove{
	background:url(../img/cancel.png) no-repeat left;
	padding-left: 20px;
}*/
.pic_lay {
    font-size: 16px;
    margin-right: 8px;
}

/*头部用户名样式*/
.line_h_l {
    display: inline-block;
    height: 20px;
    width: 1px;
    background: url(../img/line_top.png) no-repeat;
    margin-right: 16px;
}

.line_h_r {
    display: inline-block;
    height: 20px;
    width: 1px;
    background: url(../img/line_top.png) no-repeat;
    margin-left: 16px;
}

.font14 {
    font-size: 12px !important;
}

.header_top_a ul {
    height: 26px;
    padding: 0 16px;
}

.header_top_a ul li .icon_lay {
    margin-right: 18px;
    display: inline-block;
}

.header_top_a ul li>span .iconfont {
    font-size: 22px;
    vertical-align: middle;
}

.header_top_a ul li .icon_num {
    position: relative;
}

.header_top_a ul li .icon_num .num_block {
    position: absolute;
    right: -6px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    font-weight: normal;
    background-color: #f55054;
}

.header_top_a ul li .icon_user strong {
    font-weight: normal;
}

.header_top_a ul li>i,
.header_top_a ul li>div,
.header_top_a ul li>span {
    vertical-align: middle;
}

.login_out {
    margin-left: 16px;
}

div.min_w_cancel {
    max-width: none;
}

span.marginL {
    margin-right: 24px;
}

span.placeholder {
    padding-left: 12px;
}

ul li:last-child {
    border: none
}

tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.result_table_head ul {
    background: #0dc2b3;
}

.result_table_head ul li {
    color: #ffffff;
    font-weight: normal;
}

/*记账管理*/
.book-items-wrap {
    position: relative;
    width: 100%;
    overflow: hidden
}

.book-items-wrap>li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.book-items-wrap>li.animation {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s
}

.book-items-wrap>li .displayFlex.h100 {
    overflow: auto
}

.member_min .footer_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0
}

/*各种动画*/
.book-items-wrap>li.push.leave {
    left: 110%
}

.book-items-wrap>li.push {
    left: -110%;
}

.book-items-wrap>li.push.enter {
    left: 0
}

.book-items-wrap>li.back.leave {
    left: -110%
}

.book-items-wrap>li.back {
    left: 110%;
}

.book-items-wrap>li.back.enter {
    left: 0
}

.book-items-wrap>li.top.leave {
    top: -110%
}

.book-items-wrap>li.top {
    top: 110%;
}

.book-items-wrap>li.top.enter {
    top: 0
}

.book-items-wrap>li.bottom.leave {
    top: 110%
}

.book-items-wrap>li.bottom {
    top: -110%;
}

.book-items-wrap>li.bottom.enter {
    top: 0
}

/*首页*/
.home-tab-wrap .tab-nav {
    height: 36px;
    line-height: 36px;
    padding: 5px 30px;
    margin: 0;
}

.home-tab-wrap .tab-nav>li {
    display: inline-block;
    padding: 0 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 18px;
    margin: 0 6px;
    cursor: pointer
}

.home-tab-wrap .tab-nav>li.active {
    background-color: #ffb100;
    color: #fff
}

.home-tab-wrap .tab-content {
    position: absolute;
    top: 46px;
    bottom: 0;
    width: 100%
}

.home-tab-wrap .tab-content>li {
    display: none;
    width: 100%;
    height: 100%;
    position: relative
}

.home-tab-wrap .tab-content>li .chart-wrap {
    width: 100%;
    height: 100%;
    position: relative
}

.home-tab-wrap .tab-content>li.active {
    display: block
}

.chart_search_wrap {
    padding: 20px 30px;
}

.home-tab-wrap .chart_search_wrap>li {
    padding: 0 10px;
    margin-right: 12px;
    border: 1px solid #ddd;
    display: inline-block;
    line-height: 24px;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer
}

.home-tab-wrap .chart_search_wrap>li.active {
    background-color: #ffb100;
    color: #fff
}

/**/
.book-back {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    z-index: 3;
    background: #333;
    opacity: .3;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.plpt12 {
    padding-left: 12px;
    padding-top: 12px
}

.set_money_pop {
    text-align: center;
    font-size: 20px;
    line-height: 40px
}

.set_money_pop h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    padding-bottom: 10px
}

.set_money_pop input {
    border-radius: 4px;
    margin-left: 6px;
    width: 200px;
    line-height: 36px;
    outline: none;
    border: 1px solid #ccc;
    padding: 0 12px
}

.set_money_pop button.btn_dia_con {
    height: 40px;
}

.set_money_pop ._tip {
    font-weight: 400;
    font-size: 16px;
    margin-left: 6px
}

/*订单*/
.money {
    font-size: 16px;
    background: transparent;
    color: red;
}

.money2 {
    font-size: 16px;
    background: transparent;
    color: red;
    margin-left: 10px;
}


.flex {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex_center {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.rich_text {
    height: 200px;
    width: 80%;
    display: inline-block;
    vertical-align: top;
}




.fue-census-popTitle {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
}

.fue-census-report {
    margin: 20px 20px 40px;
    font-size: 0;
}

.fue-census-report .list {
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.fue-census-report .list .icon {
    margin-right: 10px;
    width: 40px;
    height: auto;
}

.fue-census-report .list .icon img {
    width: 40px;
    height: auto;
}

.fue-census-report .list .right {
    text-align: left;
}

.fue-census-report .list .right .text1 {
    font-size: 14px;
    color: #333;
}

.fue-census-report .list .right .text2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}