﻿.sample {
    margin-top: .25rem;
    width: 100%;
    height: 7.5rem;
    background-color: #e9e9e9;
    position: relative;
}
.sample .myvideo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 2.5rem;
    height: .625rem;
    color: white;
    font-size: .225rem;
    border: .0125rem solid white;
    border-radius: .1875rem;
}
.sample .myvideo a{
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: .625rem;
    color: white;
}
.mask{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    z-index: 100;
    display: none;
}
.mask .mask-myvideo{
    width: 50%;
    height: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    object-fit: cover;
}
.mask .myclose{
    width: .25rem;
    height: .25rem;
    position: absolute;
    top: 15%;
    right: 25%;
}
.mask .myclose a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    font-size: .375rem;
}
.introduce {
    position: relative;
    margin-top: 1rem;
    padding-top: .375rem;
}

.introduce .introduce-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
}

.introduce .introduce-txt {
    width: 10.375rem;
    line-height: .375rem;
    margin: 0 auto;
    text-align: center;
    font-size: .225rem;
    margin-top: .25rem;
}

.introduce .introduce-imgs {
    width: 10.8875rem;
    height: 6.8875rem;
    margin: 0 auto;
    overflow: hidden;
}

.introduce .introduce-imgs ul {
    display: flex;
    transform: translateX(-0);
    width: 500%;
    margin-bottom: 0;
}

.introduce .introduce-imgs ul li {
    display: block;
    width: 10.8875rem;
    height: 6.8875rem;
}

.introduce .introduce-pre {
    text-align: center;
    line-height: .625rem;
    width: .75rem;
    height: .75rem;
    border: .0375rem solid #000000;
    border-radius: 50%;
    position: absolute;
    left: 27%;
    top: 66%;
}

.introduce .introduce-pre a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: .5rem;
    color: #000000;
}
.introduce .introduce-pre a:hover{
    background-color: #00FF00 ;
}
.introduce .introduce-next {
    text-align: center;
    line-height: .625rem;
    width: .75rem;
    height: .75rem;
    border: .0375rem solid #000000;
    border-radius: 50%;
      border-radius: 50%;
    position: absolute;
    right: 27%;
    top: 66%;
}

.introduce .introduce-next a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    font-size: .5rem;
    color: #000000;
}
.introduce .introduce-next a:hover{
    background-color: #00FF00 ;
}
.center .game {
    height: 7.375rem;
    width: 100%;
    background-color: #e9e9e9;
    padding-top: .75rem;
    margin-top: 1.5rem;
}

.game .game-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.game .nav-link {
    display: inline-block;
    width: 2.125rem;
    height: .5rem;
    text-align: center;
    line-height: .5rem;
    border-radius: 0;
    color: black;
    font-weight: bold;
    font-size: .225rem;
    border-radius: .125rem;
}

.game .nav {
    border-radius: .125rem;
    position: relative;
    margin: 0 auto;
    width: 15rem;
    border-bottom: .025rem solid black;
}

.game .game-button {
    font-weight: bold;
    position: absolute;
    right: 0;
    font-size: .225rem;
    margin-top: .125rem;
    width: 1.5rem;
    height: .5rem;
    margin-bottom: -0.0125rem;
    border-radius: .125rem;
    background-color: #00FF00 ;
}

.game .tab-content {
    height: 700px;
}

.swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.swiper-slide {
    position: relative;
    height: 4.375rem;
    text-align: center;
    font-size: .225rem;
    background: #fff;
    border-radius: .375rem;
    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;
    transition-property: all;
}
/* .game .movie-score{
    position: absolute;
    right: .175rem;
    top: .1125rem;
    color: #00FF00 ;
    font-weight: 700;
    font-style: italic;
}
.game .movie-score .integer{
    font-size: .225rem;
} */
#progressEffect {
    position: absolute;
    z-index: 10;
    top: .25rem;
    left: .25rem;
}

.swiper-button-next,
.swiper-button-prev {
    width: 1rem;
    height: 1rem;
}

.swiper-button-prev span{
    display: inline-block;
    width: .75rem;
    height: .75rem;
    background-color: #00FF00 ;
    text-align: center;
    line-height: .6875rem;
    border-radius: 50%;
}
.swiper-button-prev span a{
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: #000000;
    font-size: .5rem;
}
.swiper-button-next span{
    display: inline-block;
    width: .75rem;
    height: .75rem;
    background-color: #000000;
    text-align: center;
    line-height: .6875rem;
    border-radius: 50%;
}
.swiper-button-next span a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 50%;
    font-size: .5rem;
}
.swiper-button-prev span a:hover{
    background-color: #000000;
    color: white;
}
.swiper-button-next span a:hover{
    background-color: #00FF00 ;
    color: #000000;
}
.swiper-button-prev,
.swiper-button-next:focus {
    outline: none;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: .375rem;
}

.case {
    margin-top: 1.5rem;
    padding-top: .375rem;
}

.case .case-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
}

.case .case-list {
    padding-top: .75rem;
    padding-left: .6875rem;
    width: 100%;
    margin: 0 auto;
    margin-top: .5rem;

}

.case .case-list ul {
    width: 87%;
    margin-left: 1.5rem;
    display: flex;
    flex-wrap: wrap;
}

.case .case-list ul li {
    width: 4.625rem;
    height: 4.25rem;
    margin-right: .25rem;
    border-radius: .25rem;
}

.case .case-list ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.case .case-list ul li img {
    height: 100%;
    border-radius: .25rem;
}

.case .case-list ul li:nth-child(1) {
    width: 9.5rem;
}

.case .case-list ul li:nth-child(1),
.case .case-list ul li:nth-child(2),
.case .case-list ul li:nth-child(3) {
    margin-bottom: .25rem;
}

.case .case-list ul li:nth-child(3),
.case .case-list ul li:nth-child(7) {
    margin-right: 0;
}
.parameter{
    position: relative;
    width: 100%;
    height: 7.5rem;
    margin-bottom: .5rem;
    background-color: #f0f0f0;
    text-align: center;
}
.parameter img{
    width: 18.75rem;
    height: 6rem;
    margin-top: .75rem;
}
.parameter .parameter-txt{
    position: absolute;
    top: 24%;
    left: 18%;
    height: 4.375rem;
}
.parameter .parameter-txt .title,
.parameter .parameter-txt .subheadings{
    margin-bottom: .375rem;
}
.parameter .parameter-txt .detail p{
    margin-bottom: .1875rem;
}
.parameter .parameter-txt{
    text-align: left;
}
.quality .quality-title {
    font-size: .65rem;
    text-align: center;
    color: #00FF00 ;
    font-weight: 700;
    text-shadow: .025rem .025rem .0125rem #000000;
    margin-bottom: .5rem;
}

.quality .quality-list {
    margin: 0 auto;
    width: 100%;
    height: 6.375rem;
    position: relative;
}
.quality .quality-list .mySwiper1  {
    width: 80%;
    overflow: hidden;
    margin-left: 2.5625rem;
    background-color: #e9e9e9;
}

.quality .quality-list .swiper-slide {
    text-align: center;
      font-size: .225rem;
      border-radius: .125rem;
      height: 6rem;
      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;
      transition-property: all;
       background-color: #e9e9e9;
}
.quality .quality-list .swiper-slide:hover a{
    margin-bottom: .225rem;
   
}
.quality .quality-list .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .125rem;
}
.quality .quality-list .swiper-slide a{
    position: relative;
    display: inline-block;
    width: 95%;
    height: 95%;
    transition-property:all;
    transition-duration: .25s, 1s;
}
.quality .quality-list .swiper-slide .products-name{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20%;
    font-size: .3rem;
    width: 100%;
    font-weight: 700;
}
.quality .quality-list .swiper-slide .label{
    position: absolute;
    top: 4%;
    left: 6%;
}
.quality .quality-list .swiper-slide .label .expenditures{
    width: .75rem;
    height: .3rem;
    text-align: center;
    font-size: .2rem;
    line-height: .3rem;
    margin-bottom: .0625rem ; 
    color: white;
    background-color: red;
}
.quality .quality-list .swiper-slide .label .new{
    width: .75rem;
    height: .3rem;
    font-size: .2rem;
    text-align: center;
    line-height: .3rem;
    margin-bottom: .0625rem ; 
    background-color: #00FF00 ;
}
.quality .quality-list .swiper-slide .label .selling{
    width: .75rem;
    height: .3rem;
    font-size: .2rem;
    text-align: center;
    line-height: .3rem;
    background-color: #00FF00 ;
}
.quality .quality-list .mySwiper1 .swiper-button-next{
    top: 0;
    right: 5%;
    width: 1rem;
    height: 106%;
    background-color: white;
}
.quality .quality-list .mySwiper1 .swiper-button-prev{
    top: 0;
    left: 6%;
    width: 1rem;
    height: 106%;
    background-color: white;
}
.quality .quality-list .swiper{
    padding: 0 1rem;
}

.share{
    position: absolute;
    bottom: -1rem;
    right: 3.25rem;
    display: flex;
    font-size: .2rem;
}
.share .shareimg{
    position: relative;
    margin-left: .125rem;
    text-align: center;
    line-height: .25rem;
    width: .5rem;
    height: .3rem;
    border-radius: .0625rem;
}
.share .shareimgs{
    position: absolute;
    top: -0.025rem;
    right: -1rem;
    margin-left: .125rem;
    text-align: center;
    line-height: .25rem;
    width: .9375rem; 
    height: .3375rem;
    border-radius: .0625rem;
}
#qrcode{
    width: 128px;
    height: 128px;
    position: absolute;
    bottom: .5625rem;
    right: -0.25rem;
    z-index: 9999;
}
.share .shareimgs li{
   margin: 0 .0625rem;
    width: .375rem;
    height: 100%;
}
.share .shareimgs ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    border-radius: .0625rem;
    border: 1px solid #918e8ebe;
}
.share .shareimgs li .QRcode{
    display: inline-block;
    margin-top: .05rem;
    width: .25rem;
    height: .25rem;
    background-image: url(../img/新建文件夹/04.png);
}
.share .shareimgs li .QRcode:hover{
    background-image: url(../img/新建文件夹/03.png);
}
.share .shareimgs li .link{
    display: inline-block;
    margin-top: .05rem;
    width: .25rem;
    height: .25rem;
    background-image: url(../img/新建文件夹/01.png);
    background-size: cover;
}
.share .shareimgs li .link:hover{
    background-image: url(../img/新建文件夹/02.png);
}