@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

.super-market {
  position: relative;
}
.super-market .s_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 360px;
}
.super-market .s_header .logo {
  width: 44px;
}
.super-market .s_header .web_name {
  margin-left: 10px;
}
.super-market .s_header .search {
  display: flex;
  align-items: center;
  height: 36px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  outline: none;
  margin-right: 10px;
}
.super-market .s_header .search .layui-form {
  width: 120px;
}
.super-market .s_header .search input {
  max-width: 200px;
}
.super-market .s_header .search .search-btn {
  cursor: pointer;
  width: 65px;
  height: 40px;
  background: #323232;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
}
.super-market .s_nav {
  margin-top: 20px;
}
.super-market .s_nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 360px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  color: #333333;
}
.super-market .s_nav ul .active {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #fe7b06;
}
.super-market .s_nav ul .active a {
  color: #fe7b06;
}
.super-market .s_nav ul li {
  display: block;
  padding-bottom: 10px;
}
.super-market .s_nav ul li a:hover {
  color: #fe7b06;
}
.super-market .active {
  border-bottom: 2px solid #fe7b06;
}
.super-market .active a {
  color: #fe7b06;
}
.super-market .s_banner {
  width: 100vw;
  height: 420px;
  position: relative;
}
.super-market .s_banner .swiper {
  width: 100%;
  height: 100%;
}
.super-market .s_banner .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.super-market .s_banner .swiper-slide img {
  display: block;
}
.super-market .s_banner .s_login {
  width: 285px;
  height: 380px;
  background: rgba(255, 255, 255, 0.93);
  border-radius: 8px 8px 8px 8px;
  position: absolute;
  right: 360px;
  top: 20px;
  z-index: 1;
}
.super-market .s_login > img {
  margin: 28px auto;
  display: block;
}
.super-market .s_login > a {
  display: block;
  width: 249px;
  height: 41px;
  background: linear-gradient(90deg, #fea917 0%, #ff6e0d 100%);
  color: #fff;
  margin: 0 auto;
  text-align: center;
  line-height: 41px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
}
.super-market .s_login > .org {
  margin-top: 20px;
}
.super-market .s_settle {
  margin-top: 75px;
  padding: 0 42px;
  display: flex;
  align-items: center;
}
.super-market .s_settle a {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
}
.super-market .s_settle .s_drvice {
  margin: 0 15px;
  width: 1px;
  height: 14px;
  background-color: #333333;
}
.super-market .s_settle_tips {
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  letter-spacing: 2px;
}
.super-market .s_main {
  margin: 0 360px;
}
.super-market .s_main > .s_notice {
  width: 100%;
  height: 56px;
  background: #fdf1e6;
  font-size: 18px;
  font-weight: 500;
  color: #fe7b07;
  display: flex;
  align-items: center;
  padding: 0 13px;
  margin-top: 20px;
  box-sizing: border-box;
}
.super-market .s_main > .s_notice > span {
  margin-left: 5px;
}
.super-market .s_notice {
  overflow: hidden;
}
.super-market .s_notice_left {
  flex-shrink: 0;
  margin-right: 20px;
}
.super-market .s_notice_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
}
.super-market .s_notice_list li a {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
}
.super-market .s_notice_list li a:hover {
  color: #fe7b07;
}
.super-market .s_category {
  margin-top: 40px;
  width: 100%;
}
.super-market .s_category > .s_cate_header {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #ededed;
  padding-bottom: 10px;
}
.super-market .s_category > .s_cate_header > a {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  float: right;
}
.super-market .s_cate_grid ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 24px;
  width: 100%;
}
.super-market .s_cate_grid ul li {
  width: calc(25% - 23px);
  height: 40px;
  background: #f1f2f3;
  margin-right: 30px;
  margin-bottom: 24px;
  padding-left: 22px;
  box-sizing: border-box;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}
.super-market .s_cate_grid ul li:nth-last-child(4n-3) {
  margin-right: 0;
}
.super-market .s_cate_grid ul li a {
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  transition: color 0.3s ease-in-out;
}
.super-market .s_cate_grid ul li:hover {
  background-color: #fe7b07;
}
.super-market .s_cate_grid ul li:hover a {
  color: #fff;
}
.super-market .s_cate_grid_last {
  text-align: center;
  width: 100%;
  height: 32px;
  background: #f1f2f3;
  padding-top: 8px;
  box-sizing: border-box;
}
.super-market .s_cate_grid_last img {
  cursor: pointer;
}
.super-market .s_category > .swiper {
  width: 100%;
  height: 100%;
}
.super-market .s_category > .swiper .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
.super-market .s_category > .swiper .swiper-slide-item {
  max-width: calc((100vw - 720px) / 4);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}
