
body{
    margin: 0;
    padding: 0;
    background-color: #e8e8e8;
}
.content{
    width:100%;
}
.content_box{
    position: absolute;
    width:90%;
    top:2rem;
    left:5%;
    height: 37rem;
    background-color: #fff;
    border-radius: 20px;
}
.content_title_icon {
    width: 100%;
    height: 10rem;
    position: relative;
    /*top:2rem;*/
    /*width:10rem;*/
    /*height: 10rem;*/
    background-color: #008dff;
    /*border-radius: 50%;*/
    margin:auto;
    border-radius: 1rem 1rem 0 0;

}
.content_title_bg{
    /*width:8rem;*/
    /*height: 8rem;*/
    width:28%;
    margin: auto;
    position: relative;
    /*background-color: #008dff;*/
    /*overflow:hidden;*/

    /*border-radius: 50%;*/

}
 img{
    position: relative;
    /*width:1rem;*/
    /*height: auto;*/
    width:10rem;
    height: auto;
    max-width: none;
    top:2rem;
}
.content_title_text{
    position: relative;
    top:4.5rem;
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
.content_tel{
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top:8rem;
    /*top:1.8rem;*/
}
.conttent_user_tel{
    position: relative;
    text-align: center;
    margin-top: 1rem;
}
.conttent_user_tel input{
    position: relative;
    text-align: center;
    width:80%;
    height: 4rem;
    border-radius: 1rem;
    border:1px solid #e8e8e8;
    font-size: 2.5rem;
}
.btn_submit{
    position: relative;
    width:60%;
    height: 5rem;
    background-color: #008dff;
    border-radius: 1rem;
    font-size: 2.4rem;
    left:20%;
    bottom: -6rem;
    color: #ffffff;
    border:0;
    text-align: center;
    line-height: 5rem;
}
input{
    -webkit-appearance: none;
}
