@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

.app .page-download .relative-link {
  padding-bottom: 22px;
}

.page-download .manual-integration {
  padding-bottom: 75px;
}

#app .search-box {
  margin-top: -60px;
  height: 396px;
  margin-bottom: 130px;
  background: url("/https/official-site.rongcloud.cn/pc/images/devcenter/search-bg.png") center top no-repeat;
  background-size: 1920px auto;
  box-sizing: border-box;
  padding-top: 130px;
  position: relative;
  text-align: center;
}

#app .search-box .develop-title {
  display: inline-block;
  position: relative;
  font-size: 62px;
  user-select: none;
  font-weight: 800;
  margin: 0 auto 30px;
  text-align: center;
}

#app .search-box .develop-title span {
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #0065ff, #00d8ff);
  animation: changeColor 4s infinite;
  position: relative;
  z-index: 1;
}

#app .search-box .develop-title::before {
  content: "开发者中心";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  color: #333;
  z-index: 0;
  font-size: 62px;
  font-weight: 800;
  animation: changeColor1 4s infinite;
}

@keyframes changeColor {
  0%,
  100% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
}

@keyframes changeColor1 {
  0%,
  100% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
}

#app .search-box .search {
  width: 599px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  padding: 0 40px 0 20px;
  margin: 0 auto;
}

#app .search-box .search.border {
  border: 1px solid #0099ff;
}

#app .search-box .search .el-input {
  width: 100%;
  height: 100%;
}

#app .search-box .search .el-input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  color: #333;
  font-size: 16px;
  line-height: 100%;
  opacity: 0.7;
  user-select: none;
  padding-left: 4px;
}

#app .search-box .search [v-clock] {
  display: none;
}

#app .search-box .search .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  background: url("/https/official-site.rongcloud.cn/pc/images/devcenter/search-icon.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

#app .search-box .search .search-result {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  transform: translateY(100%);
  border: 1px solid #0099ff;
  border-radius: 5px;
  z-index: 100;
  background: #ffffff;
  overflow: hidden;
}

#app .search-box .search .search-result li {
  box-sizing: border-box;
  padding: 20px;
  font-size: 13px;
  border-bottom: 1px solid #d5d5d5;
  cursor: pointer;
}

#app .search-box .search .search-result li:hover {
  background: #effaff;
}

#app .search-box .search .search-result li:nth-last-of-type(1) {
  border: none;
}

#app .search-box .search .search-result li .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#app .search-box .search .search-result li .top {
  margin-bottom: 10px;
}

#app .search-box .search .search-result li .top .describe {
  width: 105px;
  flex-shrink: 0;
  margin-right: 14px;
  text-align: left;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}

#app .search-box .search .search-result li .top .project {
  flex: 1;
  width: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-shrink: 0;
}

#app .search-box .search .search-result li .top .project .process {
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  opacity: 0.7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app .search-box .search .search-result li .top .project .introduce {
  font-family: PingFang SC;
  font-weight: 500;
  text-decoration: underline;
  color: #333333;
  cursor: pointer;
}

#app .search-box .search .search-result li .top .project .introduce.details {
  opacity: 1;
  color: #0099ff;
}

#app .search-box .search .search-result li .bottom .platform {
  width: 105px;
  flex-shrink: 0;
  margin-right: 14px;
  text-align: left;
  font-family: PingFang SC;
  font-size: 13px;
}

#app .search-box .search .search-result li .bottom .platform span {
  display: inline-block;
  padding: 2px 7px;
  color: #a6a6a6;
  background: #f9f7fb;
}

#app .search-box .search .search-result li .bottom .describe {
  flex-wrap: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  text-align: left;
}

#app .search-box .search .search-result .last {
  height: 49px;
  background: linear-gradient(90deg, #007dff, #009eff);
  opacity: 0.7;
  border-radius: 0px 0px 4px 4px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
}

#app .search-box .search .search-result .last .btn-group {
  display: flex;
  flex-direction: row;
  height: 100%;
  cursor: pointer;
}

