@import url('/logo/tlbbgl_logo.css');

.btn {
  display: block;
  text-indent: -999em;
  margin: 0 auto;
  transition: all .1s linear;
  -webkit-transition: all .1s linear;
}

.btn:hover {
  filter: brightness(1.1);
  -webkit-filter: brightness(1.1);
  transform: scale(.98);
  -webkit-transform: scale(.98);
}

.dl-page .nav-menu {
  position: fixed;
  top: 55px;
  width: 100%;
  left: 0;
  margin-left: 0;
}

.dl-page .nav-menu.sticky-on {
  top: 0;
}

.dl-page .nav-menu::before {
  top: 55px;
}

.dl-page .nav-menu.sticky-on::before {
  top: 0;
}

/*下载页*/
.downbg {
  min-height: auto;
  width: 100%;
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/bg.png) #eaeaea no-repeat center top;
  padding-top: 340px;
  padding-bottom: 240px;
}

.header {
  width: 1520px;
  margin: 0 auto;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header h3 {
  width: 244px;
  height: 65px;
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/title.png) no-repeat;
}

.header a {
  display: block;
  width: 234px;
  height: 55px;
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/back.png) no-repeat;
}

.content {
  width: 1520px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #b7aa8c;
}

.btn-box {
  display: flex;

}

.btn-box a {
  display: block;
  width: 761px;
  height: 115px;
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/client.png) no-repeat;
}

.btn-box a.on {
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/client-on.png) no-repeat;
}

.btn-box a:last-child {
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/beta.png) no-repeat;
}

.btn-box a:last-child.on {
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/beta-on.png) no-repeat;
}

/* 下载内容区 */
#clientBox,
#betaBox {
  padding: 60px 0 80px;
}

#betaBox {
  display: none;
}


.dl-section {
  margin-bottom: 60px;
}

.dl-section:last-child {
  margin-bottom: 0;
}

.section-title {
  width: 1244px;
  height: 93px;
  margin: 0 auto 40px;
  background-repeat: no-repeat;
  background-position: center top;
}

.section-main {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px;
}

.section-icon {
  width: 361px;
  height: 297px;
  margin-right: 100px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.section-info {
  width: 700px;
}

.section-info .dl-tip {
  font-size: 26px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}

.section-info .btn {
  display: block;
  width: 621px;
  height: 95px;
  margin: 0 auto 30px;
  background: url(//i0.cy.com/tlbbgl/main/2026/0630/btn-download.png) no-repeat;
}

.section-info .meta-row {
  display: flex;
  margin-bottom: 16px;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.section-info .meta-row p {
  position: relative;
  flex: 1;
  padding-left: 90px;
  margin-right: 40px;
}

.section-info .meta-row p:last-child {
  margin-right: 0;
}

.section-info .meta-row span {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  color: #999;
  text-align: left;
}

/* 正式服 - 完整客户端 */
#clientBox .section-full .section-title {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/title-client.png);
}

#clientBox .section-full .section-icon {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/download.png);
}

/* 正式服 - 极速客户端 */
#clientBox .section-quick .section-title {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/title-client2.png);
}

#clientBox .section-quick .section-icon {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/download-beta.png);
}

/* 先锋服 - 完整/极速客户端（标题暂用文字） */
#betaBox .section-title {
  background-image: none;
  text-align: center;
  line-height: 93px;
  font-size: 36px;
  color: #8b6f4e;
  font-weight: bold;
}

#betaBox .section-full .section-title {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/title-beta.png?1);
}

#betaBox .section-quick .section-title {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/title-beta2.png?1);
}

#betaBox .section-full .section-icon {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/download.png);
}

#betaBox .section-quick .section-icon {
  background-image: url(//i0.cy.com/tlbbgl/main/2026/0630/download-beta.png);
}

