* {
  transition: all 0.1s;
}
ul li {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: inherit;
  text-decoration: none;
}
/*滚动条*/
.goods .right-goods .content::-webkit-scrollbar {
  /*改变纵向滚动条宽度*/
  width: 8px;
}

.goods .right-goods .content::-webkit-scrollbar-track {
  /*改变滚动条轨道颜色*/
  border-radius: 10px;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.goods .right-goods .content::-webkit-scrollbar-thumb {
  /*改变滚动条滑轨相关的样式*/
  border-radius: 10px;
  background-color: #1c8442;
}
.banner-decor {
  width: 100%;
  height: 37.4375rem;
  background: url('../images/decor/banner.png') no-repeat center;
  background-size:cover;
  color: #f7f9f9;
  font-size: 2.625rem;
  
}
@media only screen and (max-width: 780px) {
    .banner-decor {
        background: url('../images/decor/banner-m.jpg') no-repeat center;
        background-size:cover;
    }
}
.banner-decor p {
  width: 100%;
  height: 100%;
  line-height: 37.4375rem;
  text-align: center;
  font-size: 100%;
  color:#ffffff;
}
.goode-box {
  background-color: #f5f6f7;
  width: 100%;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  display: flex;
}
.goods {
  width: 98.6rem;
  height: 59.5rem;
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 5rem;
  display: flex;
  justify-content: space-between;
}
.goods .right-goods {
  width: 44.125rem;
  margin-top: -0.625rem;
}
.goods .right-goods .right-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.6875rem;
}
.goods .right-goods .right-top .green-font {
  font-size: 1.5rem;
  display: flex;
  color: #16813d;
}
.goods .right-goods .right-top .green-font .Englishi {
  margin-right: 0.75rem;
  font-weight: 700;
  color: #16813d;
}
.goods .right-goods .right-top .green-font .wenli {
  color: #030303;
  font-weight: 700;
}
.goods .right-goods .right-top .into {
  color: #999999;
  font-size: 0.875rem;
}
.goods .right-goods .content {
  width: 102%;
  height: 48.0625rem;
  background-color: #f5f6f8;
  overflow: hidden;
}
.goods .right-goods .content .content-box {
  width: 100%;
  display: flex;
  padding: 0 2rem;
  flex-wrap: wrap;
}
.goods .right-goods .content .content-box::after {
  content: '';
  flex-basis: 100%;
  height: 2.5rem;
  order: 9999;
}
.goods .right-goods .content .box {
  width: 12.25rem;
  margin-top: 2.5rem;
  margin-right: 1rem;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  overflow: hidden;
}
.goods .right-goods .content .box .image {
  width: 100%;
  height: 10.5rem;
}
.goods .right-goods .content .box .image:hover {
  transform: scale(1.02);
}
.goods .right-goods .content .box .number {
  height: 2.625rem;
  margin-top: -0.25rem;
  line-height: 2.625rem;
  text-align: center;
  color: #030303;
  font-size: 0.875rem;
}
.goods .right-goods .content .box .activenumber {
  color: #fff;
  background-color: #16813d;
}
.goods .right-goods .content .activebox {
  border: 1px solid #16813d;
}
.goods .right-goods .content .zUIpanelScrollBox,
.goods .right-goods .content .zUIpanelScrollBar {
  width: 0.525rem;
  top: 0.25rem;
  right: 0.125rem;
  border-radius: 0.3125rem;
}
.goods .right-goods .content .zUIpanelScrollBox {
  background: black;
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.goods .right-goods .content .zUIpanelScrollBar {
  background: #1c8442;
  opacity: 1;
  filter: alpha(opacity=80);
}
.b1 {
  width: 39.25rem;
  position: relative;
  z-index: 9999;
}
.b1 ul {
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
}
.b1 ul li{
    margin-right: 2.4%;
}
.b1 ul li img {
  width: 9.0625rem;
  height: 9.0625rem;
  display: block;
}
.b1 ul li img:hover {
  transform: scale(1.02);
}
.bian {
  border: 2px #16813d solid;
}
.b2 img {
  width: 39.25rem;
  height: 39.25rem;
  position: relative;
  margin-bottom: 0.9375rem;
  cursor: pointer;
}
.b2 .sm {
  width: 9.375rem;
  height: 9.375rem;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}
.rig {
  width: 39.25rem;
  height: 39.25rem;
  border: 1px #7fa2a1 solid;
  position: absolute;
  top: 0;
  left: 39.25rem;
  overflow: hidden;
  display: none;
}
.rig img {
  position: absolute;
  left: 0;
  top: 0;
}
.home {
  width: 100%;
  padding: 5.625rem 0;
}
.home .home_content {
  width: 98.875rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.home .home_content .image {
  width: 70rem;
  height: 42.75rem;
}
.home .home_content .right-box {
  width: 26.25rem;
  /*height: 42.75rem;*/
  font-size: 1.5rem;
  color: #000;
  padding-top: 1.5rem;
}
.home .home_content .right-box .title {
  font-weight: 700;
  margin-bottom: 1.125rem;
}
.home .home_content .right-box .title span {
  font-weight: 700;
  margin-left:.5rem;
}
.home .home_content .right-box .detaile {
  font-size: 0.875rem;
  color: #999999;
  margin-bottom: 1.875rem;
}
.home .home_content .right-box .dapei {
  font-size: 0.875rem;
  color: #221815;
  margin-bottom: 1.875rem;
}
.home .home_content .right-box .first_box {
  width: 100%;
  height: 14.375rem;
  background-size: 100% 100%;
  text-align: center;
  color: #fff;
  font-size: 1.875rem;
  background-image: url('../images/decor/zhanshi4.png');
  position: relative;
}
.home .home_content .right-box .first_box span{
    color: #fff;
    font-size: 1.875rem;
    position: absolute;
    left:50%;
    top:50%;
    transform:translateY(-50%) translateX(-50%);
    -webkit-transform:translateY(-50%) translateX(-50%);
    -moz-transform:translateY(-50%) translateX(-50%);
    -ms-transform:translateY(-50%) translateX(-50%);
    -o-transform:translateY(-50%) translateX(-50%);
    z-index: 222;
     background: rgba(0, 0, 0, 0.2);
     padding:16px 26px;
}

.home .home_content .right-box .margbotm {
  margin-bottom: 2.5rem;
}
.home .home_content .image {
  overflow: hidden;
}
.home .home_content .image:hover {
  transform: scale(0.992);
}

@media only screen and (max-width: 1681px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1581px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1481px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 12px;
  }
  .home .home_content .right-box {
    padding-top: 2rem;
  }
}
@media only screen and (max-width: 1300px) {
  html {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1100px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (max-width: 980px) {
  html {
    font-size: 9px;
  }
  .home .home_content .right-box {
    padding-top: 0rem;
  }
}
@media only screen and (max-width: 880px) {
  html {
    font-size: 8px;
  }
  .home .home_content .right-box .detaile {
    line-height: 3rem;
    margin-bottom: 0.85rem;
  }
  .home .home_content .right-box .margbotm {
    margin-bottom: 1.5rem;
  }
  .home .home_content .right-box {
    padding-top: 0rem;
  }
  .home .home_content .right-box .dapei {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 780px) {
    .home .home_content .right-box .first_box span{
        padding: 10px 15px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        color: rgba(255, 255, 255, 0.5) !important;
        font-size:16px;
    }
    .goods .right-goods .content{
        max-height: 48.0625rem;
        height: auto;
        padding: 10px 0;
    }
  html {
    font-size: 7px;
  }
  .home {
    padding-bottom: 4rem;
  }
  .banner {
    height: 65.5rem;
    line-height: 65.5rem;
    font-size: 5rem;
    background-image: url('../images/decor/phonebanner.png');
  }
  .goods {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .goods .right-goods .content .box .number {
      height: auto;
      line-height: 4.625rem;
      font-size: 3rem;
  }
  .b1 {
    width: 100%;
  }
  

  .b2 img {
    width: 100%;
    height: auto;
  }
  /*.b2 .swiper{*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  }  */
  .b1 ul {
    width: 100%;
    height: auto;
  }
  .b1 ul li {
    width: 24%;
  }
  .b1 ul li img {
    width: 100%;
    height: auto;
  }
    .b1 .iphone_green{
        font-size: 1.5rem;
        display: flex;
        padding-bottom: 1.5rem;
    }
    .b1 .iphone_green .Englishi{
        margin-right: .75rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #16813d;
    }
    .b1 .iphone_green .wenli{
        color: #030303;
        font-weight: 700;
    }
  .goods .right-goods {
    width: 100%;
    margin-top: 3rem;
  }
  .goods .right-goods .content .box {
    width: 30%;
    height: auto;
  }
  .goods .right-goods .content .content-box {
    justify-content: flex-start;
  }
  .goods .right-goods .content .box{
    margin-right: 3.33%;
  }
  .goods .right-goods .content .box .image {
    height: auto;
  }
  .goods .right-goods .right-top .green-font {
    font-size: 2rem;
    margin-bottom: 0.125rem;
  }
  .goods .right-goods .right-top .into {
    font-size: 2rem;
    margin-bottom:1.5rem;
  }
  .goods .right-goods .right-top .into a{
      font-size:1.2rem;
  }
  .home .home_content {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .home .home_content .right-box {
    width: 90%;
    padding-top:1rem;
  }
  .home .home_content .right-box .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding:1.5rem 0 .5rem 0;
  }
  .home .home_content .right-box .text .title {
    padding: 0.3125rem;
  }
  .images-zhanshi {
      padding-top:1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .home .home_content .image {
    width: 90%;
    height: auto;
    margin-bottom: 0.3125rem;
  }
  .home .home_content .right-box .first_box {
    height: 25rem;
    width:48%;
    margin-right: 0;
  }
  .home .home_content .right-box .detaile {
    margin: 1.5rem 0;
    font-size: 2.5rem;
    letter-spacing: 0.5rem;
    line-height:1.4;
  }
  .home .home_content .right-box .dapei {
    margin-top: 0.9125rem;
     font-size: 2.5rem;
  }
}
@media only screen and (max-width: 580px) {
  html {
    font-size: 6px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 5px;
  }
}
@media only screen and (max-width: 380px) {
  html {
    font-size: 4px;
  }
  .banner p {
    line-height: 65rem;
  }
  .goods .right-goods .content .box .number {
    height: 5rem;
    line-height: 5rem;
  }
}
.decor-header{
    margin:0;
    padding:50px 0 30px;;
}
#left_box .b2{
    overflow: hidden;
    position: relative;
}
#left_box .b2 img{
    margin-bottom: 0;
}
#left_box.b1 ul{
    margin-top:1rem;
}







