#kf{
    /*width: 40px;*/
    height: 465px;
    position: fixed;
    right: -5rem;
    top: 40%;
    /*margin-top: -230px;*/
    z-index: 101;
}
/*.qq-weixing{
    width: 40px;
    height: 40px;    
}*/
.qq-weixing img{
    margin-left: 3rem;
}
#kf ul{
    margin-top: 3px;
}
#kf li{
    width: 100px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 3px;
    overflow: hidden;
    list-style: none;
}
#kf li img{
    display: block;
}

#kf li img a{
   background: #e6f0fe;
    
}

#kf li span{
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    left: 0px;
    top:50px;
}
#kf li .hov{
    display: block;
    overflow: hidden;
    background: transparent;
}



#kf li h3{
    width: 0;
    height: 80px;/*
    border: 3px solid #222;*/
    border-left: none;
    position: absolute;
    right: 76px;
    top: -8px;
    /*background: #ff5500;*/
    opacity: 0;
    filter:alpha(opacity=0);
    transition: 0.2s;
    box-sizing: content-box;
}
#kf li.fou h3{
    background: #f43244;
}
#kf li.fiv h3{
    background: #ffb848;
}
#kf li.last span{
    top: 10px;
    animation: show2 1s infinite;
}
#kf li:hover{
    overflow: visible;
}
#kf li:hover h3{
    opacity: 1;
    filter:alpha(opacity=100);
    width: 200px;
}
#kf li h3 p{
    height: 150px;
    margin-top: 3px;
    margin-left: 4px;
    padding-left: 10px;
}
#kf li h3 p a{
    display: block;
    width: 150px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
}
#kf li h3 p a.fir{
    border-bottom:1px solid #fff ;
    padding-bottom: 10px;
    padding-top: 5px;
    height: 14px;
    box-sizing: content-box;
}
@keyframes show2{
    0%{
        font-size: 14px;
    }
    50%{
        font-size: 16px;
    }
    100%{
        font-size: 14px;
    }
}
@keyframes show3{
    0%{
        font-size: 15px;
    }
    50%{
        font-size: 14px;
    }
    100%{
        font-size: 15px;
    }
}
#kf li p a:hover{
    animation: show3 1.5s infinite;
}
.div34{
    width: 100%;
    z-index: 9999;
}
.div35{
    width: 562px;
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    border: 0.1rem solid #ccc;
}
#thediv{
    display: none;
}
.p00{
    padding: 0.5rem 0;
    font-size: 2rem;
    text-align: center;
    border-bottom: 0.1rem solid #ccc;
}
.div35 img{
    display: inline-block;
    float: right;
    position: relative;
    right: 1rem;
    margin-top: 0.5rem;
}
.p000{
    font-size: 2rem;
    padding: 0 3rem;
    line-height: 4rem;
}

.p000 p,.p001 p{
	display: inline-block;
}

.p000 input{
    width: 399px;
    display: inline-block;
}
.p000 textarea{
    width: 399px;
    display: inline-block;
    vertical-align: middle;
}
.p001{
    font-size: 2rem;
    padding: 0 3rem;
    line-height: 4rem;
}
.p001 input{
    width: 310px;
    display: inline-block;
}

.p001:after{
	content: "";
	height: 0;
	width: 0;
	clear: both;
	overflow: hidden;
}

.button1{
    width: 100%;
    text-align: center;
    margin: 10px auto;
}
.button1 button{
    width: 20%;
    margin: 0 auto;
    text-align: center;
}

#canvas {
  display: inline-block;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 36px;
  width:89px;
  margin-top: 7px;
}
@media screen and (max-width: 768px) {
    .qq-weixing{
        width: 50%;
        height: 5%;
        position: relative;
        left: 4rem;
    }
    #kf{
        position: fixed;
        top: 20%;
    }
    .div35{
        width: 80%;
        top: 20%;
    }
    .div35 p ,.div35 div {
        font-size: 1rem;
    }
    .p00{
        padding: 0.5rem 0;
        text-align: center;
    }
    .div35 img{
        width: 1rem;
        display: inline-block;
        float: right;
        position: relative;
        right: 1rem;
        margin-top: 0.1rem;
    }
    .p000{
        line-height: 2rem;
    }
    .p000 input{
        height: 2.5rem;
        display: inline-block;
    }
    .button1 button{
        width: 20%;
        font-size: 1rem;
    }
    .p000 textarea{
        height: 4rem;
        display: inline-block;
        vertical-align: middle;
    }
    #canvas {
    	margin-top: 5px;
    }
} 