/*html {*/
/*  !* //以下代码通过滤镜将页面中所有的彩色去掉，适用于各种纪念日，请维护人员及时删除或注释掉 *!*/
/*  filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);*/
/*  filter: grayscale(100%);*/
/*  -webkit-filter: grayscale(100%);*/
/*  -moz-filter: grayscale(100%);*/
/*  -ms-filter: grayscale(100%);*/
/*  -o-filter: grayscale(100%);*/
/*  filter: gray;*/
/*  -webkit-filter: grayscale(1);*/
/*  !* //去彩色代码结束 *!*/
/*}*/

.alwu-header, .alwu-header *, .alwu-footer, .alwu-footer * {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
}

.alwu-header .mCSB_scrollTools {
  position: absolute;
}

.alwu-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #000000;
  /*z-index: 10;*/
  z-index: 13;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.alwu-header.transparent {
  background-color: transparent;
}

.alwu-header.menu-showed {
  background-color: transparent;
}

.alwu-header-menu-container {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 170px;
  padding-bottom: 294px;
  background-color: #de1f37;
  opacity: 0;
  filter: alpha(opacity=0);

  transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-showed .alwu-header-menu-container {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.alwu-header-menu-content {
  width: 100%;
  height: 100%;
}

.alwu-header-menu-text-container {
  margin-top: 35px;
}

.alwu-header-menu-text {
  font-size: 24px;
  text-align: center;
  color: #fffFfF;

  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}

.alwu-header-menu-text:hover {
  color: #ffffff;
}

.alwu-header-menu-text-container:first-child {
  margin-top: 0;
}

.alwu-header-menu-bottom-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 244px;
}

.alwu-header-menu-bottom-line {
  margin: auto;
  width: 385px;
  height: 1px;
  background-color: #ff92a0;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.alwu-header-menu-bottom-text1 {
  margin: 47px auto auto auto;
  font-size: 28px;
  font-weight: lighter;
  color: #fefefe;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.alwu-header-menu-bottom-text1 span {
  font-weight: bold;
}

.alwu-header-menu-bottom-text2 {
  margin: 15px auto auto auto;
  font-size: 14px;
  font-weight: lighter;
  color: #fefefe;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.alwu-header-menu-bottom-text3 {
  margin: 25px auto auto auto;
  font-size: 14px;
  font-weight: lighter;
  color: #fefefe;
  text-align: center;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.alwu-header-top-icon {
  position: absolute;
  top: 10px;
}

.alwu-header-top-icon img {
  top: 15px;
  left: 28px;
  height: 50px;

  transition: top 0.3s ease, left 0.3s ease, height 0.3s ease;
  -moz-transition: top 0.3s ease, left 0.3s ease, height 0.3s ease;
  -webkit-transition: top 0.3s ease, left 0.3s ease, height 0.3s ease;
  -o-transition: top 0.3s ease, left 0.3s ease, height 0.3s ease;
}

.transparent .alwu-header-top-icon img {
  top: 45px;
  left: 41px;
  height: 71px;
}

.alwu-header-menu-icon-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-color: #de1f37;
  cursor: pointer;

  transition: top 0.3s ease, right 0.3s ease, background-color 0.3s ease;
  -moz-transition: top 0.3s ease, right 0.3s ease, background-color 0.3s ease;
  -webkit-transition: top 0.3s ease, right 0.3s ease, background-color 0.3s ease;
  -o-transition: top 0.3s ease, right 0.3s ease, background-color 0.3s ease;
}

.transparent .alwu-header-menu-icon-container {
  top: 40px;
  right: 20px;
}

.menu-showed .alwu-header-menu-icon-container {
  background-color: transparent;
}

.alwu-header-menu-icon-container span, .alwu-header-menu-icon-container span:before, .alwu-header-menu-icon-container span:after {
  position: absolute;
  margin: auto;
  top: 39px;
  left: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: #ffffff;

  content: '';

  transition: opacity .3s ease, top .3s ease, transform .3s ease;
  -moz-transition: opacity .3s ease, top .3s ease, transform .3s ease;
  -webkit-transition: opacity .3s ease, top .3s ease, transform .3s ease;
  -o-transition: opacity .3s ease, top .3s ease, transform .3s ease;
}

.alwu-header-menu-icon-container span:before {
  top: -13px;
}

.alwu-header-menu-icon-container span:after {
  top: 13px;
}

.menu-showed .alwu-header-menu-icon-container span:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.menu-showed .alwu-header-menu-icon-container span {
  transform: rotate(45deg);
}

.menu-showed .alwu-header-menu-icon-container span:after {
  top: 0px;
  transform: rotate(-90deg);
}

.alwu-footer {
  width: 100%;
  height: 59px;
  background-color: #202327;
  border-top: 1px solid #313137;
}

.alwu-footer.purple {
  background-color: #2c2c2c;
  border-top: 1px solid #2c2c2c;
}

.alwu-bottom-icon {
  margin: 15px auto auto 20px;
  float: left;
}

.alwu-bottom-copyright {
  margin: auto 45px auto auto;
  color: #65656f;
  font-size: 12px;
  line-height: 59px;
  float: right;
}

.alwu-bottom-copyright > .gov-icon-a {
  display: inline-block;
  vertical-align: middle;
}

.alwu-bottom-copyright > a {
  color: #65656f;
}

div.alwu-bottom-copyright > a:hover {
  color: red;
}

.purple .alwu-bottom-copyright {
  color: #434151;
}

.purple .alwu-bottom-copyright > a {
  color: #434151;
}

/*.opacity-0{opacity: 0!important;filter: alpha(opacity=0)!important;}*/
/*.opacity-1{opacity: 1!important;filter: alpha(opacity=1)!important;}*/
/*���½Ƿ��ض�������ά�롢����*/
.bottom-toolbar-container {
  position: fixed;
  right: 18px;
  bottom: -55px;
  width: 36px;
  height: 298px;
  z-index: 11;
  transition: opacity 1.5s ease;
  -ms-transition: opacity 1.5s ease;
  -moz-transition: opacity 1.5s ease;
  -webkit-transition: opacity 1.5s ease;
  -o-transition: opacity 1.5s ease;
}

.bottom-toolbar-container img {
  margin: auto;
}

.bottom-toolbar-phone-container {
  width: 100%;
  height: 145px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 1px;
}

.bottom-toolbar-phone-container:hover .bottom-toolbar-qr-code
{

}

.bottom-toolbar-phone-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);

  transition: background-color .3s ease, opacity .3s ease;
  -moz-transition: background-color .3s ease, opacity .3s ease;
  -webkit-transition: background-color .3s ease, opacity .3s ease;
  -o-transition: background-color .3s ease, opacity .3s ease;
}

