/*common*/
.search-input-box>input{
    min-height: auto;
}
#content {
    background: #f5f5f5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.sdk-des-links a:hover span {
    color: #2d56b1;
    text-decoration: underline;
}

li a:hover {
    text-decoration: none;
}

.register-area a {
    text-decoration: none;
}

.tool a:hover {
    color: #e41f2b;
}
.pc-poster{
    display: inline-block;
}
.mb-poster {
    display: none;
}
/*banner*/
#content .wrapper{
    z-index: 3;
}
@media only screen and (min-width: 1024px) {
    #content .wrapper{
        margin-top: 20px;
    }
    .api-center-box{
        padding: 40px;
    }
    .wrapper-top {
        height: 350px;
        background: url(../images/developer-center-second/developer-center-guide/guide.jpg) no-repeat center;
        background-size: cover;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .poster-content-box {
        padding-top: 90px;
        padding-left: 50px;
        margin: 0 auto;
    }
}
.poster-content-box{
    padding-top: 76px;
}
/*产品列表*/
.wrapper .tab-block {
    max-width: 1180px;
    clear: both;
    margin: 0 auto;
    padding: 0;
    margin-top: -62px;
    overflow: hidden;
    border:1px solid #e2e2e2;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);
    border-radius:2px;
}

.wrapper .tab-block-mb {
    display: none;
}

.tab-block ul {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px - 15px);
    padding-left: 14px;
}

.tab-block .type {
    background-color: #fff;
    padding: 16px 40px 16px 30px;
    border-bottom: 1px solid #E9EFF5;
    position: relative;
}

.tab-block ul li {
    float: left;
    height: 24px;
    line-height: 22px;
    cursor: pointer;
    padding: 1px 10px;
    margin: 8px 2px;
    font-size: 12px;
    color:#A0A2A8;
    letter-spacing: 0;
    box-sizing: border-box;
}


.tab-block ul li:hover{
    color: #f66f6a;
}

.tab-block ul li.active {
    border: 1px solid #f66f6a;
    color:#f66f6a;
    padding: 0 9px;
}

.tab-block .product .title, .tab-block .technology .title, .tab-block .type .title {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 70px;
    height: 24px;
    line-height: 22px;
    font-size: 12px;
    margin: 8px 0px;
    color:#252b3a;
}

.tab-block-mb .product .title.selected, .tab-block-mb .technology .title.selected, .tab-block-mb .type .title.selected{
    color: #2d56b1;
}

/*示例代码*/
.code-function {
    background-color: #fff;
    max-width: 1180px;
    padding: 20px 10px 9px 10px;
}

.code-function .sort-block {
    display: inline-block;
}

.code-function .sort-block span {
    font-size:12px;
    color:#666a75;
    text-align: center;
    display: inline-block;
    margin-right: 38px;
    position: relative;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}

.code-function .sort-block span.active {
    color:#f66f6a;
}

.code-function{
    padding: 10px 20px 10px 30px;
}
.code-function .code-search{
    position: relative;
    display: inline-block;
    float: right;
}
.code-function .code-input {
    position: relative;
    width: 608px;
    height: 38px;
    display: inline-block;
    color: #252b3a;
    padding-left: 14px;
    padding-right: 60px;
    font-size: 14px;
    border: 1px solid #cbcbcb;
}
input::-ms-clear{display:none;}
input::-webkit-input-placeholder { /* WebKit browsers */  
  color: #DDDDDD;  
}  
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
  color: #DDDDDD;  
}  
input::-moz-placeholder { /* Mozilla Firefox 19+ */  
  color: #DDDDDD;  
}  
input:-ms-input-placeholder { /* Internet Explorer 10+ */  
  color: #DDDDDD;  
} 

.code-function .icon-search{
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 39px;
    height: 38px;
    background: url(../images/developer-center-second/developer-center-guide/icon_search.png) no-repeat;
    cursor: pointer;
}
.code-function .icon-search:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 24px;
    top: 7px;
    left: 0;
    background-color: #cbcbcb;
}
.code-function .icon-delete{
    width: 25px;
    height: 20px;
    position: absolute;
    top: 9px;
    right: 38px;
    cursor: pointer;
    display: none;
    border-right: 1px solid #cbcbcb;
}

.code-function .icon-delete:before{
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 2px;
    height: 14px;
    border-left: 2px solid #999;
    top: 3px;
    right: 13px;
}

.code-function .icon-delete:after{
    content: "";
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 2px;
    height: 14px;
    border-left: 2px solid #999;
    top: 3px;
    right: 13px;
}

.code-function .icon-delete:hover:before,.code-function .icon-delete:hover:after{
    border-color: #e41f2b;
}

.code-function .icon-search:hover{
    background-position-y: -40px;
}

.content-block.developer-guide-block{
    padding: 0;
    padding-left: 20px;
    max-width: 1220px;

}


.code-block-list {
    overflow: hidden;
    width: 100%;
    padding-bottom: 20px;
}

.not-found{
    display: none;
    font-size:14px;
    color:#666666;
    background-color: #fff;
    text-align:center;
    padding: 34px 0px 148px 30px;
    margin-right: 20px;
    margin-top: 20px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);
}
.not-found .search-p-sorry{
    font-size: 18px;
    color: #666;
}
.not-found .search-p-phone{
    font-size: 16px;
    color: #666;
}
.not-found .search-span-phone{
    color: #E41F2B;
}

.not-found a{
    color: #2d56b1;
}

.code-block-list .not-found a:hover{
    text-decoration: underline;
}

.code-block-list .slide-item {
    margin-top: 20px;
    padding-right: 20px;
}

.slide-item .red-color{
    color: #e71a22;
    display: inline;
    vertical-align: top;
}

.code-block-list .code-box{
    background-color: #fff;
    position: relative;
    padding-top: 20px;
    height: 192px;
    box-shadow:0 8px 16px 0 rgba(0,0,0,0.10);
    border-radius:2px;
}


@media only screen and (min-width: 1024px){
    .code-block-list .code-box:before{
        content: "";
        position: absolute;
        display: inline-block;
        left: 0;
        width: 0;
        top: 0;
        height: 3px;
        background:rgba(21,0,255,0.10);
        background-image:url("../images/common/liner.png");
        background-repeat:no-repeat;
        background-image:-webkit-linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
        background-image:-moz-linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
        background-image:-o-linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
        background-image:linear-gradient(-252deg, rgba(1,78,204,0.80) 0%, rgba(1,182,201,0.50) 98%);
    }
}
.code-block-list .code-box:hover:before{
    width: 100%;
}

.code-box .title h3:hover{
    color:#f66f6a;
}

.code-block-list .code-box .title {
    position: relative;
    font-size: 0;
    text-align: left;
    width: 100%;
    z-index: 1;
}

.code-block-list .code-box .title a{
    display: inline-block;
    padding: 0px 42px 0px 30px;
}

.code-box .title h3 {
    line-height: 22px;
    font-size: 18px;
    max-height: 44px;
    color:#252b3a;
    overflow: hidden;
    word-break: break-all;
}

/*推荐*/
.code-block-list .card{
    position: absolute;
    right: -7px;
    top: -8px;
    display: inline-block;
    background: url("../images/developer-center-second/developer-center-guide/recommend.png") no-repeat;
    width: 48px;
    height: 27px;
}


.code-block-list .detail-box {
    padding: 0 30px;
}

.code-block-list .detail-box .detail {
    padding-top: 10px;
    line-height: 21px;
    margin-bottom: 30px;
    height: 77px;
    color:#A0A2A8;
    font-size: 12px;
}

.code-block-list .detail-box .code-label {
    font-size: 14px;
    color: #2d56b1;
}

.code-label .label{
    display: none;
    cursor: pointer;
}

.code-label .label:hover{
    text-decoration: underline;
}

.code-block-list .detail-box .bottom-detail {
    position: absolute;
    height: 16px;
    font-size: 12px;
    margin-bottom: 20px;
    bottom: 0;
    width: calc(100% - 60px);
}

.code-block-list .detail-box .update-time{
    margin-right: 13px;
}

.bottom-detail p{
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 18px;
    height: 18px;
}

.bottom-detail p .steps{
    color: #999;
}

.code-block-list .detail-box .state{
    position: absolute;
    right: 0;
}

.code-block-list .detail-box .num {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    min-width: 60px;
}

.code-block-list .detail-box .num:after{
    content: "";
    position: absolute;
    background: url(../images/developer-center-second/developer-center-guide/icon_view.png) no-repeat ;
    width: 16px;
    height: 18px;
    top: 1px;
    left: 10px;
}

.code-block-list .detail-box .zan{
    position: relative;
    display: inline-block;
    padding-left: 24px;
    min-width: 60px;
}

.code-block-list .detail-box .zan:after{
    content: "";
    position: absolute;
    background: url(../images/developer-center-second/developer-center-guide/icon_like.png) no-repeat ;
    width: 16px;
    height: 18px;
    top: 0px;
    left: 4px;
}

/*加载更多*/
.more {
    display: none;
}

/* 新版 2017 */
.home-notice {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
}

.notice-box {
    max-width: 1200px;
    margin: auto;
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .notice-box {
        padding: 0 10px;
    }
}

.overview .dc-SlideShow {
    height: auto;
}

.notice-list, .effect-slide {
    height: 90px;
    margin: 0 auto;
}

.notice-list .item, .effect-slide .item {
    transform: translate3d(0, 0, 0);
    border-right: 1px solid #ccc;
    height: 90px;
    padding: 22px 0 0 0;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    letter-spacing: 1px;
    cursor: pointer;
    text-align: center;
}

.notice-list .item .caption, .effect-slide .item .caption {
    font-size: 18px;
    color: #252b3a;
    line-height: 20px;
}

.notice-list .item.last:after, .effect-slide .item.last:after {
    display: none;
}

.notice-list .item .info, .effect-slide .item .info {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-top: 4px;
    text-align: center;
}

.effect-layer .effect-slide .slide-item.hidden {
    visibility: visible;
}

@media only screen and (min-width: 1024px) {
    .notice-list .item:hover .caption {
        color: #e41f2b;
    }
    .notice-list .item:hover {
        background-color: #fff;
    }

}

@media only screen and (max-width: 1024px) {
    /*banner*/
    .poster-content {
        background: none;
        max-width: 1200px;
        margin: auto;
        color: #333;
        height: 100%;
    }

    .poster-content-box {
        padding-top: 76px;
        margin: auto 20px;
    }

    .poster-caption {
        font-size: 24px;
    }

    .poster-text {
        font-size: 14px;
        max-width: 100%;
    }

    .lead-poster {
        width: 100%;
        height: 300px;
        background: url(../images/developer-center-second/developer-center-guide/guide-mb.jpg) no-repeat;
        background-size: cover;
    }

    .home-notice {
        padding: 0px 15px;
        bottom: 20px;
    }

    .overview .dc-SlideShow.notice-box {
        height: 103px;
    }

    .notice-list .item, .effect-slide .item {
        width: 100%;
        height: 103px;
        padding: 0;
        text-align: center;
        padding-top: 22px;
        background-color: #fff;
        border-right: 0px;
        transition: none;
    }

    .notice-list .item, .effect-slide .item {
        background-size: 0;
    }

    .notice-list .item .caption, .effect-slide .item .caption {
        margin-bottom: 0px;
    }

    .notice-list, .effect-slide {
        /*height: auto;*/
        margin: auto 0px;
    }
}

.triangle {
    vertical-align: middle;
    font-size: 10px;
    height: 21px;
    line-height: 21px;
    color: #ffffff;
    padding-right: 2px;
    padding-left: 2px;
    margin-left: 2px;
    background-color: #e41f2b;
}

