@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
p,
th,
td,
button,
textarea,
img {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

em,
i {
    font-style: normal;
}

img {
    border: none;
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}

button,
input {
    outline: none;
    border: none;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.wrapper {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 1.1rem;
}

.con1 {
    width: 100%;
    position: relative;
}

.con1 > img:nth-child(2) {
    margin-top: 2rem;
}

.con1 .btn {
    display: block;
    background: url("../picture/fot-1.png") no-repeat;
    background-size: 100%;
    width: 7.3rem;
    height: 2.3rem;
    position: absolute;
    top: 4.21rem;
    left: 0.1rem;

}
  
.con1 .btn1-1 {
    display: block;
    background: url("../picture/chakan-1.png") no-repeat;
    background-size: 100%;
    width: 5.3rem;
    height: 1.5rem;
    position: absolute;
    top: 12.3rem;
    left: 1.2rem;

}

.chat_notice {
    padding: 16px 0;
    text-align: center;
}
.chat_notice {
    width: 100%;

}
@keyframes box {
    25% {
        transform: translateY(10px)
    }

    50%,
    100% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }
}
@-webkit-keyframes box {
    25% {
        transform: translateY(10px)
    }

    50%,
    100% {
        transform: translateY(0)
    }

    75% {
        transform: translateY(-10px)
    }
}




@keyframes anim1 {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-50%)
    }
}

@-webkit-keyframes anim1 {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-50%)
    }
}

@-ms-keyframes anim1 {
    from {
        transform: translateX(0%)
    }

    to {
        transform: translateX(-50%)
    }
}





@keyframes shine {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

@-webkit-keyframes shine {
    0% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}