.classification {
  position: absolute;
  font-size: 16px;
  padding-bottom: 10px;
  color: #8d8d8d;
  top: 0;
  right: 0;
  width: 255px;
  border-bottom: 2px solid #000;
  cursor: pointer; display: none;
}

.page_title .ui-selectmenu-button {
  padding-bottom: 10px;
}

.page_title select {
  position: relative;
  width: 100%;
  outline: 0;
  border: 0;
  color: #8d8d8d;
  font-size: 15px;
  background-image: url("../images/s_down.png");
  background-size: 17px;
  background-position: right center;
  background-repeat: no-repeat;
}

.ui-selectmenu-text {
  width: 100%;
  border: 0 solid #000;
}

.gallery-top {
  max-width: 1150px;
  margin: 0 auto 40px;
  opacity: 1;
  width: 100%;
  height: 595px;
}

.gallery-top .swiper-slide {
  position: relative;
  background-color: #fff;
  background-size: cover;
  max-height: 595px;
  width: 100%;
  height: 595px;
}

.gallery-top .swiper-slide .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-top .swiper-slide img {
  opacity: 0;
}

.gallery-thumbs {
  position: relative;
  width: 100%;
  height: 100px;
  max-width: 1150px;
  margin: 0 auto;
  opacity: 1;
}

.gallery-thumbs .swiper-container {
  width: 960px;
  margin: 0 auto;
}

