.top-0 {
    top: 0;
}

.box:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}

.vertical-middle::after {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
    visibility: hidden;
}

.table-type{
    width: 100px;
}
.table-require{
    width: 100px;
}
.table-define{
    width: 500px;
}
.table-name{
    width:200px
}
.pb-20{
    padding-bottom: 20px;
}

.api-icon {
    margin-right: 19px;
    width: 80px;
    height: 80px;
    background: url("../images/port/shop_icon2.png");
    background-size: 100% 100%;
    border-radius: 20px;
}

.api-info-top {
    margin-top: 11px;
}

.api-info-top .api-name {
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.api-info-top .api-disc {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.api-info-top .api-free-icon {
    width: 44px;
    height: 20px;
    background: url("../images/port/free-tag.png");
    background-size: 100% 100%;
    border-radius: 10px 10px 10px 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

.api-info .vertical-middle span {
    display: inline-block;
    vertical-align: middle;
}

.api-info-bottom {
    margin-top: 24px;
}

.api-info-bottom .api-type, .api-info-bottom .api-number {
    font-size: 14px;
    color: #999;
}

.api-info-bottom .text {
    font-size: 14px;
    color: #666;
}

.suggest-btn {
    width: 108px;
    height: 30px;
    border: 1px solid #B8CDFF;
    background-color: #E4EBFF;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.suggest-btn span {
    display: inline-block;
    vertical-align: middle;
}

.suggest-btn .suggest-icon {
    margin-right: 6px;
    width: 18px;
    height: 18px;
    background: url("../images/port/suggest-icon.png");
    background-size: 100% 100%;
}

.suggest-btn .suggest-text {
    color: #5186FF;
}

.api-detail {
    margin-top: 20px;
    padding: 15px;
    background: rgba(245, 247, 250, 1);
    font-size: 14px;
}

.api-detail .api-detail-item {
    margin-bottom: 5px;
}

.api-detail .api-detail-item:last-child {
    margin-bottom: 0;
}

.api-detail .api-detail-label {
    margin-right: 19px;
    width: 94px;
    text-align: right;
    color: #343434;
}

.api-detail .api-detail-content {
    color: #9A9A9A;
    width: 705px;
}

.btn_orange {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 96, 68, 1)), to(rgba(255, 155, 47, 1)));
    background: -o-linear-gradient(left, rgba(255, 96, 68, 1), rgba(255, 155, 47, 1));
    background: linear-gradient(90deg, rgba(255, 96, 68, 1), rgba(255, 155, 47, 1));
}

.round_m span {
    display: inline-block;
    vertical-align: middle;
}

.app-show, .join-free, .api-test, .sdk-download {
    margin-right: 40px;
    text-align: center;
    width: 140px;
    height: 40px;
    line-height: 20px;
}

.join-free {
    color: #fff;
}

.join-free :hover {
    color: #fff;
}

.sdk-download, .api-test {
    color: #5186FF
}

.app-show span, .join-free span, .api-test span, .sdk-download span {
    display: inline-block;
    vertical-align: middle;
}

.join-free {
    background: -webkit-gradient(linear, right top, left top, from(rgba(16, 122, 233, 1)), color-stop(rgba(108, 96, 254, 1)), to(rgba(88, 148, 255, 1)));
    background: -o-linear-gradient(right, rgba(16, 122, 233, 1), rgba(108, 96, 254, 1), rgba(88, 148, 255, 1));
    background: linear-gradient(-90deg, rgba(16, 122, 233, 1), rgba(108, 96, 254, 1), rgba(88, 148, 255, 1));
}

.api-test {
    border: 1px solid rgba(80, 134, 255, .3);
    border-radius: 20px;
}

.sdk-download {
    border: 1px solid rgba(80, 134, 255, .3);
    border-radius: 20px;
}

.show-icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: url("../images/port/show-icon.png");
    background-size: 100% 100%;
}

.join-icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: url("../images/port/join-icon.png");
    background-size: 100% 100%;
}

.test-icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: url("../images/port/test-icon.png");
    background-size: 100% 100%;
}

.download-icon {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background: url("../images/port/download-icon.png");
    background-size: 100% 100%;
}

.mask {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5000;
    text-align: center;
    -webkit-animation: opacity 1s ease;
    animation: opacity 1s ease;
}

.suggest-form {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: 600px;
    border-radius: 15px;
    background: #fff;
    -webkit-animation: scaleShow1 .6s ease;
    animation: scaleShow1 .6s ease;
}

@-webkit-keyframes scaleShow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleShow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes scaleShow1 {
    0% {
        width: 100px;
        height: 50px;
    }
    50% {
        width: 600px;
        height: 50px;
    }
    100% {
        width: 600px;
        height: 340px;
    }
}

