root {
    display: block;
}

html,
body,
div,
label,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
p,
blockquote,
th,
td,
img,
textarea {
    border: 0px;
    margin: 0px;
    outline: 0px;
    padding: 0px;

}

body {
    zoom: 0.8;
}

fieldset,
img {
    border: 0;
}

img {
    display: inline-block;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code,
kbd,
samp,
tt {
    font-size: 100%;
}

input,
button,
textarea,
select {
    font-size: 100%;
}

ol,
ul {
    list-style: none outside none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

:link,
:visited,
ins {
    text-decoration: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a:focus {
    outline: none;
}

/*******************************************************************************
*                                    公共样式                                  *
*******************************************************************************/
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

html,
body {
    margin: 0;
    padding: 0;
    /*    min-width: 1326px;
    min-height: 940px;*/
    color: #464646;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    font-family: '微软雅黑', Arial, Helvetica, sans-serif, STHeiti;
    /*background:#EEE;*/
    background-color: #f1f4f6;
    height: 100%;
    overflow: initial;
}

.gj-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.gj-flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.gj-flex-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.gj-flex-end {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.gj-flex-start {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.gj-flex-column-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gj-flex-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.gj-flex-justify-center {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gj-flex-justify-around {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.gj-flex-stretch {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.gj-flex-between {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.gj-flex-align-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gj-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /*padding-top: 1rem;*/
}

.content {
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.gj-content-bg {
    background-color: #f3f3f3;
}

.bar_bot {
    height: 42px;
    line-height: 42px;
    border: 2px solid #e8ebed;
}



.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.nav-icon {
    height: 20px;
    /*width: 6vh;*/
    width: auto;
}

.navbar-icon {
    height: 20px;
    /*width: 6vh;*/
    width: auto;
    margin-left: 30%;
}

.navbar-icon+span {
    text-indent: 1rem;
    text-align: left;
}

.btn-logout {
    display: block;
    font-size: 1rem;
    color: #fff;
    height: 25px;
    width: 50px;
    line-height: 5vh;
    border-radius: 5px;
    background-color: #424242;
    line-height: 23px;
}

.r_main .bg-ff {
    background-color: #f0f2f5;
    padding: 0px 30px;
    height: auto;
    margin-left: 240px;
}

.return:before {
    position: absolute;
    content: " ";
    border: transparent 14px solid;
    border-width: 13px 8px;
    border-right-color: #CCC;
    top: 1px;
    left: -16px;
    height: 0;
    width: 0;
}

.return {
    position: relative;
    width: 60px;
    height: 28px;
    background: #EEE;
    border-radius: 5px;
    margin: 0px 0px 10px 10px;
    text-align: center;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    border: 1px solid #CCC;
    margin-top: 10px;
}

.return:after {
    position: absolute;
    content: " ";
    border: transparent 13px solid;
    border-width: 12px 8px;
    border-right-color: #EEE;
    top: 2px;
    left: -15px;
    height: 0;
    width: 0;
}


.higgses {
    color: #7a7f88;
    font-size: 12px;
    position: absolute;
    width: 240px;
    bottom: 0;
    left: 0;
    background-color: #242525;
}

.higgses a {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 0 50px 20px;
    width: 240px;
    color: #7a7f88;
    font-size: 12px;
    text-align: left;
    font-style: italic;

}

.higgses.fix {
    height: 190px;
    margin-bottom: -190px;
}

.higgses a:hover {
    text-decoration: none;
}

.alignleft {
    text-align: left;
}

.textfield {
    padding: 2px 10px;
    border: 1px solid #dcdcdc;
    height: 34px;
    line-height: 34px;
    width: 220px;
}

input.date {
    background: #fff url('../images/Admin/datePicker.gif') no-repeat right center;
    cursor: pointer;
}

textarea {
    resize: none;
}

.lf {
    float: left;
}

.rf {
    float: right;
}

.clr {
    clear: both;
    height: 0;
}

.hidden {
    display: none;
}

.white {
    color: #fff;
}

.gray {
    font-size: 16px;
    color: #2f394a;
}

.red {
    color: #cc0000;
}

a {
    color: #3788bf;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    /*text-decoration: underline;*/
}

.green_border {
    border: 1px solid #1D56AD;
}

.red_border {
    border: 1px solid #c00;
}

span.errorTip.red {
    padding-left: 10px;
}

/*验证提示框样式*/
.tip {
    visibility: hidden;
    line-height: 18px;
    font-size: 12px;
    position: absolute;
    z-index: 1007;
    padding-left: 20px;
}

.tip .msg {
    padding: 5px 10px;
}

.right .msg {
    background: #e8f4fd;
}

.error .msg {
    background: #363636;
    color: #fff;
}

.tip span.tri {
    display: block;
    width: 10px;
    height: 20px;
    height: 19px \9;
    background: url("../images/Admin/triangle.png") no-repeat 0 0;
    float: left;
    margin-left: -10px;
}

.right span.tri {
    background-position: -35px -122px;
}

.error span.tri {
    background-position: -35px -143px;
}

.dtip {
    padding-left: 0;
}

.dtip span.tri {
    background-color: #363636;
    margin-bottom: -10px;
    width: 13px;
    height: 8px;
    height: 7px \9;
    background-position: 0 0;
}

.green {
    color: #75B309;
}

.blue {
    color: #4072BD;
}

img.icon {
    width: 16px;
    height: 16px;
}

/*******************************************************************************
*                               头部和导航样式                                 *
*******************************************************************************/
div.A_header {
    z-index: 99999;
}

div.A_header div.T_bar {
    position: relative;
    height: 80px;
    width: 100%;
    z-index: 1007;
}

div.A_header div.logo_area {
    position: relative;
    display: table;
    width: 240px;
    min-width: 240px;
    height: 60px;
    background-color: #fff;
    float: left;
    margin-right: -100%;
    border-right: 2px solid #f1f4f6;
}

div.A_header div.logo_area a.fix_ie7_logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.A_header div.logo_area a.fix_ie7_logo img {
    margin: 0 auto;
}

div.A_header div.account_info {
    /*display: table;*/
    width: 100%;
    min-width: 1280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    padding-right: 20px;
    padding-left: 20px;
    height: 80px;
    line-height: 80px;
    z-index: 99;
    box-shadow: 1px 1px 5px #dedede;
}

div.A_header div.account_info .account_info_right {
    /*display: table-cell;*/
    text-align: right;
    vertical-align: middle;
}

div.A_header div.account_info .account_info_right a {
    font-size: 16px;
    color: #ff7f68;
}

div.A_header div.account_info .account_info_right a img {
    vertical-align: middle;
    margin: -3px 5px 0 20px;
}



div.footer {
    background: #333;
    padding: 10px 0;
}

div.footer div.footerinner {
    padding: 0 20px;
    text-align: right;
    font-size: 11px;
    color: #CCC;
}

/*******************************************************************************
*                                 通栏布局                                  *
*******************************************************************************/
div.main div.l_main {
    position: fixed;
    width: 240px;
    height: 100%;
    /*margin-top: 60px;*/
    padding: 0px 0 20px;
    min-width: 240px;
    background-color: #242525;
    box-shadow: 3px 0px 10px #999;
    z-index: 1008;
    _z-index: 1008;
    _float: left;
    float: left;
    margin-right: -100%;
    content: '';
    top: 0;
}

div.main div.r_main {
    padding: 100px 0 0 0;
    background-color: RGBA(243, 243, 243, 1);
    width: 100%;
    height: 100%;
    _width: 100%;
    /*IE6*/
    _float: left;
    float: left;
    content: '';
}

.fix_ie7_logo {
    width: 100%;
    _width: 100%;
}

.fix_ie7_logo img.logo_icon {
    _width: 50px;
    float: left;
    vertical-align: middle;
    align-self: center;
}

.fix_ie7_logo img.logo_name {
    _width: 190px;
    float: left;
    clear: both;
    vertical-align: middle;
    align-self: center;
}

/*******************************************************************************
*                                   左侧导航                                   *
*******************************************************************************/
#accordion h3 {
    cursor: pointer;
    font-size: 12px;
    color: #333;
    padding-left: 30px;
    background: url('../images/Admin/arrow.png') no-repeat 10px 6px;
}

#accordion h3.open {
    background: url('../images/Admin/arrow.png') no-repeat 10px -37px;
}

#accordion h3.close {
    background: url('../images/Admin/arrow.png') no-repeat 10px 5px;
}

#accordion .content {
    display: block;
    /*margin: 10px 0 20px 0;*/
    height: calc(100vh - 70px);
    overflow-y: auto;
}
/* 自定义滚动条样式 */
#accordion .content::-webkit-scrollbar {
  width: 8px; /* 滚动条的宽度 */
}

#accordion .content::-webkit-scrollbar-track {
  background: #f1f1f1; /* 滚动条轨道的背景颜色 */
}

#accordion .content::-webkit-scrollbar-thumb {
  background: #888; /* 滚动条拇指的背景颜色 */
  border-radius: 5px; /* 滚动条拇指的圆角 */
}

#accordion .content::-webkit-scrollbar-thumb:hover {
  background: #555; /* 滚动条拇指悬停时的背景颜色 */
}

/* 对于非 WebKit 浏览器（如 Firefox） */
#accordion .content {
  scrollbar-width: thin; /* 滚动条的宽度 */
  scrollbar-color: #888 #f1f1f1; /* 滚动条拇指和轨道的颜色 */
}

