.banner {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative
}

.headVideo {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: auto;
    width: 100%
}

.headVideoMask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(100,100,100,0.1)
}

.banner-content {
    position: absolute;
    left: 131px;
    top: 131px
}

.banner-content h1 {
    color: #fff;
    line-height: 55px;
    margin-bottom: 26px
}

.banner-content a {
    -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-bottom: 26px
}

.banner-content .play-video {
    width: 290px;
    text-align: center
}

.banner-content .play-video img {
    width: 40px;
    height: 40px;
    margin-right: 6px
}

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 666;
    display: none
}

.close {
    display: none
}

.maskVideo {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none
}

.buyBubblesBtn {
    position: fixed;
    right: 10px;
	display: flex;
    flex-direction: row-reverse;
    bottom: 10px;
    z-index: 10;
    text-align: right;
}

.buyBubblesBtn img {
    height: 20rem;
    width: auto;
}

.why-us {
    text-align: center
}

.why-us h2 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 36px
}

.why-us ul {
    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
}

.why-us li {
    position: relative;
    width: 32%;
    text-align: left;
    padding-left: 88px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.why-us li img {
    position: absolute;
    left: 0;
    top: -20px;
    width: 72px;
    height: 72px
}

.why-us li h3 {
    line-height: 33px;
    margin-bottom: 12px
}

.why-us li p {
    color: #7E7E7E;
    line-height: 24px
}

.why-us .read-more {
    margin: 36px auto 45px auto;
    display: inline-block;
    text-align: center;
    color: #005587;
    font-family: fontMedium
}

.why-us .read-more img {
    height: 7px;
    width: auto;
    margin-right: 6px
}



.ourStories_new{
    padding-left: 56px;
    display: none;
}
.ourStories_new h2{
    text-align: center;
    margin-top: 45px;
    margin-bottom: 38px;
}
.ourStories_new content{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.ourStories_new content p{
    margin-right: 30px;
}
.ourStories_new content p span{
    color: #009CBD;
    font-family: fontMedium;
}

.ourStories_new .read-more {
    margin: 36px auto 45px auto;
    display: block;
    text-align: left;
    color: #005587;
    font-family: fontMedium
}
.ourStories_new .read-more img {
    height: 7px;
    width: auto;
    margin-right: 6px
}
.newImg{
    text-align: center;
    margin-bottom: 26px;
    opacity: 0
}
.newImg img{
    width: auto;
    height: auto;

}

.learn-class {
    background-color: #F9F9F9;
    padding: 80px 80px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.learn-class .title {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
}
.learn-class .title img{
    position: absolute;
    bottom: 12px;
    height: 60px;
    width: auto;
    margin-left: 10px;
}

.learn-class .description {
    width: 79%;
    line-height: 24px;
    margin: 0 auto 33px auto
}

.learn-class li {
    border-top: 1px solid #979797;
    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: center;
    -ms-flex-align: center;
    align-items: center
}

.learn-class li h3 {
    line-height: 30px;
    color: #7B838A;
    margin-bottom: 31px
}

.learn-class li p {
    margin-bottom: 26px
}

.learn-class li a {
    background-color: transparent
}

.learn-class .content {
    width: 350px
}

.learn-class li:nth-child(1) .content {
    padding-top: 20px;
    padding-bottom: 40px
}

.learn-class li:nth-child(1) img {
    height: 264px;
    width: auto;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.learn-class li:nth-child(2) .content {
    padding-top: 47px;
    padding-bottom: 26px
}

.learn-class li:nth-child(2) img {
    height: 287px;
    width: auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.learn-class li:nth-child(3) .content {
    padding-top: 27px;
    padding-bottom: 40px
}

.learn-class li:nth-child(3) img {
    height: 287px;
    width: auto;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.learn-class li:nth-child(4) .content {
    padding-top: 34px;
    padding-bottom: 37px
}

.learn-class li:nth-child(4) img {
    height: 270px;
    width: auto
}

.our-stories {
    position: relative;
    padding-top: 40px;
    padding-bottom: 45px;
    text-align: center
}

.our-stories h2 {
    text-align: center;
    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
}

.our-stories .more-video-btn {
    position: absolute;
    right: 82px;
    top: 32px;
    color: #009CBD;
    display: none
}

.our-stories .more-video-btn img {
    width: 42px;
    height: 42px;
    margin-right: 13px
}

.our-stories .our-stories-other {
    height: auto;
    width: 100%
}

.book-party{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(155,155,155,0.61);
    border-radius: 4px;

}
.book-party .left{
    text-align: center;
    max-width: 419px;
    margin: auto;
}
.book-party .left img{
    width: auto;
    height: auto;
    margin-bottom: 28px;
}
.book-party .left h3{
    text-align: left;
    color: #005587;
    margin-top: 19px;
    margin-bottom: 26px;
    padding-left: 10px;
}
.book-party .right{

}

.become-franchisee {
    text-align: center;
    padding-top: 43px
}

.become-franchisee h2 {
    line-height: 46px;
    margin-bottom: 19px;
    font-size: 36px
}
.become-franchisee .icon img{
    width: auto;
    height: auto;
    margin-bottom: 37px;
}
.become-franchisee h3 {
    line-height: 30px;
    margin-bottom: 5px;
    color: #005587
}

.become-franchisee p {
    width: 70%;
    margin: 10px auto 29px auto;
    line-height: 20px
}

.become-franchisee a {
    margin-bottom: 39px
}


/*促销活动*/
.promos_new1{
    width: 100%;
    position: relative;
    text-align: center;
}
.promos_new1 .close{
    position: absolute;
    text-align: center;
    line-height: 20px;
    width: 20px;
    height: 20px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 36px;
    display: block;
    z-index: 1;
    font-size: 24px;
    background-color: #f9f9f9;
    cursor: pointer;
}
.promos_new1 img{
    width: auto;
    height: auto;
    max-width: 100%;
    cursor: pointer;
}

.promos_box01{
	width: 100%;
    position: relative;
    text-align: center;
	top: 120px;
}
.promos_box01 .closeBtn{
	position: absolute;
    top: 10px;
    right: 80px;
    color: #fff;
    cursor: pointer;
    width: 80px;
    height: auto;
}
.promos_box01 img{
	width: auto;
    height: auto;
    max-width: 100%;
}

.homerEnter{
    position: fixed;
    right: 10px;
    bottom: 5.5rem;
    z-index: 1000;

}

.homerEnter img{
    height: 7rem;
    width: auto;
}
