html,body{
   font-family:"Microsoft Yahei";
}
a, a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.white {
    background: #FFFFFF;
}

.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
.thumbnail{
    border-radius: 0 !important;
}
.default-size{
    font-size: 12px;
}
.align-left{
    text-align: left !important;
}
.no-margin {
    margin: 0;
}
.no-border{
    border: none;
}
.m-b-n {
    margin-bottom: 0;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-20 {
    margin-bottom: 20px;
}
.m-b-40 {
    margin-bottom: 40px;
}
.m-b-60{
    margin-bottom: 60px;
}
.m-t-n {
    margin-top: 0;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}
.m-t-15{
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-f-25 {
    margin-top: -25px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-45 {
    margin-top: 45px;
}
.m-t-50 {
    margin-top: 50px;
}
.m-t-55{
    margin-top: 55px;
}
.m-t-60 {
    margin-top: 60px;
}
.m-t-lg{
    margin-top: 100px;
}
.m-tb-24{
    margin: 24px 0 24px
}
.no-padder {
    padding: 0;
}

.p-l-10 {
    padding-left: 10px !important;
}
.p-b-15{
    padding-bottom:15px;
}
.p-t-30 {
    padding-top: 30px;
}

.p-t-60 {
    padding-top: 60px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.p-b-50 {
    padding-bottom: 50px;
}

.p-b-60 {
    padding-bottom: 60px;
}

.p-r-40 {
    padding-right: 40px;
}

.p-r-15 {
    padding-right: 15px;
}

.b-b-solid {
    border-bottom: 1px solid #ddd;
}

.p-b-40 {
    padding-bottom: 40px;
}
.p-l-15 {
    padding-left: 15px !important;
}
.p-r-15 {
    padding-right: 15px !important;
}
.p-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.b-t{
    border-top: 1px solid #dadee6;
}
.m-l-10 {
    margin-left: 10px;
}
.m-lr-20{
    margin-right: 20px;
    margin-left: 20px;
}
.m-r-35{
    margin-right: 35px;
}
.m-xs-lr{
    margin-left: 5px;
    margin-right:5px;
}
.m-l-30{
    margin-left: 30px;
}
.m-l-65{
    margin-left:65px;
}
.m-l-90{
    margin-left: 90px;
}
.m-l-lg{
    margin-left: 100px;
}
.bg-gray {
    background-color: #f5f7f7;
}

.bg-white {
    background-color: #fff;
}

.bg-banner {
    background: url(../images/banner_bg.png) no-repeat;;
}
.nowrap{
    white-space: nowrap;
}
.progress-h {
    height: 280px;
}
form select,form input[type="text"],form input[type="password"]{
    border-radius: 0 !important;
    height: 32px !important;

}
.email-form button[type="submit"]{
    width: 146px;
    border-radius: 0 !important;
    height: 38px !important;
}
.width-95 {
    width: 95%;
}

.f-s-24 {
    font-size: 24px;
}

.divider {
    padding: 5px;
}

.none {
    display: none;
}
.visibility{
    visibility: hidden;
}

.text-danger {
    color: #e92f2f;
}

.text-orange {
    color: orange;
}

.clear {
    overflow: hidden;
}

.auto-height {
    padding-bottom: 5000px !important;
    margin-bottom: -5000px !important;
}

.float-left {
    float: left;
}
.float-right{
    float:right;
}
.base-body {
    min-width: 1200px;
    padding-top: 70px;
}

@media (max-width: 992px) {
    .container {
        width: auto;
    }
}

@media (min-width: 992px) {
    .container {
        width: auto;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.tooltip-inner {
    background-color: #FFFFFF;
}

.moveTop {
    position: fixed;
    right: 6px;
    bottom: 55px;
    width: 52px;
    height: 52px;
    background-image: url(../images/moveTop.png);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s;
}

/*icon*/
.icon {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url(../images/api_icons.png) 0px 0px no-repeat;
    margin-right: 3px;
    vertical-align: middle;
}

.icon.search {
    width: 20px;
    height: 20px;
    background-position: 0px 0px;
    cursor: pointer;
}

.icon.voice {
    width: 20px;
    height: 20px;
    background-position: -188px 0px;
}

.icon.basic {
    width: 50px;
    height: 50px;
    background-position: -100px -60px;
}

.icon.autograph {
    width: 50px;
    height: 50px;
    background-position: -100px -300px;
}

.icon.abmient {
    width: 50px;
    height: 50px;
    background-position: -100px -180px;
}

.icon.api {
    width: 50px;
    height: 50px;
    background-position: -100px -420px;
}

.icon.auth {
    width: 50px;
    height: 50px;
    background-position: -100px -540px;
}

.icon.sdk {
    width: 50px;
    height: 50px;
    background-position: -100px -660px;
}

.icon.email {
    width: 20px;
    height: 20px;
    background-position: -179px -27px;
}

.icon.weChat {
    width: 40px;
    height: 40px;
    background-position: 0px -149px;
}

.icon.qq {
    width: 40px;
    height: 40px;
    background-position: 0px -198px;
}

.icon.qrCode {
    width: 14px;
    height: 14px;
    background-position: 0px -249px;
}

.icon.arrowOpen {
    width: 14px;
    height: 14px;
    background-position: -186px -96px;
}

.icon.arrowClose {
    width: 14px;
    height: 14px;
    background-position: -186px -118px;
}

.icon.arrowCirOpen {
    width: 26px;
    height: 26px;
    background-position: -179px -159px;
}

.icon.arrowCirClose {
    width: 26px;
    height: 26px;
    background-position: -179px -199px;
}

.icon.coordinate {
    width: 20px;
    height: 20px;
    background-position: -190px -60px;
}

.icon.compress {
    width: 29px;
    height: 29px;
    background-position: 0 -280px;
}

.icon.search-white {
    width: 18px;
    height: 18px;
    background-position: -60px 0;
}

.icon.down-arrow {
    width: 16px;
    height: 6px;
    background-position: 0 -340px;
}

.icon.right-arrow{
    width: 40px;
    height: 40px;
    background-position: -50px -460px;
}

.icon.success{
    width: 60px;
    height: 60px;
    background-position: -101px -810px;
}
.icon.failed{
    width: 60px;
    height: 60px;
    background-position: -101px -890px;
}
.icon.prompt{
    width: 20px;
    height: 20px;
    background-position: -180px -300px;
}
.icon.verification{
    width: 16px;
    height: 16px;
    background-position: -190px -530px;
}
.icon.checkbox{
    width: 14px;
    height: 14px;
    background-position: -190px -360px;
}
.icon.question-mark{
    width: 15px;
    height:15px;
    background-position: -190px -390px;
}
.icon.small-right-arrow{
    width: 15px;
    height:15px;
    background-position: -190px -420px;
}
.icon.fill-in{
    width: 30px;
    height: 30px;
    background-position: -170px -560px;
}
.icon.star{
    width: 30px;
    height: 30px;
    background-position: -170px -600px;
}
.icon.small-success{
    width: 24px;
    height: 24px;
    background-position: -180px -640px;
}
.icon.gray-search{
    width: 16px;
    height: 16px;
    background-position: -30px 0 ;
}
/*icon*/

.base-header {
    padding-top: 10px;
}

.navbar-brand.logo {
    padding: 6px 15px;
}

.base-header .main-nav {
    list-style: none;
    margin-bottom: 0;
}

.base-header .main-nav li {
    float: left;
}

.base-header .main-nav li a {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

.base-header .main-nav li a span {
    display: block;
    color: #333;
    padding-top: 20px;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
}

.base-header .main-nav li:hover a span,
.base-header .main-nav li.active a span {
    color: #4D8FE5;
    border-bottom-color: #4D8FE5;
}

.api-caption {
    top: 0;
    height: 100%;
}

.api-caption.caption-r {
    left: 55%;
}

.api-caption.caption-l {
    right: 55%;
}

.api-caption .api-cp-con {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    margin: auto;
    text-align: left;
}

.api-caption .api-cp-t {
    font-size: 32px;
    margin-bottom: 20px;
}
.api-caption a{
    color: #ffffff;
}
.base-footer {
    background: #4A5259;
    padding-top: 40px;
    padding-bottom: 60px;
    color: #96999B;
}

.base-footer .wf {
    padding: 0 60px;
}

.base-footer .footer-link ul {
    float: left;
    list-style: none;
}

.base-footer .footer-link ul li.strong-li {
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 20px;
}

.base-footer .footer-link ul.friendship-link {
    margin: 0;
    padding: 0;
}

.base-footer .footer-link ul.friendship-link li {
    float: left;
    margin-right: 30px;
}

.base-footer a {
    color: #96999B;
}

.base-footer a:hover {
    color: #b6babd;
}

.base-footer .winitContact li {
    padding-left: 0;
}

.winitContact li > i {
    float: left;
}

.winitContact li .wItem {
    margin-left: 50px;
}

.winitContact li .wItem .contact {
    position: relative;
}

.winitContact li .wItem .contact i {
    vertical-align: initial;
}

.winitContact li .wItem .contact span {
    padding-right: 2px;
    word-wrap: break-word;
}

.carousel-indicators li.oblongSolid {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 0;
}

.note-items {
    height: 40px;
    line-height: 40px;
    background: #F5F5F5;
}

.nav-note-items a {
    margin-right: 50px;
    color: #000
    font-size: 12px;
}

.nav-note-items a:hover {
    color: #000
}

.nav-note-items a.a-more {
    float: right;
    margin-right: 0;
    color: #0B7AE7;
    cursor: pointer
}
.nav-note-items a.acitve{
    color:#4D8FE5;
}

.project-items {
    margin-top: 50px;
    margin-bottom: 50px;
}

.project-items-box {
    float: left;
    /*width: 50%;*/
    padding: 20px 0;
}

.project-items-box img {
    float: left;
    margin-right: 30px;
}

.project-items-box .project-right {
    float: left;
    width: 56%;
}

.project-right h2 {
    padding: 6px 0 12px 0;
    color: #333;
}

a.project-right:hover * {
    color: #2fabf7;
}

.project-right p {
    font-size: 17px;
    color: #888;
    line-height: 31px;
}

.access-process {
    background: #F0F5F7
}

.access-process h1 {
    text-align: center;
    padding: 30px 0;
}

.process-module {
    text-align: center;
    white-space: nowrap;
}

.module-item {
    width: 32%;
    height: 450px;
    display: inline-block;
    vertical-align: bottom;
    transition: all 0.3s;
    padding-top: 50px;
}

.module-item .module-inner {
    background-color: #FFFFFF;
    height: 100%;
    text-align: left;
    padding: 10px 30px;
    white-space: normal
}

.module-item .module-inner h3 {
    margin-bottom: 20px;
}

.module-item .module-inner p.explain {
    padding-top: 30px;
}

.module-item .module-inner .flow ul li {
    margin-bottom: 50px;
    position: relative;
}

.module-inner .flow ul li > i {
    float: left;
}

.module-inner .flow ul li > div.flow-indet {
    margin-left: 65px;
}

.module-item.active {
    padding-top: 0px;
    background: url(../images/process_bg.png) no-repeat;
}

.module-item.active .icon.basic {
    background-position: -100px 0px;
}

.module-item.active .icon.autograph {
    background-position: -100px -240px;
}

.module-item.active .icon.abmient {
    background-position: -100px -120px;
}

.module-item.active .icon.api {
    background-position: -100px -360px;
}

.module-item.active .icon.auth {
    background-position: -100px -480px;
}

.module-item.active .icon.sdk {
    background-position: -100px -600px;
}

.module-item.active .module-inner {
    color: #FFFFFF !important;
    background: none;
}

.module-item.active .module-inner h3 {
    font-size: 30px;
    margin-bottom: 40px;
}

.module-item.active .module-inner .flow ul li > div.flow-indet .title,
.module-item.active .module-inner .flow ul li > div.flow-indet .ins {
    color: #FFFFFF;
}
.module-item a{
    color:#888888;
}
.module-item.active a{
    color: #FFFFFF;
}
.module-inner .flow ul li > div.flow-indet .title {
    color: #414141;
    margin-bottom: 5px;
}

.module-inner .flow ul li > div.flow-indet .ins {
    color: #888888;
}

.process-bottom {
    padding: 30px 0;
}

.process-bottom ul {
    position: relative;
    margin: 0;
    padding: 0;
}

.process-bottom ul:before {
    content: ' ';
    position: absolute;
    width: 75%;
    left: 13%;
    top: 10px;
    border: 1px solid #dee6eb;
}

.process-bottom ul li {
    float: left;
    list-style: none;
    width: 25%;
    text-align: center;
    position: relative;
}

.process-bottom ul li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #2693ff;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #afd7ff;
    cursor: pointer;
}

.process-bottom ul li i:hover {
    box-shadow: 0 0 0 5px #2693ff;
}

.business-partner {
    background: #F0F5F7;
    padding-bottom: 75px;
}

.business-partner h1 {
    text-align: center;
    padding: 30px 0;
}

.pt-container {
    padding: 0 60px 75px 60px;
}

.pt-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#carouselPter {
    padding: 0 60px;
}

#carouselPter .carousel-control {
    width: 1%;
    background-image: initial;
}

#carouselPter .glyphicon {
    font-size: 20px;
    color: #cdd6d9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-top: -19px;
}

#carouselPter .glyphicon:hover {
    color: #FFFFFF;
    background-color: #1899f5;
}

#carouselPter .glyphicon-chevron-left:before {
    content: '\e257';
    position: absolute;
    left: 11px;
    top: 9px;
}

#carouselPter .glyphicon-chevron-right:before {
    content: '\e258';
    position: absolute;
    left: 11px;
    top: 9px;
}

#carouselPter .pt-logo {
    border: 1px solid #F0F5F7;
    background: #fff;
    width: 25%;
    height: 84px;
    line-height: 84px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

/*API列表页*/
.apiBg {
    background: url(../images/banner_bg2.png) no-repeat;
    min-height: 368px;
    margin-bottom: 40px;
    position: relative;
}

.apiCont {
    background-color: #f0f0f0;
    position: relative;
}

.treeview {
    width: 280px;
    padding-top: 24px;
    padding-bottom: 40px;
    float: left;
}

.treeview ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.treeview ul.tree-group li {
    display: block;
    position: relative;
}

.treeview ul.tree-group li a {
    font-weight: normal;
    text-transform: none;
    display: block;
    padding: 5px 20px;
    position: relative;
    color: inherit;
    -webkit-transition: background-color 0.2s ease-in-out 0s;
    transition: background-color 0.2s ease-in-out 0s;
}

.treeview ul.tree-group li .tree-sub {
    display: block;
}

.treeview ul.tree-group li a:hover {
    background-color: #cdcbcb;
}

.treeview ul.tree-group li li a {
    padding-left: 50px;
}

.treeview ul.tree-group li li ul a {
    padding-left: 80px;
}

.treeview ul.tree-group li li.active a {
    color: #4786d3;

}

.treeview ul.tree-group li ul.tree-sub li.active i {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #fff;
    border-bottom: 10px solid transparent;
}

.treeview a {
    color: #333333;
}

.apiDocument {
    margin-left: 280px;
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 40px;
}

.apiDocument > .panel {
    box-shadow: none;
}

.apiDocument .api-docs-section {
    margin-bottom: 30px;
}

.apiDocument .api-docs-section .title {
    color: #619ae3;
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
}
.apiDocument.editormd-html-preview h1 .title {
    font-size: 24px;
    line-height: 1.2;
    border-bottom: 1px solid #eee;
}
.apiDocument.editormd-html-preview h2 .title {
    font-size: 22px;
    line-height: 1.225
    color: initial;
    border-bottom: 1px solid #eee;
}
.apiDocument.editormd-html-preview h3 .title {
    font-size: 20px;
    line-height: 1.43;
    color: initial;
}
.apiDocument.editormd-html-preview h4 .title {
    font-size: 18px;
    line-height: 1.2;
    color: initial;
}
.apiDocument.editormd-html-preview h5 .title {
    font-size: 16px;
    line-height: 1.1;
    color: initial;
}
.apiDocument.editormd-html-preview h6 .title {
    font-size: 14px;
    color: initial;
}

.apiDocument .api-docs-section .title i {
    cursor: pointer;
}

.apiDocument .api-docs-section .title span {
    cursor: pointer;
}

.apiDocument ol li{
    list-style: unset;
}
.apiDocument ul li {
    list-style: disc;
}
.apiDocument ul {
    display: block;
    margin-bottom: 10px;
    padding-left: 13px;
}
.apiDocument ol{
    display: block;
    margin-bottom: 10px;
    padding-left: 10px;
}

.keyWordSearch li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 2px;
}

.keyWordSearch li a {
    color: #7d7d7d;
    background-color: #eee;
    padding: 5px 10px;
}

.keyWordSearch li a:hover {
    color: #b6babd;
}

.floor {
    background-color: #ffffff;
    padding: 5px 0px 5px 16px;
    border-radius: 3px;
    position: fixed;
    right: 5px;
    top: 220px;
    box-shadow: 0 0 1px 2px #eaebf0;
}

.floor ul:before {
    display: block;
    width: 1px;
    content: '';
    position: absolute;
    top: 14px;
    bottom: 16px;
    background-color: #d5d5d5;
}

.floor ul > li {
    position: relative;
}

.floor ul > li > i {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    background-color: #FFFFFF;
    position: absolute;
    top: 9px;
    left: -6px;

}

.floor ul > li > a {
    padding: 4px 15px;
    color: #828282;
}

.floor ul > li > a:focus,
.floor ul > li > a:hover {
    background-color: initial;
    color: #bcb9b9;
}

.floor ul > li.active > i {
    background-color: #3a83e4;
}

.floor ul > li.active > a {
    color: #3a83e4;
}

/*文档中心*/

.content-banner {
    background: #2e81e6 url(../images/banner_bg.png);
    background-size: cover;
    padding-top: 20px;
}

.api-list {
    background: #f0f5f7;
}

.file-center li {
    list-style: none;
}

.file-center .nav-breadcrumb {
    float: left;
    margin-top: 10px;
    margin-bottom: 12px;
}

.file-center .file-breadcrumb {
    padding: 8px 15px 8px 0px;
    list-style: none;
    border-radius: 4px;
    
}

.file-center .file-breadcrumb li {
    float: left;
}

.file-center .file-breadcrumb > li > a {
    font-size: 15px;
    color: #fff;
}

.file-center .view-more {
    position: absolute;
    bottom: 40px;
    margin: 0 auto;
    left: 0;
    right: 0;
    -width: 281px;
    width: 85%;
    height: 50px;
    border: 1px solid skyblue;
    text-align: center;
    line-height: 50px;
}

.file-center .h2 {
    font-size: 28px;
}

.file-center .lits-height {
    height: 393px;
    background: #f5faff;
}

.file-center .file-search {
    float: right;
    width: 450px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.file-center .file-search>input{
    border-radius: 0;
    padding-left: 35px;
}
.file-center .file-search-icon{
    position:absolute;
    top:10px;
    left: 10px;
    z-index: 5;
}
.file-center .file-search-btn{
    background: #66adff;
    width:67px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    cursor: hand;
}
.file-center .file-search .search {
    background-color: #66adff;
    color: #FFFFFF;
    border-color: #66adff;
}

.file-center-api .h3 {
    margin: 54px 0 70px;
    font-size: 34px;
}

.file-center-api .thumbnail:hover {
    background-color: #e3e3e3;
}

.coordinate {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/api_icons.png) -190px -60px;
}

/*开发者工具*/
.dev-tools label {
    font-weight: normal;
}

.dev-tools .tips-distance {
    padding: 20px 0 10px 28px;
}

.dev-tools .tools-list .heading {
    position: relative;
    text-align: center;
    font-size: 34px;
    height: 126px;
    line-height: 126px;
    background: #fff;
}

.dev-tools .tools-list-tips {
    margin: 0 auto 35px;
    width: 95%;
    background: #fff7e5;
    border-radius: 5px;
    font-size: 14px;
    padding-bottom: 10px;
}

.dev-tools .thumbnail .triangle {
    position: absolute;
    top: 203px;
    left: 50%;
    margin-left: -26px;
    border: 26px solid;
    border-color: transparent transparent #fff transparent;
}

.dev-tools .btn-group-lg > .btn, .btn-lg {
    padding: 0px;
    border-radius: 0;
    background-color: #3d99f5;
    color: #fff;
    width: 117px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.dev-tools .press {
    height: 40px;
    line-height: 40px;
    color: #c5c5c5;
}

.dev-tools .pwd {
    margin-left: 12px;
    height: 34px;
    line-height: 34px;
    color: #888888;
}

.dev-tools .pwd > span {
    color: #818181;
}

.dev-tools .api-online-form {
    background: #f5f8ff;
    padding-top: 20px;
    border-top: 2px solid blue;
}

.dev-tools .search-btn {
    display: block;
    width: 100px;
    height: 44px;
    line-height: 40px;
    background: #1899f5;
    text-align: center;
    cursor: pointer;
}

.dev-tools .search-box {
    float: left;
    position: relative;
    width: 60%;
    margin-left: -1px;
}

.dev-tools .search-box > input {
    width: 100%;
    height: 44px !important;
    border: 1px solid #1899f5;
    padding-left: 10px;
}

.dev-tools .errorcode {
    height: 44px;
    line-height: 44px;
    margin-left: 5px;
}

.dev-tools .errormsg-title {
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 45px;
    font-size: 18px;
    color: #4a89de;
    border-left: 5px solid #3d99f5;
}

.dev-tools .tool-list-title {
    margin: 20px 0;
    font-size: 24px;
}

.dev-tools .dropdownMenu {
    float: left;
    padding: 0 14px;
    height: 44px;
    font-size: 16px;
    border-radius: 0;
    border-color: #1899f5 !important;

}

.dev-tools .search-result {
    margin-left: 28px;
    margin-top: -25px;
    padding-bottom: 70px;
}

.dev-tools .errormsg-detail {
    position: relative;
    padding: 20px;
    border: 1px solid #efefef;
    box-shadow: 0 0 10px #efefef;
}

.dev-tools .errormsg-detail::before {
    content: " ";
    position: absolute;
    top: -6px;
    left: 18px;
    width: 10px;
    height: 10px;
    border: #efefef solid 1px;
    background-color: #fff;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
}

.dev-tools .errormsg-detail p {
    font-size: 14px;
    line-height: 24px;
}

.dev-tools .resolvent {
    padding: 17px;
    padding-bottom: 26px;
    background-color: #fafafa;
}

.dev-tools .search-select {
    border: 1px #1899f5 solid;
    border-top: none;
    border-radius: 0;
    left: 0;
    top: 41px;
}

.dev-tools .compress-icon {
    float: left;
    padding-right: 15px;
    margin-top: 10px;
}
.tools-list-tab .thumbnail:hover{
    background-color: #e3e3e3;
}

/*授权*/

.app-footer{
    position: fixed;
    _position:absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background: #f7f9fc;
    color: #999;
    padding: 12px 15px;
}
.lay-top{
    overflow:hidden;
    height:75px;
    background:#2e81e6
}
.lay-top .logo{
    width:200px;
    height:75px;
    margin-left:40px;
    background-image:url(../images/authorization_logo.png);
    background-size:cover;
    background-position:0 0
}
.lay-top .logo-line{
    float: left;
    width: 1px;
    height: 75px;
    background:url(../images/logo_line.png) 0 0 ;
    background-size:cover;
    background-position:0 0
}
.logo{
    float:left;
    height:75px;
    margin:0;
}
.text-hide{
    float: left;
    font-size: 20px;
    line-height: 75px;
    color: #fff;
}
.lay-top-inner{
    max-width:1166px;
    margin:0 auto;
    min-width:305px;
    width:auto!important;
    width:1166px;
}
.authorization-content{
    width: 680px;
    margin: 50px auto;
}
.winit-logo2{
    float: left;
    width: 202px;
    height: 40px;
    background: url(../images/winit_logo2.png) no-repeat 0 0;
}
.tongtu-logo{
    float: right;
    margin-right: 50px;
    width: 233px;
    height: 40px;
    line-height: 40px;
}
.tongtu-logo img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.icon-circular{
    float: left;
    margin-left: 115px;
}
.authorization-content .form-scope{
    margin-top: 75px;
}
.authorization-content .form-left{
    width: 50%;
    border-right: 1px solid #ccc;
}
.authorization-content .form-scope-left{
    margin-bottom: 30px;
    margin-top: 10px; 
    font-size: 15px;
}
.authorization-content .form-scope-right.{
    margin-top: 10px; 
    margin-bottom: 20px;
    font-size: 15px;
}
.authorization-content input[type="checkbox"]{
    margin: 0;
}
.authorization-content .other-operations{
    height: 50px;
    line-height: 50px;
}
.oauth-item-title {
    display: block;
    float: left;
    height: 100%;
    line-height: 31px;
    margin-left: 10px;
    font-weight: 0;
}
.oauth-checkbox-all, .oauth-checkbox {
    display: block;
    float: left;
    height: 100%;
    width: 13px;
}
.accredit-info-op li {
    height: 31px;
    border: 1px;
    color: #666;
    overflow: hidden;
}
.accredit-info-op .all-border-dashed{
    border-bottom: 1px dashed #ccc;
}
.accredit-info-op>li>label{
    font-weight: normal;
}
.authorization-prompt{
    font-size: 28px;
    margin-left:22px
}
.authorization-information{
    font-size: 28px;
    color: #999;
}
.countdowm-time{
    color:red;
    font-size: 19px;
}
.input-position{
    left: 20px;
    line-height: 40px;
    color: #ccc;
}
.input-login{
    width: 278px;
    padding-left: 35px;
    height: 40px;
    border-radius: 0;
}
/*提交按钮*/
.submit-btn{
    height: 50px;
    background: #2693ff;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
    text-align: center;
    border:none;
}
.submit-btn>a{
    display: block;
    color: #fff;
    width: 100%;
    height: 100%;
}
.submit-btn.authorization{
    width: 143px;
}
.submit-btn.login{
    width: 280px;
}
.submit-btn.login-step{
    margin-left:-185px;
    width: 173px;
}
.submit-btn.next-step{
    margin-left:-230px;
    width: 173px; 
}
.submit-btn.find-password{
    width: 173px; 
    margin-left: 210px;
    margin-top: 75px;
}
/*checkbox*/
.i-switch {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    margin-right: 5px;

}
.i-switch input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.i-switch input:checked + i:before {
   background:url(../images/api_icons.png) -190px -360px ;
}
.i-switch i:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: -3px;
    left: -1px;
    right: -1px;
    background:url(../images/api_icons.png) -190px -330px ;
    border: 1px solid #dadce0;
}
/*tracking*/
.step-container{
    width: 840px;
    margin:0 auto;
    padding-bottom: 95px;
}
.tracking>ul>li{
    float: left;
    position: relative;
    width: 33.3%;
    height: 100px;
    text-align: center;
} 
.tracking>ul>li:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -19px;
    left: 40%;
    width: 40px;
    height: 40px;
}
.tracking>ul>li:first-child:after{
    background: url(../images/api_icons.png) no-repeat -50px -200px;
}
.tracking>ul>li:nth-child(2):after{
    background: url(../images/api_icons.png) no-repeat -50px -310px;
}
.tracking>ul>li:last-child:after{
    background: url(../images/api_icons.png) no-repeat -50px -410px;
}
.tracking>ul>li.active:first-child:after{
     background: url(../images/api_icons.png) no-repeat -50px -150px;
}
.tracking>ul>li.active:nth-child(2):after{
    background: url(../images/api_icons.png) no-repeat -50px -260px;
}
.tracking>ul>li.active:last-child:after{
    background: url(../images/api_icons.png) no-repeat -50px -360px;
}
.tracking>ul>li>span{
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    font-size: 14px;       
}
.tracking>ul>li>i{
    position: absolute;
    border-top: 1px solid #ededed;
    width: 100%;
    left: 0%;
}
.tracking>ul>li.active>i{
    border-top: 1px solid #4ca0ff;
}
.tracking>ul>li.active>span{
    color: #4ca0ff;
}
.tracking>ul>li:first-child>i{
    width: 50%;
    left: 50%;
}
.tracking>ul>li:last-child>i{
    width: 50%;
    right: 50%;
}

/*help*/
.help-tip{
    position: absolute;
    z-index: 9;
    background: #fff;
    top: 190px;
    left: -513px;
    width: 780px;
    border: 1px solid #ddd;
    display: none;
}
.help-tip:before{
    position: absolute;
    z-index: 9;
    content:'';
    width: 0px;
    height: 0px;
    top: -16px;;
    right:150px;
    border: 8px solid;
    border-color:transparent transparent #fff transparent;
}
.help-tip:after{
    position: absolute;
     z-index:8;
    content:'';
    width: 0px;
    height: 0px;
    top: -18px;;
    right:149px;
    padding:0;
    border: 9px solid;
    border-color:transparent transparent #ccc transparent;
}
.help-tip-bottom{
    height: 90px;
    line-height: 90px;
    background: #f0f5f7;
}
.help-tip-title{
    font-size: 24px;
    margin-left: 90px;
    margin-top: 40px;
}
.dev-register-support:hover .help-tip{
    display: block !important;
   
}

/*注册*/
.big-title{
    height: 100px;
    padding-top: 10px;
    font-size: 34px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 40px;
}
.form-horizontal .telephone-num{
    width:100px;
    padding:3px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: none;
    background-size:13px 13px;
    _appearance:none;
    _-moz-appearance:none;
    _-webkit-appearance:none;
}
.form-verification{
    padding-left: 0; 
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
.validation-code{
    background: #e1f0ff;
    height: 100%;
    color:#4ca0ff;
    border: none;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}
.disabled-btn{
    background: #ccc;
    color: #fff;
}
.form-subscribe:after{
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    width: 38%;
    height: 0;
    border:1px solid #efefef;
}
.form-subscribe:before{
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 38%;
    height: 0;
    border:1px solid #efefef;
}
.shortcut-entrance{
    margin-top: 50px;
    margin-right: 120px;
}
.shortcut-entrance a>div{
    color: #000;
    text-align: center;
    padding: 40px 0 ;
}
.register-statement{
    margin-left: -125px !important;
}

/*登录*/
 .app-footer{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background: #f7f9fc;
    color: #999;
    padding: 12px 15px;
    border-top: 1px solid rgb(218, 222, 230);
}
.app-footer ul>li>span{
    color: #c8c8c8;
    font-size: 15px;
}
.copyright ul>li{
    display: inline-block;
    font-size: 12px;
}
.copyright ul>li>a{
    color: #888;
}
.login .form-content{
    position: absolute;
    right: 0;
    top:50px;
    width: 360px;
    height: 440px;
    background: #fff;
}
.login .form-content-title{
    width: 50%;
    background: #e1f0ff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
}
.login .form-content-info{
    width: 280px;
    margin: 0 auto;
}
.login ul.nav>li>a:hover{
 background: #e1f0ff;
}
.login ul.nav>li>a{
    border-radius: 0;
    height: 100%;
    width: 100%;
}
.login .carousel-inner>div>img{
    width: 100%;
    width: 551px;
    height: 473px;
}
.login-verification .verification{
    position:absolute;
    top:12px;
    left: 26px;
}
.login-verification .glyphicon-remove{
    top: 3px;
    right: 107px;
    color: #f15e30;
}
.login-verification .canvas-container{
    position: absolute;
    right: 18px;
    top: 1px;
}
.login .dev-account-number{
    margin-top: 67px;
}

/*找回密码*/
.password-retrieval{
    padding:80px 0 ;
}
.password-retrieval>li:first-child>a:before{
    content: '';
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 90px;
    background: url(../images/password_1.png) no-repeat;
}
.password-retrieval>li:last-child>a:before{
    content: '';
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 90px;
    background: url(../images/password_3.png) no-repeat;
}
.password-retrieval>li.active:first-child>a:before{
    content: '';
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 90px;
    background: url(../images/password_2.png) no-repeat;
}
.password-retrieval>li.active:last-child>a:before{
    content: '';
    display: inline-block;
    zoom:1;
    width: 90px;
    height: 90px;
    background: url(../images/password_4.png) no-repeat;
}
.loading {
    background-image:url(../images/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
}
.overlayer { 
    position: fixed;
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    z-index: 10001;
    background-color:rgba(0,0,0,0.5); 
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
}

.striped-bg-gray {
    background: url(../images/service_provider/striped-bg.png);
}

.sroce{
    position: relative;
    display: inline-block;
    width: 117px;
    height: 20px;
    background: url(../images/service_provider/icons.png) 0 -20px;
}
.sroce:before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    right: 100%;
    bottom: 0;
    top: 0;
    background: url(../images/service_provider/icons.png) 0 0;
}
.sroce__1:before{
    right: 80%;
}
.sroce__2:before{
    right: 60%;
}
.sroce__3:before{
    right: 40%;
}
.sroce__4:before{
    right: 20%;
}
.sroce__5:before{
    right: 0%;
}

.icon.icon-auth{
    background: url(../images/service_provider/icons.png) 0 -45px;
    width: 20px;
    height: 20px;
}
.icon.icon-recommend{
    background: url(../images/service_provider/icons.png) -26px -45px;
    width: 20px;
    height: 20px;
}
.icon.icon-diamond{
    background: url(../images/service_provider/icons.png) 0px -174px;
    width: 20px;
    height: 20px;
}
.active .icon.icon-diamond{
    background-position: 0 -199px;
}
.icon.icon-introduction{
    background: url(../images/service_provider/icons.png) -30px -174px;
    width: 20px;
    height: 20px;
}
.active .icon.icon-introduction{
    background-position: -30px -199px;
}
.icon.icon-check{
    background: url(../images/service_provider/icons.png) -60px -174px;
    width: 20px;
    height: 20px;
}
.active .icon.icon-check{
    background-position: -60px -199px;
}
.icon.icon-statement{
    background: url(../images/service_provider/icons.png) -90px -174px;
    width: 20px;
    height: 20px;
}
.active .icon.icon-statement{
    background-position: -90px -199px;
}
.nav-note-items a.active {
    color: #4D8FE5;
    font-weight: bold;
}
#serviceProviderSlider{
    position: relative;
    margin-bottom: 90px;
}
#serviceProviderSlider .multicol-silder__left,
#serviceProviderSlider .multicol-silder__right{
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 44px;
    background-image: url(../images/service_provider/icons.png);
    top: 50%;
    margin-top: -22px;
    cursor: pointer;
}
#serviceProviderSlider .multicol-silder__left{
    left: -50px;
    background-position: 0 -127px;
}
#serviceProviderSlider .multicol-silder__right{
    right: -50px;
    background-position: -43px -127px;
}

/*.multicol-silder__viewport{
    height: 280px;
    width: 1100px;
    overflow: hidden;
    margin: 0 auto;
}
.multicol-silder__scroll{
    height: 280px;
    white-space: nowrap;
}*/
/*.multicol-silder__item{
    width: 1170px;
    display: inline-block;

}*/
.multicol-silder__item .service-provider__silder-item:first-child{
    margin-left: 0;
}
.service-provider__auth-count{
    color: #0066ff;
    margin-right: 10px;
    vertical-align: middle;
}
.service-provider__recommend-count{
    color: #ff0000;
    font-size: 24px;
    vertical-align: sub;
}

.service-provider__silder-item{
    position: relative;
    display: inline-block;
    width: 260px;
    height: 280px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 28px 25px;
    float: left;
    margin-left: 32px;
    white-space: normal;
}
.service-provider__silder-item .service-provider__title{
    color: #000;
    margin: 30px 0 15px;
}
.service-provider__silder-item .service-provider__logo{
    max-width: 100%;
    max-height: 80px;
    display: block;
    margin: 0 auto;
}

.service-provider__silder-item .service-provider__footer{
    position: absolute;
    bottom: 28px;
    margin: 0;
}

.bg-gray-blue{
    background: #F0F5F7;
}

.service-provider-block{
    
}
.service-provider-block .service-provider-block__item{
    display: block;
    height: 285px;
    color: #000;
    padding: 40px 20px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 0 3px 0 #ccc;
    cursor: pointer;
}
.service-provider-block .service-provider-block__item:hover{
    border: 1px solid #0099ff;
}
.service-provider-block__item .service-provider__title{
    color: #000;
    margin: 30px 0 15px;
}
.service-provider-block__item .service-provider__logo{
    max-width: 100%;
    max-height: 80px;
    display: block;
    margin: 0 auto;
}

.service-provider-block__item .service-provider__footer{
    position: absolute;
    bottom: 58px;
    margin: 0;
}

.service-provider-list{}
.service-provider-list .media{
    background: #fff;
    padding: 45px 50px 45px 65px;
    margin-bottom: 20px;
    box-shadow: 0 0 1px 1px #ddd;
}
.service-provider-list .media-left > a{
    display: block;
    width: 160px;
}
.service-provider-list .service-provider__logo{
    max-width: 100%;
    max-height: 80px;
    display: block;
    margin-bottom: 25px;
}
.service-provider-list .service-provider__footer{
    margin: 5px 0 0;
}
.service-provider-list .media-heading{
    font-size: 24px;
    color:#333;
    margin-bottom: 40px;
}
.service-provider-list .media-content{
    color: #999;
}
.service-provider-list a{
    color: #0066ff;
}
.service-provider-list .btn-primary{
    background:  #0066ff;
    color: #fff;
    border: none;
}

.ad-list{

}
.ad-list__images{
    width: 820px;
    min-height: 280px;
    margin-right: 0;
}
.ad-list__images a{
    display: none;
}
.ad-list__images a.active{
    display: block;
}
.ad-list__images img{
    width: 100%;
    height: 280px;
}
.ad-list__infos{
    float: right;
    width: 300px;
    background: #fff;
    box-shadow: 0 0 1px 1px #efefef
}
.ad-list__infos a{
    position: relative;
    display: flex;
    align-items: center;
    height: 70px;
    vertical-align: middle;
    padding: 0 20px;
    color: #666;
    transition: all 0.25s;
}
.ad-list__infos a.active{
    background: #0099ff;
    color: #fff;
}
.ad-list__infos a.active:before{
    content: '';
    position: absolute;
    top:50%;
    margin-top: -8px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-right-color: #0099ff;
    left: -16px;

}
.ad-list__infos a:after{
    content: '';
    position: absolute;
    width: 96%;
    height: 0px;
    border-bottom: 1px solid #ccc;
    right: 0;
    bottom: -1px;
}
.ad-list__infos a:last-child:after{
    display: none;
}

.company-bg{
    background: url(../images/service_provider/companyBg.png) no-repeat center bottom;
    min-height: 400px;
    overflow: hidden;
}

#serviceProviderFeature .content-banner .file-center{
    background: url(../images/service_provider/featureBg.png) no-repeat center bottom;
    min-height: 400px;
    overflow: hidden;
}

