#download {
  color: #66B1FF !important;
}

.nav li a {
  color: #333333;
}

.nav .slide_line {
  left: 188px;
}

/* 下载背景图片========================================================================================================== */
.download_contain {
  overflow: hidden;
  width: 100%;
  height: 360px;
  text-align: center;
  margin: 0 auto;

}

.download_img {
  /* max-width: 1903px; */
  /* max-width: 1920px; */
  width: 100%;
  /* height: 360px; */

  /* margin: 0 auto; */
}

.download_title {
  padding-top: 90px;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.download_introduce {
  font-size: 18px;
  /* font-weight: bold; */
  color: #ffffff;
  opacity: 0.7;
  text-align: center;
  margin-top: 28px;
}

.download_button {
  display: inline-block;
  width: 180px;
  height: 54px;
  line-height: 54px;
  margin: 0 auto;
  margin-top: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  /* transform: scale(1.13);
  -webkit-transform: scale(1.13);
  -moz-transform: scale(1.13);
  -o-transform: scale(1.13); */
}

.download_size {
  font-size: 14px;
  /* font-weight: bold; */
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  margin-top: 30px;
}

/* 下载列表========================================================================================================================= */
.download_list {
  width: 100%;
  /* height: 650px; */
  max-width: 1000px;
  background: #f8f8f8;
  margin: 0 auto;
}

.download_list_center {
  width: 100%;
  /* height: 650px; */
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.download_list_center ul {
  padding-top: 30px;
}

/* .download_list_center ul li {
  list-style: none;
  float: left;
  width: 285px;
  height: 360px;
  text-align: center;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: All 0.5s ease-in-out;
  -webkit-transition: All 0.5s ease-in-out;
  -moz-transition: All 0.5s ease-in-out;
  -o-transition: All 0.5s ease-in-out;
}

.download_list_center ul li:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.download_list_center ul li:nth-child(2),
.download_list_center ul li:nth-child(3),
.download_list_center ul li:nth-child(4) {
  margin-left: 20px;
}

.download_list_center_img {
  margin-top: 45px;
}

.download_list_center_title {
  color: #333333;
  font-size: 18px;
  margin-top: 35px;
}

.download_list_center_version_size {
  color: #999999;
  font-size: 14px;
  margin-top: 23px;
}

.download_list_center_time {
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
}

.download_list_center_button {
  display: inline-block;
  width: 120px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  margin: 0 auto;
  font-size: 14px;
  color: #00b3da;
  border: 1px solid #00b3da;
  margin-top: 30px;
  cursor: pointer;
  letter-spacing: 1.2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;

}

.download_list_center_button:hover {
  color: #ffffff;
  background: #00b3da;
} */
body {
  /* min-width: 1400px; */
  overflow-x: hidden;
}

/* 更新日志======================================================================================================================= */
.update_log {
  margin-top: 40px;
  width: 100%;
  min-height: 1000px;
  background: #f8f8f8;
  padding-bottom: 120px;
}

.update_log_center {
  max-width: 1000px;
  min-height: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #ffffff;

  padding: 50px 10px 60px 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
}

.update_log_title {
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 60px;
}

.update_log_div {
  min-height: 100px;
  /* background: #f8f8f8; */
}

.update_log_div_h4 {
  padding-left: 25px;
  background: url(../image/icon_dot.png) no-repeat left center;
}

.update_log_div_version {
  color: #00b1ee;
  font-size: 16px;
  font-weight: 400;
}

.update_log_div_time {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  float: right;

}

.update_log_detail {
  margin-left: 4px;
  min-height: 100px;
  padding: 20px 0 30px 20px;
  border-left: 1px dashed #e4e4e4;

}



.update_log_detail_num p {
  color: #777777;
  font-size: 14px;
  line-height: 24px;
}

/* new */
.download_contain {
margin-top: 160px!important;
height: 496px;
margin: 0 auto;
max-width: 1960px;
}
.download_img{
  height: 496px;
  /* height:30rem; */
  margin: 0 auto;
  max-width: 1960px;
}

.download_button {
    margin-top: 5.5%;
    margin-left: -53%;
    cursor: pointer;
}


.download_list_center ul{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.download_list_center ul li {
 list-style: none;
 width: 488px;
 height: 192px;
 background: url(../image/new_icon/download_item.png) no-repeat;
 /* background-position:-13px 1px; */
 padding: 30px;
 box-sizing: border-box;
 margin-bottom: 25px;
}
.download_list_center_top{
  display: flex;
}
.download_list_center_bottom{
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.download_list_center_info{
  width: 255px;
}
.download_list_center_title{
width: 255px;
height: 40px;
font-size: 32px;
font-family:inherit;
font-weight: 400;
color: #333333;
line-height: 40px;
}
.download_list_center_version_size{
/* margin-top:35px; */
/* width: 456px; */
height: 20px;
font-size: 16px;
font-weight: 500;
color: #939393;
line-height: 20px;
}
.download_list_center_time{
  margin-top: 8px;
  /* width: 456px; */
  height: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #939393;
  line-height: 20px;
}
.download_list_center_button{
width: 80px;
height: 32px;
background: #5FC2FE;
border-radius: 6px;
font-size: 14px;
text-decoration: none;
display: block;
color: #ffffff;
text-align: center;
line-height: 32px;
/* margin-top: 6px; */
margin-left: 19px;
}
.download_list,.update_log {
  background: #ffff;
}
.update_log_center{
  box-shadow: none;
}
/* new */
.download_button_new{
 display: block;
width: 228px;
height: 60px;
background: url(../image/new_icon/download.png) no-repeat;
background-color: #5FC2FE;
border-radius: 6px;
border-radius: 6px;
/* margin-top: 87px;
margin-left: 352px; */
color: #fff;
text-decoration: none;
line-height: 60px;
font-size: 20px;
box-sizing: border-box;
background-position: 48px 18px;
padding-left: 30px;
position: absolute;
top: 59%;
left: 19%;
}
@media all and (max-width:1000px){
  .update_log_center,.download_list_center,.download_list{
    max-width: 100%;
    /* width: 98%; */
  }
  /* .download_list_center ul li{
    width: 48%;
  } */
  .container{
    padding-bottom: 180px;
}
}
.update_log_detail_num {
  min-height: 60px;
  background: #f8f8f8;
  padding: 13px 0 13px 40px;

  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
}