/* åº•éƒ¨çš„åé¦ˆæŒ‰é’® */
#feedback-btn{
    background-color: #ffffff;
    width: 100px;
    height:44px;
    text-align: center;
    position: fixed;
    bottom:0;
    right:100px;
    line-height:44px;
    cursor: pointer;
}

#modal-feedback{
    position: fixed;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

#modal-feedback .modal-container{
    width: 620px;
    height: 460px;
    margin: 100px auto 0;
    background-color: rgba(255,255,255,1);
    box-sizing: border-box;
    padding: 20px 70px 0;
}
#modal-feedback .feedback-title{
    font-size:20px;
    color: #333333;
}

#modal-feedback .item-title{
    color: #333333;
    font-size: 18px;
    margin: 24px 0 10px;
    font-family: Arial,sans-serif;
}

#feedback-content{
    resize: none;
    width: 372px;
    height:160px;
    font-size: 12px;
    padding: 4px;
    letter-spacing: 1px;
}
#feedback-email{
    height:34px;
    width: 370px;
    padding-left: 10px;
}

#modal-feedback .feedback-sub-btn{
    margin-top:20px;
}

#modal-feedback .feedback-sub-btn button{
    width: 60px;
    height: 28px;
    box-shadow: none;
    border-style: none;
    outline: none;
}
#modal-feedback .feedback-sub-btn button.btn-bg-green{
    background-color: #79a45a;
    margin-left:20px;
}