html::-webkit-scrollbar,
.mysroll::-webkit-scrollbar{
width:7px;
height:4px;}
html::-webkit-scrollbar-track,
.mysroll::-webkit-scrollbar-track{
background: #ececec;
border-radius:2px;}
html::-webkit-scrollbar-thumb,
.mysroll::-webkit-scrollbar-thumb{
background: #bbb;
border-radius:5px;}
html::-webkit-scrollbar-thumb:hover,
.mysroll::-webkit-scrollbar-thumb:hover{
background: #747474;}
html::-webkit-scrollbar-corner,
.mysroll::-webkit-scrollbar-corner{
background: #f6f6f6;}
body:before {
content: "";
position: fixed;
top: -10px;
left: 0;
z-index: 110;
width: 100%;
height: 10px;
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
box-shadow: 0px 0px 10px rgba(0,0,0,.8);}
body {
min-width: 1200px;}

#header{
background:url(images/by.png);}

#header .inner {

    height: 140px;}
.header .sitelogo {

    padding-top: 25px;}
.searchbox {

    margin-top: 40px;}

.wp-menu .menu-item a.menu-link {

    padding: 0 32px;}
.main3 .ml, .main4 .ml {
    width: 545px;}

.main3 .mc, .main4 .mc {

    width: 545px;}

.time {

    color: #000;
margin-right: 5px;
    opacity: 1;}

#pic-list {
    width: 1154px;}



.code-box {
padding: 5px;
display: block;
background: #fff;
width: 90px;}
#footer .inner p {

    line-height: 35px;}

