.result {
  display: none;
}

body,
div {
  color: white;
  font-size: 30px;
  margin: 0px;
  padding: 0px;
}

.content {
  letter-spacing: 3px;
  text-align: center;
  margin-top: 50px;
  line-height: 50px;
}

.content #layui-tab {
  margin: 10px auto;
}

#layui-tab li {
  width: 50%;
  /*background: #9f6dca;*/
  vertical-align: unset !important;
  border-radius: 6px !important;
}

.layui-tab-title {
  background: none !important;
  margin: 0px !important;
}

.layui-tab-card {
  border-radius: 6px !important;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2) !important;
  border-width: 0px !important;
  border-style: unset !important;
}

.layui-tab-title .layui-this {
  /*background: black !important;*/
  /*background: url(../image/tab-select.png) no-repeat right center;*/
  /*background-color: unset !important;*/
  background-size: 30%;
}

/* PC端 .home 的原始 margin-top: 10% 会依据宽度放大垂直空白 */
.home {
  font-size: 50px;
  margin-top: 0; /* 原为 10% */
  letter-spacing: 5px;
}

.tips {
  font-size: 16px;
  letter-spacing: 0px;
}

#orderNumber {
  width: 300px;
  font-size: 16px;
  height: 30px;
}

.order_wechat {
  font-size: 20px;
  text-align: left;
  margin-left: 30px;
}

.order_wechat img {
  width: 100px;
  height: 100px;
  margin-left: 50px;
}

.order_wechat p {
  margin-top: 20px;
}

.order_wechat_example {
  margin-top: 20px;
}

#verify {
  font-size: 16px;
  width: 100px;
}

.order_query_title {
}

body .order_query_title .layui-layer-title {
  text-align: center;
  margin-left: 60px;
  background-color: unset;
}

.copy {
  width: 70px;
  height: 40px;
  font-size: 16px;
  border-radius: 100px;
  background-color: #1e9fff;
  color: white;
  outline: medium;
  border: unset;
  text-shadow: unset;
  transition: unset;
  margin-bottom: 5px;
  vertical-align: middle;
  margin-top: unset;
}

.div_foot a {
  text-decoration: none;
  color: white;
  margin-left: 5px;
}

.div_foot a:hover {
  text-decoration: none;
  color: white;
}

.layui-tab-item {
  text-align: center !important;
  /*height: 160px !important;*/
}

.layui-tab-item .tips {
  text-align: center;
}

.layui-tab-item input {
  margin-top: 30px;
}

.layui-tab-item button {
  margin-top: -15px !important;
}

#wximg {
  text-align: center;
  width: 120px;
  margin: 10px auto;
}

.div_foot {
  position: absolute;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  bottom: 0px;
}

.bottom_more {
  position: absolute;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  bottom: 40px;
}

.div_foot div {
  font-size: 16px;
  display: inline;
}

.div_foot :nth-child(4) {
  padding-left: 20px;
  background: none; /* 移除背景 */
  white-space: nowrap;
}

.friend {
  position: absolute;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  width: 100%;
  bottom: 20px;
}

.friend a {
  color: white;
  margin-left: 10px;
}

.friend a:hover {
  color: #02a1e9;
}

.tab {
  margin-left: 200px;
  margin-top: 20px;
  margin-right: 100px;
}

.tab a {
  font-size: 16px;
}

.head img {
  /*width: 320px;*/
  /*height: 320px;*/
  float: left;
  margin-top: 10px;
  margin-left: 20px;
}

#friend a {
  color: #ffffff;
}

#friend a:hover {
  color: #ffffff;
  background: #02a1e9;
  text-decoration: none;
}

.time {
  width: 50px;
  height: 50px;
}

.line1 {
  font-size: 40px;
  letter-spacing: 3px;
  margin-top: 30px;
}

.line2 {
  font-size: 40px;
  margin-bottom: 10px;
}

.index_login {
  float: right;
  width: 350px;
  display: inline;
  margin-top: 15px;
}

.index_login a {
  color: white;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  margin-left: 30px;
}

.order_bg {
  background-image: linear-gradient(
    to left,
    #292256 0%,
    #8446cf 70%,
    #a871d6 100%
  );
}

input::-webkit-input-placeholder {
  font-size: 16px;
}

#layer-photos-demo {
  display: none;
}

.no_order {
  display: none;
  font-size: 20px;
  margin-top: 50px;
}

.layui-table {
  display: none;
}

.order_table {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;

  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

.order_table th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
}

.order_table td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

.order {
  font-size: 20px;
  margin-top: 30px;
  /*margin-left: 50px;*/
  text-align: left;
}

.order input,
.order button {
  margin-top: unset !important;
}

.verify {
  font-size: 20px;
  /*margin-top: 30px;*/
  /*margin-left: 50px;*/
  text-align: left;
}

.verify input {
  height: 30px;
}

