.tips_default{
    width:339px;
    height: 128px;
    position: absolute;
    opacity: 0.8;
    background-image: linear-gradient(-47deg, #1559C4 0%, #07C9F0 100%);
    border-radius: 6px;
    margin-bottom: 24px;
    padding-top: 12px;
    padding-left: 22px;
    box-sizing: border-box;
    cursor: pointer;
}
.tips_default p{
    margin-bottom: 2px;
}
.tips_default .no{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #fff;
    color: #2289C2 ;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    margin-right: 10px;
    font-size: 18px;
}
.tips_default .title{
    font-size: 18px;
    color: #F9E5B1;
}
.tips_default .des{
    width: 300px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}
.tips_default::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 12px solid transparent;
    border-top: 12px solid #2689db;
    position: absolute;
    right: 72px;
    bottom: -24px;
}
.tips_default.right::after{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 12px solid transparent;
    border-top: 12px solid #45c9eb;
    position: absolute;
    left: 72px;
    bottom: -24px;
}