body,
html {
  height: 100%;
  background-color: #fff;
  min-width: 1200px;
}
* {
  margin: 0;
  padding: 0;
}
#app * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.md-kqy {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.md-kqy .kqy {
  display: block;
  width: 320px;
  height: 563.8px;
  margin: 140px auto 0;
}
.md-kqy .close {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
#app {
  overflow: hidden;
}
#app .head {
  width: 100%;
  height: 624px;
  background: url(/w/img/whd_bg1.jpg) no-repeat;
  background-size: cover;
}
#app .head .modal {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#app .head .modal .title {
  font-size: 44px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 10px;
}
#app .head .modal .desc {
  font-size: 23px;
  color: #fff;
  letter-spacing: 4px;
}
#app .head .modal .border {
  width: 98px;
  height: 2px;
  background: #fff;
  margin: 34px 0;
}
#app .isnav p {
  width: 980px;
  color: #333;
  font-size: 16px;
  color: #010101;
  margin: 60px auto 0;
  text-indent: 2em;
  line-height: 25px;
}
#app .storetitle {
  display: block;
  width: 400px;
  margin: 33px auto 0;
}
#app .advence {
  width: 80%;
  min-width: 1100px;
  margin: 30px auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#app .advence,
#app .advence .advenceitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#app .advence .advenceitem {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#app .advence .advenceitem img {
  width: 96px;
  height: 96px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#app .advence .advenceitem .title {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #333;
  margin-top: 20px;
}
#app .advence .advenceitem .desctop {
  margin-top: 12px;
}
#app .advence .advenceitem .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333;
  line-height: 25px;
}
#app .isnavfoot {
  margin-top: 64px;
}
#app .storelook {
  position: relative;
}
#app .storelook .pocon {
  position: absolute;
  width: 70%;
  min-width: 1100px;
  top: 43px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#app .storelook .pocon .computer {
  width: 614px;
  height: 391px;
}
#app .storelook .pocon .poconright {
  margin-left: 90px;
}
#app .storelook .pocon .poconright .lookimg {
  width: 298px;
}
#app .storelook .pocon .poconright .border {
  display: block;
  margin: 40px 0;
  width: 37px;
  height: 4px;
  background: #000;
}
#app .storelook .pocon .poconright .desc {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
}
#app .storelook .pocon .poconright .desc1 {
  margin-top: 20px;
}
#app .storelook .storenull {
  height: 248px;
  background-color: #fff;
}
#app .storelook .storebg {
  height: 248px;
  background-color: #f2f5f8;
}
#app .instructions {
  display: block;
  width: 400px;
  margin: 40px auto 20px;
}
#app .instrubor {
  display: block;
  width: 37px;
  height: 4px;
  margin: 0 auto;
  background: #000;
}
#app .step {
  position: relative;
}
#app .step .stepcon {
  position: absolute;
  top: 50px;
  width: 70%;
  min-width: 1160px;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#app .step .stepcon,
#app .step .stepcon .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#app .step .stepcon .item {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  width: 264px;
  height: 264px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#app .step .stepcon .item img {
  width: 100%;
  height: 100%;
}
#app .step .stepcon .item .maksitro {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  background: rgba(62, 0, 2, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#app .step .stepcon .item .maksitro .isnum {
  font-size: 48px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-shadow: 0 3px 2px rgba(48, 7, 11, 0.65);
}
#app .step .stepcon .item .maksitro .isbor {
  display: inline-block;
  width: 32px;
  height: 2px;
  background: #fff;
  margin: 20px 0 12px;
}
#app .step .stepcon .item .maksitro .isname {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  text-shadow: 0 3px 2px rgba(48, 7, 11, 0.65);
}
#app .step .stepcon .item:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0);
  box-shadow: 0 0 4px 0 rgb(0 0 0);
}
#app .step .stepcon .item:hover .maksitro {
  background: hsla(0, 0%, 100%, 0.9);
}
#app .step .msg {
  position: absolute;
  bottom: 40px;
  width: 900px;
  height: 198px;
  background: #fff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 37px;
}
#app .step .msg ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  cursor: pointer;
}
#app .step .msg ul li p:first-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ef2329;
  min-width: 100px;
}
#app .step .msg ul li p:nth-child(2) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
#app .step .msg ul li p:nth-child(2),
#app .step .msg ul li p:nth-child(3) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000;
}
#app .step .msg ul li p:nth-child(3) span {
  color: #ef2329;
}
#app .step .storenull {
  height: 200px;
  background: #fff;
}
#app .step .storebg {
  height: 421px;
  background: #f2f5f8;
}
#app .intomystore {
  padding: 40px 0;
}
#app .intomystore p {
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #121212;
}
#app .intomystore p span {
  font-size: 24px;
  color: #ef2329;
  font-weight: bold;
}
#app .intomystore .intopmystore {
  display: block;
  width: 513px;
  height: 85px;
  background: #ef2329;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 700;
  color: #fff;
  letter-spacing: 10px;
  text-decoration: none;
  text-align: center;
  line-height: 85px;
  margin: 30px auto 0;
}
.img_box {
  width: 96px;
  height: 96px;
  border: 1px solid #EF2329;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_box img {
  width: 45px !important;
  height: 45px !important;
}
.form-cell.captcha input {
  padding: 0 15px;
  width: 100%;
}
