@import url(common.css);
.main {
  -webkit-flex: 1;
  width: 100%;
  overflow-y: scroll;
}

.web-bg{
    position: relative;
    width:100%;
    height:10.04rem;
}

.opacity{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: rgba(0, 0, 0, 0.5);;
}

.web-bg img{
    width:100%;
    height:100%;
}

.web-bg .load-text{
    width:100%;
    position: absolute;
    text-align: center;
    left:0;
    top:50%;
    margin-top:-2.4rem;
    color:white;
}
.top-text{
    font-size: .6rem;
    margin-bottom: .4rem;
}

.first-text{
    font-size: .3rem;
}

.btn{
    margin-top: .8rem;
}

.btn a{
    display: inline-block;
    text-align: center;
    line-height: .8rem;
    width: 5rem;
    height:.8rem;
    border:1px solid white;
    border-radius:4px;
    color:white;
}

/*.download-logo{
	width:100%;
	text-align: center;
	margin :1.98rem 0 .68rem;
}
.download-logo span{
	display: inline-block;
	width:1.5rem;
	height: 1.5rem;
}
.download-logo img{
	width:100%;
	height: 100%;
}
.box-text{
	width:100%;
	text-align: center;
	overflow: hidden;
}
.box-text .top-text{
	color: #333;
	font-size: .38rem;
	margin-bottom:.42rem;
}
.box-text .first-text{
	margin-bottom:.18rem;
	font-size: .26rem;
	color:#929292;
}
.btn{
	width:100%;
	text-align: center;
	margin:.86rem 0 1.58rem;
}
.btn a{
	display:inline-block;
	width: 2.20rem;
	height: .68rem;
	line-height: .68rem;
	border-radius:.08rem;
	font-size: .24rem;
	background: #f63;
	color: white;
	text-align: center;
}*/

.btm{
	width:100%;
	padding: 0 1rem;
	margin-bottom: .6rem;
}
.btm .btm-line{
	width:100%;
	padding-top:.78rem;
	text-align: center;
	font-size: .38rem;
	color:#333;
}
.list{
	width:100%;
	text-align: center;
	margin-bottom:1.52rem;
}
.list .list-img{
	margin: 0 auto;
	width:1.5rem;
	height: 1.5rem;
	background: url(../images/shishikucun_icon@2x.png) no-repeat;
	background-size: 100% 100%;
	margin-bottom: .4rem;
}
.list h2{
	font-weight: normal;
	color:#333;
	font-size: .3rem;
	margin-bottom: .2rem;
}
.list .list-text{
	font-size: .24rem;
	color:#929292;
}
.list .list-imgTwo {
	background: url(../images/zhangshangshengyi_icon@2x.png) no-repeat;
	background-size: 100% 100%;
}
.list .list-imgThree{
	background: url(../images/duorenshiyong_icon@2x.png) no-repeat;
	background-size: 100% 100%;
}
.last-list {
	margin-bottom: 0;
}
.btn-bottom{
	margin:.8rem 0;
}
.addDialog{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.9);
    left:0;
    top:0;
    z-index: 9;
    display: none;
}
.addcancel{
    position: absolute;
    right: .32rem;
    top:.32rem;
    width: .32rem;
    height:.32rem;
    font-size: 0;
    background: url("../images/choutiguanbianniu_icon@2x.png") no-repeat;
    background-size: 100% 100%;
    z-index: 99;
    display: none;
}
.addimg{
    position: absolute;
    left:50%;
    top:50%;
    margin-left:-2.25rem;
    margin-top:-2rem;
    width:4.5rem;
    height:4.3rem;
    z-index: 99;
    color:white;
    display: none;
}
.addimg .img-box{
    display: inline-block;
    margin: 0 auto;
    width:3.2rem;
    height:3.2rem;
}
.addimg img{
    width:100%;
    height:100%;
    margin-left:.65rem;
}
.addimg .img-text{
    display: inline-block;
    width:100%;
    margin-top:.4rem;
    font-size: .40rem;
    text-align: center;
}
