/* 全屏菜单 */
#full-menu {
  background-color: transparent;
  box-shadow: none;

  color: white;
  text-align: center;
}

#full-menu .menu {
  background-color: transparent;
}

#full-menu .close {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid white;
  border-radius: 5px;
  margin-top: 40px;
}

/********************************* 学校主页 *******************************/
.school-card {
  position: relative;
  overflow: hidden;
}

.school-info {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 16px;
}

.school-name {
  font-size: 34px !important;
  color: #FFFFFF !important;
  font-weight: 400;
  margin: 0 !important;
}

.school-name-en {
  font-size: 16px;
  font-weight: 400;
}

.school-img {
  width: 100%;
  height: 200px;
}

.mask-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#B9B5B5, #313131);
  opacity: 0.6;
}

.star-box i {
  font-size: 16px;
  color: #D9D9D9;
}

.star-box .yellow {
  color: #FFE622;
}

.view-more {
  color: #2979ff;
  font-size: 12px;
}

.view-more i {
  font-size: 14px;
}

.fold-inline .text-more {
  color: #2979ff;
  font-size: 12px;
  white-space:nowrap;
}

.fold-inline .text-more i {
  font-size: 14px;
}

.url-btn {
  position: absolute !important;
  top: 21px;
  right: 16px;
  background: #fff;
  border: 1px solid #2979ff;
  color: #2979ff;
  padding: 4px 16px;
  border-radius: 5px;
  outline: none;
}

/* 学校简介 */
.school-introduce > h3:not(:first-child) {
  padding-top: 20px;
  border-top: 1px solid #E3E3E3;
}

.school-introduce > div:not(:last-child) {
  padding-bottom: 16px;
}

/* 排名 */
.label-tag {
  font-size: 12px;
  float: right;
  color: #AAAAAA;
  line-height: 20px;
}

.ranking {
  text-align: center;
  font-size: 42px !important;
  color: #333333;
}

.ranking-type {
  text-align: center;
  color: #AAAAAA;
  font-size: 12px;
  line-height: 32px;
}

.chart {
  width: 100%;
  height: 180px;
  background: #FCFDFD;
  border: 1px solid #ddd;
}
#ranking-chart2 {
  width: 100%;
  height: 180px;
  background: #FCFDFD;
  border: 1px solid #ddd;
}

/* 评论 */
.comment-list, .comment-list ul, .comment-list li {
  overflow: hidden;
}

.comment-list li {
  margin-top: 16px;
}

.comment-avatar {
  float: left;
  width: 32px;
  height: 32px;
}

.comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.comment-info {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  margin-left: 8px;
  padding-bottom: 16px;
}

.comment-list li:not(:last-child) .comment-info {
  border-bottom: 1px solid #E3E3E3;
}

.comment-info .name-box {
  overflow: hidden;
}

.comment-info .name-box .name {
  float: left;
}

.comment-info .name-box .time {
  color: #AAAAAA;
  float: right;
}

.comment-info.line-height-18 > p.name{
  line-height: 18px;
}
.comment-info.line-height-18 > p.date{
  line-height: 16px;
}
.comment-info.line-height-18 .content {
  margin-top: 4px;
}
.comment-info .name {
  color: #555555;
  line-height: 24px;
}

.comment-info .date {
  color: #AAAAAA;
  font-size: 12px;
  line-height: 16px;
}

.comment-info .content {
  color: #555555;
  line-height: 22px;
}

.comment-info .desc {
  overflow: hidden;
  color: #AAAAAA;
  font-size: 12px;
}

.comment-info .desc .source {
  float: left;
}

.comment-info .desc .time {
  float: right;
}

.comment-star-box {
  position: absolute;
  top: 0px;
  right: 0px;
}

.comment-star-box i {
  font-size: 16px;
  color: #D9D9D9;
}

.comment-star-box .yellow {
  color: #F2B855;
}

.comment-star {
  position: relative;
  top: 10px;
  right: 0;
}
.comment-star i {
  float: left;
}

/* 热门专业 */
.course-list ul li {
  margin-top: 12px;
}

.course-list ul li:not(:last-child) {
  padding-bottom: 12px;
  border-bottom: 1px solid #E3E3E3;
}

.course-list .name {
  font-size: 16px;
  color: #444444;
  line-height: 21px;
}

.course-list .info span {
  color: #888888;
  line-height: 24px;
}

.course-list .info span:not(:last-child)::after {
  content: "|";
  padding: 0 5px;
  color: #E3E3E3;
}

/* 顾问推荐 */
.adviser-list {
  overflow-x: auto;
}

.adviser-list::-webkit-scrollbar {
  display: none;
}

.adviser-list ul {
  overflow: hidden;
  width: max-content;
}

.adviser-list ul li {
  float: left;
  background: #F4F6FA;
  border-radius: 3px;
  padding: 20px 8px;
  text-align: center;
  width: 132px;
  box-shadow: 0px 2px 4px #ddd;
}

.adviser-list ul li:not(:first-child) {
  margin-left: 16px;
}

.adviser-list .adviser-avatar {
  width: 72px;
  height: 72px;
  margin: 0 auto;
}

.adviser-list .adviser-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.adviser-list .name {
  font-size: 16px;
  color: #333333;
}

.adviser-list .introduce {
  color: #AAAAAA;
  font-size: 11px;
}

.adviser-list .service-country {
  color: #555555;
  font-size: 11px;
}

/* 入学要求 */
.entry-requirement-list li {
  margin-top: 16px;
}

.entry-requirement-list .item-title {
  font-size: 16px;
  color: #333333;
}

.entry-requirement-list .item-title .fa {
  color: #2979FF;
}

.entry-requirement-list .item-content {
  font-size: 14px;
  color: #555555;
}

/* 视频 */
.video-list {
  overflow-x: auto;
}

.video-list::-webkit-scrollbar {
  display: none;
}

.video-list ul {
  overflow: hidden;
  width: max-content;
}

.video-list ul li {
  float: left;
  width: 196px;
}

.video-list ul li:not(:first-child) {
  margin-left: 16px;
}

.video-box {
  position: relative;
}

.video-list .video-box {
  width: 196px;
  height: 110px;
}

.video-list .video-box img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.video-list .video-box .video-btn {
  position: absolute;
  left: 80px;
  top: 37px;
  width: 36px;
  height: 36px;
  background: url('../image/video@2x.png') no-repeat;
  background-size: cover;
}

.video-list .video-name {
  margin-top: 8px;
  color: #555555;
}

/* 学校动态 */
.news-list li {
  overflow: hidden;
}

.news-list li:not(:first-child) {
  margin-top: 16px;
}

.news-list li:not(:last-child) {
  padding-bottom: 16px;
  border-bottom: 1px solid #E3E3E3;
}

