@charset "utf-8";

/*公共过滤*/
body {
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC","Helvetica Neue","Microsoft Yahei",Tahoma,Simsun,sans-serif;
    background:#F9F9F9;
}

html {
    -webkit-tap-highlight-color: transparent;
}
  
/*全局内容*/
.container{
background: #f8f8f8;
overflow: hidden;
min-height: 100vh;
box-sizing: border-box;
font-size: 14px;
color: #666;
}

.el-tag{border: 0;}

/*模块*/
.small_block_title{
    height: 125px;
    width: 100%;
    position: relative;
    margin-bottom:15px;
}
.small_block_title h1{margin: 0px;position: absolute;left: 29px;bottom: 30px;font-size: 38px;font-weight: 100;}
.small_block_content{margin: 0px 20px;}

/*pol样式*/
.pop_close_btn{
    position: absolute;
bottom: 0px;
border: 0px;
z-index: 2106;
border-radius: 0px;}
.pop_inner{margin:1rem;padding-bottom: 57px;}
.pop_inner img{ text-align: center;    width: 100%;}

