body {
  margin: 0;
  padding: 0;
  font-family: "微軟正黑體", Arial;
}
.head {
  position: relative;
  background-color: #1f5090;
}
.irent-logo {
  z-index: 1000;
  position: absolute;
  top: 50px;
  left: 50px;
}
.logo {
  z-index: 2000;
  position: absolute;
  bottom: 30px;
  right: 50px;
}
.logo img {
  margin-right: 50px;
}
.wrapper {
  background-color: #c1dcfb;
  padding: 50px 0;
}
.cont {
  width: 1100px;
  margin: 0 auto;
}
.cont h2 {
  font-size: 35px;
  color: #1f5090;
}
.but .w-display {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.footer {
  background-color: #4486bb;
  padding: 50px 0;
}
.align-center {
  text-align: center;
}
.footer .line {
  height: 1px;
  background-color: #fff;
  margin: 0 auto 40px auto;
}
.info {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.footer img {
  display: inline-block;
  margin: 0 5px;
}
.b-line {
  text-decoration: underline;
  color: #FF0004;
}
.red {
  color: red;
}
.yellow {
  color: #ffb400;
}
.green {
  color: green;
}
.dflex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 50px 0;
  justify-content: space-between;
}
.PVM {
  width: 65%;
}
.PVM h2 {
  margin-top: 0;
}
.PVM p {
  line-height: 2;
}
map area {
  outline: none;
}
.w-display {
  display: block;
}
.m-display {
  display: none;
}
.video {
  height: 100%;
}
@media only screen and (max-device-width: 767px) {
  .irent-logo {
    top: 20px;
    left: 17px;
  }
  .irent-logo img {
    width: 50%;
  }
  .logo img {
    width: 80%;
    margin-right: 0;
  }
  .logo a {
    text-align: right;
  }
  .logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    right: 20px;
    bottom: 15px;
  }
  .w-display, .but .w-display {
    display: none;
  }
  .m-display {
    display: block;
  }
  .cont {
    width: 95%;
  }
  .info {
    width: 100%;
  }
  .dflex {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .PVM {
    width: 100%;
  }
  .PVM h2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .but {
    flex-wrap: wrap;
  }
  .but a {
    width: 80%;
    border: 2px solid #1f5090;
    padding: 10px;
    display: block;
    margin: 10px auto;
    color: #1f5090;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
	 font-size: 20px;
	  border-radius: 15px;
  }
	
	 img.btn{
		width: 100%;
	}
	
  .cont h2 {
    font-size: 28px;
  }
  .video {
    margin: 15px auto;
    width: 100%;
  }
  .video iframe {
    height: 100%;
  }
  .footer img {
    margin: 10px 0;
  }
}