/* common */
.finebi-train-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
}
.finebi-train-container .caption {
  text-align: center;
}
.finebi-train-container .caption .title {
  font-size: 30px;
  font-weight: bold;
}
.finebi-train-container .caption .subtitle {
  margin-top: 30px;
}
/* 顶部banner */
.banner,
.banner .content {
  height: 150px;
}
.banner {
  width: 100%;
  background-image: url('../img/fineBITrain/top_banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.banner .content .title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

/* 为什么要学 FineBI？ */
.finebi-why-study .caption {
  padding-top: 60px;  
}
.finebi-why-study .content {
  margin-top: 30px;
}
.finebi-why-study .reason-words p {
  text-align: left;
}
.finebi-why-study .reason-words p + p {
  margin-top: 24px;
}
.finebi-why-study .reason-video {
  margin-top: 60px; 
  text-align: center;
}
.finebi-why-study .reason-video > video {
  display: inline-block;
  vertical-align: top;
  width: 1100px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
}

/* 适合人群 */
.crowd {
  padding-top: 100px;
}
.crowd .content {
  margin-top: 50px;
}
.crowd-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.crowd-list > li {
  width: 580px;
  margin-top: 60px;
}
.crowd-list > li:nth-child(1),
.crowd-list > li:nth-child(2) {
  margin-top: 0;
}
.crowd-list > li .name {
  font-size: 20px;
  font-weight: bold;
  color: #0082F1;
}
.crowd-list > li .description {
  margin-top: 10px;
}
.crowd-list > li > img {
  display: block;
  margin-top: 38px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}


/* 我们的课程 */
.finebi-course {
  padding: 100px 0;
}
.finebi-course .caption .title {
  display: inline-block;
  position: relative;
}
.finebi-course .caption .title:after {
  content: '';
  display: block;
  position: absolute;
  width: 33.33%;
  height: 3px;
  border-radius: 3px;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  background-color: #0082F1;
}
.course-tabs {
  margin-top: 65px;
}
.course-tabs .hd {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.course-tabs .hd li {
  background-color: #f3f3f3;
  height: 42px;
  line-height: 42px;
  font-size: 20px;
  color: #999;
  font-weight: bold;
  padding: 0 25px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
.course-tabs .hd li:not(.current):hover {
  background-color: #e8e8e8;
}
.course-tabs .hd li.current {
  color: #fff;
  background-color: #0082F1;
}

.course-tabs .bd {
  margin-top: 72px;
}
.course-tabs .bd li {
  display: none;
}
.course-tabs .bd li.current {
  display: block;
}
.course-tabs .personal .picture{
  margin-top: 45px;
}
.course-tabs .personal .picture > img {
  border-radius: 15px;
  display: inline-block;
  vertical-align: top;
}
.course-tabs .personal .content {
  margin-top: 44px;
}
.course-tabs .personal .scancode,
.course-tabs .personal .summary > p + p {
  margin-top: 24px;
}
/*.course-tabs .personal .scancode {*/
/*  display: flex;*/
/*  justify-content: space-between;*/
/*}*/
/*.course-tabs .personal .scancode .summary {*/
/*  width: 820px;*/
/*}*/
.course-tabs .personal .scancode .codebox {
  background-color: #fff;
  width: 346px;
  box-shadow: 0px 1px 9px 1px rgba(0,0,0,0.08);
  border-radius: 15px;
  padding: 36px 18px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-tabs .personal .scancode .scan-tips {
  width: 160px;
}
.course-tabs .personal .scancode .scan-tips .wx {
  color: #008AF4;
  font-size: 14px;
  margin-top: 15px;
}
.course-tabs .bd .row {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.course-tabs .bd .row img {
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  width: 100%;
}
.course-tabs .bd .row + .row {
  margin-top: 75px;
}
.course-tabs .bd .row .words {
  width: 615px;
}
.course-tabs .bd .row .picture {
  width: 560px;
}
.course-tabs .bd .words-box,
.course-tabs .personal .title {
  padding-left: 65px;
  position: relative;
}
.course-tabs .bd .words-box::before,
.course-tabs .personal .title::before {
  content: '';
  display: block;
  position: absolute;
  width: 41px;
  height: 41px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.course-tabs .bd .words-box.icon-calendar:before,
.course-tabs .personal .title::before {
  background-image: url('./../img/fineBITrain/icon_calendar.png');
  background-size: 100% 100%;
}
.course-tabs .bd .words-box.icon_analysis::before {
  background-image: url('./../img/fineBITrain/icon_analysis.png');
  background-size: 100% 100%;
}
.course-tabs .words-box .title,
.course-tabs .personal .title {
  color: #0082F1;
  font-size: 24px;
  font-weight: 800;
}
.course-tabs .words-box .profile {
  font-size: 16px;
  margin-top: 16px;
}
.course-tabs .words-box .contact {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  margin-top: 16px;
}
.course-tabs .words-box .contact .tips {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  margin-left: 16px;
  line-height: 1.8;
}
.course-tabs .words-box .contact .tips .scan {
  color: #336fa0;
  font-size: 14px;
}
.course-tabs .words-box .tryout {
  margin-top: 30px;
}
.course-tabs .words-box .tryout a {
  display: inline-block;
  background-color: #0082F1;
  height: 37px;
  line-height: 37px;
  padding: 0 32px;
  color: #fff;
  border-radius: 18.5px;
}
.course-tabs .words-box .tryout a:hover {
  background-color: #0a8bf9;
}

/* 更多交流 */
.immediately-contact {
  background-color: #004DF0;
  height: 228px;
  text-align: center;
}
.immediately-contact .words {
  padding-top: 66px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.immediately-contact .contact {
  padding-top: 18px;
}
.immediately-contact .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #004DF0;
  font-size: 16px;
  background-color: #fff;
}
.immediately-contact .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
