@charset "UTF-8";
/*!
 * 对主题的修改部分
 */

 /*-----------------------------------------------
|   Navigation Top
-----------------------------------------------*/
.navbar-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  font-size: 0.9rem;
  font-weight: 500;
  margin-left: -1rem;
  margin-right: -1rem;
}

/*-----------------------------------------------
|   Select box
-----------------------------------------------*/
.select-box {
  position: relative;
  width: 21rem;
  font-size: 0.83333rem;
}

.select-box .select-box-icon {
  position: absolute;
  color: #b6c1d2;
  top: 50%;
  left: 0.9rem;
  -webkit-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  transform: translateY(-58%);
}

.select-box .select-box-input {
  padding-left: 2rem;
  line-height: 1.7;
  border-radius: 50rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-box .select-box-input::-webkit-select-cancel-button {
  display: none;
}

.select-box .close {
  outline: none !important;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.25rem;
  margin-right: 1rem;
  font-size: 0.83333rem;
  z-index: 1;
}

.select-box .dropdown-menu {
  border: 1px solid #d8e2ef;
  font-family: "Microsoft Yahei", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  left: 0;
  margin-top: 0.5rem;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  width: 100%;
}

.select-box:not(.show) [data-dismiss='select-box'] {
  display: none;
}

.select-box .file-thumbnail {
  width: 1.75rem;
  height: 1.75rem;
}

.safari .select-box .select-box-input {
  line-height: 2;
}

/*-----------------------------------------------
|   Colors for social icons
-----------------------------------------------*/
.text-weixin {
  color: #0ba806;
}
.text-qq {
  color: #1da1f2;
}
.text-weibo {
  color: #f13b0d;
}

/*-----------------------------------------------
|   Caption div for Img
-----------------------------------------------*/
.img-caption {
  overflow: hidden;
/*
  white-space: nowrap;  
  text-overflow: ellipsis; */
  position: absolute;
  bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
}

/*-----------------------------------------------
|   auto width 100% for Img in detailHtml div
-----------------------------------------------*/
#detailHtmlDiv img{
	width: 100%;
}