body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
	padding: 0;
	margin: 0;
}

@font-face {
	font-family: 'zang';
	src: url(../font/Sunshine-Uchen.ttf);
}

@font-face {
	font-family: 'ALKATIPBasma';
	src: url(../font/ALKATIPBasma.ttf);
}

@font-face {
	font-family: 'Menksoft2012';
	src: url(../font/Menksoft2012.ttf);
}

.textColumn {
	/* text-orientation: sideways; */
	/* writing-mode: vertical-lr !important; */

	writing-mode: vertical-lr
}

.textColumn textarea {
	font-family: Menksoft2012 !important;
	display: table-column !important;
	vertical-align: middle !important;
	height: 400px;
	writing-mode: tb-lr !important;
	writing-mode: vertical-lr !important;
	text-orientation: sideways-right !important;
	display: table-column;
	word-break: keep-all;
	text-align: justify;
}

.textRight {
	font-family: ALKATIPBasma !important;
	text-orientation: sideways;
	writing-mode: lr-tb;
	direction: rtl !important;
}
.textRight textarea{
	font-family: ALKATIPBasma !important;
}

.textLeft {
	direction: ltr !important;
}


body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei", STHeiti, SimSun, sans-serif;
	min-width: 1200px;
	font-size: 14px;
	line-height: 1.3;
	color: #323233;
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.floatl {
	float: left;
}

.floatr {
	float: right;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.margin-right-0 {
	margin-right: 0 !important;
}





.content-wrap {
	width: 1200px;
	margin: 0 auto;
}

.checkbox-wrap {
	cursor: pointer;
	line-height: 16px;
}

.checkbox {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 16px;
	white-space: nowrap;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 0;
	top: -1px;
}

.checkbox-inner {
	border-color: #c8c9cc;
	background-color: #fff;
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 2px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

.checkbox-inner .iconfont {
	visibility: hidden;
}

.checkbox-checked .checkbox-inner {
	border-color: #155bd4;
}

.checkbox-checked .checkbox-inner .iconfont {
	visibility: visible;
	font-size: 16px;
	color: #155bd4;
	position: relative;
	top: -1px;
	left: -1px;
}

.checkbox input {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

.checkbox-label {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	margin-left: 8px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

.link {
	color: #155bd4;
}

.button {
	color: #323233;
	background-color: #fff;
	border-color: #dcdee0;
	display: inline-block;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	padding: 0 16px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	vertical-align: middle;
	box-sizing: border-box;
	cursor: pointer;
}

.button-primary {
	color: #fff;
	background-color: #155bd4;
	border-color: #155bd4;
}

.margin-none {
	margin: 0 !important;
}