.el-c-20 {
  width: 285px;
  /* float: left; */
  /* padding-left: 10px;
  padding-right: 10px; */
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.market-s-c {
  /* margin-left: -10px;
  margin-right: -10px; */
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: grid;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(auto-fill, 285px);
  grid-gap: 10px;
}

.market-s-c * {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

/* .market-s-c:after, .market-s-c:before {
    display: table;
    content: "";
}
.market-s-c:after{
    clear: both;
} */
.market-content {
  padding: 20px 0px;
}

.market-content .content {
  width: 1200px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.cursor-p {
  cursor: pointer;
}

.w-100 {
  width: 100%;
}

.padding-15 {
  padding: 15px;
}

.scene-market-c .border-none {
  border: none;
}

.h-40 {
  height: 40px;
}

.line-h20 {
  line-height: 20px;
}

.line-h30 {
  line-height: 30px;
}

.padding-20 {
  padding: 20px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-13 {
  margin-bottom: 13px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.overflow-y-a {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.overflow-y-a.overflow-y-a-1 {
  -webkit-line-clamp: 1;
}

.font-s12 {
  font-size: 12px !important;
}

.font-s14 {
  font-size: 14px !important;
}

.font-s16 {
  font-size: 16px !important;
}

.font-s18 {
  font-size: 18px !important;
}

.font-s20 {
  font-size: 20px !important;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.scene-market-c .color-white {
  color: #fff;
}

.scene-market-c .color-primary {
  color: #2376EB;
}

.scene-market-c .color-gray {
  color: #909399;
}

.scene-market-c .bg-success {
  background: #29CC96;
}

.scene-market-c .bg-primary {
  background: #2376EB;
}

.scene-market-c .bg-info {
  background: #91BBF5;
}

.scene-market-c .bg-white {
  background: #fff;
}

.flex {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

.overflow-h {
  overflow: hidden;
}

.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.justify-c-between {
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-i-c {
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.account-card {
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #ebeef5;
  height: auto;
  overflow: hidden;
  padding: 0;
}

.account-card:hover {
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.15);
}

.scene-img img {
  width: 100%;
  display: block;
}

.g-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.scene-market-c .g-footer .bg-img {
  width: 100%;
  display: block;
}

.scene-market-c .g-footer .cus-btn {
  border-color: #fff;
  background: #fff;
}

.scene-market-c .g-footer .cus-btn:hover {
  opacity: 0.7;
}

.banner-box {
  height: 260px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: url("../images/bg1@2x.png") no-repeat center;
  padding: 70px 0px 88px 0px;
  -o-background-size: cover;
     background-size: cover;
}

.banner-w {
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 1200px;
  margin: 0 auto;
}

.sz-js {
  font-size: 32px;
}

.scene-market-c .active-btn {
  color: #2376eb;
  border-color: #bdd6f9;
  background-color: #e9f1fd;
}

.scene-market-c .rank-btn:nth-child(1) {
  border-radius: 4px 0 0 4px;
}

.scene-market-c .rank-btn:nth-child(2) {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.scene-market-c .rank-btn:nth-child(3) {
  border-radius: 0 4px 4px 0;
}

.scene-market-c .rank-btn {
  padding: 9px 24px;
}

.over-h-t {
  overflow: hidden;
  height: 28px;
}

.search-ipt {
  width: 600px;
  background: #FFFFFF;
  border-radius: 4px 0px 0px 4px;
  font-size: 16px;
  -webkit-appearance: none;
  background-image: none;
  border: 1px solid #dcdfe6;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #606266;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  vertical-align: middle;
}
.search-ipt::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #909399;
}
.search-ipt:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #909399;
}
.search-ipt:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #909399;
}

.el-tag {
  background-color: #ecf5ff;
  display: inline-block;
  font-size: 12px;
  color: #409eff;
  border: 1px solid #d9ecff;
  border-radius: 4px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  white-space: nowrap;
  height: 22px;
  padding: 0 8px;
  line-height: 22px;
}

.v-middle {
  vertical-align: middle;
}

.scene-market-c .search-btn {
  height: 40px;
  vertical-align: middle;
  background: #2376EB;
  border-radius: 0px 4px 4px 0px;
  border: none;
}

.img-w14 {
  width: 14px;
}

.scene-market-c button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  outline: none;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 14px;
  border-radius: 4px;
  padding: 12px 20px;
}

.scene-market-c button[disabled] {
  cursor: not-allowed;
}

.scene-market-c button:hover {
  opacity: 0.7;
}

.scene-market-c button.small-btn {
  padding: 9px 15px;
}

.scene-market-c button.mini-btn {
  padding: 6px 15px;
}

.scene-market-c button img {
  width: 16px;
  vertical-align: middle;
}

.m-style {
  position: relative;
  text-align: center;
  zoom: 1;
}

.m-style:before,
.m-style:after {
  content: "";
  display: table;
}

.m-style:after {
  clear: both;
  overflow: hidden;
}

.m-style span {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  color: #bdbdbd;
  font-size: 14px;
}

.m-style .active {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #2376EB;
  color: #fff;
  font-size: 14px;
  border: 1px solid #2376EB;
}

.m-style a {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
}

.m-style a:hover {
  color: #fff;
  background: #2376EB;
}

.m-style .next,
.m-style .prev {
  font-family: "Simsun";
  font-size: 16px;
  font-weight: bold;
}

.now,
.count {
  padding: 0 5px;
  color: #f00;
}

.eg img {
  max-width: 800px;
  min-height: 500px;
}

.m-style input {
  float: left;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #bdbdbd;
  font-size: 14px;
}

.s-m-banner.top-baner-wrap {
  background-image: url(../images/bg@2x.png);
  height: 410px;
  padding: 20px 0 40px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: #F5F7FA;
}
.s-m-banner .w-230 {
  width: 230px;
}
.s-m-banner .f-l-img img {
  height: 350px;
}
.s-m-banner .f-r-t {
  padding: 0 15px 20px;
  width: 285px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.s-m-banner .f-r-t > p {
  border-bottom: 1px solid #EBEEF5;
  height: 40px;
  line-height: 42px;
}
.s-m-banner .f-r-t li {
  margin-top: 20px;
}
.s-m-banner .f-r-t li img {
  height: 18px;
}

.s-t-content {
  height: 145px;
}
.s-t-content .font-s30 {
  font-size: 30px;
}
.s-t-content .content {
  width: 1200px;
  margin: 0 auto;
}
.s-t-content .ts-box {
  text-align: center;
  margin: 20px 0;
  line-height: 40px;
}
.s-t-content .t-ts {
  font-size: 24px;
  margin-right: 15px;
  vertical-align: top;
}
.s-t-content .t-nmb {
  font-size: 40px;
  font-weight: 500;
  margin-right: 6px;
}
.s-t-content .qs-img {
  height: 14px;
}

.s-btn-group {
  border-bottom: 1px solid #EBEEF5;
}

.active-g-btn {
  color: #2376eb;
}

.total-s-p {
  line-height: 38px;
}

.rank-btn-n {
  padding: 9px 0;
  margin-right: 40px;
}