/* ºËÐÄÐý×ª¶¯»­ */
.rotate {
  animation: spin 3s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.box_item-tab_attr {
  height:200px;
}
.box_item-tab_icon {
  width:900px;flex-shrink: 0; width: 48px; height: 48px; border-radius: 12px; background: #FFF0F5; color: rgb(239, 68, 68); display: flex; align-items: center; justify-content: center;
}
.item-tab-title-attr {
  display:block;text-align:center;font-size:20px;margin-top:15px;justify-content:center
}

.box_item-tab_num1 {
  text-align:center;margin-left:0px;color:rgb(239, 68, 68);font-size:40px;margin-top:15px
}
.box_item-tab_check1 {
  text-align:center;margin-left:0px;color:#999;font-size:16px;margin-top:12px;font-weight:normal
}
.box_item-tab_date1 {
  text-align:center;margin-left:0px;color:#999;font-size:16px;margin-top:2px;font-weight:normal
}
.item-left_ten {
  margin-left:10px;
}
.item_left_ten_title{
  font-weight: bold;font-size:18px;
}
.item_left_ten_check{
  color: rgb(102, 102, 102); font-size: 14px; line-height: 1.6; margin-top: 12px;
}
.item_left_ten_opti{
  width:900px;margin-top: 12px; padding: 12px; background: rgb(240, 249, 255); border: 1px solid rgb(186, 230, 253); border-radius: 8px; font-size: 13px; line-height: 1.6;
}

.item_left_ten_ropti{
  display: block; margin-bottom: 4px; color: rgb(3, 105, 161);
}