#accordion .content:hover {
  scrollbar-color: #555 #f1f1f1; /* 滚动条拇指和轨道悬停时的颜色 */
}
#accordion ul.leftmenu li {
    display: table;
    width: 100%;
    height: 55px;
    /*padding: 0 20px;*/
}

#accordion ul.leftmenu li:first-child a {
    border-top: 1px solid #2f394a;
}

/*#accordion ul.leftmenu li:last-child {
    padding: 0;
}*/
/*#accordion ul.leftmenu li:last-child a {
    text-indent: 74px;
}*/
#accordion ul.leftmenu li a {
    display: table-cell;
    font-size: 18px;
    /*padding: 5px 0;*/
    color: #fff;
    position: relative;
    vertical-align: middle;
    text-align: left;
    text-indent: 54px;
    /*border-bottom: 1px solid #2f394a;*/
}

#accordion ul.leftmenu li a img {
    margin-right: 39px;
    vertical-align: sub;
}

#accordion ul.leftmenu li a:hover {
    text-decoration: none;
}

#accordion ul.leftmenu li.current {
    background-color: #2f394a;
}

#accordion ul.leftmenu li.current a {
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    color: #fff;
}

/*#accordion ul.leftmenu li a em.icons{
    display: inline-block;
    width:20px;
    height:20px;
    background-image: url('../images/Admin/nav_icons.png');
    background-repeat: no-repeat;
}
#accordion ul.leftmenu li a em,
#accordion ul.leftmenu li.current a em{
    position: absolute;
    top:5px;
    left:25px;
    *top:3px;
    _left:-25px;
}
#accordion ul.leftmenu li a em.home{
    background-position: -30px  0;
}
#accordion ul.leftmenu li.current a em.home{
    background-position: -30px  -30px;
}
#accordion ul.leftmenu li a em.order{
    background-position: -60px  0;
}
#accordion ul.leftmenu li.current a em.order{
    background-position: -60px  -30px;
}
#accordion ul.leftmenu li a em.member{
    background-position: -90px  0;
}
#accordion ul.leftmenu li.current a em.member{
    background-position: -90px  -30px;
}
#accordion ul.leftmenu li a em.comment{
    background-position: -120px  0;
}
#accordion ul.leftmenu li.current a em.comment{
    background-position: -120px  -30px;
}
#accordion ul.leftmenu li a em.record{
    background-position: -150px  0;
}
#accordion ul.leftmenu li.current a em.record{
    background-position: -150px  -30px;
}
#accordion ul.leftmenu li a em.fees{
    background-position: -180px  0;
}
#accordion ul.leftmenu li.current a em.fees{
    background-position: -180px  -30px;
}
#accordion ul.leftmenu li a em.secure{
    background-position: -210px  0;
}
#accordion ul.leftmenu li.current a em.secure{
    background-position: -210px  -30px;
}
#accordion ul.leftmenu li a em.notice{
    background-position: -240px  0;
}
#accordion ul.leftmenu li.current a em.notice{
    background-position: -240px  -30px;
}
#accordion ul.leftmenu li a em.system{
    background-position: -270px  0;
}
#accordion ul.leftmenu li.current a em.system{
    background-position: -270px  -30px;
}*/
/*******************************************************************************
*                               footer样式                                 *
*******************************************************************************/
div.A_footer {
    width: 100%;
    color: #888;
    line-height: 35px;
    margin-top: 200px;
}

