body,html{
  height: 100%;
  padding: 0;
  margin: 0;
}


.leftDiv{
	width: 80px;
    float: left;
}

.rightDiv{
	    margin-left: 80px;
}

img {
	width: 100%;
}

main #menu {
	width: 80%;
	max-width: 1139px;
	margin: auto;
  margin-bottom: 84px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 7px 28px 0px rgba(0, 0, 0, 0.11);
	margin-top: 24px;
}

.titleBox {
	font-weight: 600;
	font-size: 22px;
	margin-left: 16px;
	margin-right: 16px;
	text-align: center;
	padding-top: 21px;
	padding-bottom: 14px;
	border-bottom: 1.5px solid #EEEEEE;
	padding-bottom: 14px;
}

.content {
	margin-left: 46px;
	margin-right: 46px;
	padding-bottom: 50px;
}

.content p {
	margin-top: 0;
	margin-bottom: 21px;
}

.last_p {
	margin-bottom: 9px !important;
}

.first_p {
	margin-top: 16px !important;
}

.node {
	font-weight: 600;
}

.qrcode {
	max-width: 254px;
}

.img_p {
	margin: 0;
}
.phonetop{
  display: none;
}
#foot{
  background: #2D302F;
  text-align: center;
}
#statement{
  line-height: 48px;
  height: 48px;
  color: #fff;
  
}
.qrcodeDiv{
	width: 300px;
}
.consitutionQrDiv {
	max-width: 130px;
    float: right;
    text-align: center;
    margin-right: 3%;
}

.basiclawQrDiv {
	max-width: 130px;
    text-align: center;
}

.logo_mobile{
  display: none;
}
@media screen and (max-width: 760px) {
	.phoneHidden{
	display:none;
	}
.top{
  display: none;
}
	.titleBox {
		font-size: 16px;
		margin-left: 18px;
		margin-right: 10px;
	}
	.first_p {
		margin-top: 13px !important;
	}
	main {
		padding-bottom: 74px;
	}
	.content {
		margin-left: 4%;
		margin-right: 4%;
		font-size: 15px;
		padding-bottom: 30px;
	}
	main #menu {
		width: 92%;
		justify-content: center;
		align-content: center;
		margin-top: 16px;
	}
	.img_p {
		text-align: center;
	}
	.qrcode {
		max-width: 208px;
	}
  .phonetop{
    display: block;
  }
}

@media screen and (max-width: 480px) {
	
.qrcodeDiv{
	width: 130px;
}
.consitutionQrDiv {
	max-width: 130px;
    float: right;
    text-align: center;
    margin-right: 3%;
}

.basiclawQrDiv {
	max-width: 130px;
    text-align: center;
}
	
  .logo{
    display: none;
  }
  .logo_mobile{
    display: block;
    position: relative;
    width: 100%;
  }
  .logo_mobile div{
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
  }
}