﻿/*项目咨询*/
.help {
    position: fixed;
    bottom: 15rem;
    right: 0px;
    cursor: pointer;
    z-index: 9999;
}

.help-gotop {
    background-color: #ffb200;
    float: right;
}

.helpdialog {
    padding: 20px 10px 20px 10px;
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 50px;
    width: 22.5rem;
    height: 32.625rem;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #ffb200;
    z-index: 9999;
}

.helpdialog-title {
    width: 100%;
    text-align: center;
    color: #333333;
    font-size: 1.25rem;
    margin-bottom: 15px;
    font-weight: bolder;
}

.helpdialog-inputtitle {
    float: left;
    width: 8rem;
    height: 2.5rem;
    text-align: right;
    color: #333333;
    font-size: .8rem;
    padding-right: 10px;
}
.helpdialog-textalign {
    text-align:center;
}
.helpdialog-textarea {
    outline: none;
    height: 5.5rem;
    width: 18.75rem;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: .8rem;
    border: 1px solid #cccccc;
}

.helpdialog-input {
    outline: none;
    width: 18.75rem;
    height: 2.5rem;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: .8rem;
    border: 1px solid #cccccc;
}

.helpdialog-submit {
    width: 7.5rem;
    height: 3rem;
    background-color: #2cb4a6;
    border-radius: 5px;
    color: #ffffff;
    font-size: 1.25rem;
    border: 0;
}
/* 项目咨询 end */
