.container-right {
  display: flex;
}
.container-right .container-right-com {
  min-height: 800px;
  width: 760px;
  height: auto;
  padding: 0 40px;
}
.container-right .container-right-com .setup .setup-title {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 900;
  color: #333333;
  border-radius: 4px;
}
.container-right .container-right-com .setup .interface-state {
  height: 72px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 16px;
}
.container-right .container-right-com .setup .interface-state .statetitle {
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  font-weight: 350;
  color: #333333;
}
.container-right .container-right-com .setup .interface-state .state {
  display: flex;
  align-items: center;
}
.container-right .container-right-com .setup .interface-state .state .state-icon {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.container-right .container-right-com .setup .interface-state .state .state-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-right .container-right-com .setup .interface-state .state .success {
  font-size: 16px;
  color: #00b9a0;
}
.container-right .container-right-com .setup .interface-state .address-input {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin-left: 10px;
  color: #00b9a0;
  background-color: rgba(0, 185, 160, 0.05);
  border-radius: 4px;
  border: 1px solid #00b9a0;
  outline: none;
}
.container-right .container-right-com .setup .interface-state .copy-icon {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  cursor: pointer;
}
.container-right .container-right-com .setup .interface-state .copy-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container-right .container-right-com .setup hr {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  border-color: #eeeeee;
}
.container-right .container-right-com .instructions-for-use {
  margin-top: 20px;
}
.container-right .container-right-com .instructions-for-use .instructions-for-use {
  width: 720px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  border-radius: 4px;
  background-color: #f7f7f7;
}
.container-right .container-right-com .instructions-for-use .use-item {
  padding-left: 10px;
  margin-top: 20px;
  display: flex;
}
.container-right .container-right-com .instructions-for-use .use-item .use-item-title {
  font-size: 14px;
  font-weight: 500px;
  color: #333333;
}
.container-right .container-right-com .instructions-for-use .use-item .use-item-text {
  font-size: 14px;
  font-weight: 350px;
  color: #666666;
  margin-bottom: 5px;
}
.container-right .container-right-com .instructions-for-use hr {
  border-color: #eeeeee;
  margin: 20px 0;
}
.container-right .markdown-body {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 14px !important;
  background: #f4f4f4 !important;
}
.container-right .markdown-body ul {
  list-style-type: disc;
}
.container-right .markdown-body h3 {
  font-weight: 900;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.container-right .openapi-sidebar {
  width: 200px;
  height: 1300px;
  padding: 0 19px;
  color: #001d4d;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(94, 72, 72, 0.03);
  border-radius: 16px;
  padding-bottom: 20px;
}
.container-right .openapi-sidebar .openapi-sidebar-item {
  font-size: 12px;
  font-weight: 300;
}
.container-right .openapi-sidebar .openapi-sidebar-item .openapi-sidebar-item-title {
  font-size: 14px;
  font-weight: 400;
  margin-top: 20px;
}
.container-right .openapi-sidebar .openapi-sidebar-item .openapi-ul {
  border-left: 1px solid #d6e5ff;
}
.container-right .openapi-sidebar .openapi-sidebar-item .openapi-ul li {
  margin-top: 20px;
  margin-left: 19px;
}
.container-right .openapi-sidebar .openapi-sidebar-item .openapi-ul .openapi-active {
  position: relative;
  color: #437fec;
}
.container-right .openapi-sidebar .openapi-sidebar-item .openapi-ul .openapi-active::after {
  position: absolute;
  left: -20px;
  height: 20px;
  width: 2px;
  border-radius: 1px;
  background-color: #437fec;
  content: "";
}
.yun-center {
  margin: 0 auto 30px;
}
