csDownload.css 1.98 KB
/* 居中 */
.flexCenter {
  display: flex;
  display: -moz-box; /*firefox*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-box; /*Safari*/
  display: -webkit-flex; /*Chrome*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* 定位下载图标 */
.fixed-icon {
  width: 60px;
  height: 89px;
  position: fixed;
  right: 3%;
  bottom: 5%;
}
.fixed-icon img{
  width: 100%;
}
.fixed-icon:hover{
  cursor: pointer;
}
/* 文字盒子 */
.position .expeBtn {
  margin-top: 80px;
}
/* col 文字 */
.title {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}
.title-facts {
  font-size: 22px;
  font-family: Lantinghei SC;
  font-weight: 600;
  color: #333333;
  margin: 5px 0;
}
.text {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.text1 {
  display: inline-block;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
/* 下载按钮 */
.expeBtn {
  font-size: 14px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #153578;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin-top: 50px;
  margin-bottom: 20px;
}
.expeBtn:hover {
  cursor: pointer;
}
/* 底部3张图 */
.three-title {
  margin: 20px 0 20px;
  font-size: 28px;
  font-weight: 600;
  color: #333333;
}
.three-text {
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666;
}
.threeBtn:hover {
  cursor: pointer;
}
.threeBtn {
  font-size: 14px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  background: #153578;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 50px auto 20px;
}