/*   banner*/
.bannerSth {
    background-image: url('../images/earlyRehabilitation/banner.png');
    background-size: cover;
    height: 553px;
    background-position: -250px 0;
}
#banner {
    position: relative;
}

.banner-content .title {
    position: absolute;
    left: 48px;
    top: 60px;
    font-size: 46px;
    color: #FFFFFF;
}
.banner-content .subtitle {
    position: absolute;
    left: 48px;
    top: 140px;
    font-size: 32px;
    color: #FFFFFF;
}
/*   banner------------------------------------------------end*/

/*   tab*/
.tab {
    width: 100%;
    border-bottom: 1px solid #CCCCCC;
}
.tab .tablist {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.tab .tablist>li {
    cursor: pointer;
}
.tablist li .hoverStatus {
    position: absolute;
    bottom: -5px;
    left: 20px;
    width: calc(1160px / 9 - 40px);
    width: -webkit-calc(1160px / 9 - 40px);
    width: -moz-calc(1160px / 9 - 40px);
    height: 5px;
    background: #8BD139;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.tablist li .up {
    bottom: 0;
}
.tablist  .selected {
    color: #8CD039;
}
.tablist li {
    float: left;
    width: calc(1160px / 9 );
    width: -webkit-calc(1160px / 9 );
    width: -moz-calc(1160px / 9 );
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
    position: relative;
    overflow: hidden;
}
.tabContent {
    display: none;
}
#cognition {
    display: block;
}
/*   tab------------------------------------------------end*/
.cognition-content {overflow: hidden;}
.cognition-content div {display: inline-block;vertical-align: top}
.cognition-content .circle {
    width: 522px;
    height: 540px;
    margin-top: 30px;
}
.circle img {display: block}
.circle .interactive {position: absolute;left: 136px;top: 30px}
.circle .tablet {position: absolute;left: 340px;top: 208px}
.circle .scenes {position: absolute;left: 160px;top: 329px}
.circle .one {position: absolute;left: 45px;top: 210px}

.cognition-content .text {width: 474px;margin-top: 88px}
.cognition-content .text .title {font: 24px bold;color: #333333;margin-bottom: 20px}
.cognition-content .text .content {font-size: 20px;color: #333333}
.cognition-content .jump {margin-top: 144px}
.cognition-content .jump li {
    width: 154px;
    height: 64px;
    font-size: 20px;
    text-align: center;
    line-height: 64px;
    margin-bottom: 74px;
    border-radius: 6px;
}
.cognition-content .jump li>a {color: #FFFFFF}
.cognition-content .jump .tosee {background-color: #8AD228}
.cognition-content .jump .tobuy {background-color: RGBA(253, 114, 34, 1.00)}



