/* =======================会员中心 右侧部分 */
.memCenterRight {
  width: calc(1235*var(--rem));
  margin-left: calc(16*var(--rem));
}
.inviRe {
  color: #333333;
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
  position: relative;
  display: block;
}
.inviRe img {
  position: absolute;
  right: 30px;
  top: -13px;
}
.userHead {
  width: 100%;
  padding: calc(32*var(--rem));
  background-color: #fff;
  border-radius: calc(5*var(--rem));
}
.headLeft {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #F6EBDC;
  position: relative;
  border-radius: calc(5*var(--rem));
  padding: calc(29*var(--rem)) calc(32*var(--rem));
  padding-bottom: calc(80*var(--rem));
  border-image: linear-gradient(180deg, #e7d2a1, #f6ebdc) 3 3;
}
.headImg {
  width: calc(100*var(--rem));
  height: calc(100*var(--rem));
  border-radius: 50%;
  display: inline-block;
  margin-right: calc(21*var(--rem));
}
.merName {
  color: #fff;
}
.merName span:nth-child(1) {
  font-size: calc(27*var(--rem));
  color: #343C4E;
}
.new_welcome {
  font-size: calc(19*var(--rem));
  color: #B2905D;
}
.userInviteBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(60*var(--rem));
  padding: 0 calc(32*var(--rem));
}
.userInviteBox .new_invite_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  border-top: 1px solid #E9D5A8;
}
.userInviteCopy {
  cursor: pointer;
}
.inviteCode {
  font-size: calc(19*var(--rem));
  color: #343C4E;
}
.inviteCode textarea {
  color: #343C4E;
  font-size: calc(19*var(--rem));
  border: none;
  outline: none;
  resize: none;
  background-color: transparent;
}
.userInviteCopy {
  margin-left: calc(10*var(--rem));
  width: calc(27*var(--rem));
}
.userInviteInfo {
  display: flex;
  align-items: center;
  margin-left: auto;
  cursor: pointer;
  position: relative;
  font-size: calc(19*var(--rem));
  color: #343C4E;
}
.userInviteInfo img {
  width: calc(27*var(--rem));
  margin-right: calc(5*var(--rem));
}
.userInviteInfoImg:hover ~ .userInviteDesc {
  display: block;
}
.userInviteDesc {
  position: absolute;
  display: none;
  top: -3px;
  left: 29px;
  width: 229px;
  height: 117px;
  background: url('../images/mebag.png') no-repeat;
  z-index: 99;
  padding: 24px 8px 24px 35px;
}
.userInviteDesc p {
  color: #000000;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.userEnter {
  color: #343C4E;
  font-size: calc(16*var(--rem));
  line-height: 2;
}
.rightCont {
  display: flex;
  margin-left: auto;
  background-color: #fff;
  border-radius: calc(5*var(--rem));
}
.rightCont .typesUl {
  display: flex;
}
.typesUl li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(147*var(--rem));
  height: calc(96*var(--rem));
  padding-left: calc(21*var(--rem));
}
.typeValue {
  height: calc(43*var(--rem));
  color: #343C4E;
  font-size: calc(32*var(--rem));
}
.typeText {
  color: #666;
  font-size: calc(16*var(--rem));
  margin-top: calc(10*var(--rem));
}
.typeDes {
  position: relative;
  margin-top: 23px;
}
.typeDes a {
  color: #3dbb2b;
}
.banlceBox::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  top: 2px;
  left: 63px;
  background: #CCCCCC;
}
.statusBox {
  display: flex;
  margin-top: calc(21*var(--rem));
}
.statusItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  flex: 1;
  height: calc(125*var(--rem));
  cursor: pointer;
}
.statusItem img:nth-child(1) {
  width: calc(53*var(--rem));
  height: calc(53*var(--rem));
}
.statusItem span:nth-child(2) {
  color: #333333;
  margin-top: calc(11*var(--rem));
  font-size: calc(19*var(--rem));
}
.statusItem b:nth-child(3) {
  color: #FF0036;
  font-size: calc(27*var(--rem));
}
.statusItem::after {
  width: 1px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 32px;
  background: #e6e6e6;
}
.mermCenter {
  padding: calc(32*var(--rem));
  padding-bottom: 0;
}
.mermCenter:last-child .forwardBox {
  border-bottom: unset;
}
.forwardBox,
.cationBox {
  background: #fff;
}
.forwardBox {
  display: flex;
  justify-content: space-between;
  padding-bottom: calc(32*var(--rem));
  border-bottom: 1px solid #E6E6E6;
}
.forwardBox > div {
  display: flex;
  flex-direction: column;
  margin-right: calc(85*var(--rem));
}
.forwardBox > div:nth-of-type(1) {
  width: calc(235*var(--rem));
}
.forwardBox > div:nth-of-type(2) {
  width: calc(300*var(--rem));
}
.forwardBox > div:nth-of-type(3) {
  flex: 1;
  margin-right: 0;
}
.forwardBox > div span:first-child {
  font-size: calc(19*var(--rem));
  color: #666;
}
.forwardBox > div span:last-child {
  margin-top: calc(5*var(--rem));
  font-size: calc(21*var(--rem));
  color: #333;
}
.cationBox {
  height: 130px;
  margin-top: 10px;
}
.cationLeft {
  width: 100px;
  padding-right: 20px;
  text-align: right;
  line-height: 130px;
  float: left;
  font-size: 16px;
  color: #333;
}
.cationRight {
  width: 890px;
  padding-right: 20px;
  float: left;
}
.cationTop {
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #F0F0F0;
}
.cationTop span,
.cationBom span {
  width: 145px;
  display: block;
  font-size: 14px;
  float: left;
  height: 100%;
  text-align: center;
}
.cationBom {
  height: 65px;
  line-height: 65px;
}
.cationBom span {
  color: #999999;
}
.ordersTable {
  box-sizing: border-box;
  background: #fff;
}
.tableHead {
  display: flex;
  align-items: center;
  height: calc(53*var(--rem));
  padding: 0 calc(32*var(--rem));
  background-color: #FAFAFA;
}
.tableHead > div {
  font-size: calc(16*var(--rem));
  color: #666;
  border-right: 1px solid #E6E6E6;
  line-height: 1;
}
.tableHead > div,
.tableItem > div,
.collItem > div {
  width: calc(140*var(--rem));
  margin-right: calc(11*var(--rem));
}
.tableHead > div:nth-of-type(1),
.tableItem > div:nth-of-type(1),
.collItem > div:nth-of-type(1) {
  width: calc(405*var(--rem));
}
.tableHead > div:nth-of-type(2),
.tableItem > div:nth-of-type(2),
.collItem > div:nth-of-type(2) {
  width: calc(153*var(--rem));
}
.tableHead > div:nth-of-type(5),
.tableItem > div:nth-of-type(5),
.collItem > div:nth-of-type(5) {
  width: calc(93*var(--rem));
}
.tableHead > div:nth-of-type(6),
.tableItem > div:nth-of-type(6),
.collItem > div:nth-of-type(6) {
  flex: 1;
}
.tableHead > div:nth-of-type(7),
.tableItem > div:nth-of-type(7),
.collItem > div:nth-of-type(7) {
  width: calc(93*var(--rem));
}
.tableHead > div:last-child,
.tableItem > div:last-child,
.collItem > div:last-child {
  border-right: unset;
}
.tableItem,
.collItem {
  display: flex;
  height: calc(75*var(--rem));
  font-size: calc(19*var(--rem));
  padding: 0 calc(32*var(--rem));
  position: relative;
}
.tableItem > div,
.collItem > div {
  display: flex;
  font-size: calc(19*var(--rem));
  align-items: center;
  color: #333;
}
.tableItem > div:nth-of-type(3),
.collItem > div:nth-of-type(3),
.tableItem > div:nth-of-type(4),
.collItem > div:nth-of-type(4) {
  color: #FF5E15;
}
.tableItem > div:nth-of-type(6),
.collItem > div:nth-of-type(6) {
  color: #4397F7;
}
.collItem {
  height: calc(157*var(--rem));
}
.collItem > div {
  align-items: flex-start;
  padding-top: calc(21*var(--rem));
}
.collItem > div:nth-of-type(3),
.collItem > div:nth-of-type(4) {
  color: #333;
}
.collItem > div:nth-of-type(5) {
  color: #FF5E15;
}
.collItem > div:nth-of-type(6) span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(103*var(--rem));
  height: calc(43*var(--rem));
  color: #fff;
  background-color: #FF5E15;
  font-size: calc(16*var(--rem));
  border-radius: calc(5*var(--rem));
}
.mentPay,
.orderbuyAgain {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF5E15;
  color: #fff;
  font-size: calc(16*var(--rem));
  border-radius: calc(5*var(--rem));
  padding: calc(2*var(--rem)) calc(5*var(--rem));
}
.mentPay:link,
.orderbuyAgain:link {
  color: #fff;
}
.tabTitle {
  height: 67px;
  padding-top: 40px;
}
.tabTitle > div:nth-child(1) {
  float: left;
  position: relative;
  padding-left: 10px;
  font-size: 16px;
}
.tabTitle > div:nth-child(1)::after {
  content: '';
  width: 2px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 4px;
  font-size: 16px;
  background: #3dbb2b;
}
.tabTitle > a:nth-child(2) {
  float: right;
  color: #666666;
  font-size: 14px;
  padding-right: 5px;
}
.memore {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: sub;
}
.collGoods {
  display: block;
  box-sizing: border-box;
}
.collGoods > img {
  width: calc(115*var(--rem));
  height: calc(115*var(--rem));
}
.info {
  margin-left: calc(16*var(--rem));
}
.info > p {
  font-size: calc(19*var(--rem));
  color: #333;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.userListBox {
  width: 277px;
  background: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 190px;
  left: 10px;
  z-index: 99;
  display: none;
  background: #eee;
}
.userAdd {
  color: #3dbb2b;
  font-size: 14px;
  text-align: center;
  padding: 15px;
  cursor: pointer;
  background: #fff;
}
.userConfireBg {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(51, 51, 51, 0.26);
}
.userConfire {
  padding: 38px;
  width: 340px;
  height: 287px;
  background: #ffffff;
  border-radius: 10px;
  margin: 261px auto 0;
  position: relative;
}
.userCancle {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 15px;
  height: 15px;
  color: #D8D8D8;
  cursor: pointer;
}
.userConfireWarr {
  padding: 20px 25px 20px 30px;
  position: absolute;
  right: -400px;
  width: 409px;
  top: 70px;
  height: 107px;
  background: #ffffff;
  border: 1px solid #d8d8d8;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
.userConfireItem {
  width: 265px;
  height: 40px;
  border: 1px solid #d8d8d8;
  margin-bottom: 20px;
}
.userConfireItem label {
  padding: 0 12px;
}
.userConfireItem label img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.userConfireItem input {
  outline: none;
  border: none;
  width: 220px;
  height: 38px;
}
.userConfireTitle {
  color: #3dbb2b;
  font-size: 18px;
  padding-bottom: 20px;
}
.urerConfireBtn {
  width: 265px;
  height: 39px;
  color: #fff;
  background: #3dbb2b;
  border-radius: 20px;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.urerConfireBtn:hover {
  background: #FF7400;
}
.userConfireWarrBox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.userConfirePrompt {
  font-size: 14px;
  color: #333333;
}
.userConfirePrompt span {
  width: 17px;
  height: 17px;
  background: #4e9bf9;
  border-radius: 50%;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}
.userConfireColse {
  position: absolute;
  right: 5px;
  top: 10px;
  width: 15px;
  height: 15px;
  color: #D8D8D8;
  cursor: pointer;
}
.userConfireColseBtn {
  cursor: pointer;
  width: 66px;
  height: 25px;
  font-size: 14px;
  text-align: center;
  line-height: 25px;
  color: #fff;
  background: #3dbb2b;
  border-radius: 5px;
  float: right;
  margin-top: 25px;
}
.userListBack {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
