*{
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
}
ul{
	list-style: none;
}
#container{
	width: 90%;
	/*background-color:#6C757D;*/
	margin: 0 auto;
}
.navbar{
	width: 100%;
	background-color: #d71518;
	/*background-color: gold;*/
	border-radius:5px;
}

.nav-link{
	font-size: 110%;
	color: #fff;
}
.nav-link:hover{
	color: #000000;
}

.navbar-nav{
	width: 100%;
	/*background-color: black;*/
}
.navbar-toggler{
	
}
.navbar-toggler-icon{
	margin-left: 0;
}
.section{
	max-width: 100%;
	margin: 0 auto;
}
.section  section{
	margin-top: 10px;
	margin-bottom:10px;
	border:1px solid #ccc;
	border-radius:10px ;
	padding:1% 1%;
	box-sizing: border-box;
}
#section1{
	width: 100%;
	overflow-y: scroll;
	border: none;
	/*background-color: #DCDDE0;*/
	border: 1px solid red;
}

#section1 table{
	height: 150px;
	/*background-color: deepskyblue;*/
	margin: 0 auto;
	margin-top: 3%;
	width: 80%;
	border: 2px solid red;
	border-radius: 2px;
}

#section1 table #td_food_img{/*美食图片的td*/
	width: 20%;
	height: 70%;
	border-right:2px solid red;
}
#section1 table #td_food_img img{
	width: 60%;
	height: 80px;
	border-radius: 5%;
	/*border: 2px solid red;*/
	display: block;
	margin:5px auto;
}

#section1 table #td_food_name{/*用户发表时间的td*/
	width: 20%;
	height: 20%;
	vertical-align: text-top;
	text-align: center;
	border-right:2px solid red;
}

#section1 table #td_jiaocheng{/*用户评论的td*/
	width: 80%;
	vertical-align: text-top;
	border-bottom: 2px solid red;
	border-right: 2px solid red;
}

#section1 table #td_jiaocheng textarea{
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	border: none;
}

#section1 table #td_user_other{/*other其他控件的td*/
	width: 80%;
	border-right: 2px solid red;
}

#section1 table #td_user_dianzan{
	/*background-color: yellow;*/
	float: right;
}

#section1 table #td_user_dianzan img{
	width: 20px;
	height: 20px;
}
#section1 table #td_user_dianzan img:hover{
	cursor: pointer;
}
#section1 table #td_user_dianzan img:active{
	width: 19px;
	height: 19px;
}

#section1 table #td_user_dianzan .dianzan_number:hover{
	cursor: pointer;
}
#section1 table #td_user_dianzan .cai_number:hover{
	cursor: pointer;
}
#section1 table #td_user_dianzan .dianzan_number:active{
	font-size: 90%;
}
#section1 table #td_user_dianzan .cai_number:active{
	font-size: 90%;
}

#section1 table #td_btn_edit,#td_btn_del{
	padding-left: 10px;
	padding-right: 10px;
}

#section1 table #td_btn_edit #btn_edit,#btn_del,#btn_look{
	width: 70px;
	padding: 5% 1%;
	border-radius: 5px;
	background-color: #d71518;
	color: white;
	border: none;
}

#section1 table #td_btn_edit #btn_edit:hover{
	color: wheat;
	background-color:#B22222;
}

#section1 table #td_btn_edit #btn_look:hover{
	color: wheat;
	background-color:#B22222;
}

#section1 table #td_btn_del #btn_del:hover{
	color: wheat;
	background-color:#B22222;
}

#section2{
	width: 100%;
	background-color: #DCDDE0;
	border: none;
	text-align: center;
}
