img,
div,
body
{
    margin: 0;
    padding: 0;
}

.div-head
{
    width: 100%;
    height: 30px;
    color: #fff;
    border: none;
    text-align: center;
    background: #6495ed;
}

.div-head div
{
    line-height: 30px;
    text-align: center;
}

.div-head div img
{
    float: left;
    margin-top: 5px;
}

.headImg
{
    float: left;
    width: 80px;
    height: 80px;

}

img
{
 width: 100%;
}


input
{
    font-size: 20px;

    

    width: 100%;
    height: 45px;
    margin-top: 10px;
    padding: 6px 12px;

    text-align: center;

    border: 1px solid #ccc;
    border-radius: 5px;
}

.btn
{
    display: inline-block;

    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 6px;

    text-align: center;

    border-radius: 5px;
}


        /*Í¼Æ¬ÂÖ²¥*/.imgs-item
        {
            width: 100%;
            height: 8em;
            background: blueviolet;
        }