.main {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
}
.main .hide {
  display: none !important;
}
.main .hide1 {
  opacity: 0;
}
.main .ad img {
  width: 1200px;
  height: 160px;
  border-radius: 4px;
}
.main .gift_head {
  width: 1200px;
  height: 160px;
  display: flex;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8)), url("https://xin.18183.com/uploads/allimg/231102/74-2311021I145.jpg") no-repeat;
  background-size: cover;
  justify-content: space-between;
  border-radius: 4px;
}
.main .gift_head .gift_left {
  display: flex;
  padding: 20px;
}
.main .gift_head .gift_left .head_img {
  width: 120px;
  height: 120px;
  border-radius: 30px;
}
.main .gift_head .gift_left .info {
  margin-left: 20px;
}
.main .gift_head .gift_left .info .gift_top {
  display: flex;
  align-items: center;
}
.main .gift_head .gift_left .info .info_title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFE73E;
}
.main .gift_head .gift_left .info img {
  width: 24px;
  height: 24px;
}
.main .gift_head .gift_left .info .androidIcon {
  margin-left: 13px;
}
.main .gift_head .gift_left .info .appleIcon {
  margin-right: 7px;
}
.main .gift_head .gift_left .info .view {
  display: inline-block;
  width: 94px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #FCDD00;
  opacity: 0.4;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FCDD00;
}
.main .gift_head .gift_left .info .gift_btns {
  margin-top: 16px;
}
.main .gift_head .gift_left .info .gift_btns span {
  width: 116px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 4px;
}
.main .gift_head .gift_left .info .gift_btns .receive {
  background: #E13B3B;
  cursor: pointer;
}
.main .gift_head .gift_left .info .gift_btns .more {
  margin-left: 10px;
  background: #3194E8;
}
.main .gift_head .gift_left .info .gift_bottom {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.main .gift_head .gift_left .info .gift_bottom img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}
.main .gift_head .gift_left .info .gift_bottom span {
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.8;
}
.main .gift_head .gift_right {
  margin-top: 102px;
  margin-right: 10px;
}
.main .gift_head .gift_right span {
  display: inline-block;
  width: 94px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: rgba(255, 231, 62, 0.3);
  border: 1px solid #FCDD00;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FCDD00;
  margin-right: 10px;
}
.main .correlation_list {
  display: flex;
  justify-content: space-between;
}
.main .correlation_list a {
  position: relative;
  width: 372px !important;
  height: 208px !important;
  border-radius: 4px;
  overflow: hidden;
}
.main .correlation_list img {
  display: block;
  width: 100%;
  height: 208px !important;
}
.main .correlation_list p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF !important;
  line-height: 36px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .gift_box {
  background-color: #fff;
  display: flex;
}
.main .gift_box .gift_box_left {
  width: 840px;
}
.main .gift_box .gift_box_left .tabs {
  position: relative;
  width: 820px;
  padding: 20px 20px 0 20px;
  display: flex;
}
.main .gift_box .gift_box_left .tabs .tab {
  position: relative;
  margin-right: 30px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #999999;
  cursor: pointer;
}
.main .gift_box .gift_box_left .tabs .active {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
}
.main .gift_box .gift_box_left .tabs .active::after {
  display: block;
  position: absolute;
  top: 32px;
  content: "";
  margin: 0 auto;
  width: 100%;
  height: 3px;
  z-index: 10;
  background: #FCDD00;
}
.main .gift_box .gift_box_left .tabs .active::before {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 28px;
  content: "";
  background-image: url('../image/up.png');
  background-size: 100%;
  width: 8px;
  height: 4px;
}
.main .gift_box .gift_box_left .tabs::after {
  display: block;
  position: absolute;
  top: 51px;
  content: "";
  width: 820px;
  height: 2px;
  border-bottom: 2px solid #F7F7F7;
}
.main .gift_box .gift_box_left .gift_detail {
  margin: 20px;
}
.main .gift_box .gift_box_left .gift_detail .gift_item {
  position: relative;
  display: flex;
}
.main .gift_box .gift_box_left .gift_detail .gift_item .gift_item_left {
  position: relative;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  margin-right: 14px;
  width: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .gift_box .gift_box_left .gift_detail .gift_item .gift_item_left::after {
  position: absolute;
  z-index: -1;
  top: 18px;
  content: '';
  display: block;
  width: 72px;
  height: 4px;
  bottom: 5px;
  background: #FCDD00;
}
.main .gift_box .gift_box_left .gift_detail .gift_item .gift_item_mid {
  margin-right: 20px;
  position: relative;
}
.main .gift_box .gift_box_left .gift_detail .gift_item .gift_item_mid .circle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 14px;
  height: 14px;
  background: #FFFFFF;
  border: 3px solid #FCDD00;
  border-radius: 50%;
}
.main .gift_box .gift_box_left .gift_detail .gift_item .gift_item_mid .solid {
  width: 2px;
  height: 100%;
  background: #F7F7F7;
}
.main .gift_box .gift_box_left .gift_detail .gift_item .gift_item_rigth {
  width: 688px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  margin-bottom: 70px;
}
.main .gift_box .gift_box_left1 {
  width: 100% !important;
}
.main .gift_box .common_title {
  position: relative;
  margin-bottom: 10px;
}
.main .gift_box .common_title ::after {
  display: block;
  position: absolute;
  top: 51px;
  content: "";
  width: 270px;
  height: 2px;
  border-bottom: 2px solid #F7F7F7;
}
.main .gift_box .gift_box_right {
  margin-left: 40px;
  float: right;
  width: 300px;
}
.main .gift_box .gift_box_right .list_item {
  display: block;
  width: 100%;
  height: 35px;
  margin-bottom: 10px;
}
.main .gift_box .gift_box_right .list_item img {
  display: none;
}
.main .gift_box .gift_box_right .list_item span {
  float: left;
  width: 24px;
  height: 35px;
  background: #333333;
  border-radius: 4px;
  font-size: 13px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 35px;
  text-align: center;
}
.main .gift_box .gift_box_right .list_item .info {
  float: right;
  width: 275px;
}
.main .gift_box .gift_box_right .list_item .info i {
  display: none;
}
.main .gift_box .gift_box_right .list_item .info p {
  height: 35px;
  line-height: 35px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .gift_box .gift_box_right .list_item:hover p {
  background: #fcdf002c;
  color: #000000;
}
.main .gift_box .gift_box_right .list_item:hover span {
  background: #FCDD00;
  color: #000000;
}
.main .gift_box .gift_complete {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.main .gift_box .gift_complete .gift_complete_item {
  margin: 20px 0 0 20px;
  width: 372px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: 22px;
  background: #FFFFFF;
  border: 1px solid #F1F1F1;
  border-radius: 6px;
}
.main .gift_box .gift_complete .gift_complete_item .gift_complete_left {
  padding: 16px;
}
.main .gift_box .gift_complete .gift_complete_item .gift_complete_left .gift_complete_top {
  display: inline-flex;
}
.main .gift_box .gift_complete .gift_complete_item .gift_complete_left .gift_complete_top .complete_top_left {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-right: 45px;
}
.main .gift_box .gift_complete .gift_complete_item .gift_complete_left .gift_complete_top .complete_top_right img {
  width: 16px;
  height: 16px;
}
.main .gift_box .gift_complete .gift_complete_item .gift_complete_mid {
  display: block;
  width: 240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .gift_box .gift_complete .gift_complete_item .gift_complete_right {
  margin: 3px 3px 0 0;
  width: 84px;
  height: 94px;
  line-height: 94px !important;
  text-align: center;
  background: #EA4747;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 24px;
}
.main .part3 {
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 20px 20px;
}
.main .part3 .list_item {
  width: 272px;
}
.main .part3 .list_item img {
  display: block;
  width: 100%;
  border-radius: 4px;
}
.main .part3 .list_item p {
  font-size: 15px;
  margin-top: 15px;
  font-weight: normal;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.pop_box {
  z-index: 11;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 1270px;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
}
.pop_box .pop_content {
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
}
.pop_box .pop_content .pop_content_top {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
}
.pop_box .pop_content .pop_content_top span {
  position: relative;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.pop_box .pop_content .pop_content_top span::after {
  content: "";
  z-index: -1;
  position: absolute;
  bottom: 0;
  display: block;
  width: 60px;
  height: 4px;
  background: #FCDD00;
}
.pop_box .pop_content .pop_content_top img {
  width: 16px;
  height: 16px;
}
.pop_box .pop_content .pop_content_btm {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  width: 100%;
  box-sizing: border-box;
  background: #F2F2F2;
  border-radius: 4px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.pop_box .pop_content .pop_content_btm img {
  width: 22px;
  height: 26px;
}
