html {
	background: #EBEBEB;
	max-width:1200px;
	margin:0 auto;
	font-family: "微软雅黑";
}
body {
	margin: 0;
	padding: 0;
	background: #EBEBEB;
	height: auto;
}
ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}


#timeline {
	text-align: center;
	margin-top: 1em;
}
#timeline p {
	display: inline-block;
	font-size: 12px;
	color: #FFF;
	background-color: #D4D4D4;
	border-radius: 2px;
	margin: 0 auto;
	padding: 4px 8px;
}


#project {
	padding: 0.75em;
	margin-bottom: 1em;
}

#project_box {
	background: #FFF;
	box-shadow: 0 0 5px gray;
	overflow: hidden;
	border-radius: 10px;
}

#project_box_top {
	position: relative;
	margin: 0.5em;
	width: auto;
}
#project_box_top img,
.project_box_top_img {
	display: block;
	width: 100%;
}
#project_box_top h1 {
	position: absolute;
	background: #000;
	color: #FFF;
	font-size: 16px;
	line-height: 150%;
	bottom: 0;
	opacity: 0.7;
	padding: 0.5em;
	margin: 0;
}

#project_box_ul {
	overflow: hidden;
}

#project_box_ul li {
	border-top: 1px solid #D6D6D6;
	overflow: hidden;
}

#project_box_ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	font-size: 15px;
	line-height: 25px;
	min-height: 50px;
	padding: 0.5em;
	outline: none;
	-webkit-tap-highlight-color:rgba(242,242,242,0.5);
}

#project_box_ul li a:focus {
	background:rgba(242,242,242,1);
}

#project_box_ul li img,
.project_box_ul_li_img {
	display: block;
	width: 60px;
	height: 50px;
	float: right;
	margin-left: 0.5em;
}

.piece {
    width: 100%;
    background-color: transparent;
    position: relative;
    box-sizing: border-box;		margin-bottom: 1em;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

form {
    padding-top: 10px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.form-piece .m-input-text {
    position: relative;
}

.form-piece .form-control {
    height: 40px;
}

.form-piece .input-group-i {
    padding: 5px 18px;
    position: relative;
    border-collapse: separate;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

input {
    padding: 5px;
    margin: 0;
    outline: 0;
    font-size: 14px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.form-piece .btn-i {
    width: 100%;
	background-color: #f60 !important;
}

.form-piece .btn-i {
    display: block;
    cursor: pointer;
    color: #fff;
    height: 42px;
    line-height: 42px;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    border: none;
    border-radius: 4px;
    -webkit-user-select: none;
}
