* {
  margin: 0;
  padding: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
p,
a,
form,
select,
input,
ul,
ol,
li {
  font-weight: normal;
  font-family: 'Microsoft YaHei', '微软雅黑', sans-serif;
  color: #222222;
  font-size: 0.25rem;
}
b {
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
/* img{display:block} */
body {
  /* background-color: #f48660; */
}

.index {
  width: 100%;
  position: relative;
  height: 13.34rem;
  background: url(../img/bg.jpg) no-repeat;
  background-size: 100%;
}
.small {
 width: 90%;
     height: 7rem;
     position: absolute;
     top: 63%;
     left: 50%;
     transform: translate(-50%, -50%);
     display: flex;
     justify-content: space-around;
     flex-wrap: wrap;
}
.small div {
  width: 45%;
  height: 1rem;
  background-image: linear-gradient(#ffffff, #ff9828);
  border-radius: 0.2rem;
  text-align: center;
  line-height: 1rem;
}
.small div a {
  font-size: 0.3rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
body .xiaoxi {
   position: fixed;
       top: 77%;
       left: 72%;
       transform: translate(-50%, -50%);
}
body .xiaoxi img{
 width: 2.28rem;
     height: 1.29rem;
}
body .close {
  width: 20%;
      height: 20%;
      position: absolute;
      top: 87%;
      left: 53%;
      transform: translate(-50%, -50%);
}
body .theme-popover {
    z-index: 999;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: none;
    filter: alpha(opacity=40);
    background: rgba(51,51,51,0.6);
}
body  .ewm_bg{
	width:6.19rem;
	height:8.12rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position:absolute;
  background: url("../img/tc2.png") no-repeat;
  background-size: 100%;
}
body .erweima{
  width: 3.96rem;
  height: 3.96rem;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  position:absolute;
}