html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  background: linear-gradient(180deg, #DFE7F6 0%, #F2F6FB 100%);
}

main {
  min-height: 100vh;
}

[v-cloak] {
  display: none;
}

.one {
  margin-top: 50px;
}

.one .el-card__body {
  padding: 0;
  border-radius: 4kpx;
}

.one .el-card {
  border-radius: 4px;
}

.one .wrapper {
  box-shadow: none;
}

.one .wrapper .list .item {
  min-height: 40px;
  width: 100%;
  border-bottom: 1px dashed #EAF0F9;
  display: flex;
  position: relative;
}

.one .wrapper .list .item .left {
  width: 102px;
  height: max-content;
  padding: 10px 22px;
  background: #F6F9FF;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.one .wrapper .list .item .content {
  display: flex;
  flex-wrap: wrap;
  padding: 0 36px;
  padding-top: 22px;
  flex: 1;
  font-size: 13px;
  font-weight: 400;
  color: #222222;
}

.one .wrapper .list .item .content .content-item {
  width: 103px;
  min-width: max-content;
  margin-bottom: 14px;
}

.one .wrapper .list .item .content .content-item .text {
  padding: 4px 4px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #fff;
  cursor: pointer;
}

.one .wrapper .list .item .content .content-item .text.active {
  border: 1px solid #3161F5;
  color: #3161F5;
}

.one .wrapper .list .item .content .content-item .iconfont {
  font-size: 12px;
  color: #ff4e00;
}

.one .wrapper .list .item .content .content-item:nth-child(10n) {
  flex: 1;
}

.one .wrapper .list .item .price-content {
  padding: 0 36px;
  align-items: center;
}

.one .wrapper .list .item .price-content .content-item {
  margin-bottom: 0;
}

.one .wrapper .list .item .price-content .content-price-filter span {
  margin: 0 13px;
}

.one .wrapper .list .item .else-condition {
  padding: 0 36px;
  align-items: center;
}

