body {
  background-color: #F7F8FA;
}

.softIcon { display: inline-block; }
.con { padding: 20px 30px; }

.software_info_con > div .con:not([data-active]) {
  position:fixed;
  left: 100vw;
  width: 954px;
}

.home_wrap  {
  width: 1280px;
  margin: 0 auto;
}

.ad_01 {
  width: 100%;
  height: 100px;
  background-color: #f4f4f4;
  margin-bottom: 20px;
  overflow: hidden;
}

.software_left {
  width: calc(100% - 26px - 300px);
}

.software_name {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  padding: 20px 30px 15px;
  border-bottom: 1px solid #ddd;
}

.software_name .softIcon {
	text-align: center;
  line-height: 56px;
  width: 56px;
  height: 56px;
  margin-right: 16px;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 12px 0 10px;
}

.software_name .softIcon img {
  display: inline-block;
  vertical-align: top;  
}

.software_name h1 {
  font-size: 24px;
  font-weight: bold;
  max-width: 480px;
}

.software_name h3 {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
  margin-left: 30px;
}

.software_info {
  width: 100%;
  padding: 6px 30px 20px;
  margin-top: 25px;
}

.software_info table {
  border: 1px dashed #eee;
  color: #999;
  display: inline-block;
  background-color: #f9f9f9;
}

.software_info tr {
  border-bottom: 1px dashed #eee;
}

.software_info tr:last-child {
  border-bottom: none;
}

.software_info td {
  padding: 5px 10px;
  width: 260px;
  position: relative;
}

.text_nowrap {
  width: 260px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.last_text.text_nowrap {
  width: 520px;
}

.software_info .tips {
  position: absolute;
  top: -24px;
  left: 50%;
  background-color: rgba(0,0,0,.5);
  line-height: 24px;
  border-radius: 4px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 270px;
  margin-left: -100px;
}

.software_info .tips::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: rgba(0,0,0,.5);
}

.software_info td:nth-child(2n) {
  border-left: 1px dashed #eee;
}

.software_info_right {
  margin-left: 20px;
  max-width: 306px;
  height: 90px;
  display: inline-block;
}

.software_info_right a {
  text-align: center;
  margin-right: 40px;
}

.software_info_right a:last-child {
  margin-right: 0;
}

.software_info_right i {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position: 50% 45%;
}

.software_info_right .authority {
  background-color: #07A5EC;
  background-image: url(/static/wmzhe/images/software_home_10.png);
}

.software_info_right .local {
  background-color: #1FC66E;
  background-image: url(/static/wmzhe/images/software_02.png);
}

.software_info_right a:last-child i {
  background-position: 50% 55%;
  background-color: #FF1F00;
  background-image: url(https://img.wmzhe.top/pics/2020/02/1f/ZjVdI0uHUZ5Sy52nXAy2cQM5q6MP0FOag2arMLEW.png);
} 

.software_info_right span {
  color: #999;
  font-weight: bold;
}

.software_news > div{
  width: 420px;
}

.software_news > div:first-child {
  margin-right: 50px
}

.software_news h3 {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 20px;
}

.software_news h3 a {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.software_news li {
  line-height: 28px;
  position: relative;
  padding-left: 15px;
}

.software_news li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
.software_news li a {
  display: inline-block;
  width: 330px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  color: #666;
}

.software_news li > span {
  color: #999;
  font-size: 12px;
}

.software_info_con h2.title-text{
  font-weight: 600;
  margin-top: 19px;
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

.software_history {
  margin-bottom: 20px;
}

.software_history > h3 {
  position: relative;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-left: 16px;
}

.software_history > h3::before {
  position: absolute;
  content: "";
  left: 0;
  width: 7px;
  height: 18px;
  background-color: #07A5EC;
  border-radius: 4px;
}

.software_history_list {
  margin-top: 15px;
}

.software_history_list li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
  padding-top: 25px;
}

.software_history_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.software_history_list dl {
  width: calc(100% - 140px);
}

.software_history_list dt {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin-right: 17px;
  border: 2px solid #ddd;
  border-radius: 12px;
  padding: 12px 0 10px;
}

.software_history_list dt a {
  display: inline-block;
  width: 30px;
  height: 30px;
}

.software_history_list dt img {
  width: 30px !important;
  height: auto;
  vertical-align: top;
}

.software_history_list dd {
  font-size: 14px;
  width: 600px;
  margin-left: 73px;
}

.software_history_list h3  {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 4px;
}

.software_history_list a {
  color: #666;
}

.software_history_list div > span {
  color: #999;
  margin-right: 30px;
}

.software_history_list p {
  color: #999;
  line-height: 24px;
  margin-bottom: 5px;
}

.software_history_list .download {
  width: 90px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  color: #888;
  margin-top: 8px;
}

.software_history_list .gray {
  color: #666;
}

.software_special_column {
  padding: 20px;
}

.special_column > div {
  width: 260px;
  border: 1px solid #55B977;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 15px;
}

.special_column_title {
  height: 40px;
  background-color: #55B977;
  color: #fff;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.special_column_title h3 {
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.special_column_title h3::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 16px;
  background-size: 100%;
  background-image: url(/static/wmzhe/images/software_home_09.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  vertical-align: text-top;
}

.special_column_title a {
  color: #fff;
  font-size: 12px;
}

.special_column_list {
  padding: 10px 20px;
}

.special_column_list li {
  width: 100%;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 5px;
}

.special_column_list li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ddd;
  border-radius: 50%;
  left: -8px;
  top: 11px;
}
.special_column_list li a {
  display: inline-block;
  color: #666;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 210px;
}

.special_column_course {
  border-color: #7A5DC1 !important;
}

.special_column_course .special_column_title {
  background-color: #7A5DC1;
}

.special_column_course  .special_column_title h3::before {
  background-image: url(/static/wmzhe/images/software_home_07.png);
}

.special_column_album {
  border-color: #5376B8 !important;
}

.special_column_album .special_column_title {
  background-color: #5376B8;
}

.special_column_album  .special_column_title h3::before {
  background-image: url(/static/wmzhe/images/software_home_08.png);
}

.jieshao {
  position: relative;
}

.jieshao._fold {
	height: 700px;
	overflow: hidden;
}

.jieshao .interview {
	position: relative;
	height: 30px;
}

._fold .interview {
	position: absolute;
  left: 0;
	bottom: 0;
	width: 100%;
	height: 130px;
	background-image:-webkit-linear-gradient(
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.1) 10%,
		rgba(255, 255, 255, 0.8) 90%,
		rgba(255, 255, 255, 1) 100%
	);
  background-image: linear-gradient(
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.1) 10%,
		rgba(255, 255, 255, 0.8) 90%,
		rgba(255, 255, 255, 1) 100%
	);
}

