.pagePrompt-body{
  background: url('/1/imgs/pagePrompt/currency-bg.png') no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.pagePrompt-content{
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 646px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.tio-img-box{
  margin-bottom: 10px;
}
.tio-logo{
  width: 40px;
  height: 40px;
  margin-right: 5px;
}
.tio-name{
  width: 84px;
  height: 28px;
}
.pagePrompt-modelbody{
  width: 646px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(85, 85, 85, 0.2);
  border-radius: 4px;
  color: #333333;
  padding: 30px 24px 24px 24px;
  display: flex;
  flex-direction: column;
}
.modelbody-tips{
  font-size: 22px;
  font-weight: 500;

}
.modelbody-title{
  font-size: 16px;
  margin: 10px 0;
}
.modelbody-url{
  font-size: 14px;
  color: #BBBBBB;
  word-wrap: break-word;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.modelbody-footer{
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.modelbody-btn{
  width: 110px;
  height: 40px;
  background: #3B8AFF;
  border-radius: 4px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  text-align: center;
  cursor:pointer;
  margin: 24px 0 0 0;
}