@import "base.css";
@media only screen and (min-width: 1366px) {
  #main .plan_content_box {
    height: 15rem;
  }
  #main .plan_content_box .plan_section {
    position: relative;
    height: 5rem;
  }
  #main .plan_content_box .plan_section .plan_left {
    width: 9.6rem;
    height: 5rem;
    background-image: url(../img/plan_pic_bg_04.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc {
    margin-left: 25%;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 0.42rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 14px;
    color: #fff;
    line-height: 0.3rem;
    width: 4.7rem;
    margin-bottom: 0.46rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section .plan_right {
    float: right;
    height: 5rem;
  }
  #main .plan_content_box .plan_section .plan_right img {
    height: 100%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left {
    width: 9.6rem;
    height: 5rem;
    background-image: url(../img/plan_pic_bg_03.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc {
    margin-left: 23%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 0.42rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 14px;
    color: #fff;
    line-height: 0.3rem;
    width: 4.7rem;
    margin-bottom: 0.46rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right {
    float: left;
    height: 5rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right img {
    height: 100%;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1440px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1024px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1440px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 1024px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) {
  #main .plan_content_box {
    height: 15rem;
  }
  #main .plan_content_box .plan_section {
    position: relative;
    height: 5rem;
  }
  #main .plan_content_box .plan_section .plan_left {
    width: 9.6rem;
    height: 5rem;
    background-image: url(../img/plan_pic_bg_04.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc {
    margin-left: 25%;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 0.42rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 14px;
    color: #fff;
    line-height: 0.4rem;
    width: 4.7rem;
    margin-bottom: 0.46rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section .plan_right {
    float: right;
    height: 5rem;
  }
  #main .plan_content_box .plan_section .plan_right img {
    height: 100%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left {
    width: 9.6rem;
    height: 5rem;
    background-image: url(../img/plan_pic_bg_03.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc {
    margin-left: 23%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 0.42rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 14px;
    color: #fff;
    line-height: 0.4rem;
    width: 4.7rem;
    margin-bottom: 0.46rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right {
    float: left;
    height: 5rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right img {
    height: 100%;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1440px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 1024px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1366px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1140px) {
  #main .plan_content_box {
    height: 15rem;
  }
  #main .plan_content_box .plan_section {
    position: relative;
    height: 5rem;
  }
  #main .plan_content_box .plan_section .plan_left {
    width: 9.6rem;
    height: 5rem;
    background-image: url(../img/plan_pic_bg_04.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc {
    margin-left: 25%;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0.42rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 14px;
    color: #fff;
    line-height: 0.5rem;
    width: 5.5rem;
    margin-bottom: 0.46rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section .plan_right {
    float: right;
    height: 5rem;
  }
  #main .plan_content_box .plan_section .plan_right img {
    height: 100%;
    width: 100%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left {
    width: 9.6rem;
    height: 5rem;
    background-image: url(../img/plan_pic_bg_03.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc {
    margin-left: 23%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 0.42rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 14px;
    color: #fff;
    line-height: 0.4rem;
    width: 5.5rem;
    margin-bottom: 0.46rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right {
    float: left;
    height: 5rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right img {
    height: 100%;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 1440px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 1024px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 1440px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 1024px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1140px) and only screen and (max-width: 767px) {
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  #main .plan_content_box {
    height: auto;
  }
  #main .plan_content_box .plan_section {
    position: relative;
    height: 6rem;
    margin-bottom: 0.3rem;
  }
  #main .plan_content_box .plan_section:first-child {
    height: 5.4rem;
  }
  #main .plan_content_box .plan_section:first-child .plan_left {
    top: 2.4rem;
  }
  #main .plan_content_box .plan_section:first-child .plan_right {
    height: 2.4rem;
  }
  #main .plan_content_box .plan_section .plan_left {
    width: 100%;
    height: 3.3rem;
    background-image: url(../img/plan_pic_bg_04.png);
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 3rem;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc {
    margin-left: 2%;
    width: 100%;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc h3 {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.2rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc p {
    font-size: 12px;
    color: #fff;
    line-height: 0.4rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 12px;
  }
  #main .plan_content_box .plan_section .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section .plan_right {
    position: absolute;
    top: 0;
    height: 3rem;
  }
  #main .plan_content_box .plan_section .plan_right img {
    height: 100%;
    width: 100%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left {
    width: 100%;
    height: 3rem;
    background-image: url(../img/plan_pic_bg_03.png);
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    top: 3rem;
    right: 0;
    display: flex;
    align-items: center;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc {
    margin-left: 2%;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc h3 {
    font-size: 0.4rem;
    color: #fff;
    margin-bottom: 0.3rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc p {
    font-size: 12px;
    color: #fff;
    line-height: 0.4rem;
    width: 100%;
    margin-bottom: 0.3rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a {
    color: #fff;
    background-color: transparent;
    width: 1.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 12px;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_left .text_desc a:hover {
    color: #18a0ae;
    background-color: #fff;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right {
    float: left;
    height: 3rem;
  }
  #main .plan_content_box .plan_section:nth-child(even) .plan_right img {
    height: 100%;
  }
}
