body {
  padding-top: 70px;
  color: #666;
  background: #f4f7f7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
li {
  list-style: none !important;
}
.layui-btn-container {
  padding: 10px 0;
}
.layui-main {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100% !important;
  margin: 0 auto;
}
.layui-container {
  margin: 0 auto;
}
.body-height {
  min-height: calc(100vh - 70px - 140px - 30px);
}
.body-height-show {
  min-height: calc(100vh - 70px - 500px - 30px);
}
.body-height-page {
  min-height: calc(100vh - 70px - 870px - 30px);
}
.layui-top-20 {
  margin-top: 20px;
}
.layui-card-body {
  padding: 0 10px 10px 10px;
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1000;
  padding: 0 60px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.header .layui-logo {
  height: 70px;
  line-height: 70px;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  color: #333;
}
.header .layui-logo img {
  height: 50px;
  margin-right: 10px;
}
.header .layui-nav {
  padding: 0;
  background-color: transparent;
  position: absolute;
  right: 70px;
  top: 0;
}
.header .layui-nav > .layui-nav-item {
  padding: 0 10px;
}
.header .layui-nav > .layui-nav-item > a {
  height: 70px;
  line-height: 70px;
  color: #666;
  font-size: 16px;
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
.header .layui-nav > .layui-nav-item > a > span {
  max-width: 90px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .layui-nav > .layui-nav-item > a:hover,
.header .layui-nav > .layui-nav-item.layui-this > a {
  color: #3ec483;
}
.header .layui-nav .layui-nav-more {
  border-color: #999 transparent transparent;
}
.header .layui-nav .layui-nav-mored {
  border-color: transparent transparent #999;
}
.header .layui-nav > .layui-nav-item > a:hover > .layui-nav-more,
.header .layui-nav > .layui-nav-item.layui-this > a > .layui-nav-more {
  border-color: #3ec483 transparent transparent;
}
.header .layui-nav > .layui-nav-item > a:hover > .layui-nav-mored,
.header .layui-nav > .layui-nav-item.layui-this > a > .layui-nav-mored {
  border-color: transparent transparent #3ec483;
}
.header .layui-nav .layui-nav-bar,
.header .layui-nav > .layui-nav-item:after {
  display: none;
}
.header .layui-nav > .layui-nav-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  height: 3px;
  background-color: #3ec483;
  transition: width 0.2s ease-out;
}
.header .layui-nav > .layui-nav-item.layui-this > a:after,
.header .layui-nav > .layui-nav-item > a:hover:after {
  width: 100%;
}
.header .layui-nav > .layui-nav-item > .layui-nav-child {
  top: 75px;
  border-radius: 0;
  border-color: #dfdfdf;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: unset;
  width: 120px;
  right: 0;
  margin: 0 auto;
}
.header .layui-nav > .layui-nav-item.nav-btn-login {
  height: 70px;
  line-height: 70px;
  padding: 0 0 0 15px;
}
.header .layui-nav > .layui-nav-item.nav-btn-login > a {
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 35px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.08);
}
.header .layui-nav > .layui-nav-item.nav-btn-login > a:hover {
  color: #666;
  background-color: rgba(0, 0, 0, 0.15);
}
.header .layui-nav > .layui-nav-item.nav-btn-login > a:after {
  display: none;
}
.header .site-icon img {
  height: 20px;
}
.header .layui-nav .layui-search {
  display: flex;
}
.header .layui-nav .layui-search .search-btn {
  margin-left: -30px;
  background-color: #fe7300;
  padding: 0 9px !important;
}
.header .nav-toggle {
  display: none;
}
.layui-nav-img {
  margin-right: 5px;
  vertical-align: middle;
}

.header .layui-nav .layui-nav-more {
  right: -8px;
}

.header-tools {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-search {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 20;
}
.header-search-inner {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: left;
}
.header-search-content {
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header-search-inner input {
  position: absolute;
  top: -10px;
  height: 40px;
  width: 100%;
  border: 1px solid #fff;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  color: #252b3a;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  background-color: #ffffff !important;
  color: #333333 !important;
}
.header-search-inner input::-webkit-input-placeholder,
.header-search-inner input::-moz-placeholder,
.header-search-inner input:-ms-input-placeholder,
.header-search-inner input:-moz-placeholder {
  color: #666666;
}
.header-search-inner .header-search-submit {
  position: absolute;
  padding: 0;
  right: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #575d6c;
  line-height: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 30;
  cursor: inherit;
  -webkit-transition: 2s;
  transition: 2s;
}
.header-search-inner .header-search-submit i {
  font-size: 20px;
}
.header-search .header-search-close {
  display: none;
  position: absolute;
  right: 50px;
  top: 50%;
  width: 18px;
  height: 18px;
  padding: 1px;
  margin-top: -9px;
  color: #575c6c;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-search.active .header-search-inner input {
  border: 1px solid #dfe1e6;
  padding: 0 40px 0 8px;
  z-index: 10;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  right: -10px;
}
.header-search-icon {
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
  z-index: 30;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header-search-icon i {
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iIzI1MkIzQSIgZmlsbC1ydWxlPSJub256ZXJvIj48cGF0aCBkPSJNOC44NzQgMTcuNzQ5QzMuOTgxIDE3Ljc0OSAwIDEzLjc2OCAwIDguODc0IDAgMy45ODEgMy45OCAwIDguODc0IDBzOC44NzUgMy45OCA4Ljg3NSA4Ljg3NGMwIDQuODk1LTMuOTgxIDguODc1LTguODc1IDguODc1em0wLTE2LjMxYy00LjEgMC03LjQzNiAzLjMzNi03LjQzNiA3LjQzNnMzLjMzNiA3LjQzNiA3LjQzNiA3LjQzNiA3LjQzNi0zLjMzNiA3LjQzNi03LjQzNi0zLjMzNS03LjQzNi03LjQzNi03LjQzNnoiLz48cGF0aCBkPSJNMTkuMTMzIDE5Ljg1MmEuNzE4LjcxOCAwIDAxLS41MS0uMjFsLTQuNDEzLTQuNDE0YS43Mi43MiAwIDAxMS4wMi0xLjAxN2w0LjQxMyA0LjQxNGEuNzIuNzIgMCAwMS0uNTEgMS4yMjd6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100%;
}

.header-search.active .header-search-content {
  width: 250px;
  right: 20px;
  overflow: visible;
}
.header-search.active .header-search-icon i {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxwYXRoIGQ9Ik0xNi41NzUuNTM3YS42MjUuNjI1IDAgMDEuOTAzLjg2NWwtNy40NDUgNy43NjQgNy40NTcgNy43NzhjLjIxNS4yMjUuMjMuNTY4LjA0OS44MDhsLS4wNjguMDc2YS42MjUuNjI1IDAgMDEtLjg4My0uMDE4bC03LjQyMS03Ljc0LTcuNDIxIDcuNzRhLjYyNS42MjUgMCAwMS0uODA1LjA4MmwtLjA4LS4wNjRhLjYyNS42MjUgMCAwMS0uMDE4LS44ODRsNy40NTgtNy43NzhMLjg1NiAxLjQwMmEuNjI1LjYyNSAwIDAxLS4wNS0uODA4TC44NzUuNTE4YS42MjUuNjI1IDAgMDEuODg0LjAxOWw3LjQwOSA3LjcyNnoiIGlkPSJhIi8+PC9kZWZzPjx1c2UgZmlsbD0iIzI1MkIzQSIgZmlsbC1ydWxlPSJub256ZXJvIiB4bGluazpocmVmPSIjYSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLjgzMyAuODMzKSIvPjwvc3ZnPg==);
  background-size: cover;
}

@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
    background: #fff;
  }
  .header {
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header .layui-logo img {
    height: 35px;
  }
  .header .layui-logo {
    height: 55px;
    line-height: 55px;
    background-position: 0 12px;
  }
  .header .layui-nav {
    position: absolute;
    top: 50px;
    right: 0;
    width: 160px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-height: 380px;
    max-height: -moz-calc(100vh - 60px);
    max-height: -webkit-calc(100vh - 60px);
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }
  .header .layui-nav .layui-nav-item {
    display: block;
    padding: 0;
  }
  .header .layui-nav .layui-nav-item > a {
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .header .layui-nav .layui-nav-item > a .layui-nav-more {
    right: 15px;
  }
  .header .layui-nav .layui-nav-item.layui-this > a:after,
  .header .layui-nav .layui-nav-item > a:hover:after {
    display: none;
  }
  .header .layui-nav .layui-nav-item.layui-this > a {
    color: #fff;
    background-color: #3ec483;
  }
  .header .layui-nav > .layui-nav-item.nav-btn-login {
    line-height: unset;
    height: unset;
    padding: 0;
  }
  .header .layui-nav > .layui-nav-item.nav-btn-login > a {
    line-height: 40px;
    height: 40px;
    background-color: transparent;
    display: block;
    border-radius: 0;
  }
  .header .layui-nav > .layui-nav-item.nav-btn-login > a:hover {
    background-color: transparent;
    color: #3ec483;
  }
  .header .layui-nav > .layui-nav-item > .layui-nav-child {
    position: static;
    background-color: transparent;
    box-shadow: none;
    animation: none;
    border: 0;
    margin: 0;
    width: 100%;
  }
  .header .layui-nav > .layui-nav-item > .layui-nav-child a {
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
  }
  .header .layui-nav > .layui-nav-item > .layui-nav-child a:hover {
    background-color: transparent;
    color: #3ec483;
  }
  .header .nav-toggle {
    line-height: 53px;
    height: 55px;
    cursor: pointer;
    display: block;
    padding: 0 3px;
    color: #666;
  }
  .header .nav-toggle > i {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .header .ew-nav-group {
    position: absolute;
    right: 5px;
    top: 0;
  }
  .header .ew-nav-group:hover > .layui-nav {
    transform: scale(1);
    opacity: 1;
  }
  .header .ew-nav-group:hover .nav-toggle > i {
    transform: rotate(-90deg);
  }
  .layui-card-header {
    padding: 0 !important;
  }
  .layui-container {
    padding: 0 10px !important;
  }
  .header .layui-layout-left {
    left: auto;
    top: 130px;
  }
  .header .header-search {
    display: none !important;
  }
}
.banner-show {
  height: 400px !important;
  overflow: hidden;
  width: revert !important;
  margin: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}

.banner-show img {
  width: 100%;
}
.banner {
  width: 100%;
  float: left;
  height: 695px !important;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.banner .inner {
  padding: 15px;
  box-sizing: border-box;
}
.banner .inner img {
  margin-top: 50px;
  max-width: 100%;
}

.banner .swiper-container {
}
.banner .swiper-slide {
  width: 100%;
  float: left;
  height: 695px;
}
.banner #mainTheme {
  letter-spacing: -3px;
  padding-top: 160px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
}
.banner #mainTheme h1 {
  font: italic bold 120px/100% Arial;
  color: #fff;
  padding-right: 20px;
}
.banner #mainTheme h1 span {
  color: #ff7200;
}

.banner .item1 {
  background: #66d09d;
}
.banner .item1 p {
  margin-bottom: 10px;
  font: normal 34px/400% microsoft yahei;
  text-shadow: 1px 1px 0 #1a668e;
  text-align: center;
  letter-spacing: 3px;
  color: #fff;
}
.banner .item2 {
  background: #668eff;
}
.banner .item2 h2 {
  font: normal 34px/200% arial, microsoft yahei;
  margin-top: 120px;
  color: #fff;
}
.banner .item2 ul {
  margin-top: 40px;
}
.banner .item2 ul li {
  display: inline-block;
  margin: 0 10px;
}
.banner .subbtn {
  text-align: center;
}
.banner .button {
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  padding: 5px 15px;
  border-radius: 20px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.banner .button:hover {
  color: #065fe3;
  background-color: #fff;
}
.banner .mainbtn {
  text-align: center;
  margin-top: 50px;
}
.banner .mainbtn a {
  font-size: 16px;
  color: #3566f2;
  margin: 15px auto;
  padding: 10px 25px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.insideBanner {
  position: relative;
  overflow: hidden;
  color: #fff;
  min-height: 300px;
  background-color: #5fb878;
  max-height: 500px;
}
.insideBanner img {
  width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.insideBanner .thumb {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.insideBanner .title {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0px 1px 3px #fff;
  padding: 15px;
}
.insideBanner .title span {
  vertical-align: middle;
  display: inline-block;
}
.insideBanner .title span:before,
.insideBanner .title span:after {
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 0.77em;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 0.42em;
}
.insideBanner .desc {
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 1px 3px #000;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .banner {
  }
  .inner {
    width: 100%;
  }
  .banner #mainTheme h1 {
    font: italic bold 60px/100% Arial;
    padding-right: 0px;
  }
  .banner .item2 h2 {
    font: normal 20px/200% arial, microsoft yahei;
    margin-top: 50px;
  }
  .banner #mainTheme {
    padding-top: 100px;
  }
  .banner .item1 p {
    font: normal 20px/200% arial, microsoft yahei;
  }
  .banner .mainbtn a {
    display: inline-block;
  }

  .insideBanner {
    min-height: 200px;
    max-height: 300px;
  }
  .insideBanner img {
    height: 100%;
    width: auto;
  }
  .banner-show {
    height: 200px !important;
  }
  .banner-show img {
    height: 100%;
    width: auto;
  }
}

.product-card {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}
.product-card .product-cover {
  position: relative;
  height: 240px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.product-card .product-cover > .product-cover-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.4s;
}
.product-card .product-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.4s;
}
.product-card .product-cover > .product-tools {
  position: absolute;
  top: 45%;
  left: 45%;
  z-index: 1;
}
.product-card:hover .product-cover > .product-cover-img {
  transform: scale(1.5);
}
.product-card:hover .product-cover > .product-tools .layui-btn {
  opacity: 1;
  transform: scale(1);
}
.product-card:hover .product-cover:after {
  background-color: rgba(0, 0, 0, 0.35);
}
.product-card .product-body {
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
}
.product-card .product-body .title {
  height: 34px;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.product-card .product-body .title a {
}
.product-card .product-body .title a:hover {
  color: #111;
}
.product-card .product-body .attr {
  line-height: 24px;
  height: 30px;
  overflow: hidden;
}
.product-card .product-body .attr em {
  float: left;
  font-style: normal;
  font-size: 16px;
  color: #f40;
}
.product-card .product-body .attr span {
  color: #888;
  float: right;
}
.product-card .product-body .info a {
  line-height: 20px;
  display: block;
  float: left;
  text-align: center;
}
.product-card .product-body .info .list_seller {
  float: left;
  background: #fafafa;
  border: 1px solid #e3e3e3;
  height: 20px;
}
.product-card .product-body .info .pic_Layer {
  height: 18px;
  width: 18px;
  border: 1px solid #fff;
}
.product-card .product-body .info .xy {
  margin: 0 4px;
  vertical-align: 2.5px;
}
.product-card .product-body .info .note_icon {
  float: right;
}

.merit .layui-icon {
  height: 52px;
  width: 52px;
  margin: 0 auto;
  background-color: rgba(62, 196, 131, 0.15);
  color: #3ec483;
  padding: 15px;
  border-radius: 50%;
  font-size: 22px;
  box-sizing: border-box;
}
.merit .layui-icon {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
}
.merit .layui-icon:hover {
  transform: rotate(360deg);
  border-color: #009688;
  opacity: 1;
}

.merit .content {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  background: #fff;
}
.merit .content p.label {
  font-size: 18px;
  color: #666666;
  line-height: 46px;
  padding-top: 5px;
}
.merit .content a {
  font-size: 18px;
  color: #a1d8cb;
  line-height: 68px;
}
.merit .content:hover {
  box-shadow: 0 0 3px 3px #eee;
  transition: 0.3s;
}
.merit > div:nth-child(even) .merit .layui-icon {
  background-color: rgba(0, 173, 181, 0.15);
  color: #00adb5;
}
.merit h3 {
  font-size: 20px;
  margin: 5px 0 20px 0;
  color: #333;
  font-weight: 400;
}
.merit p {
  font-size: 16px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.merit .angle_box span {
  position: absolute;
  height: 20px;
  background: #ff6a00;
  border-radius: 4px 0 4px 0;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  padding: 0 9px;
  top: 1px;
  left: 1px;
}

.project-list-item {
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  width: 100%;
  border: 1px solid #e8e8e8;
}
.project-list-item:hover {
  box-shadow: 2px 0 4px rgba(0, 21, 41, 0.35);
}
.project-list-item .project-list-item-cover {
  width: 100%;
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  height: 300px;
  padding-bottom: 55%;
  position: relative;
}
.project-list-item .project-list-item-cover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.project-list-item-body {
  padding: 10px;
}
.project-list-item .project-list-item-body > h2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 12px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.project-list-item .project-list-item-text {
  height: 40px;
  overflow: hidden;
  margin-bottom: 12px;
}
.project-list-item .project-list-item-desc {
  position: relative;
}
.project-list-item .project-list-item-desc .time {
  color: #999;
  font-size: 12px;
}
.project-list-item .project-list-item-desc .ew-head-list {
  position: absolute;
  right: 0;
  top: 0;
}
.ew-head-list .ew-head-list-item:first-child {
  margin-left: 0;
}
.ew-head-list .ew-head-list-item {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: -10px;
}
.ew-head-list .ew-head-list-item {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-left: -10px;
}
.cloud-card-component {
  padding: 20px;
}
.cloud-card-component .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 0px !important;
}
.ew-table-loading {
  padding: 10px 0;
  text-align: center;
}
.ew-table-loading > i {
  color: #999;
  font-size: 30px;
}
.ew-table-loading.ew-loading-float {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.title-article {
  margin: 0 15px;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  overflow: hidden;
}
.title-article .badge {
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: left;
}
.title-article h1 {
  float: left;
  padding-bottom: 10px;
}
.title-article p {
  margin-bottom: 10px;
  color: #666;
}
.title-article p span {
  margin-right: 10px;
}
.title-article .titlepic {
  background: #fff;
  width: 150px;
  height: 150px;
  line-height: 150px;
  float: left;
  text-align: center;
}
.title-article .titlepic img {
  max-width: 110px;
  max-height: 110px;
}
.title-article .title-msg {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.title-article .title-msg span {
  color: #999;
  margin-right: 10px;
}
.title-article .title-msg span a {
  color: inherit;
}
.title-article .title-msg span a:hover {
  color: #1e9fff;
}
.title-article .title-right {
  position: absolute;
  top: 20px;
  right: 15px;
  background: #f5f5f5;
  padding: 10px;
  overflow: hidden;
}
.title-article .title-right img {
  max-width: 120px !important;
  max-height: 120px !important;
}

.fly-panel {
  margin-top: 10px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.auth-price {
  height: auto !important;
  overflow: hidden;
}
.auth-price li {
  width: 100% !important;
  float: left;
  text-align: left;
  box-sizing: border-box;
}
.auth-price .layui-this:after {
  border-bottom: none !important;
}
.auth-price .layui-tab-bar {
  display: none !important;
}
.text-danger {
  color: #e74c3c;
}
.license-origin {
  font-size: 13px;
  font-family: "Source Sans Pro", sans-serif;
  color: #999;
}
.auth-top p {
  color: #009688;
}
.auth-desc {
  font-size: 13px;
}
.auth-desc i {
  font-size: 12px;
}
.layui-card-header {
  margin-bottom: 10px;
}

.layui-thumb img {
  width: 100%;
}
.read-btn {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 8px;
  background: #50a1ff;
  color: #fff !important;
  margin: 0 10px 0 0;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #50a1ff;
}
.read-btn:hover {
  color: #fff !important;
  opacity: 0.8;
}
.chapter_list {
  overflow: hidden;
  padding: 10px 0;
}
.chapter_list li {
  float: left;
  width: 30%;
  padding: 5px 1.666666%;
  font-size: 14px;
  position: relative;
  line-height: 25px;
  overflow: hidden;
}
.chapter_list li a {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90%;
}
.chapter_list li i {
  float: left;
  font-size: 14px;
  margin-left: 5px;
  color: #f00;
}

.icon_show,
.icon_hide {
  display: inline-block;
  color: #2972cc;
  height: 24px;
  padding: 0 2px 0 10px;
  text-indent: 0;
  text-align: center;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
}
.icon_show i,
.icon_hide i {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_dt.png) no-repeat 0 2px;
  margin-right: 4px;
  *vertical-align: middle;
}
.icon_hide i {
  background-position: -12px 2px;
}
.icon_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .title-article {
    padding: 0 !important;
  }
  .list-card .list-pic {
    margin-right: 15px !important;
  }
  .title-article {
    margin: 15px 0;
  }
  .item-box .list-text h2 {
    font-size: 18px;
  }
  .title-article .title-msg span:first-child {
    display: none;
  }
  .title-article .title-msg span:last-child {
    float: right;
  }
}
/* list */
.list-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: 15px;
  padding: 15px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
.list-box a {
  text-decoration: none;
}
.list-box .list-pic {
  width: 300px;
  max-height: 200px;
  margin-right: 15px;
  overflow: hidden;
}
.list-box .list-pic img {
  width: 100%;
}
.list-box .list-text {
  flex: 1;
}
.list-box .list-text h2 {
  margin-bottom: 10px;
}
.list-box .title-msg {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .layui-hide-xs {
    display: block !important;
  }
  .layui-card-body {
    padding: 0;
  }
  .list-box {
    padding: 10px;
    display: revert;
  }
  .list-box .list-pic {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
  }
  .list-box .list-text {
    width: 100%;
    flex: revert;
  }
  .list-box .list-text h2 {
    font-size: 16px;
  }
}

.layui-location {
  overflow: hidden;
  background-color: #fff;
  padding: 0 15px;
  margin-top: 10px;
}
.layui-breadcrumb {
  line-height: 40px;
  height: 40px;
}
.layui-breadcrumb > a + a:before {
  content: ">\00a0";
  padding: 0 5px;
  color: #ccc;
}

.layui-left {
  padding: 0 !important;
}
.layui-left .left-nav-title {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 100;
  top: -40px;
  background: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.layui-left .left-nav-title .title {
  font-size: 16px;
  background: #ff9434;
  line-height: 50px;
  color: #fff;
}
.layui-left .layui-menu-title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  background-color: #ccc;
}
.layui-left .layui-panel {
  text-align: left;
  border-width: 0px;
  width: 100%;
  top: 10px;
}
.layui-left .layui-panel .layui-menu {
  margin: 0 !important;
}
.layui-left .layui-panel .layui-menu li {
  margin: 0;
  padding: 10px;
  text-align: center;
}
.layui-left .layui-panel .layui-menu .layui-menu-item-divider {
  margin: 0 !important;
  padding: 0 !important;
}

.layui-right .layui-menu {
  background-color: revert;
  margin: 0 !important;
}
.layui-right .layui-menu {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  justify-content: center;
}
.layui-right .layui-menu li {
  display: inline-block;
  margin: 5px !important;
  text-align: center;
  line-height: 36px;
  width: auto;
  background-color: #f6f6f6;
  padding: 5px 10px !important;
}
.layui-right .layui-menu .layui-menu-item-checked:after {
  width: 100%;
  border-right: none;
  border-bottom: 3px solid #5fb878;
}

.section {
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  overflow: hidden;
  float: left;
  width: 100%;
}
.section:nth-child(odd) {
  background-color: #fff;
}
.section-title {
  padding: 40px 0;
  text-align: center;
}
.section-title > h2 {
  color: #333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.section-title > p {
  font-size: 14px;
  color: #666;
}

.layui-text,
.layui-text p {
  line-height: 22px;
  font-size: 14px;
  color: #666;
}
.layui-text a:not(.layui-btn) {
  color: #666;
}
.layui-text a:not(.layui-btn):hover {
  color: #66d09d !important;
}
.layui-text img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.layui-desc {
  height: 48px;
  line-height: 24px;
  width: 100%;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}

.layui-btn-center {
  text-align: center;
}

.note_icon a:hover {
  color: red;
}
.note_icon a {
  padding-right: 5px;
  float: left;
}
.note_icon a i {
  color: #999;
  border: 1px solid #ddd;
  background: #f9f9f9;
  float: left;
  overflow: hidden;
  text-align: center;
  height: 19px;
  line-height: 19px;
  padding: 0 4.5px;
}
.note_icon a i.protect {
  color: #6a4;
  border-color: #6a4;
  background: #eff;
}
.note_icon a i.score {
  color: #f60;
  border-color: #ff7e00;
  background: #fff5ee;
}
.note_icon a i.send {
  color: #b68571;
  border-color: #e3c8bd;
  background: #fffbf6;
}
.note_icon a i.install0 {
  color: #498bf8;
  border-color: #71a3f5;
  background: #eef9ff;
}

.angle_box {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.angle {
  width: 95%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-left: 45%;
  margin-top: 5px;
  position: absolute;
  transform: rotate(45deg);
}
.free {
  background-color: #ccc;
  color: white;
}
.auth {
  background-color: #fe7300;
  color: white;
}

.case-intro .intro-txt {
  padding: 10px;
}
.case-intro .intro-txt .title {
  line-height: 35px;
  padding: 30px 0 20px;
  font-size: 32px;
  color: #333;
}
.case-intro .intro-txt .title span {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: #383e49;
  border-radius: 3px;
  vertical-align: top;
  margin-top: 24px;
  margin-right: 10px;
}
.case-intro .intro-txt p.desc {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 28px;
  letter-spacing: 1px;
}

.case-intro .intro-txt #introrate {
  margin-bottom: 45px;
}
.case-intro .intro-txt #shopEvent a {
  display: inline-block;
  width: 120px;
  margin-right: 25px;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.case-intro .intro-txt #shopEvent a i {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
}
.case-intro .intro-txt .collect-price {
  color: #f44e2d;
  font-size: 26px;
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 22px;
}
.case-intro .intro-txt.collect .collect-price span {
  font-size: 14px;
}

.case-content .detail-body img {
  border: 1px solid #f6f6f6;
  cursor: default;
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.case-content .layui-card-body a {
  color: #333;
}
.case-content .layui-card-body a:hover {
  color: #3ec483;
}

.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
  height: 58px;
}
.media-body .label-success {
  color: #fff !important;
  display: inline-block;
  padding: 0.3em 0.4em;
}
.avatar-img {
  font-size: 0;
}
.avatar-text,
.avatar-img {
  display: inline-block;
  box-sizing: content-box;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #e8ecf3;
  font-weight: normal;
  width: 48px;
  height: 48px;
  border-radius: 48px;
  font-size: 24px;
  line-height: 48px;
}
.avatar-img img {
  border-radius: 48px;
  width: 48px;
  height: 48px;
}
.label-success {
  background-color: #18bc9c;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.version-details {
  margin: 15px 0;
  overflow: hidden;
}
.rating-star {
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
  display: block;
  float: right;
}
.rating {
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #ffca00;
}
.rating-star:after {
  position: relative;
  font-family: FontAwesome;
  content: "\f006";
}
.rating-star.checked ~ .rating-star:after,
.rating-star.checked:after {
  content: "\f005";
}

/*video*/
.videolist:hover {
  cursor: pointer;
}
.videoed {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 45%;
  top: 45%;
  z-index: 99;
  border-radius: 100%;
  font-size: 30px;
  color: #fff;
}
.videos {
  display: none;
  border: 1px solid #080808;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
  padding: 0 !important;
}
.vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.videos #video {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .videos {
    width: 100%;
    margin-left: -50%;
    margin-top: -50%;
  }
  .videos #video {
    width: 100%;
  }
}
/*筛选*/

.store-cat-item {
  font-size: 14px;
  line-height: 26px;
  padding: 15px 0 0;
}
.store-cat-item span {
  color: #555;
  width: 100px;
  vertical-align: top;
}
.store-cat-item span,
.store-cat-item ul,
.store-cat-item ul li {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0px !important;
}
.store-cat-item ul {
  width: 80%;
  vertical-align: top;
  padding: 0 !important;
}
.store-cat-item ul li {
  margin-right: 10px;
  cursor: pointer;
}
.store-cat-item ul li.active a {
  color: #5eba78;
}
.store-cat-item ul li a:hover {
  color: #5eba78;
}

/*表单*/
.layui-text .layui-input,
.layui-text .layui-textarea {
  float: left;
}

.copyright {
  line-height: 20px;
  text-align: center;
  background-color: #3a3f49;
  color: #aaa;
  font-weight: lighter;
  font-size: 13px;
}
.copyright ul,
.copyright li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.copyright a:hover {
  color: #fff;
}
.copyright a:hover {
  color: #fff;
}
.copyright a {
  color: #aaa;
}
.copyright .links li {
  padding: 0 12px;
  border-right: 1px solid #979797;
}
.copyright .links li {
  padding: 0 12px;
  border-right: 1px solid #979797;
}
.copyright .links li:last-child {
  border: 0;
}
.copyright ul,
.copyright li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.copyright .links {
  padding: 20px 0 20px 0;
}
.copyright {
  padding: 30px 0 30px 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/*上下页*/
.page-text {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  padding: 10px 20px;
  border-top: 1px solid #eee;
  margin-top: 15px;
}
.page-text a {
  color: #666 !important;
}
.page-text i {
  font-size: 14px !important;
}
.page-text .previous {
  border-right: 1px solid #f3f3f3;
}
.page-text .nav-span {
  float: left;
  width: 49%;
  text-align: center;
  padding: 10px 20px;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}
.page-text .d-block {
  display: block;
}

/*分页*/
.layui-laypage {
  text-align: center;
  width: 100%;
}

/*分页*/
#pages {
  text-align: center;
}
#pages li {
  margin: 0 2px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #e6e6e6;
  color: #333;
  display: inline-block;
}
#pages li a {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}
#pages li span {
  font-size: 14px;
  display: block;
  padding: 0 12px;
}
#pages li.active {
  text-align: center;
  background: #f90712;
  color: #fff;
  display: inline-block;
}
#pages li:hover {
  background: #f90712;
}
#pages li:hover a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .layui-left .left-nav-title {
    width: 100%;
    top: 10px;
    display: none;
  }
  .layui-left .left-nav-title dl dd {
    margin-top: 8px;
  }
  .layui-left .layui-menu {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: center;
  }
  .layui-left .layui-menu li {
    display: inline-block;
    margin: 5px !important;
    text-align: center;
    line-height: 28px;
    width: auto;
    background-color: #f6f6f6;
    padding: 5px 10px !important;
  }
  .layui-left .layui-menu li .layui-menu-body-title {
    min-width: 90px;
  }
  .layui-menu .layui-menu-item-checked:after {
    width: 100%;
    border-right: none;
    border-bottom: 3px solid #5fb878;
  }
  .shop-temp .temp-hot {
    padding-top: 30px;
  }
  .temp-title-cn {
    margin-bottom: 30px;
    font-size: 20px;
  }
  .temp-title-cn span {
    height: 2px;
    margin-left: -105px;
  }
  .temp-title-cn span:last-child {
    margin-left: 55px;
  }

  .store-list-box .store-list-cover {
    height: auto;
  }
  .store-cat-item span {
    width: 80px;
  }
  .store-cat-item ul {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .layui-left .input-search a.userBtn {
    width: 80px;
    font-size: 14px;
    margin-left: 20px;
  }
  .layui-left .left-nav-title dl dt {
    display: block;
  }
  .layui-left .left-nav-title dl dd {
    display: block;
    width: 100%;
    margin: 0;
    line-height: 60px;
    border: none;
    border-radius: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .layui-left .left-nav-title dl dd a {
    line-height: 65px;
  }
  .layui-left .left-nav-title dl dd:last-child {
    border-bottom: none;
  }
  .case-intro .intro-txt #shopEvent a {
    padding: 0 20px;
    line-height: 36px;
  }
  .case-intro .intro-txt #shopEvent a i {
    font-size: 16px;
  }
  .case-reply {
    padding: 40px 100px 20px;
  }
  .case-reply dd .reply-img + p span {
    margin-left: 40px;
  }
  .case-reply dd .reply-content + span {
    top: 80px;
    right: 20px;
  }

  .store-cat-item,
  .store-cat-item span i {
    font-size: 16px;
  }
  .store-cat-item ul li {
    margin-right: 27px;
  }
  .store-cat-item {
    padding: 15px;
  }
  .store-cat-item span {
    width: auto;
  }

  .store-list-box .store-list-cover {
    height: 218px;
  }
}

