/*自定义样式*/
.australia-bg-top {
    width: 100%;
    height: auto;
    max-height: 320px;
    background-image: url('https://snail-factory.oss-cn-beijing.aliyuncs.com/ouye/img/australia_bg_top.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 400;
    color: #FFFFFF;
}

@media screen and (min-width: 1200px) {
    .australia-bg-top {
        height: 320px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .australia-bg-top {
        height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .australia-bg-top {
        max-height: 240px;
    }
}

.australia-content-container {
    width: 100%;
}

.school-rank-australia {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: auto;
    padding-top: 68px;
}

.school-rank-australia .title {
    font-size: 24px;
    color: #3A3A3A;
    font-weight: bold;
    margin: auto;
    padding-bottom: 12px;
}

.school-rank-australia .line {
    height: 4px;
    width: 32px;
    margin: auto;
    background: #F08619;
    text-align: center;
}

.school-rank-australia td {
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
}

.school-intro-australia {
    background: #F6F7FA;
    width: 100%;
    padding-bottom: 32px;
    padding-top: 68px;
}

.school-intro-title {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: auto;
}

.school-intro-title .title {
    font-size: 24px;
    color: #3A3A3A;
    font-weight: bold;
    margin: auto;
    padding-bottom: 12px;
}

.school-intro-title .line {
    height: 4px;
    width: 32px;
    margin: auto;
    background: #F08619;
    text-align: center;
}

.school-intro-content {
    width: 100%;
    max-width: 1200px;
    padding-top: 16px;
    height: auto;
    margin: auto;
}

.school-intro-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: auto;
    text-align: center;
    justify-content: space-between;
}

.school-intro-name .divider {
    display: inline-block;
    width: 43%;
    border-top: 1px solid #F08619;
}

.school-intro-name .name {
    color: #F08619;
    vertical-align: -4px;
    font-size: 16px;
}

.school-intro-text {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}

.school-intro-text img {
    max-width: 20%;
    max-height: 200px;
}

.school-cost-australia {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: auto;
    padding-top: 68px;
}

.school-cost-australia .title {
    font-size: 24px;
    color: #3A3A3A;
    font-weight: bold;
    margin: auto;
    padding-bottom: 12px;
}

.school-cost-australia .line {
    height: 4px;
    width: 32px;
    margin: auto;
    background: #F08619;
    text-align: center;
}

.school-intro-offer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    height: inherit;
    margin: auto;
    padding-top: 68px;
    padding-bottom: 32px;
}

.school-intro-offer .title {
    font-size: 24px;
    color: #3A3A3A;
    font-weight: bold;
    margin: auto;
    padding-bottom: 12px;
}

.school-intro-offer .line {
    height: 4px;
    width: 32px;
    margin: auto;
    background: #F08619;
    text-align: center;
}

.swiper {
    margin-top: 32px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    border: 1px solid #F08619;
}

@media (max-width: 760px) {
    .swiper-button-next {
        right: 20px;
        transform: rotate(90deg);
    }

    .swiper-button-prev {
        left: 20px;
        transform: rotate(90deg);
    }
}

.col-xs-3 {
    position: fixed;
    right: 10px;
    top: 40%;
    z-index: 999;
    text-align: center;
}

.col-xs-3 ul.nav-tabs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
}

.col-xs-3 ul.nav-tabs li {
    margin: 0;
    border-top: 1px solid #ddd;
}

.col-xs-3 ul.nav-tabs li:first-child {
    border-top: none;
}

.col-xs-3 ul.nav-tabs li a {
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: #F08619;
}

.col-xs-3 ul.nav-tabs li a:hover {
    margin: 0;
    padding: 8px 16px;
    border-radius: 0;
    color: white;
    background: #F08619;
}

ul.nav-tabs.affix {
    top: 1px;
}

.col-xs-3 ul.nav-tabs li:first-child a {
    border-radius: 4px 4px 0 0;
}

.col-xs-3 ul.nav-tabs li:last-child a {
    border-radius: 0 0 4px 4px;
}

.col-xs-3 ul.nav-tabs.affix {
    top: 30px;
}



