body{
    background-color:#fff;
}
.warp{
    overflow: hidden;
}
.banners{
    width:100%;
    height:3.4rem;
}
.banners img{
    width:100%;
    height:100%;
}
.proSelect{
    position: relative;
    width:100%;
    height:0.8rem;
    background-color:#fff;
    -webkit-box-shadow: 0.08rem 0.08rem 0.12rem #f3f3f3;
    box-shadow: 0.08rem 0.08rem 0.12rem #f3f3f3;
    margin-bottom:0.24rem;
}
.proSelect .staticp{
    width: 2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    margin-left: 0.3rem;
    color: #4444ff;
    font-size:0.28rem;
}
.proSelect .statici{
    position: absolute;
    top: 0.28rem;
    left: 0.94rem;
    width: 0.24rem;
    height: 0.2rem;
    display: inline-block;
    z-index:3;
}
.optionList{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    z-index:5;
    background-color:#fff;
    border-radius: 0px 0px 5px 0px;
    box-shadow: 0.08rem 0.08rem 0.12rem #f3f3f3;
}
.optionList ul li{
    padding: 0px 0.3rem 0rem 0.3rem;
    color: #333;
    font-size: 0.26rem;
    text-align: left;
    margin-top: 0.3rem;
}
.allList{
    position: relative;
}
.allList p{
    color:#4444ff;
    font-size:0.28rem;
}
.allList i{
    position: absolute;
    top: 0.08rem;
    left: 0.6rem;
    width: 0.24rem;
    height: 0.2rem;
    display: inline-block;
}
.businessItem{
    padding: 0px 0.3rem 0.3rem 0.3rem;
    background-color:#fff;
}
.businessTitle{
    height:0.84rem;
    position: relative;
}
.businessTitle p{
    font-size: 0.28rem;
    text-align: left;
    line-height: 0.84rem;
    color:#333;
}
.businessTitle p.titleName{
    width:2rem;
}
.businessTitle .titleMore p{
    color:#4444ff;
    font-size:0.28rem;
}
.titleMore{
    position: absolute;
    right: -0.16rem;
    top: 0.04rem;
    width: 1rem;
    height: 0.8rem;
}
.titleMore i{
    position: absolute;
    top: 0.28rem;
    left: 0.66rem;
    width: 0.24rem;
    height: 0.2rem;
    display: inline-block;
}
.businessData{
    /*width:100%;
    height:5.4rem;*/
}
.businessMore{
    height:0.74rem;
}
.moreContent{
    position: relative;
    width:4rem;
    height:0.74rem;
    margin: 0px auto;
}
.moreContent i{
    position: absolute;
    top: 0.22rem;
    right: 1.1rem;
    width: 0.28rem;
    height: 0.28rem;
    background: url(../imgs/open.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
}
.moreContent i.open{
    background:url("../imgs/close.png") no-repeat;
    background-size:100% 100%;
}
.businessMore p{
    cursor:pointer;
    text-align: center;
    line-height: 0.74rem;
    color:#4444ff;
    font-size: 0.28rem;
}
/*product style*/
.item {
    width:6.9rem;
    display: flex;
    background: #fff0e6;
    height:1.6rem;
    border-radius: 8px;
    margin-bottom: 0.2rem;
}
.content {
    width:4.36rem;
    padding: 0.3rem;
    background: #fff0e6;
    position: relative;
    border-radius: 5px 0px 0px 5px;
}
.title {
    font-size: 0.48rem;
}
.time {
    margin-top: 0.6rem;
    font-size: 0.36rem;
    color: #9E9E9E;
}
.tip {
    position: relative;
    flex: 0 0 2.3rem;
    text-align: center;
    color: #ff4242;
    padding:0.3rem;
    border-radius:0 8px 8px 0;
    background: #fff0e6;
}
.split-line {
    position: relative;
    flex: 0 0 0;
    border-left: 0px dashed #eee;
    margin: 0 0.1rem 0 0.14rem;
    background: #fff0e6;
}
.split-line:before, .split-line:after {
    content: '';
    position: absolute;
    width: 0.22rem;
    height: 0.1rem;
    background: #fff;
    left: -0.18rem;
    z-index: 1;
}
.split-line:before {
    border-radius: 0 0 8px 8px;
    top: 0;
}
.split-line:after {
    border-radius: 8px 8px 0 0;
    bottom: 0;
}
.money {
    font-weight: bold;
    font-size: 0.48rem;
}
.pay-line {
    margin-top: 0.6rem;
    font-size: 0.32rem;
}


.proImg{
    width:1rem;
    height:1rem;
    position: absolute;
    overflow: hidden;
}
.proImg img{
    width:100%;
    height:100%;
}
.proDec{
    margin-left: 1.2rem;
    margin-top: 0.06rem;
    width: 2.6rem;
    height: 0.8rem;
}
.proDec p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.proTitle{
    color:#000;
    font-size:0.3rem;
    font-weight: bold;
}
.proTxt{
    color:#ff6600;
    font-size:0.24rem;
}
.freeUse{
    width:1.3rem;
    height:0.5rem;
    background-color:#ff6600;
    border-radius: 15px;
    margin:0px auto;
}
.freeUse p{
    color:#fff;
    font-size: 0.24rem;
    line-height: 0.5rem;
}
.useed{
    margin-top:0.14rem;
}
.useed p{
    font-size:0.22rem;
    width:1.8rem;
    color:#333;
}