:root {
  --color: #dd5537;
}

.wh100 {
  width: 100%;
  height: 100%;
}

.w100 {
  width: 100%;
}

.hover-color {
  cursor: pointer;
}
.hover-color:hover {
  color: var(--color);
}

.hover-img {
  cursor: pointer;
}
.hover-img .img-container {
  overflow: hidden;
}
.hover-img .img-container img {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.hover-img:hover .img-container img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.my-pagination.swiper-pagination {
  --pagination-progress-width: 24.75rem;
  bottom: 1.25rem;
}
.my-pagination.swiper-pagination .my-pagination-item {
  position: absolute;
  opacity: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.my-pagination.swiper-pagination .my-pagination-item.active {
  opacity: 1;
}
.my-pagination.swiper-pagination .my-pagination-item.active .my-pagination-path2 {
  width: 100%;
  -webkit-transition: width var(--pagination-progress-time) linear;
  -o-transition: width var(--pagination-progress-time) linear;
  -moz-transition: width var(--pagination-progress-time) linear;
  transition: width var(--pagination-progress-time) linear;
}
.my-pagination.swiper-pagination .my-pagination-path {
  position: relative;
  width: var(--pagination-progress-width);
  margin: 0 1.25rem;
}
.my-pagination.swiper-pagination .my-pagination-path1, .my-pagination.swiper-pagination .my-pagination-path2 {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.my-pagination.swiper-pagination .my-pagination-path1::before, .my-pagination.swiper-pagination .my-pagination-path2::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 0.3125rem;
  background-color: #fafafa;
  right: 0;
  bottom: 0;
}
.my-pagination.swiper-pagination .my-pagination-path2 {
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: var(--color);
}
.my-pagination.swiper-pagination .my-pagination-path2::before {
  background-color: var(--color);
}
.my-pagination.swiper-pagination .my-pagination-current {
  color: var(--color);
}

header {
  height: 7.5rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: var(--color);
}
header .toggle {
  position: relative;
  z-index: 9;
}
header .toggle:hover .toggle-options {
  display: block;
  pointer-events: initial;
}
header .toggle:hover .toggle-text img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .toggle-text {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0.3125rem 0;
}
header .toggle-text img {
  width: 0.625rem;
  margin-left: 0.375rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
header .toggle-options {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%);
  font-size: 1.125rem;
  font-weight: bold;
  min-width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 0.375rem 0;
  box-shadow: 0 0.125rem 0.75rem 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
header .toggle-options .toggle-option {
  line-height: 1.3;
  white-space: nowrap;
  padding: 0 0.625rem;
}
header .toggle-options .toggle-option:hover {
  background-color: var(--color);
  color: #fff;
}
header .header-pc {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-pc .logo {
  display: block;
  width: 20.5714285714%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: auto;
}
header .header-pc .nav {
  height: 100%;
  width: 64.428%;
  color: #fff;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0.625rem;
  margin-right: 3.5714285714%;
}
header .header-pc .nav-item {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
}
header .header-pc .nav-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 2.5rem;
  height: 0.125rem;
  background-color: #000000;
  display: none;
}
header .header-pc .nav-item.active, header .header-pc .nav-item:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #000000;
}
header .header-pc .nav-item.active::before, header .header-pc .nav-item:hover::before {
  display: block;
}
header .header-h5 {
  display: none;
  height: 100%;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .header-h5 .toggle {
  margin-left: auto;
  margin-right: 1.875rem;
}
header .header-h5 .toggle .toggle-text {
  font-size: 1.625rem;
}
header .header-h5 .toggle .toggle-options {
  -webkit-transform: translateY(-webkit-calc(100% + 0.625rem));
     -moz-transform: translateY(-moz-calc(100% + 0.625rem));
      -ms-transform: translateY(calc(100% + 0.625rem));
       -o-transform: translateY(calc(100% + 0.625rem));
          transform: translateY(calc(100% + 0.625rem));
  font-size: 1.625rem;
}
header .header-h5 .logo {
  width: 30%;
}
header .header-h5 .nav-toggle {
  width: 2rem;
}
header .header-h5 .nav-toggle.active .toggle-show {
  display: none;
}
header .header-h5 .nav-toggle.active .toggle-hide {
  display: block;
}
header .header-h5 .toggle-hide {
  display: none;
}
header .header-h5 .nav {
  visibility: hidden;
  -webkit-animation-name: none;
     -moz-animation-name: none;
       -o-animation-name: none;
          animation-name: none;
  -webkit-animation-duration: 0.3s;
     -moz-animation-duration: 0.3s;
       -o-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  position: absolute;
  left: 0;
  right: 0;
  top: 6.25rem;
  width: 100%;
  height: -webkit-calc(100vh - 6.25rem);
  height: -moz-calc(100vh - 6.25rem);
  height: calc(100vh - 6.25rem);
}
header .header-h5 .nav .nav-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
header .header-h5 .nav.active {
  visibility: visible;
  -webkit-animation-name: navAni;
     -moz-animation-name: navAni;
       -o-animation-name: navAni;
          animation-name: navAni;
}
@-webkit-keyframes navAni {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0.9375rem, 0);
            transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes navAni {
  0% {
    opacity: 0.3;
    -moz-transform: translate3d(0, 0.9375rem, 0);
         transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
  }
}
@-o-keyframes navAni {
  0% {
    opacity: 0.3;
    transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes navAni {
  0% {
    opacity: 0.3;
    -webkit-transform: translate3d(0, 0.9375rem, 0);
       -moz-transform: translate3d(0, 0.9375rem, 0);
            transform: translate3d(0, 0.9375rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
header .header-h5 .nav-item {
  position: relative;
  width: 100%;
  display: block;
  font-size: 2rem;
  line-height: 5rem;
  padding: 0 2rem;
  background-color: #fff;
  border-bottom: 1px solid #E6E6E6;
}

footer {
  background-color: #3e3f42;
}
footer .footer-top {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 7.1875rem;
  padding-bottom: 3.75rem;
}
footer .footer-top .left {
  width: 57.5714285714%;
}
footer .footer-top .nav {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8.75rem;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-top .nav-chil {
  display: block;
  font-size: 0.875rem;
  color: #999999;
  line-height: 2.25rem;
}
footer .footer-top .nav-chil:first-child {
  font-size: 1.125rem;
  line-height: 1;
  color: var(--color);
  margin-bottom: 1.25rem;
}
footer .footer-top .logo {
  width: 25.125rem;
}
footer .footer-top .right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
footer .footer-top .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .footer-top .item + .item {
  margin-top: 4.25rem;
}
footer .footer-top .item-icon {
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 1.5rem;
}
footer .footer-top .item-title {
  font-size: 1.625rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.25rem;
}
footer .footer-top .item-text {
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #999999;
}
footer .footer-top .item-text.tel {
  color: #fff;
  font-weight: bold;
  font-size: 2.875rem;
  line-height: 2.625rem;
}
footer .footer-bottom {
  border-top: 1px solid var(--color);
  height: 10rem;
}
footer .footer-bottom .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  color: #666666;
}
footer .footer-bottom .container img {
  vertical-align: middle;
  width: 1.125rem;
}

.index-title {
  --index-title-color: var(--color);
}
.index-title.white {
  --index-title-color: #fff;
}
.index-title .index-title-text1 {
  font-size: 2.625rem;
  line-height: 1;
  color: var(--index-title-color);
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.index-title .index-title-text2 {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--index-title-color);
}

.index-select {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-select .index-select-item {
  min-width: 9.375rem;
  padding: 0 1.25rem;
  text-align: center;
  line-height: 3.5rem;
  background-color: #ffffff;
  border: solid 0.0625rem #cccccc;
  font-size: 1.25rem;
  color: #999999;
  border-radius: 1.875rem;
  cursor: pointer;
}
.index-select .index-select-item + .index-select-item {
  margin-left: 1.375rem;
}
.index-select .index-select-item.active, .index-select .index-select-item:hover {
  border-color: var(--color);
  color: var(--color);
}

.index-more[data-v-more] {
  width: 9.375rem;
  height: 3.5rem;
  border: solid 1px #cccccc;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666666;
  border-radius: 1.875rem;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.index-more[data-v-more].active, .index-more[data-v-more]:hover {
  background-color: #e0592d;
  color: #fff;
  border-color: #e0592d;
}
.index-more[data-v-more].active img, .index-more[data-v-more]:hover img {
  -webkit-filter: none;
          filter: none;
}
.index-more[data-v-more].active:hover {
  background-color: #e37e5d;
  border-color: #e37e5d;
}
.index-more[data-v-more] img {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  width: 1.125rem;
  margin-left: 0.875rem;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.my-swiper-button .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 6;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #df582c;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.my-swiper-button .swiper-button:hover {
  background-color: #df582c;
}
.my-swiper-button .swiper-button:hover img {
  -webkit-filter: grayscale(1) brightness(5);
          filter: grayscale(1) brightness(5);
}
.my-swiper-button .swiper-button img {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  width: 0.4375rem;
}
.my-swiper-button .swiper-button.prev {
  left: 0;
}
.my-swiper-button .swiper-button.next {
  right: 0;
}

.my-backtop {
  width: 3.375rem;
  height: 3.375rem;
  position: fixed;
  z-index: 9;
  bottom: 5vh;
  right: 3.75rem;
  cursor: pointer;
  display: none;
}
.my-backtop.active {
  display: block;
}

.my-banner {
  height: 41.25rem;
}
.my-banner .banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.my-banner .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-banner .banner-title {
  font-size: 3.9375rem;
  color: var(--color);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.9375rem;
}
.my-banner .banner-text {
  font-size: 1.625rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: lighter;
}

.my-breadcrumb {
  border-bottom: 1px solid #e6e6e6;
}
.my-breadcrumb .container {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-breadcrumb .left, .my-breadcrumb .right {
  height: 5.625rem;
  line-height: 5.625rem;
}
.my-breadcrumb .left {
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-right: 1.25rem;
}
.my-breadcrumb .left img {
  width: 1.125rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.my-breadcrumb .left span {
  margin: 0 0.3125rem;
}
.my-breadcrumb .right {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.my-breadcrumb .right-item {
  font-size: 1.125rem;
  position: relative;
  color: #999999;
  line-height: 5.625rem;
  cursor: pointer;
}
.my-breadcrumb .right-item.active, .my-breadcrumb .right-item:hover {
  color: var(--color);
  font-weight: bold;
}
.my-breadcrumb .right-item.active::before, .my-breadcrumb .right-item:hover::before {
  -webkit-transform: translateX(-50%) scale3d(1, 1, 1);
     -moz-transform: translateX(-50%) scale3d(1, 1, 1);
          transform: translateX(-50%) scale3d(1, 1, 1);
}
.my-breadcrumb .right-item::before {
  position: absolute;
  content: "";
  width: 4.125rem;
  height: 0.25rem;
  background-color: var(--color);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale3d(0, 1, 1);
     -moz-transform: translateX(-50%) scale3d(0, 1, 1);
          transform: translateX(-50%) scale3d(0, 1, 1);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}
.my-breadcrumb .right-item + .right-item {
  margin-left: 3.125rem;
}

.my-pagination {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.my-pagination .pagination-item {
  width: 2.0625rem;
  text-align: center;
  line-height: 2.0625rem;
  color: #999999;
  font-size: 0.875rem;
  margin: 0 0.5625rem;
}
.my-pagination .pagination-item.active, .my-pagination .pagination-item:hover {
  background-color: #df582c;
  color: #fff;
}
.my-pagination .pagination-prev::before {
  background: url(../img/icon3.png) no-repeat center center;
}
.my-pagination .pagination-next::before {
  background: url(../img/icon4.png) no-repeat center center;
}
.my-pagination .pagination-prev::before, .my-pagination .pagination-next::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  -o-background-size: 0.375rem auto;
     background-size: 0.375rem auto;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.my-pagination .pagination-button {
  width: 1.5625rem;
  height: 1.5625rem;
  border: solid 1px #999999;
  margin: 0 1.9375rem;
}
.my-pagination .pagination-button:hover {
  background-color: #df582c;
  border-color: #df582c;
}
.my-pagination .pagination-button:hover::before {
  -webkit-filter: none;
          filter: none;
}

.my-detail .top {
  padding: 3.125rem 0 2.5rem;
  border-bottom: 1px solid #e6e6e6;
}
.my-detail .top-title {
  font-size: 1.875rem;
  line-height: 2.625rem;
  font-weight: bold;
  margin-bottom: 0.9375rem;
}
.my-detail .top-time {
  font-size: 1.125rem;
  line-height: 1;
  color: #999999;
  font-weight: bold;
}
.my-detail .bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.my-detail .bottom .content {
  padding-top: 2.3125rem;
  padding-bottom: 1.6875rem;
  line-height: normal;
}
.my-detail .left {
  width: 67.1428571429%;
  padding-bottom: 5rem;
}
.my-detail .left-back {
  width: 9.375rem;
  height: 3.5rem;
  background-color: #df582c;
  border-radius: 1.75rem;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  cursor: pointer;
  padding: 0 1.5625rem;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  margin: 0 auto;
}
.my-detail .left-back:hover {
  background-color: #e67854;
}
.my-detail .left-back img {
  width: 18px;
}
.my-detail .right {
  width: 29.6428571429%;
  border-left: 1px solid #e6e6e6;
  padding-top: 3.125rem;
  padding-left: 2.5%;
}
.my-detail .right .right-item {
  display: block;
}
.my-detail .right .right-item + .right-item {
  margin-top: 4.0625rem;
}
.my-detail .right .right-item:hover .index-more {
  background-color: #e0592d;
  color: #fff;
  border-color: #e0592d;
}
.my-detail .right .right-item:hover .index-more img {
  -webkit-filter: none;
          filter: none;
}
.my-detail .right .item-title, .my-detail .right .item-time {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: bold;
}
.my-detail .right .item-title {
  margin-bottom: 1.6875rem;
}
.my-detail .right .item-time {
  color: #999999;
  margin-bottom: 0.3125rem;
}
.my-detail .right .item-text1 {
  line-height: 2rem;
  color: #666666;
  margin-top: -0.75rem;
  margin-bottom: 1.75rem;
}
.my-detail .right .item-text {
  font-size: 1.5rem;
  line-height: 2.125rem;
  height: 4.25rem;
  margin-bottom: 1.5625rem;
}

.modal {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 0 2.625rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal.mask {
  background-color: transparent;
}
.modal.mask .modal-main {
  position: relative;
  z-index: 9;
}
.modal .modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 6;
}
.modal .modal-container {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding: 5vh 0;
  text-align: center;
}
.modal .modal-container::-webkit-scrollbar {
  display: none;
}
.modal .modal-container::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 0;
  vertical-align: middle;
}
.modal .modal-container .modal-main {
  display: inline-block;
  vertical-align: middle;
}