* {
  padding: 0;
  margin: 0;
}
body {
  background: #F9F9F9;
}
#store {
  padding: 0;
  background: #fff;
}
#store .top-bg {
  width: 100%;
  height: 280px;
  background: linear-gradient(360deg, rgba(255, 118, 80, 0) 0%, #E9481B 100%);
}
#store .top-bg .title {
  margin: 0 auto 60px;
  padding-top: 60px;
  text-align: center;
  font-size: 48px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
}
#store .top-bg .input {
  margin: 0 auto;
  width: 656px;
}
#store .top-bg .input .box {
  position: relative;
  float: left;
  width: 500px;
  height: 52px;
}
#store .top-bg .input .box input {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  border-radius: 4px;
  border: none;
  font-size: 22px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 22px;
  text-indent: 15px;
  outline: none;
}
#store .top-bg .input .box input:focus {
  outline: none;
}
#store .top-bg .input .box .key-list {
  position: absolute;
  top: 54px;
  left: 0;
  width: 500px;
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(1, 1, 1, 0.1);
  overflow-y: scroll;
  max-height: 150px ;
}
#store .top-bg .input .box .key-list .list {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 34px;
  padding-left: 15px;
}
#store .top-bg .input .box .key-list .list:hover {
  cursor: pointer;
  background: #F9F9F9;
  color: #E60012;
}
#store .top-bg .input .box .msg {
  position: absolute;
  top: 59px;
  left: 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #E60012;
  line-height: 17px;
}
#store .top-bg .input .search-btn {
  display: block;
  float: right;
  width: 136px;
  height: 52px;
}
#store .top-bg .input .search-btn img {
  width: 100%;
  height: 100%;
}
#store .change .qk {
  margin: 40px 60px 17px;
  padding: 0 10px;
  border-left: 4px solid #E9481B;
  height: 22px;
  font-size: 22px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #010101;
  line-height: 22px;
}
#store .change .clist {
  margin: 0 60px 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
}
#store .change .clist .list {
  cursor: pointer;
  display: block;
  padding: 0 20px;
  width: 330px;
  height: 126px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
#store .change .clist .list span {
  display: block;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000;
  line-height: 58px;
}
#store .change .clist .list:first-child {
  background: url("/store/img/bg_claim@2x.png") no-repeat;
  background-size: 100% 100%;
}
#store .change .clist .list:nth-child(2) {
  background: url("/store/img/bg_joinus@2x.png") no-repeat;
  background-size: 100% 100%;
}
#store .change .clist .list:nth-child(3) {
  background: url("/store/img/bg_login@2x.png") no-repeat;
  background-size: 100% 100%;
}
/*# sourceMappingURL=store.css.map */