csDownload.css 3.62 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: 10%;
}
.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;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #333333;
  margin: 5px 0;
}
.text {
  display: inline-block;
  margin-top: 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #333333;
}
.text1 {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  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;
}
/* 下载弹窗 */
.black{
  position: fixed;
  background: #000;
  opacity: 0.36;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
#diaLog{
  position: fixed;
  background: #fff;
  top: 65px;
  left: 50%;
  padding: 41px 25px 50px;
  z-index: 1000;
  border-radius: 8px;
  display: none;
}
#diaLog .title{
  font-size: 30px;
  color: #153578;
  line-height: 30px;
  margin-bottom: 20px;
}
#diaLog input{
  border: none;
  width: 445px;
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  background:none;  
  outline:none; 
  font-size: 20px;
  color: rgba(51, 51, 51, 1);
}
#diaLog input.inputTwo{
  width: 200px;
}
#diaLog .code{
  width: 87px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  margin-top: 33px;
  cursor: pointer;
}
#diaLog .code img{
  width: 100%;
}
#diaLog input::placeholder{
  font-size: 18px;
  color: rgba(21, 53, 120, 1);
  opacity: 0.7;
}
#diaLog input:focus{   
	border:none;
}
#diaLog .line{
  display: flex;
  justify-content: space-between;
  width: 445px;
  border-bottom: 1px solid rgba(21, 53, 120, 1);
}
#diaLog button{
  width: 445px;
  height: 59px;
  background: #153578;
  border-radius: 3px 3px 3px 3px;
  border: none;
  font-size: 28px;
  color: #FFFFFF;
  cursor: pointer;
  margin-top: 20px;
}
#diaLog .buttom{
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
#diaLog .buttom .left{
  color: rgba(102, 102, 102, 1);
}
#diaLog .buttom .left span,#login .buttom .right{
  cursor: pointer;
  color:rgba(21, 53, 120, 1);
}