﻿.container-wrap-width { margin: 0 auto; padding: 0 20px;position: relative; }
.common-copy-nav .goods-container{
  position: relative;
}
.common-copy-nav .goods-container .goods-box{
  /* position: absolute; */
  width: 100%;
}
.product-banner >img{
  width: 100%;
  max-width: auto;
  margin: 0 auto;
}
.banner-video-wrap{
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%)
}
.swiper-prod-details-prev,.swiper-prod-details-next{
  top: 34%;
}
.banner-play {
  display: flex;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #fff;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 16px;
  line-height: 0;;
  color: #fff;
  transition: all .3s;
}
.banner-play:hover{
  background-color: rgba(255,255,255,.1);
}
.banner-play .play-icon{
  margin-left: 8px;
  width: 10px;
  height: 14px;
  background-size: cover;
  background-image: url(../img/Oscar/baner-paly-1.png);
}
.video-contact{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 20px 0;
}
@media only all and (min-width: 1000px) {
  .video-contact{
    min-height: 800px;
  } 
 }

.banner-video-wrap .banner-video{
  width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only all and (max-width: 768px) { .container-wrap-width { width: 100%; padding: 0 16px !important; } }

@media only all and (min-width: 768px) { .container-wrap-width { width: 100%; padding: 0 40px !important; } }

@media only all and (min-width: 992px) { .container-wrap-width { width: 100%; padding: 0 80px !important; } }

@media only all and (min-width: 1200px) { .container-wrap-width { width: 100%; padding: 0 80px !important; } }

@media only all and (min-width: 1441px) { .container-wrap-width { width: 1400px; padding: 0 10px !important; } }

@media only all and (min-width: 1900px) { .container-wrap-width { width: 1400px; padding: 0 10px !important; } }
.showpc{
  display: block;
}
.new-wrap{
  width: 750px;
}
.showm{
  display: none;
}
.common-copy-nav .goods-container .goods-box .img-box img{
  height: 100%;
  margin: 0 auto;
}
/* .mode2 .goods-container .goods-box .img-box img{
  min-height: 100%;
  height: auto;
  max-width: none;
  width: 100%;
  margin: 0 auto;
} */
@media only all and (max-width: 768px) {
  .showpc{
    display: none;
  }
  .showm{
    display: block;
  }
}

.eval-list,.swiper-wrap{
  position: relative;
}


/*
滚动条美化
 */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar{
  width: 7px;
  height: 7px;
  background-color: #3f4143;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #cfcfd1;
  -webkit-box-shadow: inset 0 0 6px #cfcfd1;
  border-radius: 10px;
  background-color:#f7f7f7;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb{
  border-radius: 10px;
  box-shadow: inset 0 0 6px #cfcfd1;
  -webkit-box-shadow: inset 0 0 6px #cfcfd1;
  background-color: #cfcfd1;
}

.video-bg{
  position: relative;
  width: 100%;
  min-height:900px;
  height: calc(100vh - 119px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: url(../img/Oscar/video-bg-1.jpg);
  background-size: cover;
}
@media only all and (max-width: 1441px) { .video-bg { height: calc(100vh - 110px); } }

  @media only all and (max-width: 991px) { .video-bg { height: calc(100vh - 90px); }}

@media only all and (max-width: 767px) {  .video-bg { height: calc(100vh - 55px); }}

.video-bg .prodect-tip{
  text-align: center;
}
.video-bg .prodect-tip p{
  font-size: 50px;
  font-weight: bold;
  color: #FFFFFF;
}
.video-bg .prodect-tip span{
  font-size: 50px;
  font-weight: bold;
  color: rgba(229, 0, 39, 1);
  
}
.video-bg  .prodect{
  display: block;
  width: 361px;
  align-items: center;
  margin: 0 auto;
}
.video-bg .play-btn{
  display: block;
  width: 60px;
  cursor: pointer;
  margin: 0 auto ;
}
.video-bg .play-btn:active{
transform: scale(1.1);
}
.video-bg .brief{
  width: 80%;
  font-size: 40px;
  font-weight: 400;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.mode-tip{
  width: 100%;
  font-size: 46px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 89px;
  text-align: center;
  background: #323436;
}

.patent-wrap{
  width: 100%;
  padding-bottom: 120px;
  background: #3F4143;
}
.common-flex2{
  display: flex;
  flex-wrap: wrap;
}

.common-flex2 .patent-box{
  width: 45%;
  margin-top: 110px;
  margin-right: 10%;
}
.common-flex2 .patent-box:nth-child(even){
  margin-right: 0;
}
.common-flex2 .patent-box .patent-ft{
  position: relative;
  padding-bottom: 39px;
  margin-bottom: 30px;
}
.common-flex2 .patent-box .patent-ft::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #E50027;
}
.common-flex2 .patent-box .patent-ft h1{
  font-size: 36px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 27px;
}
.common-flex2 .patent-box .patent-ft p{
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.show-wrap{
  padding: 119px 0 110px;
  background: #EBECEC;
}
.show-wrap .model-title{
  font-size: 46px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  margin: 0  0 58px 0;
}
.show-wrap .icon-list{
  display: flex;
  padding: 100px 0 0;
  justify-content: space-around;
}
.show-wrap .icon-list .icon-box{
  width: 20%;
}
.show-wrap .icon-list .icon-box .img-wrap{
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin: 0 auto 48px;
}
.show-wrap .icon-list .icon-box:hover  .img-wrap .hover-img{
  opacity: 1;
}
.show-wrap .icon-list .icon-box:hover  .img-wrap .default-img{
  opacity: 0;
}
.show-wrap .icon-list .icon-box .img-wrap img{
  transition: all .8s;
}
.show-wrap .icon-list .icon-box .img-wrap .hover-img{
  position: absolute;
  opacity: 0;
  max-width: 1000%;
  width: 120px;
  height: 120px;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.show-wrap .icon-list .icon-box  .icon-title{
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 30px;
  text-align: center;
}
.show-wrap .icon-list .icon-box .icon-brief{
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  text-align: center;
  /* text-align: justify;
	text-align-last: justify; */
}
.goods-wrap{
  width: 100%;
  background: #3F4143;
}
.goods-wrap .common-copy-nav .goods-list span{
  width: 20%;
}
.goods-wrap .common-copy-nav .title{
  text-align: center;
  font-size: 40px;
}
.common-copy-nav .title{
  position: relative;
  font-weight: 400;
  font-size: 40px;
  color: #FFFFFF;
  padding: 10px 0 60px 0;
}
.common-copy-nav .border-red{
  position: absolute;
  top: -1.5px;
  width: 0;
  height: 3px;
  left: 0;
  background: #E50027;
}


.common-copy-nav .goods-list{
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, .1);
  padding-top: 41px;
}

.common-copy-nav .goods-list span{
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  opacity: 0.4;
  cursor: pointer;
  margin-right: 38px;
}
.common-copy-nav .goods-list span:last-child{
  padding-right: 0;

}
.common-copy-nav .goods-list span:hover{
  opacity: 1;
}
.common-copy-nav .goods-list .actives{
  position: relative;
  opacity: 1;
  /* font-size: 30px; */
}
.common-copy-nav .goods-container{
  position: relative;
  height: 456px;
  
}
.common-copy-nav .goods-container .goods-box{
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 99px 0;
}
/* .common-copy-nav .goods-container .goods-box .img-box{
  height: 100%;
} */

.common-copy-nav .goods-container .goods-box .goods-details{
  width: 48%;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.common-copy-nav .goods-container .goods-box .img-box{
  width: 45%;
}

.swiper-wrap{
  width: 100%;
  background-color:#3F4143;
  background-image: url(../img/Oscar/sw-bg-1.jpg);
  background-size: cover;
}
.swiper-wrap  .swiper-container-wrap{
  padding: 120px;
  position: relative;
}

.swiper-wrap .swiper-slide{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.swiper-wrap .swiper-slide .img-box{
  width: 25%;
  margin-bottom: 86px;
}
.swiper-wrap .swiper-slide .brief{
  width: 80%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
}
.app-wrap{
  width: 100%;
  background: #3F4143;
  padding-top: 110px;
}
.app-wrap .mode1 .title{
  font-size: 46px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 ;
  text-align: center;
}
.app-wrap .mode1  .app-list{
  display: flex;
  justify-content: space-between;
  padding: 60px 0 120px;
}
.app-wrap .mode1  .app-list .app-box{
  width: 22%;
  /* width: 47%; */
}
.app-wrap .mode1  .app-list .app-box .img-box{
  position: relative;
  width: 100%;
  height: 220px;
  padding: 20px;
}

.app-wrap .mode1  .app-list .app-box .img-box::before{
  position: absolute;
  content: '';
  width: 104%;
  height: 104%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
}
.app-wrap .mode1  .app-list .app-box  .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-wrap .mode1  .app-list .app-box  .img-box img{
  transition: all .6s;
  object-fit: cover;
  width: 100%;
}
.app-wrap .mode1  .app-list .app-box:hover  .img-box img{
  transform: scale(1.3);
}
.app-wrap .mode1  .app-list .app-box .ft-bpx{
  margin-top: 49px;
}
.app-wrap .mode1  .app-list .app-box .ft-bpx .title{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: left;
  margin-bottom: 26px;
}
.app-wrap .mode1  .app-list .app-box .ft-bpx .brief{
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 10px;
}
.app-wrap .mode1 .app-imgtip{
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px 0;
  border-radius: 10px;
  justify-content: space-between;
}
.app-wrap .mode1 .app-imgtip .left-box{
  margin-left: 10%;
  width: 30%;
}
.app-wrap .mode1 .app-imgtip .left-box .img-box{
  width: 180px;
}
.app-wrap .mode1 .app-imgtip .left-box .app-img-title{
  position: relative;
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 29px;
  margin: 32px 0 29px 0;
}
.app-wrap .mode1 .app-imgtip .left-box .app-img-title::after{
  position: absolute;
  content: '';
  width: 20%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #E50027;
}

.app-wrap .mode1 .app-imgtip .left-box .info-details{
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;  
}

.app-wrap .mode1 .app-imgtip .right-box{
  width: 52%;
}

.app-wrap .mode3{
  width: 100%;
  background-color: #fafafa;
  border-radius: 10px;
  padding: 100px 40px 428px;
  background-image: url(../img/Oscar/keshihuabg-1.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.app-wrap .mode3 .title{
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: #333333;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.app-wrap .mode3 .title::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #E50027;
}
.app-wrap .mode3 .Visualize{
  display: flex;
  justify-content: space-between;
}
.app-wrap .mode3 .Visualize .visible-box{
  width: 22%;
}
.app-wrap .mode3 .Visualize .visible-box .box-title{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 29px;
}

.app-wrap .mode3 .Visualize .visible-box .brief{
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  padding-bottom: 60px;
}
.jianrong-wrap{
  width: 100%;
  background: #EBECEC;
}
.jianrong-wrap  .item-wrap{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.jianrong-wrap  .link-box .rows,.jianrong-wrap .see-box .rows{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 30%;
  padding-bottom: 30px;
}
.jianrong-wrap .see-box .rows{
  width: 40%;
}
.jianrong-wrap .see-box .rows .see-brief{
  margin-top: 20px;
}
.jianrong-wrap .see-box .rows .see-brief p{
  margin-top: 6px;
  font-size: 22px;
  color: #333333;
}
.jianrong-wrap  .link-box .rows::after,.jianrong-wrap .see-box .rows::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #E50027;
}
.jianrong-wrap  .link-box .rows .title,.jianrong-wrap .see-box .rows .title{
  font-size: 36px;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
}
.jianrong-wrap  .link-box .rows a,.jianrong-wrap .see-box .rows a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 28px;
  font-size: 30px;
  color: #333333;
}
.jianrong-wrap  .link-box .rows a span{
  font-size: 40px;
  color: #888;

}
.jianrong-wrap  .link-box .jianrong-container,.jianrong-wrap .see-box .jianrong-container{
 width: 45%;
}
.jianrong-wrap  .link-box .swiper-slide{

}

.jianrong-wrap  .item-wrap{
  padding: 100px 0;
}
.jianrong-wrap .link-box {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.jianrong-wrap .see-box .rows{
}
.jianrong-wrap .see-box .rows .title{

}
.jianrong-wrap .see-box .jianrong-container{
  width: 50%;
}
.jianrong-wrap .see-box .jianrong-container img{
  width: 90%;
  margin: 0 auto;
}

.English-wrap{
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-image: url(../img/Oscar/english-bg-1.jpg);
}
.English-wrap .tip{
  font-size: 50px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 64px;
}
.English-wrap .details{
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}
.common-title{
  position: relative;
  font-size: 46px;
  font-weight: 600;
  color: #333333;
  padding: 0 0 27px;
  margin:0 0 20px;
}
.common-title::after{
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #E50027;
}
.evaluate-wrap{
  padding: 99px 0;
  width: 100%;
  background: linear-gradient(90deg, #EBEBEB 0%, #F8F8F8 100%);
}
.evaluate-wrap .container-wrap-width{
  padding: 0 30px;
}
.evaluate-wrap .eval-list .eval-box{
  padding: 20px 0 20px 20px;
  border: 1px solid rgba(229, 0, 39, .1);
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.evaluate-wrap .eval-list  .video-box{
  position: relative;
  width: 310px;
  border-radius: 20px;
  margin-top: -40px;
  cursor: pointer;
}
.evaluate-wrap .eval-list  .video-box .eval-bg{
  object-fit: cover;
}
.evaluate-wrap .eval-list  .video-box .paly{
  position: absolute;
  width: 50px;
  height: 50px;
  left: 20px;
  bottom: 20px;
}
.evaluate-wrap .eval-list .ft-wrap{
  flex: 1;
  padding: 0 2% 0 5%;
}
.evaluate-wrap .eval-list .ft-wrap .details{
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 1.5;
}
.evaluate-wrap .eval-list .ft-wrap .details::before,.evaluate-wrap .eval-list .ft-wrap .details::after{
  position: absolute;
  content: '';
  width: 26px;
  height: 16px;
  background-size: cover;
}
.evaluate-wrap .eval-list .ft-wrap .details::before{
  top: -7px;
    left: -34px;
  background-image: url(../img/Oscar/douhao1-1.png);
}
.evaluate-wrap .eval-list .ft-wrap .details::after{
  right: 4px;
  bottom: -70px;
  background-image: url(../img/Oscar/douhao2-1.png);
}
.evaluate-wrap .eval-list .ft-wrap  .Publisher{
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #E50027;
  margin-top: 50px;
}
.swiper-prod-eval-prev,.swiper-prod-eval-next{
  opacity: .4;
  width: 17px;
  height: 31px;
  background-size: cover;
}
.evaluate-wrap .swiper-container{
  padding: 0 2px;
}
.swiper-prod-eval-prev{
  left: -42px;
  top: 60%;
}
.swiper-prod-eval-next{
  right: -42px;
  top: 60%;
}
.swiper-pagination-eval{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.swiper-pagination-eval span{
  width: 10px;
  height: 10px;
  margin: 0  5px;
}
.swiper-pagination-eval .swiper-pagination-bullet-active{
  background-color: rgba(229, 0, 39, 1);
}

.develop-wrap{
  width: 100%;
  background: #EBECEC;
  padding: 100px 0;
}
.develop-wrap .devlop-list{
  margin-top: 20px;
}
.develop-wrap .devlop-list .devlop-box{
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.develop-wrap .devlop-list .devlop-box:last-child{
  margin-bottom: 0;
}
.develop-wrap .devlop-list .devlop-box .ft-box{
  width: 30%;
}
.develop-wrap .devlop-list .devlop-box .ft-box .tip{
  font-size: 30px;
  font-weight: 600;
  color: #333333;
}
.develop-wrap .devlop-list .devlop-box .ft-box .brief{
  font-size: 22px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
  margin-top: 30px;
}
.develop-wrap .devlop-list .devlop-box  .video-box{
  position: relative;
  width: 45%;
  cursor: pointer;
}
.develop-wrap .devlop-list .devlop-box  .video-box .vi-bg{
  object-fit: cover;
}
.develop-wrap .paly{
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.mask{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999999;
  display: none;
}
.mask .maskbg{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
}
.mask  .closeimg{
  position: absolute;
  width: 61px;
  height: 61px;
  right: 0;
  top: -67px;
}
.mask .video-content{
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mask .video-content video{
  display: block;
  width: 100%;
}

@media only all and (max-width: 1440px) {
  .video-bg{
  }
  .common-copy-nav .goods-list span{
    font-size: 22px;
    margin-right: 20px;
  }
  .video-bg .prodect-tip p{
    font-size: 40px;
  }
  .video-bg .prodect{
    width: 292px;
    margin: 0  auto ;
  }
  .video-bg .play-btn{
    width: 48px;
    height: 48px;
  }
  .video-bg .prodect-tip span{
    line-height: 12px;
  }
  .video-bg .play-btn{
  }
  .video-bg .brief{
    font-size: 32px;
  }
  .English-wrap .details{
    font-size: 32px;
  }
  .mode-tip{
    padding: 52px;
    font-size: 40px;
  }
  .common-flex2 .patent-box .patent-ft h1{
    font-size: 32px;
    margin-bottom: 14px;
  }
  .common-flex2 .patent-box .patent-ft{
    padding-bottom: 34px;
    margin-bottom: 26px;
  }
  .patent-wrap{
    padding-bottom: 100px;
  }
  .common-flex2 .patent-box{
    width: 47%;
    margin-top: 80px;
    margin-right: 6%;
  }
  .show-wrap{
    padding: 100px 0 70px;
  }
  .show-wrap .model-title{
    font-size: 40px;
    margin: 0 0 48px 0;
  }
  .show-wrap .icon-list .icon-box .img-wrap{
    margin: 0 auto 38px;
  }
  .show-wrap .icon-list .icon-box .icon-title{
    font-size: 25px;
    margin-bottom: 18px;
  }
  .common-copy-nav .title{
    font-size: 32px;
    padding: 76px 0 60px 0;
  }
  .common-copy-nav .goods-list {
    padding-top: 28px;
  }
 
  .common-copy-nav .goods-container {
    padding: 70px 0;
  }
 
  .swiper-wrap  .swiper-container-wrap{
    padding: 100px;
  }
  .app-wrap{
    padding-top: 90px;
  }
  .app-wrap .mode1 .title{
    font-size: 40px;
  }
  .app-wrap .mode1 .app-list{
    padding: 40px 0 90px;
  }
  .jianrong-wrap .link-box .rows .title, .jianrong-wrap .see-box .rows .title{
    font-size: 32px;
  }
  .jianrong-wrap .link-box .rows a, .jianrong-wrap .see-box .rows a{
    margin-top: 10px;
    font-size: 20px;
  }
  .jianrong-wrap .link-box .rows a span{
    font-size: 32px;
  }
  .jianrong-wrap .see-box .rows .see-brief p{
    font-size: 15px;
  }

 .jianrong-wrap  .item-wrap{
    padding: 80px 0;
 }
  .English-wrap{
    padding: 60px 0;
  }
  .evaluate-wrap,.develop-wrap{
    padding: 80px;
  }
  .common-title{
    font-size: 40px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box .tip{
    font-size: 26px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box .brief{
    margin-top: 18px;
  }
  .English-wrap .tip{
    font-size: 40px;
  }
}

@media only all and (max-width: 1240px) {
  .video-bg{
  }
  .video-bg .prodect-tip p{
    font-size: 38px;
  }
  .video-bg .prodect{
    margin: 0 auto;
  }
  .video-bg .brief{
    font-size: 34px;
  }
  .English-wrap .tip{
    font-size: 38px;
  }
  .English-wrap .details{
    font-size: 34px;
  }
  .mode-tip{
    padding: 32px;
    font-size: 34px;
  }
  .common-flex2 .patent-box .patent-ft h1{
    font-size: 30px;
  }
  .common-flex2 .patent-box .patent-ft{
    padding-bottom: 28px;
    margin-bottom: 20px;
  }
  .patent-wrap{
    padding-bottom: 100px;
  }
  .common-flex2 .patent-box{
    width: 48%;
    margin-top: 60px;
    margin-right: 4%;
  }
  .show-wrap{
    padding: 60px 0 10px;
  }
  .show-wrap .model-title{
    font-size: 32px;
    margin: 0 0 38px 0;
  }
  .show-wrap .icon-list{
    padding: 40px 0;
  }
  .show-wrap .icon-list .icon-box .img-wrap{
    margin: 0 auto 38px;
  }
  .show-wrap .icon-list .icon-box .icon-title{
    font-size: 22px;
  }
  .common-copy-nav .title{
    font-size: 30px;
    padding: 60px 0 28px 0;
  }
  .common-copy-nav .goods-list {
    padding-top: 28px;
  }
  
  .common-copy-nav .goods-container {
    padding: 40px 0;
  }
 
  .swiper-wrap  .swiper-container-wrap{
    padding: 100px;
  }
  .app-wrap{
    padding-top: 90px;
  }
  .app-wrap .mode1 .title{
    font-size: 40px;
  }
  .app-wrap .mode1 .app-list{
    padding: 40px 0 90px;
  }
  .jianrong-wrap .link-box .rows .title, .jianrong-wrap .see-box .rows .title{
    font-size: 32px;
  }
  .jianrong-wrap .link-box .rows a, .jianrong-wrap .see-box .rows a{
    margin-top: 10px;
    font-size: 20px;
  }
  .jianrong-wrap .link-box .rows a span{
    font-size: 32px;
  }
  .jianrong-wrap .see-box .rows .see-brief p{
    font-size: 14px;
  }
  
.jianrong-wrap  .item-wrap{
   padding: 80px 0;
}

  .English-wrap{
    padding: 80px 0;
  }
  .evaluate-wrap,.develop-wrap{
    padding: 80px 0;
  }
  .common-title{
    font-size: 40px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box .tip{
    font-size: 26px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box .brief{
    margin-top: 18px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box{
    width: 47%;
  }
  .app-wrap .mode1 .app-list .app-box .img-box{
    /* height: 170px; */
    height: 292px;
  }
  .goods-wrap .common-copy-nav .title{
    font-size: 32px;
  }
}



@media only all and (max-width: 768px) {
  /* .product-banner .kv-text .info .btn-list{
    margin-top: 10px;
  } */
  .video-bg{
    min-height: auto;
  }
  .common-copy-nav .goods-list span{
    margin: 0 2px;
  }
  .video-bg{
    padding: 40px  0;
    background-image: url(../img/Oscar/video-bg-sm-1.png);
  }
  .video-bg .prodect-tip p{
    font-size: 30px;
    line-height: 1.5;
  }
  .video-bg .prodect-tip span{
    font-size: 20px;
  }
  .video-bg .prodect{
    width: 68%;
  }
  .video-bg .play-btn{
    width: 40px;
    height: 40px;
  }
  .video-bg .brief{
    font-size: 20px;
    line-height: 1.6;
  }
  .mode-tip{
    font-size: 20px;
  }
  .common-flex2{
    flex-wrap: wrap;
  }
  .common-flex2 .patent-box{
    margin-top: 48px;
  }
  .common-flex2 .patent-box .patent-ft{
    padding-bottom: 14px;
    margin-bottom: 29px;
  }
  .common-flex2 .patent-box .patent-ft h1{
    font-size: 19px;
  }
  .common-flex2 .patent-box .patent-ft::after{
    /* left: 50%;
    transform: translate(-50%,-50%); */
  }
  .common-flex2 .patent-box .patent-ft p{
    font-size: 19px;
  }
  .patent-wrap{
    padding-bottom: 48px;
  }
  .common-flex2 .patent-box{
    width: 100%;
    margin-right: 0;
    margin-top: 38px;
  }
  .show-wrap{
    padding: 48px 0 20px;
  }
  .show-wrap .model-title{
    font-size: 22px;
    margin-bottom: 29px;
  }
  .show-wrap .icon-list{
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .show-wrap .icon-list .icon-box .img-wrap{
    width: 39px;
    height: 39px;
    margin: 0 0 15px 0;
  }
  .show-wrap .icon-list .icon-box .img-wrap .hover-img{
    width: 43px;
    height: 43px;
  }
  .show-wrap .icon-list .icon-box{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 39px;
  }
  .show-wrap .icon-list .icon-box:nth-child(even){
    margin-right: 0%;
  }
  .show-wrap .icon-list .icon-box .icon-title{
  font-size: 18px;
  text-align: left;
  margin-bottom: 15px;
  }
  .show-wrap .icon-list .icon-box .icon-brief{
    font-size: 12px;
    text-align: left;
  }
  .common-copy-nav .title{
    padding: 59px 0 29px;
    font-size: 22px;
    text-align: center;
  }
  .app-wrap .mode1 .app-list .app-box .img-box img{
    width: 86%;
  }
  .common-copy-nav .title::after{
    width: 20%;
  }
  .common-copy-nav .goods-list{
    padding-bottom: 20px;
    padding-top: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    border-top: 0;
  }
  .common-copy-nav .goods-list span{
    font-size: 19px;
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 8px 0;
    opacity: 1;
    border-top: 1px solid rgba(255, 255, 255, .1);
    word-break: break-all!important;
    width: auto!important;
    /* padding-right: 20px; */
  }
  .common-copy-nav .goods-list .actives{
    /* font-size: 14px; */
    transition: all .3s;
  }
  .common-copy-nav .goods-list .actives::after{
    position: absolute;
    content: '';
    top: -1.5px;
    width: 100%;
    height: 3px;
    left: 0;
    background: #E50027;
  }
  .common-copy-nav .border-red{
    opacity: 0;
  }
  .common-copy-nav .goods-container{
    padding: 0 0;
    height: 370px;
  }
  .mode2  .goods-container,.mode3  .goods-container{
    height:auto;
  }
  .mode2 .goods-container .goods-box, .mode3 .goods-container .goods-box{
    position: inherit;
  }
  .common-copy-nav .goods-container .goods-box{
    flex-direction: column;
    padding:  0;
  }
  .common-copy-nav .goods-container .goods-box .goods-details{
    width: 100%;
    font-size: 19px;
    margin-bottom: 20px;
    text-align: left;
  }
  .common-copy-nav .goods-container .goods-box .img-box{
    width: 100%;
  }
  .goods-wrap .common-copy-nav .goods-container .goods-box .img-box{
    position: relative;
    width: 60%;
    height: 100%;
  }
  .goods-wrap .common-copy-nav .goods-container .goods-box .img-box img {
      height: auto;
      margin: 0 auto;
      position: absolute;
      top: 50%;
      transform: translateY(-51%);
  }
  .app-wrap .container-wrap-width .goods-box{
    padding-bottom: 20px;
  }
  .mode4 .goods-container .goods-box .img-box{
    width: 100%;
  }
  .mode4 .goods-container .goods-box .img-box img{
    width: 100%;
  }
  .jianrong-wrap .link-box .rows a{
    line-height: 45px!important;
  }
  .mode2 .goods-container .goods-box .img-box{
    width: 100%;
  }
  .mode2 .goods-container .goods-box .img-box img{
    width: 100%;
  }
  .swiper-wrap{
    background-image: url(../img/Oscar/sw-bg-sm-1.png)
  }
  .swiper-wrap  .swiper-container-wrap{
    padding: 60px 24px;
  }
  .swiper-wrap .swiper-slide .img-box{
    width: 74%;
    margin-bottom: 64px;
  }
  .swiper-wrap .swiper-slide .brief{
    width: 90%;
    font-size: 19px;
    text-align: left;
  }
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next,.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
    transform: scale(.7);
  }
  .app-wrap{
    padding-top: 56px;
  }
  .app-wrap .mode1 .title{
    font-size: 22px;
  }
  .app-wrap .mode1 .app-list{
    padding: 0 0 39px;
    flex-wrap: wrap;
  }
  .app-wrap .mode1 .app-list .app-box{
    width: 45%;
    margin-right: 5%;
    margin-top: 44px;
  }
  .app-wrap .mode1 .app-list .app-box:nth-child(even){
    margin-right: 0;
  }
  .app-wrap .mode1 .app-list .app-box .img-box{
    padding: 0;
    /* height: 110px; */
    height: 117px;
  }
  .app-wrap .mode1 .app-list .app-box .ft-bpx .title{
    font-size: 20px;
  }
  .app-wrap .mode1 .app-list .app-box .ft-bpx{
    margin-top: 20px;
  }
  .app-wrap .mode1 .app-list .app-box .ft-bpx .brief{
    font-size: 16px;
    margin-top: 15px;
  }
  .app-wrap .mode1 .app-imgtip{
    flex-direction: column;
    padding-bottom: 10px;
  }
  .app-wrap .mode1 .app-imgtip .left-box{
    margin-left: 24px;
    width: 90%;
  }
  .app-wrap .mode1 .app-imgtip .left-box .img-box{
    width: 56px;
  }
  .app-wrap .mode1 .app-imgtip .left-box .app-img-title{
    margin: 15px 0;
    font-size: 18px;
    padding-bottom: 14px;
  }
  .app-wrap .mode1 .app-imgtip .left-box .info-details{
    font-size: 16px;
  }
  .app-wrap .mode1 .app-imgtip .right-box{
    width: 100%;
  }
  .app-wrap .mode3{
    padding: 48px 22px;
    padding-bottom: 176px;
    background-image: url(../img/Oscar/keshihuabg-sm-1.png);
    background-color: #fafafa;
  }
  .app-wrap .mode3 .title{
    margin-top: 0;
    padding-bottom: 19px;
    font-size: 18px;
  }
  .app-wrap .mode3 .Visualize{
    flex-wrap: wrap;
  }
  .app-wrap .mode3 .Visualize .visible-box{
    width: 100%;
    margin-right: 0%;
  }
  .app-wrap .mode3 .Visualize .visible-box:nth-child(even){
    margin-right: 0;
  }
  .app-wrap .mode3 .Visualize .visible-box .box-title{
    font-size: 16px;
    margin-bottom: 8px;
    color: rgba(51, 51, 51, 1);
  }
  .app-wrap .mode3 .Visualize .visible-box .brief{
    font-size: 16px;
    padding-bottom: 35px;
  }
 
 
  .jianrong-wrap .item-wrap{
    flex-direction: column;
  }
  .jianrong-wrap .link-box .rows, .jianrong-wrap .see-box .rows{
    width: 100%;
  }
  .jianrong-wrap .link-box .rows .title, .jianrong-wrap .see-box .rows .title{
    font-size: 24px;
    line-height: 0;
  }
 
  .jianrong-wrap .link-box .rows a, .jianrong-wrap .see-box .rows a{
    font-size: 22px;
    margin-top: 0;
  }
  .jianrong-wrap .link-box .jianrong-container, .jianrong-wrap .see-box .jianrong-container{
    width: 100%;
    margin-top: 24px;
  }

  .jianrong-wrap  .item-wrap{
    padding: 58px 0;
  }
  .jianrong-wrap .see-box .rows .see-brief p{
    font-size: 18px;
  }
  .jianrong-wrap .see-box .rows .title{
    line-height: 1.5;
  }
   .jianrong-wrap .see-box .rows{
    padding-bottom: 19px;
  }
  .jianrong-wrap .see-box .rows .see-brief{
    margin-top: 10px;
  }
  .English-wrap{
    padding: 49px 0 20px;
    background-image: url(../img/Oscar/english-bg-sm-1.png);
  }
  .English-wrap .tip{
    font-size: 30px;
    margin-bottom: 26px;
  }
  .English-wrap .details{
    font-size: 20px;
  }
  .evaluate-wrap, .develop-wrap{
    padding: 49px 0;
  }
  .common-title{
    font-size: 22px;
    padding-bottom: 19px;
    margin-bottom: 0;
  }
  .evaluate-wrap .eval-list .ft-wrap .details{
    font-size: 16px;
  }
  .evaluate-wrap .eval-list .eval-box{
    padding: 15px  15px;
  }
  .evaluate-wrap .eval-list .video-box{
    margin-top: 0;
  }
  .evaluate-wrap .eval-list .video-box{
    width: 100%;
    margin-right: 0%;
  }
  .evaluate-wrap .eval-list .video-box .paly{
    width: 30px;
    height: 30px;
    left: 10px;
    bottom: 10px;
  }
  .evaluate-wrap .eval-list .eval-box{
    align-items: center;
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .evaluate-wrap .eval-list .ft-wrap .details::before, .evaluate-wrap .eval-list .ft-wrap .details::after{
    width: 13px;
    height: 8px;
    background-size: cover;
  }
  .evaluate-wrap .eval-list .ft-wrap .details::before{
    left: -20px;
  }
  .evaluate-wrap .eval-list .ft-wrap .details::after{
    bottom: -54px;
  }
  .eval-list .swiper-button-black{
    display: none;
  }
  .evaluate-wrap .eval-list .ft-wrap .Publisher{
    margin-top: 23px;
    font-size: 16px;
  }
  .evaluate-wrap .eval-list .ft-wrap{
    padding: 0 2% 0 3%;
    margin: 24px 20px;
  }
  .develop-wrap .devlop-list .devlop-box{
    flex-direction: column;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box{
    width: 100%;
  }
  .develop-wrap .devlop-list .devlop-box{
    margin-bottom: 36px;
  }
  .develop-wrap .devlop-list .devlop-box .video-box{
    width: 100%;
    margin-top: 29px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box .tip{
    font-size: 15px;
  }
  .develop-wrap .devlop-list .devlop-box .ft-box .brief{
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.6;
  }
  .mask .video-content{
    width: 93%;
  }
  .mask .closeimg{
    width: 50px;
    height: 50px;
  }
  .common-copy-nav .goods-container .goods-box .img-box img{
    height: auto;
    min-height: auto;
  }
  .common-copy-nav .goods-container .goods-box .img-box img{
    height: auto;
    margin: 0 auto;
  }
  .mode2 .goods-container .goods-box .img-box img{
    min-height: auto;
    height: auto;
    margin: 0 auto;
  }
  .mode4 .goods-container{
    height: 322px;
  }
  .goods-wrap .common-copy-nav .title{
    font-size: 20px;
  }
  .jianrong-wrap .link-box .rows .title{
    line-height: 1.5;
    margin-bottom: 10px;
   }
}


.jianrong-wrap .link-box .rows a{
  transition: all .6s;
}
.jianrong-wrap .link-box .rows a span{
  background-image: url(../img/Oscar/arrow-1.png);
  width:11px;
  height: 18px;
  background-size: cover;
}
.jianrong-wrap .link-box .rows a:hover{
  padding:0  10px;
}
.jianrong-wrap .link-box .rows a{
  line-height: 2px;
}
.jianrong-wrap .link-box .rows .title{
  margin-bottom: 20px;
}
.img-box{
  transition: all .3s;
  cursor: pointer;
}
.img-box:hover{
  transform: scale(1.01);
}









/* 提交弹框 */
.mask-dialog{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
}
.maskbg-dialog{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .9);
}
.form-content,.form-result{
  display: none;
}

.mask-content{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 600px;
  background-color: #fff;
  padding: 60px 80px;
}
.mask-content .dialog-close{
  position: absolute;
  width: 17px;
  height: 17px;
  right: 30px;
  top: 30px;
  cursor: pointer;
}
.form-content >h1{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 16px;
}
.form-content >p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 34px;
}
.el-input{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.el-input label{
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 10px;
}
.el-input label::after{
  position: absolute;
  content: '*';
  color: #E60027;
  right: -16px;
  top: 2px;
}
.el-input input{
  outline: none;
  width: 100%;
  padding: 10px 6px;
  height: 45px;
  font-size: 20px;
  border: 1px solid #E5E5E5;
}

.send-btn{
  display: inline-block;
  background: #E60027;
  cursor: pointer;
}
.send-btn-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 28px;
  line-height: 1.5;
}
.send-btn .send-ft{
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}
.send-btn .send-arrow{
  margin-left: 121px;
  /* background-image: url(../img/Oscar/arrow-1.png); */
  color: #fff;
}

.form-result{
  text-align: center;
}
.form-result img{
  width: 80px;
  margin: 0 auto;
}
.form-result h2{
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  margin: 40px auto 16px;
}
.form-result p{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
@media only all and (max-width: 768px) {
  .mask-content{
    width: 90%;
    background-color: #fff;
    padding: 30px 20px;
  }
  .el-input input{
    font-size: 24px;
  }
}