.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: #ed1c24;
  transition: 0.2s background ease-out;
}
.red-btn-hover:hover {
  background: #c6272d;
}
.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 !important;
  height: 18px !important;
  border: 0;
  opacity: 0;
}
.input-check input:disabled ~ i{
  opacity: 0.3;
  cursor: not-allowed;
}
.input-check input:checked ~ i {
  background: url(/template/pc/skin/image/shopping-step-checked.png) center no-repeat #ed1c24;
  border-color: #ed1c24;
}
.input-check + label{
  margin-left: 10px;
  cursor: pointer;
}
.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: #ed1c24;
}
.index .section-2 ul li .text .btn:hover a {
  color: #ed1c24;
}
.index .section-2 ul li .text .btn:hover a i.arrow {
  background: #ed1c24;
}
.index .section-2 ul li .text .btn:hover a i.arrow::before {
  border-color: #ed1c24;
}

@media screen and (min-width: 1366px) and (max-width: 1680px) {

  .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 .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: #ed1c24;
  text-decoration: underline;
}
.breadcrumb::before {
  content: '';
  margin: 12px 5px 0 0;
  float: left;
  width: 16px;
  height: 16px;
  background: url(/template/pc/skin/image/home.png);
}
.breadcrumb span {
  float: left;
  margin-right: 8px;
}
.breadcrumb span.active {
  color: #ed1c24;
}
.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);
}
.wrapper {
  overflow: hidden;
  width: 100%;
}
.wrapper .side {
  float: left;
  width: 200px;
}
.wrapper .side .head {
  width: 100%;
  height: 75px;
  background: #333333;
  color: #fff;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 16px;
  line-height: 80px;
  text-align: center;
}
.wrapper .side .nav-wrap {
  width: 100%;
  min-height: 200px;
  background: #f7f7f7;
}
.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;
}
.wrapper .side .nav-wrap .nav-1 ul li.active,
.wrapper .side .nav-wrap .nav-1 ul li:hover {
  color: #ed1c24;
}
.wrapper .side .nav-wrap .nav-1 .more {
  cursor: pointer;
  margin-top: 15px;
  font-size: 12px;
  color: #ed1c24;
}
.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 #ed1c24;
  border-right: 1px solid #ed1c24;
  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: #ed1c24;
}
.wrapper .side .nav-wrap .nav-2 dl dd .more {
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 22px;
  border-radius: 12px;
  background: #ed1c24;
  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: #ed1c24;
}
.wrapper .side .nav-wrap .nav-2 dl.close dt .btn::after {
  background: #ed1c24;
  transform: rotate(90deg);
}
.wrapper .side .nav-wrap .nav-2 dl.close dt .btn::before {
  background: #ed1c24;
}
.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;
}
.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: #ed1c24;
}
.wrapper .side .extend {
  margin-top: 20px;
}
.wrapper .side .extend ul li {
  position: relative;
  float: left;
  width: 90px;
  height: 30px;
  border: 1px solid #ed1c24;
  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: 100%;
}
.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(../image/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: #ed1c24;
}
.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: #ed1c24;
}
.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;
  position: relative;
  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: #ed1c24;
  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;
  position: relative;
  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: #ed1c24;
  border-color: #ed1c24;
}
.category-sec .list .item:hover .img img {
  transform: scale(1.03);
}
.category-sec .list .item:hover .title {
  color: #ed1c24;
}
.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: 150px;
  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:last-child:after {
  display: none;
}
.product-detail .product-detail-main .product-head ul li:hover {
  background: #ed1c24;
  color: #fff;
}
.product-detail .product-detail-main .product-head ul li.active {
  background: #ed1c24;
  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: #ed1c24;
  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 #ed1c24;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
  color: #ed1c24;
  line-height: 35px;
}
.product-detail .product-detail-main .product-body .view-btn {
  display: inline-block;
  padding: 0 10px;
  height: 35px;
  border: 1px solid #ed1c24;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  color: #ed1c24;
  line-height: 35px;
  margin-right: 10px;
}
.product-detail .product-detail-main .product-body .view-btn a{
  cursor: pointer;
  color: #ed1c24;
  margin: 2px;
}
.product-detail .product-detail-main .product-body .view-btn a:hover{
  text-decoration: underline;
}
.product-detail .product-detail-main .product-body .view-btn a:first-child {
  margin-left: 10px;
}
.product-detail .product-detail-main .product-body .download-btn::before {
  content: '';
  width: 11px;
  height: 12px;
  display: inline-block;
  background: url(/template/pc/skin/image/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: #ed1c24;
}
.product-detail .product-detail-main .product-body .parameter .title::before {
  content: '';
  float: left;
  height: 16px;
  width: 2px;
  background: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
  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(/template/pc/skin/image/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(/template/pc/skin/image/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(/template/pc/skin/image/cart1.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(/template/pc/skin/image/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 {
  margin-right: 10px;
}
.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(/template/pc/skin/image/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: #ed1c24;
}
.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: #ed1c24;
}
.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: #ed1c24;
  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(/template/pc/skin/image/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: 370px;
  min-width: 1200px;
  background: url(/template/pc/skin/image/service-banner.jpg) center;
}
.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: #ed1c24;
  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(https://www.lbtek.com/static/img/customized/arrow.png);
}
.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: #ed1c24;
}
.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: #ed1c24;
}
.shopping-guide .shopping-guide-main dl.open dt .btn::before,
.shopping-guide .shopping-guide-main dl.open dt .btn::after {
  background: #ed1c24;
}
.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: #ed1c24;
}
.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%;
  height: 370px;
  min-width: 1200px;
  background: url(/template/pc/skin/image/about-banner.jpg) center;
}
.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: #ed1c24;
  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: #ed1c24;
  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: 100%;
  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%;
}

