@charset "UTF-8";
/* 文字颜色:主要文字/常规文字/次要文字/醒目文字/主要图标/辅助图标/列表图标/悬浮变色 */
/* 背景颜色/边框颜色 */
.space {
  width: 20.01% !important;
}
.iteration_tab {
  display: flex;
  height: 65px;
  text-align: center;
  background: #fff;
}
.iteration_tab li {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  margin-left: 50px;
  align-self: center;
  cursor: pointer;
  position: relative;
  color: #333;
}
.iteration_tab li:hover,
.iteration_tab_active {
  color: #324776 !important;
}
.iteration_tab li:hover:after,
.iteration_tab_active:after {
  content: "";
  position: absolute;
  left: 25%;
  top: auto;
  bottom: -5px;
  right: auto;
  height: 2px;
  width: 50%;
  background-color: #324776;
}
/* 新增版本记录栏目样式 */
.edition_record_box {
  margin: 20px 0;
  padding: 30px;
  background: #fff;
}
.edition_record_icon {
  display: flex;
  margin: 35px 0;
}
.edition_record_icon li {
  width: 17%;
  text-align: center;
}
.edition_record_icon i {
  font-size: 40px;
  color: #4385e3;
}
.edition_record_icon_name {
  font-size: 12px;
  line-height: 12px;
  color: #666;
  padding: 5px 0;
}
.edition_record_color {
  color: #e74d66;
}
.edition_record_introduce {
  font-size: 16px;
  color: #666;
  padding: 10px 20px;
  line-height: 30px;
  text-align: center;
  background: #fafafa;
}
.edition_record {
  display: flex;
  justify-content: center;
}
.edition_record > ul {
  display: flex;
  width: 748px;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.record_details {
  border-top: 4px solid #e5e5e5;
  position: relative;
  width: 20.01%;
  height: 45%;
}
.record_details:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  bottom: auto;
  right: auto;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: #a6a6a6;
}
.record_details_content {
  margin: 20px 20px 30px;
  min-height: 98px;
}
.record_details_content i {
  color: #e5e5e5;
  margin-right: 3px;
  font-size: 16px;
  font-weight: bold;
}
.record_details_content ul {
  margin-top: 10px;
}
.content_back {
  padding: 5px 20px;
  background: #fafafa;
}
.arc_right {
  width: 80px;
  border: 4px solid #e5e5e5;
  border-radius: 0 100% 100% 0/50%;
  border-left: none;
  position: absolute;
  top: -4px;
  right: -83px;
  height: 100%;
}
.arc_left {
  width: 80px;
  border: 4px solid #e5e5e5;
  border-radius: 100% 0 0 100%/50%;
  border-right: none;
  position: absolute;
  top: -4px;
  left: -83px;
  height: 100%;
}
.edition_record_triangle {
  display: inline-block;
  width: 0;
  position: absolute;
  left: -16px;
  top: -12px;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 16px solid #e5e5e5;
  border-bottom: 10px solid transparent;
}
.record_details_content .edition_record_color {
  cursor: pointer;
}
.bs {
  box-sizing: border-box;
}
.num {
  font-size: 18px;
  color: #e70012;
}
.datamain {
  background: linear-gradient(88deg, #f6f9ff 0%, #fff 100%);
  border-left: 4px solid #157ef4;
  font-size: 14px;
  color: #666;
  width: 100%;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 50px;
  text-align: center;
  background-color: #fafafa;
}
.yellow {
  color: #f2a200;
}
.width754 {
  width: 912px;
  height: 136px;
  background: linear-gradient(90deg, #f6f9ff 0%, #fff 100%, #feffff 100%);
  border-radius: 5px;
}
.width272 {
  width: 322px;
  height: 136px;
  background: linear-gradient(90deg, #fffbf2 0%, #fff 100%);
  border-radius: 5px;
}
.width487 {
  width: 580px;
  height: 136px;
  background: linear-gradient(90deg, #fff6f2 0%, #fff 100%);
  border-radius: 5px;
}
.cp {
  cursor: pointer;
}
.version_total {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 168px;
  height: 285px;
  background: linear-gradient(0deg, #f0f6ff 0%, #c6e1fd 100%);
  border-radius: 5px;
  flex-shrink: 0;
}
.version_total_right {
  width: 0;
  flex: auto;
}
.color000099 {
  color: #009;
}
.color666 {
  color: #666;
}
