.transitions {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

@-webkit-keyframes fadePush {
  0% {
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    opacity: 0;
  }
}

@-moz-keyframes fadePush {
  0% {
    -moz-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    opacity: 0;
  }

  50% {
    -moz-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -moz-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    opacity: 0;
  }
}

@-o-keyframes fadePush {
  0% {
    -o-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    opacity: 0;
  }

  50% {
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -o-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    opacity: 0;
  }
}

@keyframes fadePush {
  0% {
    -webkit-transform: translate(-50%, -15px);
    -moz-transform: translate(-50%, -15px);
    -o-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, 15px);
    -moz-transform: translate(-50%, 15px);
    -o-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    opacity: 0;
  }
}

@-webkit-keyframes fadePull {
  0% {
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    opacity: 0;
  }

  50% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, -15px);
    transform: translate(-50%, -15px);
    opacity: 0;
  }
}

#page {
  color: #5d5d5d;
}

.pdlr {
  padding: 0 0.6rem;
}

.swiper-container {
  overflow: hidden;
}

/*顶部导航 start*/
.hdb-hander {
  width: 100%;
  max-width: 7.5rem;
  min-width: 3.2rem;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 99999;
  margin-left: -3.75rem;
}

.hdb-hander .hdb-hander-wrap {
  width: 100%;
  height: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(36, 65, 92, 0.6);
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.3rem 0 0.5rem;
  position: absolute;
  top: 0;
  left: 0%;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-logo {
  width: 1.43rem;
}

.hdb-hander .hdb-hander-wrap .return {
  display: none;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt {
  width: 2.9rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt .hdb-hander-tel {
  font-size: 0.26rem;
  color: #fff;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt .nav-trigger {
  width: 0.4rem;
  height: 0.8rem;
  background: transparent;
  position: relative;
  z-index: 2;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt .nav-trigger span {
  display: block;
  width: 80%;
  height: 0.05rem;
  background-color: #fff;
  border-radius: 0.16rem;
  margin-bottom: 0.1rem;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt .nav-trigger span:nth-child(2) {
  margin-left: 0.1rem;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt .menu-active span {
  background-color: #696969;
}

.hdb-hander .hdb-hander-wrap .hdb-hander-rt .menu-active span:nth-child(2) {
  margin-left: -0.1rem;
}

.hdb-hander .hdb-hander-menu {
  width: 3.6rem;
  background-color: #fff600;
  position: absolute;
  top: 0;
  right: -100%;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.hdb-hander .hdb-hander-menu .hdb-hander-menu-list {
  display: flex;
  flex-direction: column;
  font-size: 0.32rem;
  line-height: 0.92rem;
  text-align: center;
  padding-top: 0.86rem;
  padding-bottom: 0.36rem;
}

.hdb-hander .hdb-hander-menu .hdb-hander-menu-list .hdb-hander-menu-item {
  position: relative;
}

.hdb-hander .hdb-hander-menu .hdb-hander-menu-list .hdb-hander-menu-item::before {
  content: ">>";
  font-size: 0.32rem;
  line-height: 0.92rem;
  color: #696969;
  position: absolute;
  top: 0;
  left: 0.54rem;
  opacity: 0;
}

.hdb-hander .hdb-hander-menu .hdb-hander-menu-list .hdb-hander-menu-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #696969;
}

.hdb-hander .hdb-hander-menu .hdb-hander-menu-list .on-menu-item::before {
  opacity: 1;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.hdb-hander .nav-open {
  right: 0;
}

.hdb-hander .close-nav-trigger {
  width: 100%;
  height: 0;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: none;
}

.hdb-hander .close-nav-trigger-show {
  height: 11.3rem;
  display: block;
}

.is-hidden {
  top: -100%;
}

/*顶部导航 end*/
/* footer start */
.hdb-footer-wrap .hdb-footer-content {
  font-size: 0.24rem;
  line-height: 0.3rem;
  color: #7d7d7d;
  text-align: center;
}

.hdb-footer-wrap .hdb-footer-content .hdb-footer-serve {
  width: 100%;
}

.hdb-footer-wrap .hdb-footer-content .hdb-footer-serve .hdb-footer-serve-phone {
  display: block;
  width: 0.6rem;
  margin: -0.2rem auto 0.26rem auto;
}

.hdb-footer-wrap .hdb-footer-content .hdb-footer-serve .hdb-footer-serve-query {
  padding-bottom: 0.3rem;
}

.hdb-footer-wrap .hdb-footer-content .hdb-footer-serve .hdb-footer-serve-date {
  font-size: 0.2rem;
}

.hdb-footer-wrap .hdb-footer-content .hdb-footer-serve .hdb-footer-serve-date span {
  font-size: 0.34rem;
}

.hdb-footer-wrap .hdb-footer-content .hdb-footer-serve .hdb-footer-more {
  display: block;
  width: 1.8rem;
  height: 0.5rem;
  font-size: 0.22rem;
  text-align: center;
  color: #000;
  background-color: #dbdbdb;
  border-radius: 0.26rem;
  margin: 0.2rem auto 0.4rem auto;
  cursor: pointer;
}

.hdb-footer-wrap .hdb-footer-bottom {
  font-size: 0.24rem;
  line-height: 0.3rem;
  text-align: center;
  color: #333333;
  background-color: #efefef;
  position: relative;
  padding-bottom: 1.4rem;
}

.hdb-footer-wrap .hdb-footer-bottom::before {
  content: '';
  width: 4.78rem;
  height: 0.08rem;
  background-color: #353736;
  position: absolute;
  top: -0.08rem;
  left: 50%;
  margin-left: -2.39rem;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-location {
  font-size: 0.16rem;
  padding: 0.46rem 0;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-location font {
  font-weight: bold;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-location span {
  position: relative;
  padding-left: 0.46rem;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-location span::before {
  content: '';
  width: 0.36rem;
  height: 0.36rem;
  background: url(../images/public/location-icon.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.18rem;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-tel {
  font-size: 0.47rem;
  line-height: .6rem;
  color: #8b8a8a;
  padding-bottom: .2rem;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-tel a {
  color: #8b8a8a;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-tel span {
  position: relative;
  padding-left: 0.48rem;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-footer-tel span::before {
  content: '';
  width: 0.34rem;
  height: 0.35rem;
  background: url(../images/public/tel-iocn.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.175rem;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-fixed-bottom {
  width: 100%;
  font-size: 0.1rem;
  line-height: 0.2rem;
  color: #696969;
  /*position: absolute;*/
  /*bottom: 0.1rem;*/
  /*left: 0;*/
}

@media screen and (max-width: 450px) {
  .hdb-footer-wrap .hdb-footer-bottom .hdb-fixed-bottom {

    line-height: 0.4rem;
  }
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-fixed-bottom .footer-info-text a {
  color: #696969;
}

.hdb-footer-wrap .hdb-footer-bottom .hdb-fixed-bottom .footer-info-text a:nth-child(2) {
  padding: 0 0.2rem;
}

/* footer   end */
/*二级导航 satrt*/
.navigation-wrap {
  width: 100%;
  height: 1.06rem;
}

.navigation-wrap .navigation-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.navigation-wrap .navigation-list .navigation-item {
  width: 20%;
  height: 1.06rem;
  background-color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-wrap .navigation-list .navigation-item span {
  display: block;
  width: 0.45rem;
  height: 0.41rem;
  background: url(../images/public/submenu-item-01.png) no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navigation-wrap .navigation-list .navigation-item:nth-child(2) span {
  width: 0.52rem;
  height: 0.33rem;
  background: url(../images/public/submenu-item-02.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navigation-wrap .navigation-list .navigation-item:nth-child(3) span {
  width: 0.33rem;
  height: 0.46rem;
  background: url(../images/public/submenu-item-03.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navigation-wrap .navigation-list .navigation-item:nth-child(4) span {
  width: 0.34rem;
  height: 0.34rem;
  background: url(../images/public/submenu-item-04.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navigation-wrap .navigation-list .navigation-item:nth-child(5) span {
  width: 0.46rem;
  height: 0.47rem;
  background: url(../images/public/submenu-item-05.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navigation-wrap .navigation-list .navigation-item:nth-child(6) span {
  width: 0.49rem;
  height: 0.4rem;
  background: url(../images/public/submenu-item-06.png) center no-repeat;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.navigation-wrap .navigation-list .navigation-item:nth-child(even) {
  background-color: #333333;
}

/*二级导航   end*/

/*固定底部 start*/
.hdb-fixed-bottom-box {
  width: 7.5rem;
  height: 1.31rem;
  background: url(../images/public/hdb-fixed-bottom.png)center no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -3.75rem;
  z-index: 99999;
}

.hdb-fixed-bottom-box .hdb-fixed-bottom-btn {
  width: 3.37rem;
  height: .74rem;
  background: url(../images/public/hdb-fixed-bottom-btn.png) center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: .15rem;
  right: 1.46rem;
  outline: none;
  border: 0;
}

/* 专题固定底部   end*/
.fixed-bottom-wrap {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
}

.fixed-bottom-wrap .fixed-bottom-message {
  width: 100%;
  text-align: center;
  color: #7f7f7f;
  background-color: #ffffff;
  padding: 0.1rem 0 0.05rem 0;
  box-shadow: 0 0px .1rem #c1c1c1;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 666;
}

.fixed-bottom-wrap .fixed-bottom-message .fixed-bottom-order {
  padding: 0 0.4rem 0 0.3rem;
}

.fixed-bottom-wrap .fixed-bottom-message .fixed-bottom-order img {
  width: 0.55rem;
  height: 0.55rem;
}

.fixed-bottom-wrap .fixed-bottom-message .fixed-bottom-phone a {
  display: block;
  color: #7f7f7f;
  padding: 0 0.38rem 0 0.22rem;
}

.fixed-bottom-wrap .fixed-bottom-message .fixed-bottom-phone a img {
  width: 0.56rem;
  height: 0.56rem;
}

.fixed-bottom-wrap .fixed-bottom-message span {
  display: block;
  font-size: 0.3rem;
  line-height: 0.6rem;
}

.fixed-bottom-wrap .fixed-bottom-message .fixed-bottom-btn {
  font-size: 0.52rem;
  line-height: 0.58rem;
  padding: 0.16rem 1rem 0.18rem 1rem;
  color: #ffffff;
  background-color: #1446b0;
  border: transparent;
  border-radius: 0.46rem;
  -webkit-border-radius: 0.46rem;
  margin-top: -.06rem;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap {
  width: 7.5rem;
  margin: 0 auto;
  background-color: #ffffff;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  margin-left: -3.75rem;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form-title {
  padding: 0.6rem 0.34rem 0.34rem 0.34rem;
  border-bottom: 1px solid #dcdcdc;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form-title span {
  font-size: 0.4rem;
  line-height: 0.5rem;
  font-weight: 400;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form-title span:nth-child(2) {
  font-size: 0.8rem;
  font-weight: 200;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form {
  padding: 0.34rem 0.34rem 0.7rem 0.34rem;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form .fixed-bottom-form-input {
  margin-top: 0.2rem;
  position: relative;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form .fixed-bottom-form-input .fixed-bottom-form-name,
.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form .fixed-bottom-form-input .hudpc_buttomfixed1_phone {
  width: 100%;
  font-size: 0.34rem;
  line-height: 0.4rem;
  padding: 0.23rem 0 0.25rem 1.34rem;
  color: #606060;
  border: 1px solid #d3d3d3;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form .fixed-bottom-form-input .bottom-form-input-name {
  font-size: 0.34rem;
  line-height: 0.4rem;
  color: #606060;
  position: absolute;
  top: 50%;
  margin-top: -0.24rem;
  left: 0.3rem;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form .fixed-bottom-form-hint {
  font-size: 0.24rem;
  line-height: 0.92rem;
  color: #cdcdcd;
}

.fixed-bottom-wrap .fixed-bottom-form-wrap .fixed-bottom-form .hudpc_buttomfixed1_submit {
  width: 100%;
  font-size: 0.4rem;
  line-height: 0.5rem;
  padding: 0.17rem 0 0.2rem 0;
  color: #ffffff;
  background-color: #0066cc;
  margin-top: .5rem;
}


/*专题固定底部   end*/
/*消息弹窗 satrt*/
#toastId {
  z-index: 999999 !important;
}

/*消息弹窗   end*/

/* 弹性布局盒模型 */
.flex {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
}

/* 弹性布局盒模型可换行 */
.rowW {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 水平垂直居中 */
.centerXY {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 上下居中 */
.centerY {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 横向排列 */
.rowX {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* 横向排列,所有元素放置于底部 */
.bottomY {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* 左右居中 */
.centerX {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* 纵向排列 */
.columnY {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

/* 向左向右 */
.betweenX {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 向上向下 */
.betweenY {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.rightX {
  display: -moz-box;
  /* Firefox */
  display: -ms-flexbox;
  /* IE10 */
  display: -webkit-box;
  /* Safari */
  display: -webkit-flex;
  /* Chrome, WebKit */
  display: box;
  display: flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  /* justify-content: flex-end; */
}