﻿html{
  font-size: 10px;
}
body{
  font-family: Arial, 苹方, 黑体;
  font-size: 1.2rem;
  overflow: hidden;
  overflow-y: auto;

}
.container{
	width: 100%;
	padding: 0;
	position: relative;
}
*{
  transition: color 600ms,
  border-color 600ms,
  background-color 600ms,
  background-image 600ms,
  opacity 600ms;
}

/*----------header----------*/
header{
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
}
header .head{
  position: relative;
  background: url(../img/head-sd.png) repeat-y 100% 0 #151515;
  background-size: 11rem auto;
  height: 4.4rem;
}
header .head >.lg{
  position: absolute;
  top: 1.3rem;
  left: 1.5rem;
}
header .head >.lg img{
  height: 1.3rem;
}
header .head >.ct{

}
header .head >.ct p{
  text-align: center;
  line-height: 4.4rem;
}
header .head >.ct p img{
  height: 1.8rem;
}
header .head >.sr{
  position: absolute;
  top: 0;
  right: 0;
}
header .head >.sr ul{

}
header .head >.sr ul li{
  float: left;
  position: relative;
}
header .head >.sr ul li:first-child:after{
  content: '';
  display: inline-block;
  width: .1rem;
  height: 1.6rem;
  background-color: #0099ff;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  right: 0;
}
header .head >.sr .i{
  display: inline-block;
  width: 4.5rem;
  height: 4.4rem;
  background: none no-repeat center;
  background-size: auto 1.4rem;
}
header .head >.sr .i:hover{
  opacity: .8;
}
header .head >.sr .i.ico1{
  background-image: url(../img/head-find.png);
}
header .head >.sr .i.ico2{
  background-image: url(../img/head-menu.png);
}
header .head >.sr .i.ico3{
  background-image: url(../img/head-list.png);
}
header .srch{
  position: absolute;
  top: 0;
  right: 0;
  transition: width 600ms;
  width: 0;
}
header .srch.open{
  width: 100%;
}
header .srch p{

}
header .srch p input[type="text"]{
  border: none;
  background: none;
  padding: 0;
  width: 100%;  
  height: 4.4rem;
  background: url(../img/head-srch.png) no-repeat 1rem 50% #000;
  background-size: .8rem auto;
  padding-left: 3rem;
  line-height: 4.4rem;
  color: #fff;
}
header .srch p input[type="text"]::-webkit-input-placeholder{
  color: #fff;
}

/*----------main----------*/
main{
  padding-top: 4.4rem;
}
main .container{
  padding: 0 1.5rem;
}
.box-s1{
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, .2);
}

/*----------footer----------*/
footer{

}
body.is-footer footer{
  padding-bottom: 4.2rem;
}
footer .foot{
  padding: 2rem 0;
}
footer .foot p{
  text-align: center;
  color: #8d8d8d;
  font-size: 1rem;
}

.otherRankItem a
{
    color:#fff;
}

 .otherRankItem
			{
				display:inline-block;
				padding:5px;
				color:#fff;
				
				
			}
			 .otherRank
			{
			background-color:#0099ff;
			padding:10px;
				
			}
			
			.rankyears
{
	background-color:#fff;
	padding:20px 10px;
	width:80%;
	margin-left:10%;
	margin-top:120px;
}
.otherYear
{
	
	padding:10px;
	display:inline-block;
}

tr.datatr {
    filter: blur(5px);
}

.qbad
{
	padding-bottom: 30px;
}

.word-qr
{
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

.search_link
{
	text-align: center;
	text-decoration: underline;
}

#weixin-tip-box {
  display: none;
  position: fixed;
  right: 0;
  top: 4px;
  align-items: center;
  z-index: 999;
}
.triangle_border_up {
  width: 0;
  height: 0;
  border-width: 0 6px 12px;
  border-style: solid;
  border-color: transparent transparent #151515;
  margin-left: 114px;
}
.weixin-tip {
  background: #888888;
  z-index: 100;
  padding: 8px;
  border-radius: 8px;
  margin-right: 8px;
}
.weixin-tip p {
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.weixin-tip p.content {
  text-align: center;
  font-size: 14px;
}


/*----------customize----------*/