.build-box{width:95%;padding:10px 25px;margin:auto;min-height:95%;border-radius:5px;background-color:hsla(0,0%,100%,.9);-webkit-animation:show 1.2s ease-in;animation:show 1.2s ease-in}.build-box .el-collapse-item__header{padding:0 10px;font-weight:700;background-color:hsla(0,0%,100%,0)}.build-box .el-collapse-item__wrap{padding:0 20px;background-color:rgba(0,0,0,.1)}.build-box p{text-indent:2em}.build-box p a{text-decoration:none}.build-box img{position:relative;left:50%;transform:translate(-50%);max-width:80%}@media screen and (max-width:700px){.build-box{padding:5px;width:98%}}