.news-list .news-info {
  float: left;
  width: calc(100% - 136px);
}

.news-list .news-info .title {
  font-size: 16px;
  color: #444444;
}

.news-list .news-info .date {
  font-size: 12px;
  color: #AAAAAA;
  margin-top: 12px;
  line-height: 14px;
}

.news-list .news-img {
  float: right;
  width: 120px;
  height: 74px;
}

.news-list .news-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/* 学校推荐 */
.hot-school-list {
  overflow-x: auto;
}

.hot-school-list::-webkit-scrollbar {
  display: none;
}

.hot-school-list ul {
  overflow: hidden;
  width: max-content;
}

.hot-school-list ul li {
  margin-top: 8px;
  margin-right: 8px;
  float: left;
  text-align: center;
  max-width: 30vw;
}

.hot-school-list ul li:not(:first-child) {
  margin-left: 16px;
}

.hot-school-list .hot-school-logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
}

.hot-school-list .hot-school-name {
  font-size: 14px;
  color: #555555;
  margin-top: 8px;
}


/************************* 学校-专业 **************************************/

/* 搜索模块 */
.search-module {
  background: #F4F6FA;
  padding: 16px 16px 16px 16px;
}

.search-module .type-list-box {
  overflow: auto;
}

.search-module .type-list-box::-webkit-scrollbar {
  display: none;
}

.search-module .type-list-box:not(:first-child) {
  margin-top: 16px;
}

.search-module .type-list {
  overflow: hidden;
  width: max-content;
}

.search-module .type-list a {
  float: left;
  padding: 0 14px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #AAAAAA;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
}

.search-module .type-list a:not(:first-child) {
  margin-left: 10px;
}

.search-module .type-list a.active {
  color: #FFFFFF;
  background: #2979FF;
  border: 1px solid #2979FF;
}

/* 专业列表-带margin-top */
.course-m-t-module {
  background: #F4F6FA;
}

.course-m-t-module ul li {
  background: #FFFFFF;
  padding: 20px 16px;
  box-shadow: 0px 2px 4px #ddd;
}

.course-m-t-module ul li:not(:first-child) {
  margin-top: 10px;
}

.course-m-t-module .name {
  font-size: 16px;
  color: #444444;
  line-height: 21px;
}

.course-m-t-module .info span {
  color: #888888;
  line-height: 24px;
}

.course-m-t-module .info span:not(:last-child)::after {
  content: "|";
  padding: 0 5px;
  color: #E3E3E3;
}

/************************* 学校-案例 **************************************/

#school-case .case-m-t-module ul li {
  box-shadow: 0px 2px 4px #ddd;
}

.case-m-t-module {
  background: #F4F6FA;
}

.case-m-t-module ul li {
  background: #FFFFFF;
  padding: 20px 16px;
}

.case-m-t-module ul>a {
  display: block;
}
.case-m-t-module ul>a:not(:first-child) {
  margin-top: 10px;
}

.case-m-t-module .user-info, .case-m-t-module .apply-info {
  overflow: hidden;
}

.case-m-t-module .user-info .avatar {
  float: left;
  width: 45px;
  height: 45px;
}

.case-m-t-module .user-info .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.case-m-t-module .user-info .info {
  float: left;
  margin-left: 8px;
  width: calc(100% - 53px);
}

.case-m-t-module .user-info .user-name {
  margin-top: 2px;
  font-size: 16px;
  color: #444444;
}

.case-m-t-module .user-info .user-course {
  margin-top: 8px;
  font-size: 14px;
  color: #555555;
}

.case-m-t-module .apply-info {
  margin-top: 14px;
}

.case-m-t-module .apply-info div {
  float: left;
  text-align: center;
}

.case-m-t-module .apply-info .w-30 {
  width: 30%;
}

.case-m-t-module .apply-info .w-20 {
  width: 20%;
}

.case-m-t-module .apply-info div p:first-child {
  font-size: 13px;
  color: #AAAAAA;
}

.case-m-t-module .apply-info div p:nth-child(2) {
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
}

/************************* 学校-问答 **************************************/
.question-m-t-module {
  background: #F4F6FA;
}

.question-m-t-module ul li {
  background: #FFFFFF;
  padding: 20px 16px;
  box-shadow: 0px 2px 4px #ddd;
}

.question-m-t-module ul li:not(:first-child) {
  margin-top: 10px;
}

.question-m-t-module .head-box {
  overflow: hidden;
}

.question-m-t-module .answer-count {
  float: left;
  width: 32px;
  line-height: 16px;
  border: 1px solid #2979FF;
  border-radius: 2px;
}

.question-m-t-module .answer-count p {
  text-align: center;
  color: #2979FF;
  font-size: 12px;
}

.question-m-t-module .title-box {
  float: left;
  margin-left: 8px;
  width: calc(100% - 42px);
}

.question-m-t-module .title-box .title {
  font-size: 16px;
  color: #444444;
  margin-bottom: 2px;
}

.question-m-t-module .title-box img.user-avatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.question-m-t-module .title-box > span {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
}

.question-m-t-module .answer-content {
  margin-top: 6px;
  color: #888888;
  line-height: 20px;
}

.question-m-t-module .foot-box {
  margin-top: 8px;
}

.question-m-t-module .answer-source {
  font-size: 12px;
  line-height: 16px;
  color: #AAAAAA;
}

.question-m-t-module .browse-info {
  float: right;
}

.question-m-t-module .browse-info span {
  float: left;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
}

.question-m-t-module .browse-info span:not(:first-child) {
  margin-left: 18px;
}

.question-m-t-module .browse-info span i {
  float: left;
  font-size: 16px;
  margin-right: 4px;
}

/* 热门问答 */
.hot-question-module {
  margin-top: 10px;
}

.hot-question-module .module-label {
  padding: 18px 16px 0 16px;
  background: #FFFFFF;
}

.hot-question-module .answer-count {
  float: left;
  width: 32px;
  line-height: 32px;
  border: 1px solid #FF8336;
  border-radius: 2px;
}

.hot-question-module .answer-count p {
  text-align: center;
  color: #FF8336;
  font-size: 12px;
}

/************************* 学校-动态 **************************************/
.news-m-t-module {
  background: #F4F6FA;
}

.news-m-t-module ul li {
  overflow: hidden;
  background: #FFFFFF;
  padding: 20px 16px;
  box-shadow: 0px 2px 4px #ddd;
}

.news-m-t-module ul li:not(:first-child) {
  margin-top: 10px;
}

.news-m-t-module .news-info {
  float: left;
  width: calc(100% - 136px);
}

.news-m-t-module .news-info .title {
  font-size: 16px;
  color: #444444;
}

