.topvis {
  height: 320px;
  background-color: #EEE;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inner-frame .inner-left .psort-name {
  text-decoration: none;
  background-color: #39B54A;
  line-height: 40px;
  padding-left: 17px;
  color: #FFF;
}
.inner-frame .inner-left .psort-name a {
  font-size: 18px;
  color: #FFF;
  padding-left: 8px;
}
.inner-frame .inner-left .product-search-bar {
  margin-bottom: 15px;
}
.inner-frame .inner-left .product-search-bar .search-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.inner-frame .inner-left .product-search-bar .search-title span {
  padding-left: 8px;
}
.inner-frame .inner-left .product-search-bar form .form-group,
.inner-frame .inner-left .product-search-bar form .form-control {
  display: block;
}
.inner-frame .inner-left .product-search-bar form .form-control {
  width: 100%;
}
.inner-frame .inner-left .product-search-bar form select,
.inner-frame .inner-left .product-search-bar form input {
  margin-bottom: 5px;
}
.inner-frame .inner-left .psort-list {
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #39B54A;
  border-right: 1px solid #39B54A;
  border-bottom: 1px solid #39B54A;
  margin-bottom: 15px;
}
.inner-frame .inner-left .psort-list li {
  margin-left: 5px;
  margin-right: 5px;
  line-height: 30px;
  padding-left: 15px;
  border-bottom: 1px solid #DDD;
}
.inner-frame .inner-left .psort-list li i {
  font-size: 0.5em;
  color: #666;
}
.inner-frame .inner-left .psort-list li a {
  color: #000;
  padding-left: 10px;
}
.inner-frame .inner-right h1 {
  border-bottom: 2px solid #3baa43;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 32px;
}
.inner-frame .inner-right .content {
  font-size: 14px;
  line-height: 1.5em;
}

@media screen and (min-width: 768px) {
  .topvis {
    height: 256px;
  }
  .inner-frame .inner-left .link-block {
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
    text-decoration: none;
    border-left: 10px solid #3baa43;
    background-color: #EEE;
    color: #666;
  }
  .inner-frame .inner-left .link-block i.fa {
    font-size: 1.2em;
    color: #3baa43;
    margin-right: 15px;
  }
  .inner-frame .inner-right {
    border-left: 1px solid #3baa43;
    padding-left: 50px;
  }
  .inner-frame .inner-right .content {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .topvis {
    height: 331px;
  }
  .inner-frame .inner-left .psort-list li {
    line-height: 35px;
    font-size: 16px;
  }
  .inner-frame .inner-left .product-search-bar form .form-group,
  .inner-frame .inner-left .product-search-bar form .form-control {
    display: inline-block;
  }
  .inner-frame .inner-left .product-search-bar form .form-control {
    width: auto;
  }
}
@media screen and (min-width: 1200px) {
  .topvis {
    height: 399px;
  }
}
@media screen and (min-width: 1440px) {
  .topvis {
    height: 460px;
  }
}
