.banner .swiper-slide .btn-wrap {
  width: 16rem;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -8rem;
  padding-top: 5rem;
}
.banner .swiper-slide .btn-wrap a {
  position: absolute;
  display: block;
  background: url(../images/btn_activity_detail.png) 0 0 / 100% auto no-repeat;
  width: 2.5rem;
  height: .6rem;
  left: 8rem;
  margin-left: -1.25rem;
}
.xs-banner .swiper-slide .btn-wrap {
  width: 16rem;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -8rem;
  padding-top: 5rem;
}
.xs-banner .swiper-slide .btn-wrap a {
  position: absolute;
  display: block;
  background: url(../images/btn_activity_detail.png) 0 0 / 100% auto no-repeat;
  width: 2.5rem;
  height: .6rem;
  left: 8rem;
  margin-left: -1.25rem;
  bottom: 1.6rem;
}
.page-freedomtobreathe .section1 {
  margin: 0 .6rem;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section1 {
    margin: 0;
  }
}
.page-freedomtobreathe .section2 {
  margin: .4rem .6rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section2 {
    flex-direction: column;
  }
}
.page-freedomtobreathe .section2 .left {
  width: 50%;
  padding: 1rem 1.1rem 0 1.2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section2 .left {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
}
.page-freedomtobreathe .section2 .left p {
  padding: .4rem 0 .5rem;
  line-height: 1.6;
}
.page-freedomtobreathe .section2 .left h6 {
  line-height: 1.2;
}
.page-freedomtobreathe .section2 .right {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section2 .right {
    width: 100%;
  }
}
.page-freedomtobreathe .section3 {
  margin: 0 .6rem;
  position: relative;
}
.page-freedomtobreathe .section3 a {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  margin-left: -0.9rem;
}
.page-freedomtobreathe .section4 {
  margin-top: .8rem;
}
.page-freedomtobreathe .section4 .top {
  margin-right: .6rem;
  position: relative;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .top {
    flex-direction: column;
    margin: 0 .6rem;
  }
}
.page-freedomtobreathe .section4 .top .img-wrap {
  flex: 1;
}
.page-freedomtobreathe .section4 .top .content {
  width: 40%;
  margin-left: .6rem;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .top .content {
    width: 100%;
    margin: .6rem 0 0;
  }
}
.page-freedomtobreathe .section4 .top .content .content-inner {
  margin: 1.1rem .8rem 0 .8rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .top .content .content-inner {
    margin: 0.6rem 0;
  }
}
.page-freedomtobreathe .section4 .top .content .content-inner p {
  padding: .3rem 0 .2rem;
}
.page-freedomtobreathe .section4 .top .content .content-inner li {
  display: flex;
  align-items: flex-start;
  margin-bottom: .2rem;
}
.page-freedomtobreathe .section4 .top .content .content-inner li:before {
  content: '.';
  line-height: 0;
  font-size: .7rem;
  vertical-align: middle;
  margin-right: .2rem;
  margin-top: 0rem;
}
.page-freedomtobreathe .section4 .bottom {
  margin: .6rem .6rem .3rem;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .bottom {
    margin: 0 .6rem .3rem;
  }
}
.page-freedomtobreathe .section4 .bottom > p {
  padding-right: 6.6rem;
  padding-left: .4rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .bottom > p {
    padding: 0;
  }
}
.page-freedomtobreathe .section4 .bottom ul {
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .bottom ul {
    flex-direction: column;
  }
}
.page-freedomtobreathe .section4 .bottom ul li {
  width: 25%;
  margin: .3rem .4rem;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section4 .bottom ul li {
    width: 100%;
    margin: .3rem 0;
  }
}
.page-freedomtobreathe .section4 .bottom ul li h6 {
  line-height: 2.5;
}
.page-freedomtobreathe .section4 .bottom ul li p {
  line-height: 1.6;
}
.page-freedomtobreathe .section4 .bottom ul li a {
  line-height: 2;
}
.page-freedomtobreathe .section5 {
  background: #fff;
  text-align: center;
  padding-bottom: .8rem;
}
.page-freedomtobreathe .section5 h6 {
  padding: .8rem 0;
}
.page-freedomtobreathe .section5 ul {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section5 ul {
    flex-wrap: wrap;
  }
}
.page-freedomtobreathe .section5 ul li {
  margin: 0 .6rem;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section5 ul li {
    width: 50%;
    margin: 0;
  }
}
.page-freedomtobreathe .section6 {
  margin: .4rem .2rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section6 {
    flex-direction: column;
    margin: .4rem 0;
  }
}
.page-freedomtobreathe .section6 .img-wrap {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section6 .img-wrap {
    width: 100%;
  }
  .page-freedomtobreathe .section6 .img-wrap img {
    padding: .4rem;
  }
}
.page-freedomtobreathe .section6 .content {
  flex: 1;
  margin-left: 1.4rem;
  margin-top: 2.8rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section6 .content {
    margin: 0 .4rem;
  }
}
.page-freedomtobreathe .section6 .content h6 {
  line-height: 1.2;
}
.page-freedomtobreathe .section6 .content p {
  line-height: 1.6;
  margin-top: .3rem;
}
.page-freedomtobreathe .section7 {
  margin-top: .4rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section7 {
    flex-direction: column;
  }
}
.page-freedomtobreathe .section7 .content {
  width: 50%;
  margin-right: 2rem;
  margin-top: 2.2rem;
  margin-left: .6rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section7 .content {
    width: 100%;
    margin: 0 .4rem;
  }
}
.page-freedomtobreathe .section7 .content p {
  margin-top: .3rem;
  line-height: 1.6;
  padding-right: 3rem;
}
.page-freedomtobreathe .section7 .image-wrap {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .page-freedomtobreathe .section7 .image-wrap {
    width: 100%;
    margin: 0 .4rem;
  }
}
.page-feadback .section1 {
  margin: .2rem;
}
@media screen and (max-width: 750px) {
  .page-feadback .section1 {
    margin: 0;
  }
}
.page-feadback .section2 {
  text-align: center;
  margin-top: .8rem;
}
.page-feadback .section2 p {
  width: 70%;
  margin: 0 auto;
  line-height: 1.6;
  margin-top: .3rem;
}
@media screen and (max-width: 750px) {
  .page-feadback .section2 h6 {
    padding: 0 .6rem;
  }
}
@media screen and (max-width: 750px) {
  .page-feadback .section2 p {
    width: 90%;
  }
}
.page-feadback .section3 {
  margin-top: .3rem;
  margin-left: 1.3rem;
  margin-right: 1.3rem;
}
@media screen and (max-width: 750px) {
  .page-feadback .section3 {
    margin: .3rem;
  }
}
.page-feadback .section3 p {
  padding-bottom: .2rem;
}
.page-feadback .section3 .form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.page-feadback .section3 .form-wrap .item {
  width: 50%;
  padding-bottom: .2rem;
  padding-right: .12rem;
  box-sizing: border-box;
}
.page-feadback .section3 .form-wrap .item span {
  display: block;
  font-size: .18rem;
  padding-bottom: .1rem;
}
.page-feadback .section3 .form-wrap .item input,
.page-feadback .section3 .form-wrap .item select {
  width: 100%;
  height: .4rem;
  background: #fff;
  border: 2px solid #002855;
  display: block;
  text-indent: .1rem;
}
.page-feadback .section3 .form-wrap .item select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCcgZmlsbD0nJTIzMDAyOTU1Jz48cGF0aCBkPSdNMTUuMyA5LjNhMSAxIDAgMCAxIDEuNCAxLjRsLTQgNGExIDEgMCAwIDEtMS40IDBsLTQtNGExIDEgMCAwIDEgMS40LTEuNGwzLjMgMy4yOSAzLjMtMy4zeicvPjwvc3ZnPg==);
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: right .1rem center;
  background-size: 1.5em 1.5em;
}
.page-feadback .section3 .input-check {
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: .2rem;
  width: .2rem;
  color: #002955;
  background-color: #fff;
  border-color: #667381;
  border-width: 1px;
  border-style: solid;
}
.page-feadback .section3 .input-check:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHg9JzBweCcgeT0nMHB4JyB2aWV3Qm94PScwIDAgMjIgMjInPjxwYXRoIGZpbGw9J25vbmUnIHN0cm9rZT0nd2hpdGUnIGQ9J001IDEybDQuMiAzLjUgNy4xLTknLz48L3N2Zz4=);
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.page-feadback .section3 .exp {
  display: inline-block;
  position: relative;
  top: 2px;
  left: .2rem;
}
.page-feadback .section3 .linkp {
  line-height: 1.5rem;
}
.page-feadback .section3 .linkp a:link {
  border-bottom: 1px solid #002855;
}
.page-feadback .section3 .confirm-button {
  height: .7rem;
  line-height: .7rem;
  border-radius: .35rem;
  display: inline-block;
  padding: 0 .2rem;
  background: #adb2b6;
  color: #fff;
  margin-bottom: .6rem;
  margin-left: .2rem;
}
.page-feadback .shadow-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
.page-feadback .shadow-box .box-inner {
  background: #fff;
  width: 5rem;
  margin: 3rem auto;
  padding: 1rem .4rem .3rem;
  position: relative;
  line-height: 1.6;
  background: url('../images/icon-correct.png') center 0.4rem / 0.4rem auto no-repeat #ffffff;
}
.page-feadback .shadow-box .box-inner .btn-close {
  width: .3rem;
  height: .3rem;
  display: block;
  background: url('../images/icon-close.png') center center / 0.15rem auto no-repeat;
  position: absolute;
  right: .3rem;
  top: .2rem;
  cursor: pointer;
}
.page-feadback .shadow-box .box-inner .link-confirm {
  display: block;
  width: 1.1rem;
  height: .33rem;
  text-align: center;
  line-height: .33rem;
  background: #002855;
  color: #fff;
  margin: .3rem auto 0;
  cursor: pointer;
}
.page-teachingresources .section1 {
  margin: .2rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section1 {
    margin: 0;
  }
}
.page-teachingresources .section2 {
  margin: 1rem 0 .8rem;
  display: flex;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section2 {
    margin: 0;
    flex-direction: column;
  }
}
.page-teachingresources .section2 .left {
  width: 50%;
  margin: 0 1.5rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section2 .left {
    width: auto;
    margin: 0 .4rem;
  }
}
.page-teachingresources .section2 .left h6 {
  padding-top: .7rem;
}
.page-teachingresources .section2 .left ul li {
  list-style-type: disc;
  margin-top: .3rem;
  margin-left: .2rem;
  padding-left: .1rem;
  line-height: 1.6;
}
.page-teachingresources .section2 .right {
  width: 50%;
  margin-right: 2.2rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section2 .right {
    width: auto;
    margin: 0 .4rem;
  }
}
.page-teachingresources .section2 p {
  margin: 0 auto;
  line-height: 1.6;
  margin-top: .3rem;
}
.page-teachingresources .section3 {
  background: #fff;
  text-align: center;
  padding-bottom: .8rem;
}
.page-teachingresources .section3 h6 {
  padding-top: .4rem;
  padding-bottom: .1rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section3 h6 {
    padding: .4rem .4rem .1rem;
    line-height: 1.3;
  }
}
.page-teachingresources .section3 p {
  margin-top: .6rem;
  padding-bottom: .2rem;
}
.page-teachingresources .section3 ul {
  display: flex;
  margin: 0 1.8rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section3 ul {
    margin: 0;
  }
}
.page-teachingresources .section3 ul li {
  width: 20%;
  text-align: center;
  padding-top: .8rem;
  background: url('../images/down-file.png') center top / 0.6rem auto no-repeat;
}
.page-teachingresources .section4 {
  display: flex;
  margin: .7rem .4rem 0 .7rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section4 {
    margin: 0 .4rem;
    flex-direction: column;
  }
}
.page-teachingresources .section4 .left {
  width: 45%;
  margin-right: 1.8rem;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section4 .left {
    margin: 0;
    width: auto;
  }
}
.page-teachingresources .section4 .left h6 {
  margin-top: 2.3rem;
  line-height: 1.2;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section4 .left h6 {
    margin-top: .4rem;
  }
}
.page-teachingresources .section4 .left p {
  margin-top: .3rem;
  line-height: 1.6;
}
.page-teachingresources .section4 .right {
  width: 55%;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .page-teachingresources .section4 .right {
    width: auto;
  }
}
.page-teachingresources .section5 {
  margin: .5rem 0 .4rem;
}
.page-teachingresources .section5 a {
  margin: 0 auto;
}
/*
 公用样式
*/
a.darklink,
a.darklink:hover {
  display: block;
  height: .6rem;
  box-sizing: border-box;
  border-radius: .3rem;
  margin-bottom: .2rem;
  line-height: .6rem;
  padding: 0 .15rem 0 .25rem;
  overflow: hidden;
  border: 1px solid #002955;
  font-size: .18rem;
  width: 2.15rem;
  background: #002955 !important;
  color: #ffffff !important;
}
a.darklink i,
a.darklink i,
a.darklink:hover i {
  border: 1px solid #002955;
  line-height: .4rem;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
a.darklink i,
a.darklink:hover i {
  float: right;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  transform: translateY(0.07rem);
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  font-size: 0.16rem;
}
a.darklink:hover,
a.darklink:hover:hover {
  background-color: #fff;
  color: #002955;
}
a.darklink:hover i,
a.darklink:hover:hover i {
  background: #002955;
  color: #fff;
  border-color: #002955;
}
a.darklink i,
a.darklink:hover i {
  border-color: #ffffff !important;
}
a.lightlink {
  height: .6rem;
  box-sizing: border-box;
}
a.lightlink:hover {
  background-color: #ffffff;
}
a.lightlink {
  display: block;
  color: #002955;
  border-radius: .3rem;
  line-height: .6rem;
  padding: 0 .15rem 0 .25rem;
  overflow: hidden;
  border: 1px solid #002955;
  font-size: .18rem;
  width: 1.8rem;
  margin: 0.6rem 0 0;
}
a.lightlink i {
  display: inline-block;
  position: absolute;
  right: .4rem;
  top: .05rem;
  bottom: .05rem;
  width: .4rem;
  height: .4rem;
  border-radius: 50%;
  line-height: .4rem;
  text-align: center;
  transform: translateX(0.1rem);
  transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  font-size: 0.16rem;
}
a.lightlink:hover {
  color: #002955;
}
a.lightlink:hover i {
  background: #002955;
  color: #fff;
  border-color: #002955;
}
*,
::after,
::before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
}

