.fl{float:left;}
.fr{float:right;}
.clear{clear:both;width:0;height:0;}
.mark{width:100%;height:100%;background:#333;opacity:0.3;position:fixed;top:0;display:none;z-index:100;}

.title_top{height:1.01rem;width:100%;line-height:1.01rem;color:#5d280e;position:absolute;top:0;left:0;background: rgb(220,183,128);z-index:99;}
.title-left{width:5%;margin-left:5%;}
.title-center{width:80%;text-align:center;font-size:0.32rem;margin-left:5%;}
.title-right{width:5%;margin-left:5%;}
.title-left img{width:0.17rem;height:0.32rem;}
.title-right img{width:0.33rem;height:0.06rem;}

/*弹窗提示*/
.tips-body{width: 80%;height:3rem;position: fixed;top: 35%;left: 10%;background: #fff;border-radius:0.3rem;display: none;z-index:100;}
.tips-main{height: 70%;padding: 0.75rem 0.375rem;}
.tips-btn{height: 30%;border-top: #eee solid 1px;line-height:0.9rem;}
.tips-btn div{width: 50%;text-align: center;float: left;}
.tips-btn div a{color: #333;}