/*******************************************************************************
*                                    按钮样式                                  *
*******************************************************************************/
/*按钮85*35*/
a.btn {
    width: 85px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #f08839;
    border-radius: 5px;
    /*background-image:url('../images/Admin/btn.png');*/
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
}

a.btn:hover {
    background-color: #F57514;
    text-decoration: none;
    /*background-position: -95px 0;*/
}

/*蓝色*/
a.btn1 {
    color: #fff;
}

a.btn1:hover {
    background-position: -95px 0;
}

/*灰色*/
a.btn2 {
    color: #464646;
    background-position: 0 -44px;
}

a.btn2:hover {
    color: #464646;
    background-position: -95px -44px;
}

/*菜单栏*/
#T_mb {
    /*height: 40px;*/
    line-height: 40px;
    position: relative;
    top: 0px;
    /*90px*/
    left: 0;
    /*left:351px;
    _left:-23px;*/
    z-index: 1000;
    border-radius: 4px;
    /*margin-left: 240px;*/
}

.formdata {
    padding: 3px 24px !important;
    background: RGBA(4, 198, 93, 1) !important;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    border-radius: 20px;
    line-height: 40px;
}

.r_main .bg-ff div .wiget_box a.button_1.action-model {
	padding: 5px 10px;

}

.r_main .bg-ff div .wiget_box a.button_1{
	font-size: 16px;
	display: inline-block;
}