#app .search-box .search .search-result .last .btn-group div {
  display: flex;
  align-items: center;
  opacity: 0.5;
  margin-right: 40px;
  height: 100%;
  position: relative;
}

#app .search-box .search .search-result .last .btn-group div span {
  display: none;
  width: 0;
  height: 0;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#app .search-box .search .search-result .last .btn-group .active {
  opacity: 1;
}

#app .search-box .search .search-result .last .btn-group .active span {
  display: block;
}

#app .search-box .search .search-result .last .more {
  font-size: 13px;
  cursor: pointer;
}

#app .search-box .tab-list {
  position: absolute;
  width: 1200px;
  display: flex;
  flex-direction: row;
  color: #333333;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  background: #ffffff;
  border: 1px solid #eee;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden;
  z-index: 2;
}

#app .search-box .tab-list li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  align-items: center;
  box-sizing: border-box;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}

#app .search-box .tab-list li .icon,
#app .search-box .tab-list li .main-img {
  transition: all 0.4s linear;
}

#app .search-box .tab-list li .main-img {
  display: block;
  width: 53px;
  height: 53px;
  margin-bottom: 6px;
}

#app .search-box .tab-list li:nth-child(1) .icon {
  top: 14px;
  right: 119px;
}

#app .search-box .tab-list li:nth-child(1):hover .icon {
  top: 11px;
  right: 116px;
}

#app .search-box .tab-list li:nth-child(1):hover .main-img {
  transform: translate(-3px, 3px);
}

#app .search-box .tab-list li:nth-child(2) .icon {
  top: 17px;
  right: 117px;
}

#app .search-box .tab-list li:nth-child(2):hover .icon {
  top: 14px;
  right: 114px;
}

#app .search-box .tab-list li:nth-child(2):hover .main-img {
  transform: translate(-3px, 3px);
}

#app .search-box .tab-list li:nth-child(3) .icon {
  top: 14px;
  right: 130px;
}

#app .search-box .tab-list li:nth-child(3):hover .icon {
  top: 12px;
}

#app .search-box .tab-list li:nth-child(3):hover .main-img {
  transform: translate(0, 2px);
}

#app .search-box .tab-list li:nth-child(4) .icon {
  top: 27px;
  right: 154px;
}

#app .search-box .tab-list li:nth-child(4):hover .icon {
  right: 157px;
}

#app .search-box .tab-list li:nth-child(4):hover .main-img {
  transform: translate(3px, 0);
}

#app .search-box .tab-list li .icon {
  position: absolute;
  width: 39px;
  height: 39px;
}

#app .search-box .tab-list li.active {
  background: #ecf4ff;
  font-weight: 500;
  color: #0099ff;
}

#app .search-box .tab-list li:after {
  content: "";
  position: absolute;
  top: 32px;
  bottom: 32px;
  right: 0;
  width: 1px;
  background: #d5d5d5;
}

#app .search-box .tab-list li:last-child:after {
  display: none;
}

#app .search-box .tab-list.one-active li:nth-child(1):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #d5d5d5;
}

#app .search-box .tab-list.two-active li:nth-child(1):after,
#app .search-box .tab-list.two-active li:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #d5d5d5;
}

#app .search-box .tab-list.three-active li:nth-child(2):after,
#app .search-box .tab-list.three-active li:nth-child(3):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #d5d5d5;
}

#app .search-box .tab-list.four-active li:nth-child(3):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: #d5d5d5;
}

#app .demo-box {
  margin-bottom: 0px;
}

#app .demo-box .demo-title {
  text-align: center;
  margin-bottom: 34.5px;
  font-size: 37px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 25px;
}

#app .demo-box .title-describe {
  text-align: center;
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
  opacity: 0.7;
  margin-bottom: 51.5px;
}

#app .demo-box .scene-demo-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto 90px;
}

#app .demo-box .scene-demo-list li {
  width: 48%;
  position: relative;
}