.news-m-t-module .news-info .date {
  font-size: 12px;
  color: #AAAAAA;
  margin-top: 12px;
  line-height: 14px;
}

.news-m-t-module .news-img {
  float: right;
  width: 120px;
  height: 74px;
}

.news-m-t-module .news-img img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

/************************* 专业-主页 **************************************/

.course-card {
  position: relative;
  overflow: hidden;
  padding: 16px 16px 22px 16px;
  background: #FFFFFF;
}

.course-card .course-logo {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.course-card .course-logo img {
  width: 100%;
  height: 100%;
}

.course-card .course-name {
  margin-top: 5px;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}

.course-card .course-name-en {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
  text-align: center;
}

.course-card .course-info {
  overflow: hidden;
  margin-top: 20px;
}

.course-card .course-info div {
  float: left;
  text-align: center;
}

.course-card .course-info .w-33 {
  width: 33.33333%;
}

.course-card .course-info .w-30 {
  width: 30%;
}

.course-card .course-info .w-20 {
  width: 20%;
}

.course-card .course-info div p:first-child {
  font-size: 13px;
  color: #AAAAAA;
}

.course-card .course-info div p:nth-child(2) {
  margin-top: 5px;
  font-size: 14px;
  color: #555555;
}

/************************* 专业-排名-table **************************************/
.rank-table .module-content table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
.rank-table .module-content table th {
  font-size: 16px;
  color: #444444;
}
.rank-table .module-content table th, .rank-table .module-content table td {
  border: 1px solid #ddd;
  padding: 5px 0;
}

.rank-table .module-content table td {
  text-align: center;
  font-size: 16px;
  color: #444444;
  padding: 8px 0;
}
.rank-table .module-content table tbody tr td:first-child {
  font-size: 20px;
  color: #888888;
}
.rank-table .module-content table tbody tr:nth-child(-n+3) td:first-child {
  color: #FF8336;
}

/******************************************************************** 学校库 ********************************************************************************/
/* 筛选 */
.screen-module {
  background: #2979ff;
  padding: 0 16px;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}

.screen-module > div {
  position: relative;
  text-align: center;
  color: #FFFFFF;
}

.screen-module .active {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 24px);
  margin: 0 auto;
}

.screen-module .lt-select i {
  line-height: 44px;
}

.screen-module .lt-select div.fl {
  line-height: 44px;
  max-width: 100%;
}

/* 排序上下切换 */
.screen-module .sort-switch {
  display: inline;
  position: relative;
}

.screen-module .sort-switch i:nth-child(1) {
  margin-top: -6px;
}

.screen-module .sort-switch i:nth-child(2) {
  position: absolute;
  top: 0px;
  left: 0px;
}


/* 学校库和专业库共有样式 */
.store-module ul li {
  background: #FFFFFF;
  padding: 20px 16px;
  box-shadow: 0px 2px 4px #ddd;
}

.store-module ul li:not(:first-child) {
  margin-top: 10px;
}

.store-module ul li .head {
  overflow: hidden;
}

.store-module .name {
  float: left;
  width: calc(100% - 70px);
}

.store-module .logo {
  float: right;
  width: 50px;
  height: 50px;
}

.store-module .name .zh {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}

.store-module .name .course-school-name {
  font-size: 14px;
  color: #555555;
}

/* 学校库 */
.school-store-list-module .name .en {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
}

.school-store-list-module .qs {
  font-size: 14px;
  color: #FF8336;
  font-weight: 500;
  line-height: 24px;
}

.school-store-list-module .fee {
  font-size: 14px;
  color: #555555;
  margin-left: 18px;
  line-height: 24px;
}

.school-store-list-module .hot-box {
  margin-top: 2px;
}
.school-store-list-module .hot-box .hot {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-right: 2px;
}

.school-store-list-module .hot-box div {
  overflow: hidden;
  display: inline;
  line-height: 19px;
}

.school-store-list-module .hot-box div span {
  display: inline-block;
  padding: 1px 8px;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
  background: #F4F6FA;
  border-radius: 2px;
  margin-right: 4px;
  margin-bottom: 6px;
}

/* 专业库 */
.course-store-list-module .name .school {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
}

.course-store-list-module .ranking {
  font-size: 14px !important;
  color: #FF8336;
  font-weight: 500;
  line-height: 24px;
}

.course-store-list-module .fee {
  font-size: 14px;
  color: #555555;
  margin-left: 18px;
  line-height: 24px;
}

/* 顾问库 */
.adviser-store-list-module li {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.adviser-store-list-module .avatar-box {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
}

.adviser-store-list-module .avatar-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.adviser-store-list-module .avatar-box .tag {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 48px;
  left: 48px;
  background: url('../image/adviser-tag.png') no-repeat;
  background-size: cover;
}

.adviser-store-list-module .info-box {
  float: left;
  width: calc(100% - 80px);
  margin-left: 10px;
}

.adviser-store-list-module .name-box {
  overflow: hidden;
}

.adviser-store-list-module .adviser-name {
  float: left;
  font-size: 16px;
  color: #444444;
  line-height: 21px;
}

.adviser-store-list-module .service-star {
  margin-top: 8px;
  overflow: hidden;
  font-size: 13px;
  color: #666666;
  line-height: 21px;
}

.adviser-store-list-module .service-star span {
  float: left;
  margin-right: 6px;
}

.adviser-store-list-module .service-star i {
  font-size: 16px;
  color: #D9D9D9;
  float: left;
  line-height: 21px;
}

.adviser-store-list-module .service-star i.yellow {
  color: #F2B855;
}

.adviser-store-list-module .case {
  color: #555555;
  line-height: 24px;
}

.adviser-store-list-module .service-country, .adviser-store-list-module .service-type {
  color: #555555;
  line-height: 24px;
}

.adviser-store-list-module .introduce {
  margin-top: 8px;
  font-size: 13px;
  color: #888888;
  line-height: 20px;
}

/********************************************************** 顾问主页 ******************************************************************/
.adviser-card {
  position: relative;
  overflow: hidden;
  padding: 16px 16px 22px 16px;
  background: #FFFFFF;
}

.adviser-card .comment-box {
  position: absolute;
  right: 16px;
  top: 12px;
}

.adviser-card .comment-box .star-box {
  overflow: hidden;
}

.adviser-card .comment-box .star-box i {
  float: left;
}

.adviser-card .comment-box .star-box i.yellow {
  color: #F2B855;
}

.adviser-card .comment-box .comment {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
}

.adviser-card .adviser-menus {
  margin-top: 21px;
  overflow: hidden;
  width: calc(100% - 80px);
}

.adviser-card .adviser-menus .item {
  float: left;
  text-align: center;
}

.adviser-card .adviser-menus .item:not(:last-child) {
  float: right;
}

.adviser-card .adviser-menus .item p {
  font-size: 12px;
  color: #AAAAAA;
  line-height: 16px;
  margin-top: 4px;
}

.score {
  overflow: hidden;
}

.score .progress, .score .composite {
  float: left;
}

.score .progress {
  width: 66.66666%;
}

.score .composite {
  width: 33.33333%;
  text-align: center;
}

.progress-item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  word-break: keep-all;
}

