@font-face {
  font-family: "MyFontName";
  src: url(font/meiryo.ttc);
}
div {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  margin: 0;
  padding: 0;
  background-color: black;
}
#app {
  margin: 0 auto;
  width: 1400px;
  position: relative;
  font-family: sans-serif, FuturaRound, heisei-kaku-gothic-std, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ";
}
#app .fixed {
  position: fixed;
  top: 0;
  height: 220px;
  width: 1400px;
  z-index: 8;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 100px;
}
#app .fixed .logo {
  display: inline-block;
  margin-top: 36px;
}
#app .fixed .logo .img {
  width: 210px;
  height: 145px;
}
#app .fixed .menu {
  position: absolute;
  right: 100px;
  display: inline-block;
  height: 100%;
}
#app .fixed .menu .phone {
  text-align: right;
}
#app .fixed .menu .phone .mail {
  display: inline-block;
  transition: all 0.4s;
  width: 90px;
  height: 80px;
  background-image: url("image/mail.png");
}
#app .fixed .menu .phone .mail:hover {
  background-image: url("image/mail_h.png");
}
#app .fixed .menu .tab {
  height: 136px;
  line-height: 54px;
  text-align: right;
  letter-spacing: 5px;
}
#app .fixed .menu .tab span {
  display: inline-block;
  height: 51px;
  color: #fff;
  margin-left: 34px;
  margin-top: 56px;
  font-size: 20px;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
}
#app .fixed .menu .tab span:hover {
  background-image: url("image/menu_hover.png");
}
#app .part {
  position: relative;
  z-index: 3;
  text-align: center;
  height: 550px;
  background-color: black;
  word-spacing: -4px;
  line-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#app .part .part {
  transition: all 0.4s;
  width: 220px;
  height: 550px;
  background-size: 220px 550px;
  background-repeat: no-repeat;
}
#app .part .part:hover {
  width: 240px;
  height: 600px;
  background-size: 240px 600px;
  background-repeat: no-repeat;
}
#app .part .part1 {
  background-image: url("image/part/part2_001.jpg");
}
#app .part .part2 {
  background-image: url("image/part/part2_002.jpg");
}
#app .part .part3 {
  background-image: url("image/part/part2_003.jpg");
}
#app .part .part4 {
  background-image: url("image/part/part2_004.jpg");
}
#app .part .part5 {
  background-image: url("image/part/part2_005.jpg");
}
#app .part .part1:hover {
  background-image: url("image/part/part2_001_h.jpg");
}
#app .part .part2:hover {
  background-image: url("image/part/part2_002_h.jpg");
}
#app .part .part3:hover {
  background-image: url("image/part/part2_003_h.jpg");
}
#app .part .part4:hover {
  background-image: url("image/part/part2_004_h.jpg");
}
#app .part .part5:hover {
  background-image: url("image/part/part2_005_h.jpg");
}
#app .notice {
  height: 300px;
  vertical-align: bottom;
}
#app .photoLeft {
  height: 550px;
}
#app .photoLeft .left {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 535px;
  margin-right: 38px;
}
#app .photoLeft .left .img {
  width: 100%;
  height: 100%;
}
#app .photoLeft .left .redIcon {
  position: absolute;
  top: 55px;
  right: -16px;
}
#app .photoLeft .right {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 822px;
  overflow: hidden;
}
#app .photoLeft .right .imgTop {
  margin-top: 55px;
}
#app .photoLeft .right .more {
  letter-spacing: 5px;
  color: #b80026;
  margin-top: 120px;
  font-size: 20px;
  cursor: pointer;
}
#app .photoLeft .right .imgBottom {
  position: absolute;
  bottom: 60px;
  height: 220px;
}
#app .photoLeft .right .imgBottom .img1 {
  width: 405px;
  height: 100%;
  margin-right: 4px;
}
#app .photoLeft .right .imgBottom .img2 {
  width: 310px;
  height: 100%;
}
#app .photoRight {
  background-color: #fff;
  height: 550px;
  text-align: right;
}
#app .photoRight .left {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 822px;
  overflow: hidden;
}
#app .photoRight .left .imgTop {
  margin-top: 55px;
}
#app .photoRight .left .more {
  letter-spacing: 5px;
  color: #b80026;
  margin-top: 120px;
  font-size: 20px;
  cursor: pointer;
}
#app .photoRight .left .imgBottom {
  position: absolute;
  bottom: 60px;
  right: 0px;
  height: 220px;
}
#app .photoRight .left .imgBottom .img1 {
  width: 405px;
  height: 100%;
  margin-left: 4px;
}
#app .photoRight .left .imgBottom .img2 {
  width: 310px;
  height: 100%;
}
#app .photoRight .right {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 535px;
  margin-left: 38px;
}
#app .photoRight .right .img {
  width: 100%;
  height: 100%;
}
#app .photoRight .right .redIcon {
  position: absolute;
  top: 55px;
  left: -16px;
}
#app .flow {
  height: 630px;
  vertical-align: bottom;
}
#app .form {
  height: 1600px;
  background-color: #fafafa;
  text-align: center;
  padding: 0 390px;
}
#app .form .logo {
  margin-top: 52px;
}
#app .form .description {
  margin: 18px 0;
  color: #333;
}
#app .form .formContent {
  width: 100%;
}
#app .form .formContent .tr {
  margin-bottom: 30px;
}
#app .form .formContent .tr .label {
  display: inline-block;
  text-align: center;
  height: 36px;
  width: 194px;
  background-color: red;
}
#app .form .formContent .tr .value {
  display: inline-block;
  height: 36px;
  text-align: left;
  width: 420px;
  background-color: yellow;
}
#app .form .formContent .tr .value input {
  height: 100%;
  box-sizing: border-box;
}
#app .form .btn {
  margin-bottom: 84px;
  cursor: pointer;
}
#app .foot {
  height: 790px;
  position: relative;
}
#app .foot .left {
  display: inline-block;
  width: 364px;
  margin-left: 124px;
  margin-top: 70px;
}
#app .foot .left .logo {
  width: 100%;
}
#app .foot .left .description {
  letter-spacing: 5px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
