/*提示栏样式*/
.sliding-prompt {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display:none;
}
.prompt-line {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}
.prompt-info {
    padding-bottom: 45px;
}
.pl-message {
    width: 65%;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.pl-button {
    width: 35%;
    float: right;
    padding-left: 20px;
    font-size: 16px;
}

.pl-button a:hover{
    text-decoration:none;
}
.prompt-close{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    margin-right: 10px;
    color: #ffffff;
    cursor: pointer;
}
.schedule-now-btn {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .schedule-now-btn{
    margin-top: 10px;
    display: block;
    width: 150px;
    margin: 10px auto 0;
  }
}