@media screen and (min-width: 992px) {
  .layui-left .input-search a.userBtn {
    width: 120px;
    font-size: 16px;
    margin-left: 80px;
  }
  .case-intro .intro-txt #introrate {
    margin-bottom: 15px;
  }
  .case-intro .intro-txt #shopEvent.scroll {
    width: 240px;
    height: 187px;
    position: fixed;
    top: 220px;
    right: 0;
    z-index: 999;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.45);
  }
  .case-intro .intro-txt #shopEvent.scroll a:first-child {
    position: absolute;
    top: 105px;
    left: 20px;
  }
  .case-intro .intro-txt #shopEvent.scroll a:last-child {
    position: absolute;
    top: 32px;
    left: 20px;
    margin-left: 0;
  }
  .case-intro .intro-txt.collect .collect-price {
    padding-top: 0;
    padding-bottom: 0;
  }
  .case-intro .intro-txt.collect #introrate {
    margin-bottom: 0;
  }

  .store-list-box .store-list-cover {
    height: 185px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .raise-detail {
    height: 388px;
  }
  .raise-project .project-sup ul li img {
    margin-right: 5px;
  }
  .raise-project .project-sup ul li span {
    letter-spacing: 0;
  }
  .raise-project .project-sup ul li span:nth-child(3) {
    right: 70px;
  }
  .case-intro .intro-txt .title {
    font-size: 22px;
    line-height: 56px;
  }
  .case-intro .intro-txt .title span {
    font-size: 16px;
    line-height: 26px;
    margin-top: 14px;
  }
  .case-intro .intro-txt p + ul {
    padding: 10px 0 5px;
  }
  .case-intro .intro-txt.collect p + ul {
    padding: 5px 0;
  }
}

