.banner {
    width: 100%;
    height: 560px;
    overflow: hidden;
    background: url("/style/images/centerSchedule-banner2.jpg") no-repeat center center/100% auto;
    position: relative;
    text-align: center
}

.banner-box {
    width: 100%;
    padding: 33px 0 23px 0
}

.center-info {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 390px;
    color: #fff;
    right: 30px;
    top: 43px
}

.center-info h1 {
    line-height: 58px
}

.center-info p {
    font-family: fontMedium;
    font-size: 18px;
    color: #fff
}

.center-info .media-link {
    margin: auto;
    margin-top: 20px
}

.center-info .media-link img {
    width: 30px;
    height: 30px;
    margin: 0 8px
}
.partylink{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 110px;
    text-align: center;
}
.partylink a{
    color: #fff;
    font-size: 16px;
}
.partylink img{
    width: 14px;
    height: 15px;
    margin-top: 10px;
}

.localInfoBox{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 35px;
}
.localInfoBox .img{
    width: 548px;
    height: auto;
    margin-right: 64px;
}
.localInfoBox content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.localInfoBox h1{
    color: #E87411;
    font-size: 36px;
    text-align: center;
}
.localInfoBox p{
    margin-top: 45px;
    max-width: 585px;
    font-size: 16px;
    text-align: left;
    font-family: fontBook;

}
.localInfoBox a{
    align-self: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 585px;
    font-size: 14px;
    color: #005587;
    font-family: fontMedium;
    margin-top: 22px;

}
.localInfoBox a img{
    width: 15px;
    height: 9px;
    margin-right: 10px;
}

.Become-member-btn {
    background-image: url("/style/icon/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 260px center;
    background-size: 9px 18px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    margin-top: 20px;
    display: none
}

.class-schedule {
    position: relative;
    margin-top: 50px;
}

.class-schedule h2 {
    text-align: center;
    margin: 12px 0;
    line-height: 70px
}

.class-schedule .feedbackEnter {
    background-color: #009CBD;
    font-size: 16px;
    color: #fff;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    width: 70px;
    overflow: hidden;
    border-radius: 25px 0 0 25px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-family: fontMedium
}

.class-schedule .feedbackEnter img {
    width: 23px;
    height: auto;
    margin-right: 25px
}

.class-schedule .feedbackEnter:hover {
    width: 320px
}

.age-filter {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 80.7%
}

.age-filter .current {
    background-color: #E87411;
    color: #fff;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-family: fontMedium;
    border: 0
}

.age-filter li {
    width: 18%;
    cursor: pointer
}

.class-schedule-box {
    width: 93.75%;
    padding-top: 32px;
    margin: 0 auto;
    overflow: hidden
}

.class-schedule-box dl {
    width: 25%;
    line-height: 24px;
    color: #005587;
    font-size: 16px;
    display: block;
    position: relative
}

.class-schedule-box dt {
    font-family: fontBook;
    margin-bottom: 14px;
    text-align: center;
    background-color: #fff;
    padding-bottom: 22px;
    border-bottom: 1px solid #979797
}

.class-schedule-box dd {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 20px 40px 20px;
    border: 1px solid #979797;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    background-color: #fff
}

.class-schedule-box dd:hover .book-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.class-schedule-box dd:hover .info h3,.class-schedule-box dd:hover .info p {
    text-decoration: underline
}

.class-schedule-box dd:last-of-type:not(:first-of-type) {
    border-bottom: none
}

.class-schedule-box dd:last-of-type:not(:first-of-type) .description-box {
    top: unset;
    bottom: 175px
}

.class-schedule-box dd:last-of-type:not(:first-of-type) .description-box:before {
    top: unset;
    bottom: -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.class-schedule-box .description-btn {
    width: 27px;
    height: 10px;
    cursor: pointer;
    margin-bottom: 10px
}

.class-schedule-box .description-box {
    position: absolute;
    display: none;
    z-index: 2;
    top: 60px;
    left: 0;
    width: 240px;
    min-height: 22px;
    height: auto;
    background: #F9F9F9;
    padding: 15px 24px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5)
}

.class-schedule-box .description-box:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -14px;
    display: block;
    width: 0;
    height: 0;
    border: 15px solid #F9F9F9;
    border-left-color: transparent;
    border-top-color: transparent;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.class-schedule-box .description-box h3 {
    font-family: fontMedium;
    font-size: 16px;
    line-height: 20px
}

.class-schedule-box .description-box p {
    font-family: fontBook;
    font-size: 14px;
    line-height: 20px
}

.class-schedule-box .info h3 {
    font-family: fontMedium;
    font-size: 16px;
    line-height: 24px;
    min-height: 24px
}

.class-schedule-box .info p {
    font-family: fontBook;
    min-height: 24px
}

.class-schedule-box .book-btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    display: none;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: -1px;
    text-align: center
}

