body{
    background-color: #ededf0;
}
.sl-main{
    /* position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%); */
}
.sl-main .content{
    width: 72.916%;
    margin: 0 auto;
    font-size: 14px;
}
.sl-main .title{
    text-align: center;
    font-size: 3.6rem;
    color: #029fc8;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px #6cb6c9;
    font-family: En_bold;
    margin: 5rem 0;
}
.sl-main .body{
    font-size: 0;
    color: #7f7f7f;
}
.sl-main .body>div{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 0;
}
.sl-main .body>div>div{
    margin-bottom: 2rem;
}
.sl-main .body .name{
    font-size: 2rem;
}
.sl-main .body .input{
    box-sizing: border-box;
    height: 3.2rem;
    line-height: 3.2rem;
    display: inline-block;
    background-color: #fff;
    border-radius: .2rem;
}
.sl-main .body .detail1 .input{
    width: 30rem;
}
.sl-main .body .detail2 .input{
    width: 18rem;
    vertical-align: middle;
}
.sl-main .body input{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    outline:none;
    border: none;
    padding: 0 10px;
    font-size: 1.4rem;
}
.sl-main .body .left .detail2 span{
    display: inline-block;
    vertical-align: middle;
    width: 12rem;
    text-align: center;
    color: #029fc8;
    cursor: pointer;
}
.sl-main .body .left .detail2 span:hover{
    color: #5fd9f9;
}
.sl-main .body .detail2 span{
    font-size: 1.4rem;
    line-height: 3.2rem;
}
.sl-main .body .btn{
    width: 18rem;
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    border-radius: .2rem;
    background-color: #029fc8;
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
}
.sl-main .body .btn:hover{
    background-color: #5fd9f9;
}
.sl-main .status{
    font-size: 1.4rem;
    color: #7f7f7f;
    line-height: 3rem;
}
@media (max-width: 768px) {
    .sl-main .content{
        width: 90%;
    }
    .sl-main .body>div{
        width: 100%;
        margin-bottom: 1rem;
    }
}