  body
{
	background-image:url('hyw.png');
	background-repeat:repeat-x;
}
#center
{
	color:rgb(255, 255, 255);
} 
#text-center
{
	text-align:center;
  color:rgb(255, 255, 255);
   background-color: #2b2c2e;
    font-family: 'Segoe UI', sans-serif;
    justify-content: center;
     display: flex;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 20vh;
    margin: 0;
} 
#place-holer-gunmu
{
	text-align:center;
  color:#2b2c2e;
   background-color: #2b2c2e;
    font-family: 'Segoe UI', sans-serif;
    justify-content: center;
     display: flex;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 20vh;
    margin: 0;
} 
#png-hyw
{
	text-align:center;
  color:#2b2c2e;
   background-color: #2b2c2e;
    font-family: 'Segoe UI', sans-serif;
    justify-content: center;
     display: flex;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 810;
    margin: 0;
} 
#jpg-wsb
{
	text-align:center;
  color:#2b2c2e;
   background-color: #2b2c2e;
    font-family: 'Segoe UI', sans-serif;
    justify-content: center;
     display: flex;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 8100;
    margin: 0;
} 
#fucking-button
{
	text-align:center;
  color:#a0a0a0;
   background-color: #2b2c2e;
    font-family: 'Segoe UI', sans-serif;
    justify-content: center;
     display: flex;
    /* 水平居中 */
    align-items: center;
    /* 垂直居中 */
    height: 810;
    margin: 0;
} 
#sofa-away
{
    width: 220px;
    padding: 10px;
    border: 0px solid rgb(196, 193, 193);
    margin: 0; 
}

div.img {
    margin: 0px;
    border: 1px solid rgb(228, 228, 228);
    float: left;
    width: 180px;
}

div.img:hover {
    border: 1px solid #00ffff;
    background-color: #476fc0;
     color:#55f4ff;
}

div.img img {
    width: 100%;
    height: auto;
    background-color: rgb(97,97,97);
     color:rgb(255, 255, 255);
}

div.desc {
    padding: 15px;
    text-align: center;
    background-color: rgb(97, 97, 97);
     color:rgb(255, 255, 255);
}


#center{
    text-align: center;
}


#right{
    text-align: right;
}


















