.container-w{ max-width:1200px; min-width: 1200px; margin: 0 auto;}
/* 主体盒子开始 */
.main-wrapper {
  width: 100%;
  background-color: #F2F2F2;
}
/* 主体盒子结束 */

/* 公众号开始 */
.qrcode-box {
  position: fixed;
  right: 0;
  top: 240px;
  /* padding: 5px; */
  text-align: center;
  background-color: #fff;
  z-index: 999999;
}
.icon-close img {
  width: 13px;
  height: 13px;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}
.tzyk-qrcode {
  margin-top: 20px;
}
.tzyk-qrcode img {
  width: 127px;
  height: 127px;
}
.subscribe-p {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  line-height: 24px;
  border-bottom: 1px solid #E2E2E2;
}
.contact-p {
  padding: 0 12px 14px 12px;
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
  color: #DC3221;
  line-height: 21px;
}
/* 公众号结束 */

/* 背景图部分开始 */
.faculty-bg img {
  width: 100%;
  margin-top: 90px;
  vertical-align: bottom;
}
/* 背景图部分结束 */

/* tab切换开始 */
.course-tab {
  margin-top: 90px;
  position: relative;
  width: 100%;
  background: #fff;
}
.tab-list {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 0 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab-list li {
  display: inline-block;
  vertical-align: top;
  height: 92px;
  line-height: 92px;
  padding: 0 5%;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  color: #001111;
  cursor: pointer;
  transition: color 0.3s;
}
.tab-list .cur-tab {
  font-size: 20px;
  font-weight: 600;
  color: #DC3221;
  transition: color 0.3s;
}
.tab-line {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  min-width: 48px;
  height: 3px;
  opacity: 0;
  background: #DC3221;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  animation: tabFade 1s ease forwards;
  -webkit-animation: tabFade 1s ease forwards;
}
@keyframes tabFade {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-webkit-keyframes tabFade {
  0% { opacity: 0;}
  100% { opacity: 1; }
}

/* tab切换结束 */

/* tab1-老师介绍开始 */

/* 老师具体 */
.course-title, .team-title {
  height: 172px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-line, .team-line {
  flex: 1;
  width: 340px;
  height: 1px;
  background-color: #E1E2E6;
  transform: translateY(20px);
}
.title-info {
  text-align: center;
  padding: 0 150px;
}
.info-top {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #484848;
}
.info-top.center{
  margin: 36px 0 0;
  /*font-size: 24px;*/
  justify-self: center;
}
.info-bottom {
  font-size: 20px;
  font-weight: 500;
  color: #A9A8A8;;
}

.teacher-wrapper {
  background: #fff;
  padding-bottom: 50px;
}
.course-teacher {
  height: 328px;
  display: flex;
}
.teacher-l img {
  height: 328px;
}
.teacher-r {
  padding: 31px 46px 64px 54px;
  background-color: #FDFDFE;
  border: 1px solid #F2F2F2;
}
.teacher-r-name {
  width: 450px;
  font-size: 32px;
  font-weight: 600;
  color: #111;
  line-height: 43px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
.teacher-r-code {
  margin: 15px 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  color: #333;
}
.teacher-r-detail {
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 30px;
}

/* 团队具体 */
.team-info {
  height: 450px;
  display: flex;
}
.team-l {
  margin-right: 53px;
  width: 488px;
  height: 404px;
  border: 1px solid #E1DFDF;
  border-radius: 0;
  background: #fff;
}
.team-l-pic img {
  width: 487px;
  height: 221px;
  vertical-align: bottom;
}
.team-l-sutiation {
  display: inline-block;
  padding: 10px 0 12px 0;
  margin-left: 19px;
  /*border-bottom: 1px solid #E5E4E4;*/
}
.team-l-sutiation .sp1 {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
}
.team-l-sutiation .sp2 {
  font-size: 20px;
  font-weight: 500;
  color: #999999;
}
.team-l-ol {
  padding-left: 19px;
  /*margin-top: 10px;*/
}
.team-l-ol li {
  position: relative;
  padding-left: 12px;
  /*background-color: #F2F2F2;*/
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}
.team-l-ol li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #EA4C43;
}

.team-r-list {
  height: 404px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.list-item {
  height: 58px;
  display: flex;
  align-items: center;
}
.list-teacher-purikura img{
  width: 58px;
  height: 58px;
  border-radius: 50%;
}
.list-info-box {
  width: 580px;
  margin-left: 19px;
  /* margin-bottom: 30px; */
  padding-bottom: 15px;
  /*border-bottom: 1px solid #E5E4E4;*/
}
.list-teacher-name {
  /* display: inline-block;
  width: 100px;
  text-align: justify; */
  font-size: 22px;
  font-weight: 600;
  color: #EA4C43;
}
.list-teacher-detail {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
/* tab1-老师介绍结束 */

/* 课程介绍开始 */
.course-wrapper {
  width: 100%;
  background-color: #fff;
}
.sys-course {
  position: relative;
  padding-left: 49px;
  height: 319px;
  display: flex;
  justify-content: space-between;
}
.sys-item {
  width: 406px;
  height: 303px;
}
.sys-icon img {
  width: 86px;
  height: 86px;
}
.sys-item-current {
  position: absolute;
  left: 19px;
  top: 0;
  transition: all 0.8s;
  z-index: 1;
  width: 360px;
  height: 303px;
  border-bottom: 4px solid #DC3221;
  box-shadow: 0px 5px 12px 0px #F2F2F2;
  border-radius: 4px;
  pointer-events: none;
}

.sys-course-row2 .sys-item-current {
  transition: all 0.8s;
  opacity: 0;
}
.sys-title-p {
  font-size: 22px;
  font-weight: 500;
  color: #484848;
  line-height: 42px;
}
.active-item-title{
  color: #DC3221;
}
.sys-content-p {
  width: 308px;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
}

/* tab2 开始*/
.cource-detail {
  display: flex;
  justify-content: space-between;
  /*height: 281px;*/
  margin: 31px 0 0;
  background: #FFF;
  /*border: 1px solid #E1DFDF;*/
}
.cource-detail-item {
  position: relative;
  flex: 1;
  padding: 25px;
}
.cource-detail-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 25px;
  width: 1px;
  height: 209px;
  background: #F2F2F2;
}
.cource-detail-item:last-child::after {
  display: none;
}
.detail-item-title {
  padding: 0 0 20px 65px;
  height: 73px;
  line-height: 26px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #F2F2F2;
}
.cource-detail-item:nth-of-type(1) .detail-item-title {
  background: url("../images/product/tab3/group_icon_1.png") no-repeat left top;
}
.cource-detail-item:nth-of-type(2) .detail-item-title {
  background: url("../images/product/tab3/group_icon_2.png") no-repeat left top;
}
.cource-detail-item:nth-of-type(3) .detail-item-title {
  line-height: 52px;
  background: url("../images/product/tab3/group_icon_3.png") no-repeat left top;
}
.cource-detail-item:nth-of-type(4) .detail-item-title {
  line-height: 52px;
  background: url("../images/product/tab3/group_icon_4.png") no-repeat left top;
}

.detail-item-content {
  padding-top: 20px;
  line-height: 24px;
  color: #666;
  font-size: 16px;
}

/* 系统化交易体系+模块化教学课程 */
.sys-num-course {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.sys-num-icon {
  display: flex;
  align-items: center;
}
.sys-num-icon img {
  vertical-align: bottom;
}
.sys-num-item {
  width: 350px;
  height: 64px;
  display: flex;
  padding-left: 10px;
  align-items: center;
  /*padding-right: 40px;*/
  border-radius: 40px;
  /*background-color: #EFEFEF;*/
  background-image: linear-gradient(to right, #FFF2F2, #FFFEFE);
}
.details-box .sys-num-item {
  padding-left: 0;
  background-image: none;
}
.sys-num-title-p {
  margin: 0 10px;
  font-size: 22px;
  font-weight: 600;
  color: #EA4C43;
}
.sys-num-content-p {
  font-size: 16px;
  font-weight: 500;
  color: #666;
}
.sys-num-course.details-box .sys-num-item{
  height: auto;
  align-items: flex-start;
  border-radius: 0;
  background-color: transparent;
}
.sys-num-course.details-box .sys-num-item .details{
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.sys-num-item-column {
  position: relative;
  height: 90px;
  padding-left: 90px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.sys-num-item-column::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  width: 70px;
  height: 70px;
}
.sys-num-item-column:nth-of-type(1)::before {
  background: url("../images/product/tab1/teach_icon_1.png") no-repeat center;
}
.sys-num-item-column:nth-of-type(2)::before {
  background: url("../images/product/tab1/teach_icon_2.png") no-repeat center;
}
.sys-num-item-column:nth-of-type(3)::before {
  background: url("../images/product/tab1/teach_icon_3.png") no-repeat center;
}
.sys-num-item-column .sys-num-title-p {
  margin: 0;
}
/* tab2 结束 */
.pic-list img{
  display: block;
  width: 1200px;
  margin-top: 10px;
}
.gray-box{
  width: 100%;
  height: 475px;
  background: #F2F2F2;
  padding-top: 20px;
}
.gray-box img,
.img-wrp {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.width1200{
  width: 1200px;
  margin: 0 auto;
}
.message-pic{
  display: block;
  width: 680px;
  margin: 20px auto 120px;
}
.bottom-banner {
  width: 1200px;
  margin: 0 auto 60px;
}
.bottom-banner img{
  display: block;
  width: 100%;
}
.tab-box-2, .tab-box-3 {
  display: none;
}
/* 新版-灯塔训练营 */
.training-camp {
  background-color: #fff;
}
.training-camp .camp-banner img {
  width: 100%;
}
.training-camp .camp-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 55px auto 90px;
  background: url(../images/product/camp_new/circle_bg.png) no-repeat center top;
  background-size: 400px;
}
.training-camp .camp-bg { 
  background: #FFFCF5;
  padding-top: 5px;
  padding-bottom: 20px;
}
.training-camp .camp-bg .camp-wrapper {
  margin: 50px auto 60px;
}
.training-camp .header {
  text-align: center;
}
.training-camp .header .line {
  position: absolute;
  top: 50px;
}
.training-camp .header img {
  width: 100%;
}
.training-camp .header h3 {
  font-size: 40px;
  font-weight: 600;
  color: #333333;
  line-height: 56px;
  padding-top: 30px;
}
.training-camp .header p {
  font-size: 20px;
  color: #999;
  line-height: 30px;
 }
.training-camp ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
  list-style: none;
  background: transparent;
}
.training-camp ul li {
  width: 100%;
  text-align: center;
  background: transparent;
}
/* 智能投教 */
.training-camp .edu-ul li img {
  width: 105px;
  margin: 98px auto 20px;
}
.training-camp .edu-ul li img:hover {
  width: 135px;
  margin-top: 68px;
  transition: all .3s;
}
.training-camp .edu-ul li p {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  line-height: 36px;
}
/* 教学陪伴 */
.training-camp .mt50 {
  margin-top: 50px;
}
.training-camp .ml30 {
  margin-left: 30px;
}
.training-camp .mr30 {
  margin-right: 30px;
}
.training-camp .teacher-ul{
  width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-evenly;
}
.flexC {
  justify-content: center !important;
}
.mb30{
  margin-bottom: 30px!important;
}
.training-camp .teacher-ul li{
  width: 380px;
}
.training-camp .course-ul li,
.training-camp .tool-ul li{
  margin-bottom: 30px;
}
.training-camp .teacher-ul img,
.training-camp .course-ul img,
.training-camp .teacher-text_ul img,
.training-camp .tool-ul img {
  width: 100%;
}
.training-camp .tool-ul img {
  margin-top: 50px;
}
.training-camp .tool-ul img:hover {
  margin-top: 30px;
  transition: all .3s;
}
/* 趣味成长 */
.training-camp .interest {
  font-size: 0;
  padding-bottom: 0;
}
.training-camp .interest .camp-wrapper {
  margin-bottom: 0;
}
.training-camp .text-item > div {
  position: absolute;
}
.training-camp .text-item img {
  max-height: 69px;
}
.training-camp .item1 {
  top: 372px;
  left: 140px;
}
.training-camp .item2 {
  top: 491px;
  left: 80px;
}
.training-camp .item3 {
  top: 253px;
  right: 140px;
}
.training-camp .item4 {
  top: 372px;
  right: 80px;
}
.training-camp .interest .bg{
  padding-top: 90px;
}
/** 新版 AI 决策系统样式 */
.ai-item {
  display: flex;
  width: 100%;
  height: 224px;
  margin-bottom: 20px;
  background: #FAFAFC;
  box-sizing: border-box;
  border: 1px solid #F2F2F2;
}
.ai-img {
  width: 384px;
  height: 100%;
}
.ai-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.right-info {
  flex: 1;
  padding: 40px 50px 0 40px;
  box-sizing: border-box;
}
.right-info h3 {
  padding-bottom: 16px;
  color: #333;
  font-size: 24px;
  border-bottom: 1px solid #F2F2F2;
}
.right-info > div {
  margin-top: 15px;
}
.right-info p {
  line-height: 24px;
  color: #666;
  font-size: 16px;
}
.sub-title {
  line-height: 28px;
  color: #999;
  font-size: 20px;
}

/** 智享决策工具样式 */
.deci-tool {
  display: flex;
  width: 100%;
  padding-bottom: 30px;
}
.tool-left {
  width: 570px;
}
.tool-right {
  flex: 1;
  margin-left: 54px;
}
.tool-item {
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  background: #FFFCFA;
  border: 1px solid #FDF6F0;
  border-radius: 10px;
  box-sizing: border-box;
}
.tool-img {
  width: 160px;
  height: 160px;
}
.tool-img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.tool-item .right-info {
  padding-top: 30px;
  padding-right: 42px;
}
.img-wrp img {
  width: 100%;
  height: auto;
  transform: translateX(-100px);
}
.notify-wrp {
  display: flex;
  margin-bottom: 50px;
  justify-content: space-around;
}
.notify-item {
  width: 120px;
  text-align: center;
}
.notify-item img {
  width: 120px;
  height: 120px;
  vertical-align:baseline;
}
.notify-item > div {
  margin-top: 20px;
  color: #333;
  font-size: 24px;
}
/* 新版 价值实战系列 */
.valuable-practice {
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  overflow: hidden;
  margin-bottom: 0;
}
.valuable-practice .camp-wrapper {
  margin-bottom: 0;
  margin-top: 50px;
}
.valuable-practice .camp-wrapper .content-wrapper {
  padding-top: 55px;
}
.valuable-practice .content-wrapper img {
  width: 100%;
}
.valuable-practice .teacher-show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 99;
}
/* .valuable-practice .swiper{ */
  /* width: 970px;设为固定值 */
  /* overflow: hidden;
} */
/* .valuable-practice .swiper-slide{
}
.valuable-practice .swiper-slide .swiper-slide-active{
  width: 450px;/*设为固定值*/
/* } */
/* .valuable-practice .swiper-wrapper .swiper-slide-prev,
.valuable-practice .swiper-wrapper .swiper-slide-next{
  width: 220px;
} */
/* .valuable-practice .teacher-show .swiper-wrapper img {
  width: 220px;
} */
/* .valuable-practice .teacher-show .swiper-wrapper .swiper-slide-active {
  width: 450px;
} */
.valuable-practice .teacher-show .swiper-circle {
  width: 75px;
  position: relative;
  top: 72px;
}
.valuable-practice .teacher-show .swiper-contraction {
  width: 220px;
  cursor: pointer;
}
.valuable-practice .teacher-show .swiper-image img {
  display: none;
}
.valuable-practice .teacher-show #swiper-active img:first-child,
.valuable-practice .teacher-show #swiper-contraction-left img:last-child,
.valuable-practice .teacher-show #swiper-contraction-right img:nth-child(2) {
  display: inline-block;
}
.valuable-practice .teacher-show .swiper-active {
  width: 400px;
  position: relative;
  cursor: pointer;
}
.valuable-practice .teacher-intro {
  height: 400px;
  background: #FFF9F1;
  position: relative;
  bottom: 55px;
}
.valuable-practice .suitable-people {
  margin-top: 0;
  padding-bottom: 40px;
  width: 1020px;
  background: none;
}
.valuable-practice .suitable-people img {
  width: 100%;
}
.valuable-practice .suitable-people .content-wrapper {
  padding-bottom: 90px;
}
.valuable-practice .teacher-intro-wrapper {
  width: 1020px;
  position: absolute;
  padding-top: 100px;
  margin: 0 auto;
  display: none;
  left: 50%;
  transform: translateX(-50%)
}
.valuable-practice .teacher-intro-wrapper:first-child {
  display: block;
}
.valuable-practice .teacher-intro .quotation-mark {
  width: 100%;
  position: absolute;
  left: 0;
}
.valuable-practice .teacher-intro .intro-title {
  font-size: 34px;
  font-weight: bold;
  color: #C4752B;
  line-height: 48px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDD1B3;
  margin-bottom: 20px;
}
.valuable-practice .teacher-intro .intro-desc {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
}
.valuable-practice .tutor-tab {
  display: flex;
  justify-content: space-between;
  width: 870px;
  margin: 0 auto;
  margin-bottom: 65px;
  position: relative;
}
.tab-box-7 .valuable-practice .tutor-tab{
  margin-bottom: 35px;
  width: 1000px;
}
.valuable-practice .tutor-tab img {
  width: 150px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.tab-box-7 .valuable-practice .tutor-tab img {
  width: 190px;
}
.valuable-practice .tutor-tab .line {
  position:absolute;
  width: 150px;
  height: 3px;
  background: #D39156;
  left:0;
  bottom:0;
}
.tab-box-7 .valuable-practice .tutor-tab .line{
  width: 190px;
}
.valuable-practice .tutor-content {
  display: none;
}
.valuable-practice .tutor-content:first-child {
  display: flex;
  justify-content: space-between;
}
.valuable-practice .tutor-content .tutor-content-left {
  float: left;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.valuable-practice .tutor-content .tutor-content-left .content-title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  padding-bottom: 21px;
}
.valuable-practice .tutor-content .tutor-content-left .content-desc {
  font-size: 20px;
  color: #666666;
  line-height: 33px;
}
.valuable-practice .tutor-content .tutor-content-right img {
  width: 640px;
}
.valuable-practice .excellent-course {
  height: 900px;
  margin-top: 133px;
}
.valuable-practice .excellent-course .content-wrapper {
  position: relative;
  display: flex;
  padding-top: 90px;
}
.valuable-practice .excellent-course .lecture-banner {
  width: 435px;
}
.valuable-practice .excellent-course .course-left {
  display: flex;
  flex-direction: column;
  padding-right: 330px;
}
.valuable-practice .excellent-course .course-right {
  display: flex;
  flex-direction: column;
}
.valuable-practice .excellent-course .course-left .lecture-banner {
  margin-bottom: 120px;
}
.valuable-practice .excellent-course .course-right .lecture-banner {
  margin-bottom: 230px;
}
.valuable-practice .excellent-course .raise-banner {
  width: 550px;
  position: absolute;
  top: 130px;
  /* left: 325px; */
  left: 50%;
  transform: translateX(-50%);
}
.valuable-practice .decision-system {
  padding-bottom: 50px;
}
.valuable-practice .decision-system .content-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 110px;
}
.valuable-practice .decision-system .pyramid-logo {
  position: absolute;
  width: 431px;
  left: 0;
  top: 230px;
}
.valuable-practice .decision-system .decision-banner {
  width: 996px;
  margin-bottom: 30px;
}
.valuable-practice .camp-wrapper .app-banner {
  padding: 100px 0;
}
/* 技术成长系列 */
.tab-box-2 .excellent-course .content-wrapper {
  display: flex;
  justify-content: space-between;
}
.tab-box-2 .excellent-course .paper-image {
  height: 684px;
  width: 435px;
}
.tab-box-2 .excellent-course .raise-banner {
  top: 185px;
}
.tab-box-2 .decision-system .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: normal;
}
.tab-box-2 .decision-system .content-wrapper .desicion-col {
  display: flex;
  justify-content: space-between;
}
.tab-box-2 .decision-system .content-wrapper .desicion-col:first-child {
  margin-bottom: 50px;
  background: linear-gradient(90deg, rgba(255,193,119,0) 0%, rgba(255,197,128,0.15) 51%, rgba(255,197,128,0) 100%);
  height: 300px;
  align-items: center;
}
.tab-box-2 .decision-system .content-wrapper .desicion-image {
  width: 465px;
}
.tab-box-2 .decision-system .content-wrapper .bottom-left {
  width: 460px;
  height: 264px;
}
.tab-box-2 .decision-system .content-wrapper .bottom-right {
  width: 420px;
  height: 264px;
}
.tab-box-2 .decision-system .content-wrapper .raise-banner {
  width: 430px;
  position: absolute;
  top: 230px;
  left: 52%;
  transform: translateX(-50%);
}
.tab-box-2 .excellent-course {
  height: 980px;
}
.tab-box-3 .excellent-course {
  height: auto;
}
.tab-box-3 .excellent-course .content-wrapper img {
  height: 254px;
}
.tab-box-5 .excellent-course {
  height: 510px;
}
.tab-box-5 .excellent-course .content-wrapper {
  display: flex;
  justify-content: space-between;
}
.tab-box-5 .excellent-course .content-wrapper img {
  width: 585px;
  height: 200px;
}
/* 决策体系 */
.decision-content {
  display: flex;
  justify-content: space-between;
}
.decision-content-left {
  float: left;
  width: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.decision-item {
  position: relative;
  font-size: 0;
  font-weight: bold;
  color:#333333;
  line-height: 34px;
  padding-left: 40px;
  padding-bottom: 18px;
  cursor: pointer;
}
.decision-item>div:first-child {
  padding-bottom: 18px;
}
.decision-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 6px solid #CE956A;
  border-radius: 50%;
}
.decision-item .title {
  font-size: 34px;
}
.decision-item .orange {
  font-size: 34px;
  color: #CE956A;
}
.decision-item .txt {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 33px;
  padding-bottom: 34px;
}
.decision-content .hide {
  display: none;
}
.decision-content .show {
  display: block;
}
#swiper-decision-right img {
  max-width: 650px;
  cursor: pointer;
}
/* 策略演练 */
.play-content .txt {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
  padding-bottom: 48px;
}
.mb140 {
  margin-bottom: 140px !important;
}
/* 组合策略中心 */
.valuable-practice .strategy-tab {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 65px;
  position: relative;
}
.valuable-practice .strategy-tab img {
  width: 150px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.valuable-practice .strategy-tab .item {
  position: relative;
}
.valuable-practice .strategy-tab .item.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background: #D39156;
}
.valuable-practice .strategy-content {
  display: none;
}
.valuable-practice .strategy-content:first-child {
  display: flex;
  justify-content: space-between;
}
.valuable-practice .strategy-content .strategy-content-left {
  float: left;
  width: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.valuable-practice .strategy-content .strategy-content-left .content-title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  padding-bottom: 21px;
}
.valuable-practice .strategy-content .strategy-content-left .content-desc {
  font-size: 20px;
  color: #666666;
  line-height: 33px;
}
.valuable-practice .strategy-content .strategy-content-right img {
  max-width: 591px;
}
/* 大阳智投智盈版 */
.tab-box-6 .training-camp .camp-banner {
  width: 100%;
  background: #FAF3EB;
}
.tab-box-6 .training-camp .camp2{
  background: linear-gradient( 271deg, rgba(255,255,255,0) 0%, #FFF5E8 100%);
}
.tab-box-6 .training-camp .camp-banner img{
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.tab-box-6 .training-camp .center {
  width: 100%;
  text-align: center;
  background: rgba(213,135,63,0.1);
}
.tab-box-6 .training-camp .center1{
  background: #fff;
  padding-bottom: 60px;
}
.tab-box-6 .training-camp .center .title {
  width: 100%;
  font-weight: bold;
  font-size: 40px;
  color: #4D4D4D;
  padding: 60px 0 40px;
}
.tab-box-6 .training-camp .center .sub-title {
  width: 960px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  margin: 0 auto 55px;
}
.tab-box-6 .training-camp .center .m0 {
  margin-bottom: 0;
}
.tab-box-6 .training-camp .camp-banner .banner-img{
  display: block;
  width: 100%;
}
.full-img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}

.flex-box {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.flex-box .flex-item{
  flex: 1;
}
.box-left {
  width: 715px;
  position: relative;
}
.box-left .details {
  position: absolute;
  left: 0;
  width: 538px;
  font-size: 20px;
  color: #666;
  text-align: left;
}
.bold {
  font-weight: bold;
  color: #CB7C33;
}
.img-1{
  display: block;
  width: 480px;
  margin: 132px auto 0;
}
.img-2{
  display: block;
  width: 780px;
}
.img-3{
  display: block;
  width: 670px;
}
.tab{
  width: 462px;
  line-height: 68px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
}
.tab span{
  float: left;
  width: 50%;
  font-size: 24px;
  background: #FFF9F5;
  color: #818181;
  cursor: pointer;
}
.tab span.active{
  background: #CB7C33;
  color: #fff;
}
.tab span:hover:not(.active){
  background: #FFEBDC;
}
.tab-box-6 .training-camp .center3{
  background: url('../images/product/tab-6/bg-1.png') no-repeat center;
  background-size: 100% 100%;
}
.title-2{
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.tab-box-6 .training-camp .center4{
  background-color: #fff;
}
.tab-box-6 .training-camp .center4 .big-bg{
  width: 1200px;
  height: 967px;
  margin: 0 auto;
}
.tab-box-6 .training-camp .center4 .big-bg .table-3{
  position: relative;
  height: 900px;
}
#img-show{
  position: relative;
  z-index: 10;
}
.tab-box-6 .training-camp .center4 .big-bg .table-3 .bg-fixed{
  position: absolute;
  top: 90px;
  right: -35px;
  width: 1000px;
  height: 686px;
  background: url('../images/product/tab-6/bg-3.png') no-repeat center;
  background-size: 100%;
  z-index: 1;
}
.tab-box-6 .training-camp .center5{
  background: #fff;
  padding-bottom: 50px;
}
.tab-box-6 .training-camp .center7{
  background: #fff;
  padding-bottom: 100px;
}
.table-list{
  width: 1200px;
  margin-top: 30px;
  height: 500px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 128px 0px rgba(0,0,0,0.04), 0px 0px 64px 0px rgba(0,0,0,0.1);
  border-radius: 16px;
}
.position-box{
  position: relative;
  width: 1200px;
  height: 610px;
  overflow: hidden;
  margin: 0 auto;
}
.position-box .p-left{
  position: absolute;
  left: 0;
  top: 70px;
  width: 639px;
}
.position-box .p-left img{
  display: block;
  width: 100%;
}
.position-box .p-right{
  position: absolute;
  right: 0;
  top: 0;
  /* height: 585px; */
  width: 680px;
}
.position-box .p-right img {
  display: block;
  /* width: 100%; */
  height: 515px;
}
.table-box{
  width: 1200px;
  line-height: 68px;
  border-radius: 12px;
  display: flex;
  background: #FFF9F5;
  margin: 30px auto;
}
.table-box span{
  flex: 1;
  text-align: center;
  font-size: 24px;
  color: #818181;
  cursor: pointer;
}
.table-box span:first-child{
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}
.table-box span:last-child{
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}
.table-box span.active{
  background: #CB7C33;
  color: #fff;
}
.table-box span:hover:not(.active){
  background: #FFEBDC;
}
.tab-box-6 .training-camp .center .big-img{
  display: none;
  width: 1200px;
  margin: 0 auto;
}
.tab-box-6 .training-camp .center .big-img.active{
  display: block;
}
.transform-img{
  position: relative;
  display: block;
  width: 1200px;
  height: 500px;
  margin: 80px auto;
  overflow: hidden;
}
.transform-img img{
  position: absolute;
}
.transform-img .left-img{
  top: 0;
  left: -80px;
  width: 400px;
  transition: left 1s linear 0s;
}
.transform-img .left-img:hover {
  left: 0;
}
.transform-img .right-img{
  top: 0;
  right: 0;
  width: 400px;
}

.icon-list {
  width: 100%;
  display: flex;
  padding: 50px 0 25px;
}
.icon-list .icon-item{
  flex: 1;
  text-align: center;
}
.icon-list .icon-item:hover{
  transition: all .3s;
  transform: scale(1.3);
}

.icon-list .icon-item img{
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.icon-list .icon-item span{
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  color: #333;
  line-height: 50px;
}
.tab-box-6 .training-camp .center6{
  background: url('../images/product/tab-6/bg-2.png') no-repeat center;
  background-size: 100%;
}
.phone-box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.phone-lt .lt-title{
  font-weight: bold;
  font-size: 40px;
  color: #4D4D4D;
  margin-top: 100px;
  margin-bottom: 40px;
  text-align: left;
}
.phone-lt .g-list{
  width: 576px;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
}
.g-list .g{
  position: relative;
  float: left;
  width: 288px;
  height: 165px;
  padding: 20px 0;
  text-align: center;
  color: #4D4D4D;
  cursor: pointer;
}
.g-list .g.active{
  background: rgba(203,124,51,0.06);
  border: 2px solid #CB7C33;
  color: #CB7C33;
}
.g-list .g:hover{
  background: rgba(203,124,51,0.06);
}
.g .line{
  position: absolute;
  display: none;
  width: 21px;
  height: 49px;
  background: #CB7C33;
}
.g-list .g.active .line{
  display: block;
  left: 0;
  top: 45px;
}
.g .t{
  font-weight: 600;
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 4px;
}
.g .s{
  font-weight: 400;
  font-size: 20px;
}
.phone-rt{
  width: 500px;
  margin-left: 125px;
}
.img-list{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.img-list .img-item{
  width: 389px;
}
.course-tips{
  width: 100%;
  /* background: rgba(203,124,51,0.06); */
  background: #fff;
  padding: 50px 0 40px;
}
.course-tips .risk-tip1{
  width: 1200px;
  font-weight: 400;
  font-size: 20px;
  color: #CB7C33;
  margin: 0 auto 25px;
}
.course-tips .risk-tip2{
  width: 1200px;
  font-weight: 400;
  font-size: 24px;
  color: #CB7C33;
  margin: 0 auto;
  text-align: left;
}
.course-tips .risk-tip2 span{
  float: right;
}
.float-tip{
  width: 1200px;
  height: 105px;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
}
.tab-box-css .valuable-practice .camp-wrapper .czjc-content{
  padding-top: 0;
}
.tab-box-css .valuable-practice .camp-wrapper .czjc-content img{
  height: 493px;
}
.tab-box-css .valuable-practice .camp-wrapper .czjc-content .diy-height{
  height: 444px;
}
.tab-box-css .valuable-practice .camp-wrapper .list-box{
  display: flex;
  /* margin-top: 50px; */
  box-sizing: border-box;
}
.tab-box-css .valuable-practice .camp-wrapper .list-box .item{
  flex: 1;
  text-align: center;
}
.tab-box-css .list-box .item:not(:last-child) {
  margin-right: 16px;
}
.tab-box-css .valuable-practice .camp-wrapper .list-box .item .inner-item{
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 30px;
  border: 2px solid transparent;
  background: linear-gradient( 224deg, #EDC187 0%, rgba(237,193,135,0.37) 100%);
}
.tab-box-css .valuable-practice .camp-wrapper .list-box .item .inner-item{
  margin-top: 50px;
}
.tab-box-css .valuable-practice .camp-wrapper .list-box .item .inner-item:hover{
  border: 2px solid #B2410D;
  margin-top: 30px;
  transition: all .3s;
}
.tab-box-css .list-box .item img{
  display: block;
  width: 224px;
  height: 224px;
}
.tab-box-css .list-box .item .title{
  font-size: 36px;
  color: #B2410D;
  font-weight: bold;
}
.tab-box-css .list-box .item .sub{
  font-size: 20px;
  color: #666666;
}
.tab-box-css .valuable-practice .tutor-tab{
  width: 1050px;
}
.tab-box-css .valuable-practice .excellent-course{
  margin-top: 80px;
}
.tab-box-css .valuable-practice .excellent-course{
  height: auto;
}
.mt{
  margin-top: 120px!important;
}
.valuable-practice .teacher-intro-2{
  height: 300px;
}

/* 大阳智投至尊版 */
.tab-box-7 .banner-float{
  position: relative;
  z-index: 100;
  width: 1200px;
  height: 592px;
  background: #FEFEFE;
  box-shadow: 0px 0px 64px 0px rgba(145,145,145,0.15);
  border-radius: 32px;
  margin: -40px auto 0;
  padding: 50px;
}
.tab-box-7 .banner-icon{
  width: 100%;
  height: 160px;
  background: url('../images/product/tab-7/banner-icon.png') no-repeat center;
  background-size: cover;
  text-align: center;
}
.banner-icon .banner-title{
  font-weight: bold;
  font-size: 40px;
  line-height: 1.2;
  color: #1A1A1A;
  padding-top: 30px;
}
.banner-icon .banner-sub{
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.banner-icon .banner-sub.m-top{
  margin-top: 10px;
}
.banner-float .banner-text{
  font-weight: 600;
  font-size: 30px;
  color: #CB7B33;
  line-height: 45px;
  text-align: left;
}
.banner-float .banner-details{
  display: block;
  width: 100%;
  height: 162px;
  margin-top: 40px;
}
.teacher-wrap{
  width: 100%;
  height: 820px;
  margin-top: 50px;
  background: url('../images/product/tab-7/mask.png') no-repeat center;
  background-size: cover;
}
.teacher-wrap .teacher-box{
  width: 1200px;
  margin: 0 auto;
}
.teacher-main{
  position: relative;
  display: flex;
  width: 100%;
}
.teacher-main .t-left{
  width: 705px;
}
.t-left .name-wrap{
  display: flex;
  align-items: baseline;
}
.name-box .name{
  display: block;
  height: 40px;
  font-weight: bold;
  font-size: 40px;
  color: #CB7C33;
  line-height: 60px;
}
.name-box .name-line{
  display: block;
  height: 8px;
  margin-top: 8px;
  background: linear-gradient( 90deg, #FFEDD2 0%, #FFD8B4 100%);
}
.name-wrap .name-code{
  width: 323px;
  height: 33px;
  font-weight: 400;
  font-size: 24px;
  color: #CB7C33;
  line-height: 33px;
  text-align: left;
  font-style: normal;
  margin-left: 40px;
}
.t-left .teacher-sub{
  font-weight: 600;
  font-size: 32px;
  color: #CB7C33;
  line-height: 45px;
  margin: 24px 0 36px;
}
.t-left .teacher-info{
  width: 100%;
  height: 120px;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
}
.t-left .t-small-list{
  margin-top: 80px;
}
.t-left .t-small-list li{
  display: block;
  width: 120px;
  height: 120px;
  margin-right: 20px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.t-left .t-small-list li.active{
  background: url("../images/product/tab-7/teacher/active.png") no-repeat center;
  background-size: contain;
}
.t-left .t-small-list li img{
  height: 105px;
  margin-top: 15px;
}
.teacher-main .t-right{
  width: 418px;
  height: 505px;
  overflow: hidden;
  margin-left: 60px;
}
.teacher-main .t-right img{
  display: block;
  width: 100%;
  height: 505px;
}
.tutor-ul{
  width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.tutor-ul .tutor-li{
  position: relative;
  width: 384px;
  height: 661px;
  border: 4px solid #f8f8f8;
  background: rgba(184,184,184,0.1);
  border-radius: 8px;
}
.tutor-ul .tutor-li:hover{
  border: 4px solid #D5873F;
  background: rgba(255,203,154,0.1);
  border-radius: 8px;
}
.tutor-ul .tutor-li img{
  display: block;
  width: 100%;
  height: 425px;
}
.tutor-title{
  width: 100%;
  position: absolute;
  top: 350px;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  color: #D08B4C;
  line-height: 44px;
}
.tutor-sub{
  width: 100%;
  position: absolute;
  top: 410px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #666666;
  line-height: 30px;
}
.tutor-detail{
  position: absolute;
  top: 475px;
  text-align: justify;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 30px;
  margin: 0 24px;
}
.tutor-ul .b-pic{
  width: 100%;
  display: block;
}

.img-wrap{
  position: relative;
  height: 925px;
}
.valuable-practice .img-wrap .up-img{
  position: relative;
  z-index: 10;
  display: block;
  width: 1200px;
  margin: 0 auto;
}
.img-wrap .down-img{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tab-box-7 .training-camp .camp-wrapper{
  background: none;
}
.camp-wrapper .img-banner{
  display: block;
  width: 100%;
}
.row-box{
  width: 100%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin: 45px 0 100px;
}
.row-box .row-item{
  width: 284px;
  height: 428px;
  background: linear-gradient( 224deg, #EDC187 0%, rgba(237,193,135,0.37) 100%);
  border-radius: 8px;
  cursor: pointer;
}
.row-box .row-item:hover{
  border: 2px solid #B2410D;
}
.valuable-practice .content-wrapper .row-item img{
  display: block;
  width: 224px;
  margin: 30px auto 10px;
}
.row-item .row-title{
  font-weight: bold;
  font-size: 42px;
  color: #B2410D;
  margin-bottom: 15px;
}
.row-item .row-detail{
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 24px;
}
.tab-box-7 .valuable-practice .camp-wrapper .app-banner{
  padding: 50px 0;
}
.tab-content-box{
  background: #fff;
}
/* 尊享版 sub-tab切换 */
.sub-tab{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.sub-tab .sub-item{
  width: 582px;
  height: 121px;
  line-height: 121px;
  background: #F7F7F7;
  font-size: 32px;
  color: #666666;
  margin: 20px 0;
  padding: 0 24px;
  border-radius: 6px;
  cursor: pointer;
}
.sub-tab .sub-item:first-child.active{
  background: url('../images/product/tab-3/sub-tab/sub-tab1.png') no-repeat center;
  background-size: cover;
  border-radius: 6px;
}
.sub-tab .sub-item:last-child.active{
  background: url('../images/product/tab-3/sub-tab/sub-tab2.png') no-repeat center;
  background-size: cover;
  border-radius: 6px;
}
.sub-tab .sub-item.active,.sub-tab .sub-item:hover{
  color: #C4752B;
}
.sub-content{
  display: none;
}
.sub-content.active{
  display: block;
}