.one .wrapper .list .item .else-condition .else-left {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.one .wrapper .list .item .else-condition .else-right {
  display: flex;
  padding-left: 36px;
}

.one .wrapper .list .item .selected-content {
  padding: 0 36px;
  align-items: center;
}

.one .wrapper .list .item:last-child {
  border-bottom: none;
}

.one .wrapper .list .special-item {
  min-height: 50px;
}

.one .wrapper .list .special-item .left {
  padding: 15px 22px;
}

.two {
  margin-top: 16px;
  margin-bottom: 10px;
}

.two .content {
  width: 1200px;
  height: 52px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 0 49px;
  display: flex;
  align-items: center;
}

.two .content .sort-list {
  flex: 1;
  display: flex;
  gap: 59px;
  font-size: 14px;
}

.two .content .sort-list .sort-item {
  display: flex;
  align-items: center;
  user-select: none;
}

.two .content .sort-list .sort-item .pic.iconfont {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #666;
}

.two .content .sort-list .sort-item label {
  cursor: pointer;
}

.two .content .sort-list .sort-item.active,
.two .content .sort-list .sort-item.active .iconfont {
  color: #3161F5;
}

.two .content .right {
  display: flex;
  font-size: 14px;
  color: #222222;
}

.two .content .right a {
  margin-left: 20px;
  display: flex;
  color: #3161F5;
  align-items: center;
}

.two .content .right a .iconfont {
  font-size: 12px;
}

.three {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.three .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.three .list .item {
  width: 230px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 13px 24px;
  position: relative;
  overflow: hidden;
}

.three .list .item .pic {
  width: 204px;
  height: 160px;
  text-align: center;
  line-height: 160px;
}

.three .list .item .pic img {
  width: auto;
  height: auto;
}

.three .list .item .title {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.three .list .item .title h3 {
  font-size: 18px;
  color: #222222;
  width: 204px;
}

.three .list .item .title h3:hover {
  color: #3161F5;
  cursor: pointer;
}

.three .list .item .title .iconfont {
  color: red;
  cursor: pointer;
}

.three .list .item .title .icon-shoucang {
  color: #999;
}

.three .list .item .label {
  margin-top: 4px;
  color: #666666;
  font-size: 12px;
}

.three .list .item .price-content {
  margin-top: 5px;
  font-size: 16px;
  color: #FF4E00;
}

.three .list .item .state {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}

.three .list .item .button {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: -36px;
  transition: all 0.4s;
}

.three .list .item .button .detail a,
.three .list .item .button .purchase a {
  display: block;
  width: 115px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FFFFFF;
}

.three .list .item .button .detail a {
  background: #466CE3;
  border-radius: 0px 0px 0px 4px;
}

.three .list .item .button .purchase a {
  background: #F35E11;
  border-radius: 0px 0px 4px 0px;
}

.three .list .item .tag {
  position: absolute;
  left: 4px;
  top: 4px;
  padding: 1px 6px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #22B75E;
  border-radius: 3px;
}

.three .list .item:hover {
  box-shadow: 0px 0px 12px 1px rgba(49, 97, 245, 0.1);
}

.three .list .item:hover .button {
  bottom: 0;
}

.three .list .help {
  background: url("/images/j3.png") no-repeat left top;
  padding-top: 22px;
}

.three .list .help .top-pic {
  display: flex;
}

.three .list .help .top-pic .photograph {
  width: 50px;
  height: 50px;
}

.three .list .help .top-pic .photograph img {
  width: auto;
  height: auto;
  border-radius: 100%;
}

.three .list .help .top-pic .text {
  margin-left: 11px;
  font-size: 14px;
  color: #222222;
}

.three .list .help .top-pic .text span {
  color: #3161F5;
  font-weight: bold;
}

.three .list .help .need {
  margin-top: 13px;
  width: 204px;
  height: 86px;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  font-size: 14px;
  padding: 10px;
}

.three .list .help .need input {
  border: none;
  font-size: 12px;
}

.three .list .help .need input::placeholder {
  font-size: 12px;
  color: #999;
}

.three .list .help .code {
  margin: 6px 0;
  width: 204px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  padding: 7px 10px;
  display: flex;
  align-items: center;
}

.three .list .help .code input {
  width: 114px;
  font-size: 12px;
  padding-right: 10px;
  background-color: #fff;
}

.three .list .help .code input::placeholder {
  font-size: 12px;
  color: #999;
}

.three .list .help .code .getCode {
  all: unset;
  font-size: 12px;
  color: #3161F5;
  text-align: center;
  width: 100%;
  cursor: pointer;
}

.three .list .help .input-code {
  width: 204px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #EBEBEB;
  padding: 7px 10px;
  display: flex;
  align-items: center;
}

.three .list .help .input-code input {
  width: 100%;
  font-size: 12px;
  background-color: #fff;
}

.three .list .help .input-code input::placeholder {
  font-size: 12px;
  color: #999;
}

.three .el-pagination .el-pager .number {
  background-color: #fff;
  border: 1px solid #EBEBEB;
}

.three .el-pagination .btn-prev,
.three .el-pagination .btn-next {
  background-color: #fff;
  border: 1px solid #EBEBEB;
}

.three .el-pagination .el-select {
  width: 100px;
}

.four {
  height: 172px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 16px;
  margin-bottom: 60px;
}

.four .pic {
  width: 1168px;
  height: 140px;
}

.four .pic img {
  width: auto;
  height: auto;
}

.five {
  margin-top: 44px;
  margin-bottom: 54px;
  background: linear-gradient(180deg, #D9E8FF 0%, #F2F9FF 100%);
  padding-top: 50px;
}

.five .top {
  display: flex;
  justify-content: space-between;
}

.five .top .title {
  display: flex;
  font-size: 18px;
}

.five .top .title h2 {
  font-weight: 400;
  font-size: 28px;
  position: relative;
}

.five .top .title span {
  margin-top: 18px;
  margin-left: 34px;
  display: block;
  font-size: 14px;
  color: #ABABAB;
}

.five .top .refresh {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
  cursor: pointer;
}

.five .top .refresh .iconfont {
  margin-right: 4px;
  font-weight: bold;
  font-size: 14px;
}

.five .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.five .list .item {
  margin-top: 30px;
  width: 230px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 13px 24px;
  position: relative;
  overflow: hidden;
}

.five .list .item .pic {
  width: 204px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-align: center;
  line-height: 160px;
}

.five .list .item .pic img {
  width: 204px;
  height: auto;
}

.five .list .item .title {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
}

.five .list .item .title h3 {
  font-size: 18px;
  color: #222222;
  width: 174px;
}

.five .list .item .title h3:hover {
  color: #3161F5;
  cursor: pointer;
}

.five .list .item .title .iconfont {
  color: red;
  cursor: pointer;
}

.five .list .item .title .icon-shoucang {
  color: #999;
}

.five .list .item .label {
  margin-top: 4px;
  color: #666666;
  font-size: 12px;
}

.five .list .item .price-content {
  margin-top: 5px;
  font-size: 16px;
  color: #FF4E00;
}

.five .list .item .state {
  margin-top: 7px;
  font-size: 12px;
  color: #666666;
}

.five .list .item .button {
  position: absolute;
  display: flex;
  width: 100%;
  left: 0;
  bottom: -36px;
  transition: all 0.4s;
}

.five .list .item .button .detail a,
.five .list .item .button .purchase a {
  display: block;
  width: 115px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #FFFFFF;
}

.five .list .item .button .detail a {
  background: #466CE3;
  border-radius: 0px 0px 0px 4px;
}

.five .list .item .button .purchase a {
  background: #F35E11;
  border-radius: 0px 0px 4px 0px;
}

.five .list .item .tag {
  position: absolute;
  left: 4px;
  top: 4px;
  padding: 1px 6px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: #22B75E;
  border-radius: 3px;
}

.five .list .item:hover {
  box-shadow: 0px 0px 12px 1px rgba(49, 97, 245, 0.1);
}

.five .list .item:hover .button {
  bottom: 0;
}
