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


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

/**
*  2.0 - index 主页
*/
.ky-index-img {
    text-align: center;
}
.ky-index-img1 {
    position: relative;
    height: 5rem;
    text-align: center;
}
.ky-index-img1 .img1{
    position: absolute;
    top: -2.5rem;
    left: 0rem;
}
.ky-index-img1 .img2{
    position: absolute;
    left: 2rem;
    top: 0.1rem;
}
.ky-index-img2, .ky-index-img4 {
    background: #eee;
}
.ky-index-m-img {
    position: relative;
}
.ky-index-m-img img{
    width: 100%;
}
.ky-index-m-img .dl_ios{
    position: absolute;
    width: 2.5rem;
    right: 1rem;
    top: 4rem;
}
.ky-index-m-img .testflight_btn{
    position: absolute;
    width: 2.5rem;
    right: 1rem;
    top: 4rem;
}
.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-m-wxtip-app {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.95;
    z-index: 999999;
}
.ky-index-m-wxtip-app img{
    position: absolute;
    right: 0;
}

.ky-index-m-wxtip-app .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-app .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;
    top: 240px;
    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;
    top: 350px;
    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;
}



