* {
  box-sizing: border-box;
}

body {
  background: rgb(246, 249, 251);
  line-height: normal;
}
a:hover {
  text-decoration: none;
}
.banner {
  height: 520px;
  background: url(./images/banner_bg.png) center top no-repeat;
}

.banner .banner-content {
  display: flex;
  justify-content: space-between;
}

.banner .banner-content .banner-left {
  font-size: 56px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin: 158px 0px;
}

.banner .banner-content .banner-left .desc {
  font-weight: normal;
  font-size: 18px;
  margin-top: 25px;
}

.banner .banner-content .banner-right {
  width: 291px;
  height: 460px;
  background: rgba(255, 255, 255, 0.9);
  margin: 30px 0px;
  padding: 16px;
  border-radius: 12px;
}

.banner .banner-content .banner-right .banner-right-top .top-title,
.banner .banner-content .banner-right .banner-right-bottom .title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  position: relative;
  padding-left: 10px;
}

.banner .banner-content .banner-right .banner-right-top .top-content-allNum {
  height: 80px;
  color: rgb(255, 255, 255);
  background: url(./images/allNum_bg.png) no-repeat;
  border-radius: 8px;
  margin: 10px 0px;
  padding: 13px 0px 13px 64px;
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-allNum
  .num {
  font-size: 24px;
  font-weight: bold;
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-allNum
  .num
  .unit {
  font-size: 14px;
  font-weight: normal;
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-allNum
  .desc {
  font-size: 14px;
  line-height: 20px;
}

.banner .banner-content .banner-right .banner-right-top .top-content-item {
  display: flex;
  flex-wrap: wrap;
  height: 140px;
  margin-bottom: 11px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 10px 20px;
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num {
  width: 50%;
  font-size: 20px;
  font-weight: 600;
  color: rgb(230, 0, 0);
  text-align: center;
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:first-child,
.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:nth-child(3) {
  border-right: 1px solid rgb(230, 230, 230);
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:first-child,
.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:nth-child(2) {
  padding-bottom: 8px;
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:last-child,
.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:nth-child(3) {
  padding-top: 8px;
  border-top: 1px solid rgb(230, 230, 230);
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:first-child,
.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num:nth-child(3) {
  border-right: 1px solid rgb(230, 230, 230);
}

.banner
  .banner-content
  .banner-right
  .banner-right-top
  .top-content-item
  .red-num
  .tit {
  font-size: 14px;
  font-weight: 500;
  color: rgb(144, 151, 159);
}

.banner .banner-content .banner-right .banner-right-top .top-title,
.banner .banner-content .banner-right .banner-right-bottom .title {
  font-size: 18px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  position: relative;
  padding-left: 10px;
}

.banner .banner-content .banner-right .banner-right-top .top-title::after,
.banner .banner-content .banner-right .banner-right-bottom .title::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 3px;
  height: 16px;
  background: rgb(230, 0, 0);
}

.banner .banner-content .banner-right .bottom-content-item .item-btn {
  display: block;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  width: 260px;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  margin: 10px 0px;
}

.banner .banner-content .banner-right .bottom-content-item .btn1 {
  color: rgb(230, 0, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(230, 0, 0);
  border-image: initial;
  background: rgb(255, 235, 241);
}

.banner .banner-content .banner-right .bottom-content-item .btn2 {
  color: rgb(255, 255, 255);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(230, 0, 0);
  border-image: initial;
  background: rgb(230, 0, 0);
}
.banner .banner-content .banner-right .bottom-content-item .btn2 .newiconfont {
  margin-right: 10px;
}
.banner .banner-content .banner-right .bottom-content-notice {
  display: flex;
  align-items: center;
  color: #686868;
  font-size: 12px;
  height: 16px;
  overflow: hidden;
}

.banner .banner-content .banner-right .bottom-content-notice .newiconfont {
  margin-right: 5px;
  font-size: 10px;
}
.list-box .tab-box {
  border-bottom: 1px solid rgb(144, 151, 159);
  display: flex;
  margin: 16px 0px;
  align-items: center;
  justify-content: space-between;
}
.list-box .tab-box a{
 font-size: 16px;
}
.list-box .tab-list {
  display: flex;
  /* border-bottom: 1px solid rgb(144, 151, 159);
  margin: 16px 0px; */
}

.list-box .tab-list .tab {
  font-size: 24px;
  font-weight: 500;
  color: rgb(144, 151, 159);
  margin-right: 60px;
  cursor: pointer;
  padding: 18px 0px;
}

.list-box .tab-list .tab.current {
  color: rgb(51, 51, 51);
  border-bottom: 2px solid rgb(230, 0, 0);
}

.list-box .nav-list .list-items {
  display: flex;
  background: linear-gradient(rgb(234, 244, 254) 0%, rgb(239, 244, 251) 100%);
  padding: 16px 16px 16px 0px;
  border-radius: 12px;
}

.list-box .nav-list .list-items .items-box .item.current {
  color: rgb(230, 0, 0);
  background: rgb(255, 255, 255);
  border-left: 3px solid rgb(230, 0, 0);
}

.list-box .nav-list .list-items .items-box .item {
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 160px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(51, 51, 51);
  cursor: pointer;
}

.list-box .nav-list .list-items .items-box .item .newiconfont {
  margin-right: 6px;
}

.list-box .nav-list .list-items .nav-list-child .hd {
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 18px 16px;
}

.list-box .nav-list .list-items .nav-list-child .hd .tit-more .tit {
  font-size: 18px;
  font-weight: 600;
  color: rgb(51, 51, 51);
  padding-left: 15px;
  position: relative;
}

.list-box .nav-list .list-items .nav-list-child .hd .tit-more .tit::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 3px;
  height: 16px;
  background: rgb(230, 0, 0);
}

.list-box .nav-list .list-items .nav-list-child .hd .tit-more .more {
  font-size: 16px;
  color: rgb(144, 151, 159);
}

.list-box .nav-list .list-items .nav-list-child .hd .shop-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-box .nav-list .list-items .nav-list-child .hd .shop-list .shop-item {
  width: 488px;
  height: 170px;
  margin-top: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(230, 230, 230);
  border-image: initial;
  border-radius: 4px;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link {
  color: rgb(51, 51, 51);
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 16px;
}
.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link:hover
  .shop-content
  .shop-info
  .shop-title {
  color: #e60000;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .shop-title {
  font-size: 18px;
  font-weight: 600;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .shop-xingji {
  display: block;
  width: 72px;
  height: 14px;
  margin: 8px 0px;
  background: url(./images/sc-tubiao.png) no-repeat;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .xingj-one {
  background-position: -143px -170px;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .xingj-two {
  background-position: -143px -1px;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .xingj-three {
  background-position: -143px -36px;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .xingj-four {
  background-position: -143px -77px;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .xingj-five {
  background-position: -143px -126px;
}
.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .shop-icon {
  width: 72px;
  height: 14px;
  margin: 8px 0px;
}
.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .shop-category {
  height: 38px;
}
.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-info
  .shop-address {
  color: rgb(144, 151, 159);
  font-size: 14px;
  margin-top: 5px;
}

.list-box
  .nav-list
  .list-items
  .nav-list-child
  .hd
  .shop-list
  .shop-item
  .shop-link
  .shop-content
  .shop-img
  .img {
  width: 177px;
  height: 133px;
  border-radius: 4px;
}

.authent-box {
  display: flex;
  justify-content: space-between;
  margin: 16px 0px;
}

.authent-box .authent-items {
  width: 390px;
  height: 320px;
  background: rgb(255, 255, 255);
  border-radius: 12px;
}

.authent-box .authent-items .top-content {
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url(./images/authent_bg.png) center top no-repeat;
  border-radius: 12px 12px 0px 0px;
  padding: 17px;
}

.authent-box .authent-items .top-content .title-box .tit {
  font-size: 24px;
  font-weight: bold;
}

.authent-box .authent-items .top-content .title-box .desc {
  font-size: 14px;
  color: rgb(144, 151, 159);
  margin-top: 6px;
  width: 162px;
}

.authent-box .authent-items .top-content .authent-link {
  width: 72px;
  height: 28px;
  color: rgb(255, 255, 255);
  text-align: center;
  line-height: 28px;
  margin-left: 30px;
  border-radius: 4px;
  background: linear-gradient(90deg, rgb(230, 0, 0) 0%, rgb(246, 77, 26) 100%);
}

.authent-box .authent-items .bottom-content {
  display: flex;
  padding: 29px 18px;
}

.authent-box .authent-items .bottom-content .process-number {
  margin-right: 16px;
}

.authent-box .authent-items .bottom-content .process-number .one,
.authent-box .authent-items .bottom-content .process-number .two,
.authent-box .authent-items .bottom-content .process-number .three {
  width: 23px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  border-radius: 4px;
  background: rgb(54, 98, 236);
}

.authent-box .authent-items .bottom-content .process-number .line {
  height: 58px;
  width: 0px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(54, 98, 236);
  border-image: initial;
  margin: 10px auto;
}

.authent-box .authent-items .bottom-content .process-number .line1 {
  height: 35px;
  width: 0px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(54, 98, 236);
  border-image: initial;
  margin: 10px auto;
}

.authent-box
  .authent-items
  .bottom-content
  .process
  .process-item:nth-child(2) {
  margin: 25px 0px;
}

.authent-box
  .authent-items
  .bottom-content
  .process
  .process-item
  .top-tit
  .tit {
  font-size: 16px;
  font-weight: 500;
}

.authent-box
  .authent-items
  .bottom-content
  .process
  .process-item
  .top-tit
  .desc {
  color: rgb(54, 98, 236);
  margin-left: 10px;
  padding: 2px 6px;
  background: rgb(239, 239, 252);
  border-radius: 2px;
}

.authent-box .authent-items .bottom-content .process .process-item .tips {
  font-size: 14px;
  color: rgb(144, 151, 159);
  margin-top: 8px;
}

.module .market {
  width: 880px;
  height: 280px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  padding: 18px 0px 18px 16px;
}
.module .market .more a {
  margin-right: 18px;
  font-size: 16px;
  color: #90979f;
}
.module .market .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

.module .market .market-list {
  display: flex;
  justify-content: space-between;
}

.module .market .market-list .list-item {
  width: 200px;
}

.module .market .market-list .list-item a .img {
  border-radius: 8px;
}

.module .market .market-list .list-item a .title {
  font-size: 14px;
  margin-top: 10px;
  color: rgb(51, 51, 51);
  font-weight: normal;
}

.module .market .market-list .list-item a .title:hover {
  color: rgb(230, 0, 0);
}

.module .new-entry {
  width: 304px;
  height: 280px;
  border-radius: 12px;
  background: rgb(255, 255, 255);
  padding: 16px;
}
.module .new-entry .more a {
  font-size: 16px;
  color: #90979f;
}
.module .new-entry .title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 6px;
}

.module .new-entry .new-entry-list .list-item {
  padding: 10px 0px;
}

.module .new-entry .new-entry-list .list-item:nth-child(2) {
  border-top: 1px solid rgb(216, 216, 216);
  border-bottom: 1px solid rgb(216, 216, 216);
}

.module .new-entry .new-entry-list .list-item .top-content {
  display: flex;
}

.module .new-entry .new-entry-list .list-item .top-content .address {
  color: rgb(54, 98, 236);
  text-align: center;
  font-size: 14px;
  margin-right: 10px;
  width: 90px;
  border-radius: 4px;
  padding: 2px 0px;
  background: rgba(54, 98, 236, 0.1);
}

.module .new-entry .new-entry-list .list-item .top-content .tit {
  font-size: 16px;
  font-weight: 600;
  color: rgb(51, 51, 51);
}
.module .new-entry .new-entry-list .list-item .top-content .tit:hover {
  color: #e60000;
}
.module .new-entry .new-entry-list .list-item .bottom-tips {
  font-size: 14px;
  color: rgb(144, 151, 159);
  margin-top: 10px;
}

.nominate-shop {
  height: 855px;
  border-radius: 12px;
  background: #ffffff;
  margin: 16px 0 30px;
  padding: 16px;
}

.nominate-shop .title-more .tit {
  font-size: 24px;
  font-weight: 500;
}

.nominate-shop .title-more .more {
  font-size: 16px;
  color: #90979f;
}

.nominate-shop .nominate-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nominate-shop .nominate-list .item {
  border: 1px solid #e6e6e6;
  width: 378px;
  height: 158px;
  border-radius: 8px;
  background: linear-gradient(180deg, #eaf3fe 0%, rgba(255, 255, 255, 0) 100%);
  padding: 16px;
  margin-top: 16px;
  font-size: 14px;
}

.nominate-shop .nominate-list .item .tit {
  font-size: 18px;
  font-weight: 600;
}

.nominate-shop .nominate-list .item .desc {
  color: #90979f;
  margin: 8px 0 16px;
  height: 40px;
}

.nominate-shop .nominate-list .item .bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #90979f;
}

.nominate-shop .nominate-list .item .bottom-content .btn {
  width: 88px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #e60000;
  color: #e60000;
  text-align: center;
  line-height: 34px;
}

.nominate-shop .link-btn {
  width: 228px;
  height: 50px;
  border-radius: 4px;
  display: block;
  margin: 30px auto;
  border: 1px solid #e60000;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  color: #e60000;
}

.footer-submit {
  text-align: center;
  background: url(./images/form_bg.png) no-repeat top center;
  height: 200px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.footer-submit .tit {
  font-size: 32px;
  font-weight: bold;
  padding-top: 30px;
}

.footer-submit .submit-btn {
  width: 255px;
  height: 54px;
  border-radius: 4px;
  display: block;
  background: #e60000;
  margin: 10px auto;
  line-height: 54px;
  color: #fff;
}
.foot {
  margin-top: 0 !important;
}
.sousuo {
  height: auto;
}