#app .demo-box .scene-demo-list li .icon {
  position: absolute;
  width: 85px;
  height: 39px;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

#app .demo-box .scene-demo-list li .header-bg {
  display: block;
  width: 100%;
  height: auto;
}

#app .demo-box .scene-demo-list li .scene-main {
  padding: 28px 30px;
  height: auto;
  background: #000;
  border: 1px solid #eeeeee;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  background: #ffffff;
}

#app .demo-box .scene-demo-list li .scene-main .scene-title {
  margin-bottom: 17px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2f3240;
  line-height: 24px;
}

#app .demo-box .scene-demo-list li .scene-main .scene-title.down {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 24px;
  align-items: center;
  height: 36px;
}

#app .demo-box .scene-demo-list li .scene-main .scene-title.down .btn-group {
  display: flex;
  flex-direction: row;
  padding: 3.5px;
  background: #f5f7f9;
  border-radius: 4px;
}

#app .demo-box .scene-demo-list li .scene-main .scene-title.down .btn-group div {
  padding: 0 29px;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  cursor: pointer;
}

#app .demo-box .scene-demo-list li .scene-main .scene-title.down .btn-group div.active {
  background: #ffffff;
  box-shadow: -2px 0px 3px 0px rgba(170, 180, 207, 0.16), 2px 2px 3px 0px rgba(170, 180, 207, 0.2);
  border-radius: 2px;
  color: #0099ff;
}

#app .demo-box .scene-demo-list li .scene-main .scene-title.down .btn-group div:hover {
  color: #0099ff;
}

#app .demo-box .scene-demo-list li .scene-main .title-describe {
  margin-bottom: 20px;
  text-align: left;
}

#app .demo-box .scene-demo-list li .scene-main .example-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 23.5px;
}

#app .demo-box .scene-demo-list li .scene-main .example-list li {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  margin-bottom: 7.5px;
}

#app .demo-box .scene-demo-list li .scene-main .example-list li img {
  display: block;
  margin-right: 7.5px;
  width: 23px;
  height: 23px;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .down-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 159px;
  align-content: flex-start;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .down-list li {
  width: 165px;
  height: 38px;
  margin-right: 15px;
  margin-bottom: 15px;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .down-list li a {
  display: block;
  width: 165px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #0099ff;
  border-radius: 2px;
  color: #0099ff;
  cursor: pointer;
  transition: all 0.2s ease;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .down-list li a:hover {
  background: #0099ff;
  color: #fff;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .qrcode {
  flex-shrink: 0;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .qrcode .img-box {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 15px;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .qrcode .img-box img {
  width: 120px;
  height: 120px;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .qrcode .hint {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0099ff;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#app .demo-box .scene-demo-list li .scene-main .down-adress .qrcode .hint .icon {
  display: block;
  position: static;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("/https/official-site.rongcloud.cn/pc/images/devcenter/qrcode-icon.png") no-repeat;
  background-size: 100% 100%;
  transform: translateY(0);
}

#app .demo-box .scene-demo-list li .scene-main .look-code {
  height: 32px;
}

#app .demo-box .scene-demo-list li .scene-main .look-code a {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0099ff;
  line-height: 32px;
  margin-bottom: 28px;
  cursor: pointer;
}

#app .demo-box .scene-demo-list li .scene-main .look-code a:hover {
  text-decoration: underline;
}

#app .demo-box .scene-demo-list li .scene-main .publish {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
  line-height: 24px;
}

#app .demo-box .scene-demo-list li .scene-main .publish span {
  margin-right: 12px;
}

#app .demo-box .scene-demo-list li .scene-main .publish span:last-child {
  margin: 0;
}

#app .demo-box .scene-demo-list li .scene-main .publish a {
  margin-right: 20px;
  color: #0099ff;
}

#app .demo-box .scene-demo-list li .scene-main .publish a:last-child {
  margin: 0;
}

#app .demo-box .scene-demo-list li .scene-main .publish a:hover {
  text-decoration: underline;
}

