/* 公共css */
img {
  vertical-align: middle;
}
.c-main {
  color: #E2231A !important;
}
.btn-red {
  color: #fff !important;
  border-color: #E2231A !important;
  background-color: #E2231A !important;
}
.btn-border-red {
  color: #E2231A !important;
  border-color: #E2231A !important;
  background-color: #fff !important;
}
.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounce-in-down {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes fadeInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.fade-in-down {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.bounce-out-up {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeOutUp {
  20% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  20% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fade-out-up {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
.main-content {
  background-color: #f2f2f2;
}
.flex {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
}
.flex_column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.align_items_center {
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
}
.justify_content_center {
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
}
.justify_content_between {
  -moz-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-pack: justify;
}
.flex_1 {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
}
.flex_2 {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
}
.flex_3 {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-box-flex: 3;
  -moz-box-flex: 3;
}
.flex_4 {
  -webkit-flex: 4;
  -ms-flex: 4;
  flex: 4;
  -webkit-box-flex: 4;
  -moz-box-flex: 4;
}
/* 滚动条 */
.mui-scrollbar-indicator {
  border: none;
}
/* 侧边栏 */
/* 公共头部 */
.header-common {
  position: relative;
  z-index: 44;
  padding: 0;
  height: 9.6rem;
  line-height: 9.6rem;
  background-color: transparent;
  box-shadow: none;
}
.header-common .mui-icon.mui-pull-right {
  margin: 0;
  color: #fff;
}
.header-common .mui-title {
  left: 4rem;
  right: 18.6rem;
  color: #fff;
  text-align: left;
  height: 100%;
  line-height: inherit;
  /* padding: 3rem 0; */

}
.header-common .mui-title img {
  max-width: 23.2rem;
}
.header-common .mui-title .system-name {
  display: inline-block;
}
.header-common .right-action {
  width: 9.6rem;
  height: 100%;
  line-height: inherit;
  color: #fff;
  text-align: center;
}
.header-common .right-action i {
  font-size: 3.6rem;
}
.icon-language a{
  display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      line-height: inherit;
      color: #fff;
      text-align: center;
}
.icon-language a img{
width: 4.4rem;
height: 4.4rem;
}
.header-common .mui-pull-right img{
  width: 4.4rem;
  height: 4.4rem;
  }
.header-common.head-dark {
  background-color: #000;
}
.header-common.type-white {
  background-color: #fff;
}
.header-common.type-white .right-action {
  color: #666666;
}
.menu-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  text-align: center;
  background-color: #fff;
  width: 100%;
}
.menu-wrapper.hidden {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  z-index: -1;
}
.menu-wrapper.mui-active,
.menu-wrapper.mui-active .menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.menu-wrapper .menu {
  width: 100%;
}
.menu-wrapper .menu .mui-table-view-inverted {
  color: gray;
  font-size: 19px;
}
.menu-wrapper .menu .mui-table-view-inverted .mui-table-view-cell:after {
  height: 2px;
  left: 0;
  right: 0;
}
.menu-wrapper .menu > .mui-table-view {
  margin: 0;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell {
  margin: 0;
  padding: 0;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell:after {
  left: 0;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell.mui-active > a {
  color: #E2231A;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell a,
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell a.mui-active {
  margin: 0;
  padding: 0 4rem;
  height: 9.4rem;
  line-height: 9.4rem;
  font-size: 3rem;
  color: #000000;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell > a:not(.mui-btn) {
  text-align: left;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell .mui-collapse-content {
  margin: 0;
  padding: 0;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell .mui-collapse-content > .mui-table-view {
  margin: 0;
  background-color: rgba(242, 242, 242, 0.5);
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell .mui-collapse-content > .mui-table-view .mui-table-view-cell a {
  margin: 0;
  padding: 0 7.2rem;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell:not(.mui-collapse) > a:after {
  display: none;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell > a {
  background-color: #fff;
}
.menu-wrapper .menu-search .mui-input-row {
  margin: 2.2rem 4rem;
  height: 6.8rem;
  line-height: 6.8rem;
  position: relative;
}
.menu-wrapper .menu-search .mui-input-row input {
  margin: 0;
  padding: 0 6rem 0 2rem;
  height: 100%;
  font-size: 2.4rem;
  border-radius: 0;
  border: 1px solid #F0F0F0;
}
.menu-wrapper .menu-search .mui-input-row input::-webkit-input-placeholder {
  color: #999;
  font-size: 2.4rem;
}
.menu-wrapper .menu-search .mui-input-row input::-moz-placeholder {
  color: #999;
  font-size: 2.4rem;
}
.menu-wrapper .menu-search .mui-input-row input::placeholder {
  color: #999;
  font-size: 2.4rem;
}
.menu-wrapper .menu-search .mui-input-row .mui-icon-clear {
  top: 0;
  right: 6.5rem;
  width: 3.8rem;
  height: inherit;
  line-height: inherit;
}
.menu-wrapper .menu-search .mui-input-row .btn-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 6rem;
  height: 100%;
  font-size: 3rem;
}
.menu-wrapper .mui-search {
  margin: 2.2rem 4rem;
  height: 6.8rem;
  line-height: 6.8rem;
}
.menu-wrapper .mui-search.mui-active:before {
  margin: 0;
  left: auto;
  right: 5px;
  width: 6rem;
  line-height: inherit;
  text-align: center;
  font-size: 3rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-wrapper .mui-search input[type=search] {
  margin: 0;
  height: inherit;
  padding-left: 1.5rem;
  padding-right: 6rem;
  border-radius: 0;
  background-color: #F0F0F0;
}
.menu-wrapper .mui-search .mui-placeholder {
  height: inherit;
  line-height: inherit;
  font-size: 2.4rem;
}
.menu-wrapper .mui-search .mui-icon {
  font-size: 3rem;
}
.menu-wrapper .header-common .right-action {
  color: #535353;
}
.menu-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.mui-bar-nav ~ .mui-content {
  padding-top: 0;
}
.footer-common {
  padding: 7.15rem 0 5.2rem;
  text-align: center;
  background-color: #F2F2F2;
}
.footer-common .footer-title {
  color: #666666;
  font-size: 3.2rem;
}
.footer-common .footer-share {
  margin-top: 4.4rem;
}
.footer-common .footer-share a i {
  font-size: 6rem;
  color: #999999;
}
.footer-common .footer-share a + a {
  margin-left: 5rem;
}
.footer-common .footer-service {
  margin-top: 4.5rem;
}
.footer-common .footer-service .mui-btn {
  padding: 0;
  max-width: 31.9rem;
  width: 42.7%;
  height: 7.6rem;
  line-height: 7.6rem;
  font-size: 2.4rem;
}
.footer-common .footer-service .mui-btn + .mui-btn {
  margin-left: 3.2rem;
}
.footer-common .footer-service .btn-border-red {
  background-color: transparent!important;
}
.footer-common .footer-text {
  margin-top: 6.3rem;
}
.footer-common .footer-text p {
  margin: 0;
  line-height: 4rem;
  color: #666666;
  font-size: 2.4rem;
}
.share-dialog .dialog-pic {
  padding: 2rem 4rem;
  text-align: center;
}
.share-dialog .dialog-pic img {
  max-width: 100%;
  width: 50rem;
}
.share-dialog .dialog-text p {
  margin: 0;
  color: #666666;
  text-align: center;
  font-size: 2.4rem;
  line-height: 4.32rem;
}
.fixed-area {
  position: fixed;
  right: 1.8rem;
  bottom: 6rem;
  z-index: 11;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  display: none;
}
.fixed-area .fixed-unit {
  display: block;
  width: 8rem;
  height: 8rem;
  line-height: 8rem;
  color: #848484;
  text-align: center;
  background-color: #fff;
}
.fixed-area .fixed-unit i {
  font-size: 4rem;
}
.fixed-area .fixed-unit:first-child {
  color: #fff;
  background-color: #E2231A;
}
.personal-modal .personal-content {
  padding-bottom: 12rem;
  font-size: 2.4rem;
}
.personal-modal .personal-content .personal-action {
  padding: 6rem 4rem 4rem;
}
.personal-modal .personal-content .personal-action button {
  padding: 0;
  height: 7.6rem;
  line-height: 7.6rem;
  vertical-align: top;
  font-size: 2.4rem;
}
.personal-modal .personal-content .personal-action button + button {
  margin-top: 2rem;
}
.personal-modal .personal-content .personal-text {
  padding: 0 4rem;
  color: #666666;
  text-align: left;
}
.tab-bars .tab-list {
  /* margin: 0 4rem; */
  padding: 0 4rem;
  text-align: center;
  font-size: 0;
  background: #F5F5F5;
}
.tab-bars .tab-list .tab-item {
  display: inline-block;
  padding: 2rem 0;
  width: 20rem;
  color: #333;
  font-size: 3.2rem;
  border-bottom: 2px solid transparent;
}
.tab-bars .tab-list .tab-item.active {
  color: #E2231A;
  border-color: #E2231A;
}
.tab-bars .bars-list {
  padding: 0 4rem;
}
.tab-bars .bars-list .bars-content {
  display: none;
}
.tab-bars .bars-list .bars-content.active {
  display: block;
}
.real-time-info {
  background-color: #fff;
}
.real-time-info .link-item {
  display: block;
  color: #333;
  border-bottom: 1px solid #E8E7E7;
}
.real-time-info .link-item .item-titlle {
  padding: 3rem 0 2rem;
  line-height: 4.8rem;
  color: #333333;
  font-size: 3.2rem;
}
.real-time-info .link-item .item-text {
  padding-bottom: 2.55rem;
  color: #666;
  font-size: 2.4rem;
}
.real-time-info .link-item .item-text .item-location {
  margin-right: 3.5rem;
}
.real-time-info .link-item .item-text i {
  margin-right: 0.15rem;
  color: #666;
  font-size: 2.4rem;
  margin-right: 1.2rem;
}
.real-time-info .item-action {
  margin-top: 3.6rem;
  text-align: center;
}
.real-time-info .item-action a {
  color: #E2231A;
  font-size: 2.4rem;
}
.back-area {
  margin-top: 9.6rem;
  padding: 0 4rem;
  height: 8.8rem;
  line-height: 8.8rem;
  color: #fff;
  font-size: 2.8rem;
  background-color: #E2231A;
}
.back-area i {
  font-size: 3.8rem;
  vertical-align: middle;
}
/*分页*/
.index_page01
{
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    height: 50px;
}

.index_page01 span
{
    margin: 0 5px;
    color: #ffffff;
    border: 1px #f63b2e solid;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 40px;
    background: #f63b2e;
}

.index_page01 a
{
    margin: 0 5px;
    color: #666666;
    border: 1px #c5c5c5 solid;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 40px;
}

.index_page01 a:hover
{
    background: #e3e3e3;
}

.index_page01 a.index_prev1
{
    background: url(../images/index_131022_04.png) no-repeat 8px center;
    padding: 3px 12px;
}

.index_page01 a.index_next1
{
    background: url(../images/index_131022_03.png) no-repeat 10px center;
    padding: 3px 12px;
}

.index_page01 a.index_this
{
    background: #ffba00;
    border: 1px #ffba00 solid;
    color: #ffffff;
}

.index_page01 .index_numPage
{
    background: url(../images/index_131022_07.png) repeat-x;
    border: 1px #c5c5c5 solid;
    width: 40px;
    font-size: 14px;
    padding: 2px 0;
    margin-right: 10px;
}

.index_page01 .index_go
{
    border: 1px #c5c5c5 solid;
    width: 32px;
    height: 22px;
    line-height: 18px;
    font-size: 14px;
    padding: 0;
    background: none;
    cursor: pointer;
    color: #666666;
    font-family: Arial;
}

.index_page01 a, .index_page01 span, .index_page01 .index_numPage, .index_page01 .index_go
{
    border-radius: 5px;
}

/* 四级列表 */
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view {
  display: none;
} 
.mui-table-view-cell.mui-collapse.mui-active>.mui-table-view {
  display: block !important;
  width: 100%;
  margin-left: 0;
}
.mui-table-view-cell2.mui-active>.mui-table-view2 {
  display: block !important;
}
.mui-table-view-cell3.mui-active>.mui-table-view3 {
  display: block !important;
}
.mui-table-view-cell4.mui-active>.mui-table-view3 {
  display: block !important;
}
.mui-table-view-cell.mui-collapse .mui-table-view{
      margin-top: 0px;
      margin-bottom: 0px;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell > a{
  font-family: Alibaba PuHuiTi 2.0, Alibaba PuHuiTi 20;
  font-weight: normal;
  font-size: 3rem;
  color: #000000;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell2.mui-active>a{
  color: #333333;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell3.mui-active>a{
  color: #5B5B5B;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell4.mui-active>a{
color: #7F7F7F;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell5.mui-active>a{
  color: #333333;
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell2 > a:not(.mui-btn).mui-active
{
    margin-left: 0;
    padding-left: 6rem;
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell3 > a:not(.mui-btn).mui-active
{
    margin-left: 0;
    padding-left: 8rem;
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell4 > a:not(.mui-btn).mui-active
{
    margin-left: 0;
    padding-left: 10rem;
}
.mui-table-view-cell.mui-collapse.mui-active .mui-table-view-cell5 > a:not(.mui-btn).mui-active
{
    margin-left: 0;
    padding-left: 12rem;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell2>a{
  background: #fafafa;
  font-size: 2.8rem;
  padding: 0 6rem;
}
.mui-icon-plusempty::before{
  font-size: 3rem !important;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell3>a{
  background: #F4F3F3;
  font-size: 2.6rem;
color: #5B5B5B;
padding: 0 8rem;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell4>a{
  background: #EBE8E8;
  font-size: 2.4rem;
color: #7F7F7F;
padding: 0 10rem;
}
.menu-wrapper .menu > .mui-table-view > .mui-table-view-cell .mui-table-view-cell5>a{
  background: #E4E2E2;
  font-size: 2rem;
color: #333333;
padding: 0 12rem;
}
.mui-icon-plusempty{
  position: relative;
  float: right;
}
.menu-wrapper .menu > .mui-table-view .mui-table-view-cell.mui-active > a:after {
  color: #E2231A;
}
.mui-icon-plusempty::before, .mui-push-left:after, .mui-push-right:after {
  font-family: Muiicons;
  font-size: inherit;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 3rem;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
  color: #5B5B5B;
  -webkit-font-smoothing: antialiased;
}
.mui-table-view-cell.mui-active >.mui-icon-plusempty:before {
  content: '\e460';
}