.DtailsBox {
  width: 100%;
  height: 100%;
  background: linear-gradient(113deg, #facd68 0%, #fc76b3 100%);
  background-size: 100% 100%;
}
.DtailsBox .minHeight {
  min-height: 100vh;
}
@media screen and (max-width: 539px) {
  .DtailsContentBox {
    width: 375px;
    padding: 32px 0;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
  }
  .DtailsContentBox .topListClass {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .DtailsContentBox .topListClass .topContenBox {
    border-radius: 12px;
    background: url("https://res.weturing.club/joygameday/img/backImg/shadowBack.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .DtailsContentBox .topListClass .topContenBox:nth-child(3) {
    width: 117px !important;
    height: 99px !important;
    border-radius: 12px;
    background: url("https://res.weturing.club/joygameday/img/backImg/select.png") no-repeat;
    background-size: 100% 100%;
    border: transparent;
    top: 100px;
    bottom: 0;
    z-index: 9999;
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox {
    width: 98px;
    height: 81px;
    border: 7px solid #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox:hover img {
    transform: scale(1.1);
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox .imgTxt {
    width: 100%;
    height: 100%;
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: rgba(123, 49, 49, 0.7);
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
    transform: rotatey(0deg);
  }
  .DtailsContentBox .topListClass .tableListClass {
    position: absolute;
    top: 90px;
    right: 4px;
    background: rgba(255, 255, 255, 0.76);
    border-radius: 12px;
    backdrop-filter: blur(6px);
    z-index: 9999;
    color: #b24409;
    padding: 16px 5px;
    margin-top: 4px;
    padding-bottom: 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .DtailsContentBox .topListClass .tableListClass li {
    width: 100px !important;
    height: 19px !important;
    margin-bottom: 16px !important;
  }
  .DtailsContentBox .topListClass .tableListClass li .nuxtlinkClass {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #b24409 !important;
    line-height: 19px !important;
  }
  .DtailsContentBox .topListClass .talClass .homecClass {
    width: 30px;
    margin-top: 30px;
    margin-left: 21px;
    box-sizing: border-box;
  }
  .DtailsContentBox .topListClass .talClass .tablecClass {
    width: 30px;
    margin-top: 30px;
    margin-left: 5px;
    box-sizing: border-box;
    position: relative;
  }
  .DtailsContentBox .full {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0;
    height: 97vh !important;
    padding: 0;
    z-index: 9999 !important;
    background-color: #f3ab3e;
  }
  .DtailsContentBox .full iframe {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .DtailsContentBox .iframeBox {
    width: 360px;
    height: 253px;
    margin: 32px auto;
    margin-bottom: 32px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(166, 78, 132, 0.6);
    position: relative;
  }
  .DtailsContentBox .iframeBox .iframe-wrapper {
    height: 100%;
    width: 100%;
    border-radius: 12px;
  }
  .DtailsContentBox .iframeBox .opts {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #a099ff;
    background-image: radial-gradient(at 10% 30%, #98e79c 0, transparent 100%), radial-gradient(at 67% 20%, hsl(357, 94%, 71%) 0, transparent 59%), radial-gradient(at 88% 35%, hsl(222, 81%, 65%) 0, transparent 50%), radial-gradient(at 53% 75%, hsl(174, 94%, 68%) 0, transparent 60%);
    border-radius: 8px;
  }
  .DtailsContentBox .iframeBox .opts .opts_content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .DtailsContentBox .iframeBox .opts .game-card-md {
    width: 150px;
    height: 150px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .DtailsContentBox .iframeBox .opts .game-card-md img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
  }
  .DtailsContentBox .iframeBox .opts .play-btn {
    display: inline-block;
    width: 100px;
    height: 32px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: white;
    background: url("https://res.weturing.club/joygameday/img/DetaliImg/btnImg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 16px;
  }
  .DtailsContentBox .iframeBox .full-row {
    background: #898d94;
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    z-index: 9995;
    position: absolute;
    bottom: -26px;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .DtailsContentBox .iframeBox .full-row .fullTitle {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
  }
  .DtailsContentBox .iframeBox .full-row .fullDtn {
    width: 20px;
  }
  .DtailsContentBox .iframeBox .full-row .fullDtn img {
    width: 100%;
  }
  .DtailsContentBox .introduceBox {
    padding: 10px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceImg {
    width: 98px;
    height: 81px;
    border-radius: 10px;
    border: 6px solid #ffffff;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName {
    height: 100%;
    flex: 1;
    margin-left: 16px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .nameClass {
    width: 163px;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .typeClass {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .scoreClass {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .scoreClass p:nth-child(2) {
    margin-left: 6px;
    padding-top: 1px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .scoreClass img {
    width: 14px;
  }
  .DtailsContentBox .introduceBox .introduceTxt {
    margin-top: 38px;
    margin-bottom: 38px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 800;
    color: #ffffff;
  }
  .DtailsContentBox .introduceBox .introduceTxt p:nth-child(1) {
    line-height: 30px;
  }
  .DtailsContentBox .introduceBox .introduceTxt p:nth-child(2) {
    margin-top: 20px;
  }
  .DtailsContentBox .DtailsListClass {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox {
    border-radius: 12px;
    background: url("https://res.weturing.club/joygameday/img/backImg/shadowBack.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox {
    width: 98px;
    height: 81px;
    border: 7px solid #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox:hover img {
    transform: scale(1.1);
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox .imgTxt {
    width: 100%;
    height: 100%;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: rgba(123, 49, 49, 0.7);
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
    transform: rotatey(0deg);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media screen and (min-width: 540px) {
  .DtailsContentBox {
    width: 1422px;
    padding: 32px 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .DtailsContentBox .topListClass {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .DtailsContentBox .topListClass .topContenBox {
    display: none;
    border-radius: 12px;
    background: url("https://res.weturing.club/joygameday/img/backImg/shadowBack.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .DtailsContentBox .topListClass .topContenBox:nth-child(3) {
    width: 117px !important;
    height: 99px !important;
    border-radius: 12px;
    background-size: 100% 100%;
    border: transparent;
    position: sticky;
    top: 100px;
    bottom: 0;
    z-index: 9999;
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox {
    width: 98px;
    height: 81px;
    border: 7px solid #ffffff;
    border-radius: 10px;
    position: relative;
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox:hover img {
    transform: scale(1.1);
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox .imgTxt {
    width: 100%;
    height: 100%;
  }
  .DtailsContentBox .topListClass .topContenBox .imgBox .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: rgba(123, 49, 49, 0.7);
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
    transform: rotatey(0deg);
  }
  .DtailsContentBox .topListClass .tableListClass {
    position: absolute;
    top: 90px;
    right: 4px;
    background: rgba(255, 255, 255, 0.76);
    border-radius: 12px;
    backdrop-filter: blur(6px);
    z-index: 9999;
    color: #b24409;
    padding: 16px 5px;
    margin-top: 4px;
    padding-bottom: 0px;
    box-sizing: border-box;
    text-align: center;
  }
  .DtailsContentBox .topListClass .tableListClass li {
    width: 100px !important;
    height: 19px !important;
    margin-bottom: 16px !important;
  }
  .DtailsContentBox .topListClass .tableListClass li .nuxtlinkClass {
    font-size: 14px !important;
    font-weight: bold !important;
    color: #b24409 !important;
    line-height: 19px !important;
  }
  .DtailsContentBox .topListClass .talClass .homecClass {
    width: 30px;
    margin-top: 30px;
    margin-left: 21px;
    box-sizing: border-box;
  }
  .DtailsContentBox .topListClass .talClass .tablecClass {
    width: 30px;
    margin-top: 30px;
    margin-left: 5px;
    box-sizing: border-box;
    position: relative;
  }
  .DtailsContentBox .full {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0;
    height: 97vh !important;
    padding: 0;
    z-index: 9999 !important;
    background-color: #f3ab3e;
  }
  .DtailsContentBox .full iframe {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .DtailsContentBox .iframeBox {
    width: 1422px;
    height: 600px;
    margin: 32px auto;
    margin-bottom: 32px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(166, 78, 132, 0.6);
    position: relative;
  }
  .DtailsContentBox .iframeBox .iframe-wrapper {
    height: 100%;
    width: 100%;
    border-radius: 12px;
  }
  .DtailsContentBox .iframeBox .opts {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #a099ff;
    background-image: radial-gradient(at 10% 30%, #98e79c 0, transparent 100%), radial-gradient(at 67% 20%, hsl(357, 94%, 71%) 0, transparent 59%), radial-gradient(at 88% 35%, hsl(222, 81%, 65%) 0, transparent 50%), radial-gradient(at 53% 75%, hsl(174, 94%, 68%) 0, transparent 60%);
    border-radius: 8px;
  }
  .DtailsContentBox .iframeBox .opts .opts_content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .DtailsContentBox .iframeBox .opts .game-card-md {
    width: 150px;
    height: 150px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .DtailsContentBox .iframeBox .opts .game-card-md img {
    width: 150px;
    height: 150px;
    border-radius: 8px;
  }
  .DtailsContentBox .iframeBox .opts .play-btn {
    display: inline-block;
    width: 100px;
    height: 32px;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    color: white;
    background: url("https://res.weturing.club/joygameday/img/DetaliImg/btnImg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
    font-weight: bold;
    border-radius: 16px;
  }
  .DtailsContentBox .iframeBox .full-row {
    background: #898d94;
    width: 100%;
    height: 33px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    box-sizing: border-box;
    z-index: 9995;
    position: absolute;
    bottom: -26px;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
  }
  .DtailsContentBox .iframeBox .full-row .fullTitle {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
  }
  .DtailsContentBox .iframeBox .full-row .fullDtn {
    width: 20px;
  }
  .DtailsContentBox .iframeBox .full-row .fullDtn img {
    width: 100%;
  }
  .DtailsContentBox .introduceBox {
    padding: 40px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle {
    width: 100%;
    height: 67px;
    display: flex;
    justify-content: space-around;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceImg {
    width: 98px;
    height: 81px;
    border-radius: 10px;
    border: 6px solid #ffffff;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName {
    height: 100%;
    flex: 1;
    margin-left: 16px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .nameClass {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin-top: 4px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .typeClass {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .scoreClass {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    box-sizing: border-box;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .scoreClass p:nth-child(2) {
    margin-left: 6px;
    padding-top: 1px;
    box-sizing: border-box;
    vertical-align: middle;
  }
  .DtailsContentBox .introduceBox .introduceTitle .introduceName .scoreClass img {
    width: 14px;
  }
  .DtailsContentBox .introduceBox .introduceTxt {
    margin-top: 38px;
    margin-bottom: 38px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
  }
  .DtailsContentBox .introduceBox .introduceTxt p:nth-child(1) {
    line-height: 40px;
  }
  .DtailsContentBox .introduceBox .introduceTxt p:nth-child(2) {
    margin-top: 20px;
  }
  .DtailsContentBox .DtailsListClass {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox {
    border-radius: 12px;
    background: url("https://res.weturing.club/joygameday/img/backImg/shadowBack.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox {
    width: 104px;
    height: 88px;
    border: 7px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox:hover img {
    transform: scale(1.1);
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox .imgTxt {
    width: 100%;
    height: 100%;
  }
  .DtailsContentBox .DtailsListClass .DtailsContenBox .imgBox .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: rgba(123, 49, 49, 0.7);
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    line-height: 33px;
    text-align: center;
    transform: rotatey(0deg);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .DtailsContentBox .adsbygoogleStyle {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
  }
  .DtailsContentBox .adsbygoogleStyle .adsbygoogleBoxNew {
    width: 49%;
    height: auto;
    text-align: center;
    /* margin-top: 10px;
                    margin-bottom: 10px; */
    box-sizing: border-box;
  }
}
