* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
a {
    text-decoration: none;
}
body {
    /*font-family: 'Microsoft Yahei';
    color: #323232;
    background: none;*/
}
.preLoadImg, .preLoadImg img, .select_options div span{
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
}
.feedback {
    position: fixed;
    bottom: 40px;
    right: -1px;
    z-index: 200;
}
.select_options, .feedback_yes,.feedback_dialog {
    position: relative;
    padding: 16px 7px;
    /*padding: 16px 22px;*/
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #dadada;
    border-radius: 3px 0 0 3px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.1);
}
.select_options, .feedback_yes {
    width: 240px; /*270*/
    height: 90px;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.select_options {
    display: none;
}
.select_options p {
    line-height: 19px;
    margin-bottom: 6px;
}
.select_options div {
    display: inline-block;
}
.no_options, .yes_options,label {
    cursor: pointer;
}
label {
    margin-bottom: 0;
}
.yes_options {
    margin-right: 20px;
}
.iconfont {
   width: 81px;
   height: 32px;
    display: inline-block;
}
.no_icon, .yes_icon {
    font-size: 0px;
    color: #98aedd;
    -webkit-text-stroke-width: .2px;
}
.yes_icon {
    background: url('../../images/index-feedback/yes.png') center no-repeat;
}
.no_icon {
    background: url('../../images/index-feedback/no.png') center no-repeat;
}
.yes_icon:hover {
    background: url('../../images/index-feedback/yes-hover.png') center no-repeat;
}
.no_icon:hover {
    background: url('../../images/index-feedback/no-hover.png') center no-repeat;
}
.yes_icon:active {
    background: url('../../images/index-feedback/yes-active.png') center no-repeat;
}
.no_icon:active {
    background: url('../../images/index-feedback/no-active.png') center no-repeat;
}
.feedback-close {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background: url('../../images/index-feedback/fb-close.png') center no-repeat;
    cursor: pointer;
}
.feedback-close:hover {
    background: url('../../images/index-feedback/fb-close-hover.png') center no-repeat;
}
.feedback-close:active {
    background: url('../../images/index-feedback/fb-close-active.png') center no-repeat;
}
.feedback_yes {
    display: none;
    padding: 28px 20px;
}
.feedback_yes span, .feedback_yes .thx_icon {
    vertical-align: middle;
}
.thx_icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 8px;
    background: url('../../images/index-feedback/icon-smile.png') center no-repeat;
}
.feedback_dialog {
    display: none;
    position: relative;
    padding: 22px 30px 36px;
    width: 360px;
    height: 250px;
    font-size: 14px;
    text-align: left;
}
.feedback_dialog p{
    margin: 0;
}
.feedback_dialog form input {
    height: 10px;
    vertical-align: middle;
}
.feedback_dialog form span {
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
}
.feedback_dialog form .textArea {
    margin-top: 10px;
}
.feedback_dialog form textarea {
    width: 300px;
    height: 80px;
    padding: 8px 10px;
    color: #333;
    border-radius: 2px;
}
.feedback_dialog form .textArea textarea {
    border: 1px solid #ddd;
    outline: 0;
    resize: none;
}
.feedback_dialog form textarea:focus {
    border: 1px solid #449EFB;
}
.feedback_dialog form .error textarea {
    border: 1px solid #F95344;
}
.dialogBtns {
    margin: 10px 0;
}
.answer_btn, .cancel {
    cursor: pointer;
    width: 80px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 28px;
    border-radius: 2px;
}
.answer_btn {
    background: #0080FF;
}
.answer_btn:hover {
    background: #449EFB;
}
.answer_btn:active{
    background: #0072E5;
}
.answer_btn, .answer_btn:hover, .answer_btn:active {
    color: #fff;
    text-decoration: none;
}
.cancel {
    margin-left: 8px;
    background: #FFFFFF;
    color: #333;
    border: 1px solid #C0C0C0;
}
.cancel:hover {
    background: #E6F4FF;
}
.cancel:active {
    background: #C2E4FF;
}
.cancel, .cancel:hover, .cancel:active {
    color: #333;
    text-decoration: none;
}
.errTip {
    display: none;
    font-size: 14px;
    color: #F95344;
    padding-left: 22px;
    background: url("../../images/index-feedback/icon-error.png") left center no-repeat;
}
@media screen and (max-width: 768px) {
.feedback {
    display: none;
}
}