.main-mix {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.nowrap-mix {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.img-full-mix {
  display: block;
  width: 100%;
  height: 100%;
}
.red-btn-hover {
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #293e98;
  transition: 0.2s background ease-out;
}
.red-btn-hover:hover {
  background: #293e98;
}
.input-check {
  position: relative;
  display: inline-block;
  line-height: 0;
  width: 15px;
  height: 15px;
}
.input-check i {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 3px;
}
.input-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 0;
  opacity: 0;
}
.input-check input:checked ~ i {
  background: url("../icon/shopping-step/shopping-step-checked.png") center no-repeat #293e98;
  border-color: #293e98;
}
.index {
  min-width: 1200px;
}
.index .banner {
  width: 100%;
  overflow: hidden;
}
.index .banner img {
  display: block;
  width: 100%;
}
.index .section-1 {
  min-width: 1200px;
  background: #fafafa;
}
.index .section-1 ul.product {
  overflow: hidden;
}
.index .section-1 ul.product li {
  width: 50%;
  padding-top: 24.2%;
  float: left;
  overflow: hidden;
  position: relative;
}
.index .section-1 ul.product li .item {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  transition: all ease-out 0.3s;
}
.index .section-1 ul.product li .item img {
  display: block;
  width: 100%;
}
.index .section-1 ul.product li .item:hover {
  transform: scale(1.03);
}
.index .section-2 {
  min-width: 1200px;
  background: #fafafa;
}
.index .section-2 ul {
  overflow: hidden;
  width: 100%;
}
.index .section-2 ul li {
  float: left;
  position: relative;
  overflow: hidden;
  width: 25%;
  padding: 15.6% 0 0 0;
}
.index .section-2 ul li .item {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  transition: all ease-out 0.3s;
}

.index .section-2 ul li .item_text {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  transition: all ease-out 0.3s;
}

.index .section-2 ul li .item img {
  display: block;
  width: 100%;
}
.index .section-2 ul li .item:hover {
  transform: scale(1.03);
}
.index .section-2 ul li .text {
  box-sizing: border-box;
  padding: 40px 30px 0;
  line-height: 180%;
}
.index .section-2 ul li .text h1 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 40px;
}
.index .section-2 ul li .text h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin-bottom: 10px;
}
.index .section-2 ul li .text p {
  font-size: 12px;
  color: #999;
  height: 40px;
  overflow: hidden;
}
.index .section-2 ul li .text .btn {
  margin-top: 20px;
  width: 125px;
  height: 40px;
  border: 1px solid #999;
  border-radius: 20px;
  font-family: Arial;
  font-size: 12px;
  line-height: 40px;
  overflow: hidden;
}
.index .section-2 ul li .text .btn a {
  position: relative;
  display: block;
  width: calc(80%);
  height: 100%;
  color: #999;
  padding-left: 20px;
}
.index .section-2 ul li .text .btn a i.arrow {
  position: absolute;
  width: 20px;
  height: 1px;
  background: #999;
  top: 19px;
  right: 10px;
}
.index .section-2 ul li .text .btn a i.arrow::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -25%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #999;
  border-top: 1px solid #999;
  transform: rotate(45deg) translate(0, 50%);
}
.index .section-2 ul li .text .btn:hover {
  border-color: #293e98;
}
.index .section-2 ul li .text .btn:hover a {
  color: #293e98;
}
.index .section-2 ul li .text .btn:hover a i.arrow {
  background: #293e98;
}
.index .section-2 ul li .text .btn:hover a i.arrow::before {
  border-color: #293e98;
}
.index-product-img img{
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1680px) {
  .index-product-img{
    height: 326px;
  }
}

