header {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 15px;
    height: 50px;
    line-height: 50px
}

header .btn span {
    color: #000;
    font-size: 23px;
    font-width: 600
}

header h1 {
    font-size: 20px;
    color: #333
}

header #shareBtn span {
    font-size: 22px
}

#thum {
    background-color: #fff;
	margin-top: 20px;
}

#thum a {
    display: flex;
    align-items: center;
    padding: 0 15px 20px
}

#thum a .thum {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

#thum a .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

#thum a dl {
    width: calc(100% - 100px)
}

#thum a dl dt {
    color: #212121;
    font-size: 16px;
    margin: 6px 0;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

#thum a dl dd .gameType {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    padding: 2px 8px;
    border-radius: 3px
}

#thum a dl dd:nth-child(3) {
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#thum a dl dd:nth-child(3) .star {
    height: 18px
}

#thum a dl dd:nth-child(3) p {
    font-size: 12px;
    color: #999
}

#thum a dl dd:nth-child(3) p span {
    color: #f99d01
}

hr {
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    height: 1px;
    background-color: #d8d8d8;
    border: none
}

#pop {
    padding: 0 15px
}

#pop h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

#pop .preview .swiper-wrapper .swiper-slide {
    width: auto;
    height: 320px
}

#pop .preview .swiper-wrapper .swiper-slide img {
    height: 100%
}

#pop .mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9)
}

#pop .mask .swiper-slide {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center
}

#pop .mask .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#play {
    display: block;
    background-color: #fc2745;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 44px;
    line-height: 44px;
    width: calc(100% - 90px);
    border-radius: 23px;
    margin: 20px auto;
    animation: playAnimate 500ms linear infinite alternate
}

@keyframes playAnimate {
    0% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

.desc {
    background-color: #fff;
    padding: 20px 15px
}

.desc h2 {
    margin-bottom: 10px;
    color: #212121;
    font-size: 16px;
    font-weight: 600
}

.desc p {
    font-size: 12px;
    color: #757575;
    line-height: 18px;
    margin-bottom: 15px
}

.gameList {
    padding: 20px 15px
}

.gameList h2 {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.gameList ul {
    margin-top: 20px
}

.gameList ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

.gameList ul li a:nth-child(1) {
    display: flex;
    width: calc(100% - 82px);
    align-items: center
}

.gameList ul li a:nth-child(1) .thum {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px
}

.gameList ul li a:nth-child(1) .thum img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gameList ul li a:nth-child(1) dl {
    width: calc(100% - 80px)
}

.gameList ul li a:nth-child(1) dl dt {
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.gameList ul li a:nth-child(1) dl dd {
    font-size: 12px;
    color: #999
}

.gameList ul li a:nth-child(1) dl dd span {
    color: #f99d01
}

.gameList ul li a:nth-child(2) {
    display: block;
    width: 75px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background-color: #fc2745;
    border-radius: 14px;
    color: #fff;
    font-size: 14px
}

.copyright {
   /* position: sticky;   */
  margin-top:20px;
  bottom: 10px;
  width: 100%;
   /* background-color: black;  */
  color: black;
   display: flex;  
  flex-direction:column;
  justify-content: center; 
  align-items: center; 
  height: 40px; 
}
		
.copyright span a {
	color: #FF8C00;
}

/*# sourceMappingURL=detail.css.map */