#app .foot .left .border {
  border-top: 3px solid #fff;
  margin-top: 26px;
  padding-top: 26px;
}
#app .foot .left .subway {
  width: 100%;
}
#app .foot .map {
  position: absolute;
  right: 25px;
}
#app .success {
  position: fixed;
  z-index: 11;
  top: 300px;
  left: calc(50% - 300px);
}
#app .success .close {
  width: 50px;
  height: 50px;
  background-color: black;
  position: absolute;
  right: 0;
  cursor: pointer;
  opacity: 0;
}
#app .agree {
  position: absolute;
  z-index: 11;
  top: 5000px;
  left: 205px;
}
#app .agree .close {
  width: 253px;
  height: 66px;
  position: absolute;
  top: 1742px;
  left: 367px;
  cursor: pointer;
  opacity: 0;
}
#app .background {
  position: fixed;
  pointer-events: none;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.textAlignLeft {
  text-align: left;
}
.marginBottom22 {
  margin-bottom: 22px;
}
.radio {
  height: 36px;
  line-height: 36px;
  text-align: left;
}
.btnAuto {
  display: inline-block;
  height: 36px;
  width: 112px;
  background-color: #000;
  color: #fff;
  line-height: 36px;
  text-align: center;
  margin-left: 7px;
  cursor: pointer;
}
.btnSubmit {
  width: 254px;
  height: 54px;
  background-color: #000;
  color: #fff;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.tipForm {
  width: 254px;
  color: #b80026;
  text-align: center;
  font-size: 16px;
  display: none;
}
.el-form-item__label {
  text-align: center;
}
.el-form-item {
  margin-bottom: 22px;
}
.test .el-dialog__body {
  height: 456px;
  padding-top: 10px;
}
.test2 .el-dialog__body {
  height: 816px;
  padding-top: 10px;
}
.request .el-form-item__label::after {
  content: '\203b\5fc5\9808';
  color: #b80026;
  margin-right: 4px;
  font-size: 10px;
}
.el-input__inner {
  border-radius: 0px;
  height: 36px;
}
.el-textarea__inner {
  border-radius: 0px;
}
.el-radio__inner {
  border-radius: 0px;
}
.el-checkbox__inner {
  border-radius: 0px;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::after {
  content: '\203b\5fc5\9808';
  color: #b80026;
  margin-right: 4px;
  font-size: 10px;
}
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before,
.el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label::before {
  content: '';
  margin: 0px;
}
.el-carousel__arrow {
  height: 60px;
  width: 60px;
  font-size: 24px;
}
.el-checkbox {
  margin-right: 22px;
}
.displaynone {
  display: none;
}
.displayblock {
  display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /*兼容IE11*/
  .btnAuto {
    display: inline-block;
    height: 36px;
    width: 112px;
    background-color: #000;
    color: #fff;
    line-height: 46px;
    text-align: center;
    margin-left: 7px;
    cursor: pointer;
  }
  .btnSubmit {
    width: 254px;
    height: 54px;
    background-color: #000;
    color: #fff;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
  }
}
