body{
    position: relative;
    background-image: url("https://cdn.lopliter.cn/tuxie/tools/BG2406.jpg");
    text-align: left;
    padding-top: 20px;
    width: 450px;
    background-size: 450px 100%;
    margin: auto;
    overflow-x: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
html{
    height: 100%;
    background-image: url("https://cdn.lopliter.cn/tuxie/tools/background.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
.arrow{
    width: 30px;
}
.arrows{
    margin-left: 20px;
}
@font-face {
  font-family: 站酷小薇LOGO体;
  src: url("../../fonts/ZhanKuXiaoLOGOTi-2.otf");
}

.titles{
    padding: 60px 20px 20px 20px;
    font-family: "站酷小薇LOGO体", serif;
    font-weight: lighter;
    font-size: 36px;
    color: #00121a;
}

#msjg{
    padding-top: 230px;
    height: 80px;
    margin: 10px;
    overflow: hidden;
    position: relative;
    z-index: 5;
}
.click{
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 5;
}
.click img{
    z-index: 5;
    width: 80px;
    opacity: 0.8;
}

#name{
    border: #00121a;
    border: 0;
    border-bottom: #00121a 1px solid;
    width: 80%;
    height: 60px;
    background: rgba(255, 255, 255, 0);
}
form span{
    font-size: 18px;
    color: #00121a;
}

#form_name{
    margin: 10px;
    padding: 10px;
}

#form_name input{
    font-size: 26px;
    position: relative;
    z-index: 6;
}

#logo{
    position: absolute;
    width: 80%;
    z-index: 1;
    top: 300px;
    right: 0;
    opacity: 0.5;
    overflow: hidden;
}

@media screen and (max-width: 450px) {
    body{
        width: 100%;
        background-size: 100% 100%;
    }
}