.class-schedule-box .book-btn-group button,.class-schedule-box .book-btn-group a {
    width: 50%;
    border-radius: 4px 4px 0 0;
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    font-family: fontMedium;
    border: none;
    margin: 0
}

.class-schedule-box .try-Preview-btn {
    background-color: #E87411;
    display: none
}

.class-schedule-box .reserve-class-btn {
    background-color: #005587;
    display: none
}

.our-stories {
    position: relative;
    padding-top: 40px;
    text-align: center
}

.our-stories h2 {
    font-size: 22px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 42px
}

.our-stories ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 39px
}

.our-stories li {
    width: 242px;
    text-align: center
}

.our-stories li img {
    width: auto;
    height: 90px;
    margin-bottom: 24px
}

.our-stories li p {
    text-align: left;
    border-top: 1px solid #979797;
    padding-top: 18px
}

.center-picture dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto
}

.center-picture .centerUplpadImg_1,.center-picture .centerUplpadImg_2,.center-picture .centerUplpadImg_3,.center-picture .centerUplpadImg_4 {
    width: 100%;
    height: 218px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto
}

.center-picture .centerUplpadImg_1,.center-picture .centerUplpadImg_3 {
    margin-bottom: 5%
}

.center-picture .centerUplpadImg_5 {
    width: 100%;
    height: 450px
}

.center-picture dt {
    width: 50%
}

.center-picture dd {
    width: 23%
}

.local-info-link {
    text-align: center;
    line-height: 40px;
    padding-top: 34px;
    padding-bottom: 67px
}

.local-info-link a {
    color: #005587;
    font-size: 22px;
    text-decoration: underline
}

.book-party {
    background-color: #F9F9F9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 96px;
    margin-top: 50px;
}

.book-party .content {
    width: 840px;
    height: 440px;
    text-align: center
}

.book-party h1,.book-party p {
    margin-left: auto;
    margin-right: auto;
    width: 360px;
    text-align: left
}

.book-party h1 {
    line-height: 55px;
    margin-top: 75px;
    margin-bottom: 20px;
    color: #E87411
}

.book-party p {
    line-height: 33px;
    color: #005587;
    margin-bottom: 50px
}

.book-party img {
    width: 650px;
    height: 440px
}


.swiper-container {
    position: relative
}

.swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-bottom: 1px solid #979797;
    padding-bottom: 14px
}

.swiper-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/style/icon/linelineline.png") repeat
}

.nextButton {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.swiper-button {
    width: 30px;
    height: 50px;
    background: #fff url("/style/icon/nextButton.png") no-repeat left center/9px 20px;
    cursor: pointer
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.PriceEntry {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #f1f1f1;
    width: 100%;
    z-index: 10;
    -webkit-box-shadow: 0 2px 4px 0 rgba(155,155,155,0.61);
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.61);
    border-radius: 4px 4px 0 0
}

.PriceEntry .view-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 69px
}

.PriceEntry .left,.PriceEntry .right {
    display: inline-block
}

.PriceEntry a {
    margin-left: 36px;
    display: block
}

.PriceEntry img {
    vertical-align: middle;
    width: 9px;
    height: auto;
    margin-left: 26px
}

