body {
  overflow-y: scroll !important;
}
.scroce_bgc {
  background-color: #f3f3f3;
}
.scroce_banner {
  width: 100%;
}
.scroce_banner img {
  width: 100%;
}
.score_container {
  width: 1200px;
  margin: 30px auto;
  background-color: #fff;
  padding: 45px 60px;
}
.score_main {
  margin-bottom: 50px;
}
.score_title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.score_title img {
  width: 32px;
  height: 32px;
}
.score_title p {
  margin: 0;
  margin-left: 5px;
  font-size: 26px;
}
.score_contion {
  position: relative;
  width: 1038px;
}
.score_contion .num,
.score_contion .num_usable {
  position: absolute;
  top: 30px;
  left: 45px;
  color: #fff;
}
.score_contion .num span:nth-child(1),
.score_contion .num_usable span:nth-child(1) {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
}
.score_contion .num span:nth-child(2),
.score_contion .num_usable span:nth-child(2) {
  display: block;
  font-size: 60px;
}
.score_contion .num_usable {
  left: 230px;
}
.score_box {
  display: flex;
  justify-content: space-between;
}
.score_box_2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scroce_type {
  width: 200px;
  height: 180px;
  border: 2px solid #faab70;
  border-radius: 10px;
  text-align: center;
  padding: 20px 15px;
}
.scroce_type p {
  margin: 0;
  color: #161616;
}
.scroce_type .data_item {
  font-size: 20px;
}
.scroce_type .data_num {
  padding: 15px 0;
  font-size: 40px;
}
.scroce_type .main_p {
  font-size: 18px;
}
.scroce_type_2 {
  width: 345px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.scroce_type_2 .scroce_p {
  display: flex;
  justify-content: space-between;
  color: #161616;
  background-color: #fee8d7;
  padding: 25px 15px 15px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 20px;
  margin-bottom: 0;
}
.score_box_2:after {
  content: "";
  height: 0;
  width: 345px;
}
.scroce_dateil {
  box-shadow: 0px 0px 8px rgba(214, 212, 212, 0.5);
  width: 100%;
  padding: 40px 60px 30px;
  text-align: center;
}
.scroce_dateil p {
  font-size: 18px;
  height: 50px;
  margin-bottom: 20px;
}
.scroce_type_btn .scroce_btn {
  width: 170px;
  border: 0;
  background-color: #3935f5;
  border-radius: 12px;
  color: #fff;
  padding: 8px 0;
}
.score_t {
  color: #9c9c9c;
  font-size: 20px;
}
.scroce_ok {
  font-size: 20px;
  color: #161616;
}
.scroce_ok img {
  vertical-align: bottom;
  margin-right: 5px;
}
.score_goods_item {
  padding: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.goods_item {
  width: 247px;
  margin-right: 15px;
  box-shadow: 0px 0px 10px rgba(214, 212, 212, 0.5);
  padding: 15px;
  margin-bottom: 15px;
}
.goods_item img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}
.goods_item .score_deteil {
  padding-top: 10px;
}
.goods_item .s_p {
  color: #161616;
  font-size: 18px;
  font-family: '微软雅黑';
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.goods_item .s_prc {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-family: '微软雅黑';
  margin-bottom: 3px;
}
.goods_item .prc {
  color: #f61800;
  font-size: 18px;
}
.goods_item .prc i {
  font-style: normal;
  font-size: 14px;
}
.goods_item .s_mark {
  color: #878787;
}
.goods_item .conversion_btn1 {
  width: 100%;
  background-color: #c2c6cc;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  border: 0;
  padding: 10px 0;
}
.goods_item .conversion_btn2 {
  width: 100%;
  background-color: #3935f5;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  border: 0;
  padding: 10px 0;
}
[v-cloak] {
  display: none !important;
}
.sumtext_scr {
  border: 1px solid #e4ecf3;
  margin: 0 15px 15px;
}
.modal-header {
  border: 0;
}
.sign_modal {
  width: 780px;
}
.content {
  padding: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.month {
  background: #ffffff;
  margin: 0;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.month li {
  text-transform: uppercase;
  letter-spacing: 0;
}
.month .arrow {
  color: #5283c4;
  font-size: 12px;
}
.month .arrow i {
  font-size: 13px;
  top: 2px;
}
.month .year-month {
  font-size: 17px;
}
.weekdays {
  /*头部星期*/
  margin: 0;
  padding: 10px 0;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.weekdays li {
  display: inline-block;
  text-align: center;
}
.days {
  /*日期*/
  padding: 0 0 10px;
  background: #FFFFFF;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.days li {
  list-style-type: none;
  width: 14.2%;
  padding: 0 20px;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 4px;
  text-align: center;
  color: #000;
}
.days li .cli {
  position: relative;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.days li .cli img {
  /*签到的日期*/
  height: 40px;
  position: absolute;
}
.top {
  display: flex;
  justify-content: space-between;
}
.score_sign {
  font-size: 22px;
}
.button {
  background-color: #f9dba9;
  padding: 8px 20px;
  cursor: pointer;
}
.cli_ok {
  background-color: #f9dba9;
  display: inline-block;
}
.alert-warning {
  margin-bottom: 0px;
}
.days_calendar {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
}
.cli_deal {
  display: inline-block;
  cursor: pointer;
}
.icon_rule {
  font-size: 14px;
  cursor: pointer;
}
.rule_modal {
  width: 360px;
}
.rule_conten {
  color: #535353;
  font-size: 14px;
}
.rule_conten li {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
}
.rule_conten li:nth-child(even) {
  border: 1px solid #f8e0ab;
  background-color: #fcf8e3;
  border-radius: 5px;
}
.rule_conten .rule_item {
  padding: 15px;
}
.full_mark {
  font-size: 14px;
}
.full_mark span {
  color: #ff0000;
}
