@CHARSET "UTF-8";

.ask-ht-alert {
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.ask-ht-alert, .nav-menu {
    position: fixed;
    top: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    font-family: -apple-system,Helvetica,Arial,Microsoft Yahei,Hiragino Sans GB,sans-serif;
}

.ask-ht-alert>.pr {
    position: relative;
}
.ask-copyright {
    height: 233px;
    width: 500px;
    max-width: 98%;
    top: 50%;
    margin: -200px auto;
}
.ask-copyright-size {
    background: url(../images/comapny-card-logo-bg.jpg) no-repeat;
    background-size: cover;
    font-size: 18px;
    line-height: 63px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.ask-copyright-content {
    background: #fff;
    padding: 32px 27px 15px;
    color: #333;
    margin-bottom: 0;
    text-align: left;
    margin: 0 0 0;
}

.ask-copyright-button {
    background: #fff;
    padding: 0px 0px 20px;
    text-align: center;
}
.ask-input-button-default {
    min-width: 100px;
}
.ask-input-button-default {
    width: 80%;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    border-radius: 2px;
    user-select: none;
    color: #fff;
    cursor: pointer;
    background: -webkit-linear-gradient(left,#496ddb ,#0c56b9);
    background: -o-linear-gradient(right,#496ddb,#0c56b9);
    background: -moz-linear-gradient(right,#496ddb,#0c56b9e);
    background: linear-gradient(to right,#496ddb ,#0c56b9e);
}