@media only screen and (max-width: 992px) {
  .contact-us .contact-us-main .item {
    float: left;
    width: 100%;
  }

}

.contact-us .contact-us-main .item .ctrl {
  margin: 70px 0 0 70px;
  overflow: hidden;
}
@media only screen and (max-width: 992px) {
  .contact-us .contact-us-main .item .ctrl {
  margin: 70px 0 0 20px;
  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: #114392;
  border-bottom: 2px solid #114392;
}
.contact-us .contact-us-main .item .content {
  margin: 40px 0 0 70px;
}
@media only screen and (max-width: 992px) {
  .contact-us .contact-us-main .item .content {
    margin: 40px 0 20px 20px;
  }

}

.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(/template/pc/skin/images/address.png);
}
.contact-us .contact-us-main .item .content .info ul li.phone::before {
  background: url(/template/pc/skin/images/phonee.png);
}
.contact-us .contact-us-main .item .content .info ul li.web::before {
  background: url(/template/pc/skin/images/web.png);
}
.contact-us .contact-us-main .item .content .info ul li.email::before {
  background: url(/template/pc/skin/images/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(/template/pc/skin/image/person.png);
}
.join-us .join-us-main .recruit tfoot td {
  padding: 0;
  font-size: 14px;
  color: #ed1c24;
}
.join-us .join-us-main .join-us-box {
  margin-top: 30px;
  padding-top: 20px;
  width: 928px;
  height: 530px;
  background: url(/template/pc/skin/image/joinus-bg.jpg);
}
.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(/template/pc/skin/image/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: #ed1c24;
}
.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: #ed1c24;
  border-color: #ed1c24;
}
.course-banner {
  width: 100%;
  height: 370px;
  min-width: 1200px;
  background: url(/template/pc/skin/image/course-banner.jpg) center;
}

.forum-banner {
  width: 100%;
  height: 300px;
  min-width: 1200px;
  background: url(/template/pc/skin/image/forum-banner.jpg) center;
}

