html,
body {
	background-color: #f7f7f7;
}

/*img {*/
/*	width: 100%;*/
/*	height: 100%;*/
/*}*/

#wrap {
	margin-top: 20px;
	padding-bottom: 20px;
}

#wrap .content {
	justify-content: space-between;
	align-items: flex-start;
}

#left {
	width: 880px;
}

#province {
	padding-top: 12px;
	padding-left: 36px;
	background-color: #fff;
	border-bottom: 1px solid #f7f7f7;
}

#province table {
	width: 100%;
}

#province td {
	width: calc(100% / 13);
	padding: 8px 0;
	cursor: pointer;
}

#hot {
	background-color: #fff;
	padding: 10px 0 10px 36px;
	border-bottom: 1px solid #f7f7f7;
}

#hot table {
	width: 100%;
}

#hot td {
	width: calc(100% / 13);
	padding: 8px 0;
	cursor: pointer;
}

#hot .active {
	background-color: #00a4ff;
	color: #fff;
	border-radius: 15px;
}

#shop {
	background-color: #fff;
	padding: 10px 0 10px 36px;
}

#shop .choose-sign {
	width: 62.77px;
	margin-right: 5px;
	padding-top: 8px;
}

#shop .choose-shop {
	width: 750px;
	flex-wrap: wrap;
}

#shop .choose-shop .hot-shop:first-child {
	width: 62.77px;
}

#shop .hot-shop {
	padding: 5px 8px;
	text-align: center;
	height: 30px;
	line-height: 20px;
	box-sizing: border-box;
	margin-right: 10px;
	cursor: pointer;
}

#shop .active {
	background-color: #00a4ff;
	color: #fff;
	border-radius: 15px;
}

#address {
	margin-top: 20px;
}

#address .container {
	position: relative;
}

#address .list {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#address .inner {
	padding: 23px 34px 23px 24px;
	background-color: #fff;
	margin-bottom: 8px;
}

#address .inner:hover{
transform: scale(1.02);
}

#address .inner-pic {
	width: 128px;
	height: 128px;
	border-radius: 5px;
	overflow: hidden;
	background-color: #e6e6e6;
	margin-right: 15px;
}

#address .inner-content {
	width: 526px;
	align-self: center;
}

#address .inner-name {
	font-size: 18px;
	margin-bottom: 10px;
}

#address .inner-name:hover {
	color: #2cc2ff;
	font-weight: bold;
}

#address .score {
	margin-bottom: 10px;
}

#address .star>div {
	width: 16px;
	height: 16px;
	margin-right: 5px;
}

#address .number {
	font-size: 12px;
	color: #999;
	align-self: center;
	margin-left: 5px;
}

#address .inner-info {
	font-size: 12px;
	color: #999;
	padding-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 10px;
}

#address .gift {
	font-size: 12px;
	color: #999;
}

#address .gift span {
	font-size: inherit;
	color: red;
}

#address .subscribe-btn {
	width: 118px;
	height: 40px;
	background-color: #00a4ff;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	align-self: center;
	margin-left: 35px;
	border-radius: 5px;
}
#address .subscribe-btn:hover {
	color: #fff;
	background-color:#2cc2ff;
	font-weight: bold;
}
#right {
	width: 290px;
}

#right {
	width: 290px;
}

#guess .container {
	background-color: #fff;
	padding-top: 28px;
	overflow: hidden;
}

#guess .title {
	font-size: 22px;
	padding: 0 43px 20px;
	border-bottom: 2px solid #f7f7f7;
	margin-bottom: 20px;
}

#guess .inner {
	width: 204px;
	margin: 0 auto;
	margin-bottom: 28px;
}

#guess .inner-pic {
	width: 204px;
	height: 154px;
	background-color: #e6e6e6;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
}

#guess .inner-pic:hover{
transform: scale(1.05); 
}

#guess .inner-name {
	margin-bottom: 15px;
}
#guess .inner-name:hover {
	color: #2cc2ff;
	font-weight: bold;
}
#guess .inner-info {
	justify-content: space-between;
}

#guess .inner-info span {
	font-size: 12px;
	color: #999;
}

#qr {
	margin-bottom: 24px;
}

#qr .package {
	justify-content: space-between;
	background-color: #fff;
	padding: 18px 43px 18px 46px;
}

#qr .left {
	width: 105px;
	align-self: center;
}

#qr .right {
	width: 84px;
	height: 84px;
	background-color: #e6e6e6;
}

#qr .right:hover{
transform: scale(1.05); 
}

#qr .info {
	margin-bottom: 25px;
}

#qr .info:last-child {
	margin-bottom: 0;
}

#qr .info span {
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #fff;
	font-size: inherit;
	line-height: 20px;
	text-align: center;
}

#qr .left .info:nth-child(1) span {
	background-color: #ffa631;
}

#qr .left .info:nth-child(2) span {
	background-color: #ee6723;
}

#province .province-container,
#hot .province-container,
#shop .province-container{
	justify-content: space-between;
}

#province .left,
#hot .left,
#shop .left{
	width: 80px;
	text-align: right;
	padding-top: 13px;
}

#province .right,
#hot .right,
#shop .right {
	width: 750px;
	flex-wrap: wrap;
}

#province .province-content,
#hot .province-content,
#shop .province-content{
	width: 60px;
	margin: 5px 10px;
	text-align: center;
	cursor: pointer;
	padding: 8px 0;
	border-radius: 15px;
}

#province .province-content-active,
#hot .province-content-active,
#shop .province-content-active{
	background-color: #00a4ff;
	color: #fff;
}