#app .demo-box .functionality-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto 30px;
  flex-wrap: wrap;
}

#app .demo-box .functionality-box li {
  width: 48%;
  position: relative;
  height: auto;
  background: #ffffff;
  border-radius: 6px;
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

#app .demo-box .functionality-box li .main-img {
  display: block;
  width: 100%;
  height: 153.5px;
}

#app .demo-box .functionality-box li .down-icon {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 997;
  transition: all 0.2s ease;
}

#app .demo-box .functionality-box li .down-icon:hover + .hover-box,
#app .demo-box .functionality-box li .hover-box:hover {
  transform: translateY(0);
}

#app .demo-box .functionality-box li .main {
  box-sizing: border-box;
  padding: 24px 30px;
  border: 1px solid #eee;
  border-top: none;
  border-radius: 0 0 6px 6px;
  position: relative;
  flex: 1;
}

#app .demo-box .functionality-box li .main .av {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #F4F6FB;
  height: 60px;
  font-size: 16px;
  color: #09f;
  padding: 0 20px;
  text-align: left;
  line-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  transition: all 0.2s linear;
}

#app .demo-box .functionality-box li .main .av:before {
  position: relative;
  top: -19px;
  content: '';
  display: inline-block;
  width: 52px;
  height: 59px;
  background: url(/https/official-site.rongcloud.cn/pc/images/devcenter/dc.png) no-repeat center center;
  background-size: 51px auto;
}

#app .demo-box .functionality-box li .main .av a {
  display: inline-block;
  width: 110px;
  height: 38px;
  border: 1px solid #09f;
  color: #09f;
  text-align: center;
  line-height: 36px;
  border-radius: 2px;
}

#app .demo-box .functionality-box li .main .av a:hover {
  background: #09f;
  color: #fff;
}

#app .demo-box .functionality-box li .main .title {
  margin-bottom: 16px;
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #2f3240;
  line-height: 24px;
}

#app .demo-box .functionality-box li .main .describe {
  margin-bottom: 10px;
  font-size: 16px;
  height: 72px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  opacity: 0.7;
  margin-right: 55px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

#app .demo-box .functionality-box li .main .tag-list {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  margin-right: 70px;
}

#app .demo-box .functionality-box li .main .tag-list li {
  width: auto;
  flex-shrink: 0;
  height: 24px;
  background: #f4f6fb;
  border-radius: 2px;
  box-sizing: border-box;
  padding: 0 9.5px;
  line-height: 24px;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  opacity: 0.4;
  margin-right: 10px;
  border: none;
  margin-bottom: 0;
}

#app .demo-box .functionality-box li .hover-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  transform: translateY(101%);
  z-index: 998;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
}

#app .demo-box .functionality-box li .hover-box .title {
  background: rgba(0, 153, 255, 0.6);
  font-size: 22px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  height: 65px;
  line-height: 65px;
  box-sizing: border-box;
  padding-left: 29px;
}

#app .demo-box .functionality-box li .hover-box .main {
  flex: 1;
  background: #f5f9fd;
  padding: 25px 27px 20px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  height: 170px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .downloadList {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 40px;
  margin-bottom: 20px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .downloadList li {
  width: 165px;
  height: 38px;
  border: none;
  height: auto;
  overflow: visible;
  margin: 0 15px 15px 0;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .downloadList li a {
  display: block;
  width: 100%;
  height: 38px;
  background: #fff;
  color: #0099ff;
  border: 1px solid #0099ff;
  border-radius: 2px;
  transition: all 0.2s ease;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin-right: 15px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .downloadList li a:hover {
  background: #0099ff;
  color: #fff;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .qrcode {
  width: 117px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .qrcode div:first-child {
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  background: #fff;
  margin-bottom: 13px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .qrcode div:first-child img {
  width: 107px;
  height: 107px;
}

#app .demo-box .functionality-box li .hover-box .main > div:first-child .qrcode div:last-child {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0099ff;
  line-height: 29px;
  text-align: center;
}

#app .demo-box .functionality-box li .hover-box .main > div:last-child .version {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.7);
  line-height: 24px;
}

#app .demo-box .functionality-box li .hover-box .main > div:last-child .version a {
  color: #0099ff;
}

#app .demo-box .functionality-box li .hover-box .main > div:last-child .version a:hover {
  text-decoration: underline;
}

#app .demo-box .functionality-box li .hover-box .main > div:last-child .version .item {
  margin: 0 0 0 16px;
}

