﻿.kfmsgBox{
    display: none;
}
.red_div1{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000;
    opacity: 0.549;
}
.kfbox{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background-color: #fff;
    width: 400px;
    height: 500px;
    margin: -250px 0 0 -200px;
    border-radius: 4px;
}
.kfbox>div:first-child{
    background-image: url("/skin/images/1_f9978f4.png");
    height: 100px;
    width: 400px;
    position: relative;
}
.kfbox>div:first-child>div{
    position: absolute;
    top: 45px;
    left: 152px;
    border-radius: 48px;
    overflow: hidden;
}
.close{
    font-size: 34px;
    position: absolute;
    color: #fff;
    right: -30px;
    top: -40px;
    cursor: pointer;
}
.kfbox>div:first-child img{
    height: 96px;
    width: 96px;
    margin: 0;
}
.kf-name{
    margin-top: 55px;
    text-align: center;
    color: #666666;
}
.kf-name>span:nth-child(2){
    display: inline-block;
    height: 15px;
    width: 1px;
    background-color: #eee;
    margin: 0 30px;
}
.kf-num{
    padding: 10px 0;
    font-size: 20px;
    text-align: center;
}
.kf-num>span:first-child{
    margin-left: -10px;
}
.kf-num>span:last-child{
    color: #eb2332;
    padding-left: 10px;
}
.kf-pj-div{
    text-align: center;
}
.kf-pf-div{
    text-align: center;
}
.kf-sr-div{
    text-align: center;
    margin-bottom: 20px;
}
.kf-sr-div>textarea{
    width: 320px;
    height: 80px;
    border: 1px solid #eee !important;
}

.pt>input{
    opacity:0;
    position:absolute;
    width:2em;
    height:2em;
    margin:0;
    cursor:pointer;}
.pt>input:nth-of-type(1), .pt>span:nth-of-type(1){
    display:none;
}
.pt>span{
    font-size:2em;
    color:gold;
    -webkit-transition:color .8s;
    transition:color .8s;
}
.pt>input:checked~span{
    color:#666;
}
.pt>input:checked+span{
    color:gold;
}
.kf>input{
    opacity:0;
    position:absolute;
    width:2em;
    height:2em;
    margin:0;
    cursor:pointer;}
.kf>input:nth-of-type(1), .kf>span:nth-of-type(1){
    display:none;
}
.kf>span{
    font-size:2em;
    color:gold;
    -webkit-transition:color .8s;
    transition:color .8s;
}
.kf-pf-div .kf>span:last-child{
    font-size: 12px;
    color: #eb2332;
    margin-left: 20px;
}
.kf>input:checked~span{
    color:#666;
}
.kf>input:checked+span{
    color:gold;
}
.kf{
    padding: 10px 0;
}
.kf-div1{
    padding: 10px 0;
}
.kf-div1>span:first-child{
    color: #eb2332;
    line-height: 30px;
}
.kf-div1>span:last-child{
    float: right;
    margin-left: 20px;
    height: 30px;
    padding: 0 20px;
    border: 1px solid #eee;
    line-height: 30px;
    border-radius: 4px;
}
.kf-pj-btn{
    height: 42px;
    width: 320px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #eb2332;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
}