#T_mb ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    min-width: 120px;
    text-align: center;
    _width: 160px;
    min-width: 0;
    background-color: RGBA(238, 238, 238, 1);
    color: RGBA(88, 88, 88, 1);
    border-top: #e1e3e5;
    margin: 0 6px 6px 0;
    border-radius: 6px;
}
#T_mb ul.mbar{
	padding-right: 150px;
}
#T_mb ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

#T_mb ul li a:hover {
    text-decoration: none;
}

/*#T_mb ul li div.M_top,
#T_mb ul li p.M_tl,
#T_mb ul li p.M_tm,
#T_mb ul li p.M_tr{
    background-image: url('../images/Admin/x-gradient.png');
    background-repeat: no-repeat;
    background-position:0 0;
    height:40px;
    line-height:40px;
}*/
#T_mb ul li div.M_top {
    background-repeat: repeat-x;
    background-position: 0 -365px;
    position: relative;
}

#T_mb ul li p.M_tl,
#T_mb ul li p.M_tr,
#T_mb ul li p.M_tm {
    width: 5px;
    position: absolute;
    top: 0;
}

#T_mb ul li p.M_tl {
    background-position: 0 -315px;
    left: 0;
}

#T_mb ul li p.M_tm {
    background-position: 0 -465px;
    right: 0;
}

#T_mb ul li p.M_tr {
    background-position: 0 -415px;
    right: 0;
}

#T_mb ul li div.M_top span {
    padding: 0 10px 0 10px;
    color: #2f394a;
}

.current span {
    color: #fff !important;
}

#T_mb ul li.current {
    background-color: RGBA(15, 169, 255, 1);
    color: #fff;
}

#T_mb ul li.current:hover {
    background-color: #06b6ff;
}

#T_mb ul li:hover {
    background-color: #e8ebed;
}

/*#T_mb ul li.current div.M_top{
     background-position: 0 -215px;
}*/
/*#T_mb ul li.current p.M_tl{
    background-position: 0 -165px;
}
#T_mb ul li.current p.M_tr{
    background-position: 0 -265px;
}
#T_mb ul li.current div.M_top span{
    color:#464646;
}*/
/*******************************************************************************
*                                    右侧样式                                  *
*******************************************************************************/
div.main div.r_main div.wiget_box {
    padding: 20px;
    background: #fff;

}

div.main div.r_main .wiget_box_bg {
    /* height: 200px; */
    padding: 20px 30px;
    background-color: #f1f4f6;
}

/*套餐详情*/
.packagetips {
    margin-top: 20px;
    font-size: 14px;
    color: #354053;
}

/*今日信息展示*/
.lr_table {
    width: 100%;
}

