.Banner {
  height: 149px;
  margin-top: 17px;
  padding: 27px 24px;
  box-shadow: 0px 4px 12px 1px rgba(51, 51, 51, 0.2);
  margin-bottom: 53px;
}
.Banner .BG {
  height: 100%;
  height: 95px;
  background: url(../images/taobaoBg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Banner .BG .BG_btn {
  height: 43px;
  margin: 0 15px;
  font-size: 20px;
  background-color: transparent;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  cursor: pointer;
  border: 2px solid #ffffff;
  border-radius: 22px;
  padding: 0 20px;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.Banner .BG .active {
  color: #002650;
  background-color: #ffffff;
}
.content .more_data {
  width: 100px;
  margin: 30px auto;
  text-align: center;
  color: #a5242a;
  font-size: 16px;
  cursor: pointer;
}
.content .sreachBox {
  height: 49px;
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  /* padding-left: 20px; */
}
.content .sreachBox .sreach {
  /* width: 414px; */
  position: relative;
  margin-left: 30px;
  display: flex;
  align-items: center;
}
.content .sreachBox .sreach .sreachText {
  width: 300px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  border-radius: 4px;
  /* padding: 16px 0 17px 26px; */
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
  margin-right: 10px;
}

.content .sreachBox .sreach .customer_code {
  width: 300px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  border-radius: 4px;
  /* padding: 16px 0 17px 26px; */
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
  margin-right: 10px;
}
.content .sreachBox .sreach .warehouse_name {
  width: 300px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 4px;
  outline: none;
  border-radius: 4px;
  /* padding: 16px 0 17px 26px; */
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #535353;
  margin-right: 10px;
}
.content .sreachBox .sreach .submit {
  width: 79px;
  height: 35px;
  background: rgba(46, 53, 81, 1);
  border-radius: 4px;
  border: 1px solid transparent;
  /* position: absolute;
  right: 0;
  top: 0; */
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  outline: none;
  cursor: pointer;
}
.content .sreachBox .text_total {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #535353;
}
.content .sreachBox .text_total .highLight {
  color: #000000;
  font-weight: 600;
}
.content .table {
  width: 100%;
}
.content .table th {
  /* background-color: #f6f7f9; */
  background-color: #ccc;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.content .table tr {
  height: 40px;
  text-align: center;
  color: rgba(114, 114, 114, 1);
  /* border-bottom: 1px solid #f0f0f0; */
}

.content .table .even td {
  /*必须加td，代表的是一行进行*/
  background-color: #f6f7f9;
}
.content .table .odd td {
  background-color: #ffffff;
}

/*change css */
.erp_top {
  width: 80%;
  height: 140px;
  padding: 0 4%;
  margin: 150px auto 0px;
  background: url(../images/order_top_bg.png) no-repeat;
  display: flex;
  justify-content: space-between;
}
.erp_status {
  width: 80%;
  margin: auto;
  padding: 1% 0;
}
.erp_top ul li {
  color: white;
  text-shadow: 1px 1px 1px black;
}
.erp_top ul li:nth-child(1) {
  font-size: 26px;
}
.erp_top ul li:nth-child(2) {
  font-size: 20px;
}
.search button:nth-child(1) {
  width: 180px;
  border: none;
  color: white;
  height: 40px;
  background: #2d4bfe;
  border-radius: 4px;
  font-size: 14px;
}
.search button:nth-child(2) {
  width: 180px;
  border: none;
  color: white;
  height: 40px;
  background: #272d4f;
  border-radius: 4px;
  margin-left: 20px;
  font-size: 14px;
}
.navbar {
  padding: 15px 8.5%;
  border: 0;
}
.second {
  width: 160px;
  position: absolute;
  left: 680px;
  display: flex;
  height: 252px;
  background: #ffffff;
  z-index: 1;
  box-shadow: 0px 6px 16px 2px rgb(4 25 44 / 25%);
  justify-content: center;
}
.second ul {
  width: 100%;
}
.second li {
  line-height: 50px;
  padding: 0 16%;
  cursor: pointer;
}
.second li:hover {
  background: rgba(243, 244, 246, 1);
  font-weight: Bold;
}
.variableNav {
  font-weight: Bold;
}
.oddsm {
  text-align: left;
  padding-left: 1.5%;
}

.erp_under {
  position: fixed;
  z-index: 1000;
  top: 70px;
  height: 80px;
  width: 80%;
  margin: 0 10%;
  background-image: url(/images/underBG.png);
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.erp_under .statement {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.erp_under .statement .item {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #272d4f;
  padding-right: 10px;
  margin-right: 10px;
  cursor: pointer;
  border-right: 1px solid #e5e5e5;
}
.erp_under .statement .high {
  background-color: white;
  font-weight: bolder;
}

.erp_under .statement .item:last-of-type {
  border-right: none;
}
.erp_under .statement .item img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.erp_under .andbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.erp_under .andbox div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
}
.erp_under .andbox .mall {
  background: #2d4bfe;
}
.erp_under .andbox .shipments {
  background: #272d4f;
  margin-left: 13px;
}

.companyNo {
  display: flex;
  align-items: center;
}

.userCode {
  display: flex;
  align-items: center;
}
.returnCode {
  padding: 4px;
  border: 1px solid #eb3f59;
  font-size: 16px;
  font-weight: bolder;
  margin-left: 15px;
  border-radius: 5px;
  cursor: pointer;
  transform: scale(0.8);
}

#codeList {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}
.codeItem {
  cursor: pointer;
  margin: 5px 0;
  padding-left: 5px;
}
.CompanyName {
  margin-left: 15px;
}
.active {
  background-color: rgb(4, 25, 44);
  color: white;
  font-weight: bolder;
}

._export {
  width: 79px;
  height: 35px;
  background: #2e3551;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  outline: none;
}
