

/**
 * kaayou
 * 
 * 1.0 - common 公共
 * 2.0 - article list 文章列表
 * 3.0 - article 文章详情
 **/

@media (max-width: 768px) {
    html,body{ width: 100%; height: 100%; overflow: scroll;}
    html::-webkit-scrollbar, body::-webkit-scrollbar {
        width:0px;height:0px;
    }
    .ky-body {
        padding-top: 60px;
    }
}


/**
 * common 公共样式
 */

/* 头部 menu 菜单 */
.ky-com-header .navbar{
    background-color: rgba(255, 255, 255, 0);
    border-bottom: none;
    margin-bottom: 0;
}
.ky-com-header .navbar-header {
    background-color: #fff;
    height: 85px;
}
.ky-com-header .navbar-default .navbar-toggle {
    width: 20px;
    height: 100%;
    border: none;
    margin: 0 15px 0 0;
    padding: 0;
}
.ky-com-header .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, 0);
}
.ky-com-header .navbar-brand{
    height: 100%;
    padding: 0 0 0 15px;
    line-height: 85px;
    font-size: 25px;
    font-weight: 700;
}
.ky-com-header .navbar-brand img{
    height: 45px;
    margin-top: 20px;
}
.ky-com-header .navbar-toggle {
    margin-top: 25px;
}
.ky-com-header .navbar-nav{
    margin-bottom: 0;
}
.ky-com-header .nav a{
    height: 85px;
    line-height: 85px;
    padding: 0 20px;
    color: #777 !important;
    font-size: 15px;
    transition: all 0.3s;
    background-position: center 58px;
    background-repeat: no-repeat;
}
.ky-com-header .nav a:hover {
    color: #0067ba !important;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: center 54px;
}
.ky-com-header .current-menu-item a{
    background-color: #fff !important;
    color: #0067ba !important;
    text-decoration:none;
    background-repeat: no-repeat;
    background-position: center 54px;
}

.ky-com-header .navbar-toggle span{
    background: #333;
    /* width: 10px; */
    height: 2px;
    width: 100%;
    display: inline-block;
    position: absolute;
    right: 0px;
}
.ky-com-header .navbar-toggle span:before, 
.ky-com-header .navbar-toggle span:after{
    content: "";
    display: inline-block;
    height: 2px;
    width: 100%;
    position: absolute;
    right: 0px;
    background: #333;
    transition: all 0.1s;
}
.ky-com-header .navbar-toggle span:before{
    top: -7px;
}
.ky-com-header .navbar-toggle span:after{
    top: 7px;
}
.ky-com-header .navbar-toggle .click:before{
    top: 0px;
    transform:rotate(45deg) translate(0, 0)
}
.ky-com-header .navbar-toggle .click:after{
    top: 0px;
    transform:rotate(-45deg) translate(0, 0)
}
.ky-com-header .navbar-toggle .click{
    background-color: rgba(255, 255, 255, 0);
}

@media (max-width: 768px) {
    .ky-com-header {
        position: fixed;
        width: 100%;
        z-index: 999999;
        top: 0;
    }
    .ky-com-header .navbar-header {
        background-color: rgba(255, 255, 255, 0.9);
        height: 60px;
    }

    .ky-com-header .navbar-toggle {
        background-color: rgba(255, 255, 255,0);
    }
    .ky-com-header .navbar-nav{
        background: rgba(255, 255, 255, 0);
        padding-left: 0;
    }
    .ky-com-header #navbar{
        background: rgba(255, 255, 255, 0.92);
    }
    .ky-com-header .navbar-nav li{
        background: rgba(255, 255, 255, 0);
        padding: 0 20px;
    }
    .ky-com-header .navbar-nav a {
        background: rgba(255, 255, 255, 0)!important;
    }
    .ky-com-header .nav a:hover {
        background: none;
    }
    .ky-com-header .nav a{
        text-align: center;
        height: 60px;
        line-height: 60px;
        border-bottom: 1px solid #e9e9e9;
    }
    .ky-com-header .current-menu-item a{
        color: #0067ba !important;
        text-decoration:none;
        background: url();
    }
    .ky-com-header .navbar-brand{
        line-height: 60px;
    }
    .ky-com-header .navbar-brand img{
        height: 30px;
        margin-top: 15px;
    }
}


/* 每页 banner */
.ky-com-banner .jumbotron{
    padding: 0;
    margin-bottom: 0;
}
.ky-com-banner .jumbotron .ky-overlay{
    z-index: 0;
    opacity: 0.5;
    background: none;
}
.ky-com-banner .container{
    height: 4rem;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    margin: 0 auto;
}
.ky-com-banner .com-banner-img{
    width: 100%;
    height: 3rem;
    object-fit: cover;
}

@media (max-width: 992px) {
    .ky-com-banner .container{
        background-size: cover;
    }
}



/* 
    2.0 - article list 文章列表 
*/

