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


/**
 * 1.0 - common 公共样式
 */
 .ky-com-banner-index .container{
    height: 6.7rem;
}

/**
*  2.0 - index 主页
*/
.ky-index-img {
    text-align: center;
}
.ky-index-m-img img{
    width: 100%;
}

.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;
}

/**
*  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: 6.3rem;
    width: 100%;
}

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

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

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

.ky-footer {
    background: #2a2a2a;
}




