#fuWuXiangMu {
  width: 100%;
}

.xiangMuHe {
  width: 50%;
  float: left;
}

.xiangMuHe:nth-child(odd) {
  text-align: right;
}

.xiangMuHe:nth-child(even) {
  text-align: left;
}

.xiangMuHe:nth-child(odd) p:nth-child(1) {
  font-size: 30px;
  font-family: "Microsoft JhengHei";
  margin: 30px 80px 0 0;
  color: rgb(241, 241, 241);
  font-weight: bold;
}

.xiangMuHe:nth-child(even) p:nth-child(1) {
  font-size: 30px;
  font-family: "Microsoft JhengHei";
  margin: 30px 0 0 80px;
  color: rgb(241, 241, 241);
  font-weight: bold;
}

.xiangMuHe:nth-child(odd) input {
  border: none;
  border-radius: 8px;
  padding: 10px;
  margin: 40px 80px 30px 0;
  cursor: pointer;
  background-color: white;
}

.xiangMuHe:nth-child(even) input {
  border: none;
  border-radius: 8px;
  padding: 10px;
  margin: 40px 0 30px 80px;
  cursor: pointer;
  background-color: white;
}

.xiangMuHe input:hover {
  background-color: rgb(235, 235, 235);
}

.xiangMuHe:nth-child(1) {
  background: url("../images/siSe/green.jpg");
  background-size: cover;
}

.xiangMuHe:nth-child(2) {
  background: url("../images/siSe/blue.jpg");
  background-size: cover;
}

.xiangMuHe:nth-child(3) {
  background: url("../images/siSe/orange.jpg");
  background-size: cover;
}

.xiangMuHe:nth-child(4) {
  background: url("../images/siSe/red.jpg");
  background-size: cover;
}