html{
/* padding-top:100px; */
/* background: url(/uploads/image/cximages/jdbg.png) no-repeat center top; */
}
body {
margin:0 auto !important;
width:1200px;
background: #fff;
}
.tk-box {
position: fixed;
left: 10px;
bottom: -2px;
width: 360px;
height: 0;
background-color: #fff;
border: 1px solid #444;
transition: all linear 1s;
overflow: hidden;
z-index: 10000;
}
.tk-box h3 {
text-align: center;
padding: 15px 0;
font-size: 18px;
color: #fff;
background-color: #3a72bf;
}
.tk-box p {
text-align: left;
line-height: 26px !important;
font-size: 16px;
padding: 5px;
}
.tk-box > .close {
width: 30px;
height: 18px;
color: #fff;
position: absolute;
right: 11px;
top: 18px;
cursor: pointer;
}
/* body{
-webkit-filter: grayscale(100%);
-webkit-filter: grayscale(1);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: gray;
} */