div {
    box-sizing: border-box;
}

.banner {
    overflow: hidden;
}

.banner .banner-img {
    width: 100%;
}

.page {
    width: 100%;
    overflow: hidden;
}

.page-title {
    width: 100%;
    text-align: center;
}

.page-title h1 {
    font-size: 0.36rem;
    font-weight: bold;
    color: #5aae8d;
    margin-top: 0.7rem;
}

.page-title h2 {
    font-size: 0.2rem;
    color: #221815;
    margin-top: 0.1rem;
}

.page-content {
    width: 100%;
    overflow: hidden;
}

.page-content img {
    width: 100%;
}

.page-title-02 h1 {
    display: -webkit-inline-box;
    font-size: 0.22rem;
    font-weight: bold;
    color: #fff;
    background-color: #5aae8d;
    padding: 0.07rem 0.2rem;
    margin: auto;
    margin-top: 0.5rem;
}

.page-title-02 p {
    font-size: 0.22rem;
    color: #221815;
    width: 86%;
    margin: auto;
    margin-top: 0.25rem;
    text-align: left;
    margin-bottom: 0.2rem;
}

/* -------------------- 标题 -------------------- */

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem;
}

.title .title-tit {
    font-size: 0.36rem;
    color: #221815;
}

.title .title-border {
    height: 0.8rem;
    border-left: 1px solid #221815;
}

.title-sell {
    font-size: 0.26rem;
    color: #595757;
    text-align: center;
}

.title-sell small {
    font-size: 0.18rem;
    color: #595757;
}

/* -------------------- 价格 -------------------- */

.fixed-btn {
    position: fixed;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.1rem;
    z-index: 99999;
}

.fixed-btn button {
    display: block;
    width: 100%;
    border: 0;
    background: #5aae8d;
    color: #fff;
    font-size: 0.28rem;
    height: 0.7rem;
    text-align: center;
    border-radius: 0.35rem;
}

/* -------------------- 价格 -------------------- */

.priceBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem;
}

.priceBox .price {
    position: relative;
    width: 23%;
    background-color: #5aae8d;
    border-radius: 0.1rem;
    color: #fff;
    padding: 0.1rem;
    padding-bottom: 0.05rem;
    text-align: center;
}

.priceBox .price p {
    font-size: 0.26rem;
    margin: 0.1rem 0;
}

.priceBox .price small {
    font-size: 0.22rem;
}

.priceBox .price big {
    font-size: 0.36rem;
    font-weight: bold;
}

.priceBox .price hr {
    width: 80%;
    height: 1;
    border-top: 0.001rem solid #fff;
    margin: auto;
}

.discount {
    position: absolute;
    display: inline-block;
    background-color: #acd6c6;
    color: #221815;
    width: 85%;
    font-size: 0.14rem;
    top: -0.15rem;
    right: 0;
    left: 0;
    margin: auto;
}

/* -------------------- 伴读魔方课程体系 -------------------- */

.page_01 .page-content,
.page_04 .page-content {
    padding: 0.15rem;
}

.table-img {
    width: 100%;
}

/* -------------------- 课程大纲 -------------------- */

.page_02 .page-content {
    /* padding: 0.15rem; */
}

.outline,
.outline-list {
    width: 100%;
    font-size: 0.22rem;
    line-height: 0.35rem;
    color: #595757;
}

.outline {
    margin-top: 0.3rem;
}

.outline-list {
    display: flex;
    padding: 0.3rem 0.2rem;
    justify-content: space-between;
    border-bottom: 1px solid #dedddd;
}

.outline-list:last-child {
    border: none;
    margin-bottom: 0.35rem;
}

.outline-list .list-num {
    margin-right: 0.2rem;
}

.outline-list .list-num span {
    display: block;
    background-color: #5aae8d;
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    color: #221815;
}

.outline-list:nth-of-type(even) .list-num span{
    background-color: #abd6c6;
}

/* -------------------- 课程特色 -------------------- */

.page_03 {
    background-color: #acd6c6;
}

.page_03 .page-content {
    overflow: hidden;
}

.img-box-01 {
    display: flex;
    justify-content: center;
    margin-top: 0.5rem;
}

.img-box-02 {
    display: flex;
    justify-content: center;
}

.img-box-02 .img-box {
    margin: 0 0.05rem;
}

.img-box-01 .img-box {
    margin: 0 0.15rem;
}

.img-box-01 .img-box>div {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    padding: 0.25rem;
    overflow: hidden;
    background-color: #5aae8d;
}

.img-box-01 .img-box>div img,
.img-box-02 .img-box>div img {
    width: 100%;
    height: 100%;
}

.img-box-01 .img-box p,
.img-box-02 .img-box p {
    text-align: center;
    color: #221815;
    font-size: 0.2rem;
    margin-top: 0.05rem;
}

.img-box-02 .img-box>div {
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    padding: 0.2rem;
    overflow: hidden;
    background-color: #5aae8d;
}

.img-box-02 .img-box:nth-child(1),
.img-box-02 .img-box:nth-child(5) {
    margin-top: -0.3rem;
}

.img-box-02 .img-box:nth-child(2),
.img-box-02 .img-box:nth-child(4) {
    margin-top: 0.2rem;
}

.img-box-02 .img-box:nth-child(3) {
    margin-top: 0.5rem;
}

.text-s {
    font-size: 0.2rem;
    background-color: #5aae8d;
    padding: 0.05rem;
    color: #221815;
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: 0.5rem;
}