._fold .interview i {
	transform: rotateZ(180deg);
}

.interview a {
	position: absolute;
	bottom: 6px;
	width: 100%;
	text-align: center;
	color: #07A5EC;
}

.interview a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -2px 10px;
	background: url(https://img.wmzhe.top/pics/2020/90/78/fmp6r0Rctc7E3dmvTbqXCgL8QPRxz7MaN0wGU0tz.png);
	background-size: cover;
}

#A01 {
  width: 1280px;
  height: 100px;
  margin-top: 10px;
}
#A02,
#A03 {
  width: 300px;
  height: 250px;
  margin-bottom: 20px;
}

@media (max-width:576px) {
  .software_info_con > div .con:not([data-active]) {
    width: calc(100vw - 50px);
  }
  .home_wrap {
    width: 100%;
    padding: 10px;
  }

  .con {
    padding: 15px;
  }


  .software_left > .con:nth-child(1) {
    padding-left: 0;
    padding-right: 0;
  }

  .software_info {
    padding: 0 15px 23px;
    width: 100%;
    float: unset;
    margin-bottom: 0;
  }
  
  .software_info li {
    width: 100% !important;
  }

  .software_name {
    padding: 10px 15px;
  }

  .software_name h3 {
    margin-left: 0;
    font-size: 14px;
    float: unset;
  }

  .software_name .softIcon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 6px;
  }

  .software_name .softIcon img {
    width: 32px !important;
    height: auto;
  }

  .software_name h1 {
    font-size: 18px;
    float: unset;
  }

  .software_info table {
    width: auto;
    float: unset;
  }

  .software_info tr {
    width: 100%;
    border-bottom: none;
  }

  .software_info td {
    display: block;
    width: 100%;
  }

  .software_info td:nth-child(n) {
    border-bottom: 1px dashed #eee;
  } 

  .software_info  tr:nth-child(3) td:nth-child(2) {
    display: none;
  }

  .software_info  tr:nth-child(3) td:nth-child(1) {
    border-bottom: none;
  }

  .software_info td:nth-child(2n) {
    border-left: none;
  } 

  .software_info_right {
    width: 100%;
    padding-left: 0;
    height: auto;
    float: unset;
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .software_info_right a {
    width: 33.333333%;
    margin-right: 0;
  }

  .software_info_right i {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    display: inline-block;
  }

  .software_info_right a:last-child i {
    background-position: center 14px;
  }

  .software_info_right span {
    font-size: 12px;
    display: block;
  }

  .software_news > div {
    width: 100%;
  }

  .software_news > div:first-child {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .software_news li a {
    width: 70%;
  }

  .software_left {
    float: unset;
    width: 100%;
  }

  .con_right {
    float: unset;
    width: 100%;
    margin-left: 0;
  }

  .software_special_column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .software_list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .software_list p {
    margin-bottom: 15px;
  }

  .software_history_list li {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .software_history_list li:first-child {
    padding-top: 0;
  }

  .software_history_list .download,
  .software_history_list dl {
    float: unset;
  }

  .software_history_list dl {
    width: 100%;
  }

  .software_history_list dt {
    width: 48px;
    height: 48px;
    line-height: 48px;
    margin-right: 10px;
    padding: 7px;
  }

  .software_history_list dt > img {
    width: 24px !important;
  }

  .software_history_list dd {
    margin-left: 60px;
    width: 75%;
  }

  .software_history_list h3 {
    font-size: 16px;
  }
  .software_history_list div > span {
    display: block;
    margin-bottom: 5px;
  }

  .software_history_list div > span:last-child {
    margin-bottom: 11px;
  }

  .software_history_list .download {
    display: block;
    margin: 0 auto;
    width: 210px;
    height: 35px;
    line-height: 35px;
  }

  .special_column > div {
    width: 100%;
  }

  .last_text.text_nowrap {
    width: 100%;
  }
}
