/*-- 订单列表 --*/
.account_right_content {
  height: auto !important;
  border: none !important;
  /*-- 我的订单文字 --*/
  /**
      搜索框
   */
  /*-- 订单商品父盒子 --*/
}
.account_right_content .account_right_orderlist_my {
  height: 39px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 39px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  border-bottom: 1px solid #c1c1c1;
}
.account_right_content .searchInput {
  width: 980px;
  height: 80px;
  background: rgba(255, 255, 255, 0.39);
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account_right_content .searchInput .searchContent {
  padding-left: 28px;
  padding-top: 20px;
  display: flex;
}
.account_right_content .searchInput .searchContent input {
  width: 260px;
  height: 30px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #CCCCCC;
  opacity: 1;
  border-radius: 5px 0px 0px 5px;
  padding-left: 12px;
}
.account_right_content .searchInput .searchContent input::-webkit-input-placeholder {
  /* WebKit browsers*/
  font-size: 10px;
  line-height: 30px;
  color: #999999;
}
.account_right_content .searchInput .searchContent input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  font-size: 10px;
  line-height: 30px;
  color: #999999;
}
.account_right_content .searchInput .searchContent input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  font-size: 10px;
  line-height: 30px;
  color: #999999;
}
.account_right_content .searchInput .searchContent input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  font-size: 10px;
  line-height: 30px;
  color: #999999;
}
.account_right_content .searchInput .searchContent a {
  width: 80px;
  height: 30px;
  background: #00A0E9;
  border: 1px solid #00A0E9;
  border-radius: 0px 5px 5px 0px;
  font-size: 10px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}
.account_right_content .searchInput .searchContent .search-btn2 {
  border-radius: 5px;
  margin-left: 20px;
  background-color: #ffffff;
  color: #00A0E9;
}
.account_right_content .searchInput .addStoreItem {
  margin-top: 20px;
  width: 120px;
  height: 30px;
  background: #00A0E9;
  text-align: center;
  border: 1px solid #00A0E9;
  border-radius: 5px;
  font-size: 10px;
  cursor: pointer;
  line-height: 30px;
  margin-right: 20px;
  color: #FFFFFF;
}
.account_right_content .account_right_orderlist_product {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding-bottom: 20px;
  /*-- 订单商品详情 --*/
}
.account_right_content .account_right_orderlist_product .productList {
  padding-left: 10px;
}
.account_right_content .account_right_orderlist_product .productList h6 {
  font-weight: 400;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 10px;
}
.account_right_content .account_right_orderlist_product .productList h6 .orderCode {
  margin-left: 12px;
  margin-right: 40px;
  float: left;
  color: #666;
}
.account_right_content .account_right_orderlist_product .productList h6 .orderTime {
  margin-left: 8px;
  margin-right: 40px;
  float: left;
  color: #666;
}
.account_right_content .account_right_orderlist_product .productList h6 a {
  float: right;
  margin-right: 60px;
  color: #ff8a15;
  text-decoration: none;
}
.account_right_content .account_right_orderlist_product .productList .tab_details {
  margin: 0 auto;
  width: 96%;
  border: 1px solid #ccc;
}
.account_right_content .account_right_orderlist_product .productList .tab_details .bgc_grey {
  background-color: #eee;
}
.account_right_content .account_right_orderlist_product .productList table thead th {
  font-size: 12px;
  color: #666;
  line-height: 28px;
}
.account_right_content .account_right_orderlist_product .productList table td {
  text-align: center;
  vertical-align: middle;
  color: #666;
  font-size: 12px;
}
.account_right_content .account_right_orderlist_product .productList .tdpro {
  padding: 5px 0 5px 18px;
  /*-- 图片 --*/
  /*-- 文字 --*/
}
.account_right_content .account_right_orderlist_product .productList .tdpro .product_img_link {
  color: #666;
}
.account_right_content .account_right_orderlist_product .productList .tdpro .product_img_link .product_img {
  border: 1px solid #ddd;
  margin: 0 5px;
  float: left;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}