.article-list-categoty .categoty-name{
    font-size: 20px;
    font-weight: 700;
    padding-top: .2rem;
    padding-bottom: .1rem;
    border-bottom: 1px dashed #aebbef;
    color: #0067ba;
}
.article-list {
    /* padding-top: .1rem; */
    padding-bottom: .3rem;
}
.article-list .article-info {
    padding-top: .1rem;
    padding-bottom: .05rem;
    border-bottom: 1px dashed #aebbef;
    color: #a0a0a0;
}

.article-list .article-info a{
    color: #a0a0a0;
}
.article-list .article-info a:hover{
    color: #0067ba;
}
.article-list .article-info .time{
    float: right;
}
.article-list-page .pagination span,
.article-list-page .pagination a{
    border: none;
}


/* 
    3.0 - article list 文章详情
*/
.article-detail {
    font-size: 16px;
    line-height: 1.8;
    background: #f5f5f5;
}
.article-detail .wrap {
    margin: 40px 0;
    padding: 20px 50px;
    background: #ffffff;
    border-radius: 5px;
}

@media (max-width: 992px) {
    .article-detail .wrap {
        padding: 20px 5px;
    }
}

.article-detail .title {
    text-align: center;
}
.article-detail .title h1{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.article-detail .title p{
    color: #777;
    margin: 20px 10px 0 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.article-detail .content {
    margin-top: 30px;
    padding: 0 30px;
}
.article-detail .content img {
    max-width: 100%;
}

@media (max-width: 992px) {
    .banner {
        background: url(img/ph1.png) no-repeat center 0;
    }
    .article-detail .content {
        padding: 0 10px;
        overflow: hidden;
    }
}

.ky-footer {
    color: #6a6a6a;
    background: black;
    text-align: center;
    padding: .3rem 0;
}
.ky-footer a{
    color: #6a6a6a;
}


/**
 * kaayou
 * 
 * 1.0 - common 公共
 * 2.0 - index 主页
*  3.0 - tf tf
 **/


/**
 * 1.0 - common 公共样式
 */

/**
*  2.0 - index 主页
*/
.ky-body {
    padding-top: 0;
}
.ky-index-img {
    text-align: center;
}
.ky-index-img img{
    width: 100%;
}
.ky-index-m-img {
    position: relative;
    margin-top: 60px;
}
.ky-index-m-img img{
    width: 100%;
}
.ky-index-m-img .dl_ios{
    position: absolute;
    width: 2.5rem;
    right: .5rem;
    top: 3.6rem;
}
.ky-index-m-img .testflight_btn{
    position: absolute;
    width: 2.5rem;
    right: .5rem;
    top: 3.6rem;
}
.ky-index-m-img .dl_btn{
    padding: 20px 30px;
    background-color: #f5f5f5;
}
.ky-index-m-img .dl_btn a{
    background: url(../img/down_phone.png) no-repeat;
    background-size: 200%;
    width: 100%;
    height: 1.7rem;
    display: inline-block;
}

.ky-index-m-wxtip {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.95;
    z-index: 999999;
}
.ky-index-m-wxtip img{
    position: absolute;
    right: 0;
}

.ky-index-m-wxtip .text {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    border: 1px solid #ccc;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    color: #333;
    background: #e6e6fa;
    padding: .3rem;
    font-size: .4rem;
}

.ky-index-m-wxtip .text .text2 span {
    color: green;
    font-size: .45rem;
    font-weight: 700;
}


/* 下载按钮 */
.ky-index-btn {
    background-color: #143530;
    padding: .5rem;
    text-align: center;
}
.ky-index-btn .name{
    margin-right: .5rem;
    font-size: .2rem;
    font-weight: 700;
    color: white;
}
.ky-index-btn a{
    margin-right: .1rem;
}


.ky-index-fix-btn .dl_android {
    background: url(../img/down_an2.png) no-repeat;
    width: 233px;
    height: 78px;
    cursor: pointer;
    position: fixed;
    bottom: 260px;
    right: 25px;
    z-index: 100;
}

.ky-index-fix-btn .dl_ios {
    background: url(../img/down_ios2.png) no-repeat;
    width: 233px;
    height: 78px;
    cursor: pointer;
    position: fixed;
    bottom: 150px;
    right: 25px;
    z-index: 100;
}

#showMsg1 .modal-dialog{
    margin-top: 65px;
}
#showMsg1 img{
    width: 100%;
}

#showMsg2 .modal-dialog{
    margin-top: 65px;
}
#showMsg2 img{
    width: 100%;
}

/**
*  3.0 - tf tf
*/
.ky-tf-m .container{
    position: relative;
    max-width: 768px;
}

.ky-tf-m .bg {
    width: 100%;
}

.ky-tf-m .btn1 {
    position: absolute;
    top: 5.8rem;
    width: 100%;
}

.ky-tf-m .btn1 img{
    display: block;
    width: 3.5rem;
    margin-left: 1.2rem;
}

.ky-tf-m .btn2 {
    position: absolute;
    bottom: 0.5rem;
    width: 100%;
}

.ky-tf-m .btn2 img{
    display: block;
    margin: 0 auto;
    width: 3.5rem;
}