.progress-item .name {
  margin-right: 10px;
}

.progress-item .num {
  margin-left: 10px;
}

.progress-item .content {
  height: 10px;
  background-color: #e3e3e3;
  border-radius: 3px;
}

.progress-item .content .determinate {
  background-color: #F2B855;
  border-radius: 3px;
}

.score .composite .num {
  font-size: 26px;
  font-weight: bold;
}

.score .composite .comment-num {
  color: #AAAAAA;
}

.score .composite .star-box {
  display: flex;
  justify-content: center;
}

.score .composite .star-box i {
  color: #F2B855;
}

.answer-list-wrapper {
  padding: 0 0 50px 0;
}

.answer-list-wrapper .module-label {
  padding: 24px 16px 0 16px;
}

.answer-list-wrapper .module-content {
  background-color: #F4F6FA;
}

.answer-list-wrapper .module-content li {
  background-color: white;
  padding: 20px 16px;
  margin-bottom: 8px;
}

.answer-list .title-box {
  overflow: hidden;
  font-size: 18px;
}

.answer-list .title-box .icon {
  position: absolute;
  color: white;
}

.answer-list .title-box .icon i {
  color: #ff8336;
  font-size: 30px;
}

.answer-list .title-box .icon .text {
  font-size: 12px;
}

.answer-list .title-box .icon .text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.answer-list .title-box .title {
  padding-left: 30px;
  font-weight: bold;
}

.answer-list .content {
  color: #777;
}

/* tabs */
.adviser-tabs {
  margin-top: 10px;
  padding: 0 50px;
  background: #FFFFFF;
}

/* 成功案例 */
.tab-header {
  text-align: center;
  overflow: hidden;
}

.tab-header div {
  color: #444444;
  line-height: 24px;
}

.tab-body {
  text-align: center;
  overflow: hidden;
}

.tab-body .row-item {
  overflow: hidden;
  margin-top: 4px;
}

.tab-body .row-item div {
  color: #555555;
  line-height: 24px;
}

.tab-body .row-item div:nth-child(3) {
  color: #FF8336;
}

/*******************************************  顾问-案例 ***********************************************************************/
#adviser-case .case-m-t-module {
  padding: 0 16px;
  background: #FFFFFF;
}

#adviser-case .case-m-t-module ul li {
  margin-top: 0px;
  padding: 20px 0;
}

#adviser-case .case-m-t-module ul li:not(:last-child) {
  border-bottom: 1px solid #E3E3E3;
}

/*顾问咨询按钮*/
.advisory-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 -5px 8px rgba(100, 100, 100, .1);
}

.advisory-btn button {
  width: 90%;
  display: block;
  margin: 10px auto;
  font-size: 16px;
}

/* 顾问-服务项目 */
.service {
  margin-bottom: 60px;
  position: relative;
}

.service .module .icon {
  display: none;
  position: absolute;
  right: 0;
  z-index: 11;
}

.service .module .icon i {
  color: white;
}

.service .module.active {
  position: relative;
  overflow: hidden;
}

.service .module.active .icon {
  display: block;
}

.service .module.active::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background-color: #53B238;
  border-radius: 50%;
}

.service .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service .title-box .title {
  font-size: 20px;
}

.service .title-box .tuition {
  text-align: center;
  color: #AAAAAA;
}

.service .title-box .tuition .num-box {
  color: #FF8336;
  font-size: 18px;
}

.result {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0 -5px 8px rgba(100, 100, 100, .1);
}

.result .num {
  margin: 10px 0 10px 16px;
}

.result .num p {
  color: #FF8336;
  font-size: 18px;
}

.result button {
  margin: 10px 16px 10px 0;
  padding: 0 60px;
  font-size: 16px;
}

.result button.disabled {
  opacity: .3;
}

.result .num p {
  display: inline-block;
}

.pay {
  width: 80%;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
}

.pay img {
  width: 100%;
}

.pay .tip .sub {
  color: #AAAAAA;
}

/* 首页 */
.home .banner .offer-tip {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FA3A3A;
  background-color: white;
  overflow: hidden;
  white-space: nowrap;
}

.home .banner .offer-tip .icon {
  position: absolute;
  background-color: white;
  padding: 0 5px;
  z-index: 12;
}

.home .banner .offer-tip .content {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 30px;
  z-index: 11;
}

.home .banner .offer-tip .content #tip {
  position: absolute;
  left: 100%;
  transition-property: left;
  transition-timing-function: linear;
}

/* 首页 - 导航 */
.menu {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
  background-color: white;
}

.menu .item {
  width: 25%;
  text-align: center;
  margin-bottom: 20px;
}

.menu .item .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.menu.hide-more-menu .item:nth-child(n+9) {
  display: none;
}

/* .menu .item:nth-child(1) .icon {
  background-image: url("../images/school-icon.png");
}

.menu .item:nth-child(2) .icon {
  background-image: url("../images/major-icon.png");
}

.menu .item:nth-child(3) .icon {
  background-image: url("../images/major-summary-icon.png");
}

.menu .item:nth-child(4) .icon {
  background-image: url("../images/college-icon.png");
}

.menu .item:nth-child(5) .icon {
  background-image: url("../images/strategy-icon.png");
}

.menu .item:nth-child(6) .icon {
  background-image: url("../images/evaluation-icon.png");
}

.menu .item:nth-child(7) .icon {
  background-image: url("../images/course-icon.png");
} */

.menu .item .name {
  margin-top: 10px;
}

/* 首页 - 热门院校 */
.hot-school .mdui-tab {
  width: 100%;
}

/*.home .hot-school .country-box {
  margin-top: 20px;
  white-space: nowrap;
  overflow-x: auto;
}

.home .hot-school .country-box::-webkit-scrollbar {
  display: none;
}

.home .hot-school .country-box .country {
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  border-radius: 5px;
  color: #E3E3E3;
  border: 1px solid #E3E3E3;
}

.home .hot-school .country-box .country.cur {
  color: #2979FF;
  border-color: #2979FF;
}*/

.country-tab-box {
  margin-top: 16px;
  overflow: auto;
}
.country-tab-box::-webkit-scrollbar {
  display: none;
}
.country-tab-box .country-tab {
  overflow: hidden;
  width: max-content;
}
.country-tab-box .country-tab a {
  float: left;
  border: 1px solid #E3E3E3;
  font-size: 14px;
  color: #AAAAAA;
  padding: 4px 14px;
  border-radius: 3px;
}
.country-tab-box .country-tab a.active {
  color: #2979FF;
  border: 1px solid #2979FF;
}
.country-tab-box .country-tab a:not(:first-child) {
  margin-left: 10px;
}