@keyframes scaleShow1 {
    0% {
        width: 100px;
        height: 50px;
    }
    50% {
        width: 600px;
        height: 50px;
    }
    100% {
        width: 600px;
        height: 340px;
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes opacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.require-text {
    font-size: 16px;
    color: #F63F3F;
}

/* .layui-form-label{
    width: 150px;
}
.layui-input-block{
    margin-left: 150px;
} */

.layui-textarea:hover {
    border-color: #647dff !important;
}

.text-left {
    text-align: left;
}

.bg-blue {
    border-radius: 5px;
    background: #647dff;
}

.save {
    width: 140px;
    height: 40px;
    background: #647dff;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.dialog-header {
    padding: 13px 20px;
    height: 52px;
    background: #647dff;
    box-sizing: border-box;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.modify-title {
    float: left;
    font-size: 22px;
    font-weight: 800px;
    color: #fff;
    line-height: 26px;
}

.modify-close-icon {
    float: right;
    width: 26px;
    height: 26px;
    background: url("../images/port/modify-close-icon.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.form-table {
    padding: 30px;
}

.swiper-container {
    margin-top: 150px;
    display: inline-block;
    width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom:40px;
}

.swiper-img {
    display: inline-block;
    vertical-align: middle;
}

.app-show .close-icon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 25px;
    height: 25px;
    background: url("../images/port/modify-close-icon.png");
    background-size: 100% 100%;
    cursor: pointer;
}

.api-v-list {
    padding: 10px 0;
    width: 880px;
    margin-bottom: 30px;
    background: rgba(245, 246, 250, 1);
    overflow-x: auto;
}

.api-v-list .api-v-item {
    border-right: 1px solid #DFE2EF;
    padding: 0 40px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}

.api-v-list .api-v-item:last-child {
    border-right: none;
}

.api-v-list .selected {
    color: #647DFF;
}

.v-content {
    display: none;
    animation: opacity 1s ease;
}

.v-content-selected {
    display: block;
}

.arrow-down, .request-body-arrow {
    display: inline-block;
    margin-top: 5px;
    width: 20px;
    height: 20px;
    background: url("../images/port/arrow-down.png");
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer;
}

.arrow-down-to-right {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#requestBody, #responseBody, #jsonBody, #systemBody {
    overflow: hidden;
}

.expend-td span {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

.ti-30 {
    text-indent: 30px;
}

.mt-28 {
    margin-top: 28px;
}

.system-params {}

tr:nth-child(odd) {
    background: #F8F8F8;
}

.right-aside-wrap {
    position: fixed;
    right: 50px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 200;
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .07);
}

.pb-70 {
    padding-bottom: 70px;
}

.mb-180 {
    margin-bottom: 180px;
}

.right-aside-wrap .link {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #999;
    font-size: 14px;
}

.right-aside-wrap .link-selected {
    color: rgba(88, 148, 255, 1);
}

.link-line {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 40px;
    background: rgba(88, 148, 255, 1);
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.api_update {
    display: none;
    background: #fff;
}

.header {
    position: relative;
    top: 0px;
}

.header_help .ulDiv {
    top: 73px;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 74px;
    background: #fff;
    z-index: 100;
}

.placeholder::after {
    content: " ";
    height: 74px;
    width: 100%;
    display: block;
}

.api-record-item {
    margin-bottom: 37px;
}

.api-record-item .title-first {
    color: #4B87FA;
}

.api-record-item .title {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 23px;
    font-size: 22px;
    font-weight: 500;
}

.api-record-item .time {
    display: inline-block;
    vertical-align: bottom;
    color: #9CA0AE;
    font-size: 14px;
    line-height: 30px
}

.api-record-item .record-content {
    position: relative;
    margin-top: 22px;
    padding: 32px 15px 39px;
    background: rgba(252, 252, 252, 1);
    border: 1px solid rgba(228, 228, 228, 1);
    border-radius: 5px;
    height: auto;
    overflow: hidden;
}

.record-content .icon {
    position: absolute;
    left: 42px;
    top: -9px;
    width: 22px;
    height: 10px;
    background: url("../images/port/api-record-corn.png");
    background-size: 100% 100%;
}

.api-record-item .content-title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #282828;
}

.api-record-item .content-item {
    font-size: 16px;
    line-height: 34px;
    color: #282828;
}


.swiper-container .swiper-pagination{
    bottom: 0;
}
.my-bullet-active{
    background:#4B87FA;
    opacity: 1;
}
.swiper-slide-polyfill{
    align-self: center;
    max-height: 800px;
    overflow-y: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0px;
}
.api_table .system-param-cell{
    padding: 8px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}
.api-item-copy-icon{
    margin-left: 10px;
    display: inline-block;
    width: 18px;
    height: 20px;
    background: url("../images/port/api-item-copy-icon.png");
    background-size: 100% 100%;
}
.system-param-cell .copy-text{
    font-size: 12px;
    line-height: 20px;
    color: #2671EB;
}
.api-item-copy-wrap{
    visibility: hidden;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}
.api-item-copy-wrap span{
    display: inline-block;
    vertical-align: middle;
}
.system-param-cell:hover .api-item-copy-wrap{
    visibility: visible;
}
.api-item-menu-common-left{
    height: calc(100% - 168px);
    overflow-y: scroll;
}
.api-item-menu-left{
    position: fixed;
    top: 136px;
}
.api-item-link-wrap::after{
    content: "";
    display: block;
    height: 62px;
}
.api-item-link-wrap .api-item-link{
    position: fixed;
    top: 54px;
    left: 50%;
    height: 62px;
    transform: translateX(-50%);
    background: #f2f2f2;
    line-height: 62px;
    z-index: 300;
}

.api-item-link-placeholder{
    display: none;
    position: fixed;
    top: 74px;
    left: 0;
    height: 32px;
    width: 100%;
    background: #f2f2f2;
}
.copy-success-text{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    -webkit-transform: translate(-50%,-50%); 
    -ms-transform: translate(-50%,-50%); 
    transform: translate(-50%,-50%);
    padding: 5px 10px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
}