@charset "utf-8";

/* CSS Document */
body {
    font-family: Arial, Helvetica, sans-serif;
    background: #f5f6f8;
}

* {
    margin: 0;
    padding: 0;
}

.goairouter {
    width: 100%;
    display: flex;
}

.goairouter-banner {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fff;
}

.logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}

.container {
    width: 970px;
    margin: 0 auto;
}

.head1 {
    font-size: 18px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 5px;
}

ul {
    margin: 10px 0 35px;
    margin-left: 20px;
    line-height: 30px;
    color: #4a4e50;
}

ol {
    margin: 10px 0 35px;
    margin-left: 20px;
    line-height: 30px;
    color: #4a4e50;
}

.goair_cont {
    width: 100%;
    display: flex;
    padding: 20px 0 15px 0;
    flex-direction: column;
}

.goair_cont h2 {
    margin: 15px 0;
}

.goair_cont p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
}

.goair_cont .goair_cont_box {
    width: 100%;
}

.goair_cont .white-box {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    height: 100%;
    padding: 20px;
    border: 1px solid rgba(156, 170, 179, .28);
    margin-top: 30px;
    box-sizing: border-box;
}

.goair_cont .goair_cont_head__box {
    width: 100%;
}

.goair_cont .goair_cont_head__box .get {
    font-size: 31px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    color: #23649c;
}

.goair_cont .goair_cont_head__box .trip {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #313f4a;

}

.goair_cont .goair_cont_head__box .aug {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #313f4a;
    padding-top: 6px;

}

.links {
    color: #313f4a;

}

.goair_cont .goair_cont_box .goair_cont_table {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: left;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid rgba(156, 170, 179, 0.28);
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
}

.goair_cont .goair_cont_box .goair_cont_table tr td {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    padding: 10px;
    color: #525252;
}

.goair_cont .goair_cont_box .goair_cont_table tr td.header {
    padding: 10px 10px;
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.goair_cont .goair_cont_box .goair_cont_table tr th {
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 13px;
    padding: 10px 10px;
    background: #f4f4f4;
    text-transform: uppercase;
}

.goair_cont .goair_cont_box h3 {
    font-size: 18px;
    line-height: 22px;
    margin-top: 15px;
    width: 100%;
    font-weight: bold;
    margin-bottom: 15px;
    color: #960606;
}

.goair_cont .goair_cont_box p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
    width: 100%;
}

a {
    color: #5892af;
    text-decoration: none;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 10px;
}

.social .box {
    cursor: pointer;
}

.goair_cont_box .outer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 20px;
}
.goair_cont_box .top-seller{
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
}
.goair_cont_box  .yellow{
    background: #2b6d7d;
    color: white;
}
.goair_cont_box  .blue{
    background: #324c99;
    color: white;
}
.goair_cont_box .top-seller h4{
    font-size: 22px;
}
.goair_cont_box .top-seller p{
    font-size: 16px;
    line-height: 25px;
}
.goair_cont_box .blue p span{
    font-weight: 600;
    color: #ffd704;
    font-size: 20px;

}
.goair_cont_box .yellow p span{
    font-weight: 600;
}