.home .hot-school .content {
  display: none;
}

.home .hot-school .content.show {
  display: inline;
}

.home .hot-school .content .item {
  padding: 20px 0;
  border-bottom: 1px solid #E3E3E3;
}

.home .hot-school .content .item:last-child {
  border-bottom: none;
}

.home .hot-school .content .item .top {
  overflow: hidden;
}

.home .hot-school .content .item .top .title-box {
  float: left;
}

.home .hot-school .content .item .top .cover {
  width: 50px;
  height: 50px;
  float: right;
}

.home .hot-school .content .item .top .cover img {
  width: 100%;
}

.home .hot-school .content .item .en {
  color: #AAAAAA;
  margin-top: 10px;
}

.home .hot-school .content .item .info {
  margin: 15px 0 5px 0;
}

.home .hot-school .content .item .info .rank {
  color: #FF8336;
}

.home .hot-school .content .item .hot-major span {
  margin-top: 5px;
  display: inline-block;
  padding: 5px 10px;
  color: #AAAAAA;
  background-color: #F4F6FA;
  font-size: 12px;
}

/* 首页 - 留学日记 */
.home .diary .content-wrapper .item {
  padding: 10px 0;
  border-bottom: 1px solid #E3E3E3;
}

.home .diary .content-wrapper .item .avatar {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 10px;
}

.home .diary .content-wrapper .item .avatar img {
  width: 100%;
}

.home .diary .content-wrapper .item .info {
  line-height: 1.4;
}

.home .diary .content-wrapper .item .info .time {
  font-size: 12px;
  color: #AAAAAA;
}

.home .diary .content-wrapper .item .content {
  margin-top: 10px;
  line-height: 1.5;
}

.home .diary .content-wrapper .item .content p {
  margin-bottom: 10px;
}

.home .diary .content-wrapper .item .content .image {
  font-size: 0;
  margin-right: -2%;
}

.home .diary .content-wrapper .item .content img {
  width: 48%;
  margin-right: 2%;
}

.home .diary .content-wrapper .item .desc {
  margin-top: 10px;
  overflow: hidden;
  color: #AAAAAA;
}

.home .diary .content-wrapper .item .desc .location {
  font-size: 12px;
  float: left;
}

.home .diary .content-wrapper .item .desc .comment {
  float: right;
}

.home .diary .content-wrapper .item .desc .comment .thumbs {
  margin-right: 10px;
}

/* 搜索 */
.search-wrapper .input-main {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.search-wrapper .input-main .input-box {
  width: 100%;
  position: relative;
}

.search-wrapper .input-main .input-box i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  color: #AAAAAA;
}

.search-wrapper .input-main .input-box i.search {
  left: 10px;
}

.search-wrapper .input-main .input-box i#clear {
  right: 10px;
  background-color: #AAAAAA;
  color: white;
  border-radius: 50%;
  font-size: 18px;
  display: none;
}

.search-wrapper .input-main .input-box input {
  padding-left: 40px;
}

.search-wrapper .input-main .cancel {
  padding-left: 16px;
}

.search-wrapper .history, .search-wrapper .hot {
  margin-top: 20px;
}

.search-wrapper .content {
  margin-top: 10px;
}

.search-wrapper .content span {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 10px 10px 0;
  border-radius: 3px;
  line-height: 1;
}

.search-wrapper .history .content span {
  background-color: #F4F6FA;
  color: #AAAAAA;
}

.search-wrapper .hot .content span {
  background-color: #2979ff14;
  color: #2979ffb3;
}

/* 案例库 */
.offer-list-wrapper .item {
  overflow: hidden;
  background-color: white;
  margin-bottom: 8px;
  padding: 24px 16px;
  box-shadow: 0px 2px 4px #ddd;
}

.offer-list-wrapper .item .avatar {
  float: left;
  width: 45px;
  height: 45px;
}

.offer-list-wrapper .item .avatar img {
  width: 100%;
  border-radius: 50%;
}

.offer-list-wrapper .item .info {
  overflow: hidden;
  color: #AAAAAA;
  padding: 0 10px;
}

.offer-list-wrapper .item .info .top {
  overflow: hidden;
  margin-bottom: 10px;
}

.offer-list-wrapper .item .info .top .name {
  float: left;
}

.offer-list-wrapper .item .info .top .time {
  float: right;
}

.offer-list-wrapper .item .info .school {
  margin-bottom: 5px;
}

/* 案例详情 */
.offer-detail-wrapper .personal-info .avatar-box {
  text-align: center;
}

.offer-detail-wrapper .personal-info .avatar-box .name {
  margin-top: 10px;
  line-height: 1.5;
}
.offer-detail-wrapper .personal-info .avatar-box .avatar img {
  display: inline-block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.offer-detail-wrapper .personal-info .content-wrapper {
  overflow: hidden;
}

.offer-detail-wrapper .personal-info .content-wrapper .content {
  line-height: 1.5;
}

.offer-detail-wrapper .personal-info .content-wrapper .qr-code {
  float: right;
  width: 84px;
  color: #AAAAAA;
  font-size: 12px;
  line-height: 1.5;
}

.offer-detail-wrapper .personal-info .content-wrapper .qr-code img {
  width: 100%;
}

.offer-teacher-wrapper .top {
  overflow: hidden;
}

.offer-teacher-wrapper .top .avatar, .offer-teacher-wrapper .top .name {
  float: left;
}

.offer-teacher-wrapper .top .avatar {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.offer-teacher-wrapper .top .name {
  line-height: 1.5;
  margin-left: 10px;
  margin-top: 5px;
}

.offer-teacher-wrapper .top .name .sub {
  color: #888888;
}

.offer-teacher-wrapper .top .button {
  float: right;
  color: #2979FF;
  border: 1px solid #2979FF;
  border-radius: 3px;
  padding: 5px 15px;
  margin-top: 10px;
}

.offer-teacher-wrapper .content {
  margin-top: 20px;
  line-height: 1.4;
}

.offer-adviser-group .content {
  overflow-x: auto;
}

.offer-adviser-group .content::-webkit-scrollbar {
  display: none;
}

.offer-adviser-group ul {
  overflow: hidden;
  width: max-content;
}

.offer-adviser-group ul li {
  margin-top: 8px;
  margin-right: 8px;
  float: left;
  text-align: center;
}

.offer-adviser-group ul li:not(:first-child) {
  margin-left: 16px;
}

.offer-adviser-group .adviser-logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 2px;
}

.offer-adviser-group .adviser-name {
  font-size: 14px;
  color: #555555;
  margin-top: 8px;
}

/* 申请心得 */
.offer-experience .content {
  margin-top: 10px;
  line-height: 1.4;
}

.offer-experience .content p {
  margin-bottom: 10px;
}

.offer-experience .image {
  font-size: 0;
  margin-right: -2%;
}

.offer-experience .image img {
  width: 48%;
  margin-right: 2%;
}

/* 申请日记 */

.offer-diary .content-wrapper {
  margin-top: 10px;
}

.offer-diary .content-wrapper .item {
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}

.offer-diary .content-wrapper .item:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 1px;
  height: 100%;
  background-color: #E3E3E3;
}

