.main-width {
  width: 1200px;
}
#headerApp .comhead-top {
  background: #f8f8f8;
}
.card-move-enter-active,
.card-move-leave-active {
  opacity: 0;
  transition: all 0.5s;
}
.card-move-enter,
.card-move-leave-to {
  opacity: 1;
}
#source-market {
  position: relative;
  width: 100%;
  margin: 0 auto;
  font-family: Source Han Sans CN;
}
#source-market .card-type-switch {
  position: relative;
  width: 240px;
  height: 40px;
  line-height: 38px;
  border-radius: 3px;
  user-select: none;
}
#source-market .card-type-switch .switch-item {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333;
  cursor: pointer;
  transition: color 200ms ease-out;
}
#source-market .card-type-switch .switch-item:hover {
  color: #4e76fe;
}
#source-market .card-type-switch .switch-item i {
  font-size: 14px;
}
#source-market .card-type-switch .switch-item.active {
  cursor: pointer;
  pointer-events: none;
  color: #fff;
}
#source-market .card-type-switch .active-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  box-sizing: border-box;
  cursor: default;
  transition: transform 200ms ease-out;
}
#source-market .card-type-switch .active-bg:after {
  display: block;
  width: 100px;
  height: 40px;
  margin: auto;
  background: linear-gradient(90deg, #4e76fe 0%, #589bfd 100%);
  border-radius: 5px;
  content: '';
}
#source-market .top-menu {
  position: relative;
}
#source-market .banner {
  position: relative;
  margin-top: -44px;
  width: 100%;
  height: 231px;
  background: linear-gradient(to right, #4952e6 0%, #4952e6 50%, #5e6ef1 50%, #5e6ef1 100%);
}
#source-market .banner .banner-content {
  position: relative;
  height: 100%;
  background: linear-gradient(to right, #464ee4 0%, #6172f2 100%);
}
#source-market .banner .banner-content:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url("http://img-haodanku-com.cdn.fudaiapp.com/FpAvIEIDJHcHS76dlJvXum-YZHLV") no-repeat; */
  background: url('https://img.bc.haodanku.com/haodanku/1669344866') no-repeat;
  background-position: center;
  content: '';
}
#source-market .banner .banner-content .btn-box {
  position: absolute;
  z-index: 1;
  left: 32px;
  bottom: 7px;
}
#source-market .banner .banner-content .btn-box > a .el-button {
  height: 38px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  font-size: 16px;
  border: 0;
  border-radius: 23px;
}
#source-market .banner .banner-content .btn-box > a .el-button i {
  font-size: 14px;
  font-weight: inherit;
}
#source-market .banner .banner-content .btn-box .btn-return-old {
  display: none;
}
#source-market .banner .banner-content .btn-box .btn-return-old .el-button {
  line-height: 40px;
  padding-left: 20px;
  padding-right: 142px;
  border: 1px solid #797fd9;
  color: #fff;
  background: #3a40b7;
}
#source-market .banner .banner-content .btn-box .btn-return-old .el-button:hover {
  background: #343aa1;
}
#source-market .banner .banner-content .btn-box .btn-use-direct {
  top: 0;
  right: 0;
}
#source-market .banner .banner-content .btn-box .btn-use-direct .el-button {
  /* width: 146px; */
  width: 128px;
  background: #fde55d;
  color: #5586ec;
  font-weight: bolder;
  letter-spacing: 2px;
  padding-left: 4px;
}
#source-market .banner .banner-content .btn-box .btn-use-direct:hover .el-button {
  background: #f3d00a;
}
#source-market .banner .banner-content .btn-box-two {
  position: absolute;
  z-index: 1;
  top: 44px;
  right: 0;
}
#source-market .banner .banner-content .btn-box-two > a .el-button {
  height: 32px;
  width: 120px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-radius: 10px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#source-market .mask {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