.clicked .bottom-toolbar-phone-background {
  background-color: #de1f37;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bottom-toolbar-music-container {
  width: 100%;
  height: 75px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}

.bottom-toolbar-music-icon {
  display: block;
}

.playing .bottom-toolbar-music-icon {
  display: none;
}

.bottom-toolbar-music-animation {
  display: none;
}

.playing .bottom-toolbar-music-animation {
  display: block;
}

.bottom-toolbar-music-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.bottom-toolbar-top-container {
  width: 100%;
  height: 77px;
  text-align: center;
  cursor: pointer;
  margin-top:1px;
}

.bottom-toolbar-top-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.bottom-toolbar-qr-code {
  position: absolute;
  left: -145px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);

  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.bottom-toolbar-qr-code.showed {
  left: -159px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.common-table {
  display: table;
  width: 100%;
  height: 100%;
}

.common-middle-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#mCSB_1
{
  padding-bottom: 20px;
}


/*********测试用*********/
[v-cloak] {
  display: none;
}

.bg-default {
  background-color: #409EFF
}

.color-default {
  color: #409EFF;
}

.menu-color {
  background-color: #495060;
}

.color-title {
  color: #303133;
}

.color-context {
  color: #606266;
}

.color-desc {
  color: #909399;
}

.color-ignore {
  color: #C0C4CC;
}

.bg1 {
  background-color: #67C23A;
}

.bg2 {
  background-color: #E6A23C;
}

.bg3 {
  background-color: #F56C6C;
}

.bg4 {
  background-color: #909399;
}

.bg5 {
  background-color: pink;
}

.img-lazyload {
  -webkit-animation: fadeIn 350ms linear 0ms 1 normal both;
  animation: fadeIn 350ms linear 0ms 1 normal both;
  opacity: 1;
}

/***使用transform 3d GPU渲染,一般应用于滚动的item父元素****/

.useTransform {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  /***在transform或animal时会出现闪屏,则使用以下方式解决**/
  -webkit-transform: translate3d(0, 0, 0);
  /*****如果webkit内核,以下设置可以忽略***/
  -webkit-transform-style: preserve-3d;
  /***(貌似这个在ios里面不会影响下拉菜单)***/
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* table 布局*/
.dis_table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}

.dis_table_row {
  display: table-row;

}

.dis_table_cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/****字间距设置**************/

.ws1 {
  word-spacing: 1px;
  letter-spacing: 1px;
}

.ws2 {
  word-spacing: 2px;
  letter-spacing: 2px;
}

.ws4 {
  word-spacing: 4px;
  letter-spacing: 4px;
}

.ft10 {
  font-size: 10px;
}

.ft12 {
  font-size: 12px;
}

.ft14 {
  font-size: 14px;
}

.ft16 {
  font-size: 16px;
}

.ft18 {
  font-size: 18px;
}

.ft20 {
  font-size: 20px;
}

.ft22 {
  font-size: 20px;
}

.ft24 {
  font-size: 24px;
}

.ft26 {
  font-size: 26px;
}

.ft28 {
  font-size: 28px;
}

.ft30 {
  font-size: 30px;
}

.ft35 {
  font-size: 35px;
}
.ft40 {
  font-size: 40px;
}
.ft45 {
  font-size: 45px;
}
.ft50 {
  font-size: 50px;
}
.textleft {
  text-align: left;
}

.textcenter {
  text-align: center;
}

.textright {
  text-align: right;
}

/**********线条设置****************/

.border-none {
  border: none;
}

.borderall {
  border: 1px solid;
}

.border-right {
  border-right: 1px solid;
}

.border-left {
  border-left: 1px solid;
}

.border-top {
  border-top: 1px solid;
}

.border-bottom {
  border-bottom: 1px solid;
}

.border-color-yellow {
  border-color: #FFCC80;
}

.border-color-blue {
  border-color: #2AB1F0;
}

.border-color-red {
  border-color: #EC3329;
}

.border-color-gray {
  border-color: #ebeef5;
}

.border-color-black {
  border-color: #E4E3E6;
}

.border-color-white {
  border-color: #fff;
}

.border-color-green {
  border-color: #67BB1E;
}

.brd2 {
  border-radius: 2px;
}

.brd4 {
  border-radius: 4px;
}

.brd5 {
  border-radius: 5px;
}

.brd8 {
  border-radius: 8px;
}

.brd10 {
  border-radius: 10px;
}

.brd15 {
  border-radius: 15px;
}

.brd20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.brd25 {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/***分割线***/

.splitborder {
  height: 1px;
  width: 94%;
  background: #eee;
  /***#00CCFF***/
  margin: 0 auto;
  overflow: hidden;
}

/**三角形**/
.down-triangle {
  width: 0;
  height: 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #FFFF00 transparent;
}

.up-triangle {
  width: 0;
  height: 0;
  border-width: 0px 10px 10px 10px;
  border-style: solid;
  border-color: #FFFF00 transparent;
}

.left-triangle {
  width: 0;
  height: 0;
  border-width: 10px 10px 10px 0px;
  border-style: solid;
  border-color: transparent #FFFF00;
}

.right-triangle {
  width: 0;
  height: 0;
  border-width: 10px 0px 10px 10px;
  border-style: solid;
  border-color: transparent #FFFF00;
}

/**左右箭头，旋转90度**/

.returnleft {
  width: 12px;
  height: 12px;
  border: none;
  -webkit-transform: rotate(315deg);
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1
}

.interright {
  width: 10px;
  height: 10px;
  border: none;
  -webkit-transform: rotate(135deg);
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1
}

.interright14 {
  width: 14px;
  height: 14px;
  border: none;
  -webkit-transform: rotate(135deg);
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1
}

.upjantou {
  width: 10px;
  height: 10px;
  border: none;
  -webkit-transform: rotate(45deg);
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1
}

.downjiantou {
  width: 10px;
  height: 10px;
  border: none;
  -webkit-transform: rotate(225deg);
  border-left: 1px solid #D1D1D1;
  border-top: 1px solid #D1D1D1
}

/**可以点击的鼠标houver样式**/

.mouseoverclass {
}

.mouseoverclass:ACTIVE,
.mouseoverclass:HOVER {
  background-color: #eee;
}

/**背景多彩颜色***/

/***黑色透明背景色**/

.bg-black-opacity {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black {
  background-color: #000;
}

/***白色透明背景色**/

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-header {
  background-color: #1C8FEC;
}

.bg-gray {
  background-color: #E4E4E4;
}

.bg-body {
  background-color: #f0f0f0;
}

.bg-bai {
  background-color: #fff;
}

.bg-green {
  background-color: #67BB1E;
}

.bg-orange {
  background-color: #FF9900;
}

.bg-yellow {
  background-color: #FFCC80;
}

.bg-fen {
  background-color: #FFEEDA;
}

.bg-red {
  background-color: #EC3329;
}

.bg-blue {
  background-color: #2AB1F0;
}

.bg-nav {
  background-color: rgba(43, 44, 46, 1);
}

.bg-nav span {
  font-family: "楷体", "楷体_GB2312";
}

/****按钮灰化***********/

.btn-disabled {
  color: #ffffff;
  border-color: #cdcdcd;
  background-color: #cdcdcd;
  cursor: default;
}

.btn-disabled:hover {
  color: #ffffff;
  background-color: #cdcdcd;
}

/**文字超出样式**/

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 文本限制多少行 */
.text_clamp1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.text_clamp2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.text_clamp3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.text_clamp4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.text_clamp5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.text_clamp6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

.text_clamp7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}

/***删除线***/

.line-middle {
  text-decoration: line-through;
}

.line-under {
  text-decoration: underline;
}

/****布局************/

.wd10 {
  width: 10%;
}
.wd12 {
  width: 12%;
}
.wd15 {
  width: 15%;
}

.wd20 {
  width: 20%;
}

.wd25 {
  width: 25%;
}

.wd30 {
  width: 30%;
}

.wd33 {
  width: 33.33%;
}

.wd35 {
  width: 35%;
}

.wd55 {
  width: 55%;
}

.wd40 {
  width: 40%;
}

.wd45 {
  width: 45%;
}

.wd50 {
  width: 50%;
}

.wd60 {
  width: 60%;
}

.wd65 {
  width: 65%;
}

.wd70 {
  width: 70%;
}

.wd75 {
  width: 75%;
}

.wd80 {
  width: 80%;
}

.wd90 {
  width: 90%;
  margin-left: 5%;
}

.wd92 {
  width: 92%;
  margin-left: 4%;
}

.wd94 {
  width: 94%;
  margin-left: 3%;
}

.wd96 {
  width: 96%;
  margin-left: 2%;
}

.wd98 {
  width: 98%;
  margin-left: 1px;
}

.wd100 {
  width: 100%;
}

.w10px {
  width: 10px;
}

.w16px {
  width: 16px;
}

.w30px {
  width: 30px;
}

.w40px {
  width: 40px;
}

.w50px {
  width: 50px;
}

.h10px {
  height: 10px;
  line-height: 10px;
}

.h16px {
  height: 16px;
  line-height: 16px;
}

.h20px {
  height: 20px;
  line-height: 20px;
}

.h25px {
  height: 25px;
  line-height: 25px;
}

.h30px {
  height: 30px;
  line-height: 30px;
}

.h35px {
  height: 35px;
  line-height: 35px;
}

.h40px {
  height: 40px;
  line-height: 40px;
}

.h50px {
  height: 50px;
  line-height: 50px;
}

.h100 {
  height: 100%;
}

.linenormal {
  line-height: normal;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

/****居中****/

.marginAuto {
  margin: 0 auto;
}

ptb5 {
  padding: 10px 0px;
}

ptb10 {
  padding: 10px 0px;
}

ptb15 {
  padding: 10px 0px;
}

ptb20 {
  padding: 20px 0px;
}

mtb5 {
  margin: 5px 0px;
}

mtb10 {
  margin: 10px 0px;
}

mtb15 {
  margin: 15px 0px;
}

mtb20 {
  margin: 20px 0px;
}

.ml0 {
  margin-left: 0px;
}

.ml2 {
  margin-left: 2px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.mr0 {
  margin-right: 0px;
}

.mr2 {
  margin-right: 2px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mt5 {
  margin-top: 5px;
}

.mt7 {
  margin-top: 7px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}

.pt5 {
  padding-top: 5px;
}

.pb5 {
  padding-bottom: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pr20 {
  padding-right: 20px;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top0 {
  top: 0px;
}

.left0 {
  left: 0px;
}

.right0 {
  right: 0px;
}

.bottom0 {
  bottom: 0px;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-top {
  vertical-align: top;
}

.inline-block {
  display: inline-block;
}

.block {
  display: block;
}

.table-row {
  display: table-row;
}

.table-cell {
  display: table-cell;
}

.z997 {
  z-index: 997;
}

.z998 {
  z-index: 998;
}

.z999 {
  z-index: 999;
}

.z1000 {
  z-index: 1000;
}

.box-shadow {
  -webkit-box-shadow: 0px 0px 6px #ccc;
  -moz-box-shadow: 0px 0px 6px #ccc;
  box-shadow: 0px 0px 6px #ccc;
}

.hide {
  display: none;
}

.border-inset-left {
  -webkit-box-shadow: inset -1px 0px 0px #eaeaea;
  -moz-box-shadow: inset -1px 0px 0px #eaeaea;
  box-shadow: inset -1px 0px 0px #eaeaea;
}

/* div模拟的富文本效果-
  data-placeholder 模拟的默认文字
  eg:
  <div contenteditable="true" class="wd94 gload_rich" data-placeholder="备忘的内容"></div>
 */
.gload_rich, .gload_rich > div {
  color: #666;
  -webkit-user-select: auto;
}

.gload_rich:empty:before {
  content: attr(data-placeholder);
  color: #bbb;
}

.gload_rich:focus:before {
  content: none;
}

/**
    兼容IOS的输入，否则input中如果不添加type，无法输入
*/
.edit_sel {
  -webkit-user-select: auto;
}

/**
 “穿透”层的鼠标事件
  不支持IE
*/
.noeven {
  pointer-events: none
}

/**
    适配当前UI 的 mui 的元素
*/
input[type='submit'] {
  color: #fff;
  border: 1px solid #EC3329;
  background-color: #EC3329;
}

input[type='submit']:enabled:active {
  border: 1px solid #D93729 !important;
  background-color: #D93729 !important;;
}

[aspectratio] {
  position: relative;
}

[aspectratio]::before {
  content: '';
  display: block;
  width: 1px;
  margin-left: -1px;
  height: 0;
}

[aspectratio-content] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

[index-banner-img] {
  width: 1089px;
  height: 425px;
  border-radius: 20px;
}

[w-140-140] {
  width: 140px;
}

[w-140-140] {
  aspect-ratio: '1:1';
}

#example {
  height: 1px;
  background-color: #E4E7ED;
}

.hairlines {
  border-bottom: 0.5px solid #E4E7ED;
}


.dis_flax{
  display: flex;

}

.dis_flax_child{
  flex: 1 1 auto;
}

.rotate180{
  display: inline-block;
  transform: rotate(180deg);
}


.BMap_cpyCtrl.BMap_noprint.anchorBL{
  display: none;
}
.anchorBL{
  display: none;
}
@media screen and (max-width: 768px) {
    .transparent .alwu-header-menu-icon-container {
    top: 20px;
    right: 10px;
}
.alwu-header-menu-icon-container {

    width: 40px;
    height: 40px;

}
.alwu-header-menu-icon-container span {

    top: 15px;

    width: 25px;
    height: 1px


}

.alwu-header-menu-icon-container span:before{

    top: 6px;

    width: 25px;
    height: 1px


}

 .alwu-header-menu-icon-container span:after {

    top: 12px;

    width: 25px;
    height: 1px


}

.transparent .alwu-header-top-icon img {
    top: 15px;
    left: 31px;
    height: 71px;
}
}
