.banner {
    width: 100%;
    height: 34.3125rem;
    background: url("/style/images/centerSchedule-banner-mobile.png") no-repeat -10.625rem center/auto 100%;
    position: relative;
    text-align: center
}

.banner-box {
    width: 100%;
    background-color: rgba(234,234,234,0.6);
    padding: 4.625rem 1.25rem 1.125rem 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.center-info {
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.center-info h1 {
    color: #E87411;
    line-height: 2.125rem
}

.center-info p {
    line-height: 1.375rem;
    color: #7B838A
}

.center-info .media-link {
    margin: 0 auto;
    margin-top: 1.0rem;
    height: 30px
}

.center-info .media-link img {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.5rem
}

.partylink{
    position: absolute;
    bottom: 0.3125rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 6.25rem;
    text-align: center;
}
.partylink a{
    color: #fff;
    font-size: 0.875rem;
}
.partylink img{
    width: 0.875rem;
    height: 0.9375rem;
    margin-top: 0.1875rem;
}

.localInfoBox{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding-top: 1.75rem;
    padding-bottom: 1.25rem;
}
.localInfoBox .img{
    display: none;
    width: 100%;
    height: auto;
    margin-right: 0;
}
.localInfoBox content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.localInfoBox h1{
    color: #E87411;
    font-size: 1.125rem;
    text-align: center;
}
.localInfoBox p{
    margin-top: 0.6875rem;
    max-width: 18.6875rem;
    font-size: 0.875rem;
    text-align: left;
    font-family: fontBook;

}
.localInfoBox a{
    align-self: flex-start;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 18.6875rem;
    font-size: 14px;
    color: #005587;
    font-family: fontMedium;
    margin-top: 22px;

}
.localInfoBox a img{
    width: 15px;
    height: 9px;
    margin-right: 10px;
}

.Become-member-btn {
    position: fixed;
    left: 0.5rem;
    top: 4.625rem;
    background-image: url("/style/icon/right-arrow.png");
    background-repeat: no-repeat;
    background-position: 10.0rem center;
    background-size: auto 0.875rem;
    z-index: 12;
    display: none
}

.class-schedule {
    /*background-color: #fff;*/
    position: relative;
    /*padding-top: 80px*/
}

.class-schedule h2 {
    text-align: center;
    line-height: 1.5rem;
    /*background-color: #fff;*/
    padding-top: 1.375rem;
    padding-bottom: 1.125rem
}

.class-schedule .feedbackEnter {
    background-color: #009CBD;
    font-size: 16px;
    color: #fff;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 0;
    width: 320px;
    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
}

.age-filter {
    line-height: 2.5rem;
    border-radius: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #005587;
    margin: 0 1.0rem;
    padding: 0 1.25rem;
    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: 1.25rem;
}

.age-filter .select {
    color: #EF7522;
    font-family: fontMedium
}

.age-filter li {
    cursor: pointer
}

.class-schedule-box {
    width: 100%;
    overflow: hidden;
    position: relative
}

.class-schedule-box dl {
    width: 100%;
    background-color: #EAEAEA;
    padding-bottom: 1rem
}

.class-schedule-box dt {
    font-family: fontMedium;
    width: 100%;
    line-height: 1.5rem;
    padding-bottom: 0.625rem;
    padding-top: 1.25rem;
    text-align: center;
    color: #EF7522;
    background-color: #fff
}

.class-schedule-box dd {
    background-color: #fff;
    border-radius: 0.25rem;
    -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);
    margin: 0 1.0rem;
    margin-bottom: 0.625rem;
    padding: 1.375rem 1.25rem 1.375rem 1.625rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.class-schedule-box dd:first-of-type {
    margin-top: 1.0rem
}

.class-schedule-box .description-btn {
    line-height: 0.625rem;
    cursor: pointer;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.375rem;
    margin-top: 1.0rem
}

.class-schedule-box .description-btn:before {
    content: '';
    position: absolute;
    opacity: .6;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
    width: 0.875rem;
    height: 0.625rem;
    background: url("/style/icon/read-more.png") no-repeat center center/auto 100%
}

.class-schedule-box .description-btn.expand:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.class-schedule-box .description-box {
    display: none;
    padding-top: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.class-schedule-box .info h3 {
    line-height: 1.125rem;
    color: #005587
}

.class-schedule-box .info p {
    line-height: 1.125rem;
    color: #787878
}

.class-schedule-box .book-btn-group {
    font-family: fontMedium;
    position: absolute;
    width: 10.0rem;
    top: 1.5rem;
    right: 1.25rem
}

.class-schedule-box .try-Preview-btn {
    color: #EF7522;
    margin-bottom: 0.625rem;
    display: none
}

.class-schedule-box .reserve-class-btn {
    display: none
}

.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
}

.nextButton {
    height: 2.5rem;
    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.625rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2
}

.swiper-button {
    width: 2.875rem;
    height: 2.5rem;
    background: #fff url("/style/icon/nextButton.png") no-repeat center center/0.5625rem 1.25rem;
    cursor: pointer
}

.swiper-button-next {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.our-stories {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 1.875rem 0 2.25rem 0
}

.our-stories h2 {
    text-align: center;
    line-height: 1.375rem;
    margin-bottom: 1.625rem
}

.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: 2.5rem
}

.our-stories li {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3.125rem
}

.our-stories li img {
    width: auto;
    height: 5.625rem;
    margin-bottom: 0.625rem
}

.our-stories li p {
    text-align: left;
    line-height: 1.25rem;
    color: #787878
}

.swiper-pagination {
    width: 100%;
    text-align: center
}

.swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #7B838A;
    display: inline-block;
    margin: 0 0.25rem
}

.swiper-pagination-bullet-active {
    background-color: #EF7522
}

.center-picture {
    width: 100%;
    padding: 0 2.0rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 1.125rem
}

.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;
    margin-bottom: 2.25rem
}