#source-market .page-tips {
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #e6f4fe;
  font-size: 14px;
  font-family: 'PingFang HK-Semibold, PingFang HK';
  font-weight: 600;
  color: #4e75ff;
}
#source-market .page-tips a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  width: 90px;
  font-size: 14px;
  font-weight: 500;
  height: 22px;
  background: linear-gradient(270deg, #69a9ff 0%, #4e75ff 100%);
  border-radius: 10px 10px 10px 10px;
  color: #fff;
  outline: 0;
}
#source-market .content {
  background: #f0f2f5;
  position: relative;
  /* top: -30px; */
}
#source-market .content .sm-nav {
  position: sticky;
  top: 40px;
  z-index: 5;
  background: #f0f2f5;
}
#source-market .content .sm-nav .btn-hover:not(.disabled) {
  cursor: pointer;
}
#source-market .content .sm-nav .btn-hover:not(.disabled):hover {
  background: linear-gradient(90deg, #4e76fe 0%, #589bfd 100%) !important;
  color: #fff !important;
  border-color: rgba(0, 0, 0, 0);
}
/* 新增万能单页导航 */
#source-market .content .sm-nav .nav-single-show-bg {
  position: relative;
}
#source-market .content .sm-nav .nav-single-show-bg .nav-single-bg-content {
  position: absolute;
  top: 0;
  height: 30px;
  width: 100%;
  background: linear-gradient(to right, #4a52e6 0%, #464ee4 50%, #5e6ef1 50%, #5e6ef1 100%);
}
#source-market .content .sm-nav .nav-single-page-all {
  position: relative;
  top: 0;
  height: 66px;
  margin-bottom: 5px;
}
#source-market .content .sm-nav .nav-single-page {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 55px;
  background-color: #fff;
  border-radius: 5px 5px 5px 5px;
}
#source-market .content .sm-nav .nav-single-page .single-page-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 55px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-family: 'PingFang HK-Medium, PingFang HK';
  font-weight: 500;
}
#source-market .content .sm-nav .nav-single-page .single-page-content .single-page-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
#source-market .content .sm-nav .nav-single-page .single-page-content .single-page-btn .text-name {
  margin-left: 10px;
}
#source-market .content .sm-nav .nav-single-page .selectSinglePage {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #eb9b71 0%, #f9363e 100%);
  border-radius: 5px 5px 5px 5px;
  color: #fff;
  box-shadow: 0px 10px 15px 1px rgba(247, 32, 32, 0.2);
  z-index: 1;
}
#source-market .content .sm-nav .nav-single-page .selectSinglePage svg path {
  fill: #fff;
}
#source-market .content .sm-nav .nav-single-page .selectSinglePage .single-page-nav-sanjiao {
  position: absolute;
  top: 55px;
}
#source-market .content .sm-nav .nav-single-page .selectSinglePage .single-page-nav-sanjiao .sanjiao-content {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 8px solid #f93a40;
}
#source-market .content .sm-nav .nav-content {
  display: flex;
  align-items: center;
  height: 55px;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
#source-market .content .sm-nav .nav-content > div {
  line-height: 55px;
  height: 100%;
}
#source-market .content .sm-nav .nav-content .search-nav-content .el-input {
  flex: 1;
  background: #fcfcfc;
  border-left: 1px solid #ededed;
}
#source-market .content .sm-nav .nav-content .search-nav-content .el-input input {
  border: 0;
  background: none;
}
#source-market .content .sm-nav .nav-content .empty {
  flex: 1;
}
#source-market .content .sm-nav .nav-content .search-btn {
  padding: 0 20px;
  border-right: 1px solid #ededed;
  background: #fcfcfc;
}
#source-market .content .sm-nav .nav-content .search-btn i {
  font-size: 22px;
  font-weight: bold;
}
#source-market .content .sm-nav .nav-content .record {
  border-right: 1px solid #ededed;
  padding: 0 21px;
}
#source-market .content .sm-nav .nav-content .record i {
  margin-right: 7px;
  font-size: 20px;
  vertical-align: middle;
}
#source-market .content .sm-nav .nav-content .page-info {
  padding-left: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