/* 整合新增 */
.page-freedomtobreathe .section3 a{
  bottom: 1.8rem;
}
.page-teachingresources .section3 p{
  padding-bottom: .4rem;
}
.external-links{
  opacity: 0.6;
}
.page-feadback .section3 .form-wrap .item{
  font-family: fzy,fz;
}
.page-feadback .section3 .confirm-button {
  background-color: #002955;
}
.page-feadback .section3 .confirm-button:hover{
  opacity: .9;
}
.page-feadback .section3 .confirm-button[disabled]{
  background-color: #adb2b6;
}
.page-feadback .shadow-box{
  position: static;
  width: 5rem;
  height: auto;
  background-color: transparent;
}
.page-feadback .shadow-box .box-inner{
  margin: 0;
  width: auto;
}
.page-teachingresources .section3 ul li{
  padding-top: 0;
  background: none;
}
.page-teachingresources .section3 ul li a{
  display: inline-block;
  padding-top: .8rem;
  width: 1.2rem;
  background: url(../images/down-file.png) center top / 0.6rem auto no-repeat;
}
.page-feadback .section3 .form-wrap .item .has-error input,
.page-feadback .section3 .form-wrap .item .has-error select{
  border-color: red!important;
}
label .input-check{
  position: relative;
  top: -.02rem;
}
.page-feadback .section3 .linkp{
  line-height: 1.5;
  padding: .55rem 0;
}
.page-freedomtobreathe .section3 a{
  top: 68%;
  bottom: auto;
  transform: translateY(-50%);
  margin-top: 0;
  display: inline-block;
  height: .5rem;
  width: 2rem;
  line-height:.5rem;
  justify-content: center;
  align-items: center;
  padding: 0 .35rem;
  background-color: rgba(255,255,255,.8);
}

@media screen and (max-width: 750px){
  .page-freedomtobreathe .section7 .content{
    padding: 0 .4rem;
    margin: 0;
  }
  .page-freedomtobreathe .section7 .content p{
    padding-right: 0;
  }
  .page-feadback .section3 .form-wrap .item{
    width: 100%;
  }
  .page-feadback .section3 .form-wrap .item input,
  .page-feadback .section3 .form-wrap .item select{
    height: .6rem;
    font-size: .12rem;
  }
  .page-feadback .section2{
    padding: 0 .3rem .4rem;
  }
  .page-feadback .section2 h6{
    padding: 0;
    font-size: .4rem;
  }
  .page-feadback .section2 p{
    padding: 0;
    text-align: justify;
    width: auto;
  }
}