/* common */
.python-train-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 150px;
}
.banner {
  width: 100%;
  background-image: url('../img/pythonTrain/top_banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.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;
}

/* python 简介 */
.python-profile {
  padding: 60px 0 75px;
}
.python-profile .download, .download{
  margin-top: 30px;
}
.python-profile .download a,.download a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 19px;
  background-color: #336fa0;
  border-radius: 18.5px;
  color: #fff;
  font-size: 16px;
}
.python-profile .download a:hover,.download a:hover {
  background-color: #3b78aa;
}

/* 为什么要学 Python？ */
.python-why-study .caption {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.python-why-study .content {
  background-color: #f8f8f8;
  margin-top: 30px;
}
.python-why-study .study-reason {
  padding: 28px 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.python-why-study .study-reason .pic {
  width: 61.1%;
}
.python-why-study .study-reason .pic img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.python-why-study .study-reason .items {
  width: 33.6%;
}
.python-why-study .study-reason .items p {
  padding: 12px 0;
}

/* 我们的课程 */
.python-course {
  padding: 75px 0 130px;
}
.python-course .course-caption {
  text-align: center;
}
.python-course .course-caption .title {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.python-course .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: #336fa0;
}
.course-tabs {
  margin-top: 52px;
}
.course-tabs .tabs-btns {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
.course-tabs .tabs-btns 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 .tabs-btns li:not(.current):hover {
  background-color: #e8e8e8;
}
.course-tabs .tabs-btns li.current {
  color: #fff;
  background-color: #336fa0;
}

.course-tabs .tabs-list {
  margin-top: 72px;
}
.course-tabs .tabs-list li {
  display: none;
}
.course-tabs .tabs-list li.current {
  display: block;
}
.course-tabs .tabs-list .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 .tabs-list .row img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.course-tabs .tabs-list .row + .row {
  margin-top: 120px;
}
.course-tabs .tabs-list .row .words {
  width: 51.06%;
}
.course-tabs .tabs-list .row .picture {
  width: 45.9%;
}
.course-tabs .tabs-list .words-box {
  padding-left: 65px;
  position: relative;
}
.course-tabs .tabs-list .words-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
}
.course-tabs .tabs-list .words-box.icon-calendar:before {
  background-image: url('./../img/pythonTrain/icon_calendar.png');
  background-size: 100% 100%;
}
.course-tabs .tabs-list .words-box.icon_analysis::before {
  background-image: url('./../img/pythonTrain/icon_analysis.png');
  background-size: 100% 100%;
}
.course-tabs .words-box .title {
  color: #336fa0;
  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: #336fa0;
  height: 37px;
  line-height: 37px;
  padding: 0 32px;
  color: #fff;
  border-radius: 18.5px;
}
.course-tabs .words-box .tryout a:hover {
  background-color: #3b78aa;
}

/* 更多交流 */
.immediately-contact {
  background-color: #346fa1;
  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: #346fa1;
  font-size: 16px;
  background-color: #fff;
}
.immediately-contact .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.individual {
  font-size: 16px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.individual .text-1{
  margin-top: 45px;
}

.individual .text-2{
  margin-top: 30px;
}

.individual .color-other-1{
  color: #336FA0;
}
.individual .bottom-box{
  display: flex;
  justify-content: space-between;
}
/*.individual .bottom-box .left-box{*/
/*  width: 822px;*/
/*}*/
.individual .bottom-box .right-box{
  display: flex;
  align-items: center;

  padding: 36px 18px;
  background: #FFFFFF;
  box-shadow: 0px 1px 9px 1px rgba(0,0,0,0.08);
  border-radius: 15px 15px 15px 15px;
  opacity: 1;
  margin-top: 30px;

}

.individual .bottom-box .right-box img{
  width: 125px;
  height: 125px;
  margin-right: 24px;
}

.individual .bottom-box .right-box p{
  font-size: 16px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
}

.individual .bottom-box .right-box .small-text{
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #336FA0;
  margin-top: 7px;
}