* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  /* position: relative; */
}
.container{
  width: 100%;
  max-width: 750px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 50px;
  margin: auto;
}
button:active {
  transform: scale(0.95);
}
.img-w {
  width: 100%;
  height: auto;
}
.checkBox {
  margin: 15px;
  /* width: 345px; */
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
}
.title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 13px;
}
.red-18 {
  font-weight: bold;
  font-size: 18px;
  color: #c53439;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.icon {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.inputBox {
  width: 70%;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 6px 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
input {
  flex: 1;
  border: none;
  min-height: 40px;
  font-size: 14px;
  font-weight: 400;
  flex-wrap: wrap;
  word-break: break-all;
}
input:focus {
  /* border: none ; */
  outline: none;
}
.scanBox {
  width: 30px;
  padding-left: 3px;
  border-left: 1px solid #f5f5f5;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.scanIcon {
  width: 30px;
  height: auto;
}
.searchIcon {
  margin-right: 4px;
}
.checkBtn {
  border: none;
  min-width: 96px;
  min-height: 50px;
  background: #c53439;
  border-radius: 10px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.tips {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 10px;
}
.explainBox {
  margin: 15px;
  /* width: 345px; */
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 15px;
}
ol{
  width: 100%;
}
li {
  width: 100%;
  flex-wrap: wrap;
  word-break: break-all;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.footLogo {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.xiniumaLOGO {
  width: 154px;
  height: auto;
}

.model {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  opacity: 1;
  transition: all 1.5s;
}
.model .model-main {
  transform: scale(1);
  transition: all 1s;
  position: relative;
}
.model .model-main .model-main-bg {
  display: block;
  width: 100%;
  height: auto;
}
.model-main-content {
  position: absolute;
  left: 0;
  top: 56%;
  width: 100%;
  height: 100%;
}
.model-main-content > div > h2 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.model-warning-text {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.model .model-main-close {
  width: 36px;
  height: 36px;
  margin-top: 14px;
  z-index: 20;
}
.hide {
  display: none !important;
}
