.banner {
  height: 350px;
  background-image: url("https://awaretec.oss-cn-hangzhou.aliyuncs.com/www/model/banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.banner .banner_1 {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}
.banner .banner_1 .banner-top {
  font-size: 42px;
  font-weight: 500;
  line-height: 64px;
  padding-top: 106px;
}
.banner .banner_1 .banner-bottom {
  padding-top: 14px;
  font-size: 24px;
  line-height: 64px;
}
body {
  background: linear-gradient(#fff 0%, #EEF6FE 100%);
}
.body-content {
  display: flex;
  flex-direction: column;
  margin: 0 auto 50px;
  justify-content: space-between;
}

.model-title {
  font-size: 32px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 38px;
  width: 100%;
  text-align: center;
  margin: 20px auto 50px;
}

.model-li {
  width: 1180px;
  height: 400px;
  background: rgba(255,255,255,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.model-li-imgs {
  width: 548px;
  height: 360px;
  margin: 20px;
  border-radius: 4px;
}

.model-li-playbtn-l {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 170px;
  left: 248px;
  cursor: pointer;
}

.model-li-playbtn-r {
  position: absolute;
  width: 84px;
  height: 84px;
  top: 170px;
  right: 248px;
  cursor: pointer;
}

.model-li-word {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 50px;
}

.model-li-title {
  font-size: 24px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 28px;
}
.model-li-content {
  margin: 30px 0;
}

.model-li-content .model-li-z {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  text-indent: 2em;
}

.model-li-btn-conent {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.model-li-btn {
  width: 160px;
  height: 40px;
  background-color: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  cursor: pointer;

  font-size: 16px;
  font-weight: 400;
  color: #C6281D;
  line-height: 40px;
}

.model-li-btn:hover {
  background-color: #C6281D;
  color: #fff;
}

/* 分页 */

.model-page {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.model-page-btn {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  cursor: pointer;
}

.model-page-btn-img {
  width: 16px;
  height: 16px;
}

.model-page-btn-num {
  font-size: 18px;
  font-weight: 500;
  color: #C6281D;
}

.model-page-btn-num-active {
  color: #666666;
}

/* 推荐案例 */

.model-more {
  padding-top: 20px;
  margin-top: 70px;
  border-top: 1px solid #DADEEE;
}
.model-more .model-more-title {
  font-weight: 500;
  font-size: 32px;
  color: #3D3D3D;
  line-height: 38px;
  text-align: center;
  margin: 20px 0 50px 0;
}

.model-more .model-more-ul  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.model-more .model-more-ul .model-more-li {
  width: 370px;
  height: 60px;
  background: rgba(255,255,255,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
  
  font-weight: 500;
  font-size: 18px;
  color: #3D3D3D;
}

.model-more .model-more-ul .model-more-li  .model-more-li-img {
  width: 30px;
  height: 30px;
  margin: 0 10px;
} 

/* 详情 */
.body-content-detail {
  position: relative;
  display: flex;
  flex-direction: column;
}

.body-content-detail-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.body-content-detail-li .title {
  font-size: 32px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 38px;
  margin: 20px auto 50px;
}

.detail-card {
  width: 1120px;
  min-height: 750px;
  padding: 30px;
  margin-bottom: 30px;
  background: rgba(255,255,255,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
  border-radius: 10px 10px 10px 10px;

  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.detail-card-img {
  width: 100%;
  height: 360px;
}

.detail-card-title {
  font-size: 18px;
  font-weight: 500;
  color: #3D3D3D;
  margin: 20px 0;
}

.detail-card-p {
  text-indent: 2em;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.detail-card-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.detail-card-li-span {
  font-size: 16px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 28px;
}

.detail-card-bottom-column {
  flex-direction: column;
  align-items: flex-start;
}

.detail-card-li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  min-width: 20%;
  margin-bottom: 20px;
}

.detail-card-li-sq {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #888888;
  margin-right: 10px;
}

.detail-card-li-img {
  width: 14px;
  height: 12px;
  margin-right: 6px;
}

.model-hid {
  display: none;
}

.hid-video {
  display: none;
}

