@charset "UTF-8";
/* 定义flex布局 */
/* 定义flex布局 是横向还是纵向布局 */
/*定义flex 超出换行*/
.rank-top {
  width: var(--n);
  height: 60px;
  background-color: #00a09f;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.rank-top .rank-top-center {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.rank-top .rank-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  position: absolute;
  font-size: 14px;
  margin-right: 40px;
  right: 40px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.rank-top .rank-top-right .rank-top-right-image {
  width: 30px;
  height: 26px;
  margin-bottom: 5px;
}

.rank-top-image {
  width: var(--n);
  height: 300px;
}

.lists {
  width: var(--n);
}
.lists .lists-center {
  width: 1200px;
  height: 199px;
  margin: 25px auto;
  background-color: #fafbfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lists .lists-center .lists-center-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lists .lists-center .lists-center-left .lists-center-left-center {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.lists .lists-center .lists-center-left .lists-center-left-title {
  font-size: 20px;
  margin-top: 20px;
}

.spread {
  width: var(--n);
}
.spread .spread-center {
  width: 1200px;
  margin: 0 auto;
  background-color: #fafbfc;
}
.spread .spread-center .spread-center-top {
  height: 155px;
  border-bottom: 1px dashed #00a09f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.spread .spread-center .spread-center-top .spread-center-top-left {
  font-size: 26px;
  color: #00a09f;
  font-weight: bold;
}
.spread .spread-center .spread-center-top .spread-center-top-right {
  position: relative;
  margin-top: 10px;
}
.spread .spread-center .spread-center-top .spread-center-top-right::after {
  content: "(点击专业可切换)";
  position: absolute;
  right: -120px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  color: #00a09f;
}
.spread .spread-center .spread-center-top .spread-center-top-right:hover .spread-center-top-right-right-text {
  height: 32px;
}
.spread .spread-center .spread-center-top .spread-center-top-right .spread-center-top-right-left {
  width: 120px;
  height: 30px;
  color: #fff;
  font-size: 16px;
  background-color: #00a09f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}
.spread .spread-center .spread-center-top .spread-center-top-right .spread-center-top-right-right {
  position: absolute;
  z-index: 999;
  top: 30px;
  width: 120px;
  background-color: #00a09f;
  color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.spread .spread-center .spread-center-top .spread-center-top-right .spread-center-top-right-right-text {
  height: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #FFF;
}
.spread .spread-center .spread-center-top .spread-center-top-right .spread-center-top-right-right-text:hover {
  background-color: #fff;
  color: #00a09f;
}
.spread .spread-center .spread-center-top .spread-center-top-bottom {
  font-size: 14px;
  color: #00a09f;
  margin-top: 10px;
}
.spread .spread-center .fan {
  height: 375px;
  border-bottom: 1px dashed #00a09f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.spread .spread-center .fanOne {
  height: 375px;
}

.rank-bottom {
  margin-top: 60px;
  width: var(--n);
  background-color: #fafbfc;
  border-bottom: 1px solid #eeeeee;
}
.rank-bottom .rank-bottom-center {
  padding-top: 40px;
  width: 1200px;
  margin: 0 auto;
}
.rank-bottom .rank-bottom-center .rank-bottom-center-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.rank-bottom .rank-bottom-center .rank-bottom-center-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
  padding-bottom: 40px;
}
.rank-bottom .rank-bottom-center .rank-bottom-center-lists .rank-bottom-center-lists-image {
  width: 144px;
  height: 144px;
}
.rank-bottom .rank-bottom-center .rank-bottom-center-lists .rank-bottom-center-lists-title {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.rank-bottom-bottom {
  width: var(--n);
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fafbfc;
  font-size: 14px;
}

.content {
  width: var(--n);
  background-color: #f8f8f8;
}
.content .content-center {
  width: 1200px;
  height: 45px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #999999;
}

.fill-in {
  width: var(--n);
}
.fill-in .fill-in-center {
  width: 1160px;
  height: 667px;
  margin: 70px auto;
  padding: 40px 20px;
  background-color: #fff;
}
.fill-in .fill-in-center .fill-in-center-title {
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.fill-in .fill-in-center .fill-in-write {
  width: 1160px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #00a09f;
  border-radius: 10px;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-top {
  width: 1120px;
  padding: 20px;
  background-color: #00a09f;
  border-radius: 10px 10px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 0;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-left {
  width: 100px;
  text-align: right;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-rights {
  width: 860px;
  height: 34px;
  padding-left: 25px;
  border: 1px solid #00a09f;
  border-radius: 6px;
  margin-left: 25px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-right {
  width: 833px;
  height: 34px;
  padding-left: 25px;
  border: 1px solid #00a09f;
  border-radius: 6px;
  margin-left: 25px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-right-input {
  width: 803px;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-right-btn {
  width: 60px;
  height: 34px;
  background-color: #00a09f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-right-btn-code {
  width: 105px;
  height: 34px;
  background-color: #00a09f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-upload {
  margin-left: 25px;
  position: relative;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-upload::after {
  content: "成绩截图仅为验证真实性，个人隐私信息可打码";
  width: 500px;
  font-size: 12px;
  color: #999999;
  position: absolute;
  bottom: -20px;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-upload .fill-in-write-from-select-upload-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-upload .fill-in-write-from-select-upload-btn .fill-in-upload-btn {
  width: 90px;
  height: 30px;
  background-color: #00a09f;
  font-size: 14px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  border: none;
}
.fill-in .fill-in-center .fill-in-write .fill-in-write-from .fill-in-write-from-select-upload .fill-in-write-from-select-upload-btn .fill-in-upload-title {
  color: #999999;
  margin-left: 10px;
  font-size: 14px;
}

.submit {
  width: 420px;
  height: 35px;
  background-color: #00a09f;
  color: #fff;
  border: none;
  position: relative;
  margin-top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 6px;
}

.fill-in-bottom {
  margin-top: 15px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}

.unit {
  width: var(--n);
}
.unit .unit-top {
  width: 400px;
  height: 35px;
  background-color: #00a09f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  margin: 25px auto;
  border-radius: 6px;
}
.unit .unit-center {
  width: 1200px;
  margin: 0 auto;
}
.unit .unit-center .unit-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  background-color: #fff;
}
.unit .unit-center .unit-center-top .unit-center-top-left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  position: relative;
}
.unit .unit-center .unit-center-top .unit-center-top-left-line::after {
  position: absolute;
  content: "";
  top: 40px;
  width: 400px;
  height: 1px;
  background-color: #00a09f;
}
.unit .unit-center .unit-center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-left {
  width: 1000px;
  height: 700px;
  overflow: scroll;
  scrollbar-width: 1px;
  scroll-behavior: smooth;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-left::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-left .unit-center-bottom-left-top {
  display: block;
  background-color: #eeeeee;
  padding: 20px;
  font-size: 18px;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-left .unit-center-bottom-left-lists {
  padding: 20px;
  font-size: 16px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-left .unit-center-bottom-left-lists .unit-center-bottom-left-lists-more {
  width: 10px;
  height: 10px;
  border-color: #999999;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-left .unit-center-bottom-left-lists:hover {
  color: #00a09f;
}
.unit .unit-center .unit-center-bottom .unit-center-bottom-right {
  width: 200px;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  line-height: 30px;
  background-color: #f5f5f5;
}

.query-title {
  width: var(--n);
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #00a09f;
  font-size: 14px;
}

.query {
  width: var(--n);
  padding-bottom: 80px;
}
.query .query-center {
  width: 1080px;
  margin: 0 auto;
  padding: 20px 60px 40px 60px;
  background-color: #fafbfc;
  border-radius: 10px 10px 0 0;
}
.query .query-center .query-cneter-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}
.query .query-center .query-center-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
}
.query .query-center .query-center-lists .query-center-lists-item {
  width: 500px;
  height: 152px;
  background: url("../image/ranking/PMBJ.png") no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.query .query-center .query-center-lists .query-center-lists-item .query-center-lists-item-top {
  font-size: 14px;
}
.query .query-center .query-center-lists .query-center-lists-item .query-center-lists-item-wirte {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.query .query-center .query-center-lists .query-center-lists-item .query-center-lists-item-wirte span {
  letter-spacing: 5px;
}
.query .query-center .query-center-lists .query-center-lists-item .query-center-lists-item-red {
  font-size: 14px;
  font-weight: bold;
  color: #a00000;
  margin-top: 10px;
}
.query .query-center .query-center-lists .query-center-lists-item .query-center-lists-item-all {
  font-size: 14px;
  margin-top: 10px;
}
.query .query-center .query-center-bottom-title {
  font-size: 18px;
  color: #00a09f;
  margin-top: 40px;
  text-align: center;
  font-weight: bold;
}
.query .query-center .query-center-bottom-text {
  color: #00a09f;
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
}
.query .query-center .query-center-btn {
  width: 153px;
  height: 30px;
  margin: 0 auto;
  background-color: #00a09f;
  margin-top: 50px;
  color: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}

.query-popup {
  width: var(--n);
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
.query-popup .query-popup-center {
  width: 450px;
  height: 700px;
  position: relative;
}
.query-popup .query-popup-center .query-popup-center-image {
  width: 450px;
  height: 700px;
  -o-object-fit: contain;
     object-fit: contain;
}
.query-popup .query-popup-center .query-popup-center-close {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.berore-top {
  width: var(--n);
}
.berore-top .berore-top-center {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100px;
}
.berore-top .berore-top-center .berore-top-center-left {
  width: 500px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #00a09f;
  font-size: 14px;
  border-radius: 6px;
}
.berore-top .berore-center {
  width: 1150px;
  padding: 40px 25px;
  background-color: #fff;
  margin: 0 auto;
}
.berore-top .berore-center .berore-center-title {
  font-size: 26px;
  line-height: 26px;
  color: #00a09f;
  font-weight: bold;
  text-align: center;
}
.berore-top .berore-center .berore-center-text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 16px;
  color: #666666;
  text-align: center;
}
.berore-top .berore-center .table-container {
  background: url("../image/ranking/SY.png"); /* 水印图片路径 */
  background-repeat: 100% 100%;
  position: relative;
}
.berore-top .berore-center .table-container::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  background: url("../image/ranking/SY.png"); /* 水印图片路径 */
  background-repeat: 100% 100%;
}
.berore-top .berore-center .data-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.berore-top .berore-center .data-table th,
.berore-top .berore-center .data-table td {
  padding: 15px 0;
  text-align: center;
  border: 1px solid #00a09f;
  font-size: 14px;
}
.berore-top .berore-center .data-table th {
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

.school {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #999999;
  margin-bottom: 25px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.school .school-image {
  width: 21px;
  height: 21px;
  margin-left: 20px;
}
.school .school-input {
  width: 1100px;
  height: 50px;
  margin-left: 20px;
}

.berore-top-center-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.berore-top-center-top .berore-top-center-right {
  width: 500px;
  height: 40px;
  background-color: #00a09f;
  margin: 30px;
  font-size: 14px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
}

.market {
  position: relative;
}
.market .market-border {
  border-bottom: 1px solid #eeeeee;
}
.market .market-lists {
  display: none;
}
.market .market-title {
  height: 40px;
  font-size: 16px;
  padding-left: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.market .market-title:hover {
  color: #00a09f;
}