html {
    background: #fff;
}

a {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.container {
    width: 80vw;
    margin: 0 auto;
    padding-top: 1vh;
    background: #fff;
    bottom: 5vh;
}
.banner{
    width: 100%;
    height: auto;
}

.title {
    width: 100%;
    color: #969595;
    font-size: 1.4vw;
    text-align: center;
    letter-spacing: .1vw;
    font-weight: 600;
}

.line {
    width: 80%;
    margin: 1.5vh auto;
    background: #969595;
    height: .1vh;
}

.middle {
    width: 36vw;
    margin: 20px auto;
    position: relative;
}

.right {
    position: absolute;
    left: 18vw;
    top: 3vw;
}

.phone {
    width: 32vw;
    height: auto;
}

.qc {
    width: 11vw;
    height: auto;
    margin-left: 6vw;
}

.right p {
    width: 11vw;
    margin-left: 6vw;
    font-size: .5vw;
    letter-spacing: .1vw;
    text-align: center;
    margin-top: 1vw;
}

.button {
    display: flex;
    margin-top: 1vw;
    margin-left: 4vw;
}

.store {
    width: 6.7vw;
}

.googleplay {
    width: 6.7vw;
}

.store img {
    width: 6.7vw;
    height: auto;
    transition: transform 0.3s ease;
    transform: scale(1);
}

.googleplay img {
    width: 6.7vw;
    height: auto;
    margin-left: 1vw;
    transition: transform 0.3s ease;
    transform: scale(1);
}

.store img:hover {
    transform: scale(1.1);
}

.googleplay img:hover {
    transform: scale(1.1);
}

.btttom {
    width: 40vw;
    font-size: .8vw;
    text-align: center;
    color: #969595;
    margin-top: 5vh;
}

.btttom a {
    display: inline-block;
    color: #969595;
}

.btttom a:hover {
    color: #EA7DA9;
}


/* policy */
.policy{
    width: 60vw;
    margin: 1vw auto;
    text-align: left;
    padding-bottom: 100px;
}

h1{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
h2{
    font-size: 16px;
    font-style: italic;
    color: #615f5f;
    padding: 1vw;
    text-align: center;
}
.word1{
    font-size: 14px;
    line-height: 2;
    color: #615f5f;
}
b{
    font-size: 16px;
}
.word2{
    font-size: 16px;
    font-weight: 600;
    margin-top: 2vh;
}
.word2 b{
    text-decoration: underline;
}

.word3{
    font-size: 14px;
    line-height: 2;
    color: black;
    font-weight: 600;
    margin-top: 3vh;
}
.word4{
    font-size: 14px;
    line-height: 2;
    color: black;
    font-weight: 600;
    padding-left: 2vw;
}