.offer-diary .content-wrapper .item .time {
  float: left;
  padding: 5px 10px 5px 0;
  text-align: center;
  background-color: white;
  position: relative;
  z-index: 101;
}

.offer-diary .content-wrapper .item .content {
  padding-left: 10px;
  overflow: hidden;
}

.offer-diary .content-wrapper .item .content .inner {
  position: relative;
  background-color: #3773fc0a;
  padding: 10px;
  color: #555555;
  border-radius: 5px;
}

.offer-diary .content-wrapper .item .content .inner::after {
  content: '';
  position: absolute;
  top: 10px;
  left: -20px;
  border-width: 10px;
  border-color: #3773fc0a;
  border-style: solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

/* offer照 */
.offer-img .content img {
  width: 100%;
}

/* 其他offer */
.offer-other .content-wrapper .item {
  padding-top: 20px;
  overflow: hidden;
}

.offer-other .content-wrapper .item .cover, .offer-other .content .item .content {
  float: left;
}

.offer-other .content-wrapper .item .cover {
  width: 44px;
  margin-right: 10px;
}

.offer-other .content-wrapper .item .cover img {
  max-width: 100%;
}

.offer-other .content-wrapper .item .content {
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #E3E3E3;
}

.offer-other .content-wrapper .item .content .school {
  overflow: hidden;
}

.offer-other .content-wrapper .item .content .school .name {
  float: left;
  margin-bottom: 8px;
}

.offer-other .content-wrapper .item .content .school .status {
  float: right;
  color: #FF8336;
  padding: 3px 10px;
  border: 1px solid #FF8336;
  border-radius: 5px;
}

/* 文章新闻问答列表 */
.article-list .item {
  background-color: white;
  margin-bottom: 10px;
  padding: 24px 16px;
  overflow: hidden;
}

.article-list .item .cover {
  float: right;
}

.article-list .item .content {
  word-break: break-all;
  line-height: 1.5;
}

.article-list .item .content .time {
  color: #AAAAAA;
  margin-top: 10px;
}

.article-list .item .cover {
  width: 120px;
  margin-left: 10px;
}

.article-list .item .cover img {
  width: 100%;
}

/* 留学问答详情 */
.q-a-detail .info {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.q-a-detail .author {
  display: flex;
}

.q-a-detail .author .avatar {
  width: 36px;
  margin-right: 10px;
}

.q-a-detail .author .avatar img {
  width: 100%;
}

.q-a-detail .info .right {
  text-align: right;
}

.q-a-detail .info .sub, .q-a-detail .info .right {
  line-height: 1.5;
  font-size: 12px;
  color: #AAAAAA;
}

.reply-audio {
  background-color: #F4F6FA;
  border: 1px solid #E3E3E3;
  border-radius: 3px;
  padding: 10px;
  display: flex;
}

.reply-audio .icon {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  background-image: url("../image/audio-icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  animation: audioChange .5s infinite linear alternate;
  animation-play-state: paused;
}

.reply-audio .icon.play {
  animation-play-state: running;
}

@keyframes audioChange {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.reply-audio .content {
  margin-left: 10px;
  width: 100%;
  color: #AAAAAA;
  line-height: 1.5;
  font-size: 12px;
}

.reply-audio .content .time #current {
  float: left;
}

.reply-audio .content .time #end {
  float: right;
}

.reply-audio .mdui-progress-determinate {
  background-color: #53B238;
}

.q-a-detail .introduction .title {
  margin-bottom: 10px;
}

.q-a-detail .introduction p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.school .info-box {
  overflow: hidden;
}

.school .info {
  float: left;
}

.school .info h3 {
  display: inline-block;
}

.school .info .type {
  display: inline-block;
  background-color: #2979ff1a;
  color: #2962FF;
  padding: 5px 7px;
  margin-left: 10px;
  font-size: 12px;
}

.school .info .en {
  color: #AAAAAA;
}

.school .school-logo {
  float: right;
  width: 74px;
  height: 74px;
}

.school .school-logo img {
  width: 100%;
  height: 100%;
}

.school .star-class {
  margin-top: 10px;
}

.school .feature {
  display: flex;
  background-color: #F4F6FA;
  padding: 20px 10px;
  margin: 10px 0;
  border-radius: 5px;
}

.school .feature .item {
  text-align: center;
  width: 25%;
}

.school .feature .item .name {
  color: #AAAAAA;
  margin-bottom: 10px;
}

.related .content-wrapper .item {
  overflow: hidden;
  margin: 10px 0;
}

.related .content-wrapper .item .content {
  float: left;
}

.related .content-wrapper .item .date {
  color: #AAAAAA;
  font-size: 12px;
  float: right;
}

/* 专业问答列表页面 */
.q-a-major-list {
  color: #AAAAAA;
}

.q-a-major-list .title-box {
  overflow: hidden;
}

.q-a-major-list .title-box .count {
  float: left;
  text-align: center;
  border: 1px solid #2962FF;
  color: #2962FF;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  margin-right: 5px;
}

.q-a-major-list .title-box .title {
  overflow: hidden;
}

.q-a-major-list .title-box .title .user {
  font-size: 12px;
}

.q-a-major-list .title-box .title .user .avatar {
  width: 16px;
}

.q-a-major-list .content {
  margin: 10px 0;
}

.q-a-major-list .bottom {
  overflow: hidden;
  font-size: 12px;
}

.q-a-major-list .bottom .source {
  float: left;
}

.q-a-major-list .bottom .counts {
  float: right;
}

.q-a-major-list .bottom .counts span {
  margin-left: 10px;
}

.q-a-major-list .bottom .counts i {
  font-size: 16px;
  margin: 0 5px;
}

/* 专业问答详情页面 */
.q-a-detail .title .sub {
  color: #AAAAAA;
  overflow: hidden;
  margin-top: 5px;
}

.q-a-detail .title .sub .left {
  float: left;
}

.q-a-detail .title .sub .right {
  float: right;
}

.q-a-detail .answer .avatar-box {
  overflow: hidden;
}

.q-a-detail .answer .avatar, .q-a-detail .answer .adviser-info {
  float: left;
}

.q-a-detail .answer .avatar-box .avatar img {
  width: 50px;
}

.q-a-detail .answer .avatar-box .adviser-info {
  padding: 5px 0;
  margin-left: 10px;
}

.q-a-detail .answer .avatar-box .adviser-info .sub {
  color: #AAAAAA;
}

.q-a-detail .answer .avatar-box .button {
  float: right;
  color: #2979FF;
  border: 1px solid #2979FF;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 10px;
}

.q-a-detail .answer .content {
  margin-top: 10px;
  line-height: 1.8;
}

.q-a-detail .answer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #AAAAAA;
  padding-top: 10px;
  margin-top: 16px;
  border-top: 1px solid #E3E3E3;
}

.q-a-detail .answer .bottom .active {
  color: #2979FF;
}

.q-a-detail .answer-list-wrapper {
  padding-bottom: 0;
}

/* 协会 */
.association {
  margin-top: 16px;
}

.association .mdui-panel-item-open {
  margin: 0;
}

/* 留学教程 - 首页 */
.study-abroad-course .header {
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.study-abroad-course .title {
  display: flex;
  align-items: center;
  width: auto;
}

.study-abroad-course .title img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.study-abroad-course a {
  color: inherit;
}

.study-abroad-course .mdui-panel-item:not(:first-child) {
  margin-top: 16px;
  margin-bottom: 16px;
}

.study-abroad-course .mdui-panel-item:first-child.mdui-panel-item-open {
  margin-top: 0;
}

.study-abroad-course .mdui-panel-item:nth-child(1) {
  color: #84D396;
  background-color: #F8FCF9;
  border-color: inherit;
}

.study-abroad-course .mdui-panel-item:nth-child(2) {
  color: #F0BF86;
  background-color: #FEFBF8;
  border-color: inherit;
}

.study-abroad-course .mdui-panel-item:nth-child(3) {
  color: #8FB5E8;
  background-color: #F8FAFD;
  border-color: inherit;
}

.study-abroad-course .mdui-panel-item .mdui-panel-item-header {
  background-color: white;
  border-bottom: 5px solid;
}

.study-abroad-course .mdui-panel-item-body {
  padding: 0;
}

/* .study-abroad-course .content-wrapper {
  padding: 20px 20px 0 20px;
} */

.study-abroad-course .content-wrapper .item-box {
  padding: 20px;
}

.study-abroad-course .content-wrapper .item-box:not(:last-child) {
  border-bottom: 1px solid #eeeeee;
}

.study-abroad-course .name {
  font-size: 16px;
  overflow: hidden;
}

.study-abroad-course .content {
  width: 100%;
  margin-top: 10px;
}

.study-abroad-course .content .count {
  float: right;
  font-size: 12px;
  color: #AAAAAA;
}

/* 留学教程详情 */
.study-abroad-course-detail .head .breadcrumbs {
  color: #AAAAAA;
  font-size: 12px;
}

.study-abroad-course-detail .head .title-box {
  margin-top: 10px;
  text-align: center;
}

.study-abroad-course-detail .head .title-box .date {
  margin-top: 10px;
  color: #AAAAAA;
  font-size: 12px;
}

.study-abroad-course-detail .content-wrapper {
  line-height: 2;
}

.study-abroad-course-detail .block-wrapper {
  overflow: hidden;
}

.study-abroad-course-detail .block-wrapper .block {
  float: left;
  width: 33.33333%;
  position: relative;
}

.study-abroad-course-detail .block-wrapper .block img {
  width: 100%;
}

.study-abroad-course-detail .block-wrapper .block::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
}

.study-abroad-course-detail .block-wrapper .block .name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 16px;
  white-space: nowrap;
  z-index: 11;
}

