html{
	font-size:	75%;
}
* {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
h3{
	margin:0;
	padding:0;
	line-height: inherit;
	font-weight: bold;
	font-size: inherit;
}
a:link,
a:visited,
a:hover{
	text-decoration: none;
	color:#000;
}
body, html {
    height: 100%;
}
.weui-tab_body{
	display:none;
}
.weui-tab_body_on{
	display: block;
}
#main-tabbar .weui-tabbar__icon{
	background: no-repeat center center ;
	-moz-background-size:contain;
	-webkit-background-size:contain;
	background-size : contain;
}
#tabbar-home .weui-tabbar__icon{
	background-image: url("icons/home-1.png");
}
#tabbar-open .weui-tabbar__icon{
	background-image: url("icons/open-1.png");
}
#tabbar-my .weui-tabbar__icon{
	background-image: url("icons/my-1.png");
}

#tabbar-home.weui-bar__item_on .weui-tabbar__icon{
	background-image: url("icons/home-2.png");
}
#tabbar-open.weui-bar__item_on .weui-tabbar__icon{
	background-image: url("icons/open-2.png");
}
#tabbar-my.weui-bar__item_on .weui-tabbar__icon{
	background-image: url("icons/my-2.png");
}


.open-codes-cell em {
    font-style: normal;
    color: #c0c0c0;
    font-size: 1.2rem;
    margin-left: 1.6rem;
}
.open-codes-cell li{

	font-size:2rem;
	list-style: none;
    display: inline-block;
	display:inline-block;
	border: 0.2rem solid #E74E3E;
	color: #E74E3E;
	border-radius: 50%;
	margin-right: 4px;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
}
.open-codes-cell li.lan{
	border-color: #3597DE;
	color: #3597DE;
}
.open-codes-cell i{
	color: #C0C0C0;
	font-size: 1.33rem;
    font-style: normal;
	
}
    
.open-codes-cell ul {
    margin: 0.5rem 0;
}
.lot-grid-box{
	border-top: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
   display:none;
       overflow: hidden;
}

.lot-grid-box a {
    display: block;
    width: 25%;
	text-align: center;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}

header{
	width: 100%;
    position: fixed;
    top: 0;
    z-index: 19;
    text-align: center;
}
header .title-bar{
	width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #E36A1B;
    text-align: center;
	color: #fff;
}
header .tool-bar{
	width: 100%;
    height: 2rem;
    line-height: 2rem;
    background-color: #fff;
    text-align: center;
	color: #000;
}
header .tool-bar a{
	margin: 0 0.5rem;
	height: 1.6rem;
    line-height:1.6rem;
    font-size:1.33rem;
}
header .tool-bar a i{
	display: inline-block;
	width:1.6rem;
	height:1.6rem;
	margin-right:3px;
	background: no-repeat center center;
	background-size: cover;
}
header .tool-bar a i:after{
	content:'　'
}

article{
	padding-top:72px;
}

.subpage header .pcui-return{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(icons/ico-return.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.subpage header .pcui-favor{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    padding-left:1.8rem;
    background: url(icons/favor-0.png) no-repeat left center;
    background-size: 1.33rem 1.33rem;
	margin-right: 10px;
	font-size: 1.33rem;
	padding-left: 1.5rem;
}
.subpage header .pcui-favor.act{
	background-image:url(icons/favor-1.png);
}
.lot-video-frame{
	width:100%;
	height:100%;
}

.bnavbar  .nav-item{
	text-align: center;
	padding:5px 0;
}
.bnavbar  .nav-item.act{
	color:green;
}
.bnavbar  .nav-item i{
	display: block;
}
.bnavbar a:link,
.bnavbar a:visited,
.bnavbar a:hover{
	text-decoration: none;
	color:#333;
}
.fixed-footer{
	position: fixed;
	bottom: 0;
	width:100%;
	left: 0;
	background: #fff;
}
.fixed-footer-perch{
	height:44px;
}

@media screen and (max-width: 420px) { 
	.open-codes-cell li{
		font-size:1.3rem;
		width:2.2rem;
		height:2.2rem;
		margin-right: 2px;
		line-height: 2.2rem;
	}	
	.lot-grid-box a{
		width:33.33%;
	}
}
