body {
  background: #fff;
}
html,
body,
p {
  margin: 0;
  padding: 0;
}
#tabs a,
#content a,
#list a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
#tabs a:focus,
#content a:focus,
#list a:focus {
  outline: auto;
}
#tabs a:focus:not(:focus-visible),
#content a:focus:not(:focus-visible),
#list a:focus:not(:focus-visible) {
  outline: none;
}
.preload {
  display: block;
  position: absolute;
  top: -100;
  left: -100;
  width: 0;
  height: 0;
}
.container {
  width: 1250px;
  margin: 0 auto;
}
#topbar {
  height: 68px;
  line-height: 68px;
  background: #000;
}
#topbar .container {
  width: 90%;
  margin: 0 auto;
}
#topbar .logo {
  color: #fff;
  font-size: 24px;
}
#tabs .container {
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  text-align: center;
  display: flex;
  border-bottom: 1px solid #999;
}
#tabs .container .tab {
  position: relative;
  flex: 1;
}
#tabs .container .tab.active::before {
  content: "";
  position: absolute;
  background: #1fa8e2;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  right: 0;
}
:focus {
  outline: auto;
}
:focus:not(:focus-visible) {
  outline: none;
}
#content {
  background: url(../images/bg_1920.jpg) center no-repeat;
  background-size: cover;
  padding-bottom: 45px;
}
#content .scenes-tips {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 25px;
}
#content .scenes {
  display: flex;
  justify-content: space-between;
}
#content .scenes a {
  display: block;
  width: 80px;
  padding: 90px 0 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#content .scenes .portrait {
  background-image: url(../images/scenes_portrait_normal.png);
}
#content .scenes .portrait.active {
  background-image: url(../images/scenes_portrait_active.png);
}
#content .scenes .landscape {
  background-image: url(../images/scenes_landscape_normal.png);
}
#content .scenes .landscape.active {
  background-image: url(../images/scenes_landscape_active.png);
}
#content .scenes .street {
  background-image: url(../images/scenes_street_normal.png);
}
#content .scenes .street.active {
  background-image: url(../images/scenes_street_active.png);
}
#content .scenes .travel {
  background-image: url(../images/scenes_travel_normal.png);
}
#content .scenes .travel.active {
  background-image: url(../images/scenes_travel_active.png);
}
#content .scenes .indoor {
  background-image: url(../images/scenes_indoor_normal.png);
}
#content .scenes .indoor.active {
  background-image: url(../images/scenes_indoor_active.png);
}
#content .scenes .build {
  background-image: url(../images/scenes_build_normal.png);
}
#content .scenes .build.active {
  background-image: url(../images/scenes_build_active.png);
}
#content .scenes .night {
  background-image: url(../images/scenes_night_normal.png);
}
#content .scenes .night.active {
  background-image: url(../images/scenes_night_active.png);
}
#content .scenes .pet {
  background-image: url(../images/scenes_pet_normal_210226.png);
}
#content .scenes .pet.active {
  background-image: url(../images/scenes_pet_active_210226.png);
}
#content .scenes .bird {
  background-image: url(../images/scenes_bird_normal.png);
}
#content .scenes .bird.active {
  background-image: url(../images/scenes_bird_active.png);
}
#content .scenes .animal {
  background-image: url(../images/scenes_animal_normal_210226.png);
}
#content .scenes .animal.active {
  background-image: url(../images/scenes_animal_active_210226.png);
}
#content .scenes .macro {
  background-image: url(../images/scenes_macro_normal.png);
}
#content .scenes .macro.active {
  background-image: url(../images/scenes_macro_active.png);
}
#content .scenes .sport {
  background-image: url(../images/scenes_sport_normal.png);
}
#content .scenes .sport.active {
  background-image: url(../images/scenes_sport_active.png);
}
#content .scenes .video {
  background-image: url(../images/scenes_video_normal.png);
}
#content .scenes .video.active {
  background-image: url(../images/scenes_video_active.png);
}
#content .btnFilter {
  display: block;
  color: #fff;
  width: 5em;
  margin: 50px auto 0;
  font-size: 14px;
  text-align: center;
  padding: 5px 25px;
  cursor: pointer;
  border-radius: 3%;
  background: url(../images/arrow_down.png) 100px center no-repeat rgba(255, 255, 255, 0.3);
}
#content .btnFilter.active {
  background-image: url(../images/arrow_up.png);
}
#content .btnFilter:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#content .tips {
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding-bottom: 20px;
}
#content .filter {
  display: none;
  margin-top: 50px;
}
#content .filter .line {
  overflow: hidden;
}
#content .filter .line .left {
  float: left;
  width: 300px;
}
#content .filter .line .left .btns {
  display: flex;
  justify-content: space-between;
}
#content .filter .line .left .btns a {
  text-align: center;
  border-radius: 5%;
  background: #fff;
  width: 80px;
  height: 32px;
  line-height: 34px;
  position: relative;
}
#content .filter .line .left .btns a.active {
  background: #333;
  color: #fff;
}
#content .filter .line .left .btns a.active::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 4px;
  width: 10px;
  height: 8px;
  background: url(../images/icon_right.png);
  background-size: 100%;
}
#content .filter .line .left .btns select {
  cursor: pointer;
  text-align: center;
  text-align-last: center;
}
#content .filter .line .right {
  float: right;
  width: 920px;
}
#content .filter .line .right .progress {
  margin: 30px 0 50px;
  height: 30px;
  position: relative;
}
#content .filter .line .right .progress::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c2bfc1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#content .filter .line .right .progress .dot {
  cursor: pointer;
  float: left;
  height: 100%;
  width: 15%;
  box-sizing: border-box;
  border-left: 2px solid #c7bec1;
  border-right: 2px solid #c7bec1;
  position: relative;
  color: #fff;
}
#content .filter .line .right .progress .dot.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  background: #1fa8e2;
  margin: auto 0;
  width: 100%;
}
#content .filter .line .right .progress .dot.active .name {
  background: #333;
  color: #fff;
}
#content .filter .line .right .progress .dot .name {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  text-align: center;
  background-color: #fff;
  color: #000;
  border-radius: 5%;
  width: 50px;
  padding: 10px;
}
#content .filter .line .right .progress .dot .name::after {
  content: '';
  position: absolute;
  right: 2px;
  top: 4px;
  width: 10px;
  height: 8px;
  background: url(../images/icon_right.png);
  background-size: 100%;
}
#content .filter .line .right .progress .dot .size {
  position: absolute;
  bottom: -40px;
  width: 30px;
  overflow-wrap: break-word;
  text-align: center;
  opacity: 0.85;
}
#content .filter .line .right .progress .dot .size::after {
  content: "mm";
  display: block;
}
#content .filter .line .right .progress .dot .size.unlimited::after {
  opacity: 0;
}
#content .filter .line .right .progress .dot .size.start {
  left: -15px;
}
#content .filter .line .right .progress .dot .size.end {
  right: -15px;
}
#content .filter .line .right .progress .dot:nth-child(1) {
  margin-left: 1.4%;
  width: 12.09%;
}
#content .filter .line .right .progress .dot:nth-child(2) {
  margin-left: 5.16%;
  width: 13.87%;
}
#content .filter .line .right .progress .dot:nth-child(3) {
  margin-left: 5.16%;
  width: 13.87%;
}
#content .filter .line .right .progress .dot:nth-child(4) {
  margin-left: 5.16%;
  width: 15.48%;
}
#content .filter .line .right .progress .dot:nth-child(5) {
  border-left: 0;
  margin-left: 0;
  width: 14.19%;
}
#content .filter .line .right .progress .dot:nth-child(6) {
  border-left: 0;
  margin-left: 0;
  width: 12.25%;
}
#content .filter .reset {
  width: 6em;
  display: block;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  padding: 5px 25px;
  border-radius: 3%;
  font-size: 14px;
}
#content .filter .reset:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
#content .filter .type,
#content .filter .lensType {
  width: 185px;
  padding: 22px 0 25px;
}
#content .filter .type .select,
#content .filter .lensType .select {
  background: #fff;
  cursor: pointer;
  width: 100%;
  height: 30px;
}
#list img {
  display: block;
  max-width: 100%;
}
#list .title {
  font-size: 20px;
  color: #1fa8e2;
  margin: 40px 0 30px;
  text-align: center;
}
#list .list .item {
  position: relative;
  width: 225px;
  margin-left: 25px;
  margin-bottom: 60px;
  overflow: hidden;
}
#list .list .item:nth-child(5n+1) {
  clear: both;
  margin-left: 0;
}
#list .list .item.none {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
#list .list .item .img {
  border: 2px solid #F2F2F2;
  padding: 25px 0;
  background: #fff;
  box-sizing: border-box;
}
#list .list .item h5 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  min-height: 4.5em;
}
#list .list .item .tags {
  position: absolute;
  top: 12px;
  right: 5px;
}
#list .list .item .tags .tag {
  float: right;
  margin-right: 5px;
}
@media screen and (max-width: 1300px) {
  #tabs .container {
    width: 100%;
  }
  #content .container {
    width: 1235px;
    margin: 0 auto;
  }
  #content .scenes a {
    width: 75px;
    padding-top: 85px;
    margin: 0 10px;
  }
  #content .filter .line .right {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
  }
  #content .filter .line .right .progress .dot .name {
    background-color: transparent;
    color: #fff;
    border-radius: unset;
    width: auto;
    padding: unset;
  }
  #content .type {
    margin-top: 30px;
  }
}
