.report {
  align-items: center;
  gap: 10px;
  margin-top: -178px;
}

.report-tip {
  width: 92%;
  color: #008c43;
  padding-left: 20px;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  background-image: url("https://cdn.jiangchongniao.com/img/tip.svg");
  background-position: 0px 2px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

.report span {
  font-size: 14px;
  color: #333;
  display: block;
  width: 67px;
  float: left;
  height: 34px;
  line-height: 34px;
}

.report-num {
  width: 340px;
  margin-right: 10px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 14px;
  color: #999;
  outline: none;
  display: block;
  float: left;
}

.report-get-btn {
  background: linear-gradient(to right, #07c160, #19b363);
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  width: 150px;
  float: left;
  display: block;
}

.report-get-btn:hover {
  opacity: 0.8;
}

.report-wx-get,
.report-alipay-get {
  width: 170px;
  margin-bottom: 15px;
  background-position: 0 7px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  float: left;
  margin-left: 20px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  border-radius: 4px;
  height: 34px;
  line-height: 34px;
  padding-left: 30px;
}

.report-getNum-line {
  display: none;
}

.report-wx-get:hover,
.report-alipay-get:hover {
  color: #07C160;
}

.report-wx-get {
  background-image: url('/img/pay-wx.png');
  background-size: 20px 17px;
  background-position: 0 9px;
}

.report-alipay-get {
  background-image: url('/img/pay-ali.png');
}

.order-tips {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #555;
  margin-left: 30px;
}

.order-box {
  width: 100%;
  height: 175px;
  background-color: #07c160;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(7, 5, 7, 0.05);
  margin-top: 30px;
  overflow: hidden;
  position: relative;
}

.order-box-flush,
.order-list-flush {
  position: absolute;
  width: 108px;
  color: #8a8a8a;
  cursor: pointer;
  background-color: #FFF;
  user-select: none;
}

.order-box-flush {
  display: none;
  right: 0;
  top: 25px;
}

.order-list-flush {
  width: 87px;
  top: 17px;
  right: 0;
}

.order-box-flush img {
  position: absolute;
  right: 115px;
  top: -1px;
  height: 20px;
  width: 20px;
  background-color: #FFF;
}

.order-list-flush img {
  position: absolute;
  right: 95px;
  top: -1px;
  height: 20px;
  width: 20px;
  background-color: #FFF;
}

.order-box-flush p,
.order-list-flush p {
  font-size: 14px;
  color: #8a8a8a;
}

.order-main {
  width: 100%;
  background-color: #FFF;
  border-radius: 8px;
  height: 140px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(7, 5, 7, 0.05);
}

.order-title {
  padding: 9px 30px;
  line-height: 30px;
  height: 30px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #F1F1F1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-info {
  width: calc(100% - 20px);
  padding-top: 10px;
  height: auto
}

.order-info-box {
  width: 130px;
  height: 60px;
  text-align: center;
  padding-top: 10px;
  float: left;
  overflow: hidden;
}

.order-box-num {
  padding-left: 30px;
  text-align: left;
  font-size: 14px;
  color: #555;
}

.order-info-box p:first-child {
  color: #444;
  font-size: 14px;
  height: 30px;
}

.order-info-box p:last-child {
  color: #07c160;
  font-size: 14px;
  height: 40px;
}

.safe-tip {
  background-image: url("https://cdn.jiangchongniao.com/img/order-safe.png");
  background-repeat: no-repeat;
  background-position: 17px 8px;
  padding-left: 40px;
  color: #FFF;
  height: 25px;
  line-height: 25px;
  padding-top: 5px;
  font-size: 14px;
  background-size: 20px 20px;
}

.ai-warning-tip {
  background-image: url("https://cdn.jiangchongniao.com/img/waning.png");
  background-repeat: no-repeat;
  background-position: 18px 9px;
  padding-left: 40px;
  color: #FFF;
  background-color: #F26C1E;
  height: 32px;
  line-height: 25px;
  padding-top: 5px;
  font-size: 14px;
  background-size: 17px 17px;
}

.ai-warning-tip span {
  display: inline-block;
  background-color: #FFF;
  color: #F26C1E;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 4px;
  line-height: 25px;
  margin-top: -2px;
  font-weight: bold;
  cursor: pointer;
}

.ai-warning-tip span:hover {
  opacity: 0.9;
}

.safe-tip a {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  text-decoration: underline;
  color: #FFF;
}

.order-down-btn {
  float: right;
  width: auto;
  display: none;
}

#redo-btn,
#redo-btn-not-login {
  margin-top: 10px;
  font-size: 14px;
  border-bottom: 1px solid #07c160;
  color: #07c160;
  cursor: pointer;
  text-align: center;
}

#redo-btn a,
#redo-btn-not-login a {
  font-size: 14px;
  color: #07c160;
  text-align: center;
}

