* {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
  background-size: contain;
  transition: transform 0.2s;
}

ul,
li {
  text-decoration: none;
  list-style: none;
}

.btn:active {
  transform: scale(0.96);
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
}

.hor {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.unselect {
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w100 {
  width: 100%;
}

.mb20 {
  margin-bottom: 0.2rem;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl50 {
  top: 50%;
  left: 50%;
}

.clearfix:after {
  content: "";
  height: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}


/* 百田网页脚 */
#footerWrp {
  width: 100%;
  background-color: #f4f1ed;
  line-height: 18px;
  font-family: Tahoma;
  font-size: 12px;
}
.footerL {
    top: 20%;
    left: 50%;
    margin-left: -550px;
}
.footBtLogo {
  display: block;
  width: 116px;
  height: 61px;
  /* background: url(footBtLogo.png?b2f707805a) no-repeat; */
}
.footerR {
  width: 835px;
  margin-left: 138px;
  padding-left: 25px;
}
.footInfoTxt a,
.footInfoTxt span {
  display: inline-block;
  margin: 2px 0;
  color: #666;
}
.footInfoTxt p{
  margin: 2px 0;
}
.footInfoTxt {
  float: left;
  width: 800px;
}
.footInfoTxt a:hover {
  color: #390;
}
#footerWrp .solidLine {
  margin: 0 6px;
}
.copyright {
  width: 1000px;
  padding: 25px 0;
  margin: 0 auto;
  color: #999;
}
.copyright .threeimg {
  float: left;
  margin: 15px 0 0 20px;
  width: 204px;
  height: 63px;
  text-align: center;
  vertical-align: middle;
}
.copyright .threeimg img {
  margin: 0 3px;
  height: 50px;
}
#footer_mobile {
  display: none;
}
@media (max-width: 540px) {
  #copyrightSay,
  #footer {
    display: none;
  }
  #footer_mobile {
    display: block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: 微软雅黑, 黑体;
    font-size: 1rem;
    color: #666;
    background: #333;
    margin-top: 0.8333333333rem;
  }
}
.redshield {
  position: absolute;
  top: 18px;
  right: 208px;
}
.redshield img {
  width: 42px;
  height: auto !important;
  margin: 0 !important;
}
