@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 微软雅黑;
}
div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl {float: left;}
.fr {float: right;}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.none {
  display: none;
}
li{
  list-style-type: none;
}
table{
  border-collapse: collapse;
}
.btn {
  background: #fff;
  color: #4b4b4b;
  width: 70px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 10px;
}
.btn:hover {
  background: #567fe6;
  color: #fff;
}
.btn-active {
  background: #567fe6;
  color: #fff;
}
.btn:hover{
  cursor: pointer;
}
table{
  width: 100%;
  border-collapse: collapse;
  border-color: #eee;
}
img {
  width: 100%;
}
#message {
  width: 520px;
  height: 50px;
  position: fixed;
  left: 50%;
  top: 30%;
  padding: 0 10px;
  overflow: hidden;
  -webkit-transform: translateX(-210px);
  -moz-transform: translateX(-210px);
  -ms-transform: translateX(-210px);
  -o-transform: translateX(-210px);
  transform: translateX(-210px);
  line-height: 50px;
  background: #fef0f0;
  border: 1px solid #ff4649;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #ff4649;
}
#message .message-icon{
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 13px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #ff4649;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 1080px) {
  #header {
   height: 260px !important;
  }
}

@media screen and (max-width: 1080px) {
  #footer {
    height: 170px !important;
  }
}



