.desktop {
  height: 160px;
  background: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
}
.desktop .dsektop_img {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.desktop .dsektop_img img {
  width: 100%;
  height: 100%;
}
.desktop .desktop-box {
  min-width: 325px;
  width: 40.3%;
  margin: auto;
  height: 100%;
  position: relative;
}
.desktop .desktop-box .box_img {
  position: absolute;
  right: 0;
  top: 5px;
  height: 46px;
  width: 46px;
}
.desktop .desktop-box .box_img img {
  width: 100%;
  height: 100%;
}
.desktop .desktop-box .box_txt {
  padding-top: 41px;
  font-size: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN-Bold;
  font-weight: 700;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}
.desktop .desktop-box .box_img_triangle {
  position: absolute;
  left: 0;
  bottom: 5px;
  height: 46px;
  width: 46px;
}
.desktop .desktop-box .box_img_triangle img {
    width: 100%;
}
.desktop .desktop-box .box_button {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.desktop .desktop-box .box_button .box_button_blue {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: #1e6fff;
  border-radius: 5px;
  margin-right: 8px;
  width: 280px;
}
.desktop .desktop-box .box_button .box_button_blue:hover {
  cursor: pointer;
  opacity: 0.8;
}
.desktop .desktop-box .box_button .box_button_blue img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}
.desktop .desktop-box .box_button .box_button_blue div {
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  color: #fff;
}
.desktop .desktop-box .box_button .box_button_white {
  width: 150px;
  line-height: 40px;
  font-size: 16px;
  font-family: Source Han Sans CN, Source Han Sans CN-Regular;
  font-weight: 400;
  text-align: center;
  color: #1e6fff;
  background-color: #fff;
  border: 1px solid #1e6fff;
  border-radius: 5px;
}
.desktop .desktop-box .box_button .box_button_white:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
}
