img{
    margin: 0 3px;
}
@media (min-width:821px) {
    body{
        display: flex;
        justify-content: center;
        padding-top: 6%;
        color: #000B33;
    }
    .createbox{
        width: 70%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    .image{
        width: 20vw;
    }
    .name{
        font-size: 6vw;
        color: #4D7CFF;
    }
    .right{
        width: 40%;
    }
    .title{
        display: flex;
        align-items: end;
        margin-bottom: 1vw;
    }
    .system{
        font-size: 2vw;
    }
    .codebox{
        width: 80%;
    }
    .code{
        text-align: center;
    }
    .prompt{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .protext{
    margin-left: 2vw;
   }
   .btmlist, .leftitem{
    display: flex;
    flex-wrap: nowrap;
    align-items: end;
}
.btmlist{
    margin-top: 2vw;
    font-size: 0.5vw;
    color: #7e7e7e;
    justify-content: space-between;
}
}
@media (max-width:821px) and (min-width:420px) {
    body{
        padding-top: 10%;
    }
    .left{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3vw;
    }
    .image{
        width: 25vw;
    }
    .name{
        font-size: 6vw;
        color: #4D7CFF;
    }
    .right{
        width: 60%;
        margin: 0 20%;
    }
    .title{
        display: flex;
        align-items: end;
        justify-content: center;
        margin-bottom: 2vw;
    }
    .system{
        font-size: 4vw;
    }
    .codebox{
        width: 100%;
    }
    .code{
        text-align: center;
    }
    .prompt{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .protext{
    margin-left: 2vw;
   }
   .btmlist{
    color: #7e7e7e;
    margin-top: 4vw;
    font-size: 0.3vw;
    display: flex;
    justify-content: space-between;
   }
   .leftitem{
    display: flex;
    align-items: end;
    justify-content: center;
   }
    
}
@media (max-width:421px) {
    body{
        padding-top: 10%;
    }
    .left{
        width: 60%;
        margin: 0 20%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 5vw;
    }
    .image{
        width: 25vw;
    }
    .name{
        font-size: 6vw;
        color: #4D7CFF;
    }
    .right{
        width: 80%;
        margin: 10%;
    }
    .img{
        width: 10vw;
    }
    .title{
        display: flex;
        align-items: end;
        justify-content: center;
        margin-bottom: 3vw;
    }
    .system{
        font-size: 6vw;
    }
    .codebox{
        width: 100%;
    }
    .code{
        text-align: center;
    }
    .prompt{
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .protext{
    margin-left: 2vw;
   }
   .btmlist{
    color: #7e7e7e;
    font-size: 0.3vw;
    text-align: center;
   }
   .leftitem{
    display: flex;
    align-items: end;
    justify-content: center;
    margin: 5vw 0;
   }
   .saomiao{
    width: 7vw;
   }
}