@media screen and (min-width: 1200px) {
  .raise-detail > p {
    line-height: 122px;
  }
  .raise-detail {
    height: 468px;
  }
  .raise-detail .detail-target {
    margin-bottom: 52px;
  }
  .layui-left .shop-banner .layui-carousel img {
    margin-left: -15%;
  }

  .store-list-box .store-list-cover {
    height: 165px;
  }
}

@media screen and (min-width: 1366px) {
  .layui-container {
    width: 1320px;
  }
  .raise-detail {
    height: 480px;
  }

  .store-list-box .store-list-cover {
    height: 188px;
  }
}

@media screen and (min-width: 1440px) {
  .layui-container {
    width: 1400px;
  }
  .case-intro .intro-txt #introrate {
    margin-bottom: 45px;
  }
  .case-intro .intro-txt.collect #introrate {
    margin-bottom: 20px;
  }
  .case-intro .intro-txt.collect .collect-price {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .layui-left .shop-banner .layui-carousel img {
    margin-left: 0;
  }
  .store-list-box .store-list-cover {
    height: 200px;
  }
}

/*加载更多*/
.layui-load {
  width: auto;
  margin: 0;
  overflow: hidden;
}
.layui-load a {
  margin: 0.5rem auto;
  display: block;
  width: 230px;
  line-height: 56px;
  background: #ff5722;
  color: #fff !important;
  font-size: 16px;
  text-align: center;
}
.layui-load a.no-date {
  background: #ccc;
}
.layui-load:last-child {
  width: 100%;
}

