﻿.tip-container {
    padding: 10px 0 16px 0;
}

.tip-info {
    width: 860px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    margin: 0 auto;
    padding: 15px 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-top: 150px;
}

    .tip-info h1::after {
        content: " ";
        height: 24px;
        width: 3px;
        background-color: #009bff;
        position: absolute;
        top: 20px;
        left: 0px;
    }

.tip-content {
    margin-top: 20px;
    font-size: 14px;
}

.tip-return {
    margin-top: 10px;
}

    .tip-return a {
        color: blue;
        cursor: pointer;
        font-size: 14px;
    }
