/*common*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*banner*/

#content .wrapper {
    z-index: 3;
}

@media only screen and (min-width: 1024px) {
    .api-center-box {
        padding: 40px 60px;
    }
    .wrapper-top {
        height: 350px;
        background: url(../images/developer-center-second/developer-center-api/api.jpg) no-repeat center;
        background-size: cover;
    }
}

#content {
    background-color: #f5f5f5;
    padding-bottom: 43px;
}

.poster-text {
    width: 410px;
}

.titleBar .caption {
    margin-bottom: 20px;
}


/*content*/

.api-center-box {
    background-color: #fff;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.developer-api {
    margin-bottom: 60px;
    margin-right: -11%;
    position: relative;
}

.api-center-box .api-tile {
    position: relative;
    font-size: 16px;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    width: 61%;
    font-weight: bold;
}

.api-center-box .api-tiletwo {
    margin-left: 13%;
}

.api-center-box .api-tilethree {
    margin-left: 26%;
}

.api-center-box .api-tilefour {
    margin-left: 39%;
}

.slider-item .api-caption {
    font-size: 18px;
    color: #252b3a;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px;
}

.slider-item2 .api-caption {
    margin-top: 60px;
    margin-bottom: 20px;
}

.slider-item .conceal {
    margin-top: 18px;
}

.slider-item .conceal:hover {
    cursor: pointer;
    text-decoration: underline;
}

.api-link {
    position: relative;
    height: 21px;
    font-size: 14px;
    margin-top: 20px;
    color: #2d56b1;
    width: 61%;
    white-space: nowrap;
}

.content-block .descript {
    background: #fff;
    padding: 20px 0 22px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.descript p {
    line-height: 20px;
    font-size: 16px;
}

.descript p .api-link {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    color: #2D56B1;
    position: relative;
    width: auto;
    margin-top: 22px;
}

.descript p .api-link:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: -2px;
    left: -34px;
    background: url(../images/developer-center-second/developer-center-api/icon-endpoint.png) no-repeat center;
}

.descript p .api-link:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 24px;
    height: 24px;
    top: -2px;
    right: -32px;
    background: url(../images/developer-center-second/developer-center-api/icon-direction.png) no-repeat center;
    transition: all .3s;
}

.descript p .api-link:hover:after {
    right: -36px;
}

#content .wrapper .triangle {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    height: 18px;
    width: 49px;
    line-height: 18px;
    color: #ffffff;
    padding-left: 8px;
    margin-left: 2px;
    background: url('../images/developer-center-second/developer-center-api/gongcezhong.png') no-repeat center;
}