#source-market .content .sm-nav .nav-content .page-info span {
  color: #5d81fe;
}
#source-market .content .sm-nav .nav-content .page-btn {
  margin-left: 12px;
  margin-right: 12px;
}
#source-market .content .sm-nav .nav-content .page-btn > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #5d80fe;
  background: #fcfcfc;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid #ededed;
}
#source-market .content .sm-nav .nav-content .page-btn > div i {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
#source-market .content .sm-nav .nav-content .page-btn > div.disabled {
  background: #ededed;
  border-color: #e5e5e5;
  color: #999;
}
#source-market .content .sm-nav .nav-content .page-btn .prev i {
  transform: rotate(-180deg);
}
#source-market .content .sm-nav .search-box {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#source-market .content .sm-nav .search-box .btn-close {
  position: absolute;
  right: 22px;
  top: 33px;
  padding: 10px;
  cursor: pointer;
}
#source-market .content .sm-nav .search-box .btn-close:hover i {
  color: #acabab;
}
#source-market .content .sm-nav .search-box .btn-close i {
  font-size: 23px;
  font-weight: bold;
  color: #848484;
}
#source-market .content .sm-nav .search-box .box-content {
  display: flex;
  flex-direction: column;
  padding: 33px 54px;
  background: #f0f2f5;
  box-shadow: 0 16px 16px 0 rgba(0, 0, 0, 0.2);
}
#source-market .content .sm-nav .search-box .box-content h1 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
}
#source-market .content .sm-nav .search-box .box-content h2 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}
#source-market .content .sm-nav .search-box .box-content .recommend-block .card-list {
  white-space: nowrap;
  transform: scale(0.89);
  transform-origin: top left;
}
#source-market .content .sm-nav .search-box .box-content .recommend-block .c-card {
  vertical-align: top;
}
#source-market .content .sm-nav .search-box .box-content .recommend-block .c-card + .c-card {
  margin-left: 24px;
}
#source-market .content .sm-nav .search-box .box-content .input-block {
  margin-bottom: 30px;
  height: 65px;
  background: #fff;
  border-radius: 3px;
}
#source-market .content .sm-nav .search-box .box-content .input-block .el-input {
  height: 65px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}
