.mod-exchange {
  padding: 0.8rem;
}
.mod-exchange .intention {
  width: 16.4rem;
  border-radius: 0.6rem;
  background: #ffffff;
  backdrop-filter: blur(0.136rem);
  box-shadow: inset 0rem 0rem 0rem 0.05rem #ffffff;
  box-sizing: border-box;
  padding: 0.6rem;
}
.mod-exchange .intention .top {
  width: 100%;
}
.mod-exchange .intention .top .icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.4rem;
  background-image: url(../image/exChange/icon_mine.png);
  background-size: 100% 100%;
}
.mod-exchange .intention .top .title {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #1a1a1a;
}
.mod-exchange .intention .top .rule_btn {
  height: 1.2rem;
  width: 3.2rem;
  border-radius: 0.6rem;
  font-size: 0.6rem;
  box-sizing: border-box;
  font-weight: normal;
}
.mod-exchange .intention .bottom {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.6rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
}
.mod-exchange .intention .bottom .item {
  width: 100%;
  margin-top: 0.6rem;
}
.mod-exchange .intention .bottom .item:nth-child(1) {
  margin-top: 0rem;
}
.mod-exchange .intention .bottom .item .que_icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.4rem;
  border-radius: 0.4165rem 0.4165rem 0.0835rem 0.4165rem;
  opacity: 1;
  background: #256fff;
  font-size: 0.6rem;
  color: #fff;
}
.mod-exchange .intention .bottom .item .title {
  flex: 1;
  font-size: 0.7rem;
  font-weight: normal;
  color: #1a1a1a;
}
.mod-exchange .intention .bottom .item .select_btn {
  height: 1.2rem;
  width: 3rem;
  box-sizing: border-box;
  border-radius: 0.6rem;
  font-size: 0.6rem;
}
.mod-exchange .intention .bottom .item .select_btn.disabled {
  opacity: 0.38;
}
.mod-exchange .intention .bottom .ans {
  margin-top: 0.6rem;
  gap: 0.6rem;
}
.mod-exchange .intention .bottom .ans .selected_item {
  width: 100%;
}
.mod-exchange .intention .bottom .ans .selected_item .que_icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.4rem;
  border-radius: 0.4165rem 0.4165rem 0.0835rem 0.4165rem;
  opacity: 1;
  background: #FF493D;
  font-size: 0.6rem;
  color: #fff;
}
.mod-exchange .intention .bottom .ans .selected_item .title {
  flex: 1;
  font-size: 0.7rem;
  font-weight: normal;
  color: #666666;
  flex-wrap: wrap;
  line-height: 1rem;
}
.mod-exchange .winner_list {
  width: 16.4rem;
  margin-top: 0.6rem;
  border-radius: 0.6rem;
  background: #ffffff;
  height: 9rem;
}
.mod-exchange .winner_list .top {
  height: 2.4rem;
  width: 100%;
  margin-left: 0.6rem;
}
.mod-exchange .winner_list .top .user_icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.4rem;
  background-image: url('../image/exChange/icon_user.png');
  background-size: 100%;
}
.mod-exchange .winner_list .top .title {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1a1a1a;
}
.mod-exchange .winner_list .bottom {
  opacity: 0;
}
.mod-exchange .winner_list .bottom .list_content {
  width: 15.2rem;
  box-sizing: border-box;
  height: 6rem;
  overflow: hidden;
}
.mod-exchange .winner_list .bottom .list_content .list_item {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.2rem;
}
.mod-exchange .winner_list .bottom .empty_gift {
  margin-top: 1.4rem;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url('../image/exChange/empty_gift.png');
  background-size: 100%;
}
.mod-exchange .winner_list .bottom .nobody {
  margin-top: 0.8rem;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 0.8rem;
  color: #999999;
  margin-bottom: 2rem;
}
.mod-exchange .prize_pool {
  width: 16.4rem;
  margin-top: 0.6rem;
  overflow: hidden;
  border-radius: 0.6rem;
  background: #ffffff;
}
.mod-exchange .prize_pool .top {
  height: 2.4rem;
  width: 100%;
  margin-left: 0.6rem;
}
.mod-exchange .prize_pool .top .user_icon {
  height: 1rem;
  width: 1rem;
  margin-right: 0.4rem;
  background-image: url('../image/exChange/icon_user.png');
  background-size: 100%;
}
.mod-exchange .prize_pool .top .title {
  flex: 1;
  font-size: 0.8rem;
  font-weight: 500;
  color: #1a1a1a;
}
.mod-exchange .prize_pool .tabs {
  height: 2.4rem;
  width: 100%;
  padding: 0 0.6rem;
  box-sizing: border-box;
  gap: 1rem;
  overflow-x: scroll;
}
.mod-exchange .prize_pool .tabs .tab {
  font-size: 0.7rem;
  color: #191919;
  position: relative;
  height: 1rem;
  line-height: 1rem;
  flex-shrink: 0;
}
.mod-exchange .prize_pool .tabs .tab.active .underline {
  display: block;
}
.mod-exchange .prize_pool .tabs .tab.active .can_receive {
  display: none !important;
}
.mod-exchange .prize_pool .tabs .tab .right_top_tips {
  display: none;
}
.mod-exchange .prize_pool .tabs .tab .right_top_tips.can_receive {
  display: block;
  position: absolute;
  width: 1.6rem;
  height: 0.7rem;
  border-radius: 0.35rem;
  left: 50%;
  top: -0.6rem;
  border-bottom-left-radius: 0rem;
}
.mod-exchange .prize_pool .tabs .tab .right_top_tips.can_receive .text {
  width: 1.8rem;
  font-size: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%) scale(0.6666);
}
.mod-exchange .prize_pool .tabs .tab .underline {
  display: none;
  position: absolute;
  width: 1.4rem;
  height: 0.15rem;
  border-radius: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25rem;
}
.mod-exchange .prize_pool .bottom .tab_content {
  display: none;
}
.mod-exchange .prize_pool .bottom .tab_content .gift_package_name {
  font-size: 0.7rem;
  margin-left: 0.6rem;
  margin-top: 0.7rem;
  font-weight: 500;
}
.mod-exchange .prize_pool .bottom .tab_content.active {
  display: block;
}
.mod-exchange .prize_pool .bottom .tab_content.gift_package .prize_item {
  padding-left: 1.2rem;
}
.mod-exchange .prize_pool .bottom .prize_item {
  padding: 0 0.6rem;
  height: 1.2rem;
  margin-top: 0.6rem;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.6rem;
}
.mod-exchange .prize_pool .bottom .prize_item:last-of-type {
  margin-bottom: 0.7rem;
}
.mod-exchange .prize_pool .bottom .prize_item .can_get,
.mod-exchange .prize_pool .bottom .prize_item .done,
.mod-exchange .prize_pool .bottom .prize_item .end,
.mod-exchange .prize_pool .bottom .prize_item .no_more,
.mod-exchange .prize_pool .bottom .prize_item .over {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 1.2rem;
  border-radius: 0.7rem;
}
.mod-exchange .prize_pool .bottom .prize_item .prize_name {
  font-size: 0.7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.6rem;
  color: #191919;
}
.mod-exchange .join_content,
.mod-exchange .join_content_placeHolder {
  width: 100%;
  margin-top: 1rem;
  height: 2.2rem;
  margin-bottom: 0.2rem;
  margin-left: -0.8rem;
  width: calc(100% + 1.6rem);
  z-index: 100;
}
.mod-exchange .join_content.is_fixed,
.mod-exchange .join_content_placeHolder.is_fixed {
  position: fixed;
  margin-bottom: 0;
  padding: 0.3rem 0;
  max-width: 18rem;
  bottom: 0;
}
.mod-exchange .join_content .join_btn,
.mod-exchange .join_content_placeHolder .join_btn {
  width: 13rem;
  height: 2.2rem;
  font-size: 0.9rem;
  border-radius: 1.1rem;
}
.mod-exchange .join_content_placeHolder {
  display: none;
}
.exChange_rule_pop {
  width: 18rem;
  height: 36rem;
}
.exChange_rule_pop .content {
  margin-top: 6.8rem;
  width: 18rem;
  padding: 0 2.8rem;
  box-sizing: border-box;
  background-position: center top !important;
  background-size: 14rem auto !important;
  background-repeat: no-repeat !important;
}
.exChange_rule_pop .content .rule_content {
  height: 16rem;
  width: 105%;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 2.7rem;
  margin-bottom: 0.7rem;
  margin-right: -0.5rem;
}
.exChange_rule_pop .content .rule_content::-webkit-scrollbar {
  width: 0.2rem !important;
  height: 0.6rem !important;
}
.exChange_rule_pop .content .rule_content::-webkit-scrollbar-thumb {
  border-radius: 0.2rem !important;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.1) !important;
}
.exChange_rule_pop .close_btn {
  margin-top: 1.2rem;
  height: 1.8rem;
  width: 1.8rem;
  background-image: url('../image/close.png');
  background-size: 100%;
}
.exChange_gift_choose_pop {
  width: 18rem;
  height: 36rem;
}
.exChange_gift_choose_pop .content {
  margin-top: 6.75rem;
  width: 18rem;
  height: 19.5rem;
  padding: 0 2.8rem;
  box-sizing: border-box;
  background-position: center top !important;
  background-size: 14rem auto !important;
  background-repeat: no-repeat !important;
}
.exChange_gift_choose_pop .content .scroll_content {
  height: 2.4rem;
  width: 13rem;
}
.exChange_gift_choose_pop .content .scroll_content .tabs {
  height: 2.4rem;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #191919;
  overflow-x: scroll;
}
.exChange_gift_choose_pop .content .scroll_content .tabs .tab {
  flex-shrink: 0;
  margin-left: 0.6rem;
  position: relative;
}
.exChange_gift_choose_pop .content .scroll_content .tabs .tab.active .underline {
  display: block;
}
.exChange_gift_choose_pop .content .scroll_content .tabs .tab:first-child {
  margin-left: 0;
}
.exChange_gift_choose_pop .content .scroll_content .tabs .tab .underline {
  display: none;
  position: absolute;
  width: 1.4rem;
  height: 0.15rem;
  border-radius: 0.1rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.45rem;
}
.exChange_gift_choose_pop .content .title {
  color: #191919;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2rem;
  height: 1.2rem;
  margin-top: 1.4rem;
}
.exChange_gift_choose_pop .content .prd_list {
  flex-wrap: nowrap;
  width: 105%;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  height: 11rem;
  margin-top: 0.4rem;
}
.exChange_gift_choose_pop .content .prd_list::-webkit-scrollbar {
  width: 0.2rem !important;
  height: 0.6rem !important;
}
.exChange_gift_choose_pop .content .prd_list::-webkit-scrollbar-thumb {
  border-radius: 0.2rem !important;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.1) !important;
}
.exChange_gift_choose_pop .content .prd_list.active {
  display: block;
}
.exChange_gift_choose_pop .content .prd_list .prd_item {
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.4rem;
  margin-top: 0.4rem;
  height: 2.4rem;
  width: 12.4rem;
  box-sizing: border-box;
}
.exChange_gift_choose_pop .content .prd_list .prd_item.disabled {
  opacity: 0.38;
}
.exChange_gift_choose_pop .content .prd_list .prd_item:nth-of-type(1) {
  margin-top: 0;
}
.exChange_gift_choose_pop .content .prd_list .prd_item.not-allow {
  opacity: 0.38;
}
.exChange_gift_choose_pop .content .prd_list .prd_item .select_status {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.4rem;
  background-size: 100%;
}
.exChange_gift_choose_pop .content .prd_list .prd_item .name_box {
  position: relative;
  height: 2rem;
  flex: 1;
}
.exChange_gift_choose_pop .content .prd_list .prd_item .name_box .name {
  position: absolute;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1rem;
  max-height: 100%;
  overflow: hidden;
  letter-spacing: 0rem;
  color: #1A1A1A;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  top: 50%;
  transform: translateY(-50%);
  word-break: break-all;
}
.exChange_gift_choose_pop .content .confirm {
  width: 100%;
  height: 1.8rem;
  margin-top: 0.5rem;
}
.exChange_gift_choose_pop .content .confirm .confirm_btn {
  height: 100%;
  width: 8rem;
  font-size: 0.8rem;
  border-radius: 0.9rem;
}
.exChange_gift_choose_pop .close_btn {
  margin-top: 1.2rem;
  height: 1.8rem;
  width: 1.8rem;
  background-image: url(../image/close.png);
  background-size: 100%;
}
.exChange_choose_pop {
  width: 18rem;
  height: 36rem;
}
.exChange_choose_pop .content {
  margin-top: 6.75rem;
  width: 18rem;
  height: 19.5rem;
  padding: 0 2.8rem;
  box-sizing: border-box;
  background-position: center top !important;
  background-size: 14rem auto !important;
  background-repeat: no-repeat !important;
}
.exChange_choose_pop .content .title {
  color: #191919;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.2rem;
  height: 1.2rem;
  margin-top: 1.4rem;
}
.exChange_choose_pop .content .prd_list {
  flex-wrap: nowrap;
  margin-top: 0.8rem;
  width: 105%;
  height: 13.1rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.exChange_choose_pop .content .prd_list::-webkit-scrollbar {
  width: 0.2rem !important;
  height: 0.6rem !important;
}
.exChange_choose_pop .content .prd_list::-webkit-scrollbar-thumb {
  border-radius: 0.2rem !important;
  border-radius: 0.1rem;
  background: rgba(0, 0, 0, 0.1) !important;
}
.exChange_choose_pop .content .prd_list .prd_item {
  background: #fff;
  border-radius: 0.6rem;
  padding: 0.4rem;
  margin-top: 0.4rem;
  height: 2.4rem;
  width: 12.4rem;
  box-sizing: border-box;
}
.exChange_choose_pop .content .prd_list .prd_item:nth-of-type(1) {
  margin-top: 0;
}
.exChange_choose_pop .content .prd_list .prd_item.not-allow {
  opacity: 0.38;
}
.exChange_choose_pop .content .prd_list .prd_item .select_status {
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.4rem;
  background-size: 100%;
}
.exChange_choose_pop .content .prd_list .prd_item .name_box {
  position: relative;
  height: 2rem;
  flex: 1;
}
.exChange_choose_pop .content .prd_list .prd_item .name_box .name {
  position: absolute;
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1rem;
  max-height: 100%;
  overflow: hidden;
  letter-spacing: 0rem;
  color: #1A1A1A;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  top: 50%;
  transform: translateY(-50%);
  word-break: break-all;
}
.exChange_choose_pop .content .confirm {
  width: 100%;
  height: 1.8rem;
  margin-top: 0.5rem;
}
.exChange_choose_pop .content .confirm .confirm_btn {
  height: 100%;
  width: 8rem;
  font-size: 0.8rem;
  border-radius: 0.9rem;
}
.exChange_choose_pop .close_btn {
  margin-top: 1.2rem;
  height: 1.8rem;
  width: 1.8rem;
  background-image: url(../image/close.png);
  background-size: 100%;
}
.exChange_receive_pop {
  width: 18rem;
  height: 36rem;
}
.exChange_receive_pop .content {
  margin-top: 6.25rem;
  width: 18rem;
  height: 17.5rem;
  padding: 0 2.4rem;
  box-sizing: border-box;
  background-position: center top !important;
  background-size: 13.2rem auto !important;
  background-repeat: no-repeat !important;
}
.exChange_receive_pop .content .swiper_content {
  margin-top: 7.6rem;
  width: 13.2rem;
  overflow: hidden;
  overflow-x: scroll;
}
.exChange_receive_pop .content .swiper_content .scroll_content {
  min-width: 13.2rem;
}
.exChange_receive_pop .content .swiper_content.two .swiper_item {
  margin-right: 0.4rem;
}
.exChange_receive_pop .content .swiper_content.two .swiper_item:nth-child(2) {
  margin-right: 0rem;
}
.exChange_receive_pop .content .swiper_content.more_than_two .swiper_item {
  margin-right: 0.4rem;
}
.exChange_receive_pop .content .swiper_content.more_than_two .swiper_item:nth-child(1) {
  margin-left: 1.2rem;
}
.exChange_receive_pop .content .swiper_content.more_than_two .swiper_item:last-child {
  margin-right: 1.2rem;
}
.exChange_receive_pop .content .swiper_content .swiper_item {
  position: relative;
  border-radius: 0.4rem;
  opacity: 1;
  width: 4rem;
  flex-shrink: 0;
  overflow: hidden;
  height: 5.4rem;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.1rem solid rgba(255, 73, 61, 0.4);
}
.exChange_receive_pop .content .swiper_content .swiper_item .is_not_more {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.38;
  background: #000000;
}
.exChange_receive_pop .content .swiper_content .swiper_item .is_not_more.is_show {
  opacity: 1;
}
.exChange_receive_pop .content .swiper_content .swiper_item .is_not_more .no_more_icon {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url('../image/exChange/not_more.png');
  background-size: 100%;
}
.exChange_receive_pop .content .swiper_content .swiper_item .prize_img {
  height: 2.4rem;
  width: 2.4rem;
  margin-top: 0.6rem;
}
.exChange_receive_pop .content .swiper_content .swiper_item .prize_name_box {
  width: 4rem;
  margin-top: 0.4rem;
  height: 1.6rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
  position: relative;
}
.exChange_receive_pop .content .swiper_content .swiper_item .prize_name_box .prize_name {
  position: absolute;
  font-size: 0.7rem;
  line-height: 0.7rem;
  max-height: 1.6rem;
  width: 3.4rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  top: 50%;
  transform: translateY(-50%);
  word-break: break-all;
}
.exChange_receive_pop .content .confirm {
  margin-top: 1rem;
  width: 100%;
  height: 1.8rem;
}
.exChange_receive_pop .content .confirm .confirm_btn {
  height: 100%;
  width: 8rem;
  font-size: 0.8rem;
  border-radius: 0.9rem;
}
.exChange_receive_pop .content .address_text {
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 0.8rem;
  letter-spacing: 0rem;
  color: #302B2A;
  margin-top: 0.4rem;
}
.exChange_receive_pop .content .address_text .arrow {
  margin-right: 0.2rem;
  width: 0.3rem;
  height: 0.5rem;
  background-image: url(../image/exChange/arrow.png);
  background-size: 100%;
}
.exChange_receive_pop .close_btn {
  margin-top: 1.2rem;
  height: 1.8rem;
  width: 1.8rem;
  background-image: url('../image/close.png');
  background-size: 100%;
}
.exChange_box_mask {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  align-items: center;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}
.ez_flex {
  display: flex;
}
.ez_flex.col {
  flex-direction: column;
}
.ez_flex.js_c {
  justify-content: center;
}
.ez_flex.js_b {
  justify-content: space-between;
}
.ez_flex.js_a {
  justify-content: space-around;
}
.ez_flex.js_e {
  justify-content: space-evenly;
}
.ez_flex.ai_c {
  align-items: center;
}
.ez_flex.ai_s {
  align-items: flex-start;
}
.ez_flex.ai_e {
  align-items: flex-end;
}
#address-pop,
#add-address-pop,
#select-address-pop {
  z-index: 1001;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  transform: scale(2, 2) scale(0.5, 0.5);
  transform-origin: bottom center;
  left: 0;
  bottom: 0;
  /* left: 50%; */
  /* top: 50%; */
}
.ex_change_toast {
  padding: 0.4rem 0.8rem;
  border-radius: 0.9rem;
  font-size: 0.7rem;
  background-color: #d0d0d0;
  position: fixed;
  z-index: 1003;
  margin-right: -50vw;
  bottom: 15vh;
  left: 50vw;
  transform: translate(-50%);
  color: #000000;
}
