



body {
    background-color: #3A3A3A;
}
.index-top {
    background-color: #000000cc;
    width: 9rem;
    height: 60px;
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
     -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.index-top .top-logo{
    height: 24px;
    width: auto;
}
.menu-btn {
    position: relative;
}
.hide-munu {
    display: none;
}
.index-top .tab-list{
    height: 16px;
    width: auto;
}
.menu-list {
    position: fixed;
    top: 60px;
    left: 0;
    background-color: #2D2D2D;
    width: 10rem;
    height: calc(100vh - 60px);
    display: none;
}
.menu-list .menu-info {
    width: 9rem;
    padding: 0 0.5rem;
    height: 100%;
    position: absolute;
    overflow-y: auto;
}
.menu-list .lp-title{
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    display: block;
}
.menu-list .lp-desc{
    font-size: 12px;
    line-height: 26px;
    color: #9C9C9C;
    display: block;
}
.menu-item {
    border-bottom: 1px solid #4A4A4A;
}
.menu-item:last-child {
    padding-bottom: 0;
}
.menu-top {
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
     -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  height: 56px;
  
}
.menu-links {
    display: none;
}
.menu-top .mt-left{
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    display: block;
}
.menu-top .mt-right{
    width: 16px;
    height: 16px;
}
.menu-links .lp-desc {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 12px;
    color: #9C9C9C;
    font-weight: 400;
}





.last-panel {
    width: 10rem;
    height: auto;
    background: -webkit-repeating-linear-gradient(#3A3A3A,#2A2A2A);
    background: -moz-repeating-linear-gradient(#3A3A3A,#2A2A2A);
    background: -ms-repeating-linear-gradient(#3A3A3A,#2A2A2A);
    background: -o-repeating-linear-gradient(#3A3A3A,#2A2A2A);
    background: repeating-linear-gradient(#3A3A3A,#2A2A2A);
    position: relative;
}
.last-panel .lp-main {
    width: 9rem;
    color: #ffffff;
    margin-left: 0.5rem;
}
.last-panel .lp-main .lp-logo{
    width: 160px;
    color: #ffffff;
    margin-left: calc(4.5rem - 80px);
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.last-panel .lp-main .lp-title{
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}
.last-panel .lp-main .lp-desc{
    font-size: 12px;
    line-height: 26px;
    color: #9C9C9C;
}
.space-line {
    width: 100%;
    height: 1px;
    background-color: #4A4A4A;
}
.space-interval {
    width: 100%;
    height: 0.35rem;
}

.last-panel .lp-main .lp-copyright {
    font-size: 14px;
    line-height: 26px;
    color: #9C9C9C;
    text-align: center;
}
.no-mbot {
    margin-bottom: 0 !important;
}
.no-mtop {
    margin-top: 0 !important;
}
.bggray {
    background-color: #D8D8D8;
}
.mtb10 {
    margin-top: 10px;
    margin-bottom: 10px;
}



#loading{
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
    display: none;
}
#loading-center{
    width: 100%;
    height: 100%;
    position: relative;
}
#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
}
.object{
    width: 20px;
    height: 20px;
    background-color: #f53e6a;
    float: left;
    margin-right: 20px;
    margin-top: 65px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
}

#object_one {	
    -webkit-animation: object_one 1.5s infinite;
    animation: object_one 1.5s infinite;
    }
#object_two {
    -webkit-animation: object_two 1.5s infinite;
    animation: object_two 1.5s infinite;
    -webkit-animation-delay: 0.25s; 
    animation-delay: 0.25s;
    }
#object_three {
    -webkit-animation: object_three 1.5s infinite;
    animation: object_three 1.5s infinite;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;	
    }
@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
}
@keyframes object_one {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  }
}
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
}
@keyframes object_two {
  75% { 
    transform: scale(0);
    -webkit-transform:  scale(0);
  }
}
@-webkit-keyframes object_three {

  75% { -webkit-transform: scale(0); }
}
@keyframes object_three {

  75% { 
    transform: scale(0);
    -webkit-transform: scale(0);
  } 
}


.main-info {
    display: none;
}

.lp-title {
    display: block;
}
.lp-desc {
    display: block;
}

.adv {
    width: 9rem;
    margin-left: 0.5rem;
    height: auto;
}
.tab-btns {
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */   
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
     -webkit-align-items: center;
 -moz-align-items: center;
 -ms-align-items: center;
 -o-align-items: center;
 align-items: center;
      -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  width: 9rem;
}
.tab-btns img {
    height: 32px;
    width: auto;
}
.gray {
    color: #9999 !important;
}