/**************************专业对比compared**********************************/

.compared .title {
  text-align: center;
}
.compared .line-wrapper .line {
  display: flex;
  justify-content: center;
}
.compared .line-wrapper .line:not(:first-child) {
  margin-top: 10px;
}
.compared .line-wrapper .line .center {
  min-width: 120px;
  text-align: center;
  color: #555555;
}
.compared .line-wrapper .line .center span {
  display: inline-block;
  border: 1px solid #ADAAAD;
  padding: 4px 0;
  width: 80px;
  border-radius: 3px;
}
.compared .line-wrapper .line .mdui-icon {
  font-size: 14px;
}
.compared .line-wrapper .line .left, .compared .line-wrapper .line .right {
  min-width: 80px;
  font-size: 16px;
}
.compared .line-wrapper .line .left {
  text-align: right;
}
.compared .line-wrapper .line .right {
  text-align: left;
}
.compared .line-wrapper .line .left span, .compared .line-wrapper .line .right span{
  line-height: 29px;
}
.compared .target-item .left,  .compared .target-item {
  text-align: center !important;
}
.compared .target-item .left,  .compared .target-item .right {
  text-align: center !important;
  padding-bottom: 10px;
}
.compared .target-item .icon-vs {
  display: inline-block !important;
  border: none !important;
  padding: 0 !important;
  width: 80px !important;
  border-radius: 0px !important;
  
  color: #E3E3E3;
  font-size: 44px;
  line-height: 80px;
}
.compared .line-wrapper .line.more .center {
  visibility: hidden;
}
.compared .line-wrapper .line.more a {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  color: #2979ff;
}

/**********************************************排行榜过渡页*********************************/
.ranking-school-list a {
  margin-right: 18px;
}

.ranking-course-list .type-item {
  margin-top: 14px;
}

.ranking-course-list .type-item .type-name {
  padding: 1px 5px;
  background: #2979FF;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height:22px;
}
.ranking-course-list .type-item .type-list {
  margin-top: 12px;
  padding: 0px 5px;
}

.ranking-course-list .type-item .type-list a {
  margin-right: 18px;
}

/**********************************************排行榜*********************************/
.ranking-page {
  background: #FFFFFF;
  padding: 16px 10px;
}
.ranking-page table {
  width: 100%;
  table-layout: fixed;
  word-wrap:break-word;
}
.ranking-page table thead tr th:nth-of-type(1), .ranking-page table tbody tr td:nth-of-type(1) {
  width: 20%;
}

.ranking-page table thead tr th:nth-of-type(2), .ranking-page table tbody tr td:nth-of-type(2) {
  width: 50%;
}
.ranking-page table thead tr th:nth-of-type(3), .ranking-page table tbody tr td:nth-of-type(3) {
  width: 30%;
}