.order-down {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border-radius: 4px;
  background-color: #07c160;
  color: #FFF;
  height: 40px;
  line-height: 40px;
  user-select: none;
  width: 150px;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.order-build-down-ai {
  width: 89px;
  margin-right: 10px;
  font-size: 15px;
  color: #07C160;
  line-height: 20px;
  height: 25px;
  padding-top: 25px;
  float: left;
  padding-left: 24px;
  background-size: 21px 21px;
  background-repeat: no-repeat;
  background-position: 0 24px;
  background-image: url("https://cdn.jiangchongniao.com/img/down-icon.png");
  cursor: pointer;
}

.order-build-down-ai:hover {
  border-bottom: 1px solid #07C160;
}

.order-num-tip {
  font-size: 15px;
  color: #666;
  background-image: none;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

.order-wait-tip {
  height: auto;
  padding: 10px 20px;
  width: calc(100% - 43px);
  border-radius: 4px;
  border: 1px solid #b7eb8f;
  background-color: #f6ffed;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.order-ok-tip {
  height: auto;
  padding: 10px 20px;
  width: calc(100% - 43px);
  border-radius: 4px;
  border: 1px solid #91caff;
  background-color: #e6f4ff;
  margin-top: 10px;
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.88);
}

.order-ok-tip a {
  color: #4d83da;
  text-decoration: underline;
  margin-right: 10px;
}

.main-tips {
  height: auto;
  font-size: 14px;
  color: #555;
  line-height: 25px;
  margin-bottom: 26px;
}

.login-orders-empty,
.login-orders-not-login {
  height: 300px;
  padding-top: 50px;
  text-align: center;
}

.login-orders h3 {
  padding-left: 20px;
  line-height: 30px;
  font-size: 18px;
  height: 41px;
  user-select: none;
  padding-top: 10px;
}

.login-orders h3 span {
  font-size: 14px;
  color: #555;
  margin-left: 10px;
  font-weight: normal;
}

.login-orders-empty p,
.login-orders-not-login p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

.go-check {
  width: 150px;
  height: 30px;
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  user-select: none;
  color: #07c160;
  background-color: #eafce6;
  cursor: pointer;
  text-decoration: none;
  margin: 0 auto;
}

.login-orders {
  width: 100%;
  background-color: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  min-height: 500px;
  margin-top: 30px;
  height: auto;
  padding-bottom: 30px;
  position: relative;
}

.login-orders-empty svg {
  width: 150px 150px;
}

.login-order-box {
  width: 100%;
  height: 177px;
  background-color: #07c160;
  overflow: hidden;
  position: relative;
}

.login-order-main {
  width: 100%;
  background-color: #FFF;
  height: 140px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(7, 5, 7, 0.05);
}

.order-bottom {
  height: 15px;
  background-color: #f9f9f9;
}

.show-order-num,
#order-id-not-login {
  cursor: pointer;
}

.check-result-high {
  color: #FF1111;
  font-weight: bold;
}

.check-result-low {
  color: #07C160;
  font-weight: bold;
}

.check-down-btn {
  margin-top: 15px;
  margin-right: 11px;
}

.down-warning {
  position: fixed;
  width: 700px;
  max-width: 100%;
  height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  background-color: #FFF;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.48);
  border-radius: 2px;
}

.warning-down-ok-tip {
  position: absolute;
  top: -40px;
  color: #FFF;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 100%;
}

