.container {
    margin: 0 auto;
    max-width: 960px;
    display: flex;
    flex-direction: column;
    font-size: .3rem;
}

.route {
    display: flex;
    flex-direction: row;
    margin: .1rem 0;
}

.route .title {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #d9d9d9;
    width: 20%;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-right: 0;
    color: #666666;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.route .site {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    width: 60%;
    border: 1px solid #d9d9d9;
    border-right: 0;
    color: #63d656;
}

.route .btn {
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: #e65f5f;
    background-color: #fef6f4;
    border: 1px solid #f1cacb;
    width: 20%;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.tipsBtn {
    margin: .1rem 0;
    width: 100%;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    background-color: #ec5d5d;
    color: white;
    border-radius: 16px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.headerTitle {
    height: .4rem;
    width: 100%;
    font-size: .4rem;
    text-align: center;
    margin-bottom: .3rem;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}