.PriceEntry h3 {
    font-size: 16px;
    color: #005587;
    font-family: fontMedium;
    line-height: 18px
}

.PriceEntry p {
    font-size: 16px;
    line-height: 18px;
    color: #C8102E;
    font-family: fontMedium
}

.classPackageActivity {
    width: 93.75%;
    margin: 0 auto
}

.classPackageActivity h2 {
    text-align: center;
    margin: 12px 0;
    line-height: 70px
}

.classPackageActivity .presBox {
    background-color: #F9F9F9;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 41px 0 13px 0;
    margin-bottom: 43px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 4px 0 #40C1AC;
    box-shadow: 0 1px 4px 0 #40C1AC;
}

.presBox .badge {
    position: absolute;
    top: -26px;
    left: -8px;
    width: 180px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: fontMedium;
    text-align: center;
    line-height: 26px;
    background: url("/style/icon/SpecialOffericon.png") no-repeat left top/100% 100%
}

.presBox .left {
    text-align: center;
    position: relative;
}

.presBox .left .classTime {
    color: #40C1AC;
    font-size: 26px;
    font-family: fontMedium;
    line-height: 46px
}

.presBox .left .des-4 {
    color: #40C1AC
}

.presBox .left .price {
    color: #E87411;
    font-size: 40px;
    font-family: fontMedium;
    line-height: 46px
}

.presBox .left .relclassTime {
    position: absolute;
    top: -30px;
    left: 16px;
    color: #C8102E;
    line-height: 46px;
    font-size: 29px;
    font-family: fontMedium;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    display: inline-block
}