.super-market .s_category > .swiper .swiper-slide-item:not(:last-child) {
  margin-right: 20px;
}
.super-market .s_category > .swiper .swiper-slide-item-top {
  position: relative;
}
.super-market .s_category > .swiper .swiper-slide-item-top .img-top {
  width: 100%;
  height: 100%;
}
.super-market .s_category > .swiper .swiper-slide-item-top-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  background: linear-gradient(91deg, #343742 0%, rgba(128, 128, 128, 0) 100%);
}
.super-market .s_category > .swiper .swiper-slide-item-top-title .service-title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-left: 10px;
}
.super-market .s_category > .swiper .swiper-slide-item .projectName {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.super-market .s_category > .swiper .swiper-slide-item .project-desc {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.super-market .s_category > .swiper .swiper-slide-item .address {
  font-size: 14px;
  color: #b9b9b9;
  line-height: 34px;
}
.super-market .s_category > .swiper .swiper-slide-item .s_result {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #ef2525;
  margin-top: 20px;
  margin-bottom: 63px;
}
.super-market .s_category > .swiper .swiper-slide-item .s_time {
  height: 43px;
  background: #f5f5f5;
  font-size: 14px;
  color: #666666;
  line-height: 43px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.super-market .s_category > .swiper .swiper-pagination-bullet {
  width: 36px;
  height: 2px;
  opacity: 1;
  background-color: #f0f1f3;
  border-radius: 0;
}
.super-market .s_category > .swiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 36px;
  height: 2px;
  border-radius: 0;
  background-color: #c0c4cc;
}
.super-market .s_category .s_table {
  margin-top: 28px;
  width: 100%;
}
.super-market .s_category .s_table tr th {
  text-align: left;
  padding: 10px 0px;
  font-size: 16px;
  color: #999999;
}
.super-market .s_category .s_table tr th:last-child {
  text-align: right;
}
.super-market .s_category .s_table tr td {
  text-align: left;
  padding: 14px 0px;
  font-size: 16px;
  color: #333333;
}
.super-market .s_category .s_table tr td img {
  margin-right: 10px;
}
.super-market .s_category .s_table tr td:not(:last-child) {
  padding-right: 20px;
  max-width: 26vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.super-market .s_category .s_table tr td:first-child {
  margin-top: 20px;
}
.super-market .s_category .s_table tr td:last-child {
  text-align: right;
}
.super-market .s_category > .s_into ul {
  padding: 20px 0px;
  /*设置为grid网格布局*/
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.super-market .s_category > .s_into li {
  background: #ffffff;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  width: calc((100vw - 799px) / 4);
  height: 180px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.super-market .s_category > .s_into li .s_into_line {
  width: 100%;
  height: 5px;
  background: #fe7b06;
}
.super-market .s_category > .s_into li .s_into_title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  padding: 0 20px;
  line-height: 30px;
}
.super-market .s_category > .s_into li .s_into_type {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  padding-left: 20px;
}
.super-market .s_category > .s_into li .s_into_date {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-top: 25px;
  padding-left: 20px;
}
.super-market .s_category > .s_into ul li:nth-last-child(4n-3) {
  margin-right: 0;
}
.super-market .s_category .s_public ul {
  list-style: none;
  padding: 20px 0px;
  /*设置为grid网格布局*/
  display: flex;
  justify-content: space-between;
}
.super-market .s_category .s_public ul li {
  background: #ffffff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  width: calc((100vw - 720px) / 3);
  margin-right: 30px;
  min-height: 354px;
}
.super-market .s_category .s_public ul li .s_public_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.super-market .s_category .s_public ul li .s_public_header_title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  padding: 15px 20px;
  border-bottom: 2px solid #eb8514;
}
.super-market .s_category .s_public ul li .s_public_header_more {
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.super-market .s_category .s_public ul li table {
  width: 100%;
  margin: 10px 0;
}
.super-market .s_category .s_public ul li table tr th {
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.super-market .s_category .s_public ul li table tr th:last-child {
  text-align: right;
}
.super-market .s_category .s_public ul li table tr td {
  text-align: left;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.super-market .s_category .s_public ul li table .s_public_count {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #eb8514;
  width: 60px;
}
.super-market .s_category .s_public ul li table .s_public_time {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
.super-market .s_category .s_public ul li:last-child {
  margin-right: 0;
}
.super-market .s_running {
  position: relative;
}
.super-market .s_running .bg-img {
  height: 550px;
  width: 100vw;
}
.super-market .s_running_body {
  position: absolute;
  top: 0;
  left: 360px;
  right: 360px;
  height: 100%;
  padding: 32px 0;
  box-sizing: border-box;
}
.super-market .s_running_body_header {
  font-size: 24px;
  padding: 10px;
  max-width: 98px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}
.super-market .s_running_body_kind {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
.super-market .s_running_body_kind li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.super-market .s_running_body_kind li img {
  height: 20px;
}
.super-market .s_running_body_kind_count {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
}
.super-market .s_running_body_kind_title {
  color: #fff;
  margin-top: 10px;
}
.super-market .s_running_body_statist {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
}
.super-market .s_running_body_statist_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.super-market .s_running_body_statist_header ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.super-market .s_running_body_statist_header ul li {
  width: 71px;
  height: 32px;
  border-radius: 4px;
  margin-right: 10px;
  box-sizing: border-box;
  border: 1px solid #d5d5d5;
}
.super-market .s_running_body_statist_header ul li a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  text-align: center;
  line-height: 32px;
}
.super-market .s_running_body_statist_header ul li.active {
  background: #fe7b06;
  border: 0;
}
.super-market .s_running_body_statist_header ul li.active a {
  color: #fff;
}
.super-market .s_running_body_statist_header ul li:hover {
  background: #fe7b06;
  border: 0;
}
.super-market .s_running_body_statist_header ul li:hover a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.super-market .s_running_body_statist_header ul li:not(:last-child) {
  margin-right: 10px;
}
.super-market .s_running_body_statist_category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  text-align: center;
  margin-top: 15px;
}
.super-market .s_running_body_statist_category li > div {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
}
.super-market .s_running_body_statist_category li span {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
}
.super-market .s_friend {
  margin: 20px 360px;
  display: flex;
  align-items: center;
}
.super-market .s_friend_link {
  width: 147px;
  height: 48px;
  background: #fe7b06;
  color: #fff;
  text-align: center;
  line-height: 48px;
}
.super-market .s_friend ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin-left: 20px;
}
.super-market .s_friend ul li {
  width: 100%;
}
.super-market .s_friend ul li:not(:last-child) {
  padding-right: 20px;
}
.super-market .s_footer {
    padding: 50px 360px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    background: #f7f7f7;
}
.super-market .s_footer ul {
    width: 100%;
}
.super-market .s_footer ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}
.super-market .s_footer ul li div:last-child {
    display: flex;
    align-items: center;
}
.super-market .s_footer_connect {
    background-image: url("/img/hots.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
    padding: 4px 8px 4px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}
.super-market .s_silde {
    width: 72px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(16, 14, 11, 0.16);
    border-radius: 6px;
    position: fixed;
    right: 20px;
    top: 20vh;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-right: -100px;
}
.super-market .s_silde {
  width: 72px;
  background: #ffffff;
  box-shadow: 0px 3px 6px 1px rgba(16, 14, 11, 0.16);
  border-radius: 6px;
  position: fixed;
  right: 20px;
  top: 20vh;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  margin-right: -100px;
}
.super-market .s_silde ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color 0.3s ease-in-out;
}
.super-market .s_silde ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 14px 8px;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
}
.super-market .s_silde ul li .s_silde_logo {
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}
.super-market .s_silde ul li .s_silde_title {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  margin-top: 4px;
  transition: all 0.3s ease-in-out;
}
.super-market .s_silde ul li:last-child a {
  border-bottom: 0px;
}
.super-market .s_silde ul li:last-child:hover {
  background-color: #fe7b06;
}
.super-market .s_silde ul li:last-child:hover .s_silde_title {
  color: #fff;
}
.super-market .s_silde ul li:last-child:hover a {
  border-bottom: 0px;
}
.super-market .s_silde ul li:not(:last-child):hover {
  background-color: #fe7b06;
}
.super-market .s_silde ul li:not(:last-child):hover .s_silde_title {
  color: #fff;
}
.super-market .s_silde ul li:not(:last-child):hover a {
  border-bottom: 1px solid #fff;
}
.super-market .s_silde ul li:not(:last-child):hover a .a {
  fill: #fff;
}

.layui-form-select dl dd.layui-this {
  color: #fe7b06 !important;
  background-color: transparent !important;
}

.s_silde li .icon1 {
  background-image: url(../img/y-login.png);
}
.s_silde li:hover .icon1 {
  background-image: url(../img/y-login-white.png);
}
.s_silde li .icon2 {
  background-image: url(../img/z-login.png);
}
.s_silde li:hover .icon2 {
  background-image: url(../img/z-login-white.png);
}
.s_silde li .icon3 {
  background-image: url(../img/y-into.png);
}
.s_silde li:hover .icon3 {
  background-image: url(../img/y-into-white.png);
}
.s_silde li .icon4 {
  background-image: url(../img/z-into.png);
}
.s_silde li:hover .icon4 {
  background-image: url(../img/z-into-white.png);
}
.s_silde li .icon5 {
  background-image: url(../img/c-info.png);
}
.s_silde li:hover .icon5 {
  background-image: url(../img/c-info-white.png);
}
.s_silde li .icon6 {
  background-image: url(../img/y-tousu.png);
}
.s_silde li:hover .icon6 {
  background-image: url(../img/y-tousu-white.png);
}
.s_silde li .icon7 {
  background-image: url(../img/comment.png);
}
.s_silde li:hover .icon7 {
  background-image: url(../img/comment-white.png);
}
.s_silde li .icon8 {
  background-image: url(../img/back-top.png);
}
.s_silde li:hover .icon8 {
  background-image: url(../img/back-top-white.png);
}/*# sourceMappingURL=index.css.map */