@charset "UTF-8";
/*==================
  频道页
==================*/
.channelheader {
  background-color: #df1837;
  border-bottom: 1px solid #d11431;
}

.channelheader.toeflheader {
  background-color: #14ac73;
  border-bottom-color: #057149;
}

.channelheader.satheader {
  background-color: #ff8e00;
  border-bottom-color: #d17807;
}

#searchTxt {
  background-color: #f9d1d7;
}

#searchTxt.toefl {
  background-color: #a9f6d9;
}

#searchTxt.sat {
  background-color: #f6bc74;
}

/*频道页导航栏*/
.channelnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 4rem;
  background-color: #df1837;
}

.channelnav.toeflnav {
  background-color: #14ac73;
}

.channelnav.toeflnav .list {
  border-right-color: #057149;
}

.channelnav.satnav {
  background-color: #ff8e00;
}

.channelnav.satnav .list {
  border-right-color: #d17807;
}

.channelnav .list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.25rem;
  font-size: 0.6rem;
  line-height: 2.5;
  color: #fff;
  border-right: 1px solid #d11431;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.channelnav .list:nth-child(2) .icon {
  background-position-y: -1.35rem;
}

.channelnav .list:nth-child(3) .icon {
  background-position-y: -2.675rem;
}

.channelnav .list:nth-child(4) {
  border-right: 0;
}

.channelnav .list:nth-child(4) .icon {
  background-position-y: -4.025rem;
}

.channelnav .icon {
  width: 1.35rem;
  height: 1.35rem;
  background: url(../img/icon_chnav.png) no-repeat;
  background-size: 1.35rem 5.4rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.channelnav span {
  width: 100%;
  text-align: center;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

/*频道页头条资讯*/
.ch-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.75rem;
  position: relative;
  border-bottom: 0.5rem solid #ededed;
}

.ch-headline h3 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.2rem;
  font-size: 0.6rem;
  color: #df1837;
}

.ch-headline h3::after {
  content: '';
  margin-left: 4px;
  width: 0.45rem;
  height: 0.55rem;
  color: #df1837;
  background: url("../img/bugle_icon.png") no-repeat currentColor;
  background-size: 100%;
}

.ch-headline::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  border-top: 1px solid #dcdcdc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.ch-headline .link {
  display: block;
  font-size: 0.6rem;
  line-height: 1.2rem;
  color: #434343;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

#chHeadlineNews {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0.5rem 0 0 0.75rem;
  height: 1.2rem;
}

/*目标分数*/
.ch-score {
  border-bottom: 0.5rem solid #ededed;
}

.ch-score .list {
  padding-left: 0.75rem;
}

.ch-score .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.55rem 0;
  position: relative;
}

.ch-score .item::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.ch-score .item .icon {
  margin-right: 0.55rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_score.png") no-repeat;
  background-size: 1.5rem 4.5rem;
}

.ch-score .item:nth-child(1) .icon {
  background-position: 0 0;
}

.ch-score .item:nth-child(2) .icon {
  background-position: 0 -1.5rem;
}

.ch-score .item:nth-child(3) .icon {
  background-position: 0 -2.975rem;
}

.ch-score .item .tit {
  width: 66%;
}

.ch-score .item .tit h4 {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.6rem;
  font-weight: 400;
  color: #323232;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.ch-score .item .tit p {
  font-size: 0.45rem;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.ch-score .item .link {
  position: absolute;
  right: 0.75rem;
}

.ch-score .item .link a {
  font-size: 0.6rem;
  color: #50b2ff;
}

.ch-score .item .link a:active {
  color: #2f5bc5;
}

/*频道项目*/
.ch-project {
  padding: 0.75rem 0;
  border-bottom: 0.5rem solid #ededed;
}

#chProject {
  height: 4.45rem;
}

#chProject .list {
  padding: 0 0.2rem;
  width: 17.45rem !important;
}

#chProject .list-link img {
  height: 100%;
}

/*备考计划*/
.testplan {
  padding-bottom: 0.75rem;
  border-bottom: 0.5rem solid #ededed;
}

#testPlan {
  margin-top: 0.75rem;
  padding-left: 0.7rem;
}

#testPlan .list {
  width: 7.3rem;
  height: 5.5rem;
}

#testPlan a {
  display: block;
  margin-right: 0.7rem;
  width: 6.6rem;
  height: 100%;
  overflow: hidden;
}

