@charset "UTF-8";

/*********公共样式***********/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.w1250 {
  margin: 0 auto;
  width: 1250px;
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #f6f6f6;
}

#pc-wrap {
  display: block;
}

#app-wrap {
  display: none;
}

#app-wrap video {
  width: 100% !important;
}

@media screen and (min-width: 100px) and (max-width: 1240px) {
  #pc-wrap {
    display: none;
  }

  #app-wrap {
    display: block;
  }

  #app-wrap .content {
    padding: 20px;
  }

  #app-wrap .content .container {
    padding: 20px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.06);
    min-height: 200px;
  }

  #app-wrap .content .container .xxgk-tab {
    margin: 10px 0;
  }

  #app-wrap .content .container .xxgk-tab li {
    justify-content: space-between;
    padding: 6px;
  }

  #app-wrap .content .container .xxgk-tab li b {
    color: #666;
  }

  #app-wrap .content .container .xxgk-tab li:nth-child(odd) {
    background: #f7f7f7;
  }

  #app-wrap .content .container .xxgk-tab .xxgktb-last a {
    padding: 4px 8px;
    border-radius: 4px;
    color: #fff;
    background: #0287e6;
  }

  #app-wrap .content .container .top {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
  }

  .m_stateIcon {
    position: absolute;
    width: 120px;
    right: 10px;
    bottom: 27px;
  }

  #app-wrap .content .container .top .title {
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    height: auto !important;
    color: #0287e6;
  }

  #app-wrap .content .container .top .time {
    height: 35px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    line-height: 35px;
    font-size: 12px;
    color: #666666;
  }

  #app-wrap .content .container .top .parameter {
    display: flex;
    justify-content: space-between;
    height: 30px;
    line-height: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
  }

  #app-wrap .content .container .article {
    padding: 20px 0;
    min-height: 610px;
  }

  #app-wrap .content .container .article img {
    margin: 0 auto;
    max-width: 100%;
  }

  #app-wrap .content .container .article p {
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    width: 100% !important;
    margin: 0 !important;
  }

  #app-wrap .content .container .article table {
    width: 100% !important;
  }

  #app-wrap .content .container .article table td {
    font-size: 12px !important;
  }

  #app-wrap .content .container .show_table {
    width: 100%;
    border: none;
    margin-bottom: 20px;
  }

  #app-wrap .content .container .show_table table {
    width: 100%;
    border: none;
  }

  #app-wrap .content .container .show_table table tr {
    height: 45px;
  }

  #app-wrap .content .container .show_table table tr td {
    font-size: 12px;
    line-height: 45px;
  }

  #app-wrap .content .container .show_table table tr:nth-child(odd) {
    background-color: #f7f7f7;
  }

  #app-wrap .content .container .show_table table tr:nth-child(even) {
    background-color: #fff;
  }

  #app-wrap .content .container .show_table table tr td:nth-child(odd) {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
  }

  #app-wrap .content .container .show_table table tr td:nth-child(even) {
    text-align: right;
    padding-right: 10px;
  }

  #app-wrap .content .container .show_table table .col .show_jd {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #app-wrap .content .container .show_table table .col .show_jd span {
    font-size: 12px;
    margin-right: 5px;
  }

  #app-wrap .content .container .show_table table .col .show_jd a div {
    height: 20px;
    display: flex;
    align-items: center;
  }

  #app-wrap .content .container .show_table table .col .show_jd .wzjd {
    color: #fff;
    background-color: #0287e6;
  }

  #app-wrap .content .container .show_table table .col .show_jd .tpjd {
    background-color: #e0f1fc;
    color: #0287e6;
  }

  #app-wrap .content .container .show_table table .col .show_jd .zqyj {
    background-color: #e0f1fc;
    color: #0287e6;
  }

  #app-wrap .content .container .article p,
  #app-wrap .content .container .article p span,
  #app-wrap .content .container .article p strong span {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  #app-wrap .content .container .article p img {
    max-width: 100% !important;
    height: auto;
    display: flex;
  }
}