.outer-container {
  /*display: flex;
  justify-content: center;*/
  align-items: center;
}

.container {
  margin: 20px auto;
  width: 92%;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 1px 2px 5px 0 #a4a7a6;
  padding: 20px;
}

.container .title {
  font-size: 18px;
  font-weight: bold;
  color: orange;
}

.container .content p {
  font-size: 14px;
  text-indent: 2em;
}

.container .bottom {
  margin: 20px 0 0 20px;
  font-size: 12px;
}

.container .bottom span.my-btn {
  margin-right: 20px;
}

.container a {
  text-decoration: none;
  color: #336699;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container .bottom a {
  display: inline-block;
  text-indent: 20px;
  height: 19px;
  line-height: 19px;
}

.container .bottom.error {
  color: red;
  margin-left: 30px;
}

.container .bottom span:not(:first-child) a {
  background: url(/ecommerce/images/down.png) no-repeat;
}

.container .bottom span:last-child a {
  background-position-y: -18px;
}

.container a:hover {
  color: #e23520;
  text-decoration: none;
}

.async-upload + input[type = "file"] {
  display: none;
}

.upload-file .file-name {
  font-weight: bold;
  margin-left: 10px;
  width: 300px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.upload-file .operation {
  text-decoration: none;
  color: #336699;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.upload-file .operation {
  color: white;
  cursor: pointer;
  display: inline-block;
  width: 37px;
  text-align: center;
}

.upload-file .operation.danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  margin-right: -4px;
}

.upload-file .operation.danger:hover {
  background-color: #c9302c;
  border-color: #ac2925;
}

.upload-file .operation.danger:active {
  background-color: #ac2925;
  border-color: #761c19;
}

.upload-file .operation.primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  border-radius: 0 4px 4px 0;
}

.upload-file .operation.primary:hover {
  background-color: #286090;
  border-color: #204d74;
}

.upload-file .operation.primary:active {
  background-color: #204d74;
  border-color: #122b40;
}

.upload-file .operation.primary[disabled],
.upload-file .operation.primary[disabled]:hover,
.upload-file .operation.primary[disabled]:active {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.upload-file {
  display: inline-block;
  visibility: hidden;
  height: 30px;
  background: #e6e6e6;
  line-height: 30px;
  border: 1px solid #cec8c8;
  border-radius: 4px;
  margin-left: 20px;
}

.upload-file.active {
  visibility: visible;
}

.data-div {
  border-top: 1px solid #bfbfbf;
  margin: 10px 0;
}

.data-table {
  font-size: 13px;
  padding-top: 10px;
  width: 100%;
}

.data-table:not(.ei-policy) th {
  text-align: left;
}

.data-table th {
  padding-bottom: 10px;
}

.data-table td {
  padding: 5px;
  border: 1px solid #b9b7b7;
}

.data-table td:not(:nth-of-type(1)) {
  border-left: 0;
}

.data-table tr:not(:nth-child(2)) td {
  border-top: 0;
}

.data-table.ei-policy {
  text-align: center;
}

.data-table.ei-policy a {
  font-size: 12px;
}

.query-items {
  font-size: 13px;
  border-bottom: 1px solid #bfbfbf;
}

.query-items .item {
  display: inline-block;
  width: 33%;
  margin: 10px 0;
  padding-bottom: 10px;
}

.query-items .item label {
  display: inline-block;
  font-weight: bold;
  width: 40%;
  text-align: center;
}

.query-items .item div {
  display: inline-block;
  width: 52%;
  text-align: center;
}

.query-items .item div input,
.query-items .item div select {
  width: 100%;
  height: 18px;
  padding: 4px 4px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.query-items .query-bottom {
  padding: 5px 0;
  text-align: right;
  display: inline-block;
  width: 30%;
}

.query-items .query-bottom .btn {
  font-size: 13px;
  border-radius: 5px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  width: 20%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ccc;
}

.query-items .query-bottom .search-btn {
  background-color: #1875f0;
  border-color: #2e6da4;
  color: white;
  margin-right: 20px;
}

.query-items .query-bottom .btn:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}

.query-items .query-bottom .btn:active {
  background-color: #cecece;
  border-color: #a5a5a5;
}

.query-items .query-bottom .search-btn:hover {
  background-color: #286090;
  border-color: #204d74;
}

.query-items .query-bottom .search-btn:active {
  background-color: #204d74;
  border-color: #122b40;
}

.data-div .data-table.ei-policy .non-data {
  font-size: 12px;
  color: #8a8a8a;
  padding: 10px 0;
}

.hide {
  display: none;
}

.un-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pager-div {
  height: 50px;
  line-height: 50px;
  margin-top: 20px;
  text-align: right;
  display: none;
}

.pager-div .pager-size {
  display: inline-block;
}

.pager-div .pager-size select {
  width: 50px;
  height: 30px;
  border: 1px solid #e9e9e9;
  outline: none;
  border-radius: 4px;
  text-align: center;
  box-sizing: content-box;
  padding: 1px 2px;
}

.pager-div .pager-size select:focus {
  border: 1px solid #1875f0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  margin: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popup .popup-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000040;
}

.popup .popup-body {
  background: white;
  position: absolute;
  z-index: 2;
  margin: auto;
  width: 500px;
  height: 250px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0 0 13px -8px black;
}

.popup .popup-body .popup-header {
  padding: 10px 20px;
  height: 40px;
  box-sizing: border-box;
}

.popup .popup-body .popup-header .popup-header-text {
  font-size: 16px;
  font-weight: bold;
}

.popup .popup-body .popup-header .popup-close {
  position: absolute;
  font-size: 30px;
  right: 6px;
  top: 6px;
  width: 25px;
  height: 25px;
  line-height: 20px;
  text-align: center;
  color: #b1b1b1;
  transform: rotate(45deg);
  cursor: pointer;
  transition: transform .3s, color .3s;
}

.popup .popup-body .popup-header .popup-close:hover {
  transform: rotate(135deg);
  color: black;
}

.popup .popup-body .popup-content {
  padding: 20px 20px 0;
  box-sizing: border-box;
  height: 160px;
}

.popup .popup-body .popup-content textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px;
  border: 1px solid transparent;
  resize: none;
  background: whitesmoke;
  height: 100%;
  border-radius: 5px;
  font-family: "微软雅黑", serif;
}

