* {
	box-sizing: border-box;
}
*,html,body{
	margin: 0;
	padding: 0;
	font-style: normal;
}

body {
	font-size: 14px;
	font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Heiti SC",  "WenQuanYi Micro Hei";
	color: #333;
	background: #fefaf4;
}
/*方正楷体开始*/
@font-face
{
	font-family: myFirstFont;
	src: url('../fonts/FZKTJW.TTF')
}
/*方正楷体结束*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
	font-size: 100%;
	font-weight: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

fieldset,
img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	background: none;
	 -webkit-tap-highlight-color: transparent; outline: none;
}
.underline{
	text-decoration: underline;
}

ul,
ol {
	list-style: none;
}

:focus {
	outline: none;
}
button{
	border: none;
}

.clearfix {
	zoom: 1;
	clear: both;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clear {
	clear: both;
}
.relative{
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

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

.df {
	display: flex;
}

.flex-1 {
	flex: 1
}

.jc {
	justify-content: center;
}

.jsb {
	justify-content: space-between;
}

.jfs {
	justify-content: flex-start;
}

.jfe {
	justify-content: flex-end;
}

.ac {
	align-items: center;
}

.afs {
	align-items: flex-start;
}

.afe {
	align-items: flex-end;
}

.fc {
	flex-direction: column;
}

.fw {
	flex-wrap: wrap;
}
.c-white{
	color: #fff!important;
}
.c-blue{
	color: #3F4D8B!important;
}
.c-yellow{
	color: #C08436!important;
}
.c-green{
	color: #326473!important;
}
.c-red{
	color: #C83A0C!important;;
}
.c-black{
	color: #000!important;;
}
.c-gray{
	color: #666!important;
}
.c-pink{
	color: #f7446e!important;;
}

.border-right{
	border-right: 1px solid #eee;
}
.text-left{
	text-align: left;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.show{
	display: block;
}
.inlineBlock{
	display: inline-block;
}
.hide{
	display: none;
}
.width100 {
	width: 100%;
}
.width50 {
	width: 50%;
}
.m-auto{
	margin: auto;
}
.font12 {
	font-size: 12px;
}
.font14 {
	font-size: 14px;
}
.font15 {
	font-size: 15px!important;
}
.font16 {
	font-size: 16px;
}
.font18 {
	font-size: 18px!important;
}
.font20 {
	font-size: 20px;
}
.font24 {
	font-size: 24px;
}
.font26 {
	font-size: 26px;
}
.font28 {
	font-size: 28px;
}
.font30 {
	font-size: 30px;
}
.font-bold{
	font-weight: bold;
}
.font-500{
	font-weight: 500;
}
.f-w-n{
	font-weight: normal;
}
.p15{
	padding: 15px;
}
.p-t-15{
	padding-top: 15px;
}
.p-t-25{
	padding-top: 25px;
}
.p-b-10{
	padding-bottom: 10px;
}
.p-l-r-15{
	padding: 0 15px;
}
.m-l--15{
	margin-left: -15px;
}
.m-r-0{
	margin-right: 0!important;
}
.m-b-10{
	margin-bottom: 10px!important;
}
.bg-white{
	background: white!important;
}
.textIndex{
	text-indent: 20px;
}
.border-r-5{
	border-radius:5px ;
}
.text-ellipsis{
	overflow: hidden;
    text-overflow: ellipsis; 
    -o-text-overflow: ellipsis;
    white-space:nowrap;
}
.border-bottom{
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.line-clamp-1{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.line-clamp-2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and ( max-width: 320px ) {
	.hexagram .detailed .details p img {
		width: 50px!important;
	}
	.fivegridBg {
		width: 110px!important;
	}
	.mask .lockButton{
		margin-left: -140px!important;
		width: 280px!important;
	}
}


