/* pc */
button {
  outline: none !important;
}

@media only screen and (min-width: 769px) {

  /* 专题页 —— 团体心理辅导套件 */
  .containerBox {
    padding: 50px 0;
    width: 100%;
    height: 100%;
  }

  .containerBox:nth-child(2) {
    padding-top: 90px;
  }

  .containerBox:nth-child(even) {
    background: #fff;
  }

  .containerBox:nth-child(odd) {
    background: #0D4A5C;
  }

  .inner-area {
    margin: 0 auto;
    width: 1200px;
  }

  .tftj-content-box {
    margin-top: 20px;
    overflow: hidden;
  }

  .content-left {
    float: left;
    width: 41%;
  }

  .content-left-text,
  .content-right-tfimg {
    margin-bottom: 40px;
    height: 190px;
  }

  .tftj-name {
    color: #14AFDD;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
  }

  .tftj-content-box .tftj-name {
    text-align: left;
  }

  .content-left .tftj-msg {
    margin-top: 50px;
    color: #676767;
    font-size: 2.4rem;
    letter-spacing: 3px;
  }

  .content-left .tftj-about,
  .content-right .tftj-action {
    padding: 40px 8%;
    height: 620px;
    font-size: 2rem;
    border-radius: 10px;
    background: #F9F9F9;
    text-align: center;
  }

  .content-left .tftj-about-title,
  .content-right .tftj-action-title {
    color: #14AFDD;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }

  .content-left .tftj-summary {
    margin: 30px auto;
    color: #666;
    line-height: 160%;
    text-align: left;
    letter-spacing: 1px;
  }

  .tf-btn-more {
    width: 120px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    background: #14AFDD;
    color: #fff;
    font-size: 1.4rem;
    border: 0;
    outline: none;
  }

  .tf-btn-more:hover {
    opacity: .6;
    transition: all .3s;
    cursor: pointer;
  }

  .content-right {
    float: right;
    width: 56%;
  }

  .content-right-tfimg {
    text-align: right;
  }

  .content-right .tftj-action {
    padding: 40px 0 0;
  }

  .tftj-action-item:nth-child(1) {
    margin-top: 35px;
  }

  .tftj-action-item:nth-child(odd) {
    background: #E5E5E5;
  }

  .tftj-action-item {
    height: 80px;
    line-height: 80px;
    color: #666;
    text-align: left;
    letter-spacing: 2px;
  }

  .tftj-action-item>i {
    display: inline-block;
    margin: 0 30px 0 45px;
    width: 26px;
    background: url(/picture/tf_sprite.png) no-repeat 0 0;
    vertical-align: -2px;
  }

  .tftj-action-item:nth-child(1)>i {
    height: 15px;
    background-position: 0 0;
  }

  .tftj-action-item:nth-child(2)>i {
    height: 20px;
    background-position: 0 -15px;
  }

  .tftj-action-item:nth-child(3)>i {
    height: 24px;
    background-position: 0 -35px;
  }

  .tftj-action-item:nth-child(4)>i {
    height: 19px;
    background-position: 0 -59px;
  }

  .tftj-action-item:nth-child(5)>i {
    height: 20px;
    background-position: 0 -78px;
  }

  .tftj-action-item:nth-child(6)>i {
    height: 15px;
    background-position: 0 -98px;
  }

  /* 团辅工具箱 */
  .tf-box-1 {
    width: 100%;
    overflow: hidden;
  }

  .tf-box-text {
    float: left;
    color: #fff;
    font-size: 2rem;
  }

  .tf-box-msg {
    margin: 15px auto 20px;
    color: #979797;
  }

  .tf-box-text>.tf-btn-more {
    color: #999;
    background: #336573;
  }

  .tf-box-icon {
    float: right;
    width: 678px;
    height: 160px;
    background: url(/picture/tf_box_iconbg.png) no-repeat center center;
  }

  .icon-item {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5% 0 0 4%;
    width: 81px;
    height: 81px;
    border: 1px solid #9A9A9A;
    border-radius: 10px;
    background: #0D4A5C;
  }

  .icon-item:hover {
    opacity: .75;
    transition: all .5s;
  }

  .icon-item>i {
    display: block;
    width: 44px;
    background: url(/picture/tf_sprite.png) no-repeat 26px 0;
    transition: all .5s;
  }

  .icon-item:hover i {
    transform: scale(1.2);
  }

  .icon-item:nth-child(1)>i {
    height: 28px;
    background-position: -26px 0;
  }

  .icon-item:nth-child(2)>i {
    height: 30px;
    background-position: -26px -28px;
  }

  .icon-item:nth-child(3)>i {
    height: 29px;
    background-position: -26px -57px;
  }

  .icon-item:nth-child(4)>i {
    height: 28px;
    background-position: -26px -86px;
  }

  .icon-item:nth-child(5)>i {
    height: 29px;
    background-position: -26px -114px;
  }

  .icon-item:nth-child(6)>i {
    height: 28px;
    background-position: -26px -143px;
  }

  .tf-box-row {
    margin-bottom: 30px;
    overflow: hidden;
  }

  .tf-box-rowtitle {
    float: left;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
  }

  .tf-box-rowtitle:nth-child(2) {
    float: right;
    margin-right: 16.5%;
  }

  .tf-box-rowtitle>a,
  .tf-box-rowtitle>span {
    margin-left: 20px;
    color: #999;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .tf-box-rowtitle>a:hover {
    color: #fff;
  }

  .tf-box-2>.tftj-name {
    margin: 6% 0;
  }

  .use-img-box {
    display: flex;
    justify-content: space-between;
  }

  .use-img-item>img {
    max-width: 100%;
    height: 266px;
  }

  .use-img-name {
    margin-top: 20px;
    color: #979797;
    font-size: 2rem;
    text-align: center;
  }

  /* 团辅桌椅轮播 */
  .slide-area {
    width: calc(100% - 10px);
    padding-top: 31.2%;
    position: relative;
    margin-top: 5px;
    margin-left: 5px;
  }

  #slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-tfzy .carousel-item {
    margin-top: 5%;
    text-align: center;
  }

  .slide-tfzy .slide-img-bg:not(:first-child) {
    margin-left: 3%;
  }

  .slide-tfzy .slide-img-bg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 370px;
    height: 280px;
    box-shadow: 0 0 10px 0 rgba(178, 178, 178, 0.89);
    border-radius: 10px;
    vertical-align: middle;
    overflow: hidden;
  }

  /* 轮播左右切换按钮 */
  .slide-area .carousel-control-prev {
    top: 103%;
    left: 39%;
  }

  .slide-area .carousel-control-next {
    top: 103%;
    right: 39%;
  }

  .slide-area .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
    background: url(/picture/carousel-control-prev-icon.png) no-repeat center center;
  }

  .slide-area .carousel-control-next-icon {
    width: 35px;
    height: 35px;
    background: url(/picture/carousel-control-next-icon.png) no-repeat center center;
  }
}