.api-link a {
    vertical-align: middle;
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.api-link a:hover {
    text-decoration: underline;
}


/*移动端*/

@media only screen and (min-width: 320px) and (max-width: 767px) {
    /*content*/
    .content-block {
        padding: 0;
    }
    .developer-api {
        margin-bottom: 0;
        margin-right: 0;
    }
    .titleBar {
        display: none;
    }
    .descript .api-link {
        font-size: 14px;
        padding-left: 0px;
        padding-top: 0px;
    }
    .slider-item {
        height: auto;
    }
    .slider-item2 {
        height: auto;
    }
    .api-center-box .api-tile {
        font-size: 14px;
        color: #333;
        border-bottom: 1px solid #e6e6e6;
        /*border-top: 1px solid #E6E6E6;*/
        width: 100%;
        height: 40px;
    }
    .api-center-box .api-links {
        display: none;
        padding: 5px 0;
        border-bottom: 1px solid #e6e6e6;
    }
    .slider-item .api-caption {
        font-size: 14px;
        color: #252b3a;
        line-height: 16px;
        margin: auto 20px;
        line-height: 40px;
    }
    .slider-item .api-links {
        height: auto;
        transition: none;
        padding: 0 0 18px;
    }
    .slider-item .conceal {
        display: none;
    }
    .api-link {
        position: relative;
        font-size: 14px;
        margin-top: 0;
        padding-left: 20px;
        padding-top: 18px;
        height: auto;
        color: #2d56b1;
    }
    .triangle {
        font-size: 10px;
        height: 21px;
        line-height: 21px;
        color: #ffffff;
        background-color: #e41f2b;
    }
    .api-link:hover {
        text-decoration: none;
    }
    .api-moblie {
        display: block;
    }
    .api-icon {
        position: absolute;
        top: 18px;
        right: 20px;
        border: 5px solid transparent;
        border-top-color: #747474;
        transition: transform 0.5s ease-out;
        transform-origin: 50% 25%;
    }
    .api-icon:before {
        content: '';
        position: absolute;
        border: 5px solid transparent;
        border-top-color: #fff;
        margin-left: -5px;
        margin-top: -6px;
    }
    .api-icond-up .api-icond-down {
        transform: rotateX(180deg);
    }
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .poster-content-box {
        padding-top: 116px;
        margin: auto 20px;
    }
    .poster-caption {
        font-size: 24px;
    }
    .poster-text {
        font-size: 14px;
    }
    .content-block {
        margin: auto 20px;
    }
    .slider-item2 .api-caption {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}


/*更多资讯*/

.wrapper-bottom {
    width: 100%;
    background-color: #fafafa;
    padding: 60px 0px;
}

.wrapper-bottom .content-block .info-title-box {
    text-align: center;
    padding: 20px;
}

.wrapper-bottom .info-title-box h2 {
    font-size: 24px;
    color: #333;
}

.wrapper-bottom .info-title-box p {
    font-size: 18px;
    color: #666;
}

.wrapper-bottom .info-box {
    overflow: hidden;
    border-bottom: #cacaca solid 1px;
    padding-right: 20px;
    position: relative;
}

.wrapper-bottom .info-box ul>li {
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .wrapper-bottom .info-box ul>li>span {
        float: left;
        font-size: 16px;
        color: #666;
        padding: 20px;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }
}

.wrapper-bottom .info-box ul>li>span:hover {
    color: #e41f2b;
}

.wrapper-bottom .info-box ul>li>span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 51%;
    height: 4px;
    background: #e41f2b;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.wrapper-bottom .info-box ul>li>span.active {
    color: #e41f2b;
}

.wrapper-bottom .info-box ul>li>span.active:after {
    left: 0;
    right: 0;
}

@media only screen and (min-width: 768px) {
    .wrapper-bottom .info-box .info-search-box-pc {
        display: inline-block;
        float: right;
        position: relative;
        top: 12px;
    }
    .wrapper-bottom .info-search-box-mb {
        display: none;
    }
}

.wrapper-bottom .info-search {
    padding: 0px 12px;
    height: 36px;
    width: 300px;
    font-size: 14px;
    color: #999;
    border: 1px solid #adadad;
}

.wrapper-bottom .icon-search {
    background: url(../images/developer-center-second/developer-center-api/ser.png) no-repeat;
    width: 18px;
    height: 18px;
    position: relative;
    left: -30px;
    top: 4px;
    display: inline-block;
    cursor: pointer;
}

.wrapper-bottom .info-more {
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 37px;
    border: 1px solid #adadad;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #757575;
    width: 80px;
}

.icon-photo {
    background: url(../images/developer-center-second/developer-center-api/photo.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.icon-jing {
    background: url(../images/developer-center-second/developer-center-api/jing.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.icon-fujian {
    background: url(../images/developer-center-second/developer-center-api/fujian.png) no-repeat center;
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
}

.icon-kan {
    background: url(../images/developer-center-second/developer-center-api/1.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.icon-liuyan {
    background: url(../images/developer-center-second/developer-center-api/2.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.icon-zan {
    background: url(../images/developer-center-second/developer-center-api/3.png) no-repeat center;
    width: 18px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.icon-new {
    background: url(../images/developer-center-second/developer-center-api/new.png) no-repeat center;
    width: 28px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.icon-huawei {
    background: url(../images/developer-center-second/developer-center-api/4.png) no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
}

.wrapper-bottom .info-list-box {
    /*padding: 10px;*/
}

.wrapper-bottom .info-list-box .info-detail {
    border-bottom: 1px solid #ccc;
    padding: 20px 10px 0px;
    overflow: hidden;
}

.wrapper-bottom .info-list-box .info-detail-text {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.wrapper-bottom .info-list-box .info-detail-title {
    max-width: 74%;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media only screen and (max-width: 1120px) {
    .wrapper-bottom .info-list-box .info-detail-title {
        max-width: 70%;
    }
}

@media only screen and (max-width: 950px) {
    .wrapper-bottom .info-list-box .info-detail-title {
        max-width: 66%;
    }
}

@media only screen and (max-width: 840px) {
    .wrapper-bottom .info-list-box .info-detail-title {
        max-width: 62%;
    }
}

.customer-operation-pc {
    position: relative;
    overflow: hidden;
    height: 20px;
    margin-top: 14px;
    float: right;
    width: 230px;
    top: -52px;
}

.customer-operation-pc p {
    float: right;
    height: 18px;
}

.wrapper-bottom .customer-operation-pc i {
    margin-left: 20px;
    position: relative;
    top: 4px;
}

.wrapper-bottom .info-author {
    /*width: 50%;*/
}

.wrapper-bottom .info-author span {
    font-size: 14px;
    color: #999;
    padding: 0px 2px;
}

.wrapper-bottom .info-author .author,
.wrapper-bottom .info-author .replyer {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.info-list-hot {
    display: none;
}

@media only screen and (max-width: 767px) {
    .wrapper-bottom .info-search-box-pc {
        display: none;
    }
    .wrapper-bottom .info-search-box-mb {
        display: block;
        margin-top: 24px;
        padding-right: 5px;
    }
    .wrapper-bottom .info-search-box-mb .info-search {
        width: 64%;
    }
    .wrapper-bottom .info-box ul>li {
        width: 50%;
        float: left;
    }
    .wrapper-bottom .info-box ul>li>span {
        font-size: 16px;
        color: #666;
        padding: 24px 30px 30px;
        cursor: pointer;
        position: relative;
        display: inline-block;
    }
    .wrapper-bottom .info-list-box .info-detail {
        padding: 10px 20px;
    }
}

@media only screen and (min-width: 681px) {
    .customer-operation-mb {
        display: none;
    }
    .wrapper-bottom .info-list-box .info-detail-text p:first-child>i {
        position: relative;
        top: -2px;
    }
    .wrapper-bottom .info-list-box .info-detail i {
        position: relative;
        top: 4px;
    }
}

@media only screen and (max-width: 680px) {
    .time,
    .last-reply,
    .replyer,
    .reply-time {
        display: none;
    }
    .customer-operation-mb i {
        position: relative;
        top: 4px;
    }
    .wrapper-bottom .info-detail-titleBar i {
        position: relative;
        top: -2px;
    }
    .wrapper-bottom .info-list-box .info-detail-title {
        max-width: 75%;
    }
    .wrapper-bottom .info-list-box .info-detail-text {
        padding-bottom: 0px;
        width: 100%;
        max-width: none;
    }
    .customer-operation-pc {
        display: none;
    }
    .customer-operation-mb {
        position: relative;
        display: inline-block;
        float: right;
    }
    .info-detail-titleBar {
        width: 100%;
        white-space: nowrap;
    }
    .wrapper-bottom .info-list-box .info-detail-text .info-detail-titleBar i {
        position: relative;
        top: -2px;
    }
    .info-author {
        float: left;
    }
    .info-author i {
        position: relative;
        top: 4px;
    }
    .wrapper-bottom .customer-operation-pc i {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 440px) {
    .wrapper-bottom .info-search-box-mb .info-search {
        width: 60%;
    }
    .wrapper-bottom .info-more {
        width: 70px;
        float: right;
    }
}

@media only screen and (max-width: 1024px) {
    /*banner*/
    .lead-poster {
        width: 100%;
        height: 300px;
        background: url(../images/developer-center-second/developer-center-api/api-mb.jpg) no-repeat;
        background-size: cover;
    }
}