@media (max-width:450px) {
  /* swiper */
  .swiper-container {
    width: 100%;
  height: 100%;
  z-index: 1;
}

/* .swiper-slide { */
/* text-align: center;
font-size: 18px;
background: #fff; */
/* Center slide text vertically */
/* display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center; */
/* } */

/*自定义分页指示器样式*/

.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:10px;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 0.5rem;
  border-radius:0.5rem;
  text-align: center;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgb(28, 68, 93);
}

.swiper-pagination-bullet-active {
  width:1rem;
  height: 0.5rem;
  color: #fff;
  background: rgb(255, 255, 255);
  border-radius:0.5rem;
}
.swiper-button-next, .swiper-button-prev{
  width:0.8125rem;
  height:1.375rem;
  background-size: 0.8125rem 1.375rem;
}

.swiper-button-next{
  background-image:url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
}
.swiper-button-prev{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");
  
}



}

@media (min-width:1200px) {
  
  /* swiper */
  .swiper-container {
    width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-slide img{
  width: 100%;
  vertical-align: bottom;
}

/* .swiper-slide {
text-align: center;
font-size: 18px;
background: #fff; */
/* Center slide text vertically */
/*   display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
} */


/*自定义分页指示器样式*/

.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom:50px;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(255, 255, 255, .5);
  border: 1px solid rgb(28, 68, 93);
}

.swiper-pagination-bullet-active {
  width: 16px;
  height: 8px;
  color: #fff;
  background: rgb(255, 255, 255);
  border-radius:4px;
}

.swiper-button-next{
  background-image:url("data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'><path%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f7f7f7'%2F><%2Fsvg>");
}
.swiper-button-prev{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f7f7f7'%2F%3E%3C%2Fsvg%3E");
  
}
.page_wrap {
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.paginator {
  float: right;
  height: 25px;
  overflow: hidden;
}

.paginator,
.paginator input,
.paginator button {
  font-family: Tahoma, "宋体";
  font-size: 12px;
}

.paginator a,
.paginator span {
  float: left;
  height: 23px;
  margin: 0 5px 0 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 23px;
  background: #fff;
}

.paginator a {
  color: #085C9B;
}

.paginator b {
  font-family: "宋体";
  margin: 3px;
  font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
  text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
  padding: 0 8px;
  border: 1px solid #D3D3D3;
  background: #ffffff;
}

.paginator .page-start {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-end {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
  padding: 0 3px;
}

.paginator .page-break {
  border: 1px solid #fff;
}

.paginator .page-this {
  border: 1px solid #D3D3D3;
  background-color: #E9E9E9;
  color: #D4105A;
  padding: 0px 8px;
  font-weight: bold;
}

.paginator .page-skip {
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  margin: 0;
  background: none;
}

.paginator .page-skip input {
  width: 26px;
  *width: 23px;
  height: 19px;
  line-height: 19px;
  border: 1px #D3D3D3 solid;
  font-size: 12px;
  margin: -1px 6px 0px 6px;
  #margin-top: 1px;
  _margin-top: 0px;
  padding: 0px 0px 0px 2px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paginator .page-skip button {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  _padding: 0 5px 0 5px;
  width: auto;
  _width: 0;
  height: 22px;
  *height: 23px;
  *line-height: 20px;
  _height: 16px;
  _line-height: 16px;
  margin-left: 10px;
  *margin-top: -1px;
  overflow: visible;
  vertical-align: top;
}

.paginator a:hover {
  border: 1px solid #A6A6A6;
  color: #868688;
}
}