.search_box {
  padding: 15px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
}
.search_box .search_time {
  text-align: center;
  height: 40px;
  line-height: 40px;
}
.search_box .color_f00 {
  color: #f00;
}
.search {
  border: 2px solid #f58400;
  height: 35px;
  margin: 0 auto;
  max-width: 525px;
}
.search select {
  display: none;
}
.search .select_box {
  font-size: 12px;
  color: #999999;
  width: 100px;
  line-height: 35px;
  float: left;
  position: relative;
}
.search .select_showbox {
  height: 35px;
  background: url(../images/search_ico.png) no-repeat 80px center;
  text-indent: 1.5em;
}
.search .select_showbox.active {
  background: url(../images/search_ico_hover.png) no-repeat 80px center;
}
.search .select_option {
  border: 2px solid #f58400;
  border-top: none;
  display: none;
  left: -2px;
  top: 35px;
  position: absolute;
  z-index: 99;
  background: #fff;
}
.search .select_option li {
  text-indent: 1.5em;
  width: 90px;
  cursor: pointer;
}
.search .select_option li.selected {
  background-color: #f3f3f3;
  color: #999;
}
.search .select_option li.hover {
  background: #bebebe;
  color: #fff;
}
.search input.inp_srh {
  border: none;
  background: none;
  height: 35px;
  line-height: 35px;
  float: left;
}
.search input.btn_srh {
  border: none;
  background: none;
  height: 35px;
  line-height: 35px;
  float: right;
}
.search input.inp_srh {
  outline: none;
  max-width: 365px;
}
.search input.btn_srh {
  background: #f58400;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 15px;
  width: 60px;
}