.C_number {
    width: 220px;
    height: 140px;
    border-radius: 4px;
    color: #fff;
}

/*.index_new_height:first-child .C_number {
    position: relative;
    float: left;
    background-color: #3788bf;
}
.index_new_height:nth-child(2) .C_number {
    position: relative;
    background-color: #ff7c64;
    margin: 0 auto;
}
.index_new_height:last-child .C_number {
    position: relative;
    float: right;
    background-color: #47bcc3;
}*/
.C_number .subtitle {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

/*.index_new_height:first-child .C_number .subtitle {
    border-bottom: 2px solid #327db0;
}
.index_new_height:nth-child(2) .C_number .subtitle {
    border-bottom: 2px solid #f7755d;
}
.index_new_height:last-child .C_number .subtitle {
    border-bottom: 2px solid #41b2b9;
}*/
.C_number .rent {
    display: block;
    margin-top: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #f7755d;
}

.C_number .detail {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #354053;
}

.num_bg:hover {
    text-decoration: none;
}

.index_new_height {
    height: 140px;
}

.index_new_height .num_bg img {
    width: 96px;
    height: 105px;
    /*width: 6vh;*/
    /*width: auto;*/
    position: absolute;
}

.index_new_height .num_bg span {
    /*position: absolute;*/
    /*z-index: 1000;*/
    /*left: 0px;*/
    /*top: 0px;*/
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 52px;
    color: #fff;
}

div.main div.r_main .wiget_box_bg table.lr_table {
    width: 100%;
    height: 100%;
}

div.main div.r_main .wiget_box_bg table.lr_table td {
    padding: 5px 0 5px 15px;
    /*line-height:28px;*/
}

div.main div.r_main .wiget_box_bg table.lr_table tr.lines td {
    border-top: 1px dashed #cdcdcd;
}

div.main div.wiget_box table.lr_table tr.line_top td {
    padding-bottom: 20px;
}

div.main div.wiget_box table.lr_table tr.lines td {
    padding-top: 20px;
}

div.main div.r_main .wiget_box_bg table.lr_table td span.gray,
div.main div.r_main .wiget_box_bg table.lr_table td.ltd {
    width: 80px;
}

div.main div.r_main .wiget_box_bg table.lr_table td span.gray {
    text-align: right;
    display: inline-block;
}

div.main div.wiget_box_title,
div.main div.wiget_box_title .ltitle,
div.main div.wiget_box_title .rtitle {
    /*background: url("../images/Admin/x-gradient.png") no-repeat 0 -55px;*/
    height: 50px;
}

div.main div.wiget_box_title .ltitle,
div.main div.wiget_box_title .rtitle {
    width: 5px;
    position: absolute;
    top: 0;
}

div.main div.wiget_box_title .ltitle {
    background-position: 0 0;
    left: -5px;
}

div.main div.wiget_box_title .rtitle {
    background-position: 0 -110px;
    right: 0;
}

div.main div.wiget_box_title {
    /*margin-left: 5px;*/
    position: relative;
    line-height: 50px;
    /*background-repeat: repeat-x;*/
}

div.main div.wiget_box_title span.mtitle {
    color: #354053;
    font-size: 16px;
    float: left;
    height: 50px;
    line-height: 50px;
    /*text-indent: 2rem;*/
}

div.main div.r_main table.list_tb {
    /* border: 1px solid #e8ebed; */
    width: 100%;
    margin-bottom: 9px;
    background: #fff;
    color: #606266;
    font-size: 14px;
    padding: 20px;

}

div.main div.r_main table.list_tb th {
    background: #F3F6FA;
    font-size: 16px;
    text-align: center;
    border-bottom: 0px;
    color:rgba(0, 0, 0, 0.88);
    font-weight: 600;
    padding: 12px 8px;
    line-height: 1.7;
}

div.main div.r_main table.list_tb th,
div.main div.r_main table.list_tb td {
    /* border-right: 1px solid #e8ebed; */
    /*line-height:35px;*/
    /*padding:0 5px;*/
    height: 45px;

    /* word-break: break-all; */
    word-wrap: break-words;
    text-align: left;
    padding-left: 10px;
}

div.main div.r_main table.list_tb th.lst-child,
div.main div.r_main table.list_tb td.lst-child {
    border-right: none;
}

div.main div.r_main div.bar_bot span.pl {
    margin-left: 5px;
}

div.main div.r_main div.bar_bot a.del_all {
    margin-left: 15px;
}

div.main div.r_main table.list_tb .loading_bar {
    height: 24px;
    width: 200px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 24px;
}

div.main div.r_main table.list_tb .loading_bar span {
    margin-left: 5px;
}

div.main div.r_main table.list_tb tr.nodata td.red {
    text-align: center;
    border-bottom: 1px solid #CDCDCD;
}

div.main div.r_main table.list_tb tr:nth-child(odd) {
    background-color: #fafafa;
}

.logon_name {
    margin-left: 10px;
}

.ver_name {
    background-color: #75B309;
    color: #fff;
    border-radius: 3px;
    padding: 3px 8px 3px 5px;
    margin-left: 3px;
    font-style: italic;
}

/*页脚*/
.pagination a,
.pagination span {
    margin-bottom: 0 !important;
    padding: 0 !important;
    min-width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-size: 14px;
}

.pagination a {
    border: 0 !important;
    color: #354053 !important;
    background-color: #fff !important;
}

.pagination a:hover {
    background-color: #f1f4f6 !important;
}

.pagination .next,
.pagination .prev {
    width: 80px !important;
    border: 0 !important;
    background: #f1f4f6 !important;
}

.pagination .next:hover,
.pagination .prev:hover {
    color: #f7755f !important;
}

.pagination .current {
    background: RGBA(15, 169, 255, 1) !important;
    border: 0 !important;
    border-radius: 5px;
}

.pagination .current.prev,
.pagination .current.next {
    color: #a7a7a7 !important;
    background: #f1f4f6 !important;
    border: 1px solid RGBA(238, 238, 238, 1);
}

.return-list {
    background: #3399FF;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
    padding: 5px 10px;
    width: 200px;
    text-align: center;
}

 .search_box .item-search{
    padding: 2px 10px;
    display: inline-block;
    /* margin-bottom: 6px; */
 }


 .search_box .item-search select{
  border: 1px solid #dcdcdc;
  height: 34px;
  line-height: 34px;
}


.main.smsindex button.doSearchact{
	padding: 5px 12px;
	background-color:rgb(15, 169, 255)
}
#url_info button{
	padding: 0px 5px;
	border-radius: 6px;
}













