/**
 * @description: 清除浮动
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 响应式图片
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 横向排列，垂直居中布局
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 单行文本超出隐藏
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 多行文本超出隐藏
 * @Author:
 * @param {Number} num 最多要显示几行
 * @return:
 */
/**
 * @description: flex 垂直居中布局
 * @Author:
 * @param {String} cposition 水平排列方式
 * @return:
 */
/**
 * @description: 设置元素尺寸
 * @Author:
 * @param {Number} w 宽度
 * @param {Number} h 高度
 * @return:
 */
/**
 * @description: 2x的雪碧图缩放
 * @Author:
 * @param {Number} spriteW 雪碧图原始宽度
 * @param {Number} spriteH 雪碧图原始高度
 * @param {Number} bgOffsetX 背景定位原始X轴偏移量
 * @param {Number} bgOffsetY 背景定位原始Y轴偏移量
 * @return:
 */
/**
 * @description: 设置字体
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 修改滚动条样式
 * @Author:
 * @param {String} scrollW 滚动条宽度
 * @param {String} scrollC 滚动条背景色
 * @param {String} trackP 滑块背景色
 * @return:
 */
/**
 * @description: 设置背景图
 * @Author:
 * @param {String} url 图片路径
 * @return:
 */
/**
 * @description: 修改输入框占位符的字体颜色
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 禁止选中内容
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 鼠标移入图片放大效果
 * @Author:
 * @param {type}
 * @return:
 */
/**
 * @description: 铺满整个容器的绝对定位
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 绝对定位水平垂直居中
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 统一容器,视项目不同,数值有所不同
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 替代flex的inline-block
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 首页栏目标题样式
 * @Author: 
 * @param {type} 
 * @return: 
 */
/**
 * @description: 两端对齐辅助元素
 * @Author: 
 * @param {type} 
 * @return: 
 */
@media screen and (max-width: 1024px) {
  body {
    padding-top: 0 !important;
  }
}
header.header {
  display: none;
}
footer.footer {
  display: none;
}
div.aside-right {
  display: none;
}
@media screen and (max-width: 1024px) {
  .bottom-window {
    display: none;
  }
}
section.list-13 {
  background: #ffffff;
  padding: calc((100vh * 110)/1080) 0 0;
  height: calc(100vh);
}
@media screen and (max-width: 1024px) {
  section.list-13 {
    height: auto;
    padding: calc((100vh * 110)/1080) 0;
  }
}
section.list-13 .entrance-platform {
  width: calc((100vw * 1330)/1920);
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  section.list-13 .entrance-platform {
    width: 100%;
    padding: 0 0.3rem;
  }
}
section.list-13 .entrance-platform .logo {
  text-align: center;
}
section.list-13 .entrance-platform .logo a img {
  width: calc((100vw * 146)/1920);
  height: auto;
}
@media screen and (max-width: 1024px) {
  section.list-13 .entrance-platform .logo a img {
    width: 30%;
  }
}
section.list-13 .entrance-platform .entrance-platform-list {
  margin-top: calc((100vh * 40)/1080);
}
section.list-13 .entrance-platform .entrance-platform-list ul li {
  display: block;
  width: calc((100vw * 250)/1920);
  border: 1px solid #CCCCCC;
  border-radius: 0.04rem;
  padding: calc((100vh * 12)/1080) calc((100vw * 12)/1920) calc((100vh * 60)/1080);
  margin-right: calc((100vw * 20)/1920);
  margin-bottom: calc((100vh * 24)/1080);
  float: left;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
section.list-13 .entrance-platform .entrance-platform-list ul li:nth-child(5n) {
  margin-right: 0;
}
section.list-13 .entrance-platform .entrance-platform-list ul li a {
  display: block;
}
section.list-13 .entrance-platform .entrance-platform-list ul li a .title {
  text-align: center;
  font-size: 0.16rem;
  color: #707070;
  position: relative;
}
section.list-13 .entrance-platform .entrance-platform-list ul li a .title:after {
  content: '';
  width: calc((100vw * 110)/1920);
  height: 1px;
  background: linear-gradient(117deg, rgba(23, 23, 23, 0) 0%, rgba(204, 204, 204, 0.7) 50%, rgba(100, 100, 100, 0) 100%);
  position: absolute;
  left: 50%;
  bottom: -0.12rem;
  transform: translateX(-50%);
}
section.list-13 .entrance-platform .entrance-platform-list ul li a .img {
  margin: calc((100vh * 43)/1080) auto 0;
  width: calc((100vw * 56)/1920);
  height: calc((100vh * 56)/1080);
}
section.list-13 .entrance-platform .entrance-platform-list ul li a .img img {
  width: 100%;
}
section.list-13 .entrance-platform .entrance-platform-list ul li:hover {
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1024px) {
  section.list-13 .entrance-platform .entrance-platform-list ul li {
    width: 48.5%;
    padding: calc((100vh * 20)/1080) calc((100vw * 12)/1920) calc((100vh * 60)/1080);
    margin-right: 3%;
  }
  section.list-13 .entrance-platform .entrance-platform-list ul li:nth-child(5n) {
    margin-right: 3%;
  }
  section.list-13 .entrance-platform .entrance-platform-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  section.list-13 .entrance-platform .entrance-platform-list ul li a .title {
    font-size: 0.3rem;
  }
  section.list-13 .entrance-platform .entrance-platform-list ul li a .title:after {
    width: 60%;
    bottom: -0.2rem;
  }
  section.list-13 .entrance-platform .entrance-platform-list ul li a .img {
    margin: calc((100vh * 50)/1080) auto 0;
    width: 30%;
    height: auto;
  }
}
