.video_box_dailog {
  width: 440px;
  height: 272px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  padding-top: 30px;
  display: none;
}
.video_box_dailog,
.video_box_dailog * {
  box-sizing: border-box;
}
.video_box_dailog img {
  width: 100%;
}
.video_box_dailog .fixed_icon {
  width: 88px;
  position: absolute;
}
.video_box_dailog .fixed_icon.bottom {
  bottom: 0;
  right: 0;
}
.video_box_dailog .fixed_icon.top {
  top: 0;
  left: 0;
}
.video_box_dailog .dailog_title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #905B00;
  line-height: 26px;
  margin-bottom: 28px;
  text-align: center;
}
.video_box_dailog .describe_list {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-bottom: 26px;
  width: 100%;
}
.video_box_dailog .describe_list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video_box_dailog .describe_list .item .title {
  font-size: 13px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #262626;
  line-height: 17px;
  margin-bottom: 6px;
}
.video_box_dailog .describe_list .item .info {
  width: 120px;
  height: 32px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #8C8C8C;
  line-height: 16px;
  text-align: center;
}
.video_box_dailog .describe_list .item .icon {
  height: 30px;
  margin-bottom: 12px;
}
.video_box_dailog .describe_list .item .icon img {
  width: auto;
  height: 100%;
}
.video_box_dailog .go_pay_btn {
  width: 200px;
  height: 40px;
  background: linear-gradient(136deg, #E4A63B 0%, #AD7B26 100%);
  box-shadow: 0px 4px 6px 0px rgba(176, 126, 39, 0.3);
  border-radius: 20px;
  font-size: 16px;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.video_box_dailog .go_pay_btn:hover {
  background: #dca13b;
}
.video_box_dailog .go_pay_btn:hover:after {
  transform: translateX(8px);
}
.video_box_dailog .go_pay_btn:after {
  content: '';
  width: 14px;
  height: 14px;
  background-image: url('//bpic.588ku.com/enterprise/components/video_dailog/btn_icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  margin-left: 8px;
  transform: translateX(0px);
  transition: all 0.3s;
}
