body {
  background-color: #d69a44;
}

/* face */

.cat .face {
  position: absolute;
  left: 50%;
  margin-left: -175px;
  top: 40px;
  width: 350px;
  height: 250px;
  border-radius: 50% 50% 30% 30%;
  border: 2px solid #3f200b;
  z-index: 10;
  background: #fbf8f1;
  overflow: hidden;
}

/* ear */

.cat .ear-wrap {
  position: absolute;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  /*   top: 100px; */
}

.cat .ear-wrap {
  position: absolute;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  margin-top: 20px;
}

.cat .ear {
  position: absolute;
  width: 80px;
  height: 100px;
  border: 2px solid #000;
  background: #fbf8f1;
  border-radius: 100% 10% 50% 0%;
}

.cat .ear-wrap .right {
  left: auto;
  right: 0;
  border-radius: 10% 100% 0% 50%;
  background: #f1ac2b;
}

/* 头发 */

.cat .hair {
  position: absolute;
  width: 120px;
  height: 120px;
  left: 50%;
  margin-left: 50px;
  margin-top: -40px;
  background: #f3b32e;
  border-radius: 50% 50% 50% 50%;
}

/* 眼睛 */

.cat .eye-wrap {
  position: absolute;
  width: 280px;
  height: 70px;
  top: 90px;
  left: 50%;
  margin-left: -140px;
  overflow: hidden;
}

.cat .eye {
  height: 100px;
  width: 100px;
  position: absolute;
}

.cat .eye-circle {
  width: 100px;
  height: 80px;
  border: 2px solid #482507;
  overflow: hidden;
  position: absolute;
  background: #fff;
  border-radius: 50% 50% 40% 40%;
  box-sizing: border-box;
}

.cat .eye-core {
  height: 55px;
  width: 46px;
  border-radius: 50% 50% 50% 50%;
  /* margin: 0 auto; */
  background: #000;
  position: absolute;
  left: 50%;
  margin-left: -23px;
}

.cat .eye-bottom {
  height: 50px;
  width: 100px;
  border-radius: 40% 40% 50% 50%;
  position: absolute;
  margin-top: 48px;
  border-top: 2px solid #46240b;
  background: #f6f7f2;
}

.cat .eye-wrap .right {
  left: auto;
  right: 0px;
}

.cat .face-red {
  position: absolute;
  height: 20px;
  width: 70px;
  background: red;
  top: 45px;
  /*top: 64px;*/
  left: 18px;
  border-radius: 50% 50% 50% 50%;
  background: #e85a5e;
  opacity: 0;
}

/* 鼻子 */

.cat .nose {
  width: 20px;
  height: 10px;
  border-bottom: 8px solid #000;
  border-radius: 0% 0% 50% 50%;
  top: 154px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}

/* 嘴巴 */

.cat .mouth-wrap {
  position: absolute;
  top: 168px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  height: 20px;
  overflow: hidden;
}

.cat .mouth {
  width: 40px;
  height: 40px;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  border-radius: 0% 40% 50% 20%;
  margin-top: -26px;
  position: absolute;
  left: 0;
}

.cat .mouth-wrap .right {
  border-bottom: 4px solid #000;
  border-right: none;
  border-left: 4px solid #000;
  border-radius: 40% 0% 20% 50%;
  position: absolute;
  left: auto;
  right: 0;
}

/*鼠标hover样式 写在这里*/
