/* download_category
----------------------------------------------- */
#download-category .download-list {
}
#download-category .download-list .item {
 background-color: #EEE;
 margin-bottom: 30px;
 padding: 30px;
 display: flex;
 justify-content: space-between;
 align-items: center;
}
#download-category .download-list .item .title {
}
#download-category .download-list .item .title i {
 vertical-align: middle;
 font-size: 60px;
 margin-right: 20px;
 color: #57b665;
}
#download-category .download-list .item .title em {
 font-size: 16px;
}
#download-category .download-list .item .info em {
 color: #999;
}
#download-category .download-list .item .info a {
 display: inline-block;
 border: 1px solid #57b665;
 color: #57b665;
 padding: 5px 50px;
 margin-left: 40px;
}
#download-category .download-list .item .info a:hover {
 background-color: #57b665;
 color: #FFF;
}
/* download
----------------------------------------------- */
#download {
 padding: 15px 0;
}
#download .img {
 float: left;
 width: 280px;
 margin-right:20px;
}
#download .img img {
 width: 100%;
}
#download .info {
 margin-left: 300px;
 line-height: 200%;
}
@media (max-width: 768px) {
 #download .img {
  float: none;
  width: auto;
  margin-right: 0;
 }
 #download .info {
  margin-left: 0;
  margin-top: 20px;
  line-height: 200%;
 }
}
#download .info h1 {
 font-size: 18px;
 margin-bottom:10px;
}
#download .info ul li b {
 font-weight:bold;
}
#download .btn {
 margin-top:10px;
}
#download .content {
 margin-top:40px;
}
#download .content h3 {
 height: 35px;
 line-height: 35px;
 color: #7A7F81;
 font-weight: bold;
 font-size: 14px;
 border-bottom: 1px solid #CBD1D3;
}
#download .content ul {
 padding: 15px 0;
 color: #666;
 line-height: 200%;
}
