.points {
  width: 100%;
  min-width: 1200px;
}
.points .points_banner {
  width: 100%;
  position: relative;
}
.points .points_banner .btn {
  position: absolute;
  background-color: #c3110f;
  -moz-border-radius: 10px;
  /* Firefox */
  -webkit-border-radius: 10px;
  /* Safari 和 Chrome */
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
.points .points_banner .btn:hover {
  background-color: #e6c365;
}
.points .points_banner .what_points {
  top: 72.6%;
  left: 9.3%;
  width: 16%;
  min-height: 7%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.4%;
}
.points .points_banner .get_points {
  top: 83.4%;
  left: 25.3%;
  width: 16%;
  min-height: 8%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.6%;
}
.points .points_banner .consumption_points {
  top: 61.4%;
  left: 39.8%;
  width: 18.8%;
  min-height: 13%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
  letter-spacing: 1px;
  padding-top: 1.4%;
}
.points .points_banner .ues_points {
  top: 83.3%;
  left: 56.6%;
  width: 16%;
  min-height: 8.2%;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 1.6%;
}
.points .points_banner .my_points {
  top: 72.6%;
  left: 72.8%;
  width: 16.2%;
  min-height: 7.2%;
  padding-top: 1.6%;
}
.points .points_banner > img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.points .points_centre {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
}
.points .points_centre.full_screen {
  width: 100%;
}
.points .categories {
  display: inline-block;
  width: 164px;
  height: 34px;
  line-height: 34px;
  background-color: #fff;
  border: 1px solid #333;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.points .categories .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #111;
  text-align: center;
}
.points .categories i {
  float: right;
  color: #000;
  font-size: 12px;
  padding: 0 5px;
}
.points .categories:hover .categor_menu {
  display: block;
}
.points .categor_menu {
  display: none;
  position: absolute;
  top: 34px;
  left: -1px;
  width: 100%;
  max-height: 300px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #333;
  z-index: 2;
}
.points .categor_menu > a {
  display: block;
  width: 100%;
  line-height: 34px;
  font-size: 12px;
  padding-left: 5px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.points .categor_menu > a:hover,
.points .categor_menu .active {
  background-color: #1e90ff;
  color: #fff;
}
.points .points_goods_list_container {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.points .points_goods_list_container h2 {
  font-size: 36px;
  color: #000;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
}
.points .points_goods_list_search {
  margin: 10px 0 20px;
  width: 100%;
  height: 58px;
  padding: 11px 0;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url('https://imgs3.wholesale7.net/images/202012/1609148043022230448.jpg') no-repeat center center;
  background-size: 1200px auto;
}
.points #points_search_word {
  width: 250px;
  height: 34px;
  border: 1px solid #666666;
  padding-left: 12px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.points #points_search_btn {
  cursor: pointer;
  width: 104px;
  height: 34px;
  text-align: center;
  color: #333;
  background: #ffff;
  display: inline-block;
  font-size: 14px;
  margin-left: 15px;
  vertical-align: middle;
  line-height: 34px;
}
.points .points_goods_list_centre {
  padding: 10px 0 20px;
  border-bottom: 1px solid #444;
}
.points .each_item {
  background: #fff;
}
.points .each_item .item_bottom {
  height: 65px;
}
.points .each_item .item_bottom .original_price {
  font-size: 14px;
  color: #999;
}
.points .each_item > .item_top {
  height: 348px;
  overflow: hidden;
}
.points .each_item > .item_top > img {
  width: 262px;
}
.points .item_bottom > .item_price {
  display: block;
  color: #000;
  font-size: 16px;
}
.points .item_bottom > .item_price span {
  color: #ff4062;
}
.points .use_points_box {
  position: relative;
}
.points .gopoint {
  position: absolute;
  top: 0;
  right: 0;
  width: 250px;
  height: 50px;
  border-radius: 5px;
  background: #e25e00;
  line-height: 50px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
}
.points .point_get_main,
.points .point_use_main,
.points .points_goods_list_container {
  position: relative;
}
.points .point_get_main > h2,
.points .point_use_main > h2,
.points .points_goods_list_container > h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  text-align: center;
  padding: 10px 0 20px;
}
.points .point_use_main {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.points .point_use_step {
  margin-bottom: 50px;
}
.points .point_use_step > img {
  display: block;
  margin: 0;
  margin: 20px auto 0;
  width: auto;
}
.points .noborder {
  border: none;
}
.points .point_get_main {
  width: 1200px;
  margin: 0px auto;
}
.points .point_get_main ul.point_get_nav {
  margin-top: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.points .point_get_main ul.point_get_nav li {
  width: 272px;
  height: 234px;
  margin-bottom: 36px;
  cursor: pointer;
}
.points .point_get_main .inner img {
  width: auto;
}
.points .point_get_main .bottom {
  width: 162px;
  height: 62px;
  border: 2px solid #ee2222;
  margin: 0 auto;
  position: relative;
}
.points .point_get_main .bottom b {
  display: block;
  color: #ee2222;
  font-size: 20px;
  text-align: center;
  line-height: 62px;
  padding-left: 35px;
}
.points .point_get_main .bottom i.text {
  display: block;
  text-align: center;
  font-style: inherit;
  font-size: 12px;
  color: #666666;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 15px;
}
.points .point_get_main .bottom .icon-xingxingxiantimian {
  position: absolute;
  left: 3px;
  top: -2px;
  width: 36px;
  height: 66px;
  line-height: 66px;
  font-size: 26px;
  color: #fff;
  background: #ee2222;
}
.points .point_get_main .bottom:after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: -12px;
  background: url(/themes/wholesale7/assets/images/point_icon.png) no-repeat;
}
.points .point_get_main .bottom.rs:after {
  width: 36px;
  height: 32px;
  background-position: 0 0;
}
.points .point_get_main .bottom.da:after {
  width: 38px;
  height: 34px;
  background-position: 0 -36px;
}
.points .point_get_main .bottom.sp:after {
  width: 32px;
  height: 43px;
  background-position: 0 -81px;
  top: 30px !important;
  right: -12px;
}
.points .point_get_main .bottom.fo:after {
  width: 35px;
  height: 36px;
  background-position: 0 -129px;
}
.points .point_get_main .bottom.pbs:after {
  width: 42px;
  height: 33px;
  background-position: 0 -171px;
}
.points .point_get_main .bottom.spro:after {
  width: 38px;
  height: 35px;
  background-position: 0 -207px;
}
.points .point_get_main .bottom.vbs:after {
  width: 43px;
  height: 32px;
  background-position: -48px -210px;
}
.points .point_get_main .bottom.vbs:after {
  width: 43px;
  height: 32px;
  background-position: -48px -210px;
}
.points .point_get_main .point_get_bottom {
  margin-top: 90px;
  width: 100%;
}
.points .point_get_main .point_get_bottom .part {
  margin-bottom: 50px;
  padding: 25px 10px 45px;
  background: #ffffff;
}
.points .point_get_main .point_get_bottom b {
  color: #ff4c4c;
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
.points .point_get_main .point_get_bottom p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  width: 950px;
}
.points .point_get_main .point_get_bottom a {
  padding: 10px 25px;
  background: #ff9d4c;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin: 25px 0;
  border-radius: 3px;
}
.points .point_get_main .point_get_bottom img {
  display: block;
  margin-top: 20px;
  width: auto;
  height: auto;
}
.points .whats_points_box,
.points .consumpiton_points_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 99;
}
.points .whats_points_box > div,
.points .consumpiton_points_box > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -108px 0 0 -320px;
}
.points .whats_points_box > div img,
.points .consumpiton_points_box > div img {
  width: auto;
}
.points .whats_points_box > div i,
.points .consumpiton_points_box > div i {
  position: absolute;
  top: 28px;
  right: 28px;
  font-size: 20px;
  color: #000;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
}
