body{
    background-color:#F7F7F7
}
.text-center{
    text-align:center;
}
.text-right{
    text-align:right;
}
.contain{
    width:80%;
    margin:auto;
}
p{
    font-size:16px;
}
.connect p{
    margin:0;
}
html{
    font-size:62.5%;
}
.title{
    font-weight:bold;
    margin:20px 0;
    font-size:1.6rem;
}
.cshtml-head{
    display: block;
}
@media screen and (max-width:1024px){
    .gmbbg-up-line{
        display: none;
    }
    #copy{
        font-size: 1.2rem;
        color: #999999;
    }
    .head{
        display: none;
    }
    .head.cshtml-head{
        display: none;
    }
}
@media  screen  and (max-width: 640px) {
    p{
        font-size:1.4rem;
    }
    .contain{
        width:100%;
    }
    li{
        font-size:1.2rem;
    }
}