* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    user-select: none;
}

.screen {
    height: 100%;
    width: 100%;
}
.show-love {
    background-color: rgba(0, 0, 0, 1);
    background-image: url(../img/show-love.jpg);
    background-repeat: repeat;
    background-position:0px 0px;
}
.for-baby {
    background-color: rgba(0, 0, 0, 1);
}

.send {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-width:728px;
    height: 80px;
    line-height: 80px;
    background-color: rgba(255, 255, 255, 0.2);
    text-align: center;
    z-index: 10;
}

.bottom {
	height:48px;
    margin: 10px auto;
    padding-left:10px;
    font-size: 0;
    text-color: #fff;
}
.subject-text {
    float: left;
    line-height: 48px;
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
}
.btn {
    float: left;
    margin-left: 5px;
    margin-top: 20px;
    background-color: white;
    line-height: 35px;
    font-size: 18px;
    color: black;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
}

.search-btn {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    margin-right: 10px;
    padding-left:15px;
    background-color: white;
    line-height: 35px;
    font-size: 18px;
    color: #ff00ff;
    cursor: pointer;
    border-radius: 8px 8px 8px 8px;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position:5px 0px;
}


.input-text {
    text-indent:5px;
    width: 300px;
    height: 35px;
    border: none;
    color: white;
    font-size: 18px;
    outline:0px;
    border-bottom: 1px solid white;
    background-color: transparent;
}

.input-number {
    text-align: center;
    width: 18rem;
    height: 10rem;
    border: none;
    color: white;
    font-size: 9rem;
    outline:0px;
    border-bottom: 1px solid white;
    background-color: transparent;
}
.text-bak {
    float: left;
    text-indent:5px;
    width: 300px;
    height: 40px;
    border: none;
    border-radius: 8px 0 0 8px;
}

.s_show {
    overflow: visible;
    position: relative;
    /* height: 100%;
    width: 300%; */
}

.s_show div {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
}
