/*!normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 12px;
	vertical-align: baseline;
	background: 0 0;
	word-wrap: break-word;
}

body {
	margin: 0;
	background: #f5f5f5;
	color: #333;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7em;
	-webkit-font-smoothing: antialiased;
}

main {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent
}
a:hover {
    color: #29d;
    text-decoration: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}
input[type=text]:focus,button[type=submit]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus,input[type=file]:focus { outline: 0 }
code,
kbd,
input[type=file]:focus,input[type=file]{
	border: none;
}
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

img {
	border-style: none
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}
.text-right {
    text-align: right !important;
}
fieldset {
	padding: .35em .75em .625em
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
.col-md-3{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
}
details {
	display: block
}

summary {
	display: list-item
}

template {
	display: none
}

[hidden] {
	display: none
}

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
	margin: 0
}

button {
	background-color: transparent;
	background-image: none
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

fieldset {
	margin: 0;
	padding: 0
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

html {
	font-family:Arial, 'Microsoft Yahei';
}

*,
::before,
::after {
	box-sizing: border-box;
	border-width: 0;
	border-style: solid;
	border-color: #e2e8f0
}

hr {
	border-top-width: 1px
}

img {
	border-style: none;
	vertical-align: middle;
}

textarea {
	resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a0aec0
}

input::placeholder,
textarea::placeholder {
	color: #a0aec0
}

button,
[role=button] {
	cursor: pointer
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
table {
	border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit
}

a {
	color: inherit;
	text-decoration: inherit
}



pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo
}



img,
video {
	max-width: 100%;
	height: auto
}
:root {
        --color-title: #2c2e3b;
        --color-body: #828a92;
		--color-coko:#3ca5f6;
}

.clearfix:after,
.clearfix:before {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: none;
	clear: both;
}

@font-face {
	font-family: FontAwesome;
	src: url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"), url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-weibo:before {
	content: "\f18a";
}
.fa-user-o:before{content:"\f2c0"}
.fa-arrow-circle-down:before{content:"\f0ab"}
.fa-arrow-circle-o-down:before{content:"\f01a"}
.fa-file-powerpoint-o:before{content:"\f1c4"}
.fa-xing-square:before{content:"\f169"}
.fa-weibo:before{content:"\f18a"}
.fa-angle-right:before{content:"\f105"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-hashtag:before{content:"\f292"}
.fa-bookmark:before{content:"\f02e"}
.fa-bullhorn:before{content:"\f0a1"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-home:before{content:"\f015"}
.fa-user:before{content:"\f007"}
.fa-user-circle-o:before{content:"\f2be"}
.fa-grav:before{content:"\f2d6"}
.fa-tags:before{content:"\f02c"}
.fa-link:before{content:"\f0c1"}
.fa-commenting-o:before{content:"\f27b"}
.fa-heart-o:before{content:"\f08a"}
.fa-file-text-o:before{content:"\f0f6"}
.fa-text-width:before{content:"\f035"}
.fa-user:before{content:"\f007"}
.fa-sign-in:before{content:"\f090"}
.fa-eye:before{content:"\f06e"}
.fa-address-card-o:before{content:"\f2bc"}
.fa-clock-o:before{content:"\f017"}
.fa-digg:before{content:"\f1a6"}
.fa-user:before{content:"\f007"}
.fa-expeditedssl:before{content:"\f23e"}
.fa-xing:before{content:"\f168"}
.fa-qq:before{content:"\f1d6"}
.fa-id-card-o:before{content:"\f2c3"}
.fa-bell:before{content:"\f0f3"}
.fa-delicious:before{content:"\f1a5"}
.fa-empire:before{content:"\f1d1"}
.thumb {
	display: block;
	width: 100%;
	height: 0;
	padding-top: 66.7%;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.btn {
	display: block;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	line-height: 2.4;
	outline: none;
	border: none;
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fr {
	float: right;
}

.fl {
	float: left;
}