#app .demo-box .functionality-box li .hover-box .main > div:last-child .version .item:last-child {
  margin: 0;
}

#app .demo-box .functionality-box li .hover-box .main > div:last-child .version .code {
  margin: 0;
  float: right;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0099ff;
}

#app .footer.opensource {
  background: #F8FAFB;
}

#app .footer {
  width: 100%;
  margin: 0 auto 0px;
  padding-top: 40px;
  padding-bottom: 100px;
  text-align: center;
}

#app .footer ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#app .footer ul li {
  margin-right: 64px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

#app .footer ul li.active, #app .footer ul li:hover {
  color: #0099ff;
}

#app .footer ul li:last-child {
  margin: 0;
}

.page-doc-template .doc-title {
  width: 1200px;
  height: 155px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 43.5px 20px 43px;
  background: url("/https/official-site.rongcloud.cn/pc/images/devcenter/doc-title-bg.png") no-repeat;
  background-size: 100% 100%;
}

.page-doc-template .doc-title .left div:first-child {
  margin-bottom: 15px;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 600;
  color: #0099ff;
  line-height: 29px;
}

.page-doc-template .doc-title .left div:last-child {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #0099ff;
  opacity: 0.5;
  line-height: 23px;
}

.page-doc-template .doc-title .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.page-doc-template .doc-title .right li {
  margin-right: 30px;
  width: 215px;
  height: 75px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  padding-left: 20px;
}

.page-doc-template .doc-title .right li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
}

.page-doc-template .doc-title .right li img {
  display: block;
  width: 47px;
  height: 47px;
  margin-right: 16px;
}

.page-doc-template .doc-title .right li img.icon {
  display: none;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.page-doc-template .doc-title .right li:first-child {
  padding-left: 31px;
}

.page-doc-template .doc-title .right li:nth-child(2) {
  padding-left: 21px;
}

.page-doc-template .doc-title .right li:last-child {
  margin: 0;
  padding-left: 37px;
}

.page-doc-template .doc-title .right li:hover {
  box-shadow: 3px 4px 16px 0px rgba(128, 161, 249, 0.26);
  cursor: pointer;
}

.page-doc-template .doc-title .right li:hover img.icon {
  display: block;
}

.page-doc-template .pad-content {
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto;
}

.page-doc-template .icon-hot {
  width: 33px;
}

.page-doc-template .h-rong-head {
  padding-top: 20px;
  width: 100%;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  justify-content: space-between;
}

.page-doc-template .h-rong-describe {
  min-height: 66px;
}

.page-doc-template .h-rong-part:nth-of-type(1) .h-rong-children,
.page-doc-template .h-rong-part:nth-of-type(5) .h-rong-children,
.page-doc-template .h-rong-part:nth-of-type(6) .h-rong-children {
  padding-top: 20px;
}

.page-doc-template .h-rong-part:nth-of-type(1) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 1;
}

.page-doc-template .h-rong-part:nth-of-type(2) {
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
}

.page-doc-template .h-rong-part:nth-of-type(3) {
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}

