.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: 0.95;
  filter: alpha(opacity=95);
}

.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: #ffb2b2;

  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;
}

.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;
}