@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

body {
    width: 100%;
    height: 10%;
}

.top-box {
    width: 100%;
    height: 65px;
    /* background-color: ; */
    position: fixed;
    background-color: white;
    border-bottom: 1px solid gainsboro;
}

.top-text-box {
    width: 1200px;
    height: 65px;
    margin: auto;
}

.top-img {
    margin-left: 10px;
    margin-top: 10px;
}

.top-text {
    font-size: 20px;
    font-weight: bold;
    margin-left: 70px;

}

.content-box {
    
    width: 750px;
    height: 550px;
    background-color: #FAFBFC;
    margin: auto;
    /* position: absolute; */
    /* top: 100px;
    left: 0px;
    right: 0px; */
    margin: auto;
    border-radius: 5px;
    margin-top: 60px;
    position: relative;
}

.photo{
   position: absolute;
   top: 30px;
   right: 10px;
   /* border:1px solid black */
}
.photo-img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
}