@charset "UTF-8";
/**
 * Mixes a color with white. It's different from lighten()
 *
 * @param {color} $color
 * @param {number (percentage)} $percent [The amout of white to be mixed in]
 * @return {color}
 *
 * @example
 *   .element {
 *     background-color: tint(#6ecaa6 , 40%);
 *   }
 *
 *   // CSS Output
 *   .element {
 *     background-color: #a8dfc9;
 *   }
 */
/**
 * @example scss
 *
 * .element {
 *   @include clearfix;
 * }
 *
 * // CSS Output
 * .element::after {
 *   clear: both;
 *   content: '';
 *   display: block;
 * }
 */
/**
 * 元素居中定位
 */
/**
 * 修复小元素文本垂直居中
 */
/**
 * flex 布局
 * ================================================================
 */
/* Flex Item */
/**
 * 通用的遮罩
 */
/* --------------------------------------------------------------
  primary styles
-------------------------------------------------------------- */
/* --------------------  index styles  --------------------- */
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.container-dissertation {
  margin-top: -205px;
  background: #f4f4f4;
}

.body {
  position: relative;
  background: #f4f4f4;
}

/* --------------------  header   --------------------- */
.header {
  position: absolute;
  left: 0;
  top: 40px;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  z-index: 9;
}
.header .nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.header .logo {
  display: block;
}
.header .img {
  display: inline-block;
  width: 243px;
  height: 66px;
  float: left;
  margin-right: 10px;
}
.header .branch {
  color: #fff;
  overflow: hidden;
  margin-right: 45px;
}
.header .branch .headline {
  font-size: 30px;
}
.header .branch .subhead {
  font-size: 14px;
}

.nav-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav-item {
  float: left;
  margin: 10px;
}
.nav-item a {
  font-size: 14px;
  color: #fff;
}

.search {
  width: 160px;
  height: 38px;
  border-radius: 5px;
  margin: 0 12px;
  background: #6084ad;
  position: relative;
}
.search-input {
  width: 160px;
  height: 38px;
  padding: 0 10px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
}
.search a {
  position: absolute;
  right: 10px;
  top: 3px;
  color: #E0E0E0;
}
.search a .icon-search {
  font-size: 24px;
}