.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(/template/pc/skin/image/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: #ed1c24;
}
.shopping-step .shopping-step-head {
  width: 100%;
  padding-top: 30px;
  height: 50px;
}
.shopping-step .shopping-step-head .left {
  float: left;
  font-size: 18px;
  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(/template/pc/skin/image/shopping-step-cart.png) no-repeat center;
}
.shopping-step .shopping-step-head .left .icon.icon-fillin {
  background: url(/template/pc/skin/image/shopping-step-fillin.png) no-repeat center;
}
.shopping-step .shopping-step-head .left .icon.icon-payment {
  background: url(/template/pc/skin/image/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: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
  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 #ed1c24;
}
.shopping-step .shopping-step-title {
  width: 100%;
  height: 40px;
  background: #f7f7f7;
  line-height: 40px;
}
.shopping-step .shopping-step-title span.title {
  font-size: 16px;
  margin-left: 20px;
}
.shopping-step .shopping-step-title span.info {
  font-size: 14px;
  margin-left: 30px;
}
.shopping-step .shopping-step-title span.btn {
  float: right;
  color: #ed1c24;
  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: 50px;
  font-size: 16px;
  line-height: 50px;
}
.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: 50px;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row {
  position: relative;
  width: 100%;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col {
  text-align: center;
  padding: 20px 0;
  height: 85px;
}
.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: 5px 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: #ed1c24;
}
.shopping-step .shopping-step-body .order-info .order-info-body .row .col.col-goods .text span {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 5px;
  background: #ed1c24;
  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-fillin {
  padding-top: 1px;
  min-width: 1200px;
  background: #fff;
  padding-bottom: 30px;
}

.lb-fillin .checkout-address{
  display: flex;
  justify-content: space-between;
  background: #ffe7e8;
  align-items: center;
}
.lb-fillin .checkout-address--empty{
  background: #fff;
}
.lb-fillin .checkout-address__btn {
  width: 80px;
  background: #ed1c24;
  height: 24px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
  border-radius: 6px;
  margin-right: 20px;
  text-align: center;
}
.lb-fillin .checkout-address__text {
  flex: 1;
}
.lb-fillin .checkout-address__affix {
  margin-right: 20px;
}

.lb-fillin .invoice-info {
  position: relative;
  padding: 30px;
}
.lb-fillin .checkout-countdown{
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  background: #ffe7e8;
}
.lb-fillin .checkout-countdown em{
  color: #ed1c24;
}
.ctrl ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ctrl ul li {
  margin-right: 40px;
  flex-shrink: 0;
}
.ctrl ul li.invoice-address-box{
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ctrl ul li label {
  margin-left: 10px;
}
.invoice-temp {
  padding-top: 20px;
}
.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 #ed1c24;
}

.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: #ed1c24;
}
.lb-fillin .order-footer:last-child::after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 40px;
  right: 40px;
}

.lb-fillin .invoice-email {
  position: relative;
}
.lb-fillin .invoice-email-history{
  display: none;
  box-sizing: border-box;
  position: absolute;
  width: 300px;
  background: #fff;
  border: 1px solid #e0e0e0;
  z-index: 10;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.lb-fillin .invoice-email-history .h-item {
  padding: 10px;
  cursor: pointer;
}
.lb-fillin .invoice-email-history .h-item-close {
  float: right;
  width: 20px;
  height: 20px;
  font-size: 18px;
  margin-top: -5px;
  display: none;
}

.lb-fillin .invoice-email-history .h-item:hover {
  background: #eeeeee;
}
.lb-fillin .invoice-email-history .h-item:hover .h-item-close{
  display: block;
}

.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 #ed1c24;
}

.lb-fillin .push-order .btn {
  position: absolute;
  cursor: pointer;
  right: 40px;
  top: 25px;
  width: 155px;
  height: 55px;
  background: #ed1c24;
  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: #c6272d;
}
.lb-fillin .input-class{
  box-sizing: border-box;
  width: 300px;
  border: 1px solid #999;
  padding: 0 10px;
  border-radius: 4px;
  outline: none;
  font-size: 14px;
  line-height: 1.5;
  min-height: 35px;
}
.checkout-btn{
  display: inline-block;
  border-radius: 8px;
  font-size: 12px;
  background: #ed1c24;
  padding: 0 10px;
  line-height: 20px;
  cursor: pointer;
  color: #fff;
  transition: background 0.15s ease;
}

/* 选择地址 */
.selectaddress{
  padding: 10px 20px;
}
.selectaddress__header{
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: center;
}
.selectaddress__btn {
  color: #ed1c24;
  cursor: pointer;
  font-size: 14px;
  margin-left: 20px;
}
.selectaddress__btn--orange {
  color: #e47e17;
}