#testPlan a img {
  width: 100%;
}

/*三分钟学雅思*/
.ch-videos {
  border-bottom: 0.5rem solid #ededed;
}

.ch-videos .videos {
  margin-top: 0.75rem;
}

.ch-videos .videos .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.75rem;
}

.ch-videos .videos .list .item {
  margin-bottom: 0.6rem;
  width: 8.4rem;
}

.ch-videos .videos .list .poster {
  width: 100%;
  height: 4.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
}

.ch-videos .videos .list h2 {
  margin-top: 0.4rem;
  font-size: 0.6rem;
  line-height: 0.9rem;
  color: #434343;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ch-videos .videos .list a {
  display: block;
  height: 100%;
}

/*干货分享*/
.ch-share {
  border-bottom: 0.5rem solid #ededed;
}

#shareNav {
  margin-top: 3px;
  position: relative;
}

#shareNav::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

#shareNav .tab {
  width: 4rem;
  text-align: center;
}

#shareNav .tab span {
  display: inline-block;
  padding: 2px;
  font-size: 0.6rem;
  line-height: 1.5rem;
  color: #434343;
  border-bottom: 2px solid transparent;
}

#shareNav .tab.active span {
  color: #df1837;
  border-color: #df1837;
}

/*==================
  雅思常识
==================*/
.ch-test {
  padding: 0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.5rem solid #ededed;
}

.ch-test .img {
  width: 5.15rem;
  height: 3.45rem;
}

.ch-test .img img {
  width: 100%;
}

.ch-test .info {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.25rem;
}

.ch-test .info h3 {
  font-size: 0.6rem;
  line-height: 1rem;
  color: #434343;
}

.ch-test .info .link {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 2px 15px;
  font-size: 0.6rem;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
}

.ch-test .info .link:active {
  color: #fff;
  background-color: #fbaf25;
  border-color: #fbaf25;
}

.ch-questions {
  padding: 0 0.75rem;
}

.ch-questions .list {
  padding: 0.4rem 0;
  position: relative;
}

.ch-questions .list::after {
  content: '';
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 1px;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
       -o-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
      -ms-transform: scaleY(0.5);
       -o-transform: scaleY(0.5);
          transform: scaleY(0.5);
}

.ch-questions .list.active h3::after {
  top: 20%;
  border-color: #50b2ff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.ch-questions .list.active p {
  height: auto;
}

.ch-questions .list h3 {
  position: relative;
  line-height: 1.5rem;
  font-size: 0.65rem;
  color: #434343;
}

.ch-questions .list h3 span {
  margin-right: 5px;
  font-size: 0.7rem;
  color: #50b2ff;
}

.ch-questions .list h3::after {
  content: '';
  position: absolute;
  top: 18%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.ch-questions .list p {
  position: relative;
  height: 0;
  font-size: 0.55rem;
  line-height: 0.9rem;
  color: #999;
  text-align: justify;
  overflow: hidden;
}

.ch-questions .list a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fbaf25;
  padding: 0 5px;
  background-color: #fff;
}

/*==================
  目标分数
==================*/
.score-banner {
  position: relative;
  padding-bottom: 23%;
}

.score-banner img {
  width: 100%;
}

.introduction {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0.75rem;
  background: url("../img/alpha_white.png") no-repeat;
  background-size: 100%;
  border-radius: 5px;
  border-bottom: 0.5rem solid #ededed;
}

.introduction h3 {
  font-size: 0.75rem;
}

.introduction .content {
  margin-top: 5px;
  padding-left: 0.75rem;
  padding-right: 0.25rem;
  font-size: 0.6rem;
  color: #666;
  text-align: justify;
}

.targetscore .score-list .item {
  padding: 0.75rem;
  border-bottom: 0.5rem solid #ededed;
}

.targetscore .score-list .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 3.15rem;
  overflow: hidden;
}

.targetscore .score-list .img {
  width: 4.65rem;
  height: 100%;
  overflow: hidden;
}

.targetscore .score-list .img img {
  width: 100%;
}

.targetscore .score-list .tit {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0.6rem;
  font-size: 0.45rem;
  line-height: 0.75rem;
  color: #999;
}

.targetscore .score-list .tit h3 {
  font-size: 0.5rem;
  color: #666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.targetscore .score-list .tit .details {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.targetscore .score-list .tit .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
