.yoo-download #_yoo-nav {
  background-image: url(../images/download/banner01.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.yoo-download .yoo-download-banner {
  width: 100%;
  height: 24.87rem;
  line-height: 19.87rem;
  background-image: url(../images/download/banner01.png);
  background-position: center bottom;
}
.yoo-download .yoo-download-banner h1 {
  font-family: AlibabaPuHuiTi-Bold;
  font-size: 5.25rem;
  font-weight: bold;
  color: #FFFFFF;
}
.yoo-download .yoo-download-content {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  background-color: #fff;
}
.yoo-download .yoo-download-content .download-setp-btn {
  width: 152px;
  height: 53px;
  border-radius: 10px;
  background: #4C27FF;
}
.yoo-download .yoo-download-content .download-setp-btn:hover {
  background: #5B39FF;
}
.yoo-download .yoo-download-content .download-setp-btn:active {
  background: #3919D4;
}
.yoo-download .yoo-download-content .download-setp-btn-disable {
  width: 152px;
  height: 53px;
  border-radius: 10px;
  background: #E7E7E7;
  color: #9C9C9C;
  cursor: default;
}
.yoo-download .yoo-download-content .yoo-download-tab {
  display: flex;
  align-items: center;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%);
}
.yoo-download .yoo-download-content .yoo-download-tab .download-tab-item {
  position: relative;
  font-family: AlibabaPuHuiTi-Regular;
  font-size: 1.5rem;
  line-height: 2.5rem;
  width: 18.75rem;
  color: #FFFFFF;
  cursor: pointer;
}
.yoo-download .yoo-download-content .yoo-download-tab .download-tab-item-active {
  font-weight: 800;
}
.yoo-download .yoo-download-content .yoo-download-title {
  width: 100%;
  text-align: center;
  font-family: AlibabaPuHuiTi-Bold;
  font-size: 3rem;
  font-weight: bold;
  color: #11093F;
  margin-bottom: 6.875rem;
  padding-top: 3.875rem;
}
.yoo-download .yoo-download-content .download-browser {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
  width: 1100px;
  flex-wrap: wrap;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box {
  display: flex;
  align-items: center;
  width: 317px;
  height: 94px;
  border: 1px solid #4C27FF;
  border-radius: 10px;
  margin-bottom: 35px;
  color: #10006F;
  cursor: pointer;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box .browser-logo {
  margin: 0 17px;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box .browser-text {
  font-size: 16px;
  text-align: left;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box .browser-text .browser-get {
  font-size: 12px;
  text-align: center;
  margin-top: 10px;
  height: 25px;
  width: 79px;
  line-height: 25px;
  background: #F3F1FF;
  border-radius: 28px;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box .browser-text .browser-get:hover {
  background: #5B39FF;
  color: #FFFFFF;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box .browser-text .browser-get:active {
  background: #3919D4;
  color: #FFFFFF;
}
.yoo-download .yoo-download-content .download-browser .download-browser-box:hover {
  box-shadow: 0px 10px 14px 0px rgba(124, 115, 145, 0.3);
}
.yoo-download .yoo-download-content .download-browser .download-browser-box:last-child {
  cursor: default;
}
.yoo-download .yoo-download-content .download-browser .unbrowser-box {
  overflow: hidden;
  border: 1px solid #C5C5C5;
  color: #ACACAC;
}
.yoo-download .yoo-download-content .download-browser .unbrowser-box .browser-get {
  background: #E7E7E7 !important;
  color: #9C9C9C !important;
}
.yoo-download .yoo-download-content .will_open {
  position: relative;
  font-size: 12px;
  width: 104px;
  height: 25px;
  line-height: 25px;
  background: linear-gradient(315deg, #FCD041 10%, #FFF386 85%);
  color: #957200;
  transform: rotate(45deg);
  top: -21px;
  right: -33px;
}
.yoo-download .yoo-download-content .download-setp {
  text-align: left;
  width: 961px;
  margin: 0 auto;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul {
  counter-reset: section;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li {
  position: relative;
  counter-reset: subsection;
  padding-left: 6.125rem;
  padding-bottom: 6.25rem;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li .download-setp-icon {
  position: absolute;
  top: -1.25rem;
  left: 42rem;
  display: flex;
  align-items: center;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li .download-setp-icon img {
  margin: 0 1.25rem;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li .download-setp-icon p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #427AB5;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li p {
  font-family: AlibabaPuHuiTi-Regular;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #656565;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li .download-setp-line {
  position: absolute;
  left: 1.9rem;
  top: 4.5rem;
  width: 0.0625rem;
  height: 9rem;
  border-left: 1px dashed #4C27FF;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0em;
  color: #11093F;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1rem;
  width: 42px;
  height: 42px;
  background: rgba(76, 39, 255, 0.2);
  border-radius: 50%;
}
.yoo-download .yoo-download-content .download-setp .download-setp-ul > li::after {
  position: absolute;
  left: 5px;
  top: -5px;
  width: 32px;
  height: 32px;
  background: #4C27FF;
  counter-increment: section;
  content: counter(section);
  border-radius: 50%;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul {
  padding-top: 1.25rem;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 18px;
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li .download-setp-chrome-link {
  width: 207px;
  height: 38px;
  border-radius: 8px;
  background: #DAECFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 38px;
  color: #427AB5;
  text-align: center;
  margin-top: 8px;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  color: #656565;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li p span {
  font-weight: bold;
  color: #656565;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: 10px;
  width: 9px;
  height: 9px;
  background: #4C27FF;
  border-radius: 50%;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 0px;
  height: 120px;
  border-left: 1px dashed #4C27FF;
}
.yoo-download .yoo-download-content .download-setp .download-setp-chrome-ul li:last-child::after {
  border-left: none;
}
.yoo-download .yoo-download-show {
  display: block;
}
.yoo-download .yoo-download-hiddent {
  display: none;
}

.download-tab-item:hover {
  font-weight: 800;
}

.download-tab-item:hover:after {
  width: 9.125rem;
  transition: all 1s;
}

.download-tab-item::after {
  content: "";
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  transform: translateX(-50%);
  height: 0.425rem;
  width: 0rem;
  background-color: #fff;
  border-radius: 6px;
}

.download-tab-item-active:after {
  width: 9.125rem;
}