.bg {
    height:230px;
    text-align: center;
    line-height: 600px;
 }
.bg-blur {
    float: left;
    width: 100%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
 }
.aui-navBar-item{
    color: #fff;
    position: absolute;
    z-index: 9999;
    left: 10px;
    top:10px;
}
.priceYear{
    font-size: 12px;
}
.study-head{
    position: relative;

}
.study-left{
    position:absolute;
    width: 70%;
    z-index: 1;
}
.study-right{
    position:absolute;
    width: 30%;
    z-index: 1;
    right:10px;
    top:20px;
}
.study-right img{
    border-radius: 5%;
    box-shadow:4px 4px 3px rgba(20%,20%,40%,0.3);
    width: 120px;

}
.study-left-w{
    
    position:absolute;
   top: 30px;
   left: 15px;
}

.study-left h2{
    font-size: 19px;
    line-height: 42px;
    color:#000;
}
.study-left h3{
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    border-radius:10px;
    padding: 1px 8px 2px;
    color:#f7f7f7;
    width: 140px;
}
.study-left h4{

    width: 220px;
    line-height: 28px;
    font-weight: 300;
    font-size: 12px;
    color:#000;
}

.study-body{
    position: relative;
    top:20px;
    left:10px;
}
.study-body h6{
    font-size: 14px;
    font-weight: 300;
}
.study-body .num{
    font-size: 18px;
    font-weight: 900;
    color: #5A5A5A;
}
.study-list{
    clear: both;
    box-shadow: 5px 2px 10px #dcdcdc;
    display: block;
    position: relative;
    width: 96%;
    height:115px;
    margin: 20px 0px;
}
.study-list-cnt{
    position: relative;
    width:63%;
    padding-left: 8px;
    top: 20px;
    border-left:5px solid #F5A623; 
}
.arrRight{
    position: absolute;
    right: 7px;
    top:24px;
    width: 14px;
}
.study-list-cnt h3{
	font-size:18px;
    font-weight: 900;
    color: #000;
    line-height:22px;
}
.study-list-cnt h4{
    font-weight: 500;
    font-size: 12px;
    color: #878787;
}
.study-footer{
    position: fixed;
    bottom: 0px;
    width: 100%;
    background: #f3f3f3;
}
.study-footer button{
    float: left;
}
.study-footer .btn-lg-m{
    width:100%;
    background: #EBEEEF;
    color: #191919;
    border: none;
    height: 50px;
}
.study-footer .btn-lg-m-line{
    width:100%;
    background: #15A33B;
    color: #fff;
    border: none;
    height: 50px;
}
.label-line img{
    position: relative;
    top: 2px;
    width:80px;
}
.study-footer .btn-lg-y{
    width: 60%;
    background: #ff5a2c;
    color: #fff;
    border: none;
    height: 42px;
}
.bft{
    font-size: 20px;
}
.rightBtn{
    position: absolute;
    right: 3px;
    top:36px;
}
.rightBtn a{
    float: left;
}
.rightBtn img{
    position: relative;
    top:6px;
}
.btn-xs{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #F5A623;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #F5A623;
}
.btn-xs-full{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding: 3px 8px;
    background: #F5A623;
    border: 1px solid #F5A623;
}

.tab-nav {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}

.tab-nav:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D9D9D9;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.tab-nav-item {
    height: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: 0.9rem;
    display: block;
    float: left;
    width: 50%;
}

.tab-nav-item.tab-active {
    /* background-color: #51bd03; */
}

.tab-nav-item.tab-active a {
    color: #F5A623;
}

.tab-nav-item a {
    display: inherit;
    font-size: 0.85rem;
    color: #666;
}

.tab-panel {
    position: relative;
    /*overflow: hidden;*/
    padding:1rem 0;
	
}

.tab-panel .tab-panel-item {
	overflow-x: hidden;

    width: 100%;
    position: fixed;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-nav-item.tab-active:before {
    content: '';
    width: 30%;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15%;
    z-index: 4;
    background-color: #F5A623;
    border: 1px solid #F5A623;
    border-radius: 5px;
}

.tab-panel .tab-panel-item.tab-active ~ .tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-panel-item .aui-campus-list{
    width:92%;
    margin:0 auto 1rem;
    box-shadow: 0 3px 9px #dcdcdc;
}
.pr-ct h5{
    float: left;
}
.price-m{
    width: 46%;
    margin-right:4%;
    font-size: 16px;
    font-weight: 900;

    color: #f5a623;
    padding: 2px;
    border-radius: 3px;
}
.price-y{  
    width: 49%;
    font-size: 16px;
    font-weight: 900;

    color: #ff5a2c;
    padding: 2px;
    border-radius: 3px;
}