.selectaddress-search{
  flex: 1;
  display: flex;
  height: 30px;
  border: 1px solid #eee;
  border-radius: 15px;
  overflow: hidden;
  visibility: hidden;
}
.selectaddress-search__input{
  flex: 1;
}
.selectaddress-search__input input{
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
  padding: 0 20px;
}
.selectaddress-search__btn{
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  background: #ed1c24;
  font-size: 14px;
  line-height: 30px;
}
.selectaddress__content{
  width: 100%;
  max-height: 352px;
  box-sizing: border-box;
  overflow: auto;
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  margin-top: 5px;
}
.selectaddress__item{
  display: flex;
  height: 35px;
  padding: 0 10px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.selectaddress__item span{
  margin-right: 20px;
}
.selectaddress__item span:last-child {
  color: #ed1c24;
  opacity: 0;
}
.selectaddress__item span:first-child{
  flex: 1;
}
.selectaddress__item--selected, .selectaddress__item:hover{
  background: #ffe7e8;
}
.selectaddress__item--selected span:last-child, .selectaddress__item:hover span:last-child{
  opacity: 1;
}

.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: #ed1c24;
}
.lb-order-detail .logistics ul li.selected::before {
  content: '';
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  left: -28px;
  top: 2px;
  background: #ed1c24;
  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: #ed1c24;
  transition: 0.2s background ease-out;
}
.lb-login .login-form .cell .code-btn:hover {
  background: #c6272d;
}
.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: #ed1c24;
  transition: 0.2s background ease-out;
}
.lb-login .login-form .btn .submit:hover {
  background: #c6272d;
}
.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: #ed1c24;
  transition: 0.2s background ease-out;
}
.lb-login .login-form .next.able:hover {
  background: #c6272d;
}
.lb-login .tips {
  width: 450px;
  margin: 40px auto;
  font-size: 16px;
  text-align: center;
}
.lb-login .tips i {
  color: #ed1c24;
}
.lb-login .tips span {
  color: #ed1c24;
  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: #ed1c24;
  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: #ed1c24;
}
.step-bar ul li.right span {
  color: #333333;
}
.step-bar ul li.right::after {
  background: #ed1c24;
}

/* 表单基础形状，form单词拼写谬误，一误再误了 */
.from-container {
  padding: 15px 30px 0;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.from-container .cell-ai {
  box-sizing: border-box;
  padding-bottom: 10px;
}
.from-container .cell-ai textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 5px;
  outline: 0;
  resize: none;
  padding: 10px;
  background: #f5f5f5;
}
.from-container .cell{
  width: 100%;
  display: flex;
  min-height: 34px;
  margin-bottom: 20px;
}

.from-container .cell-label{
  width: 80px;
  line-height: 34px;
  min-height: 34px;
  text-align: right;
  padding-right: 15px;
  box-sizing: border-box;
  white-space: nowrap;
}
.from-container .cell .cell-right {
  flex: 1;
  position: relative;
  line-height: 0;
}


.from-container .cell .error-false{
  position: absolute;
  bottom: -22px;
  line-height: 22px;
  left: 0;
}

.from-container .cell input {
  box-sizing: border-box;
  width: 100%;
  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;
}
.from-container .cell .cell-right .false {
  border: 1px solid #ed1c24;
}

.from-container .cell .cell-right select {
  width: 100%;
  height: 34px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 5px;
  box-sizing: border-box;
}
.from-container .cell .cell-right textarea{
  font-family: 'Microsoft YaHei';
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  outline: #eee;
  resize: none;
  box-sizing: border-box;
}


/* .from-container .cell .cell-right .right {
  border: 1px solid green;
} */

/* 发票推荐形状 */
.invoice-recommend {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 0;
  left: 0;
  top: 34px;
  z-index: 10;
  line-height: 2.4;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}
.invoice-recommend li {
  padding: 0 5px;
  cursor: pointer;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.invoice-recommend li:hover{
  background: #efefef;
}
.invoice-recommend li i{
  margin: 0 5px;
}

/* 最终客户 */
.customer-recommend {
  box-sizing: border-box;
  position: absolute;
  width: 300px;
  background: #fff;
  border: 1px solid #eee;
  padding: 5px 0;
  left: 30px;
  top: 65px;
  z-index: 10;
  line-height: 2.4;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  
}
.customer-recommend li {
  padding: 0 5px;
  cursor: pointer;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer-recommend li:hover{
  background: #efefef;
}
.customer-recommend li i{
  margin: 0 5px;
}


/*幼我中心形状*/
.user-index{
  width: 100%;
  padding-top: 20px;
  background-color: #fff;
}

.cart-num{
  color: #ffffff;
  background: #ed1c24;
  -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 #ed1c24;
  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%;
}

.w-e-text-container i, .w-e-text i{
  font-style: italic !important;
}
.w-e-text-container ul li, .w-e-text ul li{
  list-style: disc;
}
.w-e-text-container ol li, .w-e-text ol li{
  list-style: decimal;
}
.lb-main {
  min-height: calc(100vh - 376px - 70px);
}
<!--耗时1784923293.175秒-->