.usercenter {
  width: 96px;
}
.usercenter .login {
  font-size: 14px;
  color: #fff;
  padding: 8px 0;
  text-align: center;
}
.usercenter .user {
  text-align: center;
}
.usercenter .user:hover .dropdown-menu {
  display: block;
}
.usercenter .user:hover .dropdown-toggle .iconfont {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.usercenter .dropdown-toggle {
  font-size: 14px;
  color: #fff;
  height: 36px;
  display: block;
  line-height: 36px;
}
.usercenter .dropdown-menu {
  display: none;
  padding: 10px 0;
  background: rgba(72, 158, 255, 0.4);
}
.usercenter .dropdown-menu li {
  padding: 5px 0;
}
.usercenter .dropdown-menu li:hover {
  background: rgba(72, 158, 255, 0.8);
}
.usercenter .dropdown-menu .link {
  font-size: 14px;
  color: #fff;
}
.usercenter .iconfont {
  font-size: 14px;
  color: #fff;
  margin-left: 10px;
}

/* --------------------  index swiper   --------------------- */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner .swiper-wrapper {
  height: 490px;
}
.banner .swiper-slide {
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner .swiper-slide a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: relative;
}
.banner .swiper-slide img {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.banner .swiper-banner .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  background: transparent !important;
  opacity: 0.6 !important;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.2s;
}
.banner .swiper-banner .swiper-pagination-bullet-active {
  background-color: #fff !important;
  width: 72px !important;
  height: 12px !important;
  border-radius: 6px !important;
  opacity: 1 !important;
  transition: all 0.2s;
}
.banner .slide-index {
  background-image: linear-gradient(to bottom, #06203c 2%, #174476 15%, #316eb5 50%, #458de1 75%, #4c94e9 100%);
}
.banner .slide-second {
  background-image: linear-gradient(to bottom, #212b46 4%, #303e65 10%, #42558a 20%, #5169aa 30%, #5871b7 50%, #5871b7 75%, #5871b7 100%);
}
.banner-home .swiper-container {
  width: 100%;
  height: 489px;
}
.banner-container {
  width: 100%;
  height: 275px;
  background-image: linear-gradient(to bottom, #0f2c42 2%, #1d528d 25%, #2a68ad 50%, #498fe1 100%);
}
.banner-institute {
  height: 280px;
  background: url("../image/inner_01.png") no-repeat center center;
}
.banner-dynamic {
  height: 280px;
  background: url("../image/inner_02.png") no-repeat center center;
}
.banner-academic {
  height: 280px;
  background: url("../image/inner_03.png") no-repeat center center, url("../image/inner_04.png") no-repeat center center;
}
.banner-video {
  height: 280px;
  background: url("../image/inner_03.png") no-repeat center center, url("../image/inner_04.png") no-repeat center center;
}
.banner-dissertation {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-dissertation-container {
  height: 600px;
}

/* --------------------   main  --------------------- */
.main {
  background: #f4f4f4;
}

.slide-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  overflow: hidden;
}
.slide-container .nav-slide {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 700px;
}
.slide-container .nav-slide .icon-guangbo {
  font-size: 24px;
  color: #4a90e2;
}
.slide-container .nav-slide .expend-dot {
  margin-right: 8px;
}
.slide-container .wrap a {
  font-size: 14px;
  color: #2c609f;
}
.slide-container .wrap a:hover {
  color: #2c609f;
}
.slide-container .nav-list li > a {
  color: #2c609f;
}
.slide-container .nav-list li > a:hover {
  color: #2c609f;
}
.slide-container .nav-tag {
  display: flex;
}
.slide-container .nav-tag .flag, .slide-container .nav-tag .tag {
  width: 96px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #333;
}
.slide-container .nav-tag .tag {
  cursor: pointer;
}
.slide-container .nav-tag .tag:hover, .slide-container .nav-tag .tag.active {
  border: 1px solid #4a90e2;
  border-radius: 17px;
  color: #4a90e2;
  height: 36px;
  line-height: 34px;
  background: #ffffff;
}

/* --------------------   hotspot  --------------------- */
.hotspot {
  margin-bottom: 18px;
  padding: 8px 22px;
  background: #fff;
  height: 360px;
}
.hotspot-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
  padding-right: 35px;
}
.hotspot-title {
  font-size: 18px;
  font-weight: 600;
}
.hotspot-list {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  margin-left: 30px;
}
.hotspot-bd {
  margin-bottom: 45px;
}
.hotspot-item {
  color: #999999;
  cursor: pointer;
  margin-right: 30px;
}
.hotspot-item.active, .hotspot-item.on {
  color: #333333;
}

.more {
  font-size: 14px;
  color: #999999;
}
.more:hover {
  color: #4a90e2;
}

.video-item {
  display: block;
  width: 205px;
  float: left;
  color: #666666;
  margin-right: 30px;
  font-size: 14px;
}
.video-item:last-of-type {
  margin-right: 0;
}
.video-item:hover {
  color: #666666;
}
.video-item p {
  color: #2c609f;
}
.video-item .poster {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.video-item .poster-container {
  margin-bottom: 15px;
  width: 205px;
  height: 136px;
  position: relative;
}
.video-item .poster-container.goods {
  position: relative;
}
.video-item .poster-container .tol {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.video-item .poster-container .tol span {
  font-size: 14px;
  color: #fff;
}
.video-item .poster-container .tol .iconfont {
  font-size: 14px;
}
.video-title,
.video time {
  line-height: 18px;
  margin-bottom: 10px;
}

.module-list {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
}
.module-item {
  display: inline-block;
  width: 287px;
  height: 120px;
}
.module-img {
  display: inline-block;
  width: 287px;
  height: 120px;
}

/* --------------------   panel  --------------------- */
.panel {
  display: flex;
  align-items: center;
}
.panel-hd {
  display: flex;
  justify-content: space-between;
  padding-right: 35px;
}
.panel-left {
  width: 260px;
  padding: 22px 25px;
  background: #023669;
  height: 100%;
}
.panel-wrapper {
  height: 545px;
  overflow-y: auto;
}
.panel-right {
  height: 100%;
  width: 940px;
  background: #fff;
  padding: 20px 25px;
}
.panel-right .panel-title {
  color: #333;
  padding-left: 15px;
}
.panel-subject {
  height: 650px;
  margin-bottom: 20px;
}
.panel-subject .panel-list {
  height: 545px;
  overflow-y: auto;
}
.panel-subject .panel-left {
  position: relative;
  background: url("../image/culture_bg.png") no-repeat center center;
}
.panel-subject .panel-item {
  margin: 18px 0;
}
.panel-subject .panel-item:hover, .panel-subject .panel-item.active {
  background: url("../image/back_mimi.png") no-repeat center center;
}
.panel-institute {
  height: 400px;
  margin-bottom: 30px;
}
.panel-institute .panel-list {
  height: 300px !important;
  padding-left: 0;
  text-align: center;
}
.panel-institute .panel-item {
  justify-content: center;
  height: 40px;
  line-height: 44px;
  margin: 10px 0;
}
.panel-institute .panel-left {
  position: relative;
  background: url("../image/institute_bg.png") no-repeat center bottom;
}
.panel-institute .panel-left .scroltit .down {
  bottom: 15px;
}
.panel-institute .panel-left .scroltit .arrow {
  cursor: pointer;
}
.panel-title {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
}
.panel-item {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.panel-item.active, .panel-item:hover {
  background: url("../image/back_mimi.png") no-repeat center center;
}
.panel-item.active .classify, .panel-item:hover .classify {
  color: #B9FFFA;
}
.panel-item img {
  display: inline-block;
  margin-right: 20px;
  width: 36px;
  height: 36px;
  margin-left: 65px;
}
.panel-item .classify {
  font-size: 14px;
  color: #fff;
}

/* --------------------   info  --------------------- */
.info-list:before, .info-list:after {
  display: table;
  content: " ";
}
.info-list:after {
  clear: both;
}
.info-list {
  *zoom: 1;
}
.info-item {
  width: 430px;
  float: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #d7e6f4;
  padding: 30px 15px;
}
.info-item:nth-last-of-type(2), .info-item:last-of-type {
  border: none;
}
.info-item a {
  color: #666;
  display: block;
}
.info-item .pic {
  width: 155px;
  height: 103px;
  margin-right: 20px;
  display: block;
}
.info-item .trans {
  width: 100%;
  height: 100%;
  position: relative;
}
.info-item .trans img {
  width: 155px;
  height: 103px;
  display: inline-block;
}
.info-item .trans .tol {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}
.info-item .trans .tol span {
  font-size: 12px;
  color: #fff;
}
.info-item .trans .tol .iconfont {
  font-size: 14px;
}
.info-item .desc .name {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
.info-item .desc .info {
  font-size: 14px;
  margin-bottom: 6px;
}
.info-item .desc .view {
  color: #2c609f;
  margin-left: 10px;
}
.info-item .desc .content {
  line-height: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.forum {
  background: #fff;
}
.forum-container {
  padding: 30px 25px;
  background: url("../image/froum_bg.png") no-repeat right bottom;
}
.forum-title {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-bottom: 50px;
}
.forum .link-list {
  display: flex;
  flex-wrap: wrap;
}
.forum .link-item {
  width: 25%;
  padding-left: 60px;
  margin-bottom: 30px;
  font-size: 14px;
}
.forum .link-item a {
  color: #666666;
}
.forum .link-item a:hover {
  color: #023669;
}

/* --------------------   footer  --------------------- */
.footer {
  background: #193e68;
  padding: 25px;
  font-size: 14px;
  color: #fff;
  width: 1200px;
  margin: 0 auto;
}
.footer .copy-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 25px;
}
.footer .copy-info p {
  margin-right: 15px;
  line-height: 28px;
}

/* --------------------   breadcrumb  --------------------- */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* --------------------  institute page style  --------------------- */
.institute-container {
  padding: 25px 35px;
  background-color: #fff;
}
.institute-container .title {
  color: #333;
  margin-bottom: 30px;
}

/* --------------------  academic page style  --------------------- */
.academic {
  display: block;
  color: #666666;
}
.academic:hover {
  color: #666666;
}
.academic-list {
  padding: 0 60px;
}
.academic-item {
  padding: 25px 0 45px;
  border-bottom: 1px solid #d7e6f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.academic-item .pic {
  margin-right: 35px;
}
.academic-item .name {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  font-weight: normal;
}
.academic-item .info {
  font-size: 14px;
  margin-bottom: 10px;
}
.academic-item .info .datetime {
  margin-right: 10px;
}
.academic-item .view {
  color: #2c609f;
}
.academic-item .timelong {
  margin: 0 35px;
}
.academic-item .content {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* --------------------  article page style  --------------------- */
.dynamic-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 0;
}

.article {
  width: 870px;
  padding: 40px 60px;
  background-color: #fff;
}
.article .headline {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}
.article .detail {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  padding: 12px;
  text-align: center;
  margin-bottom: 26px;
}
.article .detail span {
  margin: 0 3px;
}
.article .paragraph {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  text-indent: 2rem;
  margin-bottom: 30px;
}
.article-container {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.article-link {
  margin: 0 25px;
  height: 280px;
  border-top: 1px solid #d7e6f4;
  padding: 25px 0;
}
.article-link p {
  margin-left: 35px;
  font-size: 14px;
}
.article-link p a {
  color: #666666;
}

.recommond-container {
  min-height: 951px;
  background: #fff;
  padding: 25px 35px 45px;
  width: 310px;
}
.recommond-list {
  padding: 0 20px;
}
.recommond-link {
  display: block;
}
.recommond-link .pic {
  width: 175px;
  height: 120px;
  margin: 15px auto 5px;
}
.recommond-link .pic .imgs {
  width: 100%;
  height: 100%;
}
.recommond-link .info {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.recommond-link .nums {
  font-size: 14px;
  color: #2c609f;
}

/* -------------  video style ------------ */
.video-container .panel-title {
  color: #333333;
}
.video-container .play-container {
  padding: 40px 50px;
  min-height: 951px;
}
.video-container .play-container .headline {
  font-size: 16px;
  color: #333333;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  padding: 18px 0;
}
.video-container .play-container .video {
  width: 770px;
  height: 495px;
}
.video-container .desc {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.video-container .desc .time {
  margin: 10px 0;
}
.video-container .desc .tool {
  height: 40px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.video-container .desc .coll {
  font-size: 16px;
  line-height: 18px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  color: #666;
  cursor: pointer;
}
.video-container .desc .iconfont {
  font-size: 18px;
  line-height: 18px;
  margin-right: 5px;
}

.sv-speedBtn span:nth-child(1) {
  padding: 15px 0;
}

.showMute span:nth-child(1) {
  padding: 15px 0;
}

.sv-mutePanel {
  top: -100px;
  left: 10px;
}

.sv-speedBtn .sv-speed-btn {
  bottom: 56px;
}

#videoContainer {
  width: 770px;
  height: 430px;
  margin-left: auto;
  margin-right: auto;
}

/* search */
.search-container .total {
  color: #333;
}
.search-container .cost, .search-container .result {
  color: #000;
  font-weight: bold;
  margin: 0 3px;
}
.search-container .highlight {
  font-size: 18px;
  font-weight: bold;
  color: #B9FFFA !important;
}
.search-item {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.search-item .item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-item .item .pic {
  margin-right: 20px;
}
.search-item .result {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.search-item .viewprop {
  color: #999;
  font-weight: normal;
}
.search-group {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.search-group .search-area {
  width: 680px;
  height: 38px;
  border: 1px solid #4a90e2;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  text-indent: 10px;
}
.search-group .button {
  width: 80px;
  height: 38px;
  line-height: 38px;
  background-color: #4a90e2;
  padding: 0 5px;
  color: #fff;
  font-size: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
}
.search-group .button .icon-search {
  font-size: 24px;
}

/* -------------  advance style ------------ */
.advance-panel {
  padding: 30px 35px;
}
.advance-panel .title {
  font-size: 24px;
  color: #007ec4;
  line-height: 24px;
  padding: 22px 0;
  text-align: center;
  border-bottom: 1px dashed #E0E0E0;
}
.advance-panel .article {
  padding-top: 20px;
  width: 100%;
}
.advance-panel .content {
  color: #4a4a4a;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 2px;
}
.advance-panel .label {
  font-size: 14px;
  color: #666666;
  display: block;
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: right;
}
.advance-panel .literature {
  min-height: 32px;
  flex: 1;
}
.advance-panel .inner {
  font-size: 14px;
  line-height: 32px;
  flex: 1;
}
.advance-panel .subtit {
  font-weight: 600;
}
.advance-panel .colkey {
  color: #2e82bb;
}

/* -------------  subject style ------------ */
.tool-container {
  background: #fff;
  padding: 15px 25px;
}

.panel-dissertation {
  padding: 20px 25px;
  flex-direction: column;
  background: #fff;
}
.panel-dissertation .panel-title {
  width: 100%;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 15px;
  color: #4a4a4a;
}
.panel-dissertation .panel-title .sutitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}
.panel-dissertation .panel-title .explain {
  font-size: 14px;
  line-height: 20px;
}

.dissertation-item {
  width: 560px;
  border-bottom: none;
  padding: 20px 15px;
}
.dissertation-item:nth-of-type(2n + 1) {
  margin-right: 30px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 20px;
  list-style: none;
  color: #4a4a4a;
}
.breadcrumb-item {
  margin-right: 12px;
  position: relative;
}
.breadcrumb-item::before {
  content: ">";
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
}
.breadcrumb-item:first-of-type::before {
  display: none;
}
.breadcrumb-item a {
  color: #4a4a4a;
}
.breadcrumb-item a:hover {
  color: #007bff;
}
.breadcrumb-item.active {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

.panel-recommend {
  margin-top: 20px;
  padding-bottom: 40px;
}

.goods {
  position: relative;
}

.marked {
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #fd6c6c;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  z-index: 9;
  font-size: 12px;
  padding: 0 5px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.online {
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  height: 18px;
  line-height: 18px;
  z-index: 9;
  border-radius: 10px;
  padding: 0 5px;
}
.online .play {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
}
.online .text {
  font-size: 10px;
  color: #fff;
  line-height: 14px;
}

.article-advance-container .tool-container {
  background: #f4f4f4;
  padding: 15px 0;
}
.article-advance-container .breadcrumb {
  padding: 15px 0;
}
.article-advance-container .article {
  padding: 40px 65px;
}
.article-advance-container .teacher {
  display: flex;
}
.article-advance-container .teacher-left {
  margin-right: 60px;
}
.article-advance-container .teacher-left .illust-img {
  margin-bottom: 10px;
}
.article-advance-container .teacher-left .illust-img img {
  display: block;
  width: 153px;
  height: 223px;
}
.article-advance-container .teacher-left .label {
  width: 50px;
}
.article-advance-container .teacher-right {
  flex: 1;
}
.article-advance-container .teacher-right .content {
  flex-direction: column;
}

/**

*/
.scroltit {
  height: 26px;
  line-height: 26px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.scroltit .arrow {
  width: 23px;
  height: 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.scroltit .up {
  background: url(../image/up.png) no-repeat center center;
  top: 45px;
}
.scroltit .down {
  background: url(../image/down.png) no-repeat center center;
}

.scroll-wrap {
  height: 545px;
  overflow: hidden;
}

.prism-player .prism-ErrorMessage {
  background: url(../image/thumbnail.png) no-repeat center center;
  background-size: contain;
}
.prism-player .prism-ErrorMessage .prism-detect-info {
  display: none;
  top: 320px;
}
.prism-player .prism-ErrorMessage .prism-detect-info .info-label {
  color: gray;
  font-size: 14px;
  font-weight: normal !important;
}
.prism-player .prism-ErrorMessage .prism-error-content p {
  color: #666 !important;
  display: none;
}
.prism-player .prism-ErrorMessage .prism-error-operation .prism-button-orange {
  display: none;
}


.panel-piecker {
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
  padding-left: 20px;
}

.select {
  position: relative;
  width: 100px;
  height: 33px;
  background: transparent;
  color: #7aacc4;
  cursor: pointer;
  border: 1px solid #D4D4D4;
}
.select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  border-top: 5px solid #00FAFF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.select .select_text {
  padding: 0 20px 0 10px;
  height: 35px;
  line-height: 35px;
  color: #7aacc4;
}

.select_ul {
  display: none;
  position: absolute;
  top: 33px;
  left: 0px;
  width: 100px;
  border: 1px solid #D4D4D4;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  z-index: 99;
}
.select_ul li {
  line-height: 36px;
  text-indent: 10px;
  background-color: #D4D4D4;
}
.select_ul li:hover {
  color: #fff;
  background: #2e8789;
}
.select_ul li.cur {
  color: #fff;
  background: #2e8789;
}