@media screen and (min-width: 1366px) and (max-width: 1680px) {

  .index-product-img{
    height: 256px;
  }

  .index .section-2 ul li .text {
    padding: 30px 20px 0;
  }
  .index .section-2 ul li .text h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .index .section-2 ul li .text h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .index .section-2 ul li .text p {
    line-height: 150%;
  }
  .index .section-2 ul li .text .btn {
    margin-top: 15px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .index .section-2 ul li .text .btn a {
    width: calc(90%);
    padding-left: 10px;
  }
  .index .section-2 ul li .text .btn a i.arrow {
    width: 15px;
    top: 14px;
    right: 10px;
  }
  .index .section-2 ul li .text .btn a i.arrow::before {
    width: 4px;
    height: 4px;
  }
}
@media screen and (max-width: 1366px) {

  .index-product-img{
    height: 226px;
  }
  .index .section-2 ul li .text {
    padding: 20px 15px 0;
  }
  .index .section-2 ul li .text h1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .index .section-2 ul li .text h3 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .index .section-2 ul li .text p {
    line-height: 150%;
  }
  .index .section-2 ul li .text .btn {
    margin-top: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
  .index .section-2 ul li .text .btn a {
    width: calc(90%);
    padding-left: 10px;
  }
  .index .section-2 ul li .text .btn a i.arrow {
    width: 15px;
    top: 14px;
    right: 10px;
  }
  .index .section-2 ul li .text .btn a i.arrow::before {
    width: 4px;
    height: 4px;
  }
}
.breadcrumb {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 40px;
}
.breadcrumb a {
  color: #999;
}
.breadcrumb a:hover {
  color: #293e98;
  text-decoration: underline;
}
.breadcrumb::before {
  content: '';
  margin: 12px 5px 0 0;
  float: left;
  width: 16px;
  height: 16px;
  background: url("../icon/home.png");
}
.breadcrumb span {
  float: left;
  margin-right: 8px;
}
.breadcrumb span.active {
  color: #293e98;
}
.breadcrumb span::after {
  content: '';
  float: right;
  margin: 17px 0 0 5px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.breadcrumb span:last-child::after {
  display: none;
}
.enlarge {
  position: relative;
  cursor: pointer;
}
.enlarge::after {
  content: '';
  opacity: 0;
  transition: opacity 0.2s ease-in;
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  width: 21px;
  height: 20px;
}
.enlarge img {
  transition: transform 0.2s ease-in;
  cursor: zoom-in;
}
.enlarge:hover::after {
  opacity: 1;
}
.enlarge:hover img {
  transform: scale(1.03);
}
.enlarge-box {
  z-index: 1000;
  width: 100%;
  cursor: zoom-out;
}

.enlarge-box img {
  width: 100%;
}
.enlarge-box .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.enlarge-box .close {
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 30px;
  height: 30px;
  border: 2px solid #293e98;
  border-radius: 50%;
}
.enlarge-box .close::before,
.enlarge-box .close::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #293e98;
  position: absolute;
  left: 5px;
  top: 14px;
  transform: rotate(45deg);
}
.enlarge-box .close::after {
  transform: rotate(-45deg);
}
.wrapper {
  overflow: hidden;
  width: 100%;
}
.wrapper .side {
  float: left;
  width: 190px;
  margin-left: 10px;
}
.wrapper .side .head {
  width: 100%;
  height: 55px;
  background: #293e98;
  color: #fff;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  font-size: 20px;
  line-height:55px;
  text-align: center;
  border-left: 1px solid #ccc;
}
.wrapper .side .nav-wrap {
  width: 100%;
  min-height: 200px;
  background: #ffffff;
  box-shadow: 0 0 10px #ccc;
}
.wrapper .side .nav-wrap .nav-1 {
  padding: 30px;
  font-size: 14px;
}
.wrapper .side .nav-wrap .nav-1 ul {
  overflow: hidden;
}
.wrapper .side .nav-wrap .nav-1 ul li {
  font-weight: bold;
  cursor: pointer;
  line-height: 150%;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.wrapper .side .nav-wrap .nav-1 ul li.active,
.wrapper .side .nav-wrap .nav-1 ul li:hover {
  color: #293e98;
}
.wrapper .side .nav-wrap .nav-1 .more {
  cursor: pointer;
  margin-top: 15px;
  font-size: 12px;
  color: #293e98;
}
.wrapper .side .nav-wrap .nav-1 .more::after {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  left: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #293e98;
  border-right: 1px solid #293e98;
  transform: rotate(45deg);
}
.wrapper .side .nav-wrap .nav-2 {
  padding: 30px;
}
.wrapper .side .nav-wrap .nav-2 dl {
  margin-bottom: 30px;
}
.wrapper .side .nav-wrap .nav-2 dl dt {
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}
.wrapper .side .nav-wrap .nav-2 dl dt .btn {
  float: left;
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.wrapper .side .nav-wrap .nav-2 dl dt .btn::before,
.wrapper .side .nav-wrap .nav-2 dl dt .btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
  height: 1px;
  background: #333333;
}
.wrapper .side .nav-wrap .nav-2 dl dd {
  display: none;
  padding-left: 25px;
}
.wrapper .side .nav-wrap .nav-2 dl dd ul {
  color: #666;
}
.wrapper .side .nav-wrap .nav-2 dl dd ul li {
  cursor: pointer;
  line-height: 120%;
  margin: 10px 0;
}
.wrapper .side .nav-wrap .nav-2 dl dd ul li.selected,
.wrapper .side .nav-wrap .nav-2 dl dd ul li:hover {
  color: #293e98;
}
.wrapper .side .nav-wrap .nav-2 dl dd .more {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 22px;
  border-radius: 12px;
  background: #293e98;
  color: #fff;
  line-height: 18px;
  text-indent: 8px;
}
.wrapper .side .nav-wrap .nav-2 dl dd .more::before,
.wrapper .side .nav-wrap .nav-2 dl dd .more::after {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 6px;
  height: 1px;
  background: #fff;
}
.wrapper .side .nav-wrap .nav-2 dl dd .more::after {
  transform: rotate(90deg);
}
.wrapper .side .nav-wrap .nav-2 dl dd .more.none {
  display: none;
}
.wrapper .side .nav-wrap .nav-2 dl.open dt {
  color: #293e98;
}
.wrapper .side .nav-wrap .nav-2 dl.close dt .btn::after {
  background: #293e98;
  transform: rotate(90deg);
}
.wrapper .side .nav-wrap .nav-2 dl.close dt .btn::before {
  background: #293e98;
}
.wrapper .side .nav-wrap .nav-2 dl.open dd {
  display: block;
}
.wrapper .side .nav-wrap .nav-3 {
  padding: 40px;
}
.wrapper .side .nav-wrap .nav-3 ul li {
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px dashed #ccc;
}
.wrapper .side .nav-wrap .nav-3 ul li a {
  color: #333333;
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.wrapper .side .nav-wrap .nav-3 ul li a.active,
.wrapper .side .nav-wrap .nav-3 ul li a:hover {
  color: #293e98;
}
.wrapper .side .extend {
  margin-top: 20px;
}
.wrapper .side .extend ul li {
  position: relative;
  float: left;
  width: 90px;
  height: 30px;
  border: 1px solid #293e98;
  border-radius: 3px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 5px;
  margin-bottom: 16px;
}
.wrapper .side .extend ul li:nth-of-type(odd) {
  margin-right: 16px;
}
.wrapper .side .extend ul li .close {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
}
.wrapper .side .extend ul li .close::before,
.wrapper .side .extend ul li .close::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 10px;
  height: 1px;
  background: #999;
  transform: rotate(45deg);
}
.wrapper .side .extend ul li .close::after {
  transform: rotate(-45deg);
}
.wrapper .main {
  float: right;
  width: 950px;
}
.products {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.products .head {
  width: 100%;
  height: 100px;
  padding-top: 10px;
  text-align: center;
  line-height: 120%;
}
.products .head .cn {
  margin-top: 30px;
  font-size: 24px;
}
.products .head .en {
  margin-top: 18px;
  color: #999;
  font-size: 16px;
}
.products .list {
  width: 100%;
  overflow: hidden;
}
.products .list .item-wrap {
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  width: 50%;
  height: 255px;
}
.products .list .item-wrap:nth-child(odd) {
  padding-right: 6px;
}
.products .list .item-wrap:nth-child(even) {
  padding-left: 6px;
}
.products .list .item-wrap .item {
  width: 100%;
  height: 100%;
}
.products .list .item-wrap .item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.products .list .item-wrap .item .img {
  width: 100%;
  height: 100%;
  transition: transform ease-out 0.3s;
}
.products .list .item-wrap .item .img img {
  width: 100%;
}
.products .list .item-wrap .item .mask {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 80%;
  width: 100%;
  height: 20%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  line-height: 120%;
  transition: opacity ease-out 0.3s;
}
.products .list .item-wrap .item .mask .cn {
  padding-top: 18px;
  font-size: 18px;
}
.products .list .item-wrap .item .mask .en {
  padding-top: 8px;
  font-size: 12px;
}
.products .list .item-wrap .item .mask .magnifier {
  margin: 18px auto;
  width: 48px;
  height: 48px;
  background: #fff url("../icon/magnifier.png") center no-repeat;
  border-radius: 24px;
}
.products .list .item-wrap .item:hover .img {
  transform: scale(1.03);
}
.products .list .item-wrap .item:hover .mask {
  opacity: 0.8;
  background-color: #293e98;
}
.category {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.category .category-main {
  width: 100%;
}
.category .category-main .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  padding: 10px 0;
}
.category .category-main .name::before {
  content: '';
  float: left;
  margin-right: 10px;
  width: 5px;
  height: 15px;
  background: #293e98;
}
.category .category-main .describe {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  line-height: 200%;
}
.category .category-main .list {
  overflow: hidden;
}
.category .category-main .list .item {
  width: 230px;
  height: 260px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.category .category-main .list .item a {
  display: block;
}
.category .category-main .list .item:nth-of-type(4n) {
  margin-right: 0;
}
.category .category-main .list .item .img {
  width: 100%;
  height: 220px;
  background: #f7f7f7;
  overflow: hidden;
}
.category .category-main .list .item .img img {
  transition: transform 0.2s ease-in;
  display: block;
  width: 100%;
  height: 100%;
}
.category .category-main .list .item .text {
  position: relative;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding-right: 30px;
  color: #333333;
  transition: background 0.2s ease-in, color 0.1s ease-in;
}
.category .category-main .list .item .text span {
  display: block;
  text-indent: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.category .category-main .list .item .text::before,
.category .category-main .list .item .text::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #fff;
  right: 15px;
  top: 15px;
}
.category .category-main .list .item .text::after {
  transform: rotate(90deg);
}
.category .category-main .list .item:hover .img img {
  transform: scale(1.03);
}
.category .category-main .list .item:hover .text {
  background: green;
  color: #fff;
}
.category-sec {
  min-width: 950px;
  background: #fff;
  padding-bottom: 30px;
}
.category-sec .list {
  overflow: hidden;
}
.category-sec .list .item {
  width: 230px;
  height: 370px;
  float: left;
  margin-right: 10px;
  margin-bottom: 15px;
}
.category-sec .list .item a {
  display: block;
}
.category-sec-filter .list .item:nth-of-type(4n) {
  margin-right: 0;
}
.category-sec .list .item .img {
  width: 100%;
  height: 220px;
  background: #f7f7f7;
  overflow: hidden;
}
.category-sec .list .item .img img {
  transition: transform 0.2s ease-in;
  display: block;
  width: 100%;
  height: 100%;
}
.category-sec .list .item .title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: color 0.2s ease-in;
  height: 36px;
}
.category-sec .list .item .text p {
  color: #666;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
}
.category-sec .list .item .text p::before {
  content: '';
  float: left;
  width: 3px;
  height: 3px;
  background: #666;
  margin: 9px 5px 0 8px;
}
.category-sec .list .item .link {
  margin-top: 10px;
  cursor: pointer;
  width: 140px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: #666;
  border: 1px solid #666;
  border-radius: 20px;
}
.category-sec .list .item .link:hover {
  color: #293e98;
  border-color: #293e98;
}
.category-sec .list .item:hover .img img {
  transform: scale(1.03);
}
.category-sec .list .item:hover .title {
  color: green;
}
.product-detail {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.product-detail .product-banner {
  width: 100%;
  background: #f7f7f7;
}
.product-detail .product-banner .text {
  position: absolute;
  top: 50px;
  width: 100%;
  text-align: center;
}
.product-detail .product-banner .text h3 {
  font-size: 18px;
}
.product-detail .product-banner .text p {
  font-size: 16px;
  color: #666;
}
.product-detail .product-detail-main .product-head {
  width: 100%;
  height: 48px;
  background: #f7f7f7;
}
.product-detail .product-detail-main .product-head ul li {
  float: left;
  position: relative;
  width: 170px;
  text-align: center;
  line-height: 48px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: color ease-in 0.2s, background ease-in 0.2s;
}
.product-detail .product-detail-main .product-head ul li::after {
  content: '';
  position: absolute;
  right: -1px;
  top: 15px;
  display: block;
  width: 1px;
  height: 18px;
  background: #d2d2d2;
}
.product-detail .product-detail-main .product-head ul li:hover {
  background: #293e98;
  color: #fff;
}
.product-detail .product-detail-main .product-head ul li.active {
  background: #293e98;
  color: #fff;
}
.product-detail .product-detail-main .product-head ul li.active::after {
  display: none;
}
.product-detail .product-detail-main .product-head ul li.active::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 80px;
  width: 10px;
  height: 10px;
  background: #293e98;
  transform: rotate(45deg);
}
.product-detail .product-detail-main .product-body {
  position: relative;
  margin-top: 30px;
}
.product-detail .product-detail-main .product-body .section {
  display: none;
}
.product-detail .product-detail-main .product-body .section:first-child {
  display: block;
}
.product-detail .product-detail-main .product-body .download-btn {
  display: inline-block;
  padding: 0 10px;
  height: 35px;
  border: 1px solid #293e98;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  color: #293e98;
  line-height: 35px;
}
.product-detail .product-detail-main .product-body .download-btn::before {
  content: '';
  width: 11px;
  height: 12px;
  display: inline-block;
  background: url("../icon/product-detail/download.png");
  margin-right: 10px;
}
.product-detail .product-detail-main .product-body .parameter .title {
  width: 100%;
  height: 20px;
  margin-bottom: 15px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #293e98;
}
.product-detail .product-detail-main .product-body .parameter .title::before {
  content: '';
  float: left;
  height: 16px;
  width: 2px;
  background: #293e98;
  margin: 2px 7px 0 0;
}
.product-detail .product-detail-main .product-body .parameter .explain-map {
  width: 100%;
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .explain {
  float: left;
  width: 600px;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .explain .explain-content ul li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #666;
  line-height: 180%;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .explain .explain-content ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #293e98;
  border-radius: 50%;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .explain .explain-content p {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  line-height: 180%;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map {
  float: right;
  width: 580px;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content {
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content .map-content-img {
  width: 230px;
  background: #fff;
  float: left;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content .map-content-text {
  width: 288px;
  background: #f7f7f7;
  float: left;
  padding: 30px;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content .map-content-text h3 {
  font-size: 14px;
  font-weight: bold;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content .map-content-text ul {
  margin-top: 10px;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content .map-content-text ul li {
  position: relative;
  padding-left: 20px;
  margin: 5px 0;
  font-size: 14px;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map .map-content .map-content-text ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #293e98;
  border-radius: 50%;
}

.product-detail .product-detail-main .product-body .parameter .explain-map .map ul{
  overflow: hidden;
}

.product-detail .product-detail-main .product-body .parameter .explain-map .map ul li{
  width: 100%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map ul li .t {
  padding-left: 30px;
  box-sizing: border-box;
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .explain-map .map ul li .c {
  float: left;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-detail .product-detail-main .product-body .parameter .explain-map .map ul li:nth-of-type(even) {
  background: #efefef;
}

.product-detail .product-detail-main .product-body .parameter .param {
  margin-top: 20px;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul {
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border-right: 1px solid #d2d2d2;
  background: #f7f7f7;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li .t {
  padding-left: 30px;
  box-sizing: border-box;
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li .c {
  float: left;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(even) {
  border-right: none;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(1) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(2) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(5) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(6) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(9) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(10) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(13) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(14) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(17) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .param .param-content ul li:nth-of-type(18) {
  background: #efefef;
}
.product-detail .product-detail-main .product-body .parameter .goods-box {
  margin-top: 25px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-title {
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #293e98;
  background: #ececec;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-title span {
  float: left;
  height: 20px;
  background: #fff;
  padding-right: 15px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info {
  padding-top: 25px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info .img {
  float: left;
  width: 240px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info .img img {
  width: 100%;
  height: 100%;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info .text {
  margin: 0 20px;
  padding-top: 20px;
  float: left;
  width: 680px;
  font-size: 14px;
  color: #666;
  line-height: 180%;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info .text p {
  margin-top: 15px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info .text ul li {
  position: relative;
  padding-left: 20px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-info .text ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 4px;
  background: #293e98;
  border-radius: 50%;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table {
  margin-top: 30px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row {
  min-height: 50px;
  color: #666;
  padding-top: 0.1px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col {
  position: relative;
  font-size: 14px;
  float: left;
  width: 11.1%;
  line-height: 50px;
  height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col .extend {
  position: absolute;
  cursor: pointer;
  left: 5px;
  top: 14px;
  width: 20px;
  height: 20px;
  transform: rotate(180deg);
  background: url("../icon/product-detail/extend.png") no-repeat center;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col .extend.open {
  transform: rotate(0);
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col .checkbox {
  position: relative;
  cursor: pointer;
  line-height: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #7d7d7d;
  border-radius: 3px;
  background: #fff;
  margin: 15px auto;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col .checkbox input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col .checkbox i {
  display: none;
  width: 100%;
  height: 100%;
  background: url("../icon/product-detail/checkbox-checked.png") center no-repeat;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col .checkbox input[type="checkbox"]:checked + i {
  display: block;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col.price {
  color: #ed1c24;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col.cart::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 8px;
  width: 19px;
  height: 19px;
  background: url("../icon/product-detail/cart.png");
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .col.cart input {
  width: 28px;
  height: 18px;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  outline: none;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row:nth-of-type(odd) .col {
  background: #ececec;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row:nth-of-type(odd) .extend-box {
  background: #ececec;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row:nth-of-type(even) .col {
  background: #f7f7f7;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row:nth-of-type(even) .extend-box {
  background: #f7f7f7;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row.row-h {
  color: #fff;
  font-weight: bold;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row.row-h .sort {
  cursor: pointer;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row.row-h .sort::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../icon/product-detail/sort.png");
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row.row-h .col {
  background: #7d7d7d;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box {
  display: none;
  width: 99.9%;
  margin-top: 50px;
  min-height: 200px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  padding: 20px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .goods-name {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table {
  padding: 20px 0;
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table li {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table li:nth-of-type(odd) {
  border-left: 1px solid #bfbfbf;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table li:nth-of-type(1) {
  border-top: 1px solid #bfbfbf;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table li:nth-of-type(2) {
  border-top: 1px solid #bfbfbf;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table li .t {
  width: 50%;
  float: left;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box ul.table li .c {
  width: 50%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .download-box {
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .download-box .download-btn {
  float: left;
  margin-right: 25px;
  width: 90px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group {
  overflow: hidden;
  margin-top: 25px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box {
  width: 930px;
  float: left;
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .img {
  width: 150px;
  height: 140px;
  box-sizing: border-box;
  border: 1px solid #dfdfdf;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .img img {
  display: block;
  width: 150px;
  height: 140px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text {
  margin-top: 10px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text .name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text .price {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  color: #ed1c24;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text .price .checkbox {
  float: right;
  position: relative;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text .price .checkbox input {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text .price .checkbox label {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../icon/product-detail/checked-2.png") 3px 3px no-repeat #626262;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .item .text .price .checkbox input:checked + label {
  background-color: #ed1c24;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .master {
  float: left;
  width: 150px;
  margin-right: 60px;
  text-align: center;
  position: relative;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .master::before,
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .master::after {
  content: '';
  position: absolute;
  display: block;
  right: -40px;
  top: 65px;
  width: 18px;
  height: 2px;
  background: #333;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .master::after {
  transform: rotate(90deg);
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .list {
  overflow: hidden;
  position: relative;
  float: left;
  width: 640px;
  height: 190px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .list .list-cont {
  position: absolute;
  left: 0;
  width: 99999px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .list .list-cont .item {
  float: left;
  margin: 0 5px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt {
  float: right;
  width: 55px;
  height: 140px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn {
  width: 100%;
  height: 66px;
  padding-top: 1px;
  background: #fff;
  position: relative;
  transition: background 0.2s ease-in;
  cursor: pointer;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn.prev::before,
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn.next::before {
  content: '';
  display: block;
  margin: 22px auto 0;
  width: 20px;
  height: 20px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg) translate(-5px, 5px);
  transition: border-color 0.2s ease-in;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn.prev {
  margin-bottom: 6px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn.prev::before {
  transform: rotate(-135deg) translate(-5px, 5px);
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn:hover {
  background: #293e98;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-box .opt .btn:hover::before {
  border-color: #fff;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-buy {
  float: right;
  width: 200px;
  height: 140px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  color: #666;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-buy h3 {
  font-size: 14px;
  margin-top: 25px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-buy p {
  margin-top: 3px;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-buy p span {
  color: #293e98;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-buy .btn {
  width: 110px;
  height: 40px;
  margin: 15px auto;
  background: #293e98;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
}
.product-detail .product-detail-main .product-body .parameter .goods-box .goods-table .row .extend-box .group .group-buy .btn::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  position: relative;
  top: 2px;
  background: url("../icon/product-detail/cart-2.png");
}
.product-detail .product-detail-main .product-body .technical-note .list {
  overflow: hidden;
}
.product-detail .product-detail-main .product-body .technical-note .list .item {
  text-align: center;
  width: 590px;
  float: left;
  padding-bottom: 10px;
}
.product-detail .product-detail-main .product-body .technical-note .list .item:nth-of-type(odd) {
  margin-right: 20px;
}
.product-detail .product-detail-main .product-body .technical-note .list .item .download-btn {
  margin: 10px 0 20px;
}
.service-banner {
  width: 100%;
  /*height: 420px;*/
  min-width: 1200px;
}
.service-banner img{
  /*height: 420px;*/
  width: 100%;
}
.customized {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.customized .list {
  overflow: hidden;
}
.customized .list .item {
  margin-right: 25px;
  margin-bottom: 25px;
  float: left;
  width: 450px;
  height: 335px;
  background: #f5f5f5;
}
.customized .list .item:nth-of-type(even) {
  margin-right: 0;
}
.customized .list .item .img {
  width: 450px;
  height: 205px;
  overflow: hidden;
}
.customized .list .item .text {
  margin-top: 15px;
  text-align: center;
}
.customized .list .item .text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #293e98;
  line-height: 150%;
}
.customized .list .item .text p {
  color: #666;
  line-height: 150%;
  margin-top: 5px;
}
.customized .step {
  overflow: hidden;
  margin: 30px 0 50px;
}
.customized .step dl {
  position: relative;
  float: left;
  width: 155px;
  text-align: center;
}
.customized .step dl dd {
  margin-top: 10px;
}
.customized .step dl::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 15px;
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/customized/arrow.png.html");
}
.customized .step dl:last-child::after {
  display: none;
}
.solution {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.solution .list {
  overflow: hidden;
}
.solution .list .item {
  float: left;
  width: 285px;
  height: 250px;
  margin-right: 30px;
}
.solution .list .item:nth-of-type(3n) {
  margin-left: 0;
}
.solution .list .item .img {
  width: 100%;
  height: 185px;
  overflow: hidden;
  transition: box-shadow ease-in 0.2s, transform ease-in 0.2s;
}
.solution .list .item .img img {
  widows: 100%;
  height: 100%;
}
.solution .list .item .text {
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.solution .list .item:hover .img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}
.solution .list .item:hover .text {
  color: #293e98;
}
.shopping-guide {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.shopping-guide .shopping-guide-main {
  width: 100%;
}
.shopping-guide .shopping-guide-main dl {
  width: 100%;
}
.shopping-guide .shopping-guide-main dl dt {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 50px;
  font-weight: bold;
  text-indent: 30px;
}
.shopping-guide .shopping-guide-main dl dt .btn {
  float: right;
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin: 10px 30px 0;
}
.shopping-guide .shopping-guide-main dl dt .btn::before,
.shopping-guide .shopping-guide-main dl dt .btn::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 9px;
  width: 12px;
  height: 1px;
  background: #333333;
}
.shopping-guide .shopping-guide-main dl dd {
  display: none;
  min-height: 100px;
  padding: 30px;
  background: #f8f8f8;
}
.shopping-guide .shopping-guide-main dl.open dt {
  background: #e5e5e5;
  color: #293e98;
}
.shopping-guide .shopping-guide-main dl.open dt .btn::before,
.shopping-guide .shopping-guide-main dl.open dt .btn::after {
  background: #293e98;
}
.shopping-guide .shopping-guide-main dl.close dt .btn::before {
  transform: rotate(90deg);
}
.shopping-guide .shopping-guide-main dl.open dd {
  display: block;
}
.shopping-guide .shopping-guide-main .shopping-step {
  overflow: hidden;
  margin-bottom: 30px;
}
.shopping-guide .shopping-guide-main .shopping-step .step {
  width: 20%;
  float: left;
  position: relative;
}
.shopping-guide .shopping-guide-main .shopping-step .step .title {
  font-weight: bold;
  position: relative;
}
.shopping-guide .shopping-guide-main .shopping-step .step .title i {
  display: inline-block;
  text-indent: 50px;
  font-size: 44px;
  line-height: 44px;
  color: #293e98;
}
.shopping-guide .shopping-guide-main .shopping-step .step .title span {
  position: absolute;
  bottom: 0;
  left: 78px;
  display: inline-block;
  background: #f8f8f8;
}
.shopping-guide .shopping-guide-main .shopping-step .step .text {
  margin-top: 15px;
  color: #666;
  text-align: center;
}
.shopping-guide .shopping-guide-main .shopping-step .step::before {
  content: '';
  position: absolute;
  top: 15px;
  right: -8px;
  display: block;
  width: 15px;
  height: 15px;
  background: #999;
  border-radius: 50%;
}
.shopping-guide .shopping-guide-main .shopping-step .step::after {
  content: '';
  position: absolute;
  top: 19px;
  right: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}
.shopping-guide .shopping-guide-main .shopping-step .step:last-child::before,
.shopping-guide .shopping-guide-main .shopping-step .step:last-child::after {
  display: none;
}


.about-banner {
  width: 100%;
  min-width: 1200px;
}
.about-banner img{
  width: 100%;
}

.about-us {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.about-us .about-us-main .head {
  width: 100%;
  height: 16px;
  line-height: 16px;
  background: #eee;
  font-size: 16px;
  color: #293e98;
  font-weight: bold;
}
.about-us .about-us-main .head .icon {
  float: left;
  background: #fff;
}
.about-us .about-us-main .head .icon i {
  float: left;
  width: 3px;
  height: 16px;
  background: #293e98;
  margin-right: 2px;
}
.about-us .about-us-main .head .icon i:first-child {
  width: 11px;
}
.about-us .about-us-main .head .icon i:last-child {
  width: 2px;
  margin: 0;
}
.about-us .about-us-main .head .text {
  float: left;
  padding: 0 5px;
  background: #fff;
}
.about-us .about-us-main .info {
  font-size: 14px;
  color: #666;
  line-height: 200%;
  margin: 20px 0;
}
.about-us .about-us-main .info p {
  margin-bottom: 15px;
}
.about-us .about-us-main .list ul li {
  width: 293px;
  height: 176px;
  position: relative;
  float: left;
  margin-right: 20px;
  cursor: pointer;
  overflow: hidden;
}
.about-us .about-us-main .list ul li .mask {
  position: absolute;
  top: 21px;
  width: 100%;
  height: 135px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-indent: 15px;
  z-index: 99;
}


.about-us .about-us-main .list ul li .mask h2 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
.about-us .about-us-main .list ul li .mask h3 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
}
.about-us .about-us-main .list ul li .mask p {
  margin-top: 20px;
  font-size: 14px;
}
.contact-us {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.contact-us .contact-us-main {
  min-height: 400px;
  border: 1px solid #eee;
}
.contact-us .contact-us-main .item {
  float: left;
  width: 50%;
}
.contact-us .contact-us-main .item .ctrl {
  margin: 70px 0 0 70px;
  overflow: hidden;
}
.contact-us .contact-us-main .item .ctrl span {
  cursor: pointer;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-right: 30px;
  padding-bottom: 5px;
}
.contact-us .contact-us-main .item .ctrl span.active {
  color: #293e98;
  border-bottom: 2px solid #293e98;
}
.contact-us .contact-us-main .item .content {
  margin: 40px 0 0 70px;
}
.contact-us .contact-us-main .item .content .info {
  display: none;
}
.contact-us .contact-us-main .item .content .info h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-us .contact-us-main .item .content .info h4 {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.contact-us .contact-us-main .item .content .info ul li {
  font-size: 14px;
  padding: 5px 0;
}
.contact-us .contact-us-main .item .content .info ul li::before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.contact-us .contact-us-main .item .content .info ul li.address::before {
  background: url("../icon/about/address.png");
}
.contact-us .contact-us-main .item .content .info ul li.phone::before {
  background: url("../icon/about/phone.png");
}
.contact-us .contact-us-main .item .content .info ul li.web::before {
  background: url("../icon/about/web.png");
}
.contact-us .contact-us-main .item .content .info ul li.email::before {
  background: url("../icon/about/email.png");
}
.contact-us .contact-us-main .item .content .info.active {
  display: block;
}
.contact-us .contact-us-main .item .map-content {
  width: 100%;
  height: 400px;
  background: #eee;
}
.join-us {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.join-us .join-us-main {
  width: 100%;
}
.join-us .join-us-main .recruit {
  width: 928px;
}
.join-us .join-us-main .recruit td {
  height: 50px;
  font-size: 14px;
  color: #555;
}

.join-us .join-us-main .recruit td:first-child {
  padding-left: 30px;
}
.join-us .join-us-main .recruit thead td {
  color: #333333;
  font-weight: bold;
}
.join-us .join-us-main .recruit thead td{
  font-size: 16px;
}
.join-us .join-us-main .recruit thead td:first-child {
  padding-left: 50px;
}
.join-us .join-us-main .recruit tbody tr:nth-of-type(odd) {
  background: #f7f7f7;
}
.join-us .join-us-main .recruit tbody tr:nth-of-type(even) {
  background: #eaeaea;
}
.join-us .join-us-main .recruit tbody td:first-child::after {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: url("../icon/join-us/person.png");
}
.join-us .join-us-main .recruit tfoot td {
  padding: 0;
  font-size: 14px;
  color: #293e98;
}
.join-us .join-us-main .join-us-box {
  margin-top: 30px;
  padding-top: 20px;
  width: 928px;
  height: 231px;
}

.join-us .join-us-main .join-us-box .title {
  width: 210px;
  height: 30px;
  line-height: 30px;
  margin: 25px auto;
  font-size: 18px;
  text-align: center;
}
.join-us .join-us-main .join-us-box .title::before,
.join-us .join-us-main .join-us-box .title::after {
  float: left;
  margin-top: 15px;
  content: '';
  width: 60px;
  height: 1px;
  background: #8c8c8c;
}
.join-us .join-us-main .join-us-box .title::after {
  float: right;
}
.join-us .join-us-main .join-us-box .welfare ul {
  overflow: hidden;
  padding: 10px 20px;
}
.join-us .join-us-main .join-us-box .welfare ul li {
  float: left;
  width: 16.6%;
  text-align: center;
}
.join-us .join-us-main .join-us-box .welfare ul li span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}
.join-us .join-us-main .join-us-box .contact ul {
  overflow: hidden;
  padding: 0 54px;
}
.join-us .join-us-main .join-us-box .contact ul li {
  float: left;
  width: 380px;
  height: 155px;
  background: #fff;
  margin: 0 15px;
  text-align: center;
}
.join-us .join-us-main .join-us-box .contact ul li h3 {
  padding: 35px 0 10px 0;
  font-size: 16px;
}
.join-us .join-us-main .join-us-box .contact ul li p {
  color: #666;
  font-size: 14px;
  line-height: 25px;
}
.news {
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.news .news-main .news-list a {
  display: block;
}
.news .news-main .news-list .item {
  width: 100%;
  height: 200px;
  padding: 25px 0;
  border-bottom: 1px dashed #ececec;
}

.news .news-main .news-list .item.litter_course {
  width: 100%;
  height: 140px;
  padding: 25px 0;
  border-bottom: 1px dashed #ececec;
}

.news .news-main .news-list .item .img {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 50px;
  width: 330px;
  height: 200px;
}

.news .news-main .news-list .item.litter_course .img {
  position: relative;
  overflow: hidden;
  float: left;
  margin-right: 50px;
  width: 330px;
  height: 140px;
}
.news .news-main .news-list .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform ease-in 0.3s;
}
.news .news-main .news-list .item .img::after {
  content: '';
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity ease-in 0.3s;
  background: url("../icon/news-look.png") center no-repeat rgba(0, 0, 0, 0.35);
}
.news .news-main .news-list .item .text h3 {
  padding-top: 40px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color ease-in 0.3s;
}
.news .news-main .news-list .item .text h4 {
  font-size: 16px;
  color: #a4a4a4;
  font-weight: normal;
  padding: 20px;
}
.news .news-main .news-list .item .text p {
  font-size: 14px;
  line-height: 20px;
  color: #999;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .news-main .news-list .item:hover .img::after {
  opacity: 1;
}
.news .news-main .news-list .item:hover img {
  transform: scale(1.03);
}
.news .news-main .news-list .item:hover .text h3 {
  color: #293e98;
}
.news-detail {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.news-detail .news-detail-main .title {
  text-align: center;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 20px 0 15px;
}
.news-detail .news-detail-main .info {
  text-align: center;
}
.news-detail .news-detail-main .info span {
  margin: 0 10px;
  color: #a4a4a4;
  font-size: 14px;
}
.news-detail .news-detail-main .content {
  margin-top: 30px;
  font-size: 14px;
  color: #999;
  line-height: 180%;
}
.news-detail .news-detail-main .content p {
  padding: 5px 0;
}
.news-detail .news-detail-main .ending {
  margin-top: 20px;
  font-size: 12px;
}
.news-detail .news-detail-main .ending a {
  color: #2274bb;
  margin: 0 5px;
}
.news-detail .news-detail-main .more {
  padding: 40px 0;
  overflow: hidden;
}
.news-detail .news-detail-main .more a {
  float: left;
  width: 450px;
  height: 40px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  line-height: 40px;
  border-radius: 21px;
  text-align: center;
  overflow: hidden;
  color: #666;
  transition: all 0.1s ease-in;
}
.news-detail .news-detail-main .more a:first-child {
  margin-right: 46px;
}
.news-detail .news-detail-main .more a:hover {
  color: #fff;
  background: #293e98;
  border-color: #293e98;
}

.course-banner {
  width: 100%;
  /*height: 420px;*/
  min-width: 1200px;
}
.course-banner img{
  /*height: 420px;*/
  width: 100%;
}


.forum-banner img{
  width: 100%;
  height: 300px;
  min-width: 1200px;
}

.video-course {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.video-course .list {
  overflow: hidden;
}
.video-course .list .item {
  float: left;
  width: 285px;
  height: 270px;
  margin-right: 30px;
}
.video-course .list .item:nth-of-type(3n) {
  margin-left: 0;
}
.video-course .list .item .img {
  width: 100%;
  height: 185px;
  overflow: hidden;
  position: relative;
  transition: box-shadow ease-in 0.2s, transform ease-in 0.2s;
}
.video-course .list .item .img img {
  widows: 100%;
  height: 100%;
}
.video-course .list .item .img::after {
  content: '';
  display: block;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity ease-in 0.2s;
  background: url("../icon/video-play.png") center no-repeat rgba(0, 0, 0, 0.6);
}
.video-course .list .item .text {
  margin: 10px 0 5px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.video-course .list .item .append {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.video-course .list .item:hover .img {
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  transform: scale(1.03);
}
.video-course .list .item:hover .img::after {
  opacity: 1;
}
.video-course .list .item:hover .text {
  color: #293e98;
}
.shopping-step .shopping-step-head {
  width: 100%;
  padding-top: 30px;
  height: 50px;
}
.shopping-step .shopping-step-head .left {
  float: left;
  font-size: 20px;
  line-height: 30px;
}
.shopping-step .shopping-step-head .left .icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}
.shopping-step .shopping-step-head .left .icon.icon-cart {
  background: url("../icon/shopping-step/shopping-step-cart.png") no-repeat center;
}
.shopping-step .shopping-step-head .left .icon.icon-fillin {
  background: url("../icon/shopping-step/shopping-step-fillin.png") no-repeat center;
}
.shopping-step .shopping-step-head .left .icon.icon-payment {
  background: url("../icon/shopping-step/shopping-step-payment.png") no-repeat center;
}
.shopping-step .shopping-step-head .right {
  float: right;
}
.shopping-step .shopping-step-head .right ul {
  width: 600px;
  height: 30px;
  background: #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.shopping-step .shopping-step-head .right ul li {
  float: right;
  position: relative;
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
}
.shopping-step .shopping-step-head .right ul li span {
  display: block;
  margin-right: 10px;
}
.shopping-step .shopping-step-head .right ul li::after {
  content: '';
  position: absolute;
  display: none;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #293e98;
  transform: rotate(45deg);
}
.shopping-step .shopping-step-head .right ul li::before {
  content: '';
  position: absolute;
  display: block;
  right: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg);
}
.shopping-step .shopping-step-head .right ul li.light span {
  background: #293e98;
  color: #fff;
}
.shopping-step .shopping-step-head .right ul li.light::after {
  display: block;
}
.shopping-step .shopping-step-head .right ul li.light-all {
  background: #293e98;
  color: #fff;
}
.shopping-step .shopping-step-head .right ul li.light-all::after {
  display: block;
}
.shopping-step .shopping-step-head .right ul li:nth-of-type(1) span {
  margin: 0;
}
.shopping-step .shopping-step-head .right ul li:nth-of-type(1)::before,
.shopping-step .shopping-step-head .right ul li:nth-of-type(1)::after {
  display: none;
}
.shopping-step .shopping-step-body {
  box-sizing: border-box;
  width: 100%;
  min-height: 300px;
  border: 1px solid #e5e5e5;
  border-top: 3px solid #293e98;
}
.shopping-step .shopping-step-body .shopping-step-title {
  width: 100%;
  height: 55px;
  background: #f7f7f7;
  line-height: 55px;
}
.shopping-step .shopping-step-body .shopping-step-title span.title {
  font-size: 16px;
  margin-left: 20px;
}
.shopping-step .shopping-step-body .shopping-step-title span.info {
  font-size: 14px;
  margin-left: 30px;
}
.shopping-step .shopping-step-body .shopping-step-title span.btn {
  float: right;
  color: #293e98;
  margin-right: 20px;
  cursor: pointer;
}
.shopping-step .shopping-step-body .order-info .row {
  width: 100%;
  overflow: hidden;
}
.shopping-step .shopping-step-body .order-info .row .col {
  float: left;
}
.shopping-step .shopping-step-body .order-info .row .col.col-goods {
  margin-left: 40px;
  width: 550px;
}
.shopping-step .shopping-step-body .order-info .row .col.col-parmas {
  width: 300px;
}
.shopping-step .shopping-step-body .order-info .row .col.col-num {
  width: 150px;
}
.shopping-step .shopping-step-body .order-info .row .col.col-price {
  width: 150px;
}
.shopping-step .shopping-step-body .order-info .order-info-head {
  width: 100%;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
}
.shopping-step .shopping-step-body .order-info .order-info-head .col {
  text-align: center;
}
.shopping-step .shopping-step-body .order-info .order-info-head .col.col-check label {
  margin-left: 10px;
  position: absolute;
}
.shopping-step .shopping-step-body .order-info .order-info-head .col.col-goods {
  text-align: left;
  text-indent: 60px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row {
  position: relative;
  width: 100%;
  height: 185px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col {
  text-align: center;
  padding: 35px 0;
  height: 115px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-check {
  text-align: center;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-check .input-check {
  margin-top: 50px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods {
  text-align: left;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .img {
  float: left;
  width: 125px;
  height: 115px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .img img {
  display: block;
  width: 125px;
  height: 115px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text {
  float: left;
  margin-left: 30px;
  width: 320px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text h3 {
  margin: 15px 0 10px;
  max-height: 72px;
  line-height: 24px;
  overflow: hidden;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text h3 a {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  transition: color ease 0.1s;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text h3 a:hover {
  color: #293e98;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text span {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 5px;
  background: #293e98;
  color: #fff;
  line-height: 20px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 150%;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-price {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  color: #ed1c24;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-num,
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-parmas {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  line-height: 150%;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: #eee;
  top: 0;
  left: 40px;
  right: 40px;
}
.lb-cart {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.lb-cart .cart-table {
  width: 100%;
}
.lb-cart .cart-table .row {
  width: 100%;
  overflow: hidden;
}
.lb-cart .cart-table .row .col {
  float: left;
}
.lb-cart .cart-table .row .col.col-check {
  width: 50px;
}
.lb-cart .cart-table .row .col.col-goods {
  width: 480px;
}
.lb-cart .cart-table .row .col.col-price {
  width: 134px;
}
.lb-cart .cart-table .row .col.col-num {
  width: 200px;
}
.lb-cart .cart-table .row .col.col-subtotal {
  width: 134px;
}
.lb-cart .cart-table .row .col.col-opt {
  width: 200px;
}
.lb-cart .cart-table .cart-table-head {
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  font-size: 16px;
  line-height: 60px;
}
.lb-cart .cart-table .cart-table-head .col {
  text-align: center;
}
.lb-cart .cart-table .cart-table-head .col.col-check label {
  margin-left: 10px;
  position: absolute;
}
.lb-cart .cart-table .cart-table-head .col.col-goods {
  text-align: left;
  text-indent: 60px;
}
.lb-cart .cart-table .cart-table-body .row {
  position: relative;
  width: 100%;
  height: 185px;
}
.lb-cart .cart-table .cart-table-body .row .col {
  padding: 35px 0;
  height: 115px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-check {
  text-align: center;
}
.lb-cart .cart-table .cart-table-body .row .col.col-check .input-check {
  margin-top: 50px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .img {
  float: left;
  width: 125px;
  height: 115px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .img img {
  display: block;
  width: 125px;
  height: 115px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .text {
  float: left;
  margin-left: 30px;
  width: 320px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .text h3 {
  margin: 5px 0 10px;
  height: 72px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .text h3 a {
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  transition: color ease 0.1s;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .text h3 a:hover {
  color: #293e98;
}
.lb-cart .cart-table .cart-table-body .row .col.col-goods .text h3 span {
  position: relative;
  top: -1px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 5px;
  background: #293e98;
  color: #fff;
  line-height: 20px;
}

.lb-cart .cart-table .cart-table-body .row .col.col-goods .text p .deliver-time{
  background: #293e98;
  color: #fff;
  padding: 5px 5px;
  border: 1px solid #293e98;
  border-radius: 10px;
  cursor: pointer;
}

.lb-cart .cart-table .cart-table-body .row .col.col-goods .text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 150%;
}

.lb-cart .cart-table .cart-table-body .row .col.col-goods .text .text-product-sn{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
  line-height: 150%;
  float: left;
}

.lb-cart .cart-table .cart-table-body .row .col.col-goods .text .text-product-lead-time{
  float: left;
  padding: 3px 10px;
  border-radius: 5px;
  background-color: #293e98;
}

.lb-cart .cart-table .cart-table-body .row .col.col-goods .text .text-product-lead-time p{
  color: #FFFFFF;
}

.lb-cart .cart-table .cart-table-body .row .col.col-price {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component {
  margin: 5px auto;
  width: 150px;
  height: 40px;
  border: 1px solid #aaa;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .decrease,
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .increase {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .decrease::before,
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .increase::before,
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .decrease::after,
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .increase::after {
  content: '';
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  background: #333333;
  left: 12px;
  top: 19px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .increase {
  float: right;
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .increase::after {
  transform: rotate(90deg);
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .input-text {
  float: left;
  width: 68px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.lb-cart .cart-table .cart-table-body .row .col.col-num .num-component .input-text input {
  text-align: center;
  border: none;
  outline: none;
  width: 60px;
  height: 20px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-subtotal {
  font-size: 16px;
  text-align: center;
  padding-top: 50px;
  color: #ed1c24;
}
.lb-cart .cart-table .cart-table-body .row .col.col-opt .col-opt-delete {
  width: 60px;
  margin: 15px auto 0;
  cursor: pointer;
  font-size: 14px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-opt .col-opt-delete::before {
  content: '';
  float: left;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 14px;
  height: 14px;
  background: url("../icon/shopping-step/shopping-step-del-1.png") center no-repeat;
}
.lb-cart .cart-table .cart-table-body .row .col.col-opt .col-opt-collect {
  margin: 5px auto;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  width: 100px;
  height: 30px;
  background: #e1e1e1;
  border-radius: 15px;
}
.lb-cart .cart-table .cart-table-body .row .col.col-opt .col-opt-collect::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
  width: 15px;
  height: 15px;
  background: url("../icon/shopping-step/shopping-step-collect-1.png") center no-repeat;
}
.lb-cart .cart-table .cart-table-body .row .col.col-opt .col-opt-collect.selected {
  background: #293e98;
  color: #fff;
}
.lb-cart .cart-table .cart-table-body .row .col.col-opt .col-opt-collect.selected::before {
  background-image: url("../icon/shopping-step/shopping-step-collect-2.png");
}
.lb-cart .cart-table .cart-table-body .row::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: #eee;
  top: 0;
  left: 50px;
  right: 50px;
}
.lb-cart .cart-table .cart-table-body .row:first-child::after {
  display: none;
}
.lb-cart .cart-table .cart-table-total {
  position: relative;
  min-height: 90px;
  padding: 10px 50px;
}
.lb-cart .cart-table .cart-table-total .discount ul li {
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.lb-cart .cart-table .cart-table-total .discount ul li:first-child {
  position: relative;
}
.lb-cart .cart-table .cart-table-total .discount ul li:first-child::before {
  content: '!';
  position: absolute;
  display: block;
  top: 3px;
  left: -20px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #293e98;
  border-radius: 50%;
}
.lb-cart .cart-table .cart-table-total .total {
  position: absolute;
  right: 50px;
  bottom: 10px;
}
.lb-cart .cart-table .cart-table-total .total p {
  text-align: right;
  font-size: 14px;
  color: #666;
}
.lb-cart .cart-table .cart-table-total .total p em {
  font-size: 20px;
  color: #ed1c24;
}
.lb-cart .cart-table .cart-table-foot {
  position: relative;
  margin-top: 15px;
  width: 100%;
  height: 105px;
  background: #f7f7f7;
}
.lb-cart .cart-table .cart-table-foot ul li {
  cursor: pointer;
  height: 25px;
  line-height: 25px;
  float: left;
  margin: 40px 20px;
  color: #0032b2;
}
.lb-cart .cart-table .cart-table-foot ul li::before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  background: #999;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(1) {
  cursor: default;
  color: #666;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(1) em {
  color: #293e98;
  margin: 0 3px;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(1)::before {
  display: none;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(2) {
  color: #293e98;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(2)::before {
  background: url("../icon/shopping-step/shopping-step-del-2.png") center no-repeat;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(3)::before {
  background: url("../icon/shopping-step/shopping-step-list.png") center no-repeat;
}
.lb-cart .cart-table .cart-table-foot ul li:nth-of-type(4)::before {
  background: url("../icon/shopping-step/shopping-step-offer.png") center no-repeat;
}
.lb-cart .cart-table .cart-table-foot .settlement {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 25px;
  width: 155px;
  height: 55px;
  background: #293e98;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  transition: background 0.2s ease-in;
}
.lb-cart .cart-table .cart-table-foot .settlement:hover {
  background: #293e98;
}

/**
空购物车
 */
.lb-cart .cart-empty {
  width: 100%;
}
.lb-cart .cart-empty .cart-empty-img-container {
  width: 100%;
  height: 380px;
  text-align: center;
}
.lb-cart .cart-empty .cart-empty-btn-container {
  width: 100%;
  height: 220px;
  text-align: center;
}
.lb-cart .cart-empty .cart-empty-img-container img {
  margin-top: 120px;
}

.lb-cart .cart-empty .cart-empty-btn-container .cart-empty-btn {
  margin: 0 auto;
  cursor: pointer;
  width: 155px;
  height: 55px;
  background: #293e98;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  transition: background 0.2s ease-in;
}

.lb-cart .recommend {
  margin-top: 50px;
}
.lb-cart .recommend .recommend-head {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #293e98;
}
.lb-cart .recommend .recommend-head span {
  float: right;
  cursor: pointer;
}
.lb-cart .recommend .recommend-head span::before {
  content: '';
  float: left;
  margin-right: 3px;
  width: 20px;
  height: 20px;
  background: url("../icon/shopping-step/shopping-step-refresh.png") center no-repeat;
}
.lb-cart .recommend .recommend-body {
  overflow: hidden;
  padding-top: 30px;
}
.lb-cart .recommend .recommend-body dl {
  margin: 0 20px;
  float: left;
  width: 200px;
}
.lb-cart .recommend .recommend-body dl dt {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.lb-cart .recommend .recommend-body dl dt img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-out;
}
.lb-cart .recommend .recommend-body dl dd {
  padding-top: 20px;
}
.lb-cart .recommend .recommend-body dl dd h3 {
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.2s ease-out;
}
.lb-cart .recommend .recommend-body dl dd p {
  font-size: 12px;
  color: #666;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lb-cart .recommend .recommend-body dl:hover dt img {
  transform: scale(1.03);
}
.lb-cart .recommend .recommend-body dl:hover dd h3 {
  color: #293e98;
}
.lb-fillin {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.lb-fillin .address-list ul li {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
.lb-fillin .address-list ul li span {
  text-align: center;
  display: inline-block;
}
.lb-fillin .address-list ul li span.s1 {
  opacity: 0;
  width: 70px;
  color: #293e98;
}
.lb-fillin .address-list ul li span.s2 {
  width: 33px;
}
.lb-fillin .address-list ul li span.s2 .input-check {
  position: relative;
  top: 2px;
}
.lb-fillin .address-list ul li span.s3 {
  text-align: left;
  width: 850px;
}
.lb-fillin .address-list ul li span.s4 {
  width: 130px;
  opacity: 1;
}
.lb-fillin .address-list ul li span.s5 {
  opacity: 0;
  width: 100px;
  color: #0032b2;
}
.lb-fillin .address-list ul li.selected {
  background: #78d0f5;
}
.lb-fillin .address-list ul li.selected span {
  opacity: 1;
}

.lb-fillin .address-list ul li.selected span.s5{
  cursor: pointer;
}

.lb-fillin .invoice-info {
  position: relative;
  padding: 40px;
}
.lb-fillin .invoice-info .ctrl {
  font-size: 14px;
}
.lb-fillin .invoice-info .ctrl ul {
  overflow: hidden;
}
.ctrl ul li {
  float: left;
  margin-right: 40px;
}
.ctrl ul li label {
  margin-left: 10px;
}
.invoice-temp {
  padding-top: 30px;
}
.lb-fillin .invoice-info .invoice-temp .cell {
  height: 35px;
  line-height: 35px;
  margin-bottom: 15px;
  overflow: hidden;
}
.lb-fillin .invoice-info .invoice-temp .cell .label {
  float: left;
  width: 100px;
  font-size: 14px;
  text-align: right;
  padding-right: 10px;
}
.lb-fillin .invoice-info .invoice-temp .cell .cont {
  float: left;
  width: 1000px;
  height: 35px;
  line-height: 0;
}

.lb-fillin .invoice-info .invoice-temp .cell .cont span.error-false{
  margin-left: 15px;
}

.lb-fillin .invoice-info .invoice-temp .cell .cont input {
  width: 330px;
  line-height: 33px;
  padding: 0 15px;
  border: 1px solid #999;
  border-radius: 5px;
  outline: none;
}

.lb-fillin .invoice-info .invoice-temp .cell .cont input.false {
  border: 1px solid #293e98;
}

.lb-fillin .invoice-info .invoice-temp .cell .cont input.right {
  border: 1px solid green;
}

.lb-fillin .invoice-info .invoice-temp .cell.necessary .label::before {
  content: '*';
  margin-right: 4px;
  color: #293e98;
}
.lb-fillin .order-footer:last-child::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 40px;
  right: 40px;
}

.lb-fillin .order_note{
  width: 500px;
  padding: 10px;
  border-radius: 5px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.lb-fillin .order-info-total {
  padding: 20px 40px;
}
.lb-fillin .order-info-total p {
  text-align: right;
  font-size: 14px;
}
.lb-fillin .order-info-total p em {
  color: #ed1c24;
  font-size: 20px;
}
.lb-fillin .push-order {
  position: relative;
  height: 110px;
  background: #f7f7f7;
}

.lb-fillin .push-order button {
  border: 1px solid #293e98;
}

.lb-fillin .push-order .btn {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 25px;
  width: 155px;
  height: 55px;
  background: #293e98;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  transition: background 0.2s ease-in;
}
.lb-fillin .push-order .btn:hover {
  background: #293e98;
}
.lb-payment {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.lb-payment .payment-box {
  width: 1140px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  margin: 30px auto;
  padding: 20px 60px 40px;
  box-sizing: border-box;
}
.lb-payment .payment-box .top .deer {
  display: inline-block;
  width: 70px;
  height: 70px;
  background: url("../../img/checkout-logo-pay.png") no-repeat;
  background-size: 70px auto;
}
.lb-payment .payment-box .top span {
  font-size: 24px;
  display: inline-block;
  margin-left: 1px;
  position: relative;
  top: -15px;
}
.lb-payment .payment-box .top span::before {
  content: '';
  float: left;
  position: relative;
  top: 2px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: url("/resources/img/shopping-step-gou.png");
}
.lb-payment .payment-box .order {
  margin: 25px 0 35px;
  font-size: 14px;
  color: #999;
}
.lb-payment .payment-box .order span {
  margin-right: 30px;
}
.lb-payment .payment-box .total {
  font-size: 14px;
}
.lb-payment .payment-box .total em {
  font-size: 25px;
  color: #ed1c24;
}
.lb-payment .payment-box .time {
  margin-top: 15px;
  line-height: 20px;
  color: #666;
}
.lb-payment .payment-box .time::before {
  content: '';
  float: left;
  width: 20px;
  height: 20px;
  background: url("../icon/shopping-step/time.png");
  margin-right: 10px;
}
.lb-payment .payment-box .time em {
  color: #293e98;
}
.lb-payment .payment-box .time span {
  margin-left: 20px;
  display: inline-block;
  padding: 0 15px;
  height: 22px;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #ffffcc;
}
.lb-payment .payment-box .time span::before {
  content: '';
  float: left;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  background: url("../icon/shopping-step/warning.png") no-repeat;
  margin-right: 2px;
}
.lb-payment .payment-box .view {
  margin: 30px 0;
  cursor: pointer;
  width: 155px;
  height: 55px;
  color: #293e98;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  border: 1px solid #293e98;
}
.lb-payment .payment-method {
  padding: 0 50px;
}
.lb-payment .payment-method h3 {
  font-size: 18px;
  font-weight: normal;
}
.lb-payment .payment-method ul {
  overflow: hidden;
  padding: 20px 0;
}
.lb-payment .payment-method ul li {
  float: left;
  width: 144px;
  height: 52px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  overflow: hidden;
  cursor: pointer;
}
.lb-payment .payment-method ul li img{
  width: 144px;
}

.lb-payment .payment-method ul li.selected {
  position: relative;
  border-color: #293e98;
}
.lb-payment .payment-method ul li.selected::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 12px;
  bottom: 0;
  right: 0;
  background: url("../icon/shopping-step/selected.jpg");
}
.lb-payment .payment-method .btn {
  margin: 10px 0 30px;
  cursor: pointer;
  width: 155px;
  height: 55px;
  background: #293e98;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 55px;
  border-radius: 5px;
  transition: background 0.2s ease-in;
}
.lb-payment .payment-method .btn:hover {
  background: #293e98;
}
.lb-order-detail {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.lb-order-detail .address {
  padding: 10px 40px 40px;
  font-size: 14px;
  font-weight: bold;
}
.lb-order-detail .logistics {
  padding: 20px 40px;
}
.lb-order-detail .logistics ul {
  padding: 1px 0 1px 20px;
  border-left: 1px solid #bfbfbf;
}
.lb-order-detail .logistics ul li {
  margin: 20px 0;
  font-size: 14px;
  position: relative;
}
.lb-order-detail .logistics ul li::after {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  left: -26px;
  top: 4px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #bfbfbf;
}
.lb-order-detail .logistics ul li.selected::after {
  background: #293e98;
}
.lb-order-detail .logistics ul li.selected::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: -28px;
  top: 2px;
  background: #293e98;
  border-radius: 50%;
  opacity: 0.3;
}
.lb-login {
  min-height: 500px;
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}
.lb-login .login-box {
  padding-bottom: 100px;
}
.lb-login .login-title {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  line-height: 36px;
  padding: 100px 0 30px;
}
.lb-login .login-form {
  width: 320px;
  margin: 30px auto;
}
.lb-login .login-form .title {
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}
.lb-login .login-form .title .input-check {
  top: 1px;
}
.lb-login .login-form .title label {
  margin-left: 10px;
}
.lb-login .login-form .cell {
  width: 100%;
  height: 35px;
  margin-bottom: 20px;
}
.lb-login .login-form .cell input[type="text"],
.lb-login .login-form .cell select,
.lb-login .login-form .cell input[type="password"] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
}
.lb-login .login-form .cell .code-input {
  width: 200px;
  height: 100%;
}
.lb-login .login-form .cell .code-btn {
  float: right;
  width: 110px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #293e98;
  transition: 0.2s background ease-out;
}
.lb-login .login-form .cell .code-btn:hover {
  background: #293e98;
}
.lb-login .login-form .btn {
  position: relative;
  margin-top: 20px;
  width: 100%;
}
.lb-login .login-form .btn .additional {
  color: #666;
  margin-bottom: 8px;
}
.lb-login .login-form .btn .additional a {
  color: #666;
  cursor: pointer;
}
.lb-login .login-form .btn .submit {
  width: 100%;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #293e98;
  transition: 0.2s background ease-out;
}
.lb-login .login-form .btn .submit:hover {
  background: #293e98;
}
.lb-login .login-form .next {
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 20px auto;
  text-align: center;
  background: #999;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
}
.lb-login .login-form .next.able {
  cursor: pointer;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  background: #293e98;
  transition: 0.2s background ease-out;
}
.lb-login .login-form .next.able:hover {
  background: #293e98;
}
.lb-login .tips {
  width: 450px;
  margin: 40px auto;
  font-size: 16px;
  text-align: center;
}
.lb-login .tips i {
  color: #293e98;
}
.lb-login .tips span {
  color: #293e98;
  cursor: pointer;
}
.lb-login .tips span:hover {
  text-decoration: underline;
}
.lb-login .retrieve-bar {
  width: 420px;
  margin: 30px auto 0;
}
.retrieve .login-form {
  display: none;
}
.step-bar {
  width: 100%;
}
.step-bar ul {
  width: 100%;
  height: 50px;
}
.step-bar ul li {
  float: left;
  position: relative;
  width: 210px;
  height: 7px;
  background: #c6c6c6;
}
.step-bar ul li span {
  position: absolute;
  right: 0;
  top: 25px;
  font-size: 14px;
  color: #999;
  transform: translateX(50%);
}
.step-bar ul li span.start {
  left: 0;
  right: auto;
  transform: translateX(-50%);
  color: #333333;
}
.step-bar ul li::after {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: #c6c6c6;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(50%, -9px);
  z-index: 1;
}
.step-bar ul li:first-child::before {
  content: '1';
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  background: #293e98;
  text-align: center;
  line-height: 25px;
  color: #fff;
  font-size: 14px;
  left: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(-50%, -9px);
}
.step-bar ul li:nth-of-type(1)::after {
  content: '2';
}
.step-bar ul li:nth-of-type(2)::after {
  content: '3';
}
.step-bar ul li:nth-of-type(3)::after {
  content: '4';
}
.step-bar ul li:nth-of-type(4)::after {
  content: '5';
}
.step-bar ul li.right {
  background: #293e98;
}
.step-bar ul li.right span {
  color: #333333;
}
.step-bar ul li.right::after {
  background: #293e98;
}


/*收货地址弹窗*/
.address-detail {
  padding: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.address-detail .from-container .cell{
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}


.address-detail .from-container .cell-label{
  float: left;
  width: 90px;
  line-height: 34px;
  text-align: right;
  padding-right: 15px;
}
.address-detail .from-container .cell .cell-right {
  width: calc(100% - 115px);
  float: left;
  position: relative;
  line-height: 0;
}


.address-detail .from-container .cell .error-false{
  position: absolute;
  bottom: -22px;
  line-height: 22px;
  left: 0;
}

.address-detail .from-container .cell input {
  box-sizing: border-box;
  width: 440px;
  float: left;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  border: 1px solid #eee;
  outline: #eee;
}
.address-detail .from-container .cell .cell-right .false {
  border: 1px solid #293e98;
}

/* .address-detail .from-container .cell .cell-right .right {
  border: 1px solid green;
} */


.address-detail .from-container .cell .cell-right select {
  width: 143px;
  height: 34px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px;
}
.address-detail .from-container .cell .cell-right textarea{
  width: 420px;
  padding: 10px;
  border-radius: 5px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #eee;
  outline: #eee;
}


/*个人中心样式*/
.user-index{
  width: 100%;
  padding-top: 20px;
  background-color: #fff;
}

.cart-num{
  color: #ffffff;
  background: #293e98;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  text-align: center;
  position: absolute;
  border: 1px solid #293e98;
  top: 3px;
  left: 10px;
}

.t-item:hover .cart-num{
  border: 1px solid #ffffff;
}

.lb-fillin .text-discount-num{
  box-sizing: border-box;
  width: 70px;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  line-height: 34px;
}
.map-content .sketch_video,.map-content .sketch_img{
  float: left;
}
.map-content .sketch_video video, .map-content .sketch_img img{
  width: 100%;
}


.pagination {
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 0;
  display: inline-flex;
}

.pagination > li > a {
  color: #76838f!important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #293e98;
  border-color: #293e98;
  color: #fff!important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination>li>a, .pagination>li>span{
  position: relative;
  float: left;
  padding: 8px 14px;
  margin-left: -1px;
  line-height: 1.42857143;
  /*color: #337ab7;*/
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.gwzn-img{
  width: 100%;
}

.gwzn-img img{
  width: 100%;
}

.zkzc{
  width: 100%;
  border: 1px solid #ccc;
  text-align: center
}
.zkzc tr{
  width: 33.3333%;
}
.zkzc td{
  border: 1px solid #ccc;
  width: 33.3333%;
  min-height: 30px;
  line-height: 30px;
}

.zkzc .text-indent{
  text-indent: 1em!important;
}

.about-us-img{
  width: 100%;
  margin-top: 10px;
}

.about-us-img img{
  width: 100%;
}
.zk-icon{
  position: relative;
}
.zk-icon:before{
  content: '!';
  position: absolute;
  display: block;
  top: 2px;
  right: 5px;
  width: 15px;
  height: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  background: #293e98;
  border-radius: 50%;
}
.discount-ul{
  display: none;
}
.mx-zk-zc{
  position: absolute;
  margin-left: -190px;
  margin-top: -70px;
  font-size: 14px;
  color: #666666;
  display: none;
}

.total:hover .mx-zk-zc{
  display: block;
}