.account_right_content .account_right_orderlist_product .productList .tdpro .product_link {
  padding-top: 5px;
}
.account_right_content .account_right_orderlist_product .productList .amount0 {
  color: #aaa;
  text-decoration: line-through;
}
.account_right_content .account_right_orderlist_product .productList .call_off {
  color: #FF8A15;
}
.account_right_content .account_right_orderlist_product .tab-container {
  background: #E5F5FD;
  height: 40px;
  width: 980px;
}
.account_right_content .account_right_orderlist_product .tab-container .tab-content {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  color: #000000;
}
.account_right_content .account_right_orderlist_product .tab-container .tab-content li {
  height: 40px;
  padding: 0 10px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
}
.account_right_content .account_right_orderlist_product .tab-container .tab-content li.active {
  background: white;
  font-weight: bold;
  color: #00A0E9;
  line-height: 32px;
  border-top: 4px solid #00a0e9;
}
.account_right_content .account_right_orderlist_product .order-container {
  display: flex;
  flex-direction: column;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header {
  display: flex;
  width: 940px;
  height: 30px;
  margin-top: 10px;
  background: rgba(238, 238, 238, 0.39);
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  justify-content: space-between;
  position: relative;
}


.order-header .checkboxInput{
  position: absolute;
  top:50%;
  left:5px;
  transform: translateY(-50%);
}

.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(1) {
  flex-grow: 4.5;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(2) {
  flex-grow: 1;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(3) {
  flex-grow: 1;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(4) {
  flex-grow: 1;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(5) {
  flex-grow: 1;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(6) {
  flex-grow: 2;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-header .header-item:nth-child(7) {
  flex-grow: 1;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-content {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #000000;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-content .content-header {
  display: flex;
  width: 940px;
  height: 40px;
  background: rgba(229, 245, 253, 0.39);
  margin-top: 6px;
  align-items: center;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-content .content-header .orderId {
  margin-left: 10px;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .order-content .content-header .orderTm {
  margin-left: 20px;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail {
  display: flex;
  width: 940px;
  height: 90px;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .itemName {
  width: 191px;
  box-sizing: border-box;
  border-left: 1px solid #E5F5FD;
  border-bottom: 1px solid #E5F5FD;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .itemName .name {
  margin-left: 18px;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .itemName .tag {
  margin-left: 18px;
  overflow: hidden;
  max-width: 100px;
  padding: 0 4px;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 10px;
  line-height: 18px;
  color: #999999;
  text-align: center;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .qty,
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .width,
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .height,
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .specIds,
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .store {
  width: 100px;
  box-sizing: border-box;
  border-left: 1px solid #E5F5FD;
  border-bottom: 1px solid #E5F5FD;
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .store {
  width: 150px;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .detail {
  width: 80px;
  box-sizing: border-box;
  border-left: 1px solid #E5F5FD;
  border-bottom: 1px solid #E5F5FD;
  border-right: 1px solid #E5F5FD;
  text-align: center;
  display: flex;
  align-items: center;
  color: #00A0E9;
  justify-content: center;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .detail .addOrderItem {
  cursor: pointer;
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail .detail .addOrderItem:before {
  content: " | ";
}
.account_right_content .account_right_orderlist_product .order-container .order-detail .content-detail a {
  color: #00A0E9;
}
.account_right_content .pagination {
  float: right;
  margin: 10px;
}
.account_right_content .pagination button {
  margin: 5px;
  background: rgba(255, 255, 255, 0.39);
  color: #333333;
  padding: 5px 10px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.account_right_content .pagination span {
  color: #237eff;
}
.account_right_content .pagination button:active {
  background: #6a9dff;
}
.account_right_content .pagination .activity {
  color: #ffffff;
  background: #cccccc;
}
.account_right_content .pagination .activity {
  color: #FFFFFF;
  background: #00A0E9;
}
.account_right_content .pop_addItem,
.account_right_content .pop_addItem1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}
.account_right_content .pop_addItem .pop_v2,
.account_right_content .pop_addItem1 .pop_v2 {
  border-radius: 5px;
  width: 460px;
  height: 630px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.account_right_content .pop_addItem .pop_v2 .title,
.account_right_content .pop_addItem1 .pop_v2 .title {
  margin-top: 15px;
  font-size: 18px;
  align-self: flex-start;
  margin-left: 20px;
}
.account_right_content .pop_addItem .pop_v2 .content,
.account_right_content .pop_addItem1 .pop_v2 .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.account_right_content .pop_addItem .pop_v2 .content .store,
.account_right_content .pop_addItem1 .pop_v2 .content .store,
.account_right_content .pop_addItem .pop_v2 .content .goods,
.account_right_content .pop_addItem1 .pop_v2 .content .goods,
.account_right_content .pop_addItem .pop_v2 .content .spec,
.account_right_content .pop_addItem1 .pop_v2 .content .spec,
.account_right_content .pop_addItem .pop_v2 .content .qty,
.account_right_content .pop_addItem1 .pop_v2 .content .qty,
.account_right_content .pop_addItem .pop_v2 .content .width,
.account_right_content .pop_addItem1 .pop_v2 .content .width,
.account_right_content .pop_addItem .pop_v2 .content .height,
.account_right_content .pop_addItem1 .pop_v2 .content .height,
.account_right_content .pop_addItem .pop_v2 .content .specIds,
.account_right_content .pop_addItem1 .pop_v2 .content .specIds,
.account_right_content .pop_addItem .pop_v2 .content .remark,
.account_right_content .pop_addItem1 .pop_v2 .content .remark,
.account_right_content .pop_addItem .pop_v2 .content .cmt,
.account_right_content .pop_addItem1 .pop_v2 .content .cmt,
.account_right_content .pop_addItem .pop_v2 .content .picId,
.account_right_content .pop_addItem .pop_v2 .content .imageName,
.account_right_content .pop_addItem1 .pop_v2 .content .picId {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.account_right_content .pop_addItem .pop_v2 .content .store .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .store .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .goods .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .goods .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .spec .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .spec .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .qty .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .qty .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .width .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .width .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .height .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .height .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .specIds .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .specIds .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .remark .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .remark .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .cmt .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .cmt .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .picId .sub-title,
.account_right_content .pop_addItem .pop_v2 .content .imageName .sub-title,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .sub-title {
  font-size: 14px;
  width: 65px;
  text-align: left;
  margin-right: 15px;
}
.account_right_content .pop_addItem .pop_v2 .content .store .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .store .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .goods .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .goods .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .spec .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .spec .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .qty .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .qty .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .width .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .width .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .height .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .height .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .specIds .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .specIds .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .remark .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .remark .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .cmt .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .cmt .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .picId .inputWrap,
.account_right_content .pop_addItem .pop_v2 .content .imageName .inputWrap,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .inputWrap {
  width: 300px;
  height: 30px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding-left: 12px;
}
.account_right_content .pop_addItem .pop_v2 .content .store select,
.account_right_content .pop_addItem1 .pop_v2 .content .store select,
.account_right_content .pop_addItem .pop_v2 .content .goods select,
.account_right_content .pop_addItem1 .pop_v2 .content .goods select,
.account_right_content .pop_addItem .pop_v2 .content .spec select,
.account_right_content .pop_addItem1 .pop_v2 .content .spec select,
.account_right_content .pop_addItem .pop_v2 .content .qty select,
.account_right_content .pop_addItem1 .pop_v2 .content .qty select,
.account_right_content .pop_addItem .pop_v2 .content .width select,
.account_right_content .pop_addItem1 .pop_v2 .content .width select,
.account_right_content .pop_addItem .pop_v2 .content .height select,
.account_right_content .pop_addItem1 .pop_v2 .content .height select,
.account_right_content .pop_addItem .pop_v2 .content .specIds select,
.account_right_content .pop_addItem1 .pop_v2 .content .specIds select,
.account_right_content .pop_addItem .pop_v2 .content .remark select,
.account_right_content .pop_addItem1 .pop_v2 .content .remark select,
.account_right_content .pop_addItem .pop_v2 .content .cmt select,
.account_right_content .pop_addItem1 .pop_v2 .content .cmt select,
.account_right_content .pop_addItem .pop_v2 .content .picId select,
.account_right_content .pop_addItem1 .pop_v2 .content .picId select {
  width: 314px;
  height: 30px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  padding-left: 12px;
}
.account_right_content .pop_addItem .pop_v2 .content .require:after,
.account_right_content .pop_addItem1 .pop_v2 .content .require:after {
  content: "*";
  color: #EE3535;
}
.account_right_content .pop_addItem .pop_v2 .content .picId,
.account_right_content .pop_addItem1 .pop_v2 .content .picId {
  align-self: flex-start;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image .finalImg,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image .finalImg {
  display: flex;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image .upload-item,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image .upload-item {
  width: 70px;
  height: 70px;
  font-size: 10px;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  margin: 5px 5px;
  position: relative;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image .upload-img,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image .upload-img {
  width: 70px;
  height: 70px;
  background-image: url("../../goods/images/upload.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image img,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  z-index: 1;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image .del-img,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image .del-img {
  width: 20px;
  height: 20px;
  margin-left: 50px;
}
.account_right_content .pop_addItem .pop_v2 .content .picId .soft_item_image input,
.account_right_content .pop_addItem1 .pop_v2 .content .picId .soft_item_image input {
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.account_right_content .pop_addItem .pop_v2 .btnContent,
.account_right_content .pop_addItem1 .pop_v2 .btnContent {
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 12px;
}
.account_right_content .pop_addItem .pop_v2 .btnContent .cancel,
.account_right_content .pop_addItem1 .pop_v2 .btnContent .cancel {
  border: 1px solid #00A0E8;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.account_right_content .pop_addItem .pop_v2 .btnContent .confirm,
.account_right_content .pop_addItem1 .pop_v2 .btnContent .confirm {
  width: 80px;
  height: 30px;
  margin-left: 50px;
  color: #FFFFFF;
  background: #00A0E8;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.account_right_content .pop_addItem1 .pop_v3 {
  border-radius: 5px;
  width: 300px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account_right_content .pop_addItem1 .pop_v3 .title {
  margin-top: 15px;
  font-size: 14px;
}
.account_right_content .pop_addItem1 .pop_v3 .testWrap1 {
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.39);
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  padding-left: 12px;
  width: 245px;
  height: 35px;
}
.account_right_content .pop_addItem1 .pop_v3 .btnContent {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
}
.account_right_content .pop_addItem1 .pop_v3 .testBtn2 {
  border: 1px solid #00A0E8;
  margin-left: 50px;
  width: 80px;
  height: 30px;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.account_right_content .pop_addItem1 .pop_v3 .testBtn1 {
  width: 80px;
  height: 30px;
  border: 1px solid #00A0E8;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
/*# sourceMappingURL=advList.css.map */

.itemInfo{
  display: flex;
}
.item_avatar{
  width: 90px;
  height: 90px;
}