.mobile-show-cass{
  display: none;
}

.flex-end-container{
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
}






























.filter-collapse{
  display: none;
}
.phone-view-icon{
  display: none;
}
.n-popover__content{
  display: none;
}
/* 媒体查询兼容手机显示 */

@media screen and (max-width: 768px) {
  .account_info_right{
    display: none;
  }
  .show-menu{
    display: block;
  }
  .n-popover__content{
    position: fixed;
    width: 160px;
    background-color: #fff;
    padding:20px 20px 10px 20px;
    right: 5px;
    border-radius: 6px;
    z-index: 111;
    top: 65px;
    box-shadow: 0 0 5px #dedede;
  }
  .n-popover__content .item-action{
    padding: 15px 0;
    border-bottom: 1px solid #eeefff;
  }

  .n-popover__content .item-action a{
    color: #2f2e3f;
    font-size: 15px;

  }
  .n-popover__content .item-action:last-child{
    border-bottom: none;
  }
  .mobile-show-cass{
    display: block;
  }
  div.A_header div.T_bar{
    height: 60px;
    box-shadow: 1px 1px 5px #dedede;
    background: #fff;
  }

  div.A_header div.account_info{
    height: 60px;
    line-height: 60px;
    box-shadow: none;
    min-width: auto !important;
    display: flex;
    justify-content: flex-end;
  }
  .main_logo{
    display: none;
  }
  .r_main .bg-ff{
    margin-left: 0;
  }
  .moble-nav-dot{
    width: 60px;
    height: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;

  }
  
  .moble-nav-dot img{
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
  }
  .l_main{
    left: -240px;
    transition: all 0.3s linear;
  }
  .r_main{
    padding-top: 80px !important;
  }
 .l_main.toggleview{
  left: 0;
 }

 .r_main .bg-ff{
  padding: 0 14px !important;
 }

 .card-panel-text{
  font-size: 15px;
 }
 .card-panel{
  padding: 10px 8px !important;
 }
 .card-panel-num, .integer-num{
  font-size: 23px !important;
 }

 .b_box_title .page-babel-title{
  float: none !important;
 }
 .index-remind{
  display: block;
  text-align: left;
  line-height: 20px;
  margin-top: 10px;
 }

 div.main div.r_main table.list_tb .thead, div.main div.r_main table.list_tb .thead{
  white-space: pre;
 }


 .card-box{
    box-sizing: border-box;
    overflow-x: auto;
    width: 100%;
 }
 .mbar{
    padding: 10px !important;
 }
 #T_mb ul li{
    border-radius:4px;
    width: calc((100% - 42px) / 3);
    height: 36px;
    line-height: 36px;
margin: 6px;
 }
 #T_mb ul li div.M_top span{

    font-size: 14px;
 }

 .formdata{
    position: relative;
    border-radius: 6px;
    margin: 20px 0;
    right: auto;
    top: auto;
 }
 .search_box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: none;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0 !important;
 }
 .search_box  .item-search{
    display: block;
    width: calc(50% - 20px);
    margin:6px 10px;
    color: rgba(0, 0, 0, 0.88);
    font-size: 16px;
 }

