@charset "UTF-8";

/*
 * @Description: 静态页面公共样式 - 清理版本
 * @Date: 2020-03-19 10:21:53
 * @version：v1.0
 */

body {
  /* min-width: 1200px; */
}

a:hover {
  color: #194897;
}

/**功能类***/

.cf-otw .otw {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cf-scroll::-webkit-scrollbar {
  width: 4px;
}

.cf-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.cf-scroll::-webkit-scrollbar-track {
  border-radius: 0px;
  -webkit-box-shaow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.1);
}
