body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  -webkit-user-drag: none;
}

.rthumb {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f3f8;
}

.rthumb img {
  width: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.rthumb:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.hidden_xl {
  display: none;
}

.headBar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 7em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  background-color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 8, 8, 0.2);
          box-shadow: 0px 2px 13px 1px rgba(8, 8, 8, 0.2);
  padding-right: 10%;
}

.headBar div {
  cursor: pointer;
}

.headBar .logo {
  max-height: 80%;
  margin-left: 5vw;
  margin-right: 20vw;
}

.headBar .menus {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.headBar .menus .mtt {
  color: #606266;
  height: 100%;
  width: 6.5vw;
  position: relative;
}

.headBar .menus .mtt .children {
  position: absolute;
  width: 100%;
  top: 7em;
  left: 0;
  display: none;
}

.headBar .menus .mtt .children .item {
  width: 150%;
  background-color: white;
  text-align: center;
  height: 4em;
  line-height: 4em;
}

.headBar .menus .mtt .children .item:hover {
  color: white;
  background-color: #de0303;
}

.headBar .menus .mtt .main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.headBar .menus .mtt:hover .main {
  color: white;
  background-color: #de0303;
}

.headBar .menus .mtt:hover .children {
  display: block;
}

.headBar .menus .activity .main {
  color: white;
  background-color: #de0303;
}
/*# sourceMappingURL=head.css.map */