.tabcookie {position: fixed;left: 0;bottom:0;z-index: 999;width: 100%;background:#fff; border-top:1px solid #e0e0e0;}
.tabcookie .box{ padding:20px 0;}
.tabcookie .p{line-height: 27px; width:70%; margin-right:auto;}
.tabcookie b{display: block;text-align: center;font-size: 24px;color: #3399cc;}
.tabcookie dl{ width: 25%; display:flex; align-items:center;}
.tabcookie .button{cursor: pointer;height: 45px;line-height: 45px;width: 45%; margin:0 auto;text-align: center;border-radius: 23px;color: #fff;}
.tabcookie .button1{background: #333;}
.tabcookie .button2{background:#aaa;box-sizing: border-box;}
.tabcookie .button:hover{background: #555;color: #fff;}
.tabcookie .c-flex{display: flex;flex-wrap: wrap;align-items: center}
.tabcookie .fl{float: left;}
.tabcookie .fr{float: right;}
@media (max-width: 768px){
    .tabcookie .box{display:block;}
    .tabcookie .p{ width: 100%;}
    .tabcookie dl{ width: 100%; margin-top:15px;}
    
}