* {
    /* 去除移动端点击高亮效果 */
    -webkit-tap-hight-color: transparent;
    margin: 0;
}


#app {
    margin: auto;
    background: url('../img/background/background.png') no-repeat;
    background-size: 100% 100%;
    height: 100vh;
    width: 100vw;
}

.newImg {
    margin: auto;
    width: 70vw;
    height: 70vw;
    border: 2px solid #999;
    border-radius: 10px;
    padding: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin-top: 50px;
    background-color: #F7F4F4;
}


button {
    background-color: #1F8BF5;
    border: 0;
    border-radius: 10px;
    color: #F7F4F4;
}


.head, .end {
    padding: 5px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    color: #F7F4F4;
}

.puzzleImg {
    margin-left: 5px;
}

.end {
    margin-top: 20px;
    justify-content: space-around
}

.end button {
    height: 30px;
}

#startImg {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.mask {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(5, 5, 5, .8);
    display: none;
}

.suspend button {
    background-color: #489FF5;
    box-shadow: 0px 3px 8px 3px rgba(255, 255, 255, 0.2);
    width: 100px;
    height: 30px;
    border: 0px;
    border-radius: 10px;
}

.finger {
    cursor: pointer;
}

.disable {
    cursor: not-allowed;
    color: #010;
    background-color: #CECED1;
}

.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #F7F4F4;
}

.setGameContent {
    box-shadow: 0px 3px 8px 3px rgba(5, 5, 5, 0.2);
    width: 50vw;
    height: 80vw;
    border-radius: 10px;
    padding: 5px;
}

#closeSet {
    position: absolute;
    right: 0;
    margin-right: 5px;

}

.setGameContent h3 {
    margin: 10px 0;
    text-align: center;
}

.bottomEnd {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
}

.setGameContent h4 {
    margin: 0;
    margin-bottom: 5px;
}

.levelGame {
    margin-left: 10px;
}

/*.passGame {
    width: 200px;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    color: #FA0606;
}*/
.passGame {
    width: 247px;
    height: 412px;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    text-align: center;
    color: #FA0606;
}

.passGame img {
    width: 100%;
    border-radius: 10px;
}

.selectImg {
    margin: auto;
    margin-top: 30px;
    width: 80vw;
    height: 100px;
    border: 1px solid #F7F4F4;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 5px;
    overflow: hidden;
    visibility: hidden;
}

.selectImganli {/*
    margin: auto;
    margin-top: -74px;
    width: 27.5vw;
    height: 92px;
   !* border: 1px solid #F7F4F4;*!
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1px;
    overflow: hidden;*/
    margin: auto;
    margin-top: -116px;
    width: 27.5vw;
    height: 92px;
    /* border: 1px solid #F7F4F4; */
    border-radius: 10px;
    box-sizing: border-box;
    padding: 1px;
    overflow: hidden;
    margin-bottom: 69px;
}

.selectImgMsg {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: auto;
}

.selectImgMsg img {
    /*width: 100px;
    height: 100%;
    background-color: antiquewhite;
    flex-shrink: 0;
    border-radius: 10px;*/
    width: 92px;
    height: 74px;
    background-color: antiquewhite;
    flex-shrink: 0;
    border-radius: 10px;
    margin-left: 15px;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: transparent;
    border-radius: 20px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 20px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/*@media screen and (min-width:400px) {*/
@media screen and (min-width: 400px) {
    .selectImg {
        width: 350px;
    }

    #app {
        width: 400px;
    }

    .newImg {
        /*margin: auto;
        width: 300px;
        height: 300px;
        border: 2px solid #999;
        border-radius: 10px;
        padding: 2px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-top: 50px;
        background-color: #F7F4F4;*/
        margin: auto;
        width: 350px;
        height: 350px;
        border: 2px solid #999;
        border-radius: 10px;
        padding: 2px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-content: center;
        margin-top: 29px;
        background-color: #F7F4F4;
    }

    .setGameContent {
        width: 200px;
        height: 300px;
    }
}


body {
    text-align: center;
}

.vintage1 {
    background: #EEE url(data:image/gif;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAHklEQVQImWNkYGBgYGD4//8/A5wF5SBYyAr+//8PAPOCFO0Q2zq7AAAAAElFTkSuQmCC) repeat;
    text-shadow: 5px -5px black, 4px -4px white;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.vintage2 {
    color: transparent;
    -webkit-text-stroke: 1px red;
    letter-spacing: 0.04em;
    font-family:Youyuan;
    margin-top: 13px;
}

.vintage3 {
    color: transparent;
    background-color: blue;
    text-shadow: rgba(255, 255, 255, 0.5) 0 5px 6px, rgba(255, 255, 255, 0.2) 1px 3px 3px;
    -webkit-background-clip: text;
}

.vintage4 {
    color: #00ff43;
    letter-spacing: 0;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
}
.vintage5 {
    font-family: cursive;
    text-shadow: 6px 2px 2px #333;
    color: deeppink
}

.text-reflect-base {
    color: palegreen;
    -webkit-box-reflect: below 10px;
}

.text {
  /*  width: 300px;
    height: 200px;*/
   /* position: absolute;*/
   /* left: 50%;
    margin-left: -150px;*/
    background-image: -webkit-linear-gradient(left, #bbff00, #a1ff66 10%, #f7ff00 20%, #ccaa00 30%, #CCCCFF 40%, #00FFFF 50%, #CCCCFF 60%, #CC00CC 70%, #CC00FF 80%, #66FFFF 90%, blue 100%);
    -webkit-text-fill-color: transparent; /* 将字体设置成透明色 */
    -webkit-background-clip: text; /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s linear infinite;
    /*font-size: 35px;*/
}

@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -100% 0;
    }
}
