.index-banner-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}
.index-banner-wrap .positionNav-wrap {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 20px;
  margin-left: -600px;
  z-index: 99;
  overflow: hidden;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab {
  background: rgba(255, 255, 255, 0.7);
  width: 250px;
  display: inline-block;
  float: left;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item {
  overflow: hidden;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  background: url('../images/arrow-right.png') no-repeat 220px center;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item h3 {
  font-size: 18px;
  color: #383838;
  font-weight: bold;
  margin-bottom: 10px;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item h3 span {
  display: inline-block;
  width: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 25px;
  float: left;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item ul {
  overflow: hidden;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item ul li {
  float: left;
  margin-right: 10px;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .bgcolor {
  background-color: #fff;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item:hover {
  border-bottom: 1px solid #fe9b1b;
}
.index-banner-wrap .positionNav-wrap .nav-box-tab .nav-item:hover h3 {
  color: #fe9b1b;
}
.index-banner-wrap .positionNav-wrap .nav-info-tab {
  width: 500px;
  background: #fff;
  padding: 20px;
  float: left;
  display: none;
}
.index-banner-wrap .positionNav-wrap .nav-info-tab .nav-info-box {
  display: none;
}
.index-banner-wrap .positionNav-wrap .nav-info-tab .nav-info-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.index-banner-wrap .positionNav-wrap .nav-info-tab .nav-info-item h3 {
  font-size: 18px;
  color: #fe9b1b;
  margin-bottom: 20px;
}
.index-banner-wrap .positionNav-wrap .nav-info-tab .nav-info-item a {
  margin-right: 15px;
}
.index-banner-wrap .positionNav-wrap .nav-info-tab .nav-info-item a:hover {
  color: #fe9b1b;
}
.index-banner-wrap .img-wrap {
  width: 100%;
  overflow: hidden;
  height: 581px;
  position: relative;
}
.index-banner-wrap .img-wrap ul {
  width: 200%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.index-banner-wrap .img-wrap ul li {
  float: left;
  width: 1920px;
}
.index-banner-wrap .img-wrap ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.index-banner-wrap .index-banner-pagetion {
  overflow: hidden;
  position: absolute;
  width: 620px;
  margin-left: -310px;
  left: 50%;
  bottom: 59px;
}
.index-banner-wrap .index-banner-pagetion dl {
  overflow: hidden;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.index-banner-wrap .index-banner-pagetion dl dt {
  width: 83px;
  overflow: hidden;
  float: left;
  position: relative;
}
.index-banner-wrap .index-banner-pagetion dl dt span.cir {
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  z-index: 999;
  cursor: pointer;
}
.index-banner-wrap .index-banner-pagetion dl dt strong {
  display: block;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 9;
}
.index-banner-wrap .index-banner-pagetion dl dt strong.activeMove {
  animation: cirmove 1s linear 0s 1 alternate forwards;
  -webkit-animation: cirmove 1s linear 0s 1 alternate forwards;
}
.index-banner-wrap .index-banner-pagetion dl dt strong.active {
  width: 28px;
  height: 28px;
  margin-left: -14px;
  margin-top: -14px;
}
.index-banner-wrap .index-banner-pagetion dl dt span.cir:after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  background: #8b9b91;
  position: absolute;
  left: 27px;
  top: 50%;
  z-index: 9;
}
.index-banner-wrap .index-banner-pagetion dl dt span.activeMove:before {
  animation: mymove 3s linear 0s 1 alternate forwards;
  -webkit-animation: mymove 3s linear 0s 1 alternate forwards;
}
.index-banner-wrap .index-banner-pagetion dl dt span.active:before {
  width: 56px !important;
}
.index-banner-wrap .index-banner-pagetion dl dt span.cir:before {
  content: '';
  display: block;
  width: 0px;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 26px;
  top: 50%;
  z-index: 99;
  /*Safari and Chrome*/
}
.index-banner-wrap .index-banner-pagetion dl dt:last-child span:after {
  display: none;
}
.index-banner-wrap .index-banner-pagetion dl dt:last-child span:before {
  display: none;
}
.index-body {
  width: 1240px;
  margin: 0 auto;
}
.index-body .index-jinxuan {
  width: 100%;
  overflow: hidden;
  padding-top: 77px;
}
.index-body .index-jinxuan .lst-box > ul {
  margin-top: 0;
}
.index-body .index-jinxuan .lst-box > ul > li {
  margin-bottom: 32px;
}
.index-body .gentuan-title {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.index-body .gentuan-title dl {
  float: left;
  width: 380px;
  border-bottom: 1px solid #878787;
  position: relative;
  z-index: 9;
}
.index-body .gentuan-title dl dt {
  width: 49%;
  display: inline-block;
  font-size: 16px;
  color: #878787;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-body .gentuan-title dl dt span {
  padding: 6px 25px;
  border-radius: 9px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 10px;
}
.index-body .gentuan-title dl dt.active {
  border-bottom: 3px solid #fed904;
  position: relative;
  top: 1px;
  left: 0;
  z-index: 99;
}
.index-body .gentuan-title dl dt.active span {
  color: #171717;
  background: #fed904;
}
.index-body .gentuan-title h3 {
  float: left;
  width: 440px;
  text-align: center;
  font-size: 36px;
  color: #171717;
}
.index-body .index-gentuan {
  width: 100%;
  overflow: hidden;
  margin-top: 60px;
}
.index-body .index-gentuan .lst-box > ul {
  margin-top: 30px;
}
.index-body .index-person {
  width: 100%;
  overflow: hidden;
  margin-top: 57px;
}
.index-body .index-person .gentuan-title {
  margin-top: 30px;
}
.index-body .index-person .lst-box > ul {
  margin-top: 30px;
}
.index-body .index-zhuti {
  margin-top: 57px;
}
.index-body .index-zhuti .lst-box > ul {
  margin-top: 30px;
}
.index-body .index-baoche {
  margin-top: 57px;
  width: 100%;
  overflow: hidden;
}
.index-body .index-baoche .lst-two-box {
  margin-top: 30px;
}
.index-body .lst-two-box {
  width: 100%;
  overflow: hidden;
}
.index-body .lst-two-box ul {
  overflow: hidden;
}
.index-body .lst-two-box ul li {
  width: 22.5%;
  float: left;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  padding-bottom: 30px;
  margin-bottom: 26px;
  margin-left: 2%;
}
.index-body .lst-two-box ul li .top-img {
  width: 100%;
  height: 178px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.index-body .lst-two-box ul li .top-img span {
  background: #e5004f;
  font-size: 14px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 0 9px 9px 0;
  line-height: 23px;
  margin-top: 16px;
  display: inline-block;
}
.index-body .lst-two-box ul li h3 {
  font-size: 20px;
  color: #171717;
  padding: 0 19px;
  line-height: 26px;
  margin-top: 22px;
  font-weight: normal;
}
.index-body .lst-two-box ul li .lst-bottom {
  overflow: hidden;
  width: 100%;
  padding: 0 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
}
.index-body .lst-two-box ul li .lst-bottom dl {
  float: left;
}
.index-body .lst-two-box ul li .lst-bottom dl dt {
  font-size: 12px;
  color: #fe9b1b;
}
.index-body .lst-two-box ul li .lst-bottom h4 {
  float: right;
  color: #e5004f;
  font-size: 25px;
}
.index-body .lst-two-box ul li .lst-bottom h4 span {
  font-size: 13px;
  font-weight: normal;
}
.index-body .lst-two-box ul li .lst-bottom h4 strong {
  font-size: 13px;
  color: #878787;
  font-weight: normal;
}
.index-body .lst-two-box ul li.car-hide-people {
  padding-bottom: 22px;
}
.index-body .lst-two-box ul li.car-hide-people h3 {
  float: left;
  line-height: 20px;
}
.index-body .lst-two-box ul li.car-hide-people dl {
  display: none;
}
.index-body .lst-two-box ul li.car-hide-people .lst-bottom {
  width: auto;
}
.index-body .lst-two-box ul li.car-hide-people .lst-bottom h4 {
  line-height: 20px;
}
.index-body .index-spot {
  overflow: hidden;
  width: 100%;
  margin-top: 57px;
}
.index-body .index-spot .lst-two-box {
  margin-top: 30px;
}
.index-body .index-spot .lst-two-box ul li {
  max-height: 244px;
  overflow: hidden;
}
.index-body .index-spot .lst-two-box ul li h3 {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 55%;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-body .index-spot .lst-two-box ul li .lst-bottom {
  width: 45%;
}
.index-body .index-spot .lst-two-box ul li .lst-bottom h4 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.index-body .index-spot .lst-two-box ul li.one-third {
  width: 30.66%;
}
.index-body .index-spot .lst-two-box ul li:nth-of-type(4) {
  height: 514px;
  float: right;
  max-height: 514px;
  padding-bottom: 0;
  margin-right: 2%;
}
.index-body .index-spot .lst-two-box ul li:nth-of-type(4) .top-img {
  height: 456px;
}
.index-body .index-hotel {
  width: 100%;
  margin-top: 57px;
}
.index-body .index-hotel .lst-two-box {
  margin-top: 30px;
}
.index-body .index-hotel .lst-two-box ul li {
  height: 335px;
  padding-bottom: 0;
  position: relative;
}
.index-body .index-hotel .lst-two-box ul li h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-body .index-hotel .lst-two-box ul li .lst-bottom {
  position: absolute;
  left: 0;
  bottom: 20px;
}
.index-body .index-hotel .lst-two-box ul li:first-child {
  height: 696px;
}
.index-body .index-hotel .lst-two-box ul li:first-child .top-img {
  height: 527px;
}
.index-body .index-glyj {
  margin-top: 57px;
  margin-bottom: 57px;
}
.index-body .index-glyj .glyj-lst {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.index-body .index-glyj .glyj-lst ul {
  overflow: hidden;
  font-size: 0;
}
.index-body .index-glyj .glyj-lst ul li {
  float: left;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  width: 22.5%;
  margin-left: 2%;
  position: relative;
  margin-bottom: 20px;
}
.index-body .index-glyj .glyj-lst ul li .img-box {
  width: 100%;
  height: 508px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.index-body .index-glyj .glyj-lst ul li .img-box span {
  background: #e5004f;
  font-size: 14px;
  color: #fff;
  padding: 1px 6px;
  border-radius: 0 9px 9px 0;
  line-height: 23px;
  margin-top: 16px;
  display: inline-block;
  position: relative;
  z-index: 99;
}
.index-body .index-glyj .glyj-lst ul li .mask {
  width: 100%;
  height: 508px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: none;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.index-body .index-glyj .glyj-lst ul li .mask h3 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-body .index-glyj .glyj-lst ul li .mask h3:after {
  content: '';
  display: block;
  width: 60%;
  height: 3px;
  background: #fff;
  margin-left: 20%;
  margin-top: 19px;
}
.index-body .index-glyj .glyj-lst ul li:hover .mask {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.index-body .index-glyj .glyj-lst ul .middle-box {
  width: 45%;
  float: left;
  margin-left: 2%;
}
.index-body .index-glyj .glyj-lst ul .middle-box li {
  width: 48%;
  margin-left: 0;
}
.index-body .index-glyj .glyj-lst ul .middle-box li:nth-of-type(1) {
  margin-right: 4%;
}
.index-body .index-glyj .glyj-lst ul .middle-box li:nth-of-type(1) .img-box,
.index-body .index-glyj .glyj-lst ul .middle-box li:nth-of-type(2) .img-box,
.index-body .index-glyj .glyj-lst ul .middle-box li:nth-of-type(1) .mask,
.index-body .index-glyj .glyj-lst ul .middle-box li:nth-of-type(2) .mask {
  height: 244px;
}
.index-body .index-glyj .glyj-lst ul .middle-box li:last-child {
  width: 100%;
}
.index-body .index-glyj .glyj-lst ul .middle-box li:last-child .img-box,
.index-body .index-glyj .glyj-lst ul .middle-box li:last-child .mask {
  height: 244px;
}
.index-body .index-public-title {
  width: 100%;
  overflow: hidden;
}
.index-body .index-public-title h3 {
  font-size: 42px;
  font-family: "Microsoft YaHei";
  font-weight: bold;
  text-shadow: 0px 4px 0px rgba(203, 133, 10, 0.34);
  text-align: center;
  color: #fe9b1b;
  width: 100%;
  height: 42px;
  line-height: 42px;
  background: url('../images/index-title-bg.png') center bottom no-repeat;
  padding-bottom: 40px;
}
.index-body .index-public-title p {
  font-size: 26px;
  color: #fe9b1b;
  text-align: center;
  line-height: 86px;
  margin-top: 2px;
}
.index-body .index-public-title p span {
  color: #f1bc05;
}
.index-body .index-hot {
  margin-top: 30px;
}
.index-body .index-hot .gentuan-title h3 {
  width: 100%;
}
.index-body .index-hot .lst-box ul li h3 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: bold;
}
.index-body .index-hot .info-desc {
  padding: 0 20px;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #777;
}
.index-body .fiexd-left {
  width: 110px;
  overflow: hidden;
  padding: 0 48px;
  position: fixed;
  left: 5%;
  top: 30%;
  z-index: 999;
  display: none;
}
.index-body .fiexd-left ul {
  overflow: hidden;
}
.index-body .fiexd-left ul li {
  font-size: 22px;
  text-align: center;
  line-height: 68px;
  border-bottom: 1px dashed #c8c8c8;
  border-top: 1px dashed #a9a9a9;
  position: relative;
}
.index-body .fiexd-left ul li a {
  color: #878787;
}
.index-body .fiexd-left ul li.active a {
  color: #e5004f;
}
.index-body .fiexd-left ul li.active:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #e5004f;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -2px;
  z-index: 999;
}
.clear {
  clear: both;
  overflow: hidden;
}
.notice-box {
  width: 100%;
  border-top: 1px solid #bfc3cc;
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(203, 133, 10, 0.34);
}
.notice-box .notice-info {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 50px;
  height: 50px;
}
.notice-box .notice-info span {
  display: inline-block;
  width: 110px;
  overflow: hidden;
  background: url('../images/small-laba.png') no-repeat left center;
  height: 100%;
  font-size: 12px;
  color: #f5b33f;
  text-indent: 25px;
  float: left;
}
.notice-box .notice-info .notice-container {
  font-size: 12px;
  color: #666666;
}
.lst-box {
  overflow: hidden;
  width: 100%;
}
.lst-box > ul {
  overflow: hidden;
  margin-top: 40px;
}
.lst-box > ul > li {
  width: 22.5%;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  float: left;
  margin-bottom: 26px;
  margin-left: 2%;
}
.lst-box > ul > li .img-box {
  width: 100%;
  height: 178px;
  background-image: url('../images/test_bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.lst-box > ul > li .img-box .tips {
  font-size: 14px;
  color: #fff;
  background: #e5004f;
  text-align: center;
  border-radius: 0 9px 9px 0;
  margin-top: 16px;
  line-height: 23px;
  display: inline-block;
  padding: 1px 6px;
}
.lst-box > ul > li .img-box dl {
  overflow: hidden;
  clear: both;
  padding: 0 5px;
  box-sizing: border-box;
  transition: all 1s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 22px;
}
.lst-box > ul > li .img-box dl dd {
  padding: 1px 4px;
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  display: inline-block;
  background: #37bb41;
  margin-bottom: 2px;
}
.lst-box > ul > li h3 {
  font-size: 16px;
  color: #171717;
  padding: 0 19px;
  line-height: 19px;
  margin-top: 26px;
  margin-bottom: 13px;
  display: -webkit-box;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 38px;
}
.lst-box > ul > li .price {
  overflow: hidden;
  padding: 0 19px;
}
.lst-box > ul > li .price span.jiage {
  font-size: 25px;
  color: #e5004f;
  font-weight: bold;
}
.lst-box > ul > li .price span.jiage:before {
  content: '￥';
  font-size: 13px;
}
.lst-box > ul > li .price span.old-jiage {
  font-size: 13px;
  color: #878787;
  padding-left: 11px;
  text-decoration: line-through;
}
.lst-box > ul > li .price button {
  display: block;
  width: 87px;
  height: 26px;
  background: #fed904;
  font-size: 12px;
  color: #171717;
  border: none;
  float: right;
  margin-top: 5px;
  outline: none;
}
.lst-box > ul > li .item-bottom {
  overflow: hidden;
  background: #384042;
  padding: 14px 0;
  margin-top: 10px;
}
.lst-box > ul > li .item-bottom > ul {
  overflow: hidden;
  margin-top: 0;
}
.lst-box > ul > li .item-bottom > ul > li {
  width: 33.33%;
  float: left;
  background: #384042;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.lst-box > ul > li .item-bottom > ul > li span {
  display: inline-block;
  margin-right: 7px;
}
.lst-box > ul > li .item-bottom > ul li:nth-of-type(1) span {
  width: 13px;
  height: 9px;
  background: url('../images/css_sprites.png') -1110px -197px;
}
.lst-box > ul > li .item-bottom > ul li:nth-of-type(2) span {
  width: 13px;
  height: 10px;
  background: url('../images/css_sprites.png') -1077px -197px;
}
.lst-box > ul > li .item-bottom > ul li:nth-of-type(3) span {
  width: 13px;
  height: 13px;
  background: url('../images/css_sprites.png') -1044px -197px;
}
.lst-box > ul > li .item-bottom > ul > li:after {
  content: '|';
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.lst-box > ul > li .item-bottom > ul > li:last-child:after {
  display: none;
}
.lst-box > ul > li:hover .img-box dl {
  height: auto;
}
.lst-box > ul > li:nth-of-type(4n) {
  margin-right: 0;
}
a.look-more {
  display: block;
  width: 296px;
  height: 42px;
  border-radius: 10px;
  border: 1px solid #fe9b1b;
  margin: 0 auto;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  background-image: url('../images/lookmore.png');
  -webkit-box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  box-shadow: 0px 4px 18px 0px rgba(203, 133, 10, 0.34);
  margin-bottom: 20px;
  cursor: pointer;
}
@-webkit-keyframes cirmove {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
  }
}
@keyframes cirmove {
  0% {
    width: 0px;
    height: 0px;
  }
  100% {
    margin-left: -14px;
    margin-top: -14px;
    width: 28px;
    height: 28px;
  }
}
@-webkit-keyframes mymove {
  0% {
    width: 0;
  }
  50% {
    width: 28px;
  }
  100% {
    width: 56px;
  }
}
@keyframes mymove {
  0% {
    width: 0;
  }
  50% {
    width: 28px;
  }
  100% {
    width: 56px;
  }
}
/*# sourceMappingURL=index.css.map */