

#check .title {
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  padding: 0 15px;
  border-bottom: 1px solid #edf0f4;
}

#check .title .money {
  color: #fb4751;
}

#check .line {
  min-height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #edf0f4;
}

#check .line .name {
  width: 6em;
}

#check .line span {
  color: #fb525b;
}

#check .line input, #check .line select, #check .line textarea {
  border: none;
  font-size: 14px;
  color: #6f6f6f;
}

#check .line input {
  margin-left: 8px;
}

#check .btn {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 52.5px;
  justify-content: center;
}

#check .btn input {
  border: none;
  width: 135px;
  height: 52.5px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  background-image: url("../images/affirm@3x.png");
}

#orderPreview {
  font-size: 14px;
  background: #fff;
  border-bottom: 15px solid #edf0f4;
  padding-bottom: 20px;
}

#orderPreview dt {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  padding: 0 11px;
  min-height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #edf0f4;
  color: #343333;
}

#orderPreview dt .orderNum {
  display: flex;
}

#orderPreview dt .orderNum .name {
  margin-right: 5px;
}

#orderPreview dd {
  margin-top: 20px;
  display: flex;
}

#orderPreview dd .name {
  color: #5e5e5e;
  padding: 0 18px 0 11px;
  width: 60px;
}

#orderPreview dd .text {
  color: #343333;
}
.in ul{
height:52px; 

}
.in li{
height:52px;line-height:52px; text-align:center; font-size:16px; float:left; margin-right:1px;

}

#check .line .btn_t {
    width: 110px;
    height: 30px;
	font-size:16px;
    margin: 5px 0px;
    line-height: 25px;
    cursor: pointer;
	border:1px solid #a5a5a5;
}