.downloadBanner img{
  height: 100%;
  width: 100%;
}
.downloadBanner a {
  display: block;
}

.tableau_desktop{
  width: 90%;
  border: 1px solid rgba(180,180,180,0.6);
  border-radius: 10px;
  margin: 31px auto;
  padding: 21px;
  display: flex;
  align-items: flex-start;
}
.tableau_desktop > :nth-child(1){
  padding-right: 21px;
  flex:1;
}
.tableau_desktop .title {
  font-size: 24px;
  margin: 1% 0 1% 1%;
}
.tableau_desktop .title > span {
  font-size: 16px;
}
.tableau_desktop .para p{
  text-indent: 2em;
}
.para li{
  list-style: disc;
  color: #666666;
  line-height: 23px;
  margin-left: 20px;
}
.tableau_desktop p{
  color: #666666;
  line-height: 23px;
}
.button{
  display: flex;
  margin-top: 2%;
}
.button > div{
  margin-right: 20px;
}
.button1{
  padding: 0 15px;
  height: 37px;
  line-height: 37px;
  background: #E09F0A;
  color: white;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.button1 a{
  color:white
}
.button2{
  border: 1px solid #E09F0A;
  width: 157px;
  height: 37px;
  line-height: 37px;
  background: #FFFFFF;
  color: #E09F0A;
  font-weight: bold;
  display: flex;
  justify-content: center;
}
.button2 a{
  color: #E09F0A;
}
.button3{
  width: 157px;
  height: 37px;
  line-height: 37px;
  color: #E09F0A;
  display: flex;
  justify-content: center;
}
.button3 a{
  color: #E09F0A;
}
.version{
  margin-top: 25px;
  background: rgba(242,242,242,0.6) ;
  padding-bottom: 21px;
  display: none;
}
.version.active{
  display: block;
}
.version .table{
  margin-top: 1%;
  margin-bottom: 2%;
  margin-left: 2%;
  margin-right: 2%;
}
.versionTitle{
  display: flex;
  font-weight: 900;
}
.versionTitle div{
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid  #CACACA;
}
.versionTitle .title1{
  width: 40%;
}
.versionTitle .title2{
  width: 20%;
}
.versionTitle .title3{
  width: 20%;
}
.versionTitle .title4{
  width: 20%;
}
.version1{
  display: flex;
}
.version1 div{
  height: 25px;
  line-height: 25px;
  margin: 5px 0;
}
.version1 .title1{
  width: 40%;
}
.version1 .title2{
  width: 20%;
}
.version1 .title3{
  width: 20%;
}
.version1 .title4{
  width: 20%;
}
.version1 .title4 a{
  color: #E09F0A;
}
.require{
  background: rgba(242,242,242,0.6) ;
  border-radius: 10px;
  width: 295px;
  color: #666666;
}
.require li{
  list-style: disc;
  font-size: 12px;
}
.require h4{
  font-size: 14px;
  font-weight: 550;
}
.require h5{
  font-size: 12px;
  font-weight: 550;
}
.requireTitle {
  font-size: 14px;
  font-weight: 550;
  color: #e09f0a;
  height: 50px;
  line-height: 50px;
}
.require1Content{
  font-size: 12px;
  color: #666666;
}
.requireBox{
  margin: 10px 20px;
}
.actian {
  /* height: 500px; */
  /* box-sizing: border-box; */
  padding-bottom: 66px;
  margin-bottom: 70px;
}
.actian .require {
  height: 460px;
}
.tableau_desktop.actian .para li {
  font-size: 14px;
  line-height: 30px;
  color: #666666;
  list-style: disc;
  text-indent: 0px;
  /* margin-left: 40px; */
}
.tableau_desktop.actian .button {
  justify-content: flex-start;
}
.tableau_desktop.actian .button .btns {
  font-size: 14px;
  line-height: 38px;
  color: #e09f0a;
}
.tableau_desktop.actian .button .btns a{
  color: #e09f0a;
}
.tableau_desktop.actian .button .btns.btnchange {
  width: 118px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  background-color: #e09f0a;
  color: #ffffff;
  font-weight: bold;
}
.tableau_desktop.actian .button .btns:nth-child(1) {
  margin: 0px 77px 0px 65px;
}
.accordion .accordion-item .item-header {
  display: flex;
  align-items: center;
  width: 90%;
  height: 48px;
  color: #000000;
  background-color: #fbfbfb;
  margin-left: 65px;
  margin-top: 20px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.14);
  /* padding-left: 8px; */
}

.accordion .accordion-item .item-header h2 {
  font-size: 14px;
  /* font-family: Microsoft YaHei; */
  /* font-weight: 600; */
  line-height: 30px;
  color: #444444;
  opacity: 1;
  margin: 0 10px;
}
.accordion .accordion-item .item-header .icon{
  background: url(../img/download/icons.png) no-repeat 100% bottom;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align:middle;
  margin-left: 12px;
}
.accordion .accordion-item.action .item-header .icon{
  background: url(../img/download/icon.png) no-repeat 100% bottom;
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align:middle;
  margin-left: 12px;
}
.accordion .accordion-item .text {
  display: flex;
  /* justify-content: space-around; */
  /* width: 1248px; */
  max-height: 0px;
  transition: 0.5s linear;
  overflow: hidden;
  padding-left: 72px;
  box-sizing: border-box;
  flex-direction: column;
}
.accordion .accordion-item .text ul {
  /* display: flex; */
}
.accordion .accordion-item .text ul li {
  /* margin-right: 30px; */
}
.accordion .accordion-item.action .text {
  /* max-height: 120px; */
  /* max-height: 170px; */
  max-height: 375px;
  transition: 0.5s linear;
}
.accordion .accordion-item .text p {
  margin: 15px 0px 10px;
  font-size: 14px;
  /* font-family: Microsoft YaHei; */
  font-weight: 600;
  line-height: 30px;
  color: #444444;
  opacity: 1;
}
.accordion .accordion-item .text div{
  margin: 0 55px;
}
.accordion .accordion-item .text li {
  font-size: 14px;
  /* font-family: Microsoft YaHei; */
  font-weight: 400;
  line-height: 30px;
  color: #e09f0a;
  opacity: 1;
  list-style: disc;
  text-indent: 0px;
  margin-left: 22px;
}

.accordion .accordion-item.color .item-header h2 {
  color: #e09f0a;
}
.require1Titles {
  font-size: 14px;
  /* font-family: Microsoft YaHei; */
  font-weight: bold;
  line-height: 30px;
  color: #666666;
  opacity: 1;
  /* margin-bottom: 10px; */
}
.require1 ul{
  list-style: disc;
  text-indent: 0px;
}
.require1 ul li span {
  font-size: 12px;
  font-weight: bold;
}

.require1 p{
  font-size: 12px;
  color: #e09f0a;
}
.require1 .min {
  margin-top: 8px;
  font-size: 10px;
  color: #666666;
}
.require1 .min span{
  color: #e09f0a;
}

.iconBox {
  display: flex;
  align-items: center;
}



