#main {padding-top:10px;margin-top:90px;padding-bottom:10px;}
img {border-radius: 3px;}
#lbox, #rbox {background:#fff;padding-bottom:10px;}
#lbox {width:260px;}
#rbox {width:1010px;}
#lbox > div.section {
	margin-top:10px;
	padding:10px;
	/* box-shadow: 0px 10px 3px #eee; */
}
#lbox > div.section:nth-child(1) {margin-top:20px;}
#lbox > div.section > dl {
	margin-top:10px;
	border-bottom:1px dashed #ddd;
	padding-bottom:10px;
}
#lbox > div.section > dl > dt > a > h3 {
	margin:0px;
	padding:0px;
	color:#888;
}
#lbox > div.section > dl > dt > a > h3:hover,
#lbox > div.section > dl.on > dt > a > h3:hover {color:#EA4335;}
#lbox > div.section > dl.on > dt > a > h3 {color:#EA4335;}
#lbox > div.section > dl > dd > a {
	display:block;
	margin-top:10px;
	margin-bottom:10px;
}
#lbox > div > dl.on > dd > a.on {color:#EA4335;}
#rbox h1, #rbox h2 {
	margin-top:32px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
#rbox .row {
	margin:10px 0px 10px 10px;
	padding:10px 0px 10px 10px;
	border-bottom:1px dashed #ddd;
	line-height:30px;
	color:#888;
	clear:both;
}
#rbox .row > a > h3 {
	padding:0px;
	margin:0px;
}
#rbox .detial {
	padding-left:10px;
	color:#666;
}
#rbox .detial #summary {
	padding:20px;
	border:1px solid #eee;
	margin:20px auto 20px auto;
	width:80%;
	border-radius:3px;
	background:#fafafa;
	text-indent:32px;
	line-height:26px;
}
#rbox .detial #imgurls {text-align:center;}
#rbox .detial #imgurls > img {max-width:96%;display:block;margin:auto;margin-top:20px;margin-bottom:20px;}
#rbox .detial #content img{max-width:96%;}
#rbox .detial #content {line-height:26px;margin-top:64px}
#rbox .detial #statement {margin-top:32px;margin-bottom:32px;color:#888;}
#rbox .detial img {cursor:pointer;}
#rbox .detial p {overflow:hidden;}
#data {text-indent: 32px;}
#pagebar {text-align:center;color:#666;}
#pagebar > a{margin-left:5px;margin-right:5px;}
#rbox > table > tbody > tr > td > a > h3{margin-top: 30px;}
@media only screen and (max-width:768px) {
	#main {padding:0px;margin-top:0px;}
	#lbox {display: none;}
	#rbox {width: 100%;}
	#rbox .row {padding: 10px;}
	#rbox .detial {padding-left:0px;}
	#data {
		margin-left:10px;
		margin-right:10px;
	}
}
@media (device-width:540px) {
}

/*iPhone6 Plus, iPhone8 Plus, phone XR, iphone Xs Max, Pixel 2, Pixel 2 XL*/
@media (min-width: 411px) and (max-width: 414px){
}

/*iPhone6 7 8 X Xs */
@media (device-width: 375px){
}

/* iphone5 */
@media (device-width: 320px) {
}

/* Galaxy Fold */
@media (device-width: 280px) {
}