.center-picture dd {
    width: 100%;
    text-align: center
}

.center-picture dd img {
    width: 19.375rem;
    height: auto;
    display: block
}

.swiper-container-centerPicture-mobile {
    width: 19.375rem;
    margin: 0 auto;
    overflow: hidden
}

.local-info-link {
    text-align: center;
    line-height: 2.75rem;
    padding-bottom: 2.6875rem;
    background-color: #fff
}

.local-info-link a {
    color: #005587;
    display: inline-block
}

.local-info-link img {
    height: 0.5rem;
    width: auto;
    margin-left: 0.5rem;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.book-party {
    background-color: #F9F9F9
}

.book-party .content {
    width: 100%;
    padding: 3.125rem 2.5rem 2.625rem 2.5rem;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.book-party h1,.book-party p {
    margin-left: auto;
    margin-right: auto
}

.book-party h1 {
    line-height: 2.25rem;
    margin-bottom: 1.25rem;
    color: #E87411
}

.book-party p {
    line-height: 1.5rem;
    color: #005587;
    margin-bottom: 1.875rem
}

.book-party img {
    width: 100%;
    height: auto
}

.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: 55px;
    padding: 8px 16px
}

.PriceEntry .left,.PriceEntry .right {
    display: inline-block
}

.PriceEntry a {
    margin-left: 20px;
    display: block;
    padding: 0px 10px
}

.PriceEntry img {
    vertical-align: middle;
    width: 9px;
    height: auto;
    margin-left: 16px
}

.PriceEntry h3 {
    font-size: .875rem;
    color: #005587;
    font-family: fontMedium;
    line-height: .875rem
}

.PriceEntry h3 span {
    font-size: .75rem;
    line-height: .875rem;
    color: #7B838A;
    font-family: fontBook
}

.PriceEntry p {
    font-size: .75rem;
    line-height: .875rem;
    color: #C8102E;
    font-family: fontMedium
}

.classPackageActivity {
    background-color: #fff;
    padding: 1.25rem 0;
}

.classPackageActivity h2 {
    text-align: center;
    line-height: 1.5rem;
    background-color: #fff;
    padding-top: 1.375rem;
    padding-bottom: 2.125rem
}

.classPackageActivity .presBox {
    margin: 0 1rem 3rem 1rem;
    background-color: #F9F9F9;
    position: relative;
    border-radius: 4px;
    padding: 0.6875rem 1.1875rem 1.1875rem 2.1875rem;
    -webkit-box-shadow: 0 1px 4px 0 #40C1AC;
    box-shadow: 0 1px 4px 0 #40C1AC
}

.classPackageActivity .presBox:last-of-type {
    margin-bottom: 0
}

.presBox .badge {
    position: absolute;
    top: -1.625rem;
    left: -0.48rem;
    width: 11.25rem;
    height: 2.5rem;
    color: #fff;
    font-size: .875rem;
    font-family: fontMedium;
    text-align: center;
    line-height: 1.625rem;
    background: url("/style/icon/SpecialOffericon.png") no-repeat left top/100% 100%
}

.presBox .left {
    position: relative
}

.presBox .left .classTime {
    color: #40C1AC;
    font-size: .875rem;
    font-family: fontMedium;
    line-height: 2.25rem
}

.presBox .left .price {
    color: #E87411;
    font-size: 1.875rem;
    font-family: fontMedium;
    line-height: 36px
}

.presBox .left .des-4 {
    color: #40C1AC
}

.presBox .left .relclassTime {
    position: absolute;
    top: -1.25rem;
    left: 0.375rem;
    color: #C8102E;
    line-height: 46px;
    font-size: 1.125rem;
    font-family: fontMedium;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    display: inline-block
}

.presBox .left .lineation {
    position: absolute;
    width: 0.8125rem;
    height: 1.0rem;
    left: -4px;
    top: 10px;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.presBox .center {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.625rem
}

.presBox .center p {
    width: 60%;
    display: block
}

.presBox .center p span {
    display: block;
    font-size: .625rem;
    line-height: 0.875rem
}

.presBox .right {
    width: 100%;
    margin-top: 0.75rem
}

.presBox .right p {
    font-size: .625rem;
    line-height: 0.75rem;
    min-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.presBox .right p:hover {
    height: auto;
    overflow: auto;
    display: block
}


.classPackageActivity .presBox2 {
    margin: 0 1rem 3rem 1rem;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
    padding: 2rem 0 0 0;
    -webkit-box-shadow: 0 1px 4px 0 #eaeaea;
    box-shadow: 0 1px 4px 0 #eaeaea;
}

.classPackageActivity .presBox2:last-of-type {
    margin-bottom: 0
}

.presBox2 .badge {
    position: absolute;
    top: -1.625rem;
    left: -0.48rem;
    width: 11.25rem;
    height: 2.5rem;
    color: #fff;
    font-size: .875rem;
    font-family: fontMedium;
    text-align: center;
    line-height: 1.625rem;
    background: url("/style/icon/SpecialOffericon.png") no-repeat left top/100% 100%
}

.presBox2 .left {
    position: relative;
	text-align: center;
}

.presBox2 .left .classTime {
    color: #E87411;
    font-size: 1.375rem;
    font-family: fontMedium;
    line-height: 2.25rem;
	padding: 20px;
}

.presBox2 .left .memberTitle {
    color: #E87411;
    font-size: 1.375rem;
    font-family: fontMedium;
    line-height: 2.25rem;
	margin-left: 1.5rem;
	padding: 20px;
	word-wrap: break-word;
    word-break: break-word;
}

.presBox2 .left .longprice {
    color: #979797;
    font-size: 1.875rem;
    font-family: fontMedium;
    line-height: 36px;
	margin: 20px;
}

.presBox2 .left .price {
    color: #005587;
    font-size: 1.875rem;
    font-family: fontMedium;
    line-height: 36px;
	margin: 20px;
}

.presBox2 .left .des-4 {
    color: #40C1AC
}

.presBox2 .left .relclassTime {
    position: absolute;
    top: -0.6rem;
    left: 7.375rem;
    color: #C8102E;
    line-height: 46px;
    font-size: 1.125rem;
    font-family: fontMedium;
    -webkit-transform: rotate(-9deg);
    transform: rotate(-9deg);
    display: inline-block
}

.presBox2 .left .lineation {
    position: absolute;
   width: 2.25rem;
    height: 0.875rem;
    left: 90px;
    top: 33px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.presBox2 .center {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.625rem;
}

.presBox2 .center p {
    width: 100%;
    display: block;
    margin-bottom: 2.5rem;
    margin-top: 1.5rem;
    margin-left: 1.5rem;
	margin-right: 1.5rem;
	font-size: .625rem;
    line-height: 1.05rem;
    min-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.presBox2 .nameli {
	position: relative;
    text-align: center;
}
	
.presBox2 .nameli p {
	text-align: left;
    width: 100%;
    display: block;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    margin-left: 2.5rem;
}

.presBox2 .nameli p span {
    display: block;
    font-size: .625rem;
    line-height: 1.275rem;
}

.presBox2 .nameli button{
	margin-top: 1.5rem;
}

.presBox2 .right {
    width: 100%;
    /*margin-top: 0.75rem*/
}
.presBox2 .right img{
    width: 60%;
    margin:auto;
    display: block;
}

.presBox2 .right p {
    font-size: .625rem;
    line-height: 1.05rem;
    min-height: 2.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.presBox2 .right p:hover {
    height: auto;
    overflow: auto;
    display: block
}

.classPackageActivity .SalesImgTitle {
    text-align: center;
    color: #7B838A;
    font-size: 1.125rem;
    margin-top: 1.25rem;
    font-family: fontBook
}

.classPackageActivity .SalesTypeImgBox {
    margin: .5rem 1rem 1rem 1rem
}

.classPackageActivity .SalesTypeImgBox li {
    margin-bottom: 1rem;
    margin-top: .5rem
}

.classPackageActivity .SalesTypeImgBox .videoBox {
    width: 100%;
    height: 12.5rem;
    margin-bottom: 0.625rem;
    background-color: #000;
    border-radius: 0.3125rem;
    overflow: hidden
}

.classPackageActivity .SalesTypeImgBox iframe {
    width: 100%;
    height: 100%
}

.classPackageActivity .SalesTypeImgBox img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem
}

.sum-special-Offer h2 {
    width: 16.625rem;
    margin-left: auto;
    margin-right: auto
}

.sum-special-Offer .presBox {
    background-color: #fff;
    padding-bottom: 1.875rem;
    padding-top: 1.875rem
}

.sum-special-Offer .SummerClassPass {
    position: absolute;
    width: 5.0rem;
    height: 5.0rem;
    top: -2px;
    left: 0
}

/*促销活动*/
.promos_new1{
    width: 100%;
    position: relative;
}
.promos_new1 a{
    display: block;
    width: 100%;
    height: 4.375rem;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.promos_new1 .popBtn{
    width: auto;
    height: auto;
    max-width: 100%;
    z-index: 0;
}

.promos_new1 .close{
    display: none;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: ;
    width: auto;
    max-width: 100%;
    height: auto;
    z-index: 2;
}

.ActivityNobuy {
    background-color: #fff;
}

.ActivityNobuy .SalesTypeImgBox {

}

.ActivityNobuy .SalesTypeImgBox li {

}


.ActivityNobuy .SalesTypeImgBox img {
    width: 100%;
    height: auto;
    display: block;
}

.ActivityNobuyNoSales{
	margin: 10px 0px;
}
.popup-module{
	position: fixed;
    top: 60px;
    width: 100%;
    margin: 0 auto;
	z-index: 999;
	overflow: auto;
    height: 80%;
	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: 15px;
    margin: 10px;
}
.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;
}
.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: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 5px auto;
	font-size: 18px;
}
.popup-module .module_container {
	padding: 50px 20px;
}
.popup-module .module_container .title01{
	color: #E87411;
    font-family: 'fontMedium';
    font-size: 16px;
    margin: 5px 0px;
}
.popup-module .module_container .title02{
	color: #005687;
    font-family: 'fontMedium';
    font-size: 15px;
    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: 25px;
    margin: 10px 0px;
}
.popup-module .module_container .info-02 .con01{
    color: #E87411;
    font-family: 'fontMedium';
    font-size: 14px;
}
.popup-module .module_container .info-02 .con02{
	font-size: 14px;
}
.popup-module .module_container .info-02 .con03{
	 color: #005687;
    font-family: 'fontMedium';
}
