.feedback {
    width: 340px;
    position: fixed;
    right: 35px;
    bottom: -9999px;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
    z-index: 999;
    background-color: #fff;
}








.feedback .feedbackHeader {
    height: 40px;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    text-indent: 50px;
    font-weight: normal;
    cursor: pointer;
}

.feedback .eMailIco {
    background: url("../img/emailIco.png") 16px center no-repeat #252c33;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
    background-color: #fff;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 0px;
}

.feedbackForm .line {
    margin-bottom: 16px;
}

.feedbackForm .line input, .feedbackForm .line textarea {
    width: 100%;
    box-sizing: border-box;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    border: solid 1px #ccc;
    color: #222d38;
    display: block;
}

.feedbackForm textarea {
    resize: none;
    height: 78px;
    padding: 11px;
    line-height: 20px;
}

.feedbackForm .line input {
    height: 40px;
    line-height: 40px;
    padding: 0 11px;
}

.feedbackForm .btn {
    background: #18c139;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
   
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    border: none;
    outline: none;
    
}
.feedbackForm .btn:focus{outline: 0; cursor: pointer;}

.feedbackForm .btn:hover{background: #13a530; cursor: pointer; }

.feedbackForm .btn1 {
    background: #18c139;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.feedbackForm .btn1:hover{background: #13a530;cursor: pointer; }

.btn3 {
    background: #e6e6e6;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    height: 40px;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    text-align: center;
    float: left;
    
    margin-top: 10px;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.btn3:hover{  background: #dfdddd;cursor: pointer; }





.feedback .closeBtn {
    background: url("../img/closeBtn.png") no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    right: 10px;
    top: 6px;
    cursor: pointer;
    display: none;
}