body{
    background-color: #eeeeee;
}
.box{
    width: 400px;
    background-color: #ffffff;
    margin: 0px auto;
    padding-bottom: 50px;
}
.top{
    width: 100%;
    padding: 10px 0px;
    background-color: #082C4B;
}
.top-title{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.imgs{
    width: 100%;
    height: 120px;
}
.icon{
    width: 100%;
    height: 100%;
}
.con{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 5px 0px;
}
.con-title{
    font-size: 22px;
    padding: 20px 0px 20px 0px;
    color: #666666;
    font-weight: 600;
}
.see-form{
    width: 100%;
    margin: 5px 0px 10px 0px;
}
.see-form-title{
    width: 96%;
    margin: 0px 2%;
    background-color: #082C4B;
    padding: 10px 0px;
    color: #ffffff;
    border-radius: 5px 5px 0px 0px;
}
.see-form-title-p{
    width: 90%;
    margin: 0px 5%;
}
.see-table{
    width: 96%;
    margin: 0px 2%;
}
table, th, td {
    border: 0.5px solid black;
    border-color: #082C4B;
    border-collapse: collapse;
}
.see-table-tr{

}
.see-table-title{
    width: 40%;
    padding: 6px 0px;
}
.see-table-name{
    width: 60%;
    color: #888888;
    padding: 6px;
}
.see-table-avatar{
    width: 120px;
    height: 140px;
}


/*手机端*/
@media only screen and (max-width: 640px) {
    /*这里书写手机端的css代码，手机端的css代码是在pc端的代码基础上书写，类似于补充*/
    .box{
        width: 100%;
        background-color: #ffffff;
        margin: 0px auto;
        padding-bottom: 50px;
    }
    .top{
        width: 100%;
        padding: 10px 0px;
        background-color: #082C4B;
    }
    .top-title{
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
    }
    .imgs{
        width: 100%;
        height: 120px;
    }
    .icon{
        width: 100%;
        height: 100%;
    }
    .con{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 5px 0px;
    }
    .con-title{
        font-size: 22px;
        padding: 20px 0px 30px 0px;
        color: #666666;
        font-weight: 600;
    }
    .see-form{
        width: 100%;
        margin: 5px 0px 10px 0px;
    }
    .see-form-title{
        width: 96%;
        margin: 0px 2%;
        background-color: #082C4B;
        padding: 10px 0px;
        color: #ffffff;
        border-radius: 5px 5px 0px 0px;
    }
    .see-form-title-p{
        width: 90%;
        margin: 0px 5%;
    }
    .see-table{
        width: 96%;
        margin: 0px 2%;
    }
    table, th, td {
        border: 0.5px solid black;
        border-color: #082C4B;
        border-collapse: collapse;
    }
    .see-table-tr{

    }
    .see-table-title{
        width: 40%;
        padding: 6px 0px;
    }
    .see-table-name{
        width: 60%;
        color: #888888;
        padding: 6px;
    }
    .see-table-avatar{
        width: 80px;
        height: 100px;
    }
}
