body {
  overflow-x: hidden;
}
body,
html {
  height: 100%;
  width: 100%;
}
.center {
  padding-top: 30px;
}
header {
  display: flex;
  flex-wrap: nowrap;
}
.header-wp .zota_phone {
  position: absolute;
  right: 60px;
  top: 30px;
  margin: 0;
  color: #7d7d82;
}
.right > ul > li {
  cursor: pointer;
  float: left;
  padding: 0 20px;
  line-height: 80px;
  position: relative;
  height: 100%;
  font-size: 15px;
}
#banner {
  width: 100%;
  height: 640px;
  position: relative;
}
#wrap {
  width: 100%;
  height: 100%;
}
#wrap img {
  width: 100%;
  height: 100%;
}
#main {
  width: 100%;
  margin-top: 0;
  background-color: #f5f5f7;
  /* border-bottom: solid 1px #60A5F4; */
}
.block-item-grid {
  padding: 12px 0;
  height: auto;
  cursor: pointer;
}
#main .content {
  width: 70%;
  margin: 0 15%;
}
#main #smartStation {
  width: 100%;
  margin: 0;
}
#main #smartStation .block-item-grid {
  width: 70%;
  margin: 0 15%;
}
#main #smartStation .big-screen-item {
  width: 100% !important;
  margin: 0;
}
#main #startPlan {
  padding: 30px 0;
}
.content-head-title {
  background: url(../img/ota/startPlan_logo.png) no-repeat center;
  width: 378px;
  height: 93px;
  margin: 0 auto 24px;
}
.tablist {
  width: 100%;
}
.tablist li {
  color: #000;
  font-weight: 700;
  cursor: pointer;
  padding: 0 20px;
  height: 34px;
  overflow: hidden;
  float: left;
  position: relative;
  font-size: 16px;
}
.tablist li:hover:after,
.tablist li.active:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 6px;
  z-index: 200;
  left: 0;
  background: #258ae9;
}
.block-download-item {
  margin: 16px 0;
  padding: 30px 100px;
  background-color: #fff;
  border-radius: 15px;
  font-family: Source Han Sans CN-Bold;
}
.block-download-item .desc-head {
  padding: 20px 0;
  border-bottom: 1px dashed #c4c4c4;
}
.block-download-item .content-middle {
  padding: 20px 0;
  border-bottom: 1px dashed #c4c4c4;
}
.block-download-item .foot-bottom {
  padding: 30px 0;
}
.block-download-item .desc-head .main-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #258ae9;
  font-weight: bold;
}
.block-download-item .desc-head .sub-title {
  color: #258ae9;
  line-height: 26px;
}
.block-download-item .desc-head .letter-title {
  color: #7d7d82;
  line-height: 20px;
}
.content-middle .content-title-h {
  color: #4b4b4b;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}
.content-middle .content-text-details {
  margin-bottom: 20px;
  line-height: 30px;
}
.details-item-title {
  font-weight: bold;
  font-size: 15px;
  color: #4b4b4b;
}
.content-text-details .update-list-detail {
  color: #4b4b4b;
  font-weight: 400;
  line-height: 24px;
}
.download-btn {
  width: 150px;
  height: 38px;
  background: #258ae9;
  box-shadow: 0px 9px 12px 1px rgba(37, 138, 233, 0.38);
  border-radius: 33px;
  border: none;
  color: #fff;
  line-height: 38px;
  text-align: center;
  display: block;
  transition: all 0.3s;
}
.download-btn:hover {
  opacity: 0.8;
}
.remark-tips-block {
  width: 50%;
  margin: 10px 25% 40px;
  line-height: 24px;
  color: #4b4b4b;
}
.p-error {
  color: #ff0000;
}
@media only screen and (max-width: 1400px) {
  #banner {
    top: -70px;
  }
  #main {
    margin-top: -70px;
  }
  #main .content {
    width: 70%;
    margin: 0 15%;
  }
  .news {
    width: 400px;
  }
}
@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 992px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 640px) {
}
.fw700 {
  font-weight: 700;
}
/* 弹窗样式 */
.m-toast-pop {
  width: 578px;
  height: 310px;
  border-radius: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1000;
}
.shade {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: block;
  background-color: rgba(0, 0, 0, 0.34);
}
.close-pop-btn {
  font-size: 20px;
  color: #7d7d82;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 14px;
  border: none;
  opacity: 0.8;
  background: none;
}
.m-toast-pop .pop-content-block {
  padding: 0 34px;
  display: flex;
  /* width: 100%; */
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 24px;
  height: 100%;
}