.verify button {
  margin-top: unset !important;
}

.order span,
input {
  margin: auto 0;
  display: inline-block;
  /*vertical-align: middle;*/
}

.order_result {
  margin-top: 70px;
}

.order_result button {
  margin-top: unset !important;
}

.layui-table th,
td {
  text-align: center;
}

#tbody #button {
  margin-left: 5px;
}

.order_result {
  background-image: linear-gradient(
    to left,
    #292256 0%,
    #8446cf 70%,
    #a871d6 100%
  );
  text-align: center;
}

.layui-tab-title .layui-this:after {
  height: unset !important;
}

#layui-tab li {
  border-radius: unset !important;
}

@media only screen and (max-width: 480px) {
  .layui-nav a {
    font-size: 18px;
  }

  .layui-tab {
    width: 280px !important;
    height: 150px !important;
  }

  .tab {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    display: inline-flex;
    flex-flow: column;
  }

  .head img {
    margin-left: 0px;
    max-width: 150px;
    position: absolute;
  }

  .layui-nav {
    order: 2 !important;
    padding: 0px !important;
  }

  .index_login {
    order: 1;
    width: 100%;
    padding-left: 150px;
  }

  .index_login a {
    margin-left: 25px;
    font-size: 14px;
  }

  /*.line2{*/
  /*    margin-bottom: 5px !important;*/
  /*}*/
  .line2 img {
    width: 40px !important;
    height: 40px !important;
  }

  .line2,
  #code_price,
  #code_name {
    font-size: 20px !important;
  }

  /*.div_foot{*/
  /*    height: 30px;*/
  /*    line-height: 15px;*/
  /*    bottom: 0;*/
  /*    font-size: 12px;*/
  /*}*/
  #friend {
    background: rgb(145, 89, 203);
  }

  body {
    /*height: 100%;*/
    /*overflow: hidden !important;*/
    overflow-y: scroll;
    /*height: 800px;*/
  }

  .content {
    letter-spacing: 0px;
    margin-top: 90px;
    line-height: 40px;
    padding: 5px;
  }

  .tips {
    font-size: 14px;
  }

  .layui-tab-item input {
    margin-top: 0px;
  }

  .result {
    font-size: 16px;
    margin-top: 10px;
  }

  .copy {
    font-size: 16px;
    margin-top: 0px !important;
  }

  .layui-btn {
    font-size: 16px !important;
  }

  #wximg {
    margin: 0px;
  }

  .bird {
    display: none;
  }

  #orderNumber {
    width: 265px;
  }

  .order_wechat {
    margin-left: 10px !important;
  }

  .order_wechat_example button {
    margin-top: 10px !important;
    margin-left: 0px !important;
  }

  .order {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    width: 280px;
  }

  .bottom_more {
    position: absolute;
  }

  .layui-tab-item button {
    margin-top: 1.5em !important;
  }

  .layui-btn + .layui-btn {
    margin-left: unset !important;
  }

  .layui-tab-card > .layui-tab-title li {
    margin: unset !important;
  }

  .order span,
  input {
    margin: 5px 0px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    height: 30px;
  }

  .order button,
  .verify button {
    margin-top: 10px !important;
  }

  #verify {
    vertical-align: baseline;
  }

  .verify span,
  input {
    margin: 5px 0px;
    /*display: inline-block;*/
    vertical-align: middle;
    font-size: 16px;
    height: 30px;
  }

  .verify {
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    width: 280px;
  }

  .order_result {
    margin-top: 10px;
  }

  .order_result button {
    margin-top: 10px !important;
  }

  .layui-tab-title .layui-this:after {
    height: unset !important;
  }

  .layui-table td,
  .layui-table th {
    padding: 0px !important;
  }

  .content .home,
  .line1 {
    font-size: 22px;
  }

  .div_foot {
    font-size: 14px;
    bottom: 5px;
  }

  .bottom_more {
    font-size: 14px;
    padding: 0 5px;
    bottom: 60px;
    text-align: unset;
  }

  .div_foot div {
    font-size: 14px;
  }

  .order_wechat_example {
    margin-top: unset !important;
  }

  .order_wechat img {
    margin-top: 10px;
  }

  .order_wechat_example button {
    margin-top: 10px !important;
  }
}

@media only screen and (max-width: 360px) {
  .index_login a {
    margin-left: 10px;
    font-size: 14px;
  }

  .content {
    letter-spacing: 0px;
    margin-top: 5px;
    line-height: 30px;
    padding: 5px;
  }

  .line2,
  #code_price,
  #code_name {
    font-size: 18px !important;
  }

  .layui-nav {
    order: 2 !important;
    padding: 0px !important;
  }

  .time {
    width: 30px;
    height: 30px;
  }

  .result {
    margin-top: 5px;
  }

  /**
.div_foot {
        display: none;
    }

    .bottom_more {
        display: none;
    }
    */
}