.page-doc-template .h-rong-part:nth-of-type(4) {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.page-doc-template .h-rong-part {
  margin-top: 30px;
  border-radius: 10px;
  padding: 20px 20px 0px;
  transition: all 0.2s ease;
  border: 1px solid #f5f5f5;
}

.page-doc-template .h-rong-part:hover {
  box-shadow: -4px 6px 11px 0 rgba(123, 123, 123, 0.2);
  border: 1px solid rgba(51, 51, 51, 0.2);
  background: #fefefe;
}

.page-doc-template .h-rong-children {
  border-top: 2px solid #666;
  padding-top: 0px;
}

.page-doc-template .h-rong-title {
  font-size: 26px;
  font-weight: 600;
}

.page-doc-template .h-rong-sketch {
  margin-left: 10px;
  font-size: 13px;
  color: #a2a2a2;
}

.page-doc-template .h-rong-describe {
  margin-top: 20px;
  padding-bottom: 20px;
  color: #666;
}

.page-doc-template .h-rong-level1[id="sub"] {
  border-top: 1px solid #999;
}

.page-doc-template .h-rong-level1 {
  padding-top: 15px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.page-doc-template .h-rong-level2 {
  margin-bottom: 10px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #666666;
}

.page-doc-template .h-rong-level3 {
  margin: 0px 30px 10px;
  display: inline-block;
  color: #09f;
  width: calc(100% - 60px);
  text-align: left;
}

.page-doc-template .h-rong-level4 {
  margin: 0px 0px 6px 12px;
  display: inline-block;
  color: #09f;
  width: calc(50% - 12px);
  text-align: left;
  line-height: 25px;
  position: relative;
  vertical-align: text-top;
}

.page-doc-template .h-rong-level4:hover {
  text-decoration: underline;
}

.page-doc-template .h-rong-level4 .h-rong-sketch {
  margin-left: 5px;
}

.page-doc-template .h-rong-level4 img {
  position: absolute;
  top: -4px;
}

.page-doc-template .h-rong-level3:hover,
.page-doc-template .h-rong-level4:hover {
  cursor: pointer;
}

.page-doc-template .h-rong-part:nth-of-type(2) .h-rong-children .h-rong-level1:nth-of-type(1) {
  padding-top: 15px;
}

.page-doc-template .h-rong-part::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px;
}

.right-text {
  font-size: 16px;
  color: #09f;
}

@media (max-width: 1366px) {
  body {
    min-width: 1000px;
  }
  #app .search-box .tab-list {
    width: 1000px;
  }
  #app .search-box .tab-list li:nth-child(1) .icon {
    top: 15px;
    right: 100px;
  }
  #app .search-box .tab-list li:nth-child(1):hover .icon {
    top: 12px;
    right: 97px;
  }
  #app .search-box .tab-list li:nth-child(1):hover .main-img {
    transform: translate(-3px, 3px);
  }
  #app .search-box .tab-list li:nth-child(2) .icon {
    top: 18px;
    right: 100px;
  }
  #app .search-box .tab-list li:nth-child(2):hover .icon {
    top: 16px;
    right: 97px;
  }
  #app .search-box .tab-list li:nth-child(2):hover .main-img {
    transform: translate(-3px, 3px);
  }
  #app .search-box .tab-list li:nth-child(3) .icon {
    top: 18px;
    right: 109px;
  }
  #app .search-box .tab-list li:nth-child(3):hover .icon {
    top: 16px;
  }
  #app .search-box .tab-list li:nth-child(3):hover .main-img {
    transform: translate(0, 2px);
  }
  #app .search-box .tab-list li:nth-child(4) .icon {
    top: 27px;
    right: 130px;
  }
  #app .search-box .tab-list li:nth-child(4):hover .icon {
    right: 133px;
  }
  #app .search-box .tab-list li:nth-child(4):hover .main-img {
    transform: translate(3px, 0);
  }
  #app .search-box .tab-list {
    font-size: 17px;
  }
  #app .search-box .tab-list li .main-img {
    width: 43px;
    height: auto;
  }
  #app .search-box .tab-list li .icon {
    width: 30px;
    height: auto;
  }
  .page-doc-template .pad-content {
    width: 1000px;
  }
  #app .demo-box .tab-list {
    width: 1000px;
  }
  #app .demo-box .scene-demo-list,
  #app .demo-box .functionality-box {
    width: 1000px;
  }
  #app .demo-box .functionality-box li .main {
    padding: 16px;
  }
  #app .demo-box .functionality-box li .main .av {
    font-size: 14px;
    padding: 0 8px;
    height: 50px;
  }
  #app .demo-box .functionality-box li .main .av:before {
    width: 44px;
    height: 50px;
    background-size: 44px auto;
  }
  #app .demo-box .functionality-box li .main .av a {
    width: 90px;
    height: 30px;
    line-height: 28px;
  }
  #app .demo-box .functionality-box li .main .describe {
    margin-right: 15px;
    font-size: 15px;
  }
  #app .demo-box .functionality-box li .hover-box .tilte {
    padding-left: 20px;
  }
  #app .demo-box .functionality-box li .hover-box .main > div:first-child .downloadList {
    margin-right: 20px;
  }
  #app .demo-box .functionality-box li .hover-box .main > div:first-child .downloadList li {
    width: 130px;
    margin: 0 10px 10px 0;
  }
  #app .demo-box .scene-demo-list li .scene-main {
    padding: 20px;
  }
  #app .demo-box .scene-demo-list li .scene-main .down-adress .down-list {
    margin-right: 15px;
  }
  #app .demo-box .scene-demo-list li .scene-main .down-adress .down-list li {
    width: 130px;
    margin: 0 10px 10px 0;
  }
  #app .demo-box .scene-demo-list li .scene-main .down-adress .down-list li a {
    width: 130px;
  }
  .page-doc-template .doc-title {
    width: 1000px;
    padding: 43.5px 10px 43px;
  }
  .page-doc-template .doc-title .right li {
    width: 190px;
    margin-right: 15px;
  }
  .page-doc-template .doc-title .right li:first-child {
    padding-left: 15px;
  }
  .page-doc-template .doc-title .right li:nth-child(2) {
    padding-left: 15px;
  }
  .page-doc-template .doc-title .right li:nth-child(2) img {
    margin-right: 10px;
  }
  .page-doc-template .doc-title .right li:nth-child(2) img.icon {
    margin-left: 7px;
    margin-right: 0;
  }
  .page-doc-template .doc-title .right li:last-child {
    padding-left: 20px;
  }
  .page-doc-template .h-rong-head {
    grid-template-columns: 50% 50%;
  }
  .page-doc-template .h-rong-part {
    margin: 20px 20px 20px 0;
  }
  .page-doc-template .h-rong-part:nth-of-type(1) {
    grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    grid-row-start: 1 !important;
    grid-row-end: 1 !important;
  }
  .page-doc-template .h-rong-part:nth-of-type(3) {
    grid-column-start: 2 !important;
    grid-column-end: 2 !important;
    grid-row-start: 3 !important;
    grid-row-end: 4 !important;
  }
  .page-doc-template .h-rong-part:nth-of-type(4) {
    grid-column-start: 2 !important;
    grid-column-end: 2 !important;
    grid-row-start: 1 !important;
    grid-row-end: 3 !important;
  }
  .page-doc-template .h-rong-part:nth-of-type(5) {
    grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    grid-row-start: 5 !important;
    grid-row-end: 6 !important;
  }
  .page-doc-template .h-rong-part:nth-of-type(6) {
    grid-column-start: 2 !important;
    grid-column-end: 2 !important;
    grid-row-start: 5 !important;
    grid-row-end: 6 !important;
  }
  .page-doc-template .h-rong-part:nth-of-type(2) {
    grid-column-start: 1 !important;
    grid-column-end: 1 !important;
    grid-row-start: 2 !important;
    grid-row-end: 5 !important;
  }
  .page-doc-template .doc-title .left div:first-child {
    font-size: 24px;
  }
  .page-doc-template .doc-title .left div:last-child {
    font-size: 20px;
  }
  .page-doc-template .doc-title .right li {
    padding-left: 20px;
  }
  .right-text {
    font-size: 14px;
  }
}
