/*拼单列表页*/
.re-spellList {
  width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.re-spellList li {
  width: 589px;
  background: #FFFFFF;
  margin-bottom: 23px;
}
.re-spellList li .re-list-head {
  height: 54px;
  padding: 0 30px;
  border-bottom: 1px solid #DEDEDE;
}
.re-spellList li .re-list-head div {
  height: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #999999;
}
.re-spellList li .re-list-head div:nth-of-type(2) {
  height: 15px;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
}
.re-spellList li .re-list-head div:nth-of-type(2) span {
  font-weight: bold;
}
.re-spellList li .re-list-title {
  padding: 30px;
}
.re-spellList li .re-list-title .re-title-left {
  flex: 1;
}
.re-spellList li .re-list-title .re-title-left .re-list-type {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #ffffff;
  padding: 7px 11px 5px;
  background: #148DDD;
  margin-right: 11px;
}
.re-spellList li .re-list-title .re-title-left .re-list-name {
  flex: 1;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.re-spellList li .re-list-title .re-list-time {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  padding: 7px;
  line-height: 12px;
  background: #ffaa16;
  border: 1px solid #ffaa16;
  border-radius: 2px 2px 2px 2px;
}
.re-spellList li .re-list-info {
  padding: 0 30px;
}
.re-spellList li .re-list-info span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
}
.re-spellList li .re-list-info span:nth-of-type(1) {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.re-spellList li .re-list-info2 {
  justify-content: flex-start;
  margin-top: 15px;
}
.re-spellList li .re-list-info2 span:nth-of-type(1) {
  margin-right: 50px;
}
.re-spellList li .re-list-foot {
  height: 65px;
  padding: 0 30px;
  background: #EBF6FD;
  margin-top: 31px;
}
.re-spellList li .re-list-foot .re-foot-price {
  font-size: 10px;
    font-family:SourceHanSansCN-Regular;
    font-weight:bold;
  color: #ff6120;
}
.re-spellList li .re-list-foot .re-foot-price span {
  font-size: 30px;
}
.re-spellList li .re-list-foot .re-foot-spell {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #148ddd;
  cursor: pointer;
  padding: 12px 14px 11px 15px;
  border: 1px solid #148ddd;
  border-radius: 2px;
}
.re-spellList li .re-list-foot .re-foot-spell:hover {
  background: #148DDD;
  color: #FFFFFF;
}
.re-spellList li:nth-of-type(2n+1) {
  margin-right: 22px;
}
/*个人中心我要拼单*/
.re-my-spell {
  width: 1022px;
  background: #FFFFFF;
  padding-bottom: 53px;
  margin-left: 230px;
}
.re-my-spell .re-spell-head {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e9e9e9;
}
.re-my-spell .re-spell-head span {
  color: #148ddd;
  font-size: 17px;
  font-weight: bolder;
  display: inline-block;
  margin-left: 23px;
  padding: 30px 11px 19px;
  border-bottom: 2px solid #148ddd;
  text-align: center;
}
.re-my-spell .re-spell-list {
  padding-top: 30px;
  padding-left: 22px;
  margin: 0 auto;
}
.re-my-spell .re-spell-list li {
  width: 968px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
}
.re-my-spell .re-spell-list li .re-spell-title {
  padding: 25px 37px 29px 30px;
}
.re-my-spell .re-spell-list li .re-spell-title .re-spell-left {
  flex: 1;
}
.re-my-spell .re-spell-list li .re-spell-title .re-spell-left .re-spell-type {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #ffffff;
  padding: 7px 11px 5px;
  background: #148DDD;
  margin-right: 11px;
}
.re-my-spell .re-spell-list li .re-spell-title .re-spell-left .re-spell-name {
  flex: 1;
  font-size: 18px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #333333;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.re-my-spell .re-spell-list li .re-spell-title .re-spell-price {
  font-size: 18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:bold;
  color: #ff6120;
}
.re-my-spell .re-spell-list li .re-spell-title .re-spell-price span {
  font-size: 30px;
}
.re-my-spell .re-spell-list li .re-spell-info {
  padding-left: 30px;
  padding-right: 37px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.re-my-spell .re-spell-list li .re-spell-info span {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-right: 50px;
  margin-bottom: 21px;
}
.re-my-spell .re-spell-list li .re-spell-end {
  height: 55px;
  background: #ebf6fd;
  padding-left: 30px;
  padding-right: 37px;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-left .re-end-type {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  padding: 7px;
  line-height: 12px;
  background: #ffaa16;
  border: 1px solid #ffaa16;
  border-radius: 2px 2px 2px 2px;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-left .re-end-time {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #999999;
  margin-left: 16px;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-left .re-end-people {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  margin-left: 16px;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-left .re-end-people span {
  font-weight: bold;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right {
  color: #999999;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus {
  font-size: 0;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #1c76b5;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .share_number{
  color: #148DDD;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 10px;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus div {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  border: 1px solid #c7c7c7;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus div input {
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 30px;
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #1c76b5;
  text-align: center;
  border: none;
  cursor: pointer;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus div button {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #444444;
  background: #E3E3E3;
  border: none;
  cursor: pointer;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus div .re-minus {
  border-right: 1px solid #c7c7c7;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-plus div .re-plus {
  border-left: 1px solid #c7c7c7;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-btn {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  color: #333333;
  font-weight: bold;
  margin-left: 40px;
  cursor: pointer;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-suc {
  color: #148DDD;
}
.re-my-spell .re-spell-list li .re-spell-end .re-end-right .re-spell-edic {
  color: #333333;
}
/*  我的报价*/
.re-my-quote {
  width: 1022px;
  background: #FFFFFF;
  padding-bottom: 53px;
  margin-left: 230px;
}
.re-my-quote .re-quote-head {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e9e9e9;
}
.re-my-quote .re-quote-head span {
  color: #148ddd;
  font-size: 17px;
  font-weight: bolder;
  display: inline-block;
  margin-left: 23px;
  padding: 30px 11px 19px;
  border-bottom: 2px solid #148ddd;
  text-align: center;
}
.re-my-quote .re-quote-table-head {
  box-sizing: border-box;
  width: 976px;
  justify-content: flex-start;
  padding: 0 20px;
  height: 45px;
  background: #449edc;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 15px;
}
.re-my-quote .re-quote-table-head div {
  text-align: center;
}
.re-my-quote .re-quote-table-head div:nth-of-type(1) {
  text-align: left;
}
.re-my-quote .re-quote-table-head div:nth-of-type(2) {
  text-align: left;
}
.re-my-quote .re-quote-table-tr {
  box-sizing: border-box;
  width: 976px;
  padding: 14px 20px 16px;
  margin: 5px auto;
  background: #f6f6f6;
}
.re-my-quote .re-quote-table-tr .re-quote-table-tr1 div {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
.re-my-quote .re-quote-table-tr .re-quote-table-tr1 div .re-quote-cancel {
  width: 100%;
  background: #148ddd;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 0;
  border: none;
}
.re-my-quote .re-quote-table-tr .re-quote-table-tr1 div:nth-of-type(1),
.re-my-quote .re-quote-table-tr .re-quote-table-tr1 div:nth-of-type(2),
.re-my-quote .re-quote-table-tr .re-quote-table-tr1 div:nth-last-of-type(1) {
  text-align: left;
}
.re-my-quote .re-quote-table-tr .re-quote-table-tr2 {
  justify-content: flex-start;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
}
.re-my-quote .re-quote-table-tr .re-quote-table-tr2 div {
  margin-right: 38px;
}
.re-my-quote .re-quote-table-tr .re-quote-table-tr3 {
  justify-content: flex-start;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  margin-top: 13px;
}
/*商品求购*/
.re-my-wantbuy {
  width: 1022px;
  background: #FFFFFF;
  padding-bottom: 53px;
  margin-left: 230px;
}
.re-my-wantbuy .re-wantbuy-head {
  width: 100%;
  height: 68px;
  border-bottom: 1px solid #e9e9e9;
}
.re-my-wantbuy .re-wantbuy-head span {
  color: #148ddd;
  font-size: 17px;
  font-weight: bolder;
  display: inline-block;
  margin-left: 23px;
  padding: 30px 11px 19px;
  border-bottom: 2px solid #148ddd;
  text-align: center;
}
.re-my-wantbuy .re-wantbuy-table-head {
  box-sizing: border-box;
  width: 976px;
  justify-content: flex-start;
  padding: 0 20px;
  height: 45px;
  background: #449edc;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: bold;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 15px;
}
.re-my-wantbuy .re-wantbuy-table-head div {
  text-align: center;
}
.re-my-wantbuy .re-wantbuy-table-head div:nth-of-type(1) {
  text-align: left;
}
.re-my-wantbuy .re-wantbuy-table-head div:nth-of-type(2) {
  text-align: left;
}
.re-my-wantbuy .re-wantbuy-table-tr {
  box-sizing: border-box;
  width: 976px;
  padding: 14px 20px 25px;
  margin: 5px auto;
  background: #f6f6f6;
  justify-content: flex-start;
}
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trLeft {
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 837px;
}
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trLeft div {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
  text-align: center;
}
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trLeft div:nth-of-type(1),
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trLeft div:nth-of-type(2),
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trLeft div:nth-last-of-type(1) {
  text-align: left;
}
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trRight {
  text-align: center;
}
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trRight .re-wantbuy-check {
  width: 73px;
  padding: 5px 0;
  background: #ff6501;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-bottom: 4px;
}
.re-my-wantbuy .re-wantbuy-table-tr .re-wantbuy-table-trRight .re-wantbuy-cancel {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #666666;
  margin-top: 6px;
  cursor: pointer;
  text-align: center;
}
.re-my-wantbuy .re-wantbuy-table-white {
  display: none;
  box-sizing: border-box;
  width: 976px;
  margin: 5px auto;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-head {
  box-sizing: border-box;
  width: 100%;
  color: #666;
  background-color: #f6f6f6;
  padding: 8px 14px;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body {
  position: relative;
  padding: 19px 20px 13px;
  justify-content: flex-start;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-left {
  width: 837px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-left div {
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-left div:nth-of-type(1),
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-left div:nth-of-type(2) {
  text-align: left;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-left .re-last {
  margin-top: 14px;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-left .re-last span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-wantbuy-white-right .re-wantbuy-white-btn {
  width: 73px;
  background: #148ddd;
  font-size: 14px;
  font-family: SourceHanSansCN-Regular;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  cursor: pointer;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-select {
  position: absolute;
  top: -10px;
  right: 124px;
}
.re-my-wantbuy .re-wantbuy-table-white .re-wantbuy-table-white-content .re-wantbuy-white-body .re-select img {
  width: 94px;
  height: 83px;
}
