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: 1210px;
  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 .scenes .vlog {
  background-image: url(../images/scenes_vlog_normal.png);
}
#content .scenes .vlog.active {
  background-image: url(../images/scenes_vlog_active.png);
}
#content .scenes .food {
  background-image: url(../images/scenes_food_normal.png);
}
#content .scenes .food.active {
  background-image: url(../images/scenes_food_active.png);
}
#content .scenes .live {
  background-image: url(../images/scenes_live_normal.png);
}
#content .scenes .live.active {
  background-image: url(../images/scenes_live_active.png);
}
#content .scenes .cultural {
  background-image: url(../images/scenes_cultural_normal.png);
}
#content .scenes .cultural.active {
  background-image: url(../images/scenes_cultural_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: 270px;
}
#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: 290px;
  margin-left: 16px;
  margin-bottom: 28px;
}
#list .list .item:nth-child(4n+1) {
  margin-left: 0;
}
#list .list .item.none {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  visibility: hidden;
}
#list .list .item .img {
  padding: 35px 20px 0px;
  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;
  width: 90%;
  margin: 0 auto;
}
#list .list .item .tags {
  position: absolute;
  top: 12px;
  right: 5px;
}
#list .list .item .tags .tag {
  float: right;
  margin-right: 5px;
}

.ecbtns{ display: flex; justify-content: space-between; margin-top: 15px;}
.btnevcs{ display: block; font-size: 14px; border: 1px #000 solid; padding: 6px; width: 40%; text-align: center;}
.kvtswiper img{ width: 100%; display: block;}
.kvtswiper{ width: 100%;}
.kvtop-prev{
  text-decoration: none;
  display: block;
  width: 55px;
  height: 55px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  text-indent: -999em;
  background: #fff url(https://www.sonystyle.com.cn/etc/designs/sonystyle/images/arrow_left_flash_03.png) no-repeat center; 
  left: 84px;
}
.kvtop-next{
  text-decoration: none;
    display: block;
    width: 55px;
    height: 55px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    text-indent: -999em;
    background: #fff url(https://www.sonystyle.com.cn/etc/designs/sonystyle/images/arrow_left_flash_03.png) no-repeat center; 
    transform: rotate(180deg);
    right: 84px;
}
.kvtop-prev:hover {
  transform: rotate(180deg);
  background: #1aa5de url(https://www.sonystyle.com.cn/etc/designs/sonystyle/images/arrow_right_flash_03.png) no-repeat center;
}
.kvtop-next:hover {
  transform: rotate(360deg);
  background: #1aa5de url(https://www.sonystyle.com.cn/etc/designs/sonystyle/images/arrow_right_flash_03.png) no-repeat center;
}
.pagelistbottom{
  width: 100%;
  position: absolute;
  bottom: 15px !important;
  text-align: center;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagelistbottom:after{ content:""; display: block; width: 100%; height: 97px; position: absolute; bottom: -15px; left: 0; background: url(../images/swiperbgs.png) no-repeat bottom; background-size: 100% auto; pointer-events: none; z-index: -1;}

.pagelistbottom span {
  width: 14px;
  height: 14px;
  display: block;
  border: rgba(255,255,255,0.5) 1px solid;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  border-radius: 50%;
  margin: 0 15px !important;
}
.pagelistbottom span.swiper-pagination-bullet-active{ 
  border: rgba(255,255,255,1);
  background: #fff;
  width: 34px;
  border-radius: 20px;

}
.hotboxes img{ width: 100%; display: block;}
.hotres{ font-size: 24px; padding: 40px 0 10px;}
.hotboxes{ display: flex; justify-content: space-between; padding-bottom: 56px;}
.hot_content{ width: 394px; box-sizing: border-box;}
.hotwraps{ display: block;}
.hotpics{ position: relative; width: 100%;}
.hot_status{ width: 112px; position: absolute; top: 0; left: 0;}
.propader{ padding: 20px; position: relative; border: 2px #ededed solid;}
.prodeac{ display: block; position: relative;}
.hotmac{ width: 100%; margin-top: -80px; position: relative; z-index: 2;}
.hotpro{ width: 100%; text-align: center; }
.hotnames{ font-size: 16px; color: #161616; font-weight: bold;}
.hotsolgan{ font-size: 16px; color: #161616;}
.hotprice{ font-size: 24px; color: #26a8df; margin-top: 20px;}
.detalinks{ display: flex; justify-content: center; height: 56px; align-items: center; background: #26a8df; position: absolute; bottom: -56px; left: 0; width: 100%; visibility: hidden; z-index: 6;}
.btndealinks1{ display: block; font-size: 14px; color: #fff; background: transparent; padding: 5px 20px; border:1px #fff solid; margin: 0 9px;}
.btndealinks2{ display: block; font-size: 14px; color: #fff; background: transparent; padding: 5px 20px; border:1px #fff solid; margin: 0 9px;}
.acts .detalinks{ visibility: initial;}
.acts .propader{ border:2px #26a8df solid;}
.btndealinks1.act{  color: #26a8df; background: #fff; padding: 5px 20px; border:1px #fff solid;}
.btndealinks2.act{  color: #26a8df; background: #fff; padding: 5px 20px; border:1px #fff solid;}
.banerlense{ display: flex; justify-content: space-between; border-top: 1px #cccccc solid; margin-top: 32px; padding-top: 32px;}
.lenshalfbanner{ width: 592px; position: relative; overflow: hidden;}
.lenshalfbanner img{ width: 100%; transition: all 0.6s ease;}
.server-list{ margin-bottom: 30px;}

.item .propader{ padding: 0;}
#list .list{ display: flex; flex-wrap: wrap;}

/* .hide-float{ right: auto; left: 50%; margin-left: 700px;} */
.blacnec{ width: 100%; height: 100%; background: rgba(0,0,0,0.6); position: absolute; top: 0; left: 0; transition: all 0.6s ease;}
.worderv{ position: absolute; top: 50%; left: 0; text-align: center; transform: translate(0,-50%); width: 100%; transition: all 0.6s ease;}
.wovt1{ font-size: 32px; color: #fff; margin-bottom: 15px;}
.wovt2{ font-size: 14px; color: #26a8df; border-bottom: 1px #26a8df solid; display: inline-block; padding-bottom: 2px;}

.lenshalfbanner:hover .blacnec{ background: rgba(92, 76, 76, 0.2);}
.lenshalfbanner:hover img{ transform: scale(1.05);}
.lenshalfbanner:hover .wovt2{ color:#baeaff;  border-bottom: 1px #baeaff solid;}
/* .lenshalfbanner:hover .worderv{ transform: translate(0,-50%) scale(1.05);} */

@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;
  }
  /* .hide-float{ right: 15px !important; left: auto; margin-left: auto;} */
}
