.container {
  width: 1440px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 5px 0px 10px 0px rgba(8, 8, 19, 0.1);
  margin-bottom: 30px;
}

.user_info {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #1a76f1;
}

.user_head {
  width: 120px;
  height: 120px;
  background: #eaeaea;
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.user_head img {
  width: 80px;
}

.change_user {
  width: 120px;
  height: 30px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0px 0px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: bold;
  font-size: 16px;
  color: #fefefe;
}

.user_detail {
  flex: 1;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
}

.user_id {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
}

.user_detail_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user_cell_list {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 84px;
}

.user_cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user_grade {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 24px;
}

.user_grade_text {
  font-weight: 400;
  font-size: 18px;
  color: #171310;
}

.user_grade_text .bold {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  padding: 0 4px;
}

.user_grade_btn {
  width: 107px;
  height: 30px;
  background-image: linear-gradient(to right, #2a55e0, #3a8aff);
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
}

.user_gold_card {
  width: 253px;
  height: 84px;
  background: #f9fbff;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #3182ee;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.user_gold {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 4px;
  width: 225px;
}

.gold_text {
  font-weight: 400;
  font-size: 24px;
  color: #171310;
}

.gold_num {
  font-weight: bold;
  font-size: 24px;
  color: #171310;
}

.gold_btn {
  width: 225px;
  height: 27px;
  background: #099f0c;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
  color: #fefefe;
  cursor: pointer;
}

.user_action {
  width: 240px;
  height: 50px;
  background-image: linear-gradient(to right, #5f53fd, #66d5fa);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}

.user_grade:first-child {
  padding-right: 80px;
}

#user_progress {
  width: 240px;
}

#user_progress .layui-progress {
  border-radius: 0;
  background-color: #ffffff;
  border: 1px solid #dedce2;
}

#user_progress .layui-progress-bar {
  border-radius: 0;
  background-color: #1755ec;
}

.sign_in_info {
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sign_in_list {
  display: flex;
  align-items: center;
}

.sign_in_item {
  width: 126px;
  height: 126px;
  background-image: linear-gradient(to bottom, #3a8aff, #9fc2ff);
  border-radius: 5px 5px 5px 5px;
  border: 2px solid #589bff;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 126px;
}

.sign_in_card {
  width: 107px;
  height: 107px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  flex-direction: column;
  cursor: pointer;
}

.sign_in_card_title {
  font-weight: bold;
  font-size: 22px;
  color: #ffffff;
}

.sign_in_card img {
  width: 45px;
  height: 45px;
}

.sign_in_card_result {
  width: 100%;
  padding: 0 6px;
  height: 25px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 2px 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sign_in_card_num {
  font-weight: bold;
  font-size: 12px;
  color: #040af5;
}

.sign_in_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
  width: 560px;
}

.sign_in_cell {
  height: 58px;
  background-color: rgba(88, 155, 255, 0.2);
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #589bff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sign_in_cell_title {
  font-weight: 400;
  font-size: 16px;
  color: #010101;
  padding-bottom: 2px;
}

.sign_in_cell_title .bold {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  padding: 0 4px;
}

.sign_in_cell_result {
  display: flex;
  align-items: center;
}

.sign_in_cell_num {
  font-weight: bold;
  font-size: 13px;
  color: #040af5;
  padding: 0 4px;
}

.draw_header {
  padding: 24px 0;
  border-top: 2px solid #1a76f1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.draw_history_btn {
  width: 120px;
  height: 50px;
  background-image: linear-gradient(to right, #5f53fd, #66d5fa);
  border-radius: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

img.header_line {
  width: 429px;
}

img.header_title {
  width: 146px;
  margin: 0 18px;
}

.darw_rule {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 30px;
}

.darw_rule_text {
  font-weight: 400;
  font-size: 20px;
  color: #6066fe;
  line-height: 24px;
  margin-bottom: 8px;
}

.darw_rule_text:last-child {
  padding-left: 2.5em;
}

.darw_content {
  display: flex;
  padding-bottom: 30px;
  align-items: center;
  justify-content: space-around;
}

.roll_container {
  width: 495px;
  height: 398px;
  background-image: url("../image/image_roll_bg.png");
  background-size: cover;
}

.roll_header {
  padding: 15px 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

img.roll_header_line {
  width: 95px;
}

.roll_header_text {
  font-weight: bold;
  font-size: 24px;
  color: #9e4616;
  padding: 0 12px;
}

.roll_list {
  padding: 0 50px;
  height: 320px;
  overflow: hidden;
}

.roll_item {
  display: flex;
  align-items: center;
  height: 45px;
}

.roll_text {
  font-weight: 400;
  font-size: 20px;
  color: #9e4616;
  padding: 0 4px;
}

.prize_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 11px;
  gap: 11px;
  width: 677px;
}

.prize_item {
  height: 122px;
  position: relative;
  background-image: url("../image/imager_draw_bg.png");
  background-size: cover;
}

.prize_item.active {
  background-image: url("../image/imager_draw_active_bg.png");
}

.prize_img {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  position: absolute;
}

.prize_text {
  position: absolute;
  font-weight: bold;
  font-size: 18px;
  color: #9e4616;
  bottom: 4px;
  width: 100%;
  text-align: center;
}

.darw_btn {
  height: 122px;
  background-image: url("../image/image_draw.png");
  background-size: cover;
  grid-column: span 2 / span 2;
  position: relative;
  cursor: pointer;
}

.darw_btn_text {
  position: absolute;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 15px;
  width: 100%;
  text-align: center;
}

.darw_btn_text .bold {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  padding: 0 4px;
}

.prize_result_popup {
  width: 415px;
  height: 284px;
  background-image: url("../image/image_popup.png");
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.popup_result {
  width: 161px;
  height: 122px;
  background-color: rgba(88, 155, 255, 0.2);
  border-radius: 8px;
  background-size: contain;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.popup_name {
  font-weight: bold;
  font-size: 18px;
  color: #9e4616;
  bottom: 2px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.popup_btn {
  width: 126px;
  height: 34px;
  background: #f15332;
  border-radius: 11px 11px 11px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.popup_title {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.layui-layer {
  background-color: transparent !important;
  box-shadow: none !important;
}
