﻿.prompt-content {
  background: #22242C;
  height: 74px;
  width: 100%;
  display: table;
}
.prompt-content .prompt-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.prompt-content .prompt-wrapper .prompt-wrapper-content {
  position: relative;
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.prompt-content .prompt-important {
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../fonts/prompt-important.svg) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  position: absolute;
  top: 3px;
  left: 15px;
}
.prompt-content p {
  vertical-align: middle;
  display: inline-block;
  width: calc(100% - 190px);
}
.prompt-content p .prompt-info {
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 5px;
}
.prompt-content p a {
  font-size: 14px;
  color: #ffffff;
  line-height: 22px;
  transition: all .3s;
}
.prompt-content p a:hover {
  color: #1B79C8;
}
.prompt-content .prompt-closed {
  width: 12px;
  height: 12px;
  display: inline-block;
  background: url(../fonts/prompt-close.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.prompt-content .prompt-radio {
  display: inline-block;
  width: 160px;
  vertical-align: top;
}
.prompt-content .prompt-radio i {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  background: url(../fonts/prompt-radio.svg) no-repeat center;
  background-size: 100% 100%;
  vertical-align: middle;
  cursor: pointer;
}
.prompt-content .prompt-radio i:after {
  content: '';
  background: url(../fonts/prompt-hover.svg) no-repeat;
  display: none;
}
.prompt-content .prompt-radio i:hover {
  background: url(../fonts/prompt-hover.svg) no-repeat;
  background-size: cover;
}
.prompt-content .prompt-radio.active i {
  background: url(../fonts/prompt-select.svg) no-repeat center !important;
  background-size: 100% 100%;
}
.prompt-content .prompt-radio span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 22px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .prompt-content {
    height: 128px;
  }
  .prompt-content .prompt-important {
    position: absolute;
    top: 2px;
    left: 15px;
    margin-top: 0px;
  }
  .prompt-content p {
    vertical-align: middle;
    display: inline-block;
    width: calc(100% - 40px);
    margin-bottom: 8px;
  }
  .prompt-content p .prompt-info {
    font-size: 12px;
    line-height: 16px;
  }
  .prompt-content p a {
    font-size: 12px;
    line-height: 16px;
  }
  .prompt-content .prompt-radio {
    display: inline-block;
    width: auto;
  }
  .prompt-content .prompt-radio span {
    font-size: 12px;
    line-height: 14px;
  }
}
