@keyframes shakes{
    0% {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    80% {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    82% {
        transform:rotate(5deg);
        -webkit-transform:rotate(5deg);
        -moz-transform:rotate(5deg);
        -o-transform:rotate(5deg);
    }
    85% {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    87% {
        transform:rotate(-5deg);
        -webkit-transform:rotate(-5deg);
        -moz-transform:rotate(-5deg);
        -o-transform:rotate(-5deg);
    }
    90% {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    92% {
        transform:rotate(5deg);
        -webkit-transform:rotate(5deg);
        -moz-transform:rotate(5deg);
        -o-transform:rotate(5deg);
    }
    94% {
        tranform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    97% {
        trandform:rotate(-5deg);
        -webkit-transform:rotate(-5deg);
        -moz-transform:rotate(-5deg);
        -o-transform:rotate(-5deg);
    }
    100% {
        transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
}
.zbj-bottom-btn {
  margin-top: 100px;
	margin-right: -93px;
}

.zbj-feedback.expand {
    background-position: 0 -40px;
}
.zbj-test.expand{
    background-position: 0 -80px;
}
.home-icon.expand{
    width: 107px;
}

.feedback-icon {
    background: url("../img/brand/home-icon.png") no-repeat top center;
}

.home-icon {
    width: 37px;
    height: 37px;
    display: block;
    margin: 0 auto;
    margin-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: .1s;
    -moz-transition: .1s;
    -webkit-transition: .1s;
}

.home-icon:hover{
    width: 107px;
}

.zbj-top {
    display: none;
    background-position: -70px 0;
    bottom: 0;
}

.zbj-feedback {
    background-position: -70px -40px;
    bottom: 80px;
}

.zbj-test{
    background-position: -70px -80px;
    bottom: 40px;
}

.zbj-top:hover {
    background-position: 0 0;
}

.zbj-feedback:hover {
    background-position: 0 -40px;
}
.zbj-test:hover{
    background-position: 0 -80px;
}


/*人工服务*/

.brand-consult-wrap {
    position: fixed;
    right: 10px;
    bottom: -200px;
    z-index: 100;
    width: 112px;
    height: auto;
    opacity: 0;
}

.brand-consult-wrap .brand-consult a {
    display: block;
    position: relative;
}
.pig-head{
    display: block;
    position: absolute;
    top:-85px;
    left:-4px;
    z-index: 10;
    width: 105px;
    height: 99px;
    background: url('../img/head.png') no-repeat left top;
    background-size: 100%;
    animation: shakes 1.5s linear 1s infinite;
    -weikit-animation: shakes 1.5s linear 1s infinite;
    -moz-animation: shakes 1.5s linear 1s infinite;
    -o-animation: shakes 1.5s linear 1s infinite;
}
.pig-body{
    display: block;
    width: 110px;
    height: 66px;
    background: url('../img/body.png') no-repeat left top;
    background-size: 100%;
}


/*弹窗*/

.feedback-modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f4d4d4d, endColorstr=#7f4d4d4d);
    background: rgba(77, 77, 77, 0.5);
    z-index: 999;
    font-family:  Microsoft YaHei, Arial, Helvetica, sans-serif;
}

.feedback-modal input[name="phone"].reset-input {
    height: 16px;
    font-size: inherit;
}
.feedback-close:hover {
    cursor: pointer;
}

.feedback-modal-content {
    position: absolute;
    width: 554px;
    margin: 4% auto 0;
    background: #fff;
    padding-bottom: 1px;
    top: 50%;
    left: 50%;
    margin-left: -277px;
    margin-top: -280px;
}

.feedback-title {
    display:block;
    font-size: 18px;
    color: #006633;
    padding: 20px 10px 10px 10px;
    border-bottom: 1px solid #2a902a;
    font-weight:600;
}

.feedback-close {
    float: right;
    color: #999999;
    font-size: 30px;
    position: relative;
    top: -12px;
}

.feedback-radio-box input[type='radio'] {
    position: absolute;
    clip: rect(0 0 0 0);
}

.feedback-form {
    display: block;
    width: 470px;
    margin: 0 auto;
}

.feedback-form span,
.feedback-radio-box label {
    font-weight: 100;
    font-size: 14px;
    color: #333333;
}

.feedback-form span {
    display:block;
    margin: 20px 0 10px 0;
}

.feedback-radio-box label {
    display: inline-block;
    width: 79px;
    height: 30px;
    background-position: -112px -46px;
    text-align: center;
    line-height: 2;
    margin-right: 20px;
}

.feedback-radio-box label.checked {
    background-position: -112px -2px;
}

.feedback-radio-box label:hover {
    cursor: pointer;
}


.feedback-form textarea,
.feedback-form input[type='text'] {
    width: 100%;
    border: 1px solid #d2d3d6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 8px 6px;
}

.feedback-form input[type='text']:focus {
    border: 1px solid #cccccc;
}

.feedback-require::before {
    content: '*';
    font-size: 14px;
    color: red;
}

.feedback-help-warning {
    visibility: hidden;
    color: red;
}

.feedback-help-warning.warning {
    visibility: visible;
}

.feedback-submit {
    display: block;
    width: 36px;
    margin: 25px auto 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #2a902a;
    font-size: 18px;
    color: #fff;
    padding: 6px 36px;
}

.feedback-submit.disabled {
    cursor: not-allowed;
    background: #7D987D;
    border-color: #7D987D;
}

.feedback-form input[type='text'].placeholder {
    color: #ddd;
}

.feedback-loading {
    display: none;
    position: absolute;
    width: 100%;
    top: 55px;
    height: 492px;
    background: rgba(255, 255, 255, .5) url("../img/loading.gif") no-repeat center 40%;
}

.feedback-result {
    display: none;
    width: 470px;
    height: 440px;
    margin: 0 auto;
    text-align: center;
    padding-top: 1px;
}

.feedback-inline-block {
    display: inline-block;
}

.panel-icon {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0 auto;
    background: url("../img/search-icon.png") no-repeat left top;
    margin-top: 10px;
}

.feedback-line {
    width: 1px;
    height: 40px;
    background: #7c7c7c;
    margin: 0 20px;
}

.feedback-result-top img {
    width: 112px;
    height: 114px;
    margin-top: 40px;
    border: 1px solid #027006;
}

.panel-icon-round {
    background-position: 0 -52px;
}

.feedback-result-title {
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
}

.feedback-text-success,
.feedback-text-fail {
    display: none;
}

.feedback-result-title.success .feedback-text-success {
    display: block;
}

.feedback-result-title.fail .feedback-text-fail {
    display: block;
    margin: 0 auto;
    position: relative;
}

.feedback-result-title span {
    position: relative;
    top: -18px;
    left: 12px;
}

.feedback-result .feedback-icon.success {
    display: inline-block;
    height: 50px;
    width: 51px;
    background-position: -194px -3px;
}

.feedback-result .feedback-icon.fail {
    display: inline-block;
    height: 64px;
    width: 64px;
    background-position: -247px 0;
}

.feedback-result-common .wechat {
    font-size: 14px;
    color: #017609;
    text-align: center;
    line-height: 2;
}

.feedback-result-foot {
    padding-top: 10px;
    width: 370px;
    margin: 30px auto 0;
    border-top: 1px solid #fafafa;
}

.feedback-result-foot .feedback-inline-block {
    display: inline-block;
}

.feedback-result-foot .foot-text {
    position: relative;
    top: -10px;
    line-height: 1.2;
    color: #8b8a8a;
}