.linexx  .search_box  .item-search{
  display: block;
  width: calc(50% - 26px);
  margin:6px 10px;
  color: rgba(0, 0, 0, 0.88);
  font-size: 16px;
}

 .search-bg{
  background: #fff !important;
  border-block: 1px solid rgba(5, 5, 5, 0.06);
 }
 .search_box .item-search input,.search_box .item-search select{
    display: block;
    margin-top: 10px;
    width: 100%;
    outline: none;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 4px;
    margin-bottom: 0;
 }


 div.main div.r_main div.wiget_box{
  padding: 10px;
  margin-top: 10px;
 }

 div.main div.r_main table.list_tb{
  border: none !important;

 }
 #T_mb ul li.current{
  background-color: #1366ec;
 }
 div.main div.r_main table.list_tb th, div.main div.r_main table.list_tb td{
  white-space: pre;
 }

 .button_phone{
  background-color:#1366ec !important;
  border: none !important;
 }
.button_phone_plain{
  background-color:#fff !important;
  border: 1px solid #1366ec !important;
  color: #1366ec !important;

}

 .phone-show-none{
  display: none;
 }


 .button_1{
  font-size: 14px !important;
  text-align: center;
  padding-top: 6px !important;
  padding-bottom: 6px !important;

 }


 div.members table.list_tb a{

  padding: 6px 10px !important;
  border: 1px solid #1366ec;
  color: #1366ec;
  margin-right: 8px;
  font-size: 14px;

 }

.over-phone-show-box{
  width: 100%;
  overflow-x: auto;
}
div.main div.r_main{
  width: 100% !important;
}

.button_phone_flex{
  width: calc((100% - 40px) / 3);
  display: inline-block;
}


.class_list_more{
  display: none;
}


.filter-collapse{
  display: flex;
  font-size: 15px;
  color: #1366ec;
  align-items: center;
  margin-left: 10px;
  
}
/* .text-view{
  font-size: 15px;
  color: #1366ec;
} */
.anticon-down{
  margin-inline-start: 0.5em; transition: 0.3s; transform: rotate(0turn);
}
.anticon-up{
  margin-inline-start: 0.5em; transition: 0.3s; transform: rotate(0.5turn);
}
.collapse-hide-box{
  display: none;
}

.collapse-show-box{
  display: block;
}

#T_mb ul li.current:hover{
  background-color: #1366ec !important;
}

div.main div.r_main table.list_tb .loading_bar {
  height: 24px;
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 24px;
  margin-left: 120px;
  text-align: center;
}

div.main div.r_main table.list_tb .loading_bar img{
  margin-left: 60px;
}


.content-center{
  width: auto !important;
  padding: 10px !important;
  border: none !important;
}
.content-center input{
  height: 32px !important;
  line-height: 32px !important; 
  width: 165px !important;
  font-size: 16px !important;
        text-indent: 5px !important;
}
.line-content{
  width: auto !important;
  margin-left: 0 !important;
}

.title-pa-div{
  font-size: 17px !important;
  padding: 10px 0 !important;
  font-weight: 600;

}
.title-pa-div div{
  border-bottom: none !important;
}

div.main div.r_main .wiget_box_bg table.lr_table td span.gray{
  display: block;
  width: auto !important;
  text-align: left !important;
  padding-bottom: 8px;
}


div.members div.wiget_box_bg .prov,div.members div.wiget_box_bg .city,div.members div.wiget_box_bg .area{
  width: calc((100% - 32px)/3);
  outline: none;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
    font-size: 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d9d9d9;
    border-radius: 4px;
    margin-right: 8px;
}


.place .textfield{
  width: 100% !important;
  margin-top: 10px;
  height: 38px;
  line-height: 38px;
  text-indent: 10px;
  font-size: 16px;
}

.left-number{
  display: none;
}

.upcar-addr{
  margin: 10px !important;
}
div.driver div.r_main .wiget_box_bg table.lr_table td.rtd{
  width: auto;
  padding-left: 0 !important;
}

div.main div.r_main .wiget_box_bg table.lr_table td{
  padding-left: 0 !important;
}


.input-label1{
  width: 96px !important;
  font-size: 15px;
  height: 32px !important;
  line-height: 32px !important; 
  color: rgba(0, 0, 0, 0.88) !important;
}
.line-op-pa{
  color: rgba(0, 0, 0, 0.45);
  margin: 8px 0 !important;
}


.delete{
  margin-left: 10px !important;
  flex-direction: row !important;
  white-space: nowrap !important;
  height: 32px !important;
  padding: 5px 33px !important;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 4px;
  float: right !important;
}


.car-blist{
  border: 1px dashed rgba(0, 0, 0, 0.45);
}

.line-btn{
  margin-left: 10px;
  color: #fff;
  background-color: #1366ec !important;
  border: 1px solid #1366ec !important;
}


.editor—wrapper-div{
  width: 100% !important;
  margin-left: 0 !important;
}

.no-seat-optional input[type="number"],.seat-optional input[type="number"]{
  width: 50% !important;
        margin: 5px 5px 5px 0;
        height: 38px;
        line-height: 38px;
        text-indent: 10px;
        font-size: 16px;
        border: 1px solid #dcdcdc;

}
.refund_time_set{
  width: 50% !important;
  margin: 5px 5px 5px 0;
  height: 38px;
  line-height: 38px;
  text-indent: 10px;
  font-size: 16px;
  border: 1px solid #dcdcdc;
}
.return-lineset-view{
  display: none;
}

.self-set{
  font-size: 15px !important;
  font-weight: bold !important;
}

.comfirm-btn{
  margin: 20px 0 !important;
  display: block;
  margin-left: 0 !important;
}
.comfirm-btn .sure-save{

  width: 100%;
  color: #fff;
  background-color: #1366ec !important;
  border: 1px solid #1366ec !important;
}
.buybus-tab1, .buybus-tab2{
  border: 1px solid #e4e7ed !important;
  padding: 9px 40px !important;
}
.buybus-selected1, .buybus-selected2{
  background:#1366ec !important;
  color: #fff;
}

.return-lineclass-list{
  background:#fff !important;
  color: #1366ec !important;
  border: 1px solid #1366ec  !important;
  padding: 8px 10px !important;
  margin-top: 10px;
}
.orderMenu{
  display: none;
}

.order-search{
  background-color: #fff !important;
    box-shadow: 0 0 5px #ddd;
    padding: 10px;
}
#doSearchBranch{
  margin-left: 0 !important;
}
div.members div.wiget_box table.lr_table input.textfield{
  width: 200px !important;
}


#addTemp input[type=text], select, input[type=date]{
  margin-left: 0 !important;
}
#url_info span{
  word-break: break-all !important;
  line-height: 26px !important;
}

#url_info button{
  display: block !important;
  padding: 4px 10px;
  background-color: #1366ec !important;
  border: 1px solid #1366ec !important;
}




.phone-view-icon{
  display: flex;
  align-items: center;
  justify-content: center;

}
.phone-view-icon img{
  width: 28px;
  height: 28px;
  display: block;
  margin-left: 10px;
}

.phone-view-icon span{
  font-size: 16px !important;
  color: #333;
}







}

div.main div.r_main table.list_tb th, .main.drivers.members div.r_main table.list_tb.hgstemp td {
    word-break: break-all;
    }
