
/* 引入思源黑体 */
@font-face {
  font-family: "sourcehansans"; /* 这个名字可以自己定义 */
  src: url("./fonts/sourcehansans.eot"); /* IE9 Compat Modes */ /*这里以及下面的src后面的地址填的都是自己本地的相对地址*/
  src: url("./fonts/sourcehansans.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */ url("./fonts/sourcehansans.woff") format("woff"),
    /* Modern Browsers */ url("./fonts/sourcehansans.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("./fonts/sourcehansans.svg#YourWebFontName")
      format("svg"); /* Legacy iOS */
  font-weight: bold;
  font-style: normal;
}
/** 思源黑体样式 **/
.font_flama {
  font-family: "Noto Sans SC" !important;
}
html,body {
	font-family: "sourcehansans";
	/* font-family: "Noto Sans SC"; */
	overflow-x: hidden;
	/*caret-color: rgba(0,0,0,0);*/
}
[v-cloak]{
	display: none;
}
.container {
	min-height: 50vh;
	padding: .52rem 0;
}
.left-con {
	padding-left: 2.09rem;
	padding-right: .89rem;
}

