body {
  position: relative;
}
#service-banner {
  position: relative;
  /* height: 600px; */
  height: 60vw;
  max-height: 600px;
}
#service-banner > img {
  width: 100%;
  height: 100%;
}
#service-banner > .service-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 64px);
  max-width: 742px;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
}
#service-banner > .service-banner-content > h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  text-align: center;
}
#service-banner > .service-banner-content > .search-box {
  height: 56px;
  border: 2px solid #1d1e1f;
  margin-top: 24px;
  position: relative;
}
#service-banner > .service-banner-content > .search-box > input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  padding-left: 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#service-banner > .service-banner-content > .search-box > input::placeholder {
  opacity: 0.8;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
#service-banner > .service-banner-content > .search-box .icon-search {
  position: absolute;
  right: 16px;
  top: 8px;
  width: 36px;
  height: 36px;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 12px;
  width: 12px;
  background: url("../../img/icon-cancle-button.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  right: 68px;
}
input[type="search"]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}
#main > .tab-menu {
  background-color: #ffffff;
  text-align: center;
  display: flex;
}
#main > .tab-menu > .current-tab {
  background-color: #f7f7f7;
}
#main > .tab-menu > .current-tab>span{
  color: #f4a524;
}
#main > .tab-menu > div {
  width: 50%;
  text-align: center;
}
#main > .tab-menu > div > a,
#main > .tab-menu > div > span {
  text-align: center;
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.06em;
  color: #afb2b8;
  display: inline-block;
  padding: 16px 0;
}
#main > .tab-menu > div > a:hover,
#main > .tab-menu > div > span:hover {
  cursor: pointer;
  color: #f4a524;
}
#main > .tab-menu > div > .current-menu {
  color: #f4a524;
}
#main > .tab-menu > .opensource:hover > .sub-tab-menu {
  display: block;
}
#main > .tab-menu > div > .sub-tab-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  top: 70px;
  height: 69px;
  padding: 16px 0;
}
#main > .tab-menu > div > .sub-tab-menu > a {
  font-weight: 400;
  font-size: 28px;
  line-height: 37px;
  letter-spacing: 0.06em;
  color: #afb2b8;
}
#main > .tab-menu > div > .sub-tab-menu > a:hover {
  color: #f4a524;
}

#main .pic-page-wrap {
  background-color: #f5f5f5;
  padding-top: 64px;
  padding-bottom: 40px;
}
#main .pic-page-wrap .pic-page {
  width: calc(100% - 64px);
  max-width: 1200px;
  margin: 0 auto;
}
#main .pic-page > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #f4a524;
  margin-bottom: 40px;
  display: none;
}
#main .pic-page > .no-search-result {
  display: none;
}
#main .pic-page > .no-search-result > .no-search-result-inner {
  width: 294px;
  height: 294px;
  background-color: #ffffff;
  padding: 75px;
}
#main .pic-page > .no-search-result > .no-search-result-inner > img {
  width: 144px;
  height: 144px;
}
#main .pic-page ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 16px;
}
#main .pic-page ul > li {
  display: none;
  width: 24%;
  background-color: #ffffff;
  margin-bottom: 8px;
  text-align: center;
  padding: 56px 30px 35px 30px;
  margin-right: 1%;
}
#main .pic-page ul > li > a {
  display: inline-block;
}
#main .pic-page ul > .display-li {
  display: inline-block;
}
#main .pic-page ul > li:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
#main .pic-page ul > li:hover p {
  color: #f4a524;
}
#main .pic-page ul > li p {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
  margin-top: 33px;
}
#main .pic-page ul > li img {
  width: 100%;
  max-width: 206px;
}
#main .pic-page ul > li .other-img {
  width: 100%;
  max-width: 180px;
}
#main .pic-page #toggle-page {
  text-align: center;
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .pic-page #toggle-page .prev-page:hover {
  cursor: pointer;
}
#main .pic-page #toggle-page .next-page:hover {
  cursor: pointer;
}
#main .pic-page #toggle-page .prev-page,
#main .pic-page #toggle-page .next-page {
  width: 13px;
  height: 20px;
}

#main .pic-page #toggle-page > .page-num {
  margin: 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  color: #afb2b8;
}
#main .pic-page #toggle-page > .page-num:hover {
  cursor: pointer;
}
#main .pic-page #toggle-page > .current {
  color: #1d1e1f;
}
#main > .common-tool-download {
  padding: 80px 0;
  text-align: center;
}
#main > .common-tool-download > .title {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 9px 0 7px 24px;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #ffffff;
  background: #f4a524;
  margin-bottom: 17px;
}
#main > .common-tool-download > ul {
  width: 1200px;
  margin: 0 auto;
}
#main > .common-tool-download > ul > li {
  width: 1200px;
  height: 36px;
  padding: 6px 24px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
#main > .common-tool-download > ul > li img {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
#main > .common-tool-download > ul > li {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #63616a;
  margin-bottom: 12px;
}
#main > .common-tool-download > ul > li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.mr0 {
  margin-right: 0 !important;
}
#main > .common-tool-download > ul > li > .download-list-lef,
#main > .common-tool-download > ul > li > .download-list-right {
  display: flex;
  align-items: center;
}
.mr208 {
  margin-right: 208px;
}
/* 遮罩层 */
.download-message-box-wrap {
  display: none;
  width: 100%;
  height: calc(100% - 0.3021rem);
  background: rgba(29, 30, 31, 0.15);
  position: absolute;
  z-index: 999;
  top: 0.3021rem;
  left: 0;
}
.download-message-box-wrap > .download-message-box {
  position: absolute;
  width: 3.1667rem;
  height: 1.7552rem;
  background: #ffffff;
  top: 11.6094rem;
  left: 3.4167rem;
  z-index: 999;
  padding: 24px 0.375rem 40px 0.375rem;
}
.download-message-box-wrap > .download-message-box > h3 {
  width: 0.5208rem;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.download-message-box-wrap > .download-message-box > div {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.download-message-box-wrap > .download-message-box > div > img {
  width: 80px;
  height: 80px;
}
.download-message-box-wrap > .download-message-box > div > .detail {
  margin-left: 26px;
  width: 0.7813rem;
  margin-right: 0.4688rem;
}
.download-message-box-wrap > .download-message-box > div > .detail > .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.06em;
  color: #1d1e1f;
}
.download-message-box-wrap > .download-message-box > div > .detail > .version {
  font-weight: 400;
  font-size: 0.0729rem;
  line-height: 0.0938rem;
  letter-spacing: 0.06em;
  color: #63616a;
  margin: 8px 0;
}
.download-message-box-wrap
  > .download-message-box
  > div
  > .detail
  > .update-time {
  font-weight: 400;
  font-size: 0.0729rem;
  line-height: 0.0938rem;
  letter-spacing: 0.06em;
  color: #63616a;
}
.download-message-box-wrap > .download-message-box > div > .go-to-download {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.06em;
  padding: 8px 24px;
  color: #1d1e1f;
  border: 0.0052rem solid #f4a524;
}
.download-message-box-wrap
  > .download-message-box
  > div
  > .go-to-download:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #f4a524;
}
.h80 {
  height: 80px;
}
