html,
body {
  overflow-x: hidden;
  margin: 0;
  font-size: 13px;
}
body {
  background: #264ea0;
}

:root {
  --main-color: #ffffff;
}

* {
  box-sizing: border-box;
}

.index {
  padding-bottom: 40px;
}

input[type='text'] {
  width: 95%;
  margin: 0 auto;
  display: block;
  border-radius: 3px;
  background: #f3f3f3;
  height: 11.733vw;
  line-height: 2;
  padding-left: 4.533vw;
  font-size: 14px;
  border: none;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
}

.m-t10 {
  margin-top: 10px;
}

.m-b10 {
  margin-bottom: 10px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.header {
  text-align: center;
  padding: 16px 0 16px 0;
}
.header p {
  font-size: 17px;
  color: #ffffff;
  line-height: 24px;
  font-family: Kaiti TC, Kaiti TC-Bold;
  font-weight: 700;
}
.banner {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
  width: calc(100% - 30px);
  height: 316px;
  background-color: #fff;
  border-radius: 12px;
}

li {
  list-style: none;
}

.banner ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.banner ul li {
  float: left;
  width: 100%;
}

.banner ul li a img {
  display: block;
  width: 100%;
  height: 316px;
}

.banner .prev,
.banner .next {
  display: none;
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 35px;
  line-height: 35px;
  border-radius: 17.5px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.banner .prev {
  left: 0;
  transform: translate(-50%, -50%);
  text-indent: 28px;
}

.banner .next {
  right: 0;
  transform: translate(50%, -50%);
  text-indent: 8px;
}

.banner .prev:hover,
.banner .next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.banner .gd {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin-left: -36.5px;
  display: flex;
  justify-content: space-around;
  width: 75px;
  height: 15px;
  border-radius: 8px;
  background-color: #ffffff4d;
}

.banner .gd i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 2.5px;
  background-color: #d8d8d8;
}

.current {
  background-color: #d5bb7a !important;
  width: 15px !important;
  height: 9px !important;
  border-radius: 4.5px !important;
}

.search-btn {
  width: 95%;
  margin: 13px auto 22px;
  display: block;
  border-radius: 3px;
  height: 11.733vw;
  line-height: 2;
  font-size: 14px;
  border: none;
  box-shadow: 4px 7px 10px 0px #edecec;
  background-color: #264ea0;
  color: white;
}

button {
  outline: none;
}

.page-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.logo {
  width: 35px;
}

.title {
  width: 175px;
  height: 15.5px;
}

.nav {
  position: fixed;
  top: calc((100vh - 150px) / 5);
  right: 0;
  z-index: 3;
  height: 180px;
  width: 70px;
  display: flex;
  flex-direction: column;
}

.nav-li {
  width: 70px;
  height: 50px;
  text-align: center;
  background: #ededed;
  border-radius: 17px 0 0 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.active {
  background: #3173e4;
  color: #fff !important;
}

.icon-nav {
  height: 17px;
  width: 17px;
}

.icon-nav2 {
  height: 15px;
  width: 15px;
}

.icon-nav3 {
  height: 20px;
  width: 20px;
}

.page-body {
  display: flex;
  flex-direction: column;
  padding: 15px 11px;
  margin: 0 21px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 2px 4px 0px #ccc;
}

.pro-img {
  width: 100%;
}

.pro-img2 {
  width: 80px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  display: flex;
}

.pro-txt {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #5f5f5f;
  line-height: 33px;
}

.bidy-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-family: Kaiti TC, Kaiti TC-Bold;
  font-weight: 700;
  text-align: left;
  color: #264ea0;
  line-height: 31px;
  margin: 10px 0 13px 0;
}

.body-input {
  height: 36px;
  background: #f7f7f7;
  border-radius: 2px;
}

.sup-box {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 15px auto 0;
}

.sup-tit {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #393939;
  line-height: 29px;
}

.sup-tit-line {
  width: 7px;
  height: 29px;
  background: #c5aa7f;
  margin-right: 10px;
}

.sup-txt {
  font-size: 14px;
  line-height: 30px;
}

footer {
  margin: 15px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 25px;
}

.foot1 {
  font-size: 13px;
}

.foot2 {
  font-size: 12px;
}

.split {
  padding-top: 16px;
}

.split-line {
  padding: 10px 15px;
  position: relative;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
}

.split-icon {
  width: 20px;
  height: 32px;
  background: #264ea0;
  position: absolute;
  top: -16px;
}

.split-l {
  left: -4px;
  border-radius: 0 16px 16px 0;
  box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2) inset;
}

.split-r {
  right: -4px;
  border-radius: 16px 0 0 16px;
  box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2) inset;
}

.result,
.result-code,
.about,
.history {
  padding: 0 20px 30px 20px;
}

.result-icon {
  text-align: center;
}

.result-msg {
  font-size: 19px;
  font-weight: bold;
  line-height: 40px;
  color: #3f3f3f;
  text-align: center;
}

.result-detail {
  font-size: 14px;
  line-height: 20px;
  color: #939393;
  text-align: center;
}

.result-code-title {
  font-size: 14px;
  line-height: 20px;
}
.result-code-content {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}

.about-item {
  clear: both;
  margin-bottom: 10px;
  height: 42px;
}
.about-item-icon,
.about-item-content {
  float: left;
  font-size: 14px;
  line-height: 20px;
}
.about-item-icon {
  margin: 5px 10px 0 0;
}
.about-item-title {
  color: #939393;
}
.about-item-msg {
  color: #2a2a2a;
  font-weight: bold;
}
.btn-back {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 14px;
  line-height: 40px;
  color: #2a2a2a;
  border-radius: 8px;
}

.history {
  min-height: 130px;
  color: #2a2a2a;
  line-height: 30px;
}
.history-item {
  height: 30px;
  clear: both;
}
.history-ip {
  float: left;
}
.history-time {
  float: right;
  color: #939393;
}

.info {
  padding: 0 10px;
}
.info-title {
  display: flex;
}
.fangkuai {
  width: 7px;
  height: 18.5px;
  background: #015fb6;
  border-radius: 1px;
}
.txt {
  margin-left: 7px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 700;
  text-align: left;
  color: #393939;
}
.item {
  margin-top: 14.5px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #5f5f5f;
  line-height: 22.5px;
}
