@font-face {
    font-family: "iconfont";
    src: url('font_flygram/iconfont.eot'); /* IE9*/
    src: url('font_flygram/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('font_flygram/iconfont.woff') format('woff'), /* chrome, firefox */ url('font_flygram/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('font_flygram/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.home-btn {
    position: relative;
    display: inline-block;
    height: 46px;
    width: 180px;
    font-size: 16px;
    line-height: 46px;
    border-radius: 4px;
    background: none;
    color: #4c88ff;
    border: 1px solid #4c88ff
}

/* .eidtwidth {
    padding-left: 200px;
    padding-right: 200px;
} */

.home-btn:hover {
    color: #ffffff !important;
    background: #4c88ff !important;
}

.left {
    float: left;
}

.none {
    display: none;
}

html, body {
    background-color: #f7f8fa;
    font-family: Microsoft YaHei;
}

p {
    margin: 0;
    padding: 0;

}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

.mr4 {
    margin-right: 4px;
}

.footpart {
    position: absolute;
    left: 0;
    bottom: 120px;
    right: 0;
}

.bigicon-medium {
    font-size: 60px;
    color: #999;
    margin: 0 10px 0 0;
    line-height: 62px;
}

.a-inner-div {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.bigicon {
    font-size: 104px;
    color: #e2e2e2;
    line-height: 66px;
    margin: 0 10px 0 -6px;
}

.bigicon2 {
    font-size: 90px;
    color: #e2e2e2;
    line-height: 66px;
    margin: 0 30px 0 -14px;
}

.avatar {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    margin-top: 195px;
}

.avatars {
    width: 54px;
    height: 54px;
    float: left;

}

.navbar {
    min-height: 80px;
    padding: 0;
    background: #0084fe;
    -webkit-box-shadow: 0 0 10px #9fcdff;
    -moz-box-shadow: 0 0 10px #9fcdff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.19);
}

.footer404 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.nav-item {
    display: inline-block;
    min-width: 50px;
    text-align: center;
    margin-right: 35px;
    /*margin-right: 60px;*/
    font-size: 16px;
    line-height: 80px;
    border: 1px solid transparent;
    color: #fff !important;
}

.nav-item a {
    color: #fff !important;
}

.nav-active {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.navbar-nav .nav-item:hover {
    border-bottom: 2px solid #4c88ff;
    cursor: pointer;
}

.banner {
    height: 500px;
    margin-top: 80px;
    background-position: center center !important;
    background-repeat: no-repeat !important;;
    background-size: cover !important;;
    -webkit-background-size: cover !important;;
    -moz-background-size: cover !important;
    text-align: center;
    margin: 0;
}

.banner .text1 {
    padding-top: 50px;
    text-align: center;
    font-size: 54px;
    color: #707070
}

.banner .text2 {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.module {
    height: 860px;
    background-position: center center !important;
    background-repeat: no-repeat !important;;
    background-size: cover !important;;
    -webkit-background-size: cover !important;;
    -moz-background-size: cover !important;
    text-align: center;
}

.module .text1 {
    padding-top: 100px;
    text-align: center;
    font-size: 40px;
    color: #333333
}

.module .text2 {
    max-width: 500px;
    margin: 20px auto 0;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.btn-wrap {
    margin: 260px auto 0;
    padding-bottom: 100px;
    text-align: center;
}

.btn-wrap a {
    position: relative;
    display: inline-block;
    height: 46px;
    width: 180px;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    border-radius: 4px;
    background: #4c88ff;
}

.footer {
    /*height: 80px;*/
    text-align: center;
    line-height: 80px;
    font-size: 16px;
    color: #707070;
    border-top: 1px solid #e6e6e6;
}

.to-top {
    position: fixed;
    display: none;
    bottom: 40px;
    right: 50%;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: -626px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 7px 9px #eff4ff;
}

.to-top img {
    width: 22px;
    margin: 14px;
}

.suspension {
    position: fixed;
    top: 90px;
    height: 80%;
    overflow-y: auto;
}

.suspension1 {
    position: fixed;
    top: 0px;
    height: 80%;
    overflow-y: auto;
}

.ieshow {
    display: none;
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 0;
    z-index: 12000;
    text-align: center;
    line-height: 40px;
    background: #f3f4f5;
    border-bottom: 1px solid #dcdcdc;
    color: red;
}

.fold-open2 {
    width: 14px;
    height: 8px;
    cursor: pointer;
    margin-left: 8px;
}

.loginicon_1 {
    font-size: 48px;
    width: 300px;
    color: #4685ef;
    line-height: 86px;
    display: block;
    float: left;
    overflow: hidden;
}

.loginicon_2 {
    font-size: 160px;
    color: #4685ef;
    line-height: 90px;
    display: block;
    float: left;
    margin: 0 26px 0 5px;
    height: 80px;
    overflow: hidden;
}

.loginicon_3 {
    font-size: 110px;
    color: #4685ef;
    line-height: 94px;
    display: block;
    float: left;
    height: 80px;
    overflow: hidden;
}

/***icon**/
.top41 {
    top: 41px !important;
}

.margintop126 {
    margin-top: 126px !important;
}

/**icons end***/

.module-line {
    width: 81px;
    height: 1px;
    background-color: #0084fe;
    border-radius: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/**轮播图 start**/
.advantages {
    padding-top: 80px;
    background: #ffffff;
}

.advantages .text-wrap .text1 {
    font-size: 40px;
    color: #333333;
    text-align: center;
}

.advantages .text-wrap .text2 {
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

/**轮播图 end**/

/**faq start**/
/**faq end**/

/**api start**/
.home-api {
    background: #ffffff;
}

.home-api .box {
    width: 361px;
    padding-bottom: 30px;
    background-color: #f7f8fa;
    border-radius: 0px 20px 0px 20px;
}

.home-api .box div:nth-child(1) {
    padding-top: 20px;
    padding-left: 20px;
    text-align: left;
}

.home-api .box .span1 {
    display: inline-block;
    float: left;
    width: 31px;
    height: 31px;
}

.home-api .box .span2 {
    display: inline-block;
    margin-bottom: 15px;
    width: 280px;
    float: left;
    padding-left: 24px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    word-break: break-word;
}

.home-api .box .content {
    padding-left: 75px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #707070;
    text-align: left;
}

/**api end**/

/**application start**/
.home-application {
    background-color: #f7f8fa;
}

.home-application .box {
    height: 400px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 2px #eeeeee;
}

.home-application .box .tab-title {
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    background-color: #f7f8fa;
    border-radius: 10px 10px 0px 0px;
}

.indent_p {
    text-indent: 30px;
}

.home-application .box:hover .tab-title {
    background: #0084fe;
    color: #ffffff;
}

.app-btn {
    position: relative;
    /*display: inline-block;*/
    width: 60%;
    height: 46px;
    padding-left: 12%;
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    font-size: 16px;
    text-align: left;
    font-weight: normal;
    font-stretch: normal;
    line-height: 46px;
    letter-spacing: 1px;
    color: #999999;
    margin: 30px auto 0;
    cursor: pointer;
}

.app-btn:hover {
    background: #0084fe;
    color: #ffffff;
}

/**application end**/

/**bots start**/
.home-bots {
    background: #ffffff;
}

.home-bots .img-item {
    display: inline-block;
    margin: 0 12px;

}

/**bots end**/

.home-privacy {
    height: 650px;
    background: #f7f8fa url("../images/banner/banner_bots.png");

}

/**faq**/
.m-t-60 {
    margin-top: 60px;
}

.faq-content-wrap {
    padding: 100px 0;
    background: #ffffff;
}

.faq-content-wrap .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e6eaf2;

}

.faq-content-wrap .menu li {
    padding-left: 20px;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
    border: 4px solid transparent;
}

.faq-content-wrap .menu li:hover {
    color: #0084fe;
    border-left: 4px solid #0084fe;
    cursor: pointer;
}

.faq-content-wrap .menu .active {
    color: #0084fe;
    border-left: 4px solid #0084fe;
}

.faq-content-wrap section > h2 {
    padding-left: 20px;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
    border-left: 1px solid #0084fe;
}

.faq-content-wrap section .line1 {
    height: 1px;
    padding: 0;
    margin: 20px 0 0;
    border: none;
    background: #e6eaf2;
}

.faq-content-wrap section > h3 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
}

.faq-content-wrap section > h3 > span {
    float: right;
    width: 22px;
}

.faq-content-wrap section > p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #404347;
}

/**faq**/

/**apps**/

.apps-content-wrap {
    margin-top: 98px;
}

.apps-content-wrap .main-box {
    padding: 40px;
    background: #ffffff;
}

.apps-content-wrap .app-box1 {
    display: flex;
    flex-wrap: wrap;
}

.apps-content-wrap .app-box1 text-wrap {
    float: left;
}

.apps-content-wrap .app-box1 .title {
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
}

.apps-content-wrap .app-box1 .brief {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}

.apps-content-wrap .app-box2 {
    display: block;
    /* overflow: hidden; */
    height: 140px;
    margin-top: 48px;
    padding: 40px 16px;
    background: #f7f8fa;
}

.apps-content-wrap .app-box2 .img {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.apps-content-wrap .text-wrap {
    float: left;
}

.apps-content-wrap .text-wrap .app-name {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: left;
}

.apps-content-wrap .text-wrap .update-date {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}

.apps-content-wrap .text-wrap .app-version {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
}

.apps-content-wrap .text-wrap .app-version a {
    color: #999999;
}

.apps-content-wrap .text-wrap .app-version a:hover {
    color: #0084fe;
}

.apps-content-wrap .down-btn {
    position: relative;
    float: right;
    width: 118px;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    color: #999999 !important;
    border: 1px solid #d1d1d1;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
}

.IOSALINKMOVE {
    display: none;
}

.ANDALINKMOVE {
    display: none;
}

.apps-content-wrap .down-btn > img {
    height: 20px;
    margin-right: 14px;
}

.apps-content-wrap .down-btn:hover {
    cursor: pointer;
    background: #0084fe;
    color: #ffffff !important;
}

/**apps**/

/**api**/
.api-content-wrap {
    padding: 100px 0;
    background: #ffffff;
}

/**menu start**/
.api-content-wrap .menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #e6eaf2;
    /*height: 80%;*/
    /*overflow-y: auto;*/
}

.backpre {
    display: block;
    margin: 0 0 50px 0;
}

.api-content-wrap .menu li {
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
    border: 4px solid transparent;
    white-space: nowrap;

    position: relative;
    left: 0px;
    right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.api-content-wrap .menu li.menuli {
    padding: 0 30px 0 0px;
}

.api-content-wrap .menu li img.fold-open {
    position: absolute;
    top: 12px;
    right: 10px;
}

.api-content-wrap .menu .active {
    /*color: #0084fe;*/
    /*border-left:4px solid #0084fe;*/
}

.api-content-wrap .sub-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.api-content-wrap .sub-menu li {
    padding-left: 20px;
    font-size: 16px;
    color: #37393d;
    /*border-left:4px solid #0084fe;*/
}

.api-content-wrap .sub-menu .active {
    color: #0084fe;
    border-left: 4px solid #0084fe;
}

.api-content-wrap .sub-menu li:hover {
    color: #0084fe;
    border-left: 4px solid #0084fe;
    cursor: pointer;
}

/**menu end**/

.api-content-wrap section {
    margin-bottom: 39px;
}

.api-content-wrap section hr {
    margin-bottom: 0;
}

.api-content-wrap section h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0084fe;
}

.api-content-wrap section h3 {
    margin-top: 30px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
}

.api-content-wrap section .api-content {
    padding: 35px 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    border-bottom: 1px solid #e6eaf2;
    color: #404347;
}

.api-content-wrap section .api-content table {
    width: 100%;
    margin: 18px 0;
}

.api-content-wrap section .api-content table thead {
    background: #70a5f0;
    height: 40px;
    line-height: 40px;
}

.api-content-wrap section .api-content table th {
    padding-left: 16px;
    border-left: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}

.api-content-wrap section .api-content table tbody {
    background: #f7f8fa;
}

.api-content-wrap section .api-content table td {
    padding-left: 16px;
    padding-top: 14px;
    font-size: 16px;
    color: #404347;
    text-align: left;
}

/**api**/

/**bots**/
.bots-content-wrap .main-title {
    text-align: center;
    font-size: 36px;
    color: #333333;
}

.bots-content-wrap .main-brief {
    margin-top: 20px;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    text-align: center;

}

.bots-content-wrap .content-wrap .bot-box {
    max-width: 320px;
    height: 220px;
    margin-bottom: 84px;
    border: 1px solid #dcdcdc;
}

.bots-content-wrap .bot-box .bot-img {
    margin-top: 36px;
}

.bots-content-wrap .bot-box .text1 {
    margin-top: 24px;
    font-size: 24px;
    color: #333333;
}

.bots-content-wrap .bot-box .text2 {
    margin-top: 12px;
    font-size: 16px;
    color: #999999;
}

.bots-content-wrap .gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/**bots**/

/**privacy**/
.privacy-content-wrap {
    padding: 100px 0;
}

.privacy-content-wrap section {
    margin-bottom: 80px;
}

.privacy-content-wrap section > h2 {
    padding-left: 12px;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #37393d;
    border-left: 1px solid #0084fe;

}

.privacy-content-wrap section > h3 {
    margin-top: 38px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #37393d;

}

.privacy-content-wrap section > p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8;
    letter-spacing: 0px;
    color: #404347;
}

.privacy-content-wrap section > h2 {
    margin-top: 40px;
    margin-bottom: 40px;
}

/**privacy**/

/**404**/
.not-found-text {
    width: 80%;
    margin: 0 auto;
    padding-top: 410px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.back-btn-wrap {
    margin-top: 38pt;
    text-align: center;
}

.back-btn-wrap a {
    display: inline-block;
    width: 280px;
    height: 50px;
    background: #0084fe;
    border-radius: 4px;
    color: #ffffff !important;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.back-text {
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    font-size: 20px;
    color: #0084fe;
    cursor: pointer;
}

.back-text1 {
    margin-top: 12px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

/**404**/

/**android**/
.android-content-wrap {
    margin-top: 78px;
}

.android-content-wrap .box1 img {
    width: 28px;
    height: 30px;
    margin-right: 18px;
}

.android-content-wrap .box1 span {
    font-size: 24px;
    color: #333333;
}

.android-content-wrap .box2 {
    margin-top: 44px;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 44px;
    border-radius: 6px;
    background: #ffffff;

}

.android-content-wrap .box2 img {
    float: left;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 20px;
}

.android-content-wrap .box2 .text-wrap {
    display: inline-block;
    margin-left: 30px;
}

.android-content-wrap .box2 .text-wrap .title {
    font-size: 24px;
    color: #333333;
}

.android-content-wrap .box2 .text-wrap .version {
    font-size: 16px;
    color: #999999;
}

.android-content-wrap .btn {
    display: inline-block;
    float: right;
    width: 160px;
    height: 40px;
    margin-right: 40px;
    border-radius: 4px;
    border: solid 1px #d1d1d1;
    text-align: center;
    font-size: 16px;
    color: #999999 !important;
}

/**android**/

/**version**/
.version-wrap {
    padding-top: 15px;
}

.version-wrap .head-title {
    height: 44px;
    line-height: 44px;
    font-size: 24px;
    color: #333333;
}

.version-wrap .box {
    padding: 56px 60px 50px 46px;
    background: #ffffff;
}

.version-wrap .box .box1 {
    /* height: 80px;*/
    line-height: 64px;
    /*margin-top: 24px;*/
}

.version-wrap .box .box1 span {
    font-size: 30px;
    color: #333333;
}

.version-wrap .box .box2 {
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.version-wrap .box .box2 .text1 {
    float: left;
    font-size: 24px;
    color: #333333;
}

.version-wrap .box .box2 .text2 {
    float: left;
    height: 23px;
    padding: 0 5px;
    margin-top: 6px;
    line-height: 23px;
    margin-left: 10px;
    font-size: 12px;
    color: #ffffff;
    background: #7da9ff;
    border-radius: 12px;
}

.version-wrap .box .box2 .text3 {
    float: right;
    font-size: 16px;
    color: #999999;
}

.version-wrap .box ul {
    padding: 0;
    margin: 10px 0 0;
    list-style-type: none;
}

.version-wrap .box ul li {
    font-size: 14px;
    color: #999999;
    white-space: pre-line;
    word-break: break-word;
    line-height: 24px;
}

.version-wrap .box .downBtn {
    position: relative;
    /*display: block;*/
    height: 46px;
    width: 180px;
    margin-top: 28px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 4px;
    font-size: 16px;
    color: #999999;
    cursor: pointer;
    margin-right: 12px;
}

/**version**/

.link-username {
    font-family: PingFangSC-Medium;
    font-size: 28px;
    color: #323232;
}

.link-about {
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #323232;
    max-width: 815px;
}

.markdown-preview {
    font-family: TimesNewRomanPS-ItalicMT, "PingFang SC", "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans;
    font-weight: 300;
}

.markdown-preview h2 {
    font-size: 32px !important;
    color: #0084fe !important;
    font-weight: 100;
    margin-top: 1.2em;
    margin-bottom: 0.6em;
    line-height: 1.35;
}

.markdown-preview h3 {
    margin-top: 15px;
    font-size: 25px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
}

.markdown-preview h5 {
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
}

.markdown-preview h4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #37393d;
}

.markdown-preview ul {
    margin-left: 1.3em;
    list-style: disc;
    padding-left: 0;
}

.markdown-preview li, .markdown-preview p {
    font-size: 16px;
    color: #404347;
}

.markdown-preview li {
    /*list-style-type: square;*/
}

.markdown-preview p {
    margin-bottom: 1.2em;
}

.markdown-preview pre {
    background: #eeeeee;
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
    font-family: Courier, "Courier New", monospace;
}

.markdown-preview table {
    width: 100%;
}

.text-success {
    color: #3c763d;
}

.markdown-preview table thead th {
    height: 40px;
    line-height: 40px;
    background: #70a5f0;
    border-left: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 16px;
    text-align: center !important;
    /*padding-left: 16px;*/
    color: #ffffff
}

.markdown-preview .token.boolean {
    color: rgb(34, 17, 153);
}

.markdown-preview .token.number {
    color: rgb(17, 102, 68);
}

.markdown-preview .token.string {
    color: rgb(170, 17, 17);
}

.text-maroon {
    color: #d81b60 !important;
}

.markdown-preview table tbody td {
    height: 40px;
    line-height: 40px;
    background: #f7f8fa;
    border-left: 1px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    font-size: 16px;
    text-align: left;
    padding-left: 16px;
    color: #404347;
}

.mpre {
    margin: 10px 0;
}

/**menu end**/

.doc-content {
    margin-top: 100px;
    text-align: left !important;
}

.doc-content img {
    max-width: 50%;
    display: block;
    margin-top: 10px;
}

.doc-content p, .doc-content ul, .doc-content li {
    font-family: PingFang-SC-Regular !important;
    color: #404347 !important;
}

.fold-open, .fold-shrink {
    position: absolute;
    top: 0;
    right: 10px;
    width: 14px;
    height: 8px;
    margin-left: 8px;
    cursor: pointer;
    color: #c2cde3;
    font-size: 18px;
}

.doc-content h1 {
    padding-bottom: 40px;
    color: #0084fe;
    font-size: 32px;
    border-bottom: 1px solid #dddddd;
}

.doc-content h2 {
    padding: 30px 0;
    color: #0084fe;
    font-size: 30px;
    border-bottom: 1px solid #dddddd;
}

.doc-content h3 {
    padding: 15px 0;
    margin: 0;
    font-size: 25px;
    color: #37393d;
}

.font68 {
    font-size: 68px;
}

.font66 {
    font-size: 66px;
}

.font70 {
    font-size: 70px;
}

.font30 {
    font-size: 30px;
}

.congzi {
    color: #999;
    width: 100px;
    height: 100px;
    /* border: 1px solid #333; */
    border-radius: 20px;
    box-shadow: 0 0 10px #e2e2e2;
    text-align: center;
    float: left;
}

.befoicon {
    display: block;
    float: left;
    font-size: 36px;
    line-height: 34px;
    margin: 0 14px 0 0;
}

.titicon {
    font-size: 30px;
    display: block;
    float: left;
    color: #333;
}

.titicon2 {
    font-size: 30px;
    color: #c7c7c7;
}

.font38 {
    font-size: 38px;
}

.largeicon {
    display: inline-block;
    font-size: 58px;
    color: #999;
    margin-top: 5px;
    width: 58px;
    height: 58px;
}

.largeibox {
    width: 63px;
    height: 63px;
    border: 1px solid #999;
    border-radius: 20px;
    line-height: 63px;
    text-align: center;
    float: left;
    margin: 0 16px 0 0;
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 900px;
    }

    .nav-item {
        margin-right: 20px;
    }

    .switchbox {
        right: 150px;
    }

    .home-api .box {
        width: 290px;
    }

    .apps-content-wrap .app-box2 {
        height: 164px;
        padding: 35px 10px;
    }

    .apps-content-wrap .main-box {
        padding: 10px;
    }
}

/*屏幕宽度大于800px*/
@media screen and (min-width: 1200px) {
    .Apps {
        display: inline-block;
        text-align: center;
        width: 900px;
    }

}

/*屏幕宽度在500-800之间*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .Apps {
        display: inline-block;
        text-align: center;
        width: 900px;
    }
}

/* 宽度小于500 */
@media screen and (max-width: 768px) {
    .apps-content-wrap .app-box2 {
        height: 164px;
        padding: 10px;
    }

    .apps-content-wrap .main-box {
        padding: 10px;
    }
}

.IOSCon {
    position: relative;
}

.IOShide {
    display: none;
}

.IOSshow {
    position: absolute;
    display: none;
    width: 150px;
    height: 180px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px #999;
    bottom: 45px;
    right: -35px;
    background-color: #fff;
}

.IOSshow:after, .IOSshow:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    position: absolute;
    width: 0;
}

.IOSshow:after {
    border-width: 10px;
    border-top-color: #fff;
    left: 67px;
}

.IOSshow:before {
    border-width: 11px;
    border-top-color: #dbdbdb;
    left: 66px;
}

.IOStitle {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
    color: #666;
    background-color: #f7f7f7;
}

.IOSImg {
    background-color: #fff;
    height: 150px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px;
    background: url('/custom/images/IOS_QRCode.png') no-repeat;
    background-size: contain;
}

.Andshow {
    position: absolute;
    display: none;
    width: 150px;
    height: 180px;
    border-radius: 6px;
    box-shadow: 0px 0px 2px #999;
    bottom: 45px;
    right: -35px;
    background-color: #fff;
}

.Andshow:after, .Andshow:before {
    border: solid transparent;
    content: ' ';
    height: 0;
    top: 100%;
    position: absolute;
    width: 0;
}

.Andshow:after {
    border-width: 10px;
    border-top-color: #fff;
    left: 67px;
}

.Andshow:before {
    border-width: 11px;
    border-top-color: #dbdbdb;
    left: 66px;
}

.Andtitle {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px solid #ebebeb;
    color: #666;
    background-color: #f7f7f7;
}

.AndImg {
    background-color: #fff;
    height: 150px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 10px;
    background: url('/custom/images/Android_QRCode.png') no-repeat;
    background-size: contain;
}

.Guide {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 2000;
}

.GuideTEXT {
    padding-top: 100px;
    text-align: center;
    font-size: 18px;
}

.site {
    padding-top: 20px;
}

.GuideIMG-type {
    width: 100%;
}

.btnx {
    background: #0084fe;
}

.rbar {
    position: fixed;
    bottom: 90px;
    right: 10%;
    border-radius: 4px;
    cursor: pointer;
}

.rbar a {
    display: block;
    margin: 10px 0 20px 0;
    border-radius: 4px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 20px;
    height: 50px;
}

.rbar a div {
    font-size: 22px;
    color: #007bff;
    font-size: 22px;
    display: block;
    width: 50px;
    height: 50px;
    box-shadow: 0 7px 9px #eff4ff;
}

.rbar a .feedbackL {
    width: 64px;
    font-size: 14px;
    background: #187bff;
    color: #fff;
    font-family: 'ArialMT';
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    display: none;
    float: left;
}

.index30 {
    text-indent: 30px;
}

.feedback .a1, .feedback .b1 {
    width: 50px;
    float: right;
    height: 50px;
    border-radius: 4px;
}

.feedback .a1 {
    background: #fff;
}

.feedback .b1 {
    background: #fff url("../images/serive_select.png") right 0px no-repeat;
}

.feedback .a1 img, .feedback .b1 img {
    width: 22px;
}

.pbox {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
}

.aline {
    border-bottom: 1px solid #eee;
}

.ahref {
    display: block;
    height: 28px;
    line-height: 28px;
    border-left: 4px solid #0084fe;
    padding: 0px 0 0 10px;
    margin: 6px 0;
}

.api-content-wrap .menu li {
    cursor: pointer;
}

.switchbox {
    width: 80px;
    position: fixed;
    top: 22px;
    right: 58px;
    z-index: 9999;
}

.fir_btn {
    cursor: pointer;
    color: #666;
    line-height: 40px;
    height: 40px;
    padding: 0 0 0 10px;
}

.fir_btn i {
    font-size: 14px;
    color: #666;
    float: right;
}

.sec_btn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    width: 100px;
    text-align: center;
    border-radius: 4px; /* background: #eee;*/
}

.switchbox p a {
    font-size: 14px;
    text-align: center;
}

.fir_btn a {
    color: #666;
}

.sec_btn a {
    color: #666;
    width: 100%;
    padding: 0 10px;
}

.text-tips {
    font-size: 12px;
    color: gray;
    margin: 5px 0;
}

.fs12 {
    font-size: 12px;
}

.nav-right {
    font-size: 14px;
    float: right;
    width: 70px;
}

.lanselect {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    color: #fff;
    background-image: url('../images/pulldown.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10%;
    background-color: #0084fe;
    padding-right: 1em;
}

.news-content-wrap, .article-content-wrap {
    padding-top: 15px;
    display: flex;
    flex-flow: row nowrap;
}

.news-content-wrap h2, .article-content-wrap h2 {
    border-left: solid #5387e8 4px;
    padding-left: 20px;
    font-size: 20px;
    color: #323232;
    margin-bottom: 20px;
    background-color: #f3f8fc;
}

.news-content-wrap .left, .article-content-wrap .left {
    flex: 0 1 auto;
    margin-right: 15px;
    color: #0084fe;
    font-size: small;
}

.news-content-wrap .right, .article-content-wrap .right {
    flex: 1 1 auto;
}

.article-content-wrap .right {
    margin-left: 34px;
}

.article-content-wrap ul {
    margin-top: 98px;
    list-style: none;
    margin-left: 0;
}

.article-content-wrap ul a {
    display: block;
    width: 118px;
    height: 40px;
    margin: 16px auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.rss {
    border: 1px solid #5E6267;
    border-radius: 3.5px;
    float: right;
    padding: 1px 6px;

    font-size: 12px;
    color: #5e6267;
    background-color: white;
    display: flex;
    align-items: center;
}

.rss i {
    color: #0084fe;
}

.rss:hover {
    background-color: #0084fe;
    color: #fff;
}

.rss:hover i {
    color: inherit;
}

.news-list {
    border-left: solid #dee2e6 1px;
    margin-top: 41px;
    font-size: 14px;
}

.news-list > li {
    padding: 15px 0;
    border-bottom: 1px dashed #ededed;
    color: #5e6267 !important;
}

.news-list > li:hover {
    color: #0084fe;
    cursor: pointer;
    color: #0084fe !important;
}

.news-list li a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.news-list li a > span {
    float: right;
}

.pagination {
    font-size: 12px;
    color: #5e6267;
}

.page-item > * {
    margin: auto 15px;
    padding: 0px 5px;
    color: inherit;

    border: solid #5e6267 1px;
    border-radius: 2px;
}

.page-item > a:hover, .page-item > span {
    background-color: #0084fe;
    border: solid rgba(0, 0, 0, 0) 1px;
    border-radius: 2px;
    color: #fff;
}

.page-item > span {
    color: #fff;
}

.page-item.active > a {
    border: none !important;
}

.article-content-wrap h2 {
    margin-top: 34px;
}

.article-content-wrap article {
    margin-top: 34px;
}

.article-content-wrap article h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #323232;
}

.article-content-wrap article p {
    margin: 1em 0;
}

.modal-header {
    padding: 0;
    background-color: #0084fe;
    position: relative;
}

.modal-title {
    margin: 2px auto;
    color: white;
    font-size: initial;
}

.modal-header .close {
    position: absolute;
    right: 5px;
    top: 2px;
    color: white;

    opacity: 1;
    font-weight: normal;
}

.modal-footer {
    justify-content: center;
}

.email {
    border: none;
    outline: none;
}

.modal-footer {
    border-top: none;
}

.text-sm {
    font-size: small;
}

.btm-border {
    border-bottom: solid #dee2e6 1px;
    margin-bottom: 1em;
}

.form-group.row {
    margin-left: 0;
    margin-right: 0;
}

.not-install {
    background: #4683e6;
    height: 60px;
    color: #ffffff;
    line-height: 60px;
    font-size: 24px;
    top: 82px;
}

.not-install a, .not-install a:hover, .not-install a:visited {
    color: inherit;
    text-decoration: inherit;
}

.twitter-nav, .twitter-nav:hover, .twitter-nav:visited {
    margin-left: 1em;
    color: #333333;
}

.rbar a div.qrcode-wrap {
    width: 72px;
    height: 90px;
    font-size: xx-small;
    background: #ffffff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    margin-right: 10px;
    text-align: center;
    float: left;
    line-height: normal;
    padding: 2px 4px 4px 4px;
}

.rbar .qrcode-wrap .qrcode-poc {
    width: 64px;
    height: 64px;
    margin-top: 2px;
}

.article-content-wrap .qrcode-wrap {
    margin-top: 28px;
    background: #ffffff;
    font-size: xx-small;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    width: 118px;
    padding: 4px;
    float: right;
    text-align: center;
}

.article-content-wrap .qrcode-wrap div {
    margin: 0 auto 4px auto;
}

.article-content-wrap .qrcode-wrap div.qrcode_cur {
    margin: auto;
}

@media screen and (max-width: 768px) {
    .banner {
        height: auto;
    }

    .container {
        width: 90%;
    }

    .privacy-content-wrap {
        padding-top: 20px;
    }

}