.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.flex-row-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home_wrapper .layui-laypage a,
.home_wrapper .layui-laypage span {
  height: 30px;
  line-height: 30px;
  margin: 0 4px;
  background-color: #F9FAFD;
  border-radius: 4px;
  padding: 0 12px;
}
.home_wrapper .layui-laypage-skip .layui-input {
  width: 40px;
  border-radius: 4px;
}
.home_wrapper .layui-laypage-skip .layui-input:active,
.home_wrapper .layui-laypage-skip .layui-input:focus {
  border-color: #3789ff !important;
}
.home_wrapper .layui-laypage-btn {
  line-height: 28px;
}
.home_wrapper .layui-laypage span.layui-laypage-curr .layui-laypage-em {
  background-color: #F9FAFD;
  border: 1px solid #3789ff;
  border-radius: 4px;
  padding: 0;
}
.home_wrapper .layui-laypage .layui-laypage-prev:hover {
  color: #3789ff !important;
}
.home_wrapper .layui-laypage a:hover {
  color: #3789ff !important;
}
.home_wrapper .layui-laypage .layui-laypage-next:hover {
  color: #3789ff !important;
}
.home_wrapper .layui-laypage .layui-laypage-curr em {
  color: #3789ff !important;
}
.home_wrapper .layui-laypage .layui-laypage-curr {
  border-color: #3789ff;
  color: #3789ff;
}
.home_wrapper {
  width: 100%;
  background: #f5f7fa;
  padding-top: 20px;
  padding-bottom: 60px;
  font-size: 13px;
  color: #333333;
}
.home_wrapper .star-wrap {
  margin-right: 3px;
}
.home_wrapper .star-wrap img {
  width: 13px;
  margin: 0 2px;
}
.home_wrapper .tabs-wrapper {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home_wrapper .tabs-wrapper .each-tab {
  width: 178px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-right: 28px;
  cursor: pointer;
}
.home_wrapper .tabs-wrapper .each-tab-active {
  background-color: #3e62ff;
  color: white;
}
.home_wrapper .tabs-wrapper .select-wrap {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 24px;
  background-color: white;
  margin-top: 30px;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select {
  margin-bottom: 10px;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .sing-link-row {
  margin-left: 15px;
  color: #ACADBA;
  cursor: pointer;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .sing-link-row img {
  width: 15px;
  margin-right: 5px;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .sing-link-row p {
  font-size: 13px;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .sing-link-row:hover p {
  color: #2361ff;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .sing-link-row:hover img {
  -webkit-filter: grayscale(0%);
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .se-label {
  margin-right: 20px;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .each-sign {
  margin: 5px 5px 5px 0;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  color: #555c6a;
  cursor: pointer;
  background: #fff;
  border-radius: 24px;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .each-layui-sign {
  margin: 5px 5px 5px 0;
}
.home_wrapper .tabs-wrapper .select-wrap .each-select .each-sign-avtive {
  color: #2361ff;
  background: rgba(35, 97, 255, 0.1);
}
.home_wrapper .tabs-wrapper .tab2-wrap {
  width: 100%;
  height: 65px;
  box-sizing: border-box;
  margin-top: 20px;
  background-color: white;
  padding-left: 40px;
}
.home_wrapper .tabs-wrapper .tab2-wrap .each-tab2 {
  height: 26px;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #f2f2f2;
  margin-right: 24px;
  cursor: pointer;
}
.home_wrapper .tabs-wrapper .tab2-wrap .each-tab2-active {
  background-color: #3e62ff;
  color: white;
}
.home_wrapper .tabs-wrapper .tab2-wrap .search-wrap {
  margin-right: 24px;
}
.home_wrapper .tabs-wrapper .tab2-wrap .search-wrap div {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background-color: #3e62ff;
}
.home_wrapper .tabs-wrapper .tab2-wrap .search-wrap div img {
  width: 14px;
  cursor: pointer;
}
.home_wrapper .tabs-wrapper .tab2-wrap .search-wrap input {
  width: 160px;
  height: 30px;
  padding-left: 10px;
  border: 1px solid #f3f3f5;
  border-radius: 3px;
}
.home_wrapper .tabs-wrapper .tab2-wrap .clear-wrap {
  cursor: pointer;
}
.home_wrapper .tabs-wrapper .tab2-wrap .clear-wrap img {
  width: 20px;
  margin-right: 6px;
}
.home_wrapper .tabs-wrapper .tab2-wrap .clear-wrap p {
  font-size: 14px;
  color: #ACADBA;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap {
  margin-top: 20px;
  align-items: flex-start;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .each-tab-content {
  flex: 1;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list {
  width: 278px;
  border-radius: 3px;
  background-color: white;
  margin-left: 20px;
  box-sizing: border-box;
  padding: 20px 10px;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .tabs-right-title {
  padding: 10px 0;
  width: 100%;
  font-size: 16px;
  border-bottom: 1px solid #f2f2f2;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
  align-items: flex-start;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend .bg-avator {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  color: white;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  background-color: #ff0303;
  margin-right: 20px;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend .s-pic {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  margin-right: 10px;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend .s-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend .order-num {
  color: #7F7F7F;
  font-size: 12px;
  line-height: 1.5;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend .order-num span {
  color: #fd5f3c;
}
.home_wrapper .tabs-wrapper .tabs-content-wrap .tabs-right-list .each-right-recommend .order-regiment-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #fc8440 17%, #f1768f 81%);
  line-height: 25px;
  width: 69px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 0 0 0 10px;
}
