#pager {
  padding: 0;
  float: left;
  margin: 10px;
  width: 400px;
  height: 30px;
}
#pager li {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px 0 3px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
}
.pagerBtn {
  color: #333;
  background: white;
  border: 1px solid #dadada;
}
.pagerBtn:hover {
  background: rgb(201, 201, 255);
}
.pagerChoosed {
  color: #fff;
  background: deepskyblue;
  border: 1px solid #00b9cc;
}
.pagerOmit {
  color: #333;
  background: #f9f9f9;
  border: 1px solid #dadada;
}
.pagingq {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: flex-end;
}
.marketxqbg {
  position: absolute;
  width: 100%;
  height: 200px;
  background: linear-gradient(90deg, #2f76f1 0%, #16d4c9 100%),
    linear-gradient(90deg, #2f69ff 0%, #16c8d4 100%);
}
.marketxq {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 500px;
}

.marketxq .marketxq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.marketxq-tab {
  display: flex;
  height: 50px;
  align-items: center;
}
.marketxq-tab > div {
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 10px;
}
.marketxq-tab .marketxq-tabpitch {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
.marketxq-box {
  background: #ffffff;
  border-radius: 4px;
}
.marketxq-box1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 40px 40px;
  width: 1200px;
  min-height: 303px;
  height: auto;
}
.marketxq-box1-lfte {
  width: 600px;
  height: 230;
}
.marketxq-box1-rigin {
  width: 420px;
  height: auto;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
}

.box1-lfte {
  border-bottom: 1px solid rgb(236, 235, 235);
  padding: 10px 0;
}
.box1-lfte-tit {
  font-weight: 700;
  font-size: 20px;
  color: #000000;
  margin-bottom: 16px;
}
.box1-lfte-cten {
  display: flex;
}
.box1-lfte-cten-key {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.box1-lfte-cten-value {
  font-weight: 400;
  font-size: 14px;
}

.marketxq-count {
  width: 420px;
  height: 114px;
  background: linear-gradient(87.04deg, #67a0f8 0%, #306fee 99.44%);
  border-radius: 4px 4px 0px 0px;
  padding: 20px;
}
.marketxq-count-h {
  display: flex;
  align-items: center;
}
.marketxq-countType {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
.marketxq-count-sfm span {
  font-size: 14px;
  color: #fff;
}
.marketxq-count-sfm span:nth-child(2n) {
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 700;
  color: #5590f5;
  margin: 0 5px;
}
.marketxq-offer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.marketxq-offer-right {
  width: 116px;
  height: 36px;
  background: linear-gradient(103.07deg, #ff9851 13.61%, #ff6e34 94.13%),
    linear-gradient(90deg, #0dbf99 4.55%, #1edcb9 100%);
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.marketxq-offer-left-text {
  display: flex;
  align-items: center;
}
.marketxq-offer-left-text > span:nth-child(1) {
  font-size: 14px;
  color: #666666;
}
.marketxq-offer-left-text > span:nth-child(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  color: #f54337;
  margin: 0 5px;
}
.marketxq-box2 {
  display: flex;
  align-items: center;
  padding: 0 17px;
  width: 1200px;
  height: 80px;
  margin: 20px 0;
  justify-content: space-between;
}
.marketxq-box2 .marketxq-box2bt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 54px;
  height: 54px;
  /* 主色蓝 */
  background: #2f76f1;
  border-radius: 4px;
  position: relative;
}
.marketxq-box2 > .marketxq-box2bt::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #2f76f1;
  border-radius: 1px;
  transform: rotate(45deg);
  right: -5px;
  top: 22px;
}
.marketxq-box2 .marketxq-box2bt > div {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.marketxq-box2lc {
  display: flex;
  align-items: center;
  padding: 0px;
  width: 12.5%;
  height: 44px;
  position: relative;
  /* margin: 0 0 0 26px; */
}
.marketxq-box2lc-top {
  font-weight: 400;
  font-size: 12px;
  color: #6a7382;
  margin-bottom: 5px;
}
.marketxq-box2lc-btm {
  font-weight: 400;
  font-size: 14px;
  color: #383f4a;
}
.marketxq-box3 {
  padding: 0 24px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.marketxq-box3-tab {
  display: flex;
  margin: 0 0 26px 0;
}
.marketxq-box3-tab-son {
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 56px;
  cursor: pointer;
}
.marketxq-box3-tab .sonactive {
  border-bottom: 3px solid #2f76f1;
  color: #2f76f1;
  font-weight: 700;
}
.notice {
  margin: 16px 0;
  padding: 16px 0;
}
.notice table {
  width: 100%;
  border: 1px solid #edf0f5;
}
.notice table th {
  background-color: #f2f5f7;
  height: 44px;
  line-height: 44px;
  color: #6A7382;
}
.notice table td {
  background-color: #fff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #6A7382;
}
.notice .trColor:nth-child(2n + 1) td {
  background-color: #fafbfc !important;
  height: 44px;
  line-height: 44px;
  text-align: center;
}
.notice .notice-tit {
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  font-size: 20px;
  position: relative;
  padding-left: 26px;
  margin-bottom: 28px;
}
.notice .notice-tit::before {
  content: '';
  position: absolute;
  width: 8.5px;
  height: 8.5px;
  left: 0px;
  top: 6px;
  background: linear-gradient(153.43deg, #679fff 16.67%, rgba(255, 255, 255, 0) 100%);
}
.notice .notice-tit::after {
  content: '';
  position: absolute;
  width: 8.5px;
  height: 8.5px;
  left: 3px;
  top: 10px;
  background: linear-gradient(153.43deg, #679fff 16.67%, rgba(255, 255, 255, 0) 100%);
}
.notice-hint {
  font-size: 12px;
  color: #666666;
  margin: 16px 0;
}
.notice-from {
  width: 100%;
  height: 44px;
  text-align: center;
  line-height: 44px;
  display: flex;
}
.notice-from div:nth-child(2n + 1) {
  width: 150px;
  background-color: #fafbfc;
  border: 1px solid #edf0f5;
}
.notice-from div:nth-child(2n) {
  width: 426px;
  border: 1px solid #edf0f5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jxtable-msg {
  width: 100%;
  height: 80px;
  display: flex;
  padding: 12px;
  border: 1px solid #edf0f5;
}
.jxtable-msgson {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.notice h3 {
  font-weight: 700;
  font-size: 16px;
}
/* 弹窗 */

.jxsucceed,
.jxlose {
  display: none;
  position: absolute;
  z-index: 1003;
  overflow: auto;
  width: 480px;
  height: 136px;
  left: calc(50% - 480px / 2);
  top: 540px;
  background: #ffffff;
  /* 投影/向下 */
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding-top: 30px;
}
.jxsucceedoperation {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.jxsucceedcancel {
  height: 32px;
  background: #ffffff;
  border: 1px solid #ccd4e0;
  border-radius: 4px;
  padding: 0 12px;
  line-height: 32px;
  margin-right: 20px;
  cursor: pointer;
}
.jxsucceedconfirm {
  padding: 0 12px;
  height: 32px;
  /* 主色蓝 */
  background: #2f76f1;
  border-radius: 4px;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
.Dialog_content .jxpoptit {
  width: 800px;
  height: 66px;
  background: linear-gradient(180deg, #c6e2ff 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Dialog_content1 .jxpoptit1 {
  width: 1000px;
  height: 66px;
  background: linear-gradient(180deg, #c6e2ff 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.Dialog_content .jxpoptit div {
  color: #2f76f1;
  font-size: 20px;
}
.jxclose {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  color: #000;
  font-size: 26px;
  cursor: pointer;
}
.jxclose1 {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  color: #000;
  font-size: 26px;
}
.jxpopcent {
  width: 688px;
  height: 284px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #606266;
  overflow-y: auto;
}
.jxpopcent1 {
  width: 908px;
  height: 284px;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #606266;
  overflow-y: auto;
}

.jxpopOperation {
  width: 800px;
  height: 126px;
}
.jxpopOperation1,
.jxpopOperation2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jxpopOperation1 {
  height: 70%;
}
.jxpopOperation2 {
  height: 30%;
}
.jxpopOperation1 div {
  margin: 0 24px;
}
.jxpopOperation1je {
  font-weight: 700;
  color: #f54337;
}
.jxpopOperation2 div {
  margin: 0 24px;
}
.jxck {
  padding: 0 10px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #ccd4e0;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  display: none;
  cursor: pointer;
}
.jxscfj {
  padding: 0 10px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #ccd4e0;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  display: none;
  cursor: pointer;
}
.jxreject {
  width: 74px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #ccd4e0;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  cursor: pointer;
}
.jxconsent {
  width: 92px;
  height: 32px;
  background: #2f76f1;
  border-radius: 4px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  cursor: pointer;
}
#fileup {
  position: absolute;
  left: -9999px;
}
.flowfont {
  font-size: 30px;
  color: #a4acb7;
  margin-right: 10px;
}
.icon-jiantou {
  font-size: 20px;
  color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/* 购物车 弹框样式 */
.spring_frame{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  background-color: rgba(0, 0, 0, 0.2);
}
.spring_frame_div{
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    text-align: left;
    overflow: hidden;
    backface-visibility: hidden;
    margin-top: 145px;
}