.popup .popup-body .popup-content textarea:focus {
  border: 1px solid #1875f0;
  outline: none;
}

.popup .popup-body .popup-footer {
  height: 50px;
  padding: 0 20px;
  box-sizing: border-box;
  line-height: 50px;
  text-align: right;
}

.popup .popup-body .popup-footer .popup-btn {
  height: 25px;
  width: 66px;
  display: inline-block;
  line-height: 25px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  font-size: 13px;
  text-align: center;
  margin-left: 13px;
  cursor: pointer;
}

.popup .popup-body .popup-footer .popup-btn:hover {
  background: #f2f2f2;
}

.popup .popup-body .popup-footer .popup-btn:active {
  background: #e9e9e9;
}

.popup .popup-body .popup-footer .popup-btn.light {
  background: #ffac68;
  color: white;
  border-color: #ffac68;
}

.popup .popup-body .popup-footer .popup-btn.light:hover {
  background: #f6a664;
}

.popup .popup-body .popup-footer .popup-btn.light:active {
  background: #eea161;
}

.popup.big .popup-body {
  width: 700px;
  height: 400px;
}

.popup.big .popup-body .popup-content {
  height: 310px;
  overflow-y: auto;
}

.common-table {
  font-size: 13px;
  width: 100%;
  margin: 0 0 20px;
}

.common-table tr th, .common-table tr td {
  padding: 8px;
  text-align: center;
}

.common-table tr td {
  border-bottom: 1px solid #ddd;
}

.common-table tr th {
  border-bottom: 3px solid #ddd;
}

.common-table tr:not(:first-of-type):hover {
  background-color: #f5f5f5;
  cursor: default;
}

.common-table tr td input {
  cursor: pointer;
  margin: 0;
}

.common-info {
  font-size: 13px;
  width: 100%;
  margin: 0 0 20px;
  display: none;
}

.common-info tr th, .common-info tr td {
  padding: 8px;
  text-align: center;
}

.common-info tr td {
  border-bottom: 1px solid #ddd;
}

.common-info tr th {
  border-bottom: 3px solid #ddd;
}

.common-info tr:not(:first-of-type):hover {
  background-color: #f5f5f5;
  cursor: default;
}

.common-info tr td input {
  cursor: pointer;
  margin: 0;
}

.mobile-content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-bottom: 30px;
}

.mobile-content .mobile-item {
  margin: 20px 30px;
}

.mobile-content .mobile-item.merge-row .item-left,
.mobile-content .mobile-item.merge-row .item-right {
  display: inline-block;
  width: 47%;
}


.mobile-content .mobile-item .item-left {
  color: #454545;
  height: 35px;
}

.mobile-content .mobile-item.merge-row .item-right {
  float: right;
  height: 35px;
  line-height: 35px;
}

.mobile-content .mobile-item.merge-row .item-right .send-item {
  text-align: center;
  background: #51d3f0;
  color: white;
  border-radius: 5px;
  font-size: 13px;
  width: 80%;
  margin-left: 20%;
  cursor: pointer;
}

.mobile-content .mobile-item.merge-row .item-right .send-item:not(.disabled):hover {
  background: #4ecce8;
}

.mobile-content .mobile-item.merge-row .item-right .send-item:not(.disabled):active {
  background: #4cc6e1;
}

.mobile-content .mobile-item.merge-row .item-right .send-item.disabled {
  opacity: .6;
  cursor: no-drop;
}

.mobile-content .mobile-item .item-left input {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  outline: none;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  padding: 0 10px;
}

.mobile-content .mobile-item .item-left input:focus,
.mobile-content .mobile-item .item-left input:active {
  outline: none;
  border-color: #63d0e2;
  box-shadow: 0 0 12px -4px #63d0e2;
}