/*banner*/

/*pad端*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .code-function .code-input{
        width: 480px;
    }
}

/*移动端*/

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .pc-poster{
        display: none;
    }
    .mb-poster {
        display: inline-block;
    }
    .content-block.developer-guide-block{
        padding: 0;
        padding-left: 0;
        margin-top: 5px;
        background-color: inherit;
    }
    .wrapper .tab-block{
        display: none;
    }
    .code-function .code-search{
        position: absolute;
        top: -140px;
        left: 15px;
        width: calc(100% - 30px);
    }
    .code-function .icon-delete{
        right: 45px;
    }
    .code-function .code-input{
        width: 100%;
    }
    .code-function{
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
    .code-function .sort-block{
        width: 100%;
        background-color: #fff;
    }

    .code-function .sort-block span{
        width: 33%;
        float: left;
        margin-right: 0;
    }

    .code-function .sort-block span:after{
        left: calc(50% + 15px);
    }

    .code-block-list{
        padding: 0px 0px 20px 15px;
    }
    .not-found{
        margin: 20px 10px 0;
    }
    .code-block-list .slide-item{
        padding-right: 15px;
        margin-top: 10px;
    }
    .code-block-list .slide-item .code-box{
        background-color: #fff;
    }
    .code-box .title h3{
        font-size: 16px;
    }
    .wrapper .tab-block-mb{
        display: block;
        background-color: #fff;
        margin-top: 0px;
    }
    .wrapper .tab-block-mb>div{
        padding: 17px 36px 17px 15px;
        border-bottom: 1px solid #E9EFF5;
        font-size:14px;
        color:#252b3a;
        line-height:16px;
        text-align:left;
        position: relative;
    }
    .wrapper .tab-block-mb>div .title:after{
        content: '';
        position: absolute;
        right: 16px;
        top:calc(50% - 5px);
        display: inline-block;
        width: 8px;
        height: 8px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1px solid #252b3a;
        border-right: 1px solid #252b3a;
    }
    .wrapper .tab-block-mb>div:active{
        color:#2d56b1;
    }
    .wrapper .tab-block-mb .code-function{
        padding: 5px 20px;
    }

    .wrapper .tab-block-mb ul li{
        display: none;
    }
    .mPicker-main.mPicker-bottom{
        bottom: 10%;
    }

    .code-block-list .detail-box .code-label{
        height: auto;
    }
    .code-label .label:hover{
        text-decoration: none;
    }
    .code-block-list .detail-box .detail{
        margin-bottom: 26px;
    }
    .code-block-list .detail-box .bottom-detail{
        height: 20px;
    }
    .bottom-detail>p{
        position: relative;
        width: 100%;
        display: inline-block;
        float: right;
    }

    .code-function .icon-search:hover{
        background-position: inherit;
    }

    .code-block-list .slide-item .code-box:hover{
        transition: none;
    }

    .tab-block ul li:hover{
        color: inherit;
    }

    .mPicker-content li{
        color: #999;
    }

    .mPicker-content li.active{
        color: #333;
    }

    .more{
        display:none;
        height: 40px;
        line-height:40px;
        text-align: center;
        color: #999;
        font-size:16px;
        cursor: pointer;
    }
}
@media only screen and (min-width: 320px) and (max-width: 370px){
    .developer-code-block .sort-block span{
        margin-right: 20px;
    }
}

/*.ucd-pager-pages{
    margin-top: 3px;
}*/

/*.ucd-pager-count{
    margin-top: 6px;
}*/

@media only screen and (min-width: 1023px){
    .show-more{
        position: absolute;
        top: 28px;
        right: 30px;
        background: url("../images/common/show_more.png") no-repeat top;
        width: 12px;
        height: 12px;
        display: none;
        cursor: pointer;
    }
    .tab-block .type-list.over{
        height: 42px;
    }
    .tab-block .type-list.active{
        height: auto;
    }
    .show-more.active{
        background-position: 0 -12px;
    }
}

/*******************************************/