.ranking-page table tbody tr.disabled td {
  color: #ccc !important;
}
.ranking-page table th {
  text-align: center;
  font-size: 18px;
  color: #333333;
  padding: 8px 0;
}
.ranking-page table td {
  text-align: center;
  font-size: 16px;
  color: #444444;
  padding: 8px 0;
}
.ranking-page table tbody tr td:first-child {
  font-size: 20px;
  color: #888888;
}
.ranking-page table tbody tr:nth-child(-n+3) td:first-child {
  color: #FF8336;
}

/**********************************************视频*********************************/
.video-main video {
  width: 100%;
}
.video-main .info-box {
  padding: 20px 16px;
  background: #FFFFFF;
}
.video-main .info-box .info {
  font-size: 12px;
  color: #AAAAAA;
  overflow: hidden;
  margin-top: 10px;
}
.video-main .info-box .name {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.video-main .info-box .date {
  float: left;
}
.video-main .info-box .else-info {
  float: right;
}

/**********************************************填表-方案*********************************/
.scheme-box input::-webkit-input-placeholder {
  color: #AAAAAA;
}
.scheme-box input::-moz-input-placeholder {
  color: #AAAAAA;
}
.scheme-box input::-ms-input-placeholder {
  color: #AAAAAA;
}

.scheme-box {
  padding: 30px 16px;
}
.scheme-box .form-item:not(:first-child) {
  margin-top: 15px;
}
.scheme-box input, .scheme-box select{
  width: 100%;
  border: none;
  background: #FFFFFF;
  padding: 4px 15px;
  border-radius: 3px;
  height: 44px;
  box-sizing: border-box;
  outline: none;
}
.scheme-box select {
  padding: 4px 11px;
  color: #AAAAAA;
}

/**********************************************登录*********************************/
.login {
  height: calc(100vh - 44px);
  background: #FFFFFF;
  padding: 0 20px;
}
.login .logo {
  padding: 45px 0;
  text-align: center;
}
.login  .other {
  font-size: 12px;
  color: #2962FF;
}
.login .code {
  position: relative;
}
.login .code .send {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
/**********************************************我的专属顾问*********************************/
.zs-adviser .success-module {
  box-shadow: 0 1px 4px -1px #ddd, 0 1px 5px 0 #ddd, 0 1px 10px 0 #ddd;
  margin-bottom: 12px;
}
.zs-adviser .success-icon {
  width: 54px;
  height: 54px;
  background: #6EC579;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 54px;
}
.zs-adviser .success-icon i {
  color: #FFFFFF;
  font-size: 40px;
}
.zs-adviser .success-text {
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
}
.zs-adviser .info-plan {
  display: flex;
  background-color: #FFFFFF;
  padding: 10px 10px;
  margin: 10px 8px;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 1px #ccc;
}
.zs-adviser .info-plan .item {
  text-align: center;
  width: 33.3%;
}
.zs-adviser .info-plan .item .name {
  color: #333333;
  font-size: 24px;
  margin-bottom: 10px;
}
.zs-adviser .info-plan .item .star {
  line-height: 33px;
  margin-bottom: 10px;
}
.zs-adviser .info-plan .item .star i {
  font-size: 18px;
}
.zs-adviser .info-plan .item .item-title {
  font-size: 14px;
  color: #666666;
}
.zs-adviser .avatar-box {
  position: relative;
  text-align: center;
}
.zs-adviser .avatar-box img {
  width: 130px;
  height: 130px;
  border: 5px solid #E5EFFF;
  border-radius: 50%;
}
.zs-adviser .avatar-box .adviser-name {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,0);
  display: flex;
    justify-content: center;
}
.zs-adviser .avatar-box .adviser-name .text {
  font-size: 22px;
  color: #2979FF;
  padding: 2px 16px;
  background: #E5EFFF;
  margin: 0 2px;
  box-sizing: border-box;
  min-width: 124px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zs-adviser .avatar-box .adviser-name .left {
  border-top: 16px solid #E5EFFF;
  border-bottom: 16px solid #E5EFFF;
  border-left: 6px solid transparent;
  border-right: 10px solid #E5EFFF;
}
.zs-adviser .avatar-box .adviser-name .right {
  border-top: 16px solid #E5EFFF;
  border-bottom: 16px solid #E5EFFF;
  border-left: 10px solid  #E5EFFF;
  border-right: 6px solid transparent;
}
.zs-adviser .adviser-plan .type {
  font-size: 14px;
  color: #555555;
  text-align: center;
  margin-top: 8px;
}
.zs-adviser .adviser-plan .introduce {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.zs-adviser .adviser-plan .qr-code-box {
  margin-top: 20px;
  text-align: center;
}
.zs-adviser .adviser-plan .qr-code-box .title {
  font-size: 12px;
  color: #333333;
}
.zs-adviser .adviser-plan .qr-code-box img {
  margin-top: 7px;
  width: 105px;
  height: 105px;
}
.zs-adviser .adviser-plan .qr-code-box .tips {
  margin-top: 7px;
  font-size: 12px;
  color: #AAAAAA;
}

/*********** 专业汇总列表 ***********/
.summary-list .item {
  background-color: white;
  margin-bottom: 10px;
  padding: 24px 16px;
  overflow: hidden;
  box-shadow: 0px 2px 4px #ddd;
}
.summary-list .item .cover {
  float: right;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}
.summary-list .item .cover img {
  width: 100%;
  height: 100%;
}
.summary-list .item .content {
  word-break: break-all;
  line-height: 1.5;
}
.summary-list .item .content .type {
  margin-top: 6px;
  font-size: 12px;
  color: #AAAAAA;
}
.summary-list .item .content .immigrant {
  margin-top: 6px;
}
.summary-list .item .content .immigrant span {
  font-size: 14px;
}
.summary-list .item .content .immigrant span:not(:first-child) {
  margin-left: 16px;
}
.summary-list .item .content .immigrant span.blue {
  color: #2979FF;
}
.summary-list .item .content .immigrant span.yellow {
  color: #FF8336;
}
.summary-list .item .content .salary {
  margin-top: 6px;
  font-size: 14px;
  color: #555555;
}

/*********** 专业汇总详情  - 卡片 ***********/
.summary-card {
  margin-top: 0px !important;
}
.summary-card .sub {
  font-size: 14px;
  color: #707070;
}
.summary-card .sub > p:not(:first-child) {
  margin-top: 6px;
}
.summary-card .sub > p span:not(:first-child) {
  margin-left: 24px;
}

/*******************学校排名指标-六芒星图************************/
.radar-chart {
  width: 100%;
  height: 300px;
}
.radar-chart-list {
  margin-top: 20px;
}
.radar-chart-list .item {
  line-height: 36px;
}
.radar-chart-list .item .name {
  float: left;
  width: 70%;
  font-size: 14px;
  color: #555555;
}
.radar-chart-list .item .value {
  float: left;
  width: 30%;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}