﻿@charset "utf-8";
.tb_img{
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    transition: all 0.4s;
}
.tb_img:hover{
    transform: scale(1.1,1.1);
}
html{
    display: block;
    width: 100%;
    height: 100%;
    overflow: auto;
    margin: auto;
    padding: 0px;
    font-size: 14px;
}
body{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin:auto;
    font-size: 1rem;
    line-height: 2;
    background-color: #000;
    color: #fff;
    font-family:Arial, Helvetica, sans-serif;
}
a:link,a:visited{
    font-size: 1rem;
    text-decoration: none;
    color:#fff;
}
a:active,a:hover{
    font-size: 1rem;
    text-decoration: none;
    color:#f60;
}
#quan_head{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
    align-items:center;
}
#quan_foot{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin:auto;
    text-align: center;
}
#quan_body{
    margin: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 10px;
    max-width: 600px;
}
.logo{
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin:auto;
    max-width: 100%;
}
.title{
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;
}
.miaoshu{
    text-align: center;
}
.bt,a.bt{
    width: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #f60;
    color:#000;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(images/back.png);
    background-position: top ceter;
    background-size: cover;
    font-weight:bold;
    text-transform: uppercase;
  }
  .bt:hover,a.bt:hover{
    background-color: #333;
  }
  .hide{display: none;}
  .pagebar{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	
}
#page_index{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	column-gap:5px;
	overflow:hidden;
}
@media (max-width:480px)
{
	#pagebar>a{display:none;}
	#page_index>.bt_page:last-child{
		border-right:1px solid #555;
	}
}

a.bt_page_hover{
	background-color:#555;
	color:#fff;
}
a.bt_page{
	width:auto;
	min-width:30px;
	height:30px;
	line-height:30px;
	border:1px solid #555;
	text-align:center;
	transition:all 0.4s;
	display:block;
	box-sizing:border-box;
}
a.bt_page:last-child{border-right:1px solid #555;}
a.bt_page:hover{
	transition:all 0.4s;
	background-color:#555;
	color:#fff;
}