.common-assist-container {
    position: fixed;
    right: 28px;
    bottom: 60px;
    z-index: 119;
    width: 180px;
    height: 150px;
    overflow: hidden;

}

.common-assist-container:hover .common-assist-content {
    right: 0px;
}

.common-assist-content {
    position: absolute;
    right: -92px;
    bottom: -50px;
    -webkit-transition: 0.5s all cubic-bezier(0.08, 0.03, 0.22, 0.87) 0s;
    transition: 0.5s all cubic-bezier(0.08, 0.03, 0.22, 0.87) 0s;
}

.common-chat-btn {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid transparent;
    transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    padding-left: 5px;
    text-decoration: none;
    text-align: left;
    cursor: pointer;
}

.common-chat-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);

}

.common-chat-btn span {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: bolder;
    vertical-align: middle;
    font-family: PFSCRegular, SFProDisRegular, SFProTextRegular, Helvetica Neue, Helvetica, Arial, Microsoft Yahei, sans-serif !important;
    font-weight: 100;
    text-align: center;
}

.common-chat-btn img {
    display: inline-block;
    width: 24px;
    margin: 0 22px 0 15px;
    vertical-align: middle;
}

/*咨询界面样式*/
.advisory-back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 130;
    width: 100%;
    height: 100%;
    display: none;
}

.advisory-content {
    /*background-color: #00ffcc;*/
    position: relative;
    height: 538px;
    width: 100%;
    top: 14.6%;
    align-content: center;
    padding-left: 50%;
}

.advisory-form {
    background-color: white;
    z-index: 130;
    height: 90%;
    width: 644px;
    margin-left: -322px;
    transition: .5s all linear 0s;

}

.advisory-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    /*display: none;*/
    /*cursor: url("../../img/icon/index/cursor-x.png"), auto;*/
    -webkit-transition: opacity .5s linear 0s, z-index .1s linear .5s;
    transition: opacity .5s linear 0s, z-index .1s linear .5s;

}

.advisory-mask.show {
    z-index: 120;
    opacity: 1;
    -webkit-transition: opacity .5s linear 0s, z-index .1s linear 0s;
    transition: opacity .5s linear 0s, z-index .1s linear 0s;
}

.advisory-title {
    height: 30%;
    align-items: center;
    text-align: center;
    font-size: 24pt;
    margin-bottom: 15px;
    padding-top: 32px;
}

.form-input, #customerinfo {
    /*width: 60%;*/
    text-align: center;
}

#customerinfo {
    width: 80%;
    height: 120px;
    text-align: left;
    border: 2px solid #ccc;
    border-radius: 8px;
    resize: none;
}

.advisory-line {
    text-align: center;
}

.advisory-line input {
    width: 80%;
    border: 2px solid #ccc;
    height: 2.2em;
    border-radius: 8px;
}

.advisory-info {
    text-align: center;
}

.advisory-info span {
    display: inline-block;
    width: 80%;
    text-align: left;
    font-size: 9pt;
    color: red;
}

@media screen and (max-width: 768px) {
    .common-assist-content {
        display: none;
    }
}