.warning-head {
  background: linear-gradient(to right, #e31701, #ff4c10);
  width: 100%;
  height: 155px;
}

.warning-title {
  background-image: url("https://cdn.jiangchongniao.com/img/warning-ico.png");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 7px 7px;
  padding-left: 32px;
  font-size: 15px;
  color: #FFF;
  padding-top: 7px;
  width: 200px;
  float: left;
  user-select: none;
}

.warning-close {
  font-size: 25px;
  color: #FFF;
  width: 30px;
  height: 30px;
  line-height: 30px;
  user-select: none;
  text-align: center;
  float: right;
  cursor: pointer;
}

.warning-bit-title {
  background-image: url("https://cdn.jiangchongniao.com/img/warning-big-ico.png");
  background-repeat: no-repeat;
  background-size: 70px 70px;
  height: 100px;
  background-position: 37px 23px;
  padding-left: 119px;
  font-size: 29px;
  font-weight: bold;
  color: #FFF;
  line-height: 70px;
  user-select: none;
  padding-top: 23px;
}

.warning-pay-box {
  width: 100%;
  height: 240px;
}

.warning-todo {
  padding-top: 15px;
  text-align: center;
  height: 30px;
  font-size: 17px;
  line-height: 30px;
  user-select: none;
}

.warning-foot {
  background-color: #f3f3f3;
  border-top: 1px solid #b1b1b1;
  height: 55px;
}

.warning-foot-left {
  width: 387px;
  font-size: 11px;
  color: #6c6c6c;
  line-height: 15px;
  user-select: none;
  padding-left: 10px;
  padding-top: 4px;
  float: left;
}

.warning-foot-right {
  width: 255px;
  height: 40px;
  user-select: none;
  text-align: center;
  color: #444;
  line-height: 40px;
  background-color: #e4edf7;
  border: 1px solid #6cc1eb;
  float: right;
  margin-top: 7px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 15px;
}

.warning-pay-code {
  float: left;
  margin-left: 197px;
  height: 180px;
}

.warning-pay-code img {
  width: 132px;
  height: 132px;
  text-align: center;
}

.warning-pay-right {
  width: 200px;
  float: left;
  margin-left: 45px;
  padding-top: 27px;
}

.warning-pay-info {
  font-size: 14px;
  color: #444;
  line-height: 27px;
}

.warning-gg-tag {
  font-size: 10px;
  opacity: 0.3;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 2px;
  width: 33px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  user-select: none;
  margin-top: -25px;
  position: absolute;
  bottom: -22px;
}

.report-model {
  height: 420px !important;
}

.warning-all-pay {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}

.warning-all-pay span {
  color: #FF6347;
}

.waning-box-big-num {
  font-size: 20px;
  font-weight: bold;
}

.warning-pc-type {
  margin-top: 3px;
  font-size: 14px;
  background-size: contain;
  text-align: center;
}

.warning-type-wx {
  display: inline-block;
  padding-left: 22px;
}

.warning-type-wx p {
  background: url('/img/pay-wx.png') no-repeat center;
  background-size: 18px 16px;
  background-position: 0 1px;
}

.warning-type-ali {
  display: inline-block;
  padding-left: 35px;
  margin-left: 20px;
}

.warning-type-ali p {
  background: url('/img/pay-ali.png') no-repeat center;
  background-size: 16px 16px;
  background-position: 0 1px;
}

.warning-type-ali p,
.warning-type-wx p {
  margin-top: 10px;
  display: inline-block;
  padding-left: 25px;
}

.warning-type-wx .warning-type-img-box {
  border: 2px solid #00aa74;
}

.warning-type-ali .warning-type-img-box {
  border: 2px solid #00a7e3;
}

.warning-type-img-box {
  padding: 10px;
  width: 100px;
  height: 100px;
  border-radius: 8px;
}

.warning-type-img-box img {
  width: 100px;
  height: 100px;
}

.waning-package-type {
  padding-top: 45px;
  text-align: center;
}

.waning-package-type .warning-all-pay {
  font-size: 18px !important;
}

.waning-package-pay {
  margin: 0 auto;
  width: 90%;
  max-width: 300px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  background-color: #07c160;
  user-select: none;
  border-radius: 8px;
  cursor: pointer;
}

@media screen and (max-width: 1470px) {

  .order-info {
    width: 100%;
  }

  .order-down {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1270px) {

  .report {
    display: block;
  }

  .report span {
    width: 80px;
    line-height: 36px;
    float: left;
  }

  .report input {
    float: left;
  }

  .report-get-btn {
    width: calc(100% - 60px);
    float: left;
    margin-left: 10px;
    margin-top: 10px;
  }

  .order-tips {
    display: block;
    float: none;
    margin-top: 20px;
    margin-left: 0;
  }

  .report-btn-clear {
    clear: both;
  }

  .order-info {
    width: 100%;
  }

  .order-down {
    margin-right: 15px;
  }

  .report-getNum-line {
    display: block;
  }

  .report-wx-get,
  .report-alipay-get {
    margin-top: 10px;
  }

  #redo-btn,
  #redo-btn-not-login {
    margin-left: -21px;
  }
}

@media screen and (max-width: 1070px) {
  .order-info-box {
    width: 104px;
  }
}

@media screen and (max-width: 850px) {
  .order-info {
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% - 30px);
  }

  .order-title {
    padding: 2px 10px;
  }

  .order-info-box {
    width: auto;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding-right: 10px;
  }

  .order-info-box p {
    display: inline-block;
    height: auto;
  }

  .order-info-box p:last-child {
    padding-left: 4px;
  }

  .order-build-down-ai {
    padding-top: 7px;
    background-position: 0 6px;
  }

  .check-down-btn {
    margin-top: 0;
  }

  .order-down {
    height: 35px;
    line-height: 35px;
    width: 125px;
  }

  .check-down-btn {
    margin-top: 10px;
  }
}


@media screen and (max-width: 740px) {
  .warning-bit-title {
    width: 100%;
    padding-left: 0;
    padding-top: 46px;
    background-size: 47px 47px;
    background-position: 50% 12px;
    font-size: 20px;
    text-align: center;
  }

  .warning-head {
    height: 137px;
  }

  .warning-todo {
    font-size: 14px;
    padding-top: 3px;
  }

  .pay-type {
    margin-top: 5px;
  }

  .warning-pay-right {
    width: 173px;
    margin-left: 15px;
    padding-top: 10px;
  }

  .warning-pay-code {
    margin-left: calc(50% - 148px)
  }

  .warning-pay-box {
    height: 210px;
  }

  .warning-foot {
    height: 103px;
  }

  .warning-foot-left {
    float: none;
    text-align: center;
    width: 100%;
  }

  .warning-foot-right {
    float: none;
    margin: 0 auto;
    margin-top: 7px;
  }
}