@charset "UTF-8";
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #028efe;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

.uc-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.uc-alert {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.uc-alert .box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  background-color: #fff;
}
.uc-alert .title {
  background: linear-gradient(to right, #028efe 0%, #04aaff 100%);
  color: #fff;
  padding: 0 20px;
  height: 50px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert .btn-close {
  color: #fff;
}
.uc-alert .btn-close img {
  display: block;
}
.uc-alert .over-close {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.uc-alert-pay .box {
  width: 880px;
}
.uc-alert-pay .bottom {
  background-color: #efeeee;
  font-size: 12px;
  color: #999999;
  line-height: 24px;
  padding: 4px 10px;
  text-align: center;
}
.uc-alert-pay .alert-main {
  padding: 20px 40px;
}
.uc-alert-pay .step {
  padding: 5px 0;
  font-size: 13px;
  color: #666666;
  margin-bottom: 20px;
}
.uc-alert-pay .step, .uc-alert-pay .step .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert-pay .step .number {
  width: 26px;
  border-radius: 5px;
  height: 26px;
  border: #ebebeb 1px solid;
  margin-right: 10px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
.uc-alert-pay .step .line {
  flex: 1;
  min-width: 0;
  height: 1px;
  background-color: #ebebeb;
  margin: 0 10px;
}
.uc-alert-pay .step .on {
  color: #028efe;
}
.uc-alert-pay .step .on .number {
  color: #fff;
  background-color: #028efe;
  border-color: #028efe;
}
.uc-alert-pay .notice {
  background-color: #fffaf1;
  border-radius: 5px;
  color: #daa121;
  font-size: 12px;
  font-weight: bold;
  padding: 10px 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
.uc-alert-pay .link {
  border-radius: 5px;
  background-color: #f2f9ff;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert-pay .link .img {
  width: 82px;
  border-radius: 15px;
  height: 82px;
  overflow: hidden;
  margin-right: 15px;
}
.uc-alert-pay .link .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-alert-pay .link .con {
  flex: 1;
  min-width: 0;
}
.uc-alert-pay .link .name {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 10px;
}
.uc-alert-pay .link .txt {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.uc-alert-pay .title-line {
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}
.uc-alert-pay .title-line:after {
  content: "";
  width: 3px;
  height: 20px;
  background-color: #028efe;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.uc-alert-pay .choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
.uc-alert-pay .choose li {
  line-height: 40px;
  border-radius: 5px;
  border: #ebebeb 1px solid;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 10px;
  font-size: 13px;
  min-width: 190px;
  margin-bottom: 10px;
}
.uc-alert-pay .choose li:last-child {
  margin-right: 0;
}
.uc-alert-pay .choose li.on {
  background: #edf7ff url("images/ok.png") right top no-repeat;
  background-size: 25px 20px;
  border: #028efe 1px solid;
  color: #028efe;
}
.uc-alert-pay .input-operate, .uc-alert-pay .input-operate .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert-pay .input-operate .right {
  font-size: 13px;
}
.uc-alert-pay .input-operate .money {
  font-size: 16px;
  color: #ff0000;
}
.uc-alert-pay .uc-input {
  width: 325px;
  border-radius: 5px;
  height: 44px;
  line-height: 33px;
  outline: none;
  padding: 0 10px;
  border: #ebebeb 1px solid;
}
.uc-alert-pay input:-moz-placeholder {
  color: #bfbfbf;
}
.uc-alert-pay ::-webkit-input-placeholder {
  color: #bfbfbf;
}
.uc-alert-pay .uc-btn {
  width: 240px;
  height: 50px;
  background: linear-gradient(to right, #028efe 0%, #04aaff 100%);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 50px;
  margin-left: 20px;
}
.uc-alert-pay .uc-btn:hover {
  opacity: 0.8;
}

.uc-alert-payCode .box {
  width: 700px;
}
.uc-alert-payCode .alert-main {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-alert-payCode .info {
  padding-right: 25px;
  border-right: #ebebeb 1px solid;
  margin-right: 25px;
  flex: 1;
  min-width: 0;
}
.uc-alert-payCode .info li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  line-height: 24px;
  padding: 5px 0;
}
.uc-alert-payCode .info .txt {
  color: #999;
  margin-right: 10px;
}
.uc-alert-payCode .info .con {
  flex: 1;
  min-width: 0;
}
.uc-alert-payCode .info .name {
  color: #028efe;
}
.uc-alert-payCode .info .money {
  color: #ff0000;
  font-size: 18px;
}
.uc-alert-payCode .info .tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  color: #999;
  font-size: 14px;
}
.uc-alert-payCode .info .tips img {
  display: block;
  margin-right: 5px;
}
.uc-alert-payCode .choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-alert-payCode .choose .item {
  line-height: 34px;
  border-radius: 2px;
  border: #ebebeb 1px solid;
  padding: 0 10px;
  cursor: pointer;
  margin-right: 30px;
  font-size: 13px;
  min-width: 120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-alert-payCode .choose .item img {
  width: 20px;
  display: block;
  margin-right: 5px;
}
.uc-alert-payCode .choose .item:last-child {
  margin-right: 0;
}
.uc-alert-payCode .choose .item.on {
  background: #edf7ff url("images/ok2.png") right bottom no-repeat;
  background-size: 21px 18px;
  border: #028efe 1px solid;
  color: #028efe;
}
.uc-alert-payCode .choose .tag {
  background-color: #ff5858;
  color: #fff;
  border-radius: 0 8px;
  line-height: 20px;
  padding: 0 10px;
  font-size: 12px;
  position: absolute;
  top: -5px;
  right: -20px;
}
.uc-alert-payCode .code-box {
  border: #ebebeb 10px solid;
  padding: 20px 20px 12px;
}
.uc-alert-payCode .code-box .txt {
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.uc-alert-payCode .code-box .green {
  color: #56b739;
}
.uc-alert-payCode .code {
  width: 165px;
  border-radius: 5px;
  height: 165px;
  overflow: hidden;
  margin-bottom: 15px;
}
.uc-alert-payCode .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.uc-alert-payResult .box {
  width: 500px;
}
.uc-alert-payResult .alert-main {
  padding: 15px 40px;
}
.uc-alert-payResult .result {
  text-align: center;
  padding-bottom: 25px;
  font-size: 12px;
  color: #666666;
}
.uc-alert-payResult .result img {
  display: block;
  margin: 0 auto 5px;
}
.uc-alert-payResult .result .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.uc-alert-payResult .uc-btn {
  width: 180px;
  border-radius: 3px;
  height: 36px;
  line-height: 36px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
}
.uc-alert-payResult .uc-btn:hover {
  opacity: 0.8;
}
.uc-alert-payResult .uc-btn.btn1 {
  background: linear-gradient(to right, #028efe 0%, #04aaff 100%);
  color: #fff;
  font-size: 14px;
}
.uc-alert-payResult .uc-btn.btn2 {
  color: #666666;
}
.uc-alert-payResult .link-box {
  border-radius: 10px;
  background-color: #f5f7fb;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.uc-alert-payResult .link-box .sub-title {
  margin-bottom: 10px;
  color: #666666;
  font-size: 14px;
}
.uc-alert-payResult .link {
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-alert-payResult .link .img {
  width: 60px;
  border-radius: 5px;
  height: 60px;
  overflow: hidden;
  margin-right: 10px;
}
.uc-alert-payResult .link .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-alert-payResult .link .con {
  flex: 1;
  min-width: 0;
}
.uc-alert-payResult .link .name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.uc-alert-payResult .link .txt {
  font-size: 12px;
  line-height: 14px;
  text-align: justify;
  height: 28px;
  overflow: hidden;
}

.uc-alert-msg {
  background-color: rgba(255, 255, 255, 0.2);
}
.uc-alert-msg .box {
  background-color: rgba(44, 44, 45, 0.95);
  border-radius: 5px;
  width: 300px;
  padding: 10px 30px;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */