﻿.render-body {
    background-color: #fff;
    padding-bottom: 1px;
}

.down-content {
  position: relative;
}

.down-wrap {
  position: relative;
  min-height: 400px;
}

.down-type-wrap {
  display: flex;
  margin-bottom: 30px;
}

.down-type-wrap .type-title {
  color: #fff;
  margin-top: 0;
  line-height: 30px;
  margin-right: 15px;
  font-weight: bold;
}

.down-type-wrap .type-sub {
  display: flex;
}

.type-sub > button {
  display: block;
  border: none;
  padding: 8px 16px;
  cursor: pointer;
  border: 1px solid #333;
  border-radius: 15px;
  margin: 0 10px 10px 0;
  color: #999;
  /*background-color: #383838;*/
  font-size: 14px;
  line-height: 1;
}

.type-sub > button.active {
  background-color: #028be6;
  border-color: #028be6;
  color: #fff;
}

.down-item-wrap {
    background-color: #d8dbe0;
    padding: 20px 20px 30px;
}
.down-item {
    display: flex;
    /* background-color: #151515; */
    /* background-color: #d8dbe0; */
    border-radius: 5px;
    text-align: center;
    flex-direction: column;
    /* padding: 25% 0; */
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}

.down-item-wrap:hover {
    box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.5);
}

.down-img {
    width: 100%;
    padding: 15% 0;
    position: relative;
    margin-bottom: 15px;
    background-color: #2a81e6;
}

/*.down-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}*/

.down-img-wrap img {
  width: 100%;
}

.down-name {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.down-link {
  display: inline-block;
  border: 1px solid rgba(2, 139, 230, 0.98);
  border-radius: 18px;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 25px;
  color: rgba(2, 139, 230, 0.98);
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -ms-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}

.down-link:hover,
.down-link:focus {
  border-color: rgba(2, 139, 230, 0.98);
  color: #fff;
  background-color: rgba(2, 139, 230, 0.98);
}

@media (min-width: 768px) {
    .down-wrap {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        margin-bottom: 50px;
    }

  .down-type-wrap {
    margin-left: 1.66%;
  }

    .down-item-wrap {
        width: 30%;
        margin: 0 1.66% 3.33%;
    }

  .down-name {
    font-size: 18px;
  }
}

@media (min-width: 1400px) {
  .container-wrap {
    padding: 0;
  }
}