.gallery-thumbs .swiper-slide {
  position: relative;
  width: 184px;
  height: 96px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: red;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .swiper-slide.active {
  opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.gallery-thumbs .swiper-slide.active:after {
  opacity: 1;
}

.gallery-thumbs .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  border-image-source: linear-gradient(130deg, #af5797 15%, #2765a9 38%, #ecb831 72%, #15957c 96%);
  border-image-slice: 20;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .swiper-button-next {
  background-color: #000;
  right: -50px;
}

.gallery-thumbs .thumb_prev {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  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;
  left: 0;
  top: 50%;
  margin-top: -51px;
  background-position: center;
  background-image: url("../images/album_arr.png");
  background-size: 12px;
  background-repeat: no-repeat;
  cursor: pointer;
  width: 95px;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .thumb_prev:before {
  position: relative;
  left: 0;
  content: '';
  background-color: rgba(0, 0, 0, 0.8);
  width: 0px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .thumb_prev:after {
  content: '上一个';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .thumb_next {
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  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;
  right: 0;
  top: 50%;
  margin-top: -51px;
  background-position: center;
  background-image: url("../images/album_arr.png");
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  cursor: pointer;
  width: 95px;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .thumb_next:before {
  content: '';
  position: relative;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 0px;
  height: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .thumb_next:after {
  content: '下一个';
  position: absolute;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 15px;
  right: 15px;
  width: 30px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-thumbs .swiper-button-disabled {
  display: none;
}

.phototitle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 1025px) {
  .gallery-thumbs .thumb_next:hover:after {
    opacity: 1;
  }
  .gallery-thumbs .thumb_next:hover:before {
    width: 43px;
    left: -14px;
  }
  .gallery-thumbs .thumb_prev:hover:after {
    opacity: 1;
  }
  .gallery-thumbs .thumb_prev:hover:before {
    width: 43px;
    left: -14px;
  }
  .gallery-thumbs .thumb_next:hover {
    background-position: 0 center;
  }
  .gallery-thumbs .thumb_prev:hover {
    background-position: 0 center;
  }
}

@media only screen and (max-width: 1150px) {
  .gallery-top {
    height: 100%;
  }
  .gallery-top .swiper-slide {
    height: calc(55vw + 50px);
  }
  .gallery-thumbs .swiper-slide {
    width: 155px;
    height: 77px;
  }
  .gallery-thumbs {
    width: calc(100% - 70px);
    height: 77px;
    margin: 0 auto;
    padding: 0 60px;
  }
  .gallery-thumbs .swiper-container {
    width: 100%;
  }
  .gallery-thumbs .thumb_next,
  .gallery-thumbs .thumb_prev {
    margin-top: 0;
    width: 50px;
    height: 77px;
    top: 0;
  }
}


@media only screen and (max-width: 650px) {
  .phototitle {
    position: relative;
    height: 50px;
  }
  .gallery-top .swiper-slide .img {
    height: calc(100% - 50px);
  }
  .gallery-top .swiper-slide img {
    opacity: 0;
  }
  .gallery-thumbs {
    width: calc(100% - 48px);
    height: 53px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .gallery-thumbs .swiper-slide {
    width: 101px;
    height: 53px;
  }
  .gallery-thumbs .thumb_next,
  .gallery-thumbs .thumb_prev {
    top: 0;
    margin-top: 0;
    background-size: 6px;
    width: 30px;
    height: 53px;
  }
  .gallery-thumbs .thumb_prev:after {
    display: none;
  }
}

.page_content > * {
  opacity: 0;
}

.t1 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 30px;
}

.t2 {
  font-weight: 700;
  font-size: 16px;
}

h2 {
  font-weight: 800;
  font-size: 30px;
  line-height: 32px;
}

h2.num {
  opacity: 0.8;
}

.page_title {
  position: relative;
}

p.note {
  margin-bottom: 65px;
  /*width: 650px;*/ width: 100%;
  color: #515151;
  letter-spacing: 0.05em;
  font-size: 15px;
  line-height: 1.4em;
}

.li_title {
  font-weight: 700;
  font-size: 20px;
}

.color_border {
  position: absolute;
  top: 5%;
  left: 5%;
  width: calc(100% - 10%);
  height: calc(100% - 10%);
}

.sec_market {
  margin: 0 auto;
  max-width: 1150px;
  width: 100%;
}

.sec_market p {
  margin: 0 auto 70px;
  max-width: 500px;
  color: #575757;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
}

.sec_market h2 {
  position: relative;
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2em;
}

.sec_album {
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid #000;
}

.foil_blk {
  margin-bottom: 75px;
}

.foil_blk .li_title {
  margin-bottom: 60px;
}

.foil_blk ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}

.foil_blk li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  width: 44%;
  border-bottom: 1px solid #000;
  opacity: 0;
}

.foil_blk li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.foil_note {
  line-height: 1.4em;
  opacity: 0;
}

.flexbtn {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
}

.sec_appsharing {
  position: relative;
  margin: 0 auto 110px;
  max-width: 1150px;
  width: 100%;
}

.sec_appsharing .flexbtn {
  margin-bottom: 95px;
}

.sec_appsharing .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec_appsharing .swiper-pagination {
  top: 0;
  right: 0;
  bottom: initial;
  left: initial;
  width: 150px;
  text-align: right;
}

.sec_appsharing .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55) inset;
}

.sec_appsharing .swiper-pagination-bullet-active {
  background-color: #9f841b;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.sec_appsharing .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.sec_appsharing .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.sec_appsharing .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%;
}

.sec_appsharing .item:nth-child(even) {
  padding-right: 0;
  padding-left: 90px;
  border-left: 1px solid rgba(0, 0, 0, 0.19);
}

.sec_appsharing .item .img {
  margin-right: 35px;
  max-width: 168px;
  max-height: 168px;
  font-size: 0;
  overflow: hidden;
}

.sec_appsharing .item p {
  max-width: 280px;
  font-weight: 800;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.backlist {
  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;
  margin: 0 auto 90px;
  border: 2px solid #000;
  letter-spacing: 0.1em;
  font-weight: 800;
  font-size: 14px;
  width: 195px;
  height: 51px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* @media only screen and (max-height: 800px) and (min-width: 1300px){
    .gallery-top .swiper-slide{
        max-height: 470px;
        width: 100%;
        height: 470px;
    }
    .gallery-top{
        height: 470px;
        max-width: 850px;
        margin-bottom: 17px;
    }
    .gallery-thumbs .swiper-container{
        width: 750px;
    }
    .gallery-thumbs .swiper-slide{
        width: 142px;
        height: 80px;
    }
    .gallery-thumbs .thumb_next,.gallery-thumbs .thumb_prev{
        width: 50px;
        height: 82px;
    }
    .sec_market,.page_content{
        max-width: 850px;
    }

} */

@media only screen and (max-width: 1150px) {
    .classification {
      right: 45px;
    }
  .page_content {
    padding-right: 45px;
    padding-left: 45px;
  }
  .page_title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  p.note {
    margin-bottom: 50px;
    width: 100%;
  }
  .sec_appsharing .item {
    padding-right: 40px;
  }
  .sec_appsharing .item .img {
    margin-right: 25px;
  }
  .sec_appsharing .item:nth-child(even) {
    padding-left: 40px;
  }
  .sec_appsharing .item p {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media only screen and (max-width: 650px) {
  .page_content {
    padding-right: 0;
    padding-left: 0; margin-top: 35px;
  }
  .page_title {
    padding-right: 33px;
    padding-left: 33px;
  }
  .classification {
    position: relative;
    right: inherit;
    margin-top: 45px;
    margin-bottom: 45px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/s_down.png);
    background-repeat: no-repeat;
    background-position: right 7px;
    -webkit-background-size: 17px;
    background-size: 17px;
    width: calc(100% - 66px);
}

.classification select{
    border: 0;
    outline: 0;
    width: 100%;
    background-color: transparent;
    font-size: 16px;
}
  p.note {
    margin-bottom: 35px;
    padding-right: 0;
    padding-left: 0;
  }
  .sec_market {
    padding-right: 33px;
    padding-left: 33px;
  }
  .sec_market h2 {
    font-size: 18px;
  }
  .sec_album {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .foil_blk {
    margin: 0 auto;
    padding: 40px 10px;
    width: calc(100% - 48px);
    border-top: 2px solid #000;
  }
  .foil_blk li {
    width: 100%;
  }
  .foil_note b {
    display: block;
  }
  .sec_appsharing {
    padding-left: 33px;
    padding-right: 33px;
    width: 100%;
    margin-bottom: 60px;
  }
  .sec_appsharing .flexbtn {
    margin-bottom: 0;
  }
  .sec_appsharing .swiper-container {
    margin-top: 30px;
    padding: 0;
    height: 280px;
    height: auto;
    max-height: 280px;
  }
  .sec_appsharing .item {
    width: 100%;
    height: 130px;
    padding-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  }
  .sec_appsharing .item .img {
    width: 32%;
    margin-right: 15px;
  }
  .sec_appsharing .item .img img {
    display: block;
  }
  .sec_appsharing .item p {
    width: calc(68% - 15px);
    letter-spacing: 0.01em;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  .sec_appsharing .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .sec_appsharing .item:nth-child(even) {
    padding-left: 0;
    padding-bottom: 0;
    border-left: 0;
    border-bottom: 0;
  }
  .sec_appsharing .swiper-pagination {
    position: relative;
    bottom: inherit;
    top: inherit;
    margin: 30px auto;
    text-align: center;
  }
  .backlist {
    margin-bottom: 55px;
  }
}

/*# sourceMappingURL=web_market_show.css.map */
