@charset "utf-8";
/*********************************************************************************
**项目名：批发商管理端
** 描述：批发商管理端css
** 创建时间：2018/7/3
** 最后修改人：（无）
** 最后修改时间：（无）
** 版权所有 (C) :tianmei
**********************************************************************************/
/* CSS Document */
.flex,
.flexrow,
.flexup,
.list10 .list10ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexrow {
  flex-flow: row wrap;
}
.flexup {
  flex-direction: column;
  justify-content: flex-start;
}
.public2 {
  padding: 0px 4%;
}
.sortBtn,
.addBtn {
  width: 40px;
  text-align: right;
}
.sortBtn img {
  width: 20px;
  height: 20px;
}
.search_wrap {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0px 3%;
}
.search {
  position: relative;
  height: 50px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.searchIcon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/search.png?b7dfc33ac7cb0dece7cc5ad3eed05a77) no-repeat;
  background-size: 100% 100%;
  left: 12px;
  top: 50%;
  margin-top: -6px;
  position: absolute;
}
.nav1 {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 2%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.nav1 a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
}
.nav1 a.acitve {
  color: #315ae1;
}
.nav1 a.acitve span {
  position: relative;
}
.nav1 a.acitve span:after {
  content: "";
  display: block;
  border: 1px solid #315ae1;
  width: 100%;
  left: 0px;
  bottom: -10px;
  position: absolute;
}
.nav1.type1 {
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0px;
}
.nav1.type2 {
  background-color: rgba(255, 255, 255, 0.4);
}
.nav1.color1 a.acitve {
  color: #ff6400;
}
.nav1.color1 a.acitve span {
  position: relative;
}
.nav1.color1 a.acitve span:after {
  content: "";
  display: block;
  border: 1px solid #ff6400;
  width: 100%;
  left: 0px;
  bottom: -10px;
  position: absolute;
}
.list1 {
  width: 100%;
}
.list1 .list1ul > li {
  padding: 15px 4% 0px;
  margin-top: 10px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list1 .list1_img {
  height: 0px;
  width: 90px;
  padding: 45px 0;
  overflow: hidden;
}
.list1 .list1_img img {
  width: 100%;
  margin-top: -50%;
  background-color: #FFF;
  border: none;
}
.list1 .list1_mes {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}
.list1 .list1_mes .list1_title {
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list1 .list1_mes .list_mes_item {
  width: 100%;
  line-height: 30px;
}
.list1 .list1_mes .list_mes_item .list_price {
  font-size: 15px;
}
.list1.type1 .list_price {
  color: #111111;
}
.list1.type1 .list_price small {
  margin: 0px 2px;
  font-size: 12px;
}
.list1.type1 .list_line {
  color: #111111;
}
.list_line {
  color: #ff4c2f;
}
.editor_btn {
  float: right;
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/edit.png?ab5393e8ea524487754b3ac50d1e8cb2) no-repeat;
  background-size: 100% 100%;
  margin-top: 10px;
}
.list_price {
  color: #ff4c2f;
}
.btn_group {
  height: 40px;
  line-height: 40px;
}
.btn_group a {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #999999;
}
.btn_group a span {
  font-size: 14px;
  padding-left: 18px;
}
.btn_group a.editor span {
  background: url(../img/edit.png?ab5393e8ea524487754b3ac50d1e8cb2) left center no-repeat;
  background-size: 14px 14px;
}
.btn_group a.shelves span {
  background: url(../img/edit.png?ab5393e8ea524487754b3ac50d1e8cb2) left center no-repeat;
  background-size: 14px 14px;
}
.goodName {
  width: 100%;
  padding: 15px 0px 0px;
}
.goodName .main {
  margin: 0px 0px 8px;
  font-size: 16px;
  line-height: 20px;
  word-break: break-all;
  position: relative;
}
.goodName .con_cue {
  font-size: 13px;
  width: 100%;
  line-height: 20px;
  display: block;
  word-break: break-all;
}
.price_box {
  width: 100%;
  line-height: 30px;
}
.price_box .list_price {
  font-size: 18px;
}
.rule_box {
  font-size: 16px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.rule_box .rul_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  flex-direction: row;
  flex-wrap: wrap;
  width: 50%;
}
.rule_box .rul_item dt {
  color: #999999;
}
.rule_box .rul_item dd {
  padding-left: 6px;
}
.part1 {
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 5px;
  padding: 0px 3%;
}
.label1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 50px;
  flex-direction: row;
  flex-wrap: wrap;
}
.label1 dt {
  color: #999999;
}
.label1 dd {
  padding-left: 6px;
}
.item1 {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.item1 dt {
  color: #999999;
  min-width: 56px;
}
.item_price {
  color: #ff4c2f;
}
.ptype2 {
  padding: 15px 0px;
}
.list_a a {
  word-break: keep-all;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  padding: 0px 8px;
  margin-right: 4px;
}
.list_a a.active {
  color: #315ae1;
  border: 1px solid #315ae1;
}
.footer_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 991;
}
.aside {
  font-size: 15px;
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  top: 0px;
  bottom: 0px;
  right: -300px;
  z-index: 555;
  width: 300px;
  background: #ffffff;
}
.aside.type2 .cell_primary {
  font-weight: bold;
}
.aside.gay {
  background-color: #f2f2f2;
}
.aside .label {
  font-size: 15px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #e5e5e5;
  color: #e5e5e5;
  padding: 0px 10px;
  background: #ffffff;
}
.vtree {
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding-bottom: 96px;
}
.vtree > ul > li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
  cursor: pointer;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  vertical-align: bottom;
  cursor: none;
}
.vtree > ul > li.js-show .vtree_item {
  height: auto;
  position: relative;
}
.vtree > ul > li.js-show .vtree_item:after {
  content: "";
  background-color: #dddddd;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.vtree > ul > li.js-show .vtree_item:nth-last-of-type(1):after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  background-color: transparent;
}
.vtree > ul > li.js-show div[vtreeCell*='all']:before {
  content: "";
  background-color: #dddddd;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0px;
  position: absolute;
}
.vtree > ul > li.js-show div[vtreeCell*='all'] .arrowR:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.vtree > ul > li .blueFont.cell_ft {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100px;
}
.vtree_cell,
.cell_item {
  padding: 10px 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.vtree_cell .checked2 {
  margin-bottom: 0px;
  margin-left: 0px;
}
.vtree_cell.second {
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vtree_cell span {
  margin-left: 12px;
  vertical-align: middle;
}
.vtree_item {
  height: 0px;
  overflow: hidden;
}
.bottomBox {
  position: absolute;
  bottom: 0px;
  right: -300px;
  width: 300px;
  z-index: 999;
}
.arrowR.down:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.arrowR:after {
  content: " ";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 6px;
  width: 6px;
  border-width: 2px 2px 0 0;
  border-color: #999999;
  border-style: solid;
  position: relative;
  margin-left: .3em;
}
.rArrow {
  position: relative;
}
.rArrow:after {
  content: " ";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 8px;
  width: 8px;
  border-width: 1px 1px 0 0;
  border-color: #999999;
  border-style: solid;
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
}
.cell_primary {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.cell_primary.tr {
  text-align: right;
}
.blueFont {
  color: #315ae1;
}
.asideClass {
  width: 300px;
  position: fixed;
  right: 0;
  top: 0;
  font-size: 15px;
  display: none;
  z-index: 557;
  height: 100%;
  background: #ffffff;
  overflow-y: scroll;
}
.asideClass .head_left {
  font-size: 15px;
  top: 14px;
}
.asideClass .head_left .backArrow {
  width: 12px;
  margin-top: -2px;
}
.asideClass header {
  background: #ffffff;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  text-align: center;
}
.asideClass .vtree_cell {
  font-size: 15px;
}
.head_left {
  position: absolute;
  left: 3%;
  z-index: 9;
  top: 8px;
  font-size: 18px;
}
.upload {
  background: url(../img/upload.png?53153dd4dc3e2e3f87974ce8e42854a4) no-repeat;
  background-size: 100% 100%;
}
.uploadNum {
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -13px;
  color: #bbbbbb;
  font-size: 13px;
}
.edit {
  width: 100%;
  overflow: hidden;
}
.list_type1,
.list_type2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff !important;
  padding: 10px 4%;
}
.list_type1 .cell_primary {
  font-size: 14px;
  color: #999999;
}
.list_type1 .cell_ft {
  padding-right: 20px;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #111111;
  text-align: right;
}
.list_type2 .cell_primary {
  font-size: 14px;
  color: #111111;
  line-height: 32px;
}
.list_type3 {
  background-color: #ffffff;
}
.list_type3_title {
  font-size: 14px;
  color: #999999;
  padding: 0px 3%;
  height: 44px;
  line-height: 44px;
}
.list_type3_list {
  padding: 0px 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  line-height: 60px;
  -webkit-align-items: center;
  align-items: center;
}
.camarea {
  background-color: #ffffff;
  padding: 20px 4% 10px;
}
.camarea .upload_warn {
  color: #999999;
  line-height: 30px;
}
.cell_item {
  position: relative;
  padding-left: 4%;
  overflow: hidden;
}
.cell_item:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.tab1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0;
}
.tab1 .tab_item {
  transition: all .2s;
  -webkit-transition: all .2s;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tab1 .tab_item .arrowDown {
  display: none;
}
.tab1 .tab_item.on a {
  background-color: #315ae1;
  color: #ffffff;
  position: relative;
}
.tab1 .tab_item.on a .arrowDown {
  display: block;
  position: absolute;
  right: 47%;
  bottom: -16px;
  border-style: solid dashed dashed dashed;
  border-color: #315ae1 transparent transparent transparent;
  border-width: 8px;
  width: 0;
  height: 0;
  overflow: hidden;
}
.tab1 .tab_item a {
  text-align: center;
  display: block;
  width: 90%;
  margin: 17px auto 0;
  height: 26px;
  line-height: 26px;
  color: #aaaaaa;
  vertical-align: middle;
  background-color: #ffffff;
}
.list2 {
  width: 100%;
}
.list2ul > li {
  padding: 16px 4%;
  background-color: #ffffff;
  margin-bottom: 10px;
}
.list2ul .order_name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 40px;
  max-width: 288px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.list2ul .order_status {
  line-height: 40px;
  color: #aaaaaa;
}
.list2ul .order_status.doing {
  color: #ff6400;
}
.order_top {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order_bottom {
  font-size: 14px;
}
.order_bottom .order_bottom_ti {
  color: #aaaaaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}
.order_bottom .order_num {
  color: #aaaaaa;
}
.order_bottom .order_num .blackFont {
  color: #000000;
}
.order_bottom .order_num em {
  margin-left: 10px;
  font-style: normal;
}
.order_bottom .order_money {
  line-height: 30px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.order_bottom .order_money span {
  color: #aaaaaa;
}
.order_bottom .order_money .blackFont {
  color: #000000;
}
.order_bottom .order_money em {
  margin-left: 10px;
  font-style: normal;
}
.filterInner {
  width: 100%;
}
.filterInner .filter {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.filterInner .filter .cell_primary {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.filterInner .filter.type1 {
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
.filterInner .filter.type1.arrowR:after {
  margin-top: 8px;
}
.filterInner .filter.type2 {
  padding: 20px 10px;
}
.filterInner .filter.type2 .btn3 {
  margin-right: 6px;
}
.filterInner .filter.type2 .text4 {
  margin: 0px 14px;
}
.filterInner .filter.type3 {
  margin-bottom: 0px;
  border-top: 0px;
}
.filterInner .filter.type4 {
  border-top: 0px;
}
.filterInner .filter .order_title {
  width: 100%;
  padding: 0px 10px;
  line-height: 45px;
  height: 45px;
}
.filterInner .filter .fi_list {
  padding: 15px 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.filterInner .filter .fi_list .btn4 {
  margin-bottom: 10px;
  margin-right: 10px;
}
.filterInner .text2 {
  -webkit-transform: translateX(12%);
  transform: translateX(12%);
}
.cell1.color1 {
  background-color: #fff1ef;
}
.cell1.color2 {
  background-color: #f1ffef;
}
.status1 {
  color: #ff6400;
  font-style: normal;
}
.status2 {
  color: #3cb034;
}
.cell1 {
  height: 45px;
  line-height: 45px;
}
.cell1 .cell_primary {
  color: #111111;
  font-size: 16px;
}
.cell1 .cell_ft {
  font-size: 15px;
}
.list_group1,
a.list_group1 {
  background-color: #ffffff;
  margin-bottom: 5px;
}
.list_group1.type1 {
  padding: 15px 4%;
  font-size: 15px;
}
.cell2,
.cell1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4%;
}
.list3 {
  width: 100%;
  padding: 0px 4%;
}
.list3ul > li {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0px;
}
.list_item {
  font-size: 13px;
  color: #333333;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_img {
  height: 0;
  width: 50px;
  padding: 25px 0;
  overflow: hidden;
}
.list_img img {
  width: 100%;
  margin-top: -50%;
  background-color: #FFF;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_mes {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: calc(100% - 50px);
}
.list_title {
  line-height: 20px;
  padding-left: 10px;
  width: 180px;
  max-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 4px;
}
.list_lf {
  padding-left: 10px;
}
.list_rt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.list_title2 {
  line-height: 22px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.organize1 {
  font-size: 15px;
  width: 100%;
  padding: 20px 0px;
}
.organize1_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.organize1_item dt {
  color: #777777;
  margin-right: 20px;
}
.organize1_item dt.fc1 {
  color: #111111;
  font-size: 16px;
}
.organize1_item dt.fc2 {
  font-size: 16px;
}
.organize1_item dd {
  width: calc(100% - 90px);
}
.organize1_item .name1 {
  margin-right: 10px;
}
.li_title1 {
  line-height: 30px;
  font-size: 16px;
  color: #111111;
}
.cell3 {
  width: 100%;
  padding: 10px 4%;
}
.li_text {
  font-size: 15px;
}
.list5 {
  width: 100%;
}
.listul5 li {
  background-color: #ffffff;
  padding: 15px 4%;
  margin-bottom: 5px;
}
.listul5 li .listul5_top {
  width: 100%;
  font-size: 15px;
  color: #111111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.listul5 li .listul5_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.listul5 li .listul5_bottom span {
  margin-top: 10px;
  font-size: 14px;
  color: #777777;
}
.v_msg_title {
  line-height: 60px;
  text-align: center;
  color: #111111;
  font-size: 17px;
  font-weight: bold;
}
.v_msg_content {
  padding: 0px 28px 40px;
}
.v_msg_content .flex {
  line-height: 35px;
  margin-bottom: 15px;
}
.v_msg_content .label2 {
  width: 60px;
  margin-right: 10px;
}
.v_msg_content .textarea1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list6ul li {
  padding: 0px 4%;
  background-color: #ffffff;
  margin-bottom: 5px;
}
.list6ul li .list_item {
  padding: 10px 0px;
}
.list6ul .list_param {
  padding: 10px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
}
.list6ul .list_param .list_patam_itm {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 24px;
  font-size: 14px;
}
.list6ul .list_param .list_patam_itm dt {
  color: #777777;
}
.list6ul .list_param .list_patam_itm dd {
  color: #000000;
  margin-left: 4px;
}
.order_act {
  width: 100%;
  position: relative;
}
.bg1 {
  width: 100%;
}
.order_header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 50px;
  color: #315ae1;
  text-align: center;
  font-size: 12px;
  line-height: 36px;
}
.order_act_flex {
  width: 100%;
  position: absolute;
  top: 20px;
  left: 0px;
  height: calc(100% - 50px);
  padding: 34px 4% 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.order_act_flex .act_item {
  width: 25%;
  padding-bottom: 4px;
  flex-flow: column nowrap;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.order_act_flex .act_icon {
  position: relative;
  width: 30px;
  height: 30px;
}
.order_act_flex .act_icon.icon1 {
  background: url(../img/indexIcon1.png?709e7d7c03007b92e9481cdca4730f36) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon2 {
  background: url(../img/indexIcon2.png?1a78ed7e685d16c7f76a3177598387be) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon3 {
  background: url(../img/indexIcon3.png?1732a85fa3d6cdd8e603a2c30dfe9726) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon4 {
  background: url(../img/indexIcon4.png?69b5edc33e99295e8fa8992e964c45ed) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon5 {
  background: url(../img/indexIcon5.png?64fa19f1712a09c02df2efe092e17e0c) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon6 {
  background: url(../img/indexIcon6.png?5e41bbf4cc46911b5267f61aa0659a6a) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon7 {
  background: url(../img/indexIcon7.png?3e0f040c8934056c65109a5ad3de077b) no-repeat;
  background-size: 100% 100%;
}
.order_act_flex .act_icon.icon8 {
  background: url(../img/indexIcon8.png?e9c42097b6e40fdb67fbf88d1ad15b21) no-repeat;
  background-size: 100% 100%;
}
.icon_num {
  right: -6px;
  top: -3px;
  background-color: #ff6400;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  font-style: normal;
  display: inline-block;
  padding: 0.15em 0.4em;
  min-width: 8px;
  border-radius: 18px;
  line-height: 1.2;
}
.act_text {
  font-size: 12px;
  line-height: 26px;
}
.shell1 {
  width: 100%;
  padding: 0px 2.6%;
}
.panel1 {
  width: 100%;
  box-shadow: 0px 5px 10px 0px rgba(8, 7, 7, 0.06);
  border-radius: 2px 2px 4px 4px;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 22px;
}
.panel1.tab-panel-item {
  margin-bottom: 12px;
}
.type2 .panel1_content {
  padding: 0px 4% 24px;
}
.panel1_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 4%;
  line-height: 44px;
  flex-flow: row nowrap;
}
.panel1_title .headlines {
  font-size: 14px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.panel1_title .subtitle {
  color: #bbbbbb;
  display: block;
  width: 80px;
  text-align: center;
}
.panel1_content {
  width: 100%;
  padding: 16px 4%;
}
.panel1_content.h2 {
  height: 136px;
  overflow: hidden;
}
.panel1_content .tableitem {
  width: 100%;
  line-height: 36px;
  font-size: 13px;
}
.panel1_content .content1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.panel1_content .content1.active {
  color: #ff6400;
}
.panel1_content .content2 {
  display: block;
  width: 80px;
  text-align: center;
}
.panel1_content .content2.active {
  color: #ff6400;
}
.slideDown {
  display: block;
  width: 34px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -17px;
  background: url(../img/drap.png?7793c64bb5d094acf3338430cc8945fc) no-repeat;
  background-size: 100% 100%;
  bottom: -11px;
}
.h2 + .slideDown {
  background: url(../img/pull.png?460b1acfd389bb91d30b31eb9c25a215) no-repeat;
  background-size: 100% 100%;
}
.select1_box {
  line-height: 18px;
  margin-top: 14px;
}
.slidedown1 {
  display: inline-block;
  width: 7px;
  height: 4px;
  vertical-align: middle;
  background: url(../img/slide1.png?59c3a557fb7cfee38c10d86c28f63c7f) no-repeat;
  background-size: 100% 100%;
}
.quantity {
  width: 100%;
  height: 130px;
  padding: 30px 0px;
}
.quantity2 {
  width: 100%;
  padding: 20px 0px;
}
.p_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #eeeeee;
  flex-flow: column nowrap;
  text-align: center;
}
.p_item:nth-last-of-type(1) {
  border: 0px;
}
.p_item .p_itemb {
  color: #888888;
  line-height: 30px;
}
.p_item .p_itema {
  font-size: 21px;
}
.p_item .p_itemd {
  color: #ff6400;
  font-size: 21px;
  line-height: 30px;
}
.p_item .p_iteme {
  color: #333333;
  line-height: 32px;
}
.switch_panel {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
}
.btn_arr {
  width: 100%;
  text-align: center;
}
.direction {
  display: block;
  width: 15px;
  height: 13px;
  background: url(../img/arrowD.png?b5e05567391b943c14f61d4b9104a155) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  bottom: -9px;
}
.direction.fl {
  margin-left: -37px;
}
.direction.rt {
  margin-left: 24px;
}
.canvas1_left {
  width: 188px;
  height: 130px;
  position: relative;
}
.canvas1_left img {
  width: 100%;
  height: 100%;
}
.canvas1_bg {
  width: 100%;
  height: 100px;
  background: url(../img/circleBg.png?ccec85434134c945c008d5f76e10390e) center center no-repeat;
  background-size: auto 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.canvas1_name {
  color: #315ae1;
  font-size: 23px;
  margin: 0px auto;
}
.canvas4_text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 13px;
}
.statistical {
  width: 100%;
  padding: 20px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.canvas1_list {
  height: 130px;
  overflow: hidden;
  width: calc(100% - 188px);
  border-left: 1px solid #eeeeee;
}
.canvas1_list ul > li {
  padding: 0px 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 26px;
  flex-flow: row nowrap;
  border-bottom: 1px solid #eeeeee;
}
.canvas1_list ul > li .can_item1 {
  color: #ff6400;
}
.canvas1_list ul > li .can_item2 {
  color: #333333;
  max-width: 90px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.canvas1_list ul > li .can_item3 {
  color: #999999;
  text-align: right;
}
.statistical_list {
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.statistical_list li {
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  line-height: 32px;
}
.statistical_list .can_item1 {
  margin-right: 8px;
  color: #ff6400;
}
.statistical_list .can_item2 {
  color: #333333;
  width: 270px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.statistical_list .can_item3 {
  color: #999999;
}
.statistical2 {
  padding: 0px 3%;
  height: 160px;
}
.statistical2 img {
  width: 100%;
}
.canvas2 {
  width: 100%;
  padding: 20px 10px;
  height: 230px;
}
.canvas2 img {
  width: 100%;
}
.canvas3 {
  width: 100%;
  padding: 0px 10px;
}
.canvas3 img {
  width: 100%;
}
.questionBtn {
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.canvas1_list_aitem {
  height: 65px;
  text-align: center;
}
.canvas1_list_aitem strong {
  line-height: 38px;
  color: #315ae1;
  font-size: 18px;
}
.sortdown {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 6px;
  background: url(../img/sortarrow.png?f38c26c0cbc14d064c914dbad98cec01) no-repeat;
  background-size: 100% 100%;
}
.timeInput {
  line-height: 20px;
  position: relative;
  display: block;
  height: 40px;
  text-align: center;
}
.timeInput .sortdown {
  position: absolute;
  right: 42px;
  top: 50%;
}
.timeInputDiv {
  height: 20px;
  font-size: 13px;
  text-align: left;
}
.nav2 {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 4%;
}
.nav2 .nav2_item {
  margin: 0px 1px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 16px 0px 10px;
  border-radius: 15px;
}
.nav2 .nav2_item strong {
  line-height: 30px;
  font-size: 21px;
}
.disc {
  width: 100%;
}
.disc .disc_top {
  width: 100%;
  position: relative;
  height: 175px;
}
.disc .disc_canvas {
  width: 225px;
  height: 225px;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
.disc .shopcar {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 43px;
  height: 43px;
  margin-left: -21px;
  background: url(../img/shopcar.png?5a65b5e7f6995e147d6e546d28a846a4) no-repeat;
  background-size: 43px 43px;
  z-index: 99;
}
.disc_bottom {
  padding-bottom: 30px;
  margin-bottom: 14px;
  background: #ffffff;
  padding-top: 80px;
}
.disc_bottom .disc_data {
  padding: 0px 4%;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 30px;
}
.disc_bottom .disc_data .disc_item1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.disc_bottom .disc_data .disc_item1 i {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
}
.disc_bottom .disc_data .disc_item1 .coloricon1 {
  background-color: #fcc721;
}
.disc_bottom .disc_data .disc_item1 .coloricon2 {
  background-color: #ff7d58;
}
.disc_bottom .disc_data .disc_item1 .coloricon3 {
  background-color: #b158ff;
}
.disc_bottom .disc_data .disc_item2 {
  width: 90px;
  color: #333333;
  text-align: center;
}
.bannk {
  padding: 0px 4%;
  width: 100%;
  background-color: #ffffff;
}
.tabbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tabbar .sort_r {
  padding-right: 10px;
  position: relative;
  color: #315ae1;
}
.tabbar .sort_r .slidedown1 {
  right: 0px;
  bottom: 16px;
}
.sort_name {
  font-size: 15px;
}
.list7 {
  width: 100%;
}
.list7 ul > li {
  padding: 24px 0px 0px;
}
.list7 ul > li .list_item {
  position: relative;
}
.list7 ul > li .list_img {
  margin-left: 16px;
  border: 1px solid #e5e5e5;
  width: 90px;
  padding: 45px 0;
}
.list7 ul > li .list_img .badge1 {
  left: 6px;
  top: -8px;
}
.list7 ul > li .list_img img {
  border: 0px;
}
.list7 ul > li .list_mes {
  margin-left: 20px;
  max-width: calc(100% - 126px );
}
.list7 ul > li .list_mes_item {
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.badge1 {
  background-color: #315ae1;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  display: inline-block;
  padding: 0.3em 0.6em;
  min-width: 8px;
  border-radius: 18px;
  line-height: 1.2;
  font-style: normal;
}
.list_title3 {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #999999;
  font-weight: 400;
}
.list_mes_price {
  color: #ff4c2f;
  font-size: 17px;
}
.list_mes_r {
  color: #999999;
}
.list_mes_r strong {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
}
.list8 {
  width: 100%;
  padding-bottom: 42px;
}
.list8 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-left: 48px;
  width: calc(100% - 48px);
  padding: 10px 0px 10px 0px;
}
.list8 li .list_children {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #999999;
  text-align: left;
}
.list8 li .list_children strong {
  font-size: 17px;
  color: #000000;
}
.list8 li .list_children strong.list_children_price {
  color: #ff4c2f;
}
.list8 li .badge1 {
  left: -33px;
  top: 17px;
}
.list8 li .list_item2 {
  line-height: 34px;
}
.list8 li .list_item2 .level1 {
  width: 15px;
  height: 15px;
  margin-top: -2px;
}
.list8 li .list_item2 .list_name1 {
  max-width: calc(100% - 17px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 2px;
  font-size: 15px;
}
.knowBtn {
  background-color: #315ae1;
  color: #ffffff;
}
.nodata {
  text-align: center;
  margin: 100px auto 0px;
}
.nodata img {
  width: 101px;
  height: 122px;
}
.cell4 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cell4.user_content {
  background-color: #ffffff;
}
.cell4.user_content .cell4_ft {
  color: #111111;
}
.cell4.user_content .cell4_item:nth-child(1) {
  position: relative;
}
.cell4.user_content .cell4_item:nth-child(1):before {
  content: "";
  background-color: #eeeeee;
  display: block;
  width: 100%;
  height: 1px;
  top: 0px;
  left: 15px;
  position: absolute;
}
.cell4.user_content .cell4_item {
  height: 54px;
  line-height: 54px;
}
.cell4 .cell4_item {
  width: 100%;
  font-size: 14px;
  padding: 0px 4%;
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
}
.cell4 .cell4_item.tc {
  text-align: center;
  font-size: 17px;
  color: #ff0000;
  -webkit-justify-content: center;
  justify-content: center;
}
.cell4.type1 .cell4_ft {
  color: #111111;
}
.cell4.type1 .cell4_rt {
  color: #999999;
}
.cell4.type1 .cell4_rt.black {
  color: #111111;
}
.cell4:after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  z-index: 99;
}
.cell4:before {
  top: 0;
  border-top: 1px solid #eeeeee;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 99;
}
.cell4.noborder:after {
  display: none;
}
.cell4.noborder:before {
  display: none;
}
.cell4.noborder .cell4_item:before {
  background-color: transparent !important;
}
.cell4_ft {
  color: #999999;
}
.cell4_ft.black {
  color: #111111;
}
.cell4_rt {
  height: 100%;
  width: 152px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111111;
  padding-right: 16px;
}
.cell4_rt.typegay {
  text-align: center;
  width: 140px;
  color: #999999;
}
.cell4_rt.pr0 {
  padding-right: 0px;
}
.addBtn img {
  width: 20px;
  height: 20px;
}
.nav3 {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background-color: #315ae1;
  padding: 0px 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.userName {
  color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.userName strong {
  font-size: 15px;
}
a.editLink {
  margin-left: 15px;
  color: #ffffff;
}
a.editLink img {
  height: 14px;
  line-height: 14px;
  margin-top: -2px;
}
a.editLink span {
  padding: 2px 4px;
  border-radius: 2px;
  background-color: #577cf6;
}
.userNamel {
  color: #819dfa;
  margin-right: 4px;
}
.customerDetail {
  width: 100%;
  padding: 25px 0% 0px;
  background-color: #ffffff;
}
.customerDetail .mb10 {
  padding-bottom: 30px;
}
.customerDetail .customerDetail_item {
  padding: 0px 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 36px;
}
.customerDetail .customerDetail_item dt {
  width: 80px;
  color: #aaaaaa;
  font-size: 14px;
}
.customerDetail .customerDetail_item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  margin-top: 8px;
}
.fc3 {
  color: #315ae1;
}
.connectBtn {
  height: 16px;
  line-height: 16px;
}
.table,
.table_data {
  width: 100%;
}
.table_sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
}
.table_title {
  line-height: 40px;
  font-size: 14px;
  padding: 15px 4% 0px;
}
.table_data {
  text-align: center;
}
.table_data canvas {
  width: 100%;
}
.addBtn img {
  height: 20px;
  line-height: 20px;
}
list9 {
  width: 100%;
}
.list9ul {
  width: 100%;
}
.list9ul li {
  height: 86px;
  padding: 0px 60px 0px 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  position: relative;
}
.list9ul li .list9_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list9ul li .list9_top .list9_name {
  font-weight: 500;
  font-size: 17px;
  max-width:  calc(100% - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list9ul li .list9_top .level1 {
  margin-top: 4px;
  margin-left: 10px;
}
.level1 {
  width: 15px;
  height: 15px;
  margin-top: -2px;
}
.list9_right {
  width: 60px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #aaaaaa;
  text-align: center;
}
.list9_bottom {
  width: calc(100% - 37px);
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #aaaaaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list9_bottom .list9_b_lf {
  color: #98aef7;
}
.list9_bottom .list9_b_lf2 {
  color: #555555;
  display: block;
  height: 16px;
  width: calc(100% - 70px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
}
.city_select {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 300px;
  z-index: 556;
  display: none;
  background: #ffffff;
  overflow-y: scroll;
}
.city_select .head_left {
  top: 12px;
}
.city_select .backArrow {
  width: 20px;
  margin-top: -2px;
}
.city_select_title {
  line-height: 45px;
}
.cell5 {
  width: 100%;
  padding: 0px 4% 50px;
  color: #777777;
}
.msg_content {
  width: 100%;
  padding: 0px 4%;
}
.msg_pubilc {
  width: 100%;
}
.msg_pubilc > ul > li {
  margin-top: 15px;
  background-color: #ffffff;
  border-radius: 10px;
}
.msg_pubilc > ul > li .msg_text {
  font-size: 15px;
  padding: 15px;
}
.msg_pubilc > ul > li .msg_timebox {
  width: 100%;
  padding: 10px 15px;
}
.msg_pubilc > ul > li .msg_text_inner {
  position: relative;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.msg_pubilc > ul > li .msg_time {
  color: #888888;
}
.system .reddot_box .msg_text_inner {
  padding-left: 16px;
}
.system .reddot_box .msg_text_inner:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff6400;
  border-radius: 5px;
  left: 0px;
  top: 8px;
  background-clip: padding-box;
}
.system .msg_timebox {
  text-align: right;
}
.notice .msg_timebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notice .msg_text_inner {
  color: #888888;
}
.notice .reddot_box .msg_tit {
  padding-left: 16px;
  position: relative;
}
.notice .reddot_box .msg_tit:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #ff6400;
  border-radius: 5px;
  left: 0px;
  top: 6px;
  background-clip: padding-box;
}
.notice .reddot_box .msg_text_inner {
  color: #111111;
}
.notice .msg_tit {
  color: #111111;
  font-size: 15px;
}
.tm-area-box {
  width: 100%;
}
.city_box_title,
.city_select .tab-pane li {
  padding: 10px;
}
.tab-content {
  width: 100%;
}
.city_select .tab-pane {
  display: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.city_select .tab-pane.active {
  display: block;
}
.city_select .tab-pane li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.city_select .tab-pane li.on {
  color: #315ae1;
}
.blue {
  color: #315ae1;
}
.city_inner {
  padding: 8px 0px;
  border-bottom: 2px solid #315ae1;
  font-size: 15px;
}
.userCenter {
  width: 100%;
  height: 120px;
  background: url(../img/centerLine.png?06364f1b0b0a242bde5daea8e48f033d) repeat-x;
  background-size: auto 100%;
  padding: 0px 4%;
  position: relative;
}
.userCenterInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 24px;
}
.user_data {
  position: absolute;
  left: 3%;
  bottom: -32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 94%;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px 0px #dee3f0;
  border-radius: 15px;
  z-index: 99999;
}
.user_data .flex_item {
  padding: 10px 0px 4px;
  text-align: center;
}
.user_data .flex_item:nth-child(1) {
  position: relative;
}
.user_data .flex_item:nth-child(1):after {
  content: "";
  display: block;
  width: 1px;
  height: 38px;
  background-color: #eeeeee;
  position: absolute;
  right: 0px;
  bottom: 20%;
}
.user_data .flex_item .user_num {
  font-size: 18px;
  color: #315ae1;
}
.user_data .flex_item .user_text {
  font-size: 12px;
  color: #777777;
  line-height: 30px;
}
.userCenterHead {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.userCenterHead img {
  width: 32px;
  height: 38px;
}
.change_btn {
  margin-right: 20px;
}
.change_btn img {
  width: 17px;
  height: 17px;
}
.userDec {
  margin-left: 14px;
}
.userDec h2 {
  font-size: 12px;
  font-weight: 400;
}
.userDec h2 strong {
  font-size: 17px;
  margin-right: 4px;
}
.indexIcon {
  width: 20px;
  height: 20px;
  margin-right: 15px;
}
.about {
  width: 100%;
  padding: 0px 4%;
}
.about .about_top {
  margin-top: 18px;
  width: 100%;
  padding: 20px 10px 35px;
  background-color: #ffffff;
  margin-bottom: 14px;
  text-align: center;
}
.about .about_top .about_logo {
  max-width: 100%;
  max-height: 40px;
}
.about .about_top .about_text {
  margin-top: 36px;
  font-size: 18px;
  font-weight: bold;
}
.about .about_bottom {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 16px;
}
.about .about_bottom p {
  line-height: 24px;
  font-size: 14px;
  color: #111111;
  word-break: break-all;
}
.about .about_bottom .p2 {
  text-indent: 24px;
}
.footer_copy {
  width: 100%;
  background-color: transparent;
  color: #999999;
  text-align: center;
  line-height: 50px;
  font-size: 12px;
}
.change_key {
  width: 100%;
}
.change_key .form_group {
  position: relative;
  width: 100%;
}
.change_key .form_group label.error {
  position: absolute;
  color: #ff4c2f;
  font-size: 14px;
  left: 74px;
  top: 10px;
}
.change_key .form_group .text7.error {
  border-top: 1px solid #ff4c2f;
  border-bottom: 1px solid #ff4c2f;
}
.change_key .label1 {
  display: block;
  padding-left: 20px;
  color: #777777;
  line-height: 40px;
}
.change_key .btn7 {
  margin: 50px auto;
}
.configIndex {
  margin-top: 20px;
  background-color: #ffffff;
  width: 100%;
}
.configIndex .config_title {
  height: 44px;
  line-height: 44px;
  padding: 0px 5px;
  font-size: 15px;
}
.configIndex .config_title span {
  font-size: 13px;
  color: #999999;
}
.configIndex .config_img {
  width: 25px;
  height: 25px;
}
.list10 {
  width: 100%;
}
.list10 .list10ul {
  flex-flow: row wrap;
}
.list10 .list10ul > li {
  width: 25%;
  text-align: center;
  padding: 0px 6px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gu-mirror {
  text-align: center;
  list-style: none;
}
.liInner {
  position: relative;
  width: 100%;
}
.icon_delet,
.icon_add {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -4px;
  top: -6px;
  background: url(../img/deleBtn.png?8edd69e7ecc56381eb7537ac0105515c) no-repeat;
  background-size: 100% 100%;
}
.icon_delet + .config_box {
  background-color: #cdd8ff;
}
.icon_add + .config_box {
  background-color: #e1e1e1;
}
.icon_add {
  background: url(../img/addBtn.png?a5c882e5f176db29d870efc3a9534c62) no-repeat;
  background-size: 100% 100%;
}
.config_box {
  padding: 10px 0px 4px;
  box-shadow: 5px 9px 10px 0px rgba(226, 232, 247, 0.6);
}
.config_box p {
  line-height: 30px;
  font-size: 13px;
}
.adminBg {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.adminBg .admin_img {
  width: 100%;
}
.admin_text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.admin_text .admin_logo {
  max-width: 111px;
  max-height: 35px;
}
.admin_text .admin_name {
  width: 100%;
  height: 90px;
}
.admin_text .admin_h2 {
  margin-top: 26px;
  color: #ffffff;
  font-size: 18px;
}
.adminform {
  width: 100%;
}
.adminform .btn7 {
  margin: 32px auto;
}
.admininput {
  width: 86%;
  position: relative;
  z-index: 999;
  margin: -40px 6% 0px;
  padding: 10px 25px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.group_input {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dddddd;
}
.group_input .accountImg {
  width: 20px;
  height: 20px;
  margin-top: -4px;
}
.forget {
  margin-top: 18px;
  text-align: center;
}
.forget a {
  margin: 0px 24px;
  color: #777777;
  font-size: 14px;
}
.footer_copy2 {
  color: #bbbbbb;
  position: fixed;
  width: 100%;
  bottom: 10px;
  left: 0px;
  text-align: center;
}
[vtreeCell='all'] .cell_primary {
  font-weight: bold;
}
.good_edit {
  padding-left: 10px;
  background-color: #ffffff;
  font-size: 15px;
  width: 100%;
}
.good_edit [vtreeCell='all'] {
  padding: 10px 10px 10px 0px;
}
.good_edit .vtree {
  padding-bottom: 0px;
}
.weui-cells_radio .weui-check:checked + .weui-icon-checked:before {
  color: #315ae1 !important;
}
.weui-flex__item.weui-grid {
  background-color: #ffffff !important;
}
.weui-cell__bd p {
  font-size: 14px !important;
}
.weui-cell__hd .weui-label {
  font-size: 14px !important;
}
.weui-cell_access .weui-cell__ft {
  font-size: 14px !important;
}
.table1 {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
}
.table1.type1 tr th {
  background-color: #fcfcfc;
}
.table1.type1 tr td {
  background-color: #ffffff;
}
.table1 tr th {
  padding: 10px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  background-color: #f2f2f2;
}
.table1 tr td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}
@media screen and (max-width: 360px) {
  /*当屏幕尺寸小于600px时，应用下面的CSS样式*/
  .headlines {
    font-size: 12px;
  }
  .panel1_title {
    padding: 0px 2%;
  }
}
.editor_dec {
  color: #333333;
  font-size: 13px;
  padding: 12px 15px;
  font-weight: 600;
}
.editor_title {
  width: 100%;
  line-height: 32px;
  color: #333333;
  padding: 0px 12px;
  font-weight: 600;
}
.editor_content {
  width: 100%;
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.editor_content a.btn11 {
  margin-top: 16px;
  margin-left: 9px;
  margin-bottom: 8px;
}
.editor_tab {
  padding: 0px 5px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.editor_tab .tab_btn {
  text-align: center;
  margin: 0px 5px;
  width: calc(50% - 10px);
  background: #e8e8e8;
  color: #666666;
  border-radius: 5px 5px 0px 0px;
  font-size: 13px;
  line-height: 36px;
}
.editor_tab .tab_btn.active {
  background: #ffffff;
  color: #335ce1;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  margin-bottom: -1px;
}
.pl1 {
  padding: 0px 10px;
}
.classFiyBtn {
  width: calc(100% - 55px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.classFiyBtn a.btn12 {
  margin-left: 10px;
  margin-bottom: 10px;
}
.ed_rules {
  width: 100%;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input_price {
  width: 100%;
  border-top: 1px solid #e5e5e5;
}
.border_top1 {
  position: relative;
  overflow: hidden;
}
.border_top1:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  left: 10px;
  top: 0px;
  position: absolute;
}
.heigh1 {
  line-height: 40px;
}
.wtitle {
  width: 55px;
}
.border_lefta {
  position: relative;
}
.border_lefta:before {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: #e5e5e5;
  left: -15px;
  top: 5px;
  position: absolute;
}
.notice_title {
  margin-top: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 21px;
}
.notice_info {
  color: #b4b5b9;
  line-height: 40px;
  font-size: 12px;
  margin-bottom: 10px;
}
.notice_info em {
  font-style: normal;
}
.notice_content {
  width: 100%;
}
.notice_content img {
  max-width: 100%;
  margin-bottom: 6px;
  margin-top: 6px;
}
.notice_content p {
  line-height: 24px;
  font-size: 14px;
}
.notice_content .ps1 {
  text-indent: 20px;
}
.timeIcon {
  margin-right: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-top: -2px;
  background: url(../img/clock.png?e49ed4d009a969dff74c2aae871c837b) no-repeat;
  background-size: 100% 100%;
}
.ordericon1,
.ordericon2 {
  color: #4ddcd2;
  border: 1px solid #4ddcd2;
  font-size: 10px;
  border-radius: 2px;
  text-align: center;
  margin-left: 12px;
  font-style: normal;
  padding: 0px 6px;
}
.ordericon2 {
  color: #ff6262;
  border: 1px solid #ff6262;
}
.company_name {
  display: block;
  float: left;
  max-width: 190px;
  overflow: hidden;
}
.jump_link {
  padding: 0px 4%;
  display: block;
  width: 100%;
  font-size: 14px;
  height: 55px;
  line-height: 55px;
}
.jump_link.rArrow:after {
  right: 20px;
}
.bill {
  background-color: #ffffff;
  margin-top: 8px;
}
.bill .cell4_item {
  height: 55px;
  line-height: 55px;
  width: 92%;
  margin: 0px 4%;
}
.bill .status1 {
  color: #ff6400;
}
.bill .cell4_ft {
  width: 90px;
}
.cell4_cen {
  color: #999999;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.cell4_cen .black {
  color: #111111;
}
.p_msg {
  display: none;
  position: fixed;
  background: #ffffff;
  width: 92%;
  left: 4%;
  border-radius: 8px;
  z-index: 9991;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #555555;
}
.close3 {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.p_msg_title {
  position: relative;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.p_msg_content {
  padding: 25px 30px;
  width: 100%;
  font-size: 15px;
  max-height: 400px;
  overflow-y: scroll;
}
.list_items {
  height: 35px;
  line-height: 35px;
  color: #000000;
}
.list_items dt {
  width: 100px;
  color: #555555;
}
.selectResult {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.border-right {
  padding: 10px 0px;
  border-right: 1px solid #f2f2f2;
}
.order_down {
  color: #ff6455;
  display: block;
  line-height: 43px;
  border-bottom: 1px solid #f2f2f2;
}
.callTel {
  display: block;
  line-height: 43px;
}
.weipay {
  width: 100%;
  padding: 25px 4% 30px;
  text-align: center;
}
.weipay_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0px 1%;
}
.pay_pic {
  width: 100%;
  text-align: center;
  margin-top: 13px;
}
.pay_pic img {
  height: 18px;
}
.weicode_pic {
  width: 90%;
}
.settlement_list {
  width: 100%;
  background: #ffffff;
  margin-bottom: 10px;
}
.sett_cell {
  width: 100%;
  padding: 10px 2%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sett_left {
  font-size: 15px;
  color: #999999;
}
.sett_right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #111111;
  font-size: 15px;
}
.borderBottom {
  border-bottom: 1px solid #dddddd;
}
.settlement_title {
  color: #999999;
  text-align: center;
  font-size: 15px;
  padding: 10px 2%;
}
.settlement_item {
  width: 100%;
  padding: 10px 2% 0px;
}
.settlement_word {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 26px;
  font-size: 14px;
}
.settlement_dec {
  width: 100%;
  line-height: 40px;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.settlement_dec_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.settlement_dec_item .word_text {
  color: #999999;
}
.settlement_dec_item:nth-child(2) {
  text-align: center;
}
.font1 {
  color: #111111;
  font-size: 14px;
}
.font2 {
  color: #ff4c2f;
  font-size: 14px;
}
.preview {
  width: 100%;
  padding: 10px;
}
.preview_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 36px;
}
.preview_label {
  color: #999999;
  font-size: 15px;
}
.preview_value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-size: 15px;
}
.pricered {
  color: #ff4c2f;
}
.priceNum {
  font-size: 22px;
}
.address_box {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 40px;
  background: #ffffff;
}
.address_box p {
  font-size: 14px;
  line-height: 30px;
}
.addressgps {
  position: absolute;
  left: 12px;
  top: 18px;
  width: 20px;
  height: 20px;
  background: url(../img/gas.png?1cebe76cdab5629449029401b262586a) no-repeat;
  background-size: 100% 100%;
}
.pswp__bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: none;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}
.pswp__bg img {
  width: 60%;
  margin: 0px auto;
}
.p25 {
  padding: 25px 0px;
}
.pswp__bg_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  align-items: center;
}
.closeBtn {
  display: block;
  position: fixed;
  right: 32px;
  top: 28%;
  width: 18px;
  height: 18px;
  background: url(../img/close.png?a002b77321033b38fe64fe07eb5c0822) no-repeat;
  background-size: 100% 100%;
}
.outline {
  width: 100%;
  padding: 0px 30px;
}
.order-title {
  line-height: 50px;
  height: 50px;
  border-bottom: 2px solid #111111;
  text-align: center;
  font-size: 18px;
}
.order-line {
  margin-top: 1px;
  border-bottom: 1px solid #666666;
}
.order-line2 {
  border-bottom: 1px solid #666666;
}
.order-item {
  width: 100%;
  padding: 14px 0px;
}
.order-item.w50 {
  width: 50%;
}
.order-left {
  color: #888888;
  font-size: 14px;
}
.order-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}
.order-right.gayFont {
  color: #888888;
}
.order-right p {
  margin-bottom: 10px;
}
.table_box {
  overflow-y: scroll;
  text-align: center;
  margin-top: 10px;
}
.order-table {
  width: 110%;
  font-size: 13px;
}
.order-table .table-title {
  height: 40px;
  line-height: 40px;
  background: #555555;
  color: #ffffff;
}
.order-table .table-title th {
  font-size: 18px;
}
.order-table tr td {
  border: 1px solid #666666;
}
.table-title2 {
  color: #999999;
}
.table-title2 th {
  padding: 10px 0px;
  border: 1px solid #666666;
}
.table_word {
  text-align: left;
  margin: 4px;
  height: 53px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.table_word_inner {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.order-title3 {
  font-weight: bold;
}
.order-title4 {
  color: #999999;
  margin-bottom: 10px;
}
.active_box {
  font-size: 14px;
}
.active_list {
  width: 100%;
}
.active_list li {
  line-height: 30px;
}
.active_dot {
  margin-right: 10px;
}
.paycope {
  font-size: 16px;
  text-align: center;
  line-height: 60px;
}
.paycopeNum {
  color: #ff4c2f;
  font-size: 22px;
}
.weipayTitle {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
}
.Fillbg1,
.FillTitle {
  width: 100%;
}
.Fillbg1 {
  position: absolute;
  left: 0px;
  top: 0px;
}
.bgefeff0 {
  background: #efeff0;
}
.FillTitle {
  font-size: 36px;
  color: #ffffff;
  font-weight: 400;
}
.Fillab {
  text-align: center;
  position: relative;
  z-index: 22;
  padding-top: 92px;
}
.FillContent {
  width: 86%;
  margin: 25px auto 0px;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 30px 72px;
  box-shadow: 4px 4px 16px #888888;
}
.FillContent.type1 {
  margin: 0px auto;
  box-shadow: none;
  background: transparent;
}
.type1 .Fillinput {
  margin-bottom: 0px;
}
.Fillllogo {
  width: 100%;
  width: 75px;
  height: 75px;
}
.fill-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d9e6ff;
  border-radius: 20px;
  font-size: 16px;
}
.fill-btn a {
  color: #00266f;
}
.mt63 {
  margin-top: 63px;
}
.mt36 {
  margin-top: 36px;
}
.Fill-name {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
}
.Fill-p {
  color: #666666;
  font-size: 23px;
  margin-top: 10px;
}
.Fillinput {
  position: relative;
  border-bottom: 1px solid #6998d8;
  height: 55px;
  line-height: 55px;
  text-align: left;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.Filltext {
  outline: 0px;
  height: 55px;
  padding-left: 10px;
  flex: 1;
  display: block;
  font-size: 15px;
  color: #ffffff;
}
.Filltext input {
  font-size: 15px;
  width: 80%;
  height: 80%;
}
.Filltext:-webkit-autofill {
  box-shadow: 0 0 0 1000px #325cbc inset;
  -webkit-text-fill-color: #fff;
}
.Filltext::placeholder,
.Filltext input::placeholder {
  color: #ffffff;
}
.Fillicon {
  width: 24px;
  height: 24px;
  margin: 0px 4px 0px;
}
.sendBtn {
  background: #999999;
  color: #ffffff;
  font-size: 10px;
  border-radius: 4px;
  display: block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 75px;
}
.sendBtn.on {
  background-color: #95ffff;
  color: #052e8a;
}
.areaArrow {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -6px;
  height: 13px;
}
.fill-btn-box {
  display: flex;
  justify-content: space-between;
}
a.fill-btn2 {
  background: url(../img/f-btn2.png?3fe03e08b9b97622f4732ef51d6942cf) center center no-repeat;
  background-size: auto 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  font-size: 13px;
  flex: 1;
}
.fillcontent {
  position: relative;
  margin-bottom: 20px;
}
.type2.m-cityselect .tab-pane dl dd a.active {
  color: #6177ff;
  background: url(../img/duihao2.png?5998ffc1331f20a26025433e7b565831) right center no-repeat;
  background-size: 15px 15px;
}
.type2 .nav-tabs > li.active a {
  color: #6177ff;
  border-bottom: 1px solid #6177ff;
}
.geetest_holder.geetest_wind {
  border-bottom: 1px solid #d2d2d2;
}
.yqbg {
  min-height: 100vh;
  background: url(../img/yqbg.png?7ba649ceffda615479e2a7f3a01bddb5) no-repeat;
  background-size: 100% auto;
}
.bgf365dbf {
  width: 100%;
  background: #180e59;
  height: 100vh;
  overflow: hidden;
}
.fillcontainter {
  position: relative;
  width: 100%;
}
.fillTitlewrap {
  width: 75%;
  padding-top: 356px;
  margin: 0px auto;
  text-align: center;
  position: relative;
  z-index: 22;
  color: #ffffff;
}
.company_title {
  font-size: 26px;
  padding: 10px 0px;
  width: 100%;
  border-bottom: 1px solid #a0c8ff;
  border-top: 1px solid #a0c8ff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fillDesc {
  margin-top: 20px;
  color: #5ff6fd;
  font-size: 20px;
  position: relative;
}
.filBtnBottom {
  position: fixed;
  width: 100%;
  left: 0px;
  bottom: 0px;
  text-align: center;
}
.fillDesc:after,
.fillDesc:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: -2px 8px 0px;
  background: #a0c8ff;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.filBtn {
  position: relative;
  z-index: 2;
  width: 92%;
}
.bg325cbc {
  width: 100%;
  background: #325cbc;
  min-height: 100vh;
  position: relative;
}
.filDetail {
  position: relative;
  padding-top: 30px;
  z-index: 55;
}
.company_name2 {
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  width: 63%;
  margin: 0px auto;
}
.company_details {
  width: 90%;
  margin: 30px auto;
  background-color: #ffffff;
  border-radius: 10px;
  padding-bottom: 20px;
}
.fill-title {
  text-align: center;
  color: #295ab5;
  font-size: 24px;
  line-height: 64px;
  font-weight: 400;
  border-bottom: 1px solid #879bb7;
}
.company_details_inner {
  padding: 0px 18px;
}
.fill-panel {
  margin-top: 15px;
  width: 100%;
}
.fill-panel .flex {
  font-size: 17px;
  margin: 20px 0px;
}
.fill-dt {
  color: #295ab5;
  width: 80px;
}
.fill-dd {
  color: #000000;
  width: calc(100% - 80px);
}
.fill-flexsp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
a.fill-btn3,
.fill-btn3 {
  width: 115px;
  height: 40px;
  line-height: 40px;
  display: block;
  background-color: #d9e6ff;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #00266f;
  margin: 0px 20px;
}


/*20210107*/
.company_title {
  font-size: 26px;
  padding: 10px 0px;
  width: 100%;
  border-bottom: none;
  border-top: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sq_btn{text-align:center;display:block;width:100%;margin:15% auto 5% auto;}
.bgf365dbf{height:auto;}
.fillDesc{margin-bottom:30px;}
.sendBtn.on{background:#364386;color:#95ffff;}



.sq_input{color: #98bdf5;}
.sq_input::-webkit-input-placeholder {color: #98bdf5;}
.sq_input::-moz-input-placeholder {color: #98bdf5;}
.sq_input::-ms-input-placeholder {color: #98bdf5;}
.Fillinput{border-bottom: 1px solid #364386;border-top: 1px solid #364386;margin-top:-1px;margin-bottom:0;}


.tc{text-align:center;}
.suc_text1{padding:60px 0 10px 0;}
.suc_text2{color:#333333;font-size:20px;}
.suc_text3{color:#111111;font-size:28px;padding:30px 0 15px 0;font-weight:bold;}
.suc_text4{color:#999999;font-size:15px;}
.suc_text5{width:70%;height:50px;background:#3487ff;color:#fff;font-size:20px;line-height:50px;border:none;display:block;font-weight:lighter;border-radius:5px;position:absolute;left:15%;bottom:5%;}

/*配置首页*/
.icon_delet + .config_box {
  background: none;
  box-shadow: none;
}
.configIndex .config_title{text-align:center;height:50px;line-height:50px;font-size:16px;}
.icon_delet, .icon_add {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: -2px;
    background: url(../img/c1.png) no-repeat;
    background-size: 100% 100%;
}
.icon_add {
    background: url(../img/c2.png) no-repeat;
    background-size: 100% 100%;
}
.configIndex{margin-top:0;margin-bottom:10px;}
.header{height:50px;line-height:45px;}
.header_center{height:50px;line-height:48px;font-weight:bold;}
.list10 .list10ul > li{padding:0;}
.list10 .list10ul > li{margin-top:10px;margin-bottom:0;}
.list10 .list10ul{padding:0 10px;}
.configIndex .config_img{width:28px;height:28px;}
.icon_add + .config_box{background:none;box-shadow: none;}
.bot_t{color:#999999;text-align:center;padding:20px 40px 30px 40px;text-align: justify;text-align-last: justify;}
.header_right{padding:0 15px 0 0;text-align:right;color:#596485;font-size:14px;}
.header_bc_r{width:25%;float:right;display:none;}
.header_bc{background:#7998fe!important;color:#fff;float:right!important;height:30px;line-height:30px;margin:10px 15px 0 0;border-radius:5px;padding:0 10px;font-size:14px;}
.header_tz{color:#7998fe;width:50%;float:left;text-align:center;font-size:16px;display:none;}
.icon_delet{display:none;}
.icon_add{display:none;}
