html,
body {
  /* min-width: 1200px; */
  background: #000000;
  position: relative;
}



  .newsdetails .newsList {
    width: 100%;
    height: auto;
    padding: 0;
    background-image: url("../img/mb_news_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto ;
    background-position: left top ;
    background-color: #000000;
    position: relative;
    top: 0;
    left: 0;
    min-height: 100%;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .newsdetails .newsList .newsListTab {
    display: none;
  }
  .newsdetails .newsList .mbnewsListTab {
    height: 1.387rem;
    background: #1c040f;
    padding: 0 5%;
    text-align: right;
  }
  .newsdetails .newsList .mbnewsListTab .goback {
    line-height: 1.387rem;
    float: left;
    color: #94009c;
    font-size: 0.4rem;
    position: relative;
  }
  .newsdetails .newsList .mbnewsListTab .goback:after {
    content: "";
    width: 2px;
    height: 0.5rem;
    position: absolute;
    right: -25%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #94009c;
  }
  .newsdetails .newsList .mbnewsListTab li {
    display: inline-block;
    position: relative;
    width: 17%;
    height: 100%;
    margin-right: -4px;
  }
  .newsdetails .newsList .mbnewsListTab li a {
    color: #dc99ff;
    text-align: center;
    font-size: 0.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    border-bottom: 2px solid transparent;
  }
  .newsdetails .newsList .newsListCon {
    width: 90%;
    margin: 0 auto;
  }
  .newsdetails .newsList .newsListCon .newsInfo {
    padding: 1rem 0 0;
    width: 100%;
    position: relative;
    border-bottom: 1px dashed #6b6b6c;
    margin-bottom: 0.5rem;
  }
  .newsdetails .newsList .newsListCon .newsInfo .title {
    width: 100%;
  }
  .newsdetails .newsList .newsListCon .newsInfo .title .goback {
    display: none;
  }
  .newsdetails .newsList .newsListCon .newsInfo .title p {
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    color: #d9bc89;
    text-align: center;
  }
  .newsdetails .newsList .newsListCon .newsInfo .time {
    width: 100%;
    height: 50px;
  }
  .newsdetails .newsList .newsListCon .newsInfo .time p {
    font-size: 16px;
    color: #c3c3c3;
    text-align: center;
    line-height: 50px;
  }
  .newsdetails .newsList .newsListCon .con {

    color: #a1a1a1;
  }
  .newsdetails .newsList .newsListCon .con p{
    line-height: 1.5;
  }
  .newsdetails .newsList .newsListCon .con img {
    margin: 5px 0 20px;
    max-width: 100% !important;
    height: auto !important;
  }
  .video {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    margin: 0 !important;
    width: 100% !important;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .video-layer .close {
    width: 40px;
    height: 40px;
    right: 10px;
    top: -70px;
    background-image: url(../img/order-close.jpg);
    background-size: 100% 100%;
  }
  #message .pannel {
    width: 75%;
  }