.page_03 .page-content .phone {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.left-img {
    width: 50%;
    text-align: right;
    padding: 1rem 0 0.5rem;
}

.left-img img {
    width: 75%;
}

.right-text {
    width: 50%;
    padding: 1rem 0 0.5rem;
}

.right-text > div {
    width: 54%;
    margin: auto;
}

.right-text > div .line {
    display: flex;
    justify-content: space-between;
    margin: 0.2rem 0;
}

.right-text .line .line-img {
    width: 0.55rem;
    height: 0.55rem;
}

.right-text .line .line-img img {
    width: 100%;
    height: 100%;
}

.right-text p {
    font-size: 0.22rem;
    text-align: center;
}

.right-text p small {
    font-size: 0.16rem;
}

/* -------------------- 手机 -------------------- */

.page_12 {
    margin-top: 0.5rem;
    position: relative;
}

.page_12 p {
    color: #fff;
    font-size: 0.2rem;
    position: absolute;
}

.page_12 .top {
    height: 3rem;
    background-color: #5aae8d;
    position: relative;
}

.page_12 .top p {
    bottom: 0;
    text-align: right;
    right: 50%;
    margin-right: 1.3rem;
}

.page_12 .bottom {
    height: 3rem;
    background-color: #acd6c6;
    position: relative;
}

.page_12 .bottom p {
    top: 0;
    text-align: left;
    left: 50%;
    margin-left: 1.3rem;
}

.page_12 .phone {
    height: 5rem;
    position: absolute;
    top: 0.5rem; 
    left: 0;
    right: 0;
    bottom: 0.5rem;
    margin: auto;
    text-align: center;
}

.page_12 .phone img {
    height: 100%;
}

/* -------------------- 上课方式 -------------------- */

.page_13 {
    background-color: #acd6c6;
    padding: 0.8rem 0.4rem;
}

.page_13 .page-content {
    border: 5px solid #fff;
    padding: 0.3rem;
    position: relative;
    overflow: visible;
}

.page_13 .page-content h1 {
    display: -webkit-inline-box;
    background-color: #abd6c6;
    position: absolute;
    text-align: center;
    color: #5aae8d;
    top: -0.4rem;
    font-size: 0.36rem;
    font-weight: bold;
    padding: 0.1rem 0.3rem;
    z-index: 999;
    margin: 0 1.35rem;
}

.logo-box {
    margin: 0 auto;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
}

.logo-box .logo {
    width: 1rem;
    height: 1rem;
}

.logo-box .add {
    width: 0.3rem;
    height: 0.3rem;
}

.page_13 .page-content p {
    font-size: 0.22rem;
    text-align: center;
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
    color: #221815;
}

.page_13 .page-content p samll {
    font-size: 0.16rem;
    color: #595757 !important;
}

.day-box {
    display: flex;
    justify-content: space-between;
}

.day-box > div {
    border-radius: 0.05rem;
    text-align: center;
    overflow: hidden;
    width: 13.5%;
}

.day-box > div .day {
    font-size: 0.14rem;
    background-color: #fff;
    color: #5aae8d;
}

.day-box > div .minute {
    font-size: 0.14rem;
    background-color: #5aae8d;
    color: #fff;
    padding: 0.1rem 0;
}

.plan {
    width: 80% !important;
    margin: 0 10%;
}

/* -------------------- 每天课程安排 -------------------- */

.page_14 {
    background-color: #acd6c6;
    padding-bottom: 0.8rem;
}

.page_140 {
    background-color: #acd6c6;
    padding-bottom: 0.4rem;
}

.page_14 .page-title h1{
    margin-top: 0;
}

.schedule {
    width: 80%;
    margin: 0 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.2rem;
    float: left;
}

.schedule-01 {
    text-align: right;
    width: 35%;
}

.schedule-02 {
    text-align: center;
    width: 10%;
    height: 1rem;
}

.schedule-03 {
    text-align: left;
    width: 55%;
}

.schedule-02 img {
    height: 1rem;
    width: auto !important;
    margin-top: 0.4rem;
}

/* -------------------- 常见问题 -------------------- */

.page_15 .page-content {
    padding: 0.5rem 0.5rem 0rem 0.5rem;
}

.page_15 .page-content > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.22rem;
    margin-bottom: 0.3rem;
}

.page_15 .page-content .header {
    width: 16%;
}

.page_15 .page-content .dialogue {
    width: 78%;
    background-color: #acd6c6;
    border-radius: 0.1rem;
    padding: 0.1rem;
    position: relative;
}

.page_15 .page-content .dialogue:nth-of-type(even) span {
    display: block;
    border-bottom: 0.15rem solid transparent;
    border-right: 0.15rem solid #acd6c6;
    border-left: 0.15rem solid transparent;
    border-top: 0.15rem solid transparent;
    width: 0;
    position: absolute;
    left: -0.28rem;
    top: 50%;
    margin-top: -0.15rem;
}

.page_15 .page-content .dialogue:nth-of-type(odd) span {
    display: block;
    border-bottom: 0.15rem solid transparent;
    border-left: 0.15rem solid #acd6c6;
    border-right: 0.15rem solid transparent;
    border-top: 0.15rem solid transparent;
    width: 0;
    position: absolute;
    right: -0.28rem;
    top: 50%;
    margin-top: -0.15rem;
}
.huodong img{
	width: 100%;
}
.page_16 .page-title h2{
	font-size: 0.36rem;
    font-weight: bold;
    color: #5aae8d;
	margin-bottom:0.3rem;
}
.huodong {
	margin-bottom:0.7rem;
}
