body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,button,img{margin:0;padding:0}img,button{border:none}ol,ul,li{list-style:none}body{ margin:0; padding:0;font-family: "Microsoft YaHei",SimSun;font-size:16px; }h1,h2,h3,h4,h5,h6{font-weight:normal}s,i,u,em{font-style:normal} a{text-decoration:none; color:#777;} a:hover{color:#ff901f;}

html body{
	background:#f8f8f8;
    font-size: 16px;
    background-image: url(/img/bodyBack.png);
    background-repeat: repeat;
}

#bodyBox{
    max-width: 1200px;
    margin:auto;
}

@media screen and (max-width: 1024px) {
    body .col-sm-6, body .col-md-6, body .col-lg-6, body .col-xs-12{
        padding-left: 0px;
        padding-right: 0px;
    }
}

body a{
    text-decoration: none;
    color: #333;
}

#menu, .navbar-header{
	background-color: #118fe4;
    border-radius: 10px;
}

#topNavigation .active a{
	color: #fff;
    background-color: #3faef9;
}

#topNavBox a{
	color:#fff;
}

#topNavBox{
	margin-bottom: 0;
    border-radius: 10px;
}

#position, #position a, #position .active{
	color: #929191;
	font-size: 14px;
}

#position > li + li:before {
    content: "> ";
}

@media screen and (max-width: 1180px) {
    .footer{
        padding: 20px;
    }

    .playImage{
        width: 40px;
        height: 40px;
    }

    .boxForClick .thumbnail {
        padding: 4px;
    }
}
@media screen and (min-width: 1180px) {
    .footer{
        padding: 50px;
    }


    #imageRandBox .playImage{
        width: 40px;
        height: 40px;
    }
    .boxForClick .thumbnail {
        padding: 8px;
    }
}
.footer {
    width: 100%;
    text-align: center;
    clear: both;
    color: #555;
    border-top: 1px solid #d4d4d4;
}

.footer p{
    font-size: 14px;
}

pre{
    white-space: pre-wrap;
}

#page{
    clear: both;
    text-align: center;
}
#page .pagination li{
    font-size: 18px;
}

#page .pagination a{
    padding-left: 15px;
    padding-right: 15px;
}

#topSearch{
    line-height: 50px;
    margin-bottom: 8px;
    margin-top: 8px;
    max-width: 220px;
    float: right;
}
#topSearch span{
    cursor: pointer;
}

.boxForClick, #topNavigation li, .navbar-header{
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.boxForClick:hover{
    border-radius: 5px;
    -webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);
}

.boxForClick:hover .thumbnail{
}
.clickRegister{
    float: left;
    color: #428bca;
}

#loginBox .close{
    opacity: 0.8;
    font-size: 30px;
}

#loginBox .modal-body{
    padding-bottom: 0px;
}
#autoTips{
    font-size: 12px;
    color: #999;
}
.clear{
    clear: both;
}
#mainBox{
}

#position{
    margin-bottom: 0px;
}

body label{
    font-weight: normal;
}

.tableBox{
    overflow-x: scroll;
    margin-bottom: 20px;
}
body .table{
    margin-bottom: 0;
}

#topNavigation li:hover{
    background-color: #3faef9;
}


.gameName{
    text-align: center;
    color: #000;
    margin-left:5px;
    margin-right: 5px;
    max-height: 20px;
    overflow: hidden;
    font-size: 14px;
}

#menuToggle .icon-bar{
    background-color: #ddd;
}

#menuToggle:focus, #menuToggle:hover{
    background-color: transparent;
}
.boxForClick .thumbnail{
    margin: auto;
    /*padding-bottom: 0px;*/
    -webkit-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
    -moz-box-shadow: 1px 1px 8px rgba(0,0,0,.2);
    box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}

.boxForClick{
    position: relative;
}

#randBox{
    margin-top: 60px;
}

body .mainTitle{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}


.headTitle{
    border-left: 4px solid #ff901f;
    text-indent: 10px;
    font-size: 16px;
    margin-top: 0px;
}
.centersmBox{
    max-width: 800px;
    margin:auto;
}

#logoTitle:hover{
    background-color: #3faef9;
    border-radius: 5px;
}

#loginBox input{
    font-size: 14px;
    padding-left: 2px;
}

.playImage {
    left: 45%;
    top: 40%;
    cursor: pointer;
    position: absolute;
    z-index: 99999;
}