#source-market .content .sm-nav .search-box .box-content .input-block .el-input input {
  height: 100%;
  border-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 0;
}
#source-market .content .sm-nav .search-box .box-content .input-block .el-input-group__append {
  border: 0;
}
#source-market .content .sm-nav .search-box .box-content .input-block .el-input-group__append .el-button {
  padding: 0 30px;
  height: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: linear-gradient(90deg, #4e76fe 0%, #589bfd 100%);
  color: #fff;
  font-size: 20px;
}
#source-market .content .sm-nav .search-box .box-content .input-block .el-input-group__append .el-button i {
  font-size: inherit;
  margin-right: 4px;
}
#source-market .content .sm-nav .search-box .box-content .input-block .el-input-group__append .el-button:hover {
  background: linear-gradient(90deg, #4e76fe 0%, #4e76fe 100%);
}
#source-market .content section {
  margin-top: 10px;
}
#source-market .content section > h1 {
  height: 30px;
  margin: 0 auto 20px;
}
#source-market .content .market {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#source-market .content .market h1 {
  width: 234px;
  background: url('http://img-haodanku-com.cdn.fudaiapp.com/FntLrHEW9lEzPdxfX2exoE6PqALo');
}
#source-market .content .list {
  flex: 0 0 100%;
  font-size: 0;
}
#source-market .content .list .c-card,
#source-market .content .list .c-covid-card {
  margin-right: 15px;
  margin-bottom: 15px;
}
#source-market .content .list .c-covid-card {
  height: 377px;
}
#source-market .content .list .c-card:nth-child(4n + 3) {
  margin-right: 0;
}
#source-market .page-box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px 0 50px;
}
#source-market .page-box .el-pagination__rightwrapper {
  display: flex;
  align-items: center;
  height: 38px;
}
#source-market .page-box .el-pagination__rightwrapper span:not([class*='suffix']) {
  height: 38px;
  line-height: 38px;
}
#source-market .page-box .el-pagination__rightwrapper .el-pagination__jump {
  display: flex;
}
#source-market .page-box .el-pagination__rightwrapper .el-input {
  margin: 0 9px;
  width: 60px;
  height: 38px;
}
#source-market .page-box .el-pagination__rightwrapper .el-input .el-input__inner {
  height: 100%;
}
#source-market .page-box .el-pagination__rightwrapper .el-button {
  margin-left: 10px;
  padding: 0;
  width: 42px;
  height: 30px;
  line-height: 28px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  text-align: center;
}
#source-market .page-box .el-pagination__rightwrapper .el-button span {
  height: 28px;
  line-height: 28px;
}
#source-market .page-box .el-pagination__rightwrapper .el-button:hover {
  background: linear-gradient(0deg, #599efd, #4d74ff);
  color: #fff;
}
#source-market .page-box .el-pager li {
  height: 38px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #e6e6e6;
  line-height: 36px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-align: center;
}
#source-market .page-box .el-pager li.active,
#source-market .page-box .el-pager li:hover {
  background: linear-gradient(0deg, #599efd, #4d74ff);
  color: #fff;
}
.clearfix:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '';
}
.share-dialog .el-dialog__body {
  padding-bottom: 0;
}
.share-dialog .el-dialog__header {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #f7f7f7;
  border-radius: 5px 5px 0 0;
}
.share-dialog .el-dialog__header .el-dialog__title {
  line-height: 1em;
  display: inline-block;
}
.share-dialog .el-dialog__header .el-dialog__headerbtn {
  top: 8px;
}
.share-dialog .el-select {
  width: 350px;
}
.share-dialog .img-input {
  margin-bottom: 0;
}
.share-dialog .img-input .el-form-item__content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share-dialog .img-input .el-form-item__content .img {
  display: block;
  margin: 0 auto 20px;
  width: 142px;
  height: 254px;
  border-radius: 5px;
}
.share-dialog .img-input .el-form-item__content .textarea {
  display: block;
  width: 290px;
  border-radius: 3px;
  margin: auto;
  padding: 0;
  border: none;
}
.share-dialog .img-input .el-form-item__content .textarea textarea {
  min-height: 82px;
  background: #ededed;
  border: none;
}
.share-dialog .img-input .el-form-item__content .textarea .el-input__count {
  line-height: 12px;
  background: #ededed;
}
.share-dialog .domain .btn {
  margin-right: 10px;
  margin-left: 0;
  width: 100px;
  height: 34px;
  padding: 0;
  line-height: 32px;
  background: #eef2ff;
  color: #597ffc;
  border: 1px solid #5b81fc;
  border-radius: 3px;
}
.share-dialog .domain .btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #356fff 0%, #6f9cff 100%);
}
.share-dialog .domain .btn.active {
  position: relative;
  color: #fff;
  background: linear-gradient(90deg, #356fff 0%, #6f9cff 100%);
  pointer-events: none;
}
.share-dialog .domain .btn.active::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 21px;
  height: 16px;
  background: url('http://img-haodanku-com.cdn.fudaiapp.com/FpDRdAmveD0hSODWl2_a_vjNas1-');
  content: '';
}
.share-dialog .domain .btn.is-disabled {
  border: none;
  color: #999;
  background: #f8f8f8;
}
.share-dialog .domain .btn.domain-official {
  color: #999;
  pointer-events: none;
  background: #fff;
}
.share-dialog .domain .btn.domain-mng {
  border: none;
  color: #999;
  background: none;
  margin-left: 0;
}
.share-dialog .domain .btn.domain-mng a {
  color: inherit;
}
.share-dialog .domain .btn.domain-mng .iconfont {
  margin-right: 5px;
}
.share-dialog .domain .btn.domain-mng:hover {
  color: #4670f8;
}
.share-dialog .dialog-footer {
  text-align: center;
}
.share-dialog .dialog-footer button {
  width: 180px;
  height: 50px;
  padding: 0;
  line-height: 48px;
  border-radius: 5px;
}
.share-dialog .dialog-footer button.create-share,
.share-dialog .dialog-footer button.copy {
  width: 200px;
  background: linear-gradient(90deg, #356fff 0%, #6f9cff 100%);
}
.share-dialog .dialog-footer button.create-share:hover,
.share-dialog .dialog-footer button.copy:hover {
  background: linear-gradient(90deg, #4b7efd 0%, #82a9fd 100%);
}
.share-dialog .dialog-footer button.copy-link {
  position: relative;
  border-color: #aec1ff;
  color: #4670f8;
}
.share-dialog .dialog-footer button.copy-link > span {
  display: flex;
  height: 100%;
}
.share-dialog .dialog-footer button.copy-link > span .text {
  flex: 1;
  display: block;
  height: 100%;
  line-height: 48px;
  background: #eef2ff;
  border-radius: 4px;
}
.share-dialog .dialog-footer button.copy-link > span .text.has-link {
  border-radius: 4px 0 0 4px;
}
.share-dialog .dialog-footer button.copy-link > span .text:hover {
  background: #cbd6fc;
}
.share-dialog .dialog-footer button.copy-link > span a {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #4f77fe 0%, #5695fd 100%);
  border-radius: 0 4px 4px 0;
}
.share-dialog .dialog-footer button.copy-link > span a:hover {
  background: linear-gradient(90deg, #6a8cff 0%, #6fa5fd 100%);
}
.share-dialog .dialog-footer button.copy-link .iconfont {
  color: #fff;
}
.share-dialog .dialog-footer button.before-created {
  background: #d4d4d4;
  pointer-events: none;
  border-color: #d4d4d4;
  color: #fff;
}
.share-dialog .dialog-footer button.before-created.copy-link > span .text {
  background: #d4d4d4;
}
.share-dialog .dialog-footer button.before-created.copy-link .iconfont {
  background: #d4d4d4;
}
.share-dialog .dialog-footer button .link:hover .link-pop {
  display: block;
}
.share-dialog .dialog-footer button .link .link-pop {
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
  width: 75px;
  height: 32px;
  background: #5794fc;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
}
.share-dialog .dialog-footer button .link .link-pop:before {
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-right-color: #5794fc;
  content: '';
}
.share-dialog .dialog-footer button .link .link-pop:after {
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  width: 8px;
  height: 100%;
  content: '';
}
.share-dialog .copy-base {
  position: fixed;
  left: -10000px;
  top: 0;
}
.share-dialog .copy-base .merge {
  position: relative;
  width: 750px;
  height: 1334px;
}
.share-dialog .copy-base .merge .bg {
  width: 100%;
  height: 100%;
}
.share-dialog .copy-base .merge .qr-code {
  position: absolute;
  bottom: 98px;
  left: 286px;
  width: 180px;
}
.pid-select-option {
  height: auto !important;
  border-bottom: 1px solid #f8f8f8;
}
.manager-option a {
  display: block;
}
.manager-option span {
  margin: 0 4px;
}
.manager-option .api-xiangyou {
  float: right;
}
.manager-option .iconfont {
  font-size: 14px;
}
.btn-2-in-1 {
  display: flex;
  align-items: center;
  width: 246px;
  height: 40px;
  margin: 0 auto 12px;
  font-size: 0;
  background: linear-gradient(90deg, #1a6ef9 0%, #21a6ff 100%);
  border-radius: 20px;
}
.btn-2-in-1 > div {
  text-align: center;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.btn-2-in-1 a,
.btn-2-in-1 button {
  width: 120px;
  font-weight: 300;
  background: linear-gradient(0deg, #1a6ef9 0%, #21a6ff 100%);
  border-radius: 15px;
  line-height: 40px;
  border: none;
  outline: none;
  color: #fff;
  padding: 0;
  text-align: center;
}
.btn-2-in-1 .btn-left {
  flex: 1;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  text-align: right;
  color: #fff;
}
.btn-2-in-1 .btn-left:hover {
  opacity: 0.85;
}
.btn-2-in-1 .btn-left .iconfont {
  margin: 0 10px;
  font-size: 14px;
}
.btn-2-in-1 .btn-right {
  position: relative;
  flex: 0 0 134px;
  height: 40px;
  background: #fff;
  border: 1px solid #1a70f9;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a73e8;
}
.btn-2-in-1 .btn-right:hover {
  opacity: 0.85;
}
.btn-2-in-1 .btn-right .text {
  font-size: 14px;
}
.btn-2-in-1 .btn-right i {
  position: absolute;
  display: inline-block;
  width: 34px;
  margin: -1px -1px 0 0;
  top: 3px;
  right: 3px;
  background: #eef7ff;
  margin-left: 2px;
  height: 34px;
  line-height: 34px;
  border-radius: 17px;
  text-align: center;
  font-size: 14px;
}
.pop-preview {
  pointer-events: none;
  border: 0 !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.pop-preview.vertical {
  margin-bottom: -12px;
}
.pop-preview .popper__arrow {
  border: 0 !important;
}
.view-dialog {
  text-align: center;
}
.view-dialog .el-dialog {
  display: inline-block;
  position: relative;
  border-radius: 16px;
  background: none;
  box-shadow: initial;
  width: auto !important;
}
.view-dialog .el-dialog .el-dialog__header,
.view-dialog .el-dialog .el-dialog__body {
  padding: 0;
}
.view-dialog .el-dialog__headerbtn {
  right: -86px;
  top: unset;
  bottom: 100%;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.view-dialog .el-dialog__headerbtn i {
  color: #fff;
}
.view-dialog .el-dialog__headerbtn:hover {
  border-color: #409eff;
}
.view-dialog iframe {
  width: 375px;
  height: 667px;
  background: #fff;
}
.api-docs-enter {
  position: sticky;
  z-index: 10;
  height: 0;
  width: 0;
  top: 30%;
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .api-docs-enter {
    display: none;
  }
}
.manage-all-state {
  margin-left: 10px;
}
.manage-state-title {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  padding-right: 5px;
  border-right: 2px solid #f2f2f2;
  font-size: 12px;
  font-weight: 500;
  color: #999fbc;
  display: flex;
  align-items: center;
  height: 15px;
  line-height: 15px;
}
.state-select-each .el-input__inner {
  width: 140px;
  height: 40px;
  line-height: 40px;
  background: #fcfcfc !important;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #f2f2f2 !important;
  padding-left: 50px;
  font-size: 12px;
}
.state-select-each .el-input__inner:hover {
  border-color: #f2f2f2;
  background-color: #ffffff;
}
.select-optopn-state .el-select-dropdown__item.selected {
  color: #4e75ff;
}
.tip-header-explain {
  position: relative;
  float: right;
  width: 120px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 10px 10px;
  background: #ffec7e;
}
.tip-header-explain:hover {
  opacity: 0.9;
}
.tip-header-explain span {
  font-size: 14px;
  color: #1a6ef9;
}
.tip-header-explain i {
  font-size: 16px;
  color: #1a6ef9;
  margin-left: 2px;
  width: 16px;
  height: 16px;
}
.tip-header-box {
  width: 360px;
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #1a6ef9;
}
.gf-auth-desc {
  background-color: #1a6ef9;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 6px;
  margin-bottom: 15px;
  margin-top: -15px;
  border-radius: 3px;
  cursor: pointer;
}
.gf-auth-desc i {
  margin-left: auto;
}
