﻿@media (min-width: 1300px) {
  .container {
    width: 1300px;
  }
}

#page_navigation {
  text-align: center;
  margin: 30px 0 10px 0;
}

#page_navigation a {
  display: inline-block;
  padding: 6px;
  border: 1px solid #0096d1;
  margin: 2px;
  color: #333;
  text-decoration: none;
}

.active_page {
  background: #0096d1;
  color: white !important;
}

.opc_drive-li > ul > li > ul > li:last-child p {
  display: block;
  font-size: 14px;
}

.opc_drive-li > ul > li > ul > li:last-child p:first-child {
  display: block;
}

@media (max-width: 767px) {
  .opc_drive-title div,
  .opc_drive-li > ul > li > ul > li {
    padding: 0 14px 0 0;
  }

  .opc_drive-right {
    padding: 0;
    font-size: 13px;
  }

  .opc_drive-li > ul > li > ul > li:last-child,
  .opc_drive-title div:last-child {
    padding: 0;
  }

  .opc_drive-left h2 {
    font-size: 26px;
  }

  .list-button {
    width: 100%;
  }

  .filtered-by {
    font-size: 15px;
  }
}

.button {
  background-color: #0096d1;
  border-color: #0096d1;
}

.button.secondary:hover {
  background-color: #0096d1;
}

.button.right:hover,
.list-button:hover {
  background-color: #0781b1;
}

.opc_drive-li > ul > li > ul > li:first-child a {
  color: #0096d1;
}

.opc_drive-li > ul > li > ul > li:first-child a:hover {
  color: #0781b1;
}

p.p-img {
  text-align: left;
  margin-left: 3em;
}

.p-img img {
  width: 130px;
  margin-left: -20%;
}

@media (max-width: 1150px) {
  .p-img img {
    margin-left: 0px;
  }
}

#NetSelect1,
#NetSelect2,
#NetSelect3 {
  display: none !important;
}

#NetSelect-item4 {
  display: none;
}

.am-selected-list li:hover {
  background-color: #cee9ff;
}

label {
  font-weight: normal;
}

button.am-selected-btn.am-btn.am-dropdown-toggle.am-btn-default {
  background: #fafafa;
}

.NetSelect-item {
  margin-bottom: 15px;
}

.am-selected {
  width: 100%;
}

.case-zhe {
  background: #333;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
  display: none;
}

.case-zhe i {
  line-height: 50px;
  color: #fff;
}

.case-img:hover + .case-zhe {
  display: block;
}

.case-img:hover {
  opacity: 0.4;
}

.case-zhe:hover {
  display: block;
  cursor: pointer;
}

.case-zhe:hover ~ .case-img {
  opacity: 0.4;
}

#recommend-slogan {
  color: #0096d1;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 18px;
}

.prolist-recommend {
  padding: 12px 10px;
  background: #f3f3f3;
  border-radius: 6px;
}

.searchno-content {
  padding: 10px 10px 10px 40px;
  background: #f3f3f3;
  border-radius: 20px;
}

#content {
  overflow: visible;
}

@media (max-width: 768px) {
  .opc_drive-left {
    padding-bottom: 25px !important;
  }
}

#list li {
  color: #0096d1;
}

#list {
  z-index: 99;
}

body:not(.device-touch) .button,
#page_navigation a {
  border-radius: 4px;
}

button.am-selected-btn.am-btn.am-dropdown-toggle.am-btn-default,
.am-selected-search input,
.am-active > .am-dropdown-content {
  border-radius: 3px;
}

@media (max-width: 768px) {
  #net-search {
    display: none;
  }

  .opc_drive-left .button.secondary {
    margin-left: 0px;
  }

  input#search_button {
    float: inherit;
    margin-left: 50px;
  }

  .opc_drive-left h2,
  .search-buttons {
    text-align: center;
  }

  .jq-toast-wrap,
  .pagechat_btn {
    display: none !important;
  }
}

@media (max-width: 540px) {
  .opc_drive-right hr {
    margin: 8px 0;
  }

  .opc_drive-left h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  section#content {
    margin-top: 40px !important;
  }

  .opc_drive-li ul {
    margin-top: 5px !important;
  }

  #searchnopro-email {
    width: 200px !important;
  }

  .container.clearfix {
    padding: 0px 30px !important;
  }

  .list-button {
    width: 150px;
    height: 44px;
    line-height: 44px;
  }
}

.opc_drive-li > ul > li > ul > li {
  width: 52%;
  float: left;
}

.opc_drive-li > ul > li > ul > li:last-child {
  width: 45%;
}

.opc_drive-title div {
  width: 52%;
  float: left;
}

.opc_drive-title div:last-child {
  width: 45%;
  text-align: center;
}

p.p-img {
  margin-left: 0px;
  display: inline-block;
  width: 140px;
  vertical-align: top;
}

.p-desc {
  margin-top: 10px;
  display: inline-block;
  width: calc(100% - 145px);
}

.p-desc p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.opc_drive-li > ul > li > ul > li:last-child h3 {
  font-weight: normal;
  margin-bottom: 5px;
  margin-left: 11px;
  text-align: center;
}

.link-btn-div {
  text-align: center;
  margin-top: 22px;
}

.mspic-div {
  position: relative;
}

.mspic-div .case-zhe {
  right: 0;
  bottom: -12px;
}

@media (min-width: 1700px) {
  .p-img img {
    width: 190px;
    margin-left: -20%;
  }

  p.p-img {
    width: 190px;
  }

  .p-desc {
    margin-top: 15px;
    width: calc(100% - 165px);
    margin-left: -8%;
    padding-right: 15px;
  }
}

@media (max-width: 1000px) {
  .opc_drive-li > ul > li > ul > li {
    width: 100%;
  }

  .opc_drive-li > ul > li > ul > li:last-child {
    width: 100%;
  }

  .link-btn-div {
    text-align: right;
    margin-top: 0px;
    margin-right: 25px;
  }

  .p-desc p {
    -webkit-line-clamp: 5;
  }

  .link-btn-div {
    text-align: right;
    margin-top: 0px;
    margin-right: 25px;
    width: calc(100% - 140px);
    float: right;
  }

  .list-button {
    width: 100%;
  }

  p.p-img,
  .p-img img {
    width: 110px;
  }

  .p-desc {
    width: calc(100% - 112px);
  }

  p.p-img {
    position: relative;
    top: 5px;
  }

  .opc_drive-li > ul > li > ul > li:last-child h3 {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 0px;
  }

  .opc_drive-li > ul > li > ul > li {
    width: 100%;
    padding-right: 0px;
  }

  .mspic-div img {
    margin-left: -9px;
  }
}

a.button.list-button.ms-btn,
.button {
  color: #555;
  background: #cbe6f2;
}

a.button.list-button.ms-btn:hover {
  color: #fff !important;
  background: #0096d1;
}

@media (max-width: 767px) {
  .link-btn-div{
      display: none !important;
  }
  a.button.list-button.ms-btn{
      display: block !important;
  }
}