.presBox .left .lineation {
    position: absolute;
    width: 19px;
    height: 25px;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.presBox .center p span {
    display: block;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.presBox .right {
    width: 386px
}

.presBox .right p {
    font-size: 12px;
    line-height: 14px;
    min-height: 42px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.classPackageActivity .SalesImgTitle {
    text-align: center;
    color: #7B838A;
    font-size: 32px;
    margin-top: 37px;
    font-family: fontBook
}

.classPackageActivity .SalesTypeImgBox {
    width: 100%
}

.classPackageActivity .SalesTypeImgBox li {
    position: relative;
    padding-right: 43%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.classPackageActivity .SalesTypeImgBox .videoBox {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    width: 42%;
    height: 96%;
    background-color: #000;
    border-radius: 5px;
    overflow: hidden
}

.classPackageActivity .SalesTypeImgBox iframe {
    width: 100%;
    height: 100%
}

.classPackageActivity .SalesTypeImgBox img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    margin-bottom: 43px
}

.classPackageActivity .presBox2 {
    background-color: #F9F9F9;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 2px 0;
    margin-bottom: 43px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 4px 0 #eaeaea;
    box-shadow: 0 1px 4px 0 #eaeaea;
}

.presBox2 .badge {
    position: absolute;
    top: -26px;
    left: -8px;
    width: 180px;
    height: 40px;
    color: #fff;
    font-size: 14px;
    font-family: fontMedium;
    text-align: center;
    line-height: 26px;
    background: url("/style/icon/SpecialOffericon.png") no-repeat left top/100% 100%
}

.presBox2 .left {
    text-align: center;
    position: relative;
	width: 40%;
    padding-bottom: 30px;
}

.presBox2 .left .classTime {
    color: #E87411;
    font-size: 26px;
    font-family: fontMedium;
    line-height: 46px
}

.presBox2 .left .memberTitle {
    color: #E87411;
    font-size: 26px;
    font-family: fontMedium;
    line-height: 46px;
}

.presBox2 .left .des-4 {
    color: #40C1AC
}

.presBox2 .left .price {
    color: #005587;
    font-size: 40px;
    font-family: fontMedium;
    line-height: 46px;
	margin-top: 30px;
    margin-bottom: 30px;
}

.presBox2 .left .longprice {
    color: #979797;
    font-size: 26px;
    font-family: fontMedium;
    line-height: 46px;
	margin-top: 30px;
    margin-bottom: 30px;

}

.presBox2 .left .relclassTime {
    position: absolute;
    top: -30px;
    left: 158px;
    color: #C8102E;
    line-height: 46px;
    font-size: 29px;
    font-family: fontMedium;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    display: inline-block
}

.presBox2 .left .lineation {
    position: absolute;
    width: 36px;
    height: 15px;
    top: 16px;
    left: 143px;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg)
}

.presBox2 .left .nameli{
	margin-left: 20%;
}

.presBox2 .left p span {
	text-align: left;
    display: block;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.presBox2 .center {
    width: 30%;
	/*margin-top: 50px;*/
}

.presBox2 .center p {
    font-size: 12px;
    line-height: 14px;
    min-height: 42px;
    margin: 30px 40px 10px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}

.presBox2 .right {
    width: 340px;
    align-self: flex-end;
}
.presBox2 .right img{
    height: auto;
    width: 90%;
}


.sum-special-Offer .presBox {
    background-color: #fff;
    padding: 41px 0
}

.sum-special-Offer .SummerClassPass {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
}

.ActivityNobuy {
    width: 100%;
    margin: 0 auto
}

.ActivityNobuy .SalesTypeImgBox {
    width: 100%
}

.ActivityNobuy .SalesTypeImgBox li {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ActivityNobuy .SalesTypeImgBox img {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
    margin-bottom: 0px
}



/*临时促销活动*/
.promos_new1{
    width: 100%;
    position: relative;
    text-align: center;
}
.promos_new1 img{
    width: auto;
    height: auto;
    max-width: 100%;
    cursor: pointer;
}


.ActivityNobuyNoSales{
	margin: 10px 0px;
}
.popup-module{
	position: fixed;
    top: 20px;
    max-width: 1280px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
	z-index: 999;
	overflow: auto;
    height: 90%;
	display:none;
}
.popup-module .module_c{
	background-color: #fff;
	margin: 0px 5%;
    box-shadow: 0 2px 4px 0 rgb(155 155 155 / 61%);
}
.popup-module .module_c .head-01{
	background-color: #F1BE48;
	padding-bottom: 20px;
}
.popup-module .head-01 .colse{
	width: 100%;
    display: flex;
    justify-content: flex-end;
	cursor: pointer;
}

.popup-module .head-01 .colse img{
	width: 25px;
    margin: 20px;
	margin-right: 30px;
}
.popup-module .module_c .head-01{
	width: 100%;
}
.popup-module .module_c .head-01 h2{
	color: #005587;
    text-align: center;
    margin: 10px auto;
	font-weight: bold;
	font-size: 32px;
}
.popup-module .head-01 .con01{
	background-color: #005587;
    color: #fff;
}
.popup-module .head-01 .bg-info{
	background: url(/style/images/sales/rectangle.png) no-repeat;
    background-size: contain;
    background-position: center;
    height: 38px;
    line-height: 38px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 20px auto;
	font-size: 22px;
}
.popup-module .module_container {
	margin: 40px 70px;
	padding-bottom: 50px;
}
.popup-module .module_container .title01{
	color: #E87411;
    font-family: 'fontMedium';
    font-size: 25px;
    margin: 5px 0px;
}
.popup-module .module_container .title02{
	color: #005687;
    font-family: 'fontMedium';
    font-size: 22px;
    margin: 5px 0px;
}

.popup-module .module_container .enroll-btn{
	margin: 20px;
    margin-left: 0px;
}
.popup-module .module_container .enroll-btn2{
	margin: 20px;
    text-align: center;
}

.popup-module .module_container .info-02{
    line-height: 30px;
    margin: 10px 0px;
}
.popup-module .module_container .info-02 .con01{
    color: #E87411;
    font-family: 'fontMedium';
    font-size: 17px;
}
.popup-module .module_container .info-02 .con02{
	font-size: 17px;
}
.popup-module .module_container .info-02 .con03{
	 color: #005687;
    font-family: 'fontMedium';
}