.bar {
  width: 280px;
}

.contentRightTop {
  width: 280px;
  border: 1px solid #E9E9E9;
  padding: 16px;
}

.askTitle {
  width: 100%;
  text-align: center;
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #181818;
  margin: 0;
}

.askTips {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 4px;
}

.tipsLine {
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #D8D8D8;
}

.tipsWords {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #9C9C9C;
}

.telephone {
  width: 100%;
  overflow: hidden;
  margin-top: 12px;
}

.discripe {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 12px;
}

.lable {
  display: inline-block;
  width: 70px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  padding-right: 5px;
}

.lablePhone {
  float: left;
  line-height: 32px;
  width: 65px;
}
.lableDiscripe{
  text-indent: 5px;
  line-height: 32px;
  width: 65px;
  float: left;
}
.phoneNum {
  width: 179px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  padding-left: 5px;
  float: left;
}

.phoneNum::-webkit-input-placeholder {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.phoneNum::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.phoneNum:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.phoneNum:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea {
  width: 179px;
  height: 60px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  padding-left: 5px;
  overflow: auto;
  resize: none;
}

.discripe textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.discripe textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}

.btn {
  width: 173px;
  height: 32px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  background-image: none;
  text-align: start;
}

.btn:hover {
  background-image: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0px auto -webkit-focus-ring-color;
  border-radius: 2px;
}

.caret {
  position: relative;
  left: 66px;
}

.btn-default:focus {
  outline: none;
  background: none;
}

.submit {
  width: 100%;
  margin: 16px auto 0;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
}

.submit span {
  display: inline-block;
  width: 74px;
  height: 28px;
  background: #05A4FF;
  cursor: pointer;
}

.bottom {
  width: 280px;
  border: 1px solid #E9E9E9;
}

.bottomTitle {
  width: 100%;
  margin-top: 18px;
}

.bottomTitle span {
  width: 2px;
  height: 22px;
  background: #05A4FF;
  float: left;
}

.bottom p {
  display: inline-block;
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #353535;
  padding-left: 20px;
}
.hotVideo {
  margin-top: 20px;
}
.hotVideo b{
  display: flex;
  color: #07A5FF;
  font-size: 12px;
  float: right;
  font-weight: 400;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}

.recommandBox {
  width: 100%;
  padding: 24px 20px;
}

.recommandList, .videoList, .articleList {
  width: 100%;
  list-style: none;
}

.recommandList li, .videoList li, .articleList li {
  display: flex;
  margin-top: 25px;
  cursor: pointer;
}

.recommandList li:nth-of-type(1), .videoList li:nth-of-type(1), .articleList li:nth-of-type(1){
  margin-top: 0;
}

.recommandList a, .videoList a, .articleList a {
  text-decoration: none;
}

.recommandLeft {
  width: 90px;
  height: 70px;
  margin-right: 10px;
  background-color: skyblue;
  display: inline-block;
  float: left;
}

.recommandLeft img {
  width: 100%;
  height: 100%;
}

.recommandRight {
  width: 137px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.recommandRight b {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.recommandRight .amount {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommandRight p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.videoList .recommandRight h5 {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.videoList .recommandRight h5,
.articleList .recommandRight h5{
  max-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
.recommandList a:hover h5, .videoList a:hover h5, .articleList a:hover h5{
  color: #05A4FF;
}

.recommandRight .hotValue{
  color: #FF6A00;
}
.tipsBox {
  width: 480px;
  height: 235px;
  background: #FFFFFF;
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px;
  display: none;
  z-index: 99999;
}

.tipsTitle {
  width: 100%;
  display: flex;
  align-items: center;
}

.notFloat{
  position: static !important;
  height: 20px !important;
}

.icon-success {
  color: #0ABF5B;
  font-size: 40px;
}

.tipsTitle img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.tipsTitle p {
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
}

.tipsInfo {
  width: 100%;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  margin-top: 7px;
  padding-left: 42px;
}

.tipsBtn {
  width: 100%;
  height: 36px;
  text-align: center;
}

.tipsBtn span {
  display: inline-block;
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #00A4FF;
  margin-top: 25px;
  cursor: pointer;
}