.cq-content {
    background: #FAFAFA;
    padding-top: 35px;
    /*padding-bottom: 68px;*/
}

.cq-content-center {
    background: #fff;
    overflow: hidden;
}

.cq-left-nav {
    width: 220px;
    height: 100%;
    padding-top: 29px;
    float: left;
}

.cq-left-nav p {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    margin-bottom: 29px;
}

.cq-left-nav i {
    display: block;
    width: 190px;
    height: 1px;
    margin-left: 15px;
    background-color: #eee;
}

.cq-left-nav ul {
    margin-top: 15px;
}

.cq-left-nav li a {
    height: 44px;
    line-height: 44px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
    padding-left: 79px;
}

.cq-left-nav .active {
    position: relative;
    display: block;
    color: #ff7200;
}

.cq-left-nav .active:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    content: '';
    width: 2px;
    height: 30px;
    background-color: #ff7200;
}

.cq-right-content {
    box-sizing: border-box;
    padding-left: 57px;
    padding-right: 65px;
    padding-top: 42px;
    float: left;
    border-left: 1px solid #eee;
    padding-bottom: 50px;
    min-height: 500px;
    max-width: 818px;
}

.cq-detail.compass {
    position: relative;
}

.cq-detail.compass .cq-column-line {
    position: absolute;
    top: 146px;
    left: 137px;
    width: 2px;
    height: 1043px;
    border-left: 1px dashed #eee;
}

.cq-detail .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 32px;
    margin-left: 49px;
}

.cq-detail .title span {
    font-size: 16px;
    color: #999;
}

.title-step {
    width: 800px;
    height: 46px;
    line-height: 46px;
    background: url(/img/pc/api/bg1.png);
    box-sizing: border-box;
    padding-left: 49px;
    color: #333;
    font-size: 16px;
}

.step-detail {
    overflow: hidden;
}

.step-tag {
    float: left;
    margin-left: 50px;
    margin-top: 26px;
}

.step-tag span {
    display: inline-block;
    color: #999;
    font-size: 20px;
    margin-right: 10px;
    float: left;
    margin-top: 12px;
}

.step-tag img {
    position: relative;
    display: inline-block;
    float: left;
}

.step-msg {
    float: left;
    width: 650px;
    margin-left: 20px;
}

.step-msg p {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1;
}

.step-msg .step-msg-one {
    color: #333;
    font-size: 16px;
    margin-top: 28px;
}

/*用户*/
.cq-detail .title-recharge {
    margin-left: 0;
}

.cq-detail-top table {
    width: 820px;
    background-color: #fff;
    border-radius: 1px;
    border: solid 1px #f4f4f4;
}

.cq-detail-top table td {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #333;
    border-bottom: solid 1px #f4f4f4;
    /*border-right: solid 1px #f4f4f4;*/
}

.cq-detail-top table thead {
    background-color: #fbfbfb;
    font-size: 16px;
}

.status-code table {
    width: 820px;
    background-color: #fff;
    border-radius: 1px;
    border: solid 1px #f4f4f4;
}

.status-code table td {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border-bottom: solid 1px #f4f4f4;
    border-right: solid 1px #f4f4f4;
}

.status-code table thead {
    background-color: #fbfbfb;
    font-size: 16px;
}


.cq-detail-top table tbody {
    font-size: 14px;
}

.cq-detail-top table tbody td span {
    cursor: pointer;
}

.cq-footer {
    position: relative;
    z-index: 100;
}

.bg-bootom {
    position: relative;
    width: 100%;
    height: 68px;
    background: #FAFAFA;
    z-index: 100;
}

.api-interface-title, .api-text-title {
    line-height: 1;
    margin-bottom: 35px;
}

.api-interface-title i {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -8px;
    width: 13px;
    height: 15px;
    background: url(/img/pc/icon/arrows-down.png) no-repeat;
    cursor: pointer;
}

.api-interface {
    position: relative;
}

.api-interface .api-nav {
    display: none;
    position: absolute;
    top: 26px;
    left: 130px;
    padding: 12px 20px;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
}


.api-interface .api-nav p {
    color: #b3b3b3;
    font-size: 12px;
    line-height: 28px;
    cursor: pointer;
}

.api-interface .api-nav p.active {
    color: #ff7200;
}

.api-interface .api-nav p:hover {
    color: #ff7200;
}

.api-interface-title i.active {
    background: url(/img/pc/icon/arrows-up.png) no-repeat;
}

.api-interface-title .title-one, .api-text-title .title-one {
    color: #999;
    cursor: pointer;
    font-size: 16px;
    margin-right: 5px;
}

.api-interface-title span, .api-text-title span {
    color: #333;
    font-size: 16px;
}

.api-title-one {
    line-height: 1;
    color: #333;
    font-size: 22px;
    margin-bottom: 35px;
}

.api-title-one span {
    font-size: 16px;
    color: #333;
    margin-left: 25px;
}

.api-title {
    color: #333;
    font-size: 16px;
    font-weight: 550;
    margin-bottom: 8px;
}

.api-title.fz22 {
    font-size: 20px;
}

.api-btn {
    margin-bottom: 30px;
}

.api-btn span {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #ff7200;
    border-radius: 2px;
    border: solid 1px #ff7200;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

.api-btn .btn-two {
    display: none;
    border: 1px solid #ff7200;
    background-color: #fff;
    color: #ff7200;
    margin-left: 11px;
}

.address {
    color: #333;
    font-size: 14px;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 36px;
}

.api-interface table {
    width: 818px;
    border: 1px solid #e7e7eb;
    margin-bottom: 34px;
}

.api-interface td {
    height: 34px;
    text-align: left;
    padding-left: 15px;
    border-bottom: 1px solid #e7e7eb;
    color: #666;
    font-size: 14px;
}

.api-interface thead {
    background: #fbfbfb;
}

.return-msg p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
}

#textInterface, #textInterfaceUser {
    color: #999;
    cursor: pointer;
}

.text-msg {
    color: #666;
    font-size: 16px;
}

.api-text-div {
    margin-top: 37px;
}

.api-text-div > form > div {
    margin-bottom: 17px;
}

.api-text-div form label {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    font-size: 14px;
    color: #333;
}

.api-text-div form input {
    display: inline-block;
    width: 360px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    margin-left: 20px;
    border: solid 1px #eee;
    outline: none;
    font-size: 14px;
    padding-left: 18px;
}

.api-text-div .submit {
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff7200;
    border-radius: 2px;
    border: solid 1px #ff7200;
    margin-left: 120px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.api-text-div .submit:hover {
    background-color: #f65f00;
}

.result-title {
    margin-top: 35px;
    color: #333;
    font-size: 16px;
    font-weight: 550;
}

.result-msg,
.result-remark
{
    font-size: 16px;
    color: #666;
    margin-top: 15px;
    margin-bottom: 36px;

}

.layui-layer-content {
    color: #fff;
}

.jsonview {
    font-size: 16px;
}

.jsonview .prop {
    font-weight: normal;
    color: #666;
}

.jsonview .null {
    color: #666;
}

.jsonview .bool {
    color: #666;
}

.jsonview .num {
    color: #666;
}

.jsonview .string {
    color: #666;
    white-space: pre-wrap;
}

.api-sidebar .sub-list li {
    padding-left: 70px;
}