.change-content-ie{
  /* display: none; */
}
#tips {
  position: fixed;
  z-index: 100001;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #DDDDDD;
  /* filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000)\9; */
  display: none;
}
#tips-content {
  width: 810px;
  height: 500px;
  border-radius: 4px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-top:-250px ;
  margin-left: -405px;
}

/* .top-content{
  height: 40px;
  border-radius: 4px 4px 0px 0px;
  padding: 0 20px;
  line-height: 40px;
  position: relative;
}
.top-content span{
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #14172E;
  font-weight: bold;
}
.top-content img{
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  height: 14px;
  width: 14px;
  cursor: pointer;
} */
.img-content {
  text-align: left;
  margin-bottom: 10px;
}
.warm-reminder{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  margin-bottom: 10px;
}
.body-content{
  margin-top: 5px;
  font-family: MicrosoftYaHei;
}
.body-tips{
  color: #333;
  margin-bottom: 20px;
}
.body-tips span{
  color: #fe6d00;
}
.IE-content {
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
}
.IE-content div{
  margin-bottom: 5px;
}
.IE-content a {
  color: #007aff;
}
.IE-content a:hover{
  color: #007aff;
}

.download-tip {
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.download-content {
height: 124px;
background: #D7D7D7;
border-radius: 4px;
border: 1px solid #CCCCCC;
padding: 14px;
}
.download-center{
  margin: 15px 0;
}
.download-content div{
  font-size: 14px;
}
.download-content div img{
  height: 24px;
  width: 24px;
  margin-right: 12px;
  vertical-align: middle;
}
.download-content div span{
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #333333;
}
.download-content div span a{
  color: #007aff;
}
.download-content div span a:hover{
  color: #007aff;
}

.bottom-content{
  text-align: center;
  margin:20px 0 24px 0;
}
.confirm{
  /* width: 140px;
height: 40px; */
background: #0D80FF;
border-radius: 4px;
color:#fff;
font-size: 14px;
border:none;
cursor: pointer;
}

