.leftOpen {
  display: none;
  position: fixed;
  left: 0;
  top: 1rem;
  z-index: 1010;
}
.leftOpen img {
  width: 3rem;
  height: 3rem;
}
.leftIcon {
  padding-top: 0.2rem;
  position: fixed;
  top: 4.2rem;
  left: 0;
  z-index: 1010;
  background-color: rgba(65, 255, 255, 0.8);
  border-radius: 1rem;
  width: 5rem;
  text-align: center;
  height: 2.5rem;
  display: none;
}
.leftIcon img {
  width: 2rem;
  height: 2rem;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.pcContent {
  background: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  .bigtitle {
    font-size: 20px;
    margin-bottom: 22px;
    font-family: "comic sans ms";
    color: #fff;
  }
  .pcPlay .iframe {
    padding: 20px;
  }
  .pcPlay .iframe iframe {
    width: 100%;
    background-color: #fff;
    height: 300px;
  }
  .pcPlay .content {
    padding: 0 20px;
    color: #fff;
  }
  .pcPlay .content div {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'comic sans ms';
  }
  .pcPlay .content p {
    font-family: cursive;
  }
  .pcPlay .playbutton {
    font-size: 22px;
    text-align: center;
    background-color: #22c7c3;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 10px 20px;
    color: #fff;
  }
  .pcPlay .playbutton div {
    animation: scaleDraw 2s ease-in-out infinite;
  }
  .pcContent {
    padding: 20px 10px;
  }
  .pcContent .itemsOnly .phoneCon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pcContent .itemsOnly .phoneCon .items {
    border-radius: 10px;
    overflow: hidden;
    width: 44%;
    margin: 10px;
  }
  .pcContent .itemsOnly .phoneCon .items .leftContent {
    position: relative;
  }
  .pcContent .itemsOnly .phoneCon .items img {
    width: 100%;
    height: 150px;
  }
  .pcContent .itemsOnly .phoneCon .items .footerContent {
    width: 100%;
    font-size: 12px;
    background-color: rgba(48, 47, 47, 0.8);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 4px;
  }
  .pcContent .itemsOnly .phoneCon .items .footerContent .scroe {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .bigtitle {
    font-size: 20px;
    margin-bottom: 22px;
    font-family: "comic sans ms";
    color: #fff;
  }
  .pcPlay .iframe {
    padding: 20px;
  }
  .pcPlay .iframe iframe {
    width: 100%;
    background-color: #fff;
    height: 300px;
  }
  .pcPlay .content {
    padding: 0 20px;
    color: #fff;
  }
  .pcPlay .content div {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'comic sans ms';
  }
  .pcPlay .content p {
    font-family: cursive;
  }
  .pcPlay .playbutton {
    font-size: 22px;
    text-align: center;
    background-color: #22c7c3;
    border-radius: 10px;
    margin: 20px 20px 0;
    padding: 10px 20px;
    color: #fff;
  }
  .pcPlay .playbutton div {
    animation: scaleDraw 2s ease-in-out infinite;
  }
  .pcContent {
    padding: 20px 10px;
  }
  .pcContent .itemsOnly .phoneCon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pcContent .itemsOnly .phoneCon .items {
    border-radius: 10px;
    overflow: hidden;
    width: 30.8%;
    margin: 10px;
  }
  .pcContent .itemsOnly .phoneCon .items .leftContent {
    position: relative;
  }
  .pcContent .itemsOnly .phoneCon .items img {
    width: 100%;
    height: 220px;
  }
  .pcContent .itemsOnly .phoneCon .items .footerContent {
    width: 100%;
    font-size: 12px;
    background-color: rgba(48, 47, 47, 0.8);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 4px;
  }
  .pcContent .itemsOnly .phoneCon .items .footerContent .scroe {
    display: none;
  }
}
@media (min-width: 1200px) {
  .bigtitle {
    font-size: 20px;
    margin-bottom: 22px;
    font-family: "comic sans ms";
    color: #fff;
  }
  .pcContent .boxContent .erverItmes .itemsOnly {
    border-top-right-radius: 12px;
    padding: 20px;
  }
  .pcContent .boxContent .erverItmes .itemsOnly .phoneCon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 12px;
  }
  .pcContent .boxContent .erverItmes .titles {
    border: 1px solid #1798d5;
    border-radius: 12px;
    padding: 4px 20px;
    background-color: #007ab4;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  }
  .pcContent .boxContent .erverItmes .items {
    padding: 6px;
    margin: 10px 10px 0 0;
    border-radius: 10px;
    background-color: #003760;
    border: 1px solid #1798d5;
    font-size: 12px;
    position: relative;
    width: 19%;
  }
  .pcContent .boxContent .erverItmes .items:hover .footerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #Fff;
    padding: 20px;
    position: absolute;
    border-radius: 10px;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(16, 15, 16, 0.8);
  }
  .pcContent .boxContent .erverItmes .items:hover .footerContent .scroe {
    font-size: 18px;
    background-color: red;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .pcContent .boxContent .erverItmes .items:hover .footerContent .title {
    font-family: 'comic sans ms';
    font-size: 20px;
    margin-right: 4px;
  }
  .pcContent .boxContent .erverItmes .items img {
    border-radius: 10px;
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
  }
  .pcContent .boxContent .erverItmes .items .footerContent {
    display: none;
  }
  .title {
    font-size: 26px;
    margin-bottom: 22px;
    font-family: "comic sans ms";
    color: #fff;
  }
  .pcPlay .iframe {
    padding: 20px;
    text-align: center;
  }
  .pcPlay .iframe iframe {
    width: 100%;
    background-color: #fff;
    height: 500px;
  }
  .pcPlay .content {
    padding: 0 20px;
    color: #fff;
  }
  .pcPlay .content div {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'comic sans ms';
  }
  .pcPlay .playbutton {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pcPlay .playbutton div {
    width: 200px;
    font-size: 22px;
    text-align: center;
    background-color: #22c7c3;
    border-radius: 50px;
    color: #fff;
    margin: 20px;
    padding: 10px 20px;
    animation: scaleDraw 2s ease-in-out infinite;
  }
  .pcPlay .playbutton div:hover {
    cursor: pointer;
    color: #999;
  }
}
