.equal {
    text-align: right;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 100px;
    background-size: 120%;
    cursor: pointer;
    z-index: 999999;
}

.equal div:nth-child(1) {
    width: 120px;
}

.equal div:nth-child(2) {
    margin-left: 60px;
    width: 60px;
    background: #1c9fe3;
}

.equal div:nth-child(2) span {
    display: inline-block;
    text-align: center;
    line-height: 60px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
}

.equal div:nth-child(2) img {
    width: 30px;
}

@media (max-width: 640px) {
    .gsjj .content {
        width: 100%;
        margin: 60px auto;
        display: inline-grid;
    }

    .equal {
        text-align: right;
        overflow: hidden;
        position: fixed;
        right: 0;
        bottom: 100px;
        background-size: 120%;
        cursor: pointer;
    }

    .equal div:nth-child(1) {
        width: 60px;
    }

    .equal div:nth-child(2) {
        margin-left: 30px;
        width: 30px;
        background: #1c9fe3;
    }

    .equal div:nth-child(2) span {
        display: inline-block;
        text-align: center;
        line-height: 30px;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
    }

    .equal div:nth-child(2) img {
        width: 15px;
    }



}

.feedback {
    width: 340px;
    position: fixed;
    right: 0;
    bottom: 0;
    box-shadow: 0 20px 40px 8px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    border-radius: 10px 10px 0 0;
}

.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 #337ab7;
    background-size: 21px auto;
}

.feedbackForm {
    padding: 16px 16px 40px 16px;
}

.feedbackForm .tips {
    color: #222d38;
    padding-bottom: 20px;
}

.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;
}

.feedbackForm button:nth-last-child(1) {
    display: none;
}

.feedback .closeBtn {
    background: url(../img/closeBtn.png) no-repeat;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
    position: absolute;
    left: 12px;
    top: 27px;
    cursor: pointer;
    display: none;
}