
.md-head.home {
  height: 0;
}
.md-head.home .head-pc {
  background-color: transparent;
}
.md-head.home .head-pc .logo {
  filter: none;
}
.md-head.m_show .md-mob_sideNav {
  right: 0;
  opacity: 1;
}
.md-head.m_show .mob_mask {
  display: block;
}
.md-head.is-fixed .head-pc, .md-head.white .head-pc {
  background-color: #fff;
  box-shadow: 1px 1px 0.12rem 0px rgba(0, 0, 0, 0.1);
  background-image: none;
}
.md-head.is-fixed .head-pc .logo, .md-head.white .head-pc .logo {
  filter: none;
}
.md-head.is-fixed .head-pc .logo .pi, .md-head.white .head-pc .logo .pi {
  display: none;
}
.md-head.is-fixed .head-pc .logo .mi, .md-head.white .head-pc .logo .mi {
  display: block;
}
.md-head.is-fixed .head-pc .ul1 .a1, .md-head.white .head-pc .ul1 .a1 {
  color: #333;
}
.md-head.is-fixed .head-pc .h-lang .hd, .md-head.white .head-pc .h-lang .hd {
  color: #333;
}
.md-head.is-fixed .head-pc .h-lang .ic, .md-head.white .head-pc .h-lang .ic {
  filter: none;
}
.md-head.is-fixed .head-pc .h-lang .ar, .md-head.white .head-pc .h-lang .ar {
  filter: none;
}
.md-head.is-fixed .head-pc .h-search .hic, .md-head.white .head-pc .h-search .hic {
  filter: none;
}
.md-head.white {
  height: 0.9rem;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 1rem !important;
  }
}

.mob_mask {
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(0.1rem);
          backdrop-filter: blur(0.1rem);
}

.head-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  transition: all 0.3s;
}
.head-pc .layout {
  width: 18.4rem;
  max-width: 99%;
}
@media screen and (max-width: 900px) {
  .head-pc {
    height: 1rem;
    background-color: #fff;
    background-image: none !important;
  }
  .head-pc .layout {
    max-width: 94%;
  }
}

.head-box {
  z-index: 5;
}
.head-box .logo {
  flex-shrink: 0;
  font-size: 0;
}
.head-box .logo .la {
  display: inline-flex;
  align-items: center;
}
.head-box .logo img {
  height: 0.51rem;
}
.head-box .logo .mi {
  display: none;
}
.head-box .hd_le {
  display: flex;
  align-items: center;
}
.head-box .hb_ri {
  display: flex;
  align-items: center;
}
.head-box .ul1 .li1 {
  position: relative;
  margin-right: 1rem;
}
.head-box .ul1 .li1:last-child {
  margin-right: 0;
}
.head-box .ul1 .li1:hover .ul2 {
  top: 100%;
  opacity: 1;
  transition: all 0.3s;
  pointer-events: auto;
}
.head-box .ul1 .li1:hover .head-sub {
  opacity: 1;
  display: block;
  pointer-events: auto;
  transition: opacity 0.2s;
}
.head-box .ul1 .has-sub {
  position: static;
}
.head-box .ul1 .a1 {
  display: block;
  white-space: nowrap;
  position: relative;
  line-height: 0.9rem;
  color: #fff;
  transition: all 0.3s;
}

.head-box .ul1 .a1.on{
     color: #e60012 !important;
}
.head-box .ul1 .ul2 {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%);
  min-width: 100%;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  box-shadow: 0px 0 0.2rem 0px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transition: all 0.3s;
}
.head-box .ul1 .li2 {
  position: relative;
}
.head-box .ul1 .li2:hover .ul3 {
  display: block;
}
.head-box .ul1 .a2 {
  display: block;
  text-align: center;
  padding: 0.1rem 0.15rem;
  background-color: white;
  color: #333;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a2:hover {
  color: #fff;
  background-color: #e60012;
}
.head-box .ul1 .ul3 {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
}
.head-box .ul1 .a3 {
  display: block;
  text-align: center;
  padding: 0.15rem;
  background-color: white;
  color: #000;
  white-space: nowrap;
  position: relative;
  transition: all 0.3s;
}
.head-box .ul1 .a3:hover {
  color: #fff;
  background-color: #e60012;
}
.head-box .h-phone {
  margin-right: 0.25rem;
  color: #000;
  font-weight: bold;
  font-size: 0;
}
.head-box .h-phone .aa {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.head-box .h-phone .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.head-box .h-user {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #fff;
}
.head-box .h-user .ua1 {
  display: inline-flex;
  align-items: center;
}
.head-box .h-user .uic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.1rem;
}
.head-box .h-user .ua2 {
  cursor: pointer;
}
.head-box .h-shop {
  cursor: pointer;
  margin-left: 0.4rem;
}
.head-box .h-shop .hic {
  cursor: pointer;
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-shop.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.head-box .h-login {
  display: inline-flex;
  align-items: center;
  background-color: #e60012;
  border-radius: 1rem;
  color: #fff;
  padding: 0.1rem 0.24rem;
  cursor: pointer;
}
.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(/static/home/images/h-lo-w.png);
  margin-right: 0.1rem;
}
.head-box .h-lang {
  position: relative;
  margin-right: 0.2rem;
}
.head-box .h-lang:hover .bd {
  top: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0%);
  transition: all 0.3s;
}
.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.head-box .h-lang .ic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-lang-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 0.1rem;
  filter: brightness(0) invert(1);
}
.head-box .h-lang .on {
  color: #e60012;
}
.head-box .h-lang .ar {
  width: 1em;
  height: 0.5em;
  background-image: url(/static/home/images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.5em;
}
.head-box .h-lang .bord img {
  width: 0.1rem;
  min-width: auto;
}
.head-box .h-lang .bd {
  position: absolute;
  min-width: 100%;
  top: 150%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10%);
  transition: all 0.3s;
  padding-top: 0.2rem;
  z-index: 5;
}
.head-box .h-lang .b_a {
  display: block;
  text-align: center;
  padding: 0.1rem;
  white-space: nowrap;
  background-color: #e60012;
  color: #fff;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #e60012;
  background-color: #fff;
}
.head-box .h-search {
  position: relative;
  cursor: pointer;
  padding-left: 0.2rem;
}
.head-box .h-search::before {
  content: "";
  width: 1px;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  opacity: 0.2;
}
.head-box .h-search .hic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-mag-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
}
.head-box .h-more {
  cursor: pointer;
  display: none;
  margin-left: 0.2rem;
}
.head-box .h-more .ic {
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/h-more-b.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1280px) {
  .head-box .ul1 .li1 {
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 900px) {
  .head-box {
    height: 1rem;
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang .hd {
    color: #333;
  }
  .head-box .h-lang .ic {
    filter: none;
    background-image: url(/static/home/images/h-lang-b.png);
  }
  .head-box .h-lang .ar {
    filter: none;
  }
  .head-box .h-user {
    filter: brightness(0) invert(1);
  }
  .head-box .h-shop {
    filter: brightness(0) invert(1);
  }
  .head-box .h-search {
    margin-right: 0.25rem;
  }
  .head-box .h-search .hic {
    filter: none;
  }
  .head-box .h-more {
    display: block;
  }
}

.head-sub {
  position: fixed;
  left: 0;
  top: 100%;
  top: 0.8rem;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
  z-index: 100;
}
.head-sub.show {
  opacity: 1;
  pointer-events: auto;
}
.head-sub .hs-cont {
  position: relative;
  z-index: 6;
}
.head-sub .hs-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.head-sub .hs-box {
  padding: 0.2rem 0;
  position: relative;
}
.head-sub .hs-off {
  position: absolute;
  right: 0;
  top: 0.6rem;
  background-image: url(/static/home/images/a19.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  cursor: pointer;
  z-index: 5;
}
.head-sub .hs-list {
  overflow-y: auto;
  max-height: 80vh;
}
.head-sub .hs-item {
  padding-top: 0.25rem;
  display: flex;
  border-bottom: 1px solid #dbdbdb;
}
.head-sub .hs-item:last-child {
  border-bottom: none;
}
.head-sub .hs_le {
  width: 20%;
  position: relative;
}
.head-sub .hs_ri {
  width: 75%;
}
.head-sub .hs-ul1 {
  display: flex;
}
.head-sub .hs-ul1 .hs-li1 {
  width: 2.8rem;
  padding-bottom: 0.3rem;
}
.head-sub .hs-ul1 .hs-li2 {
  width: 2.8rem;
  margin-bottom: 0.1rem;
}
.head-sub .hs-ul1 .hs-li2:last-child {
  margin-bottom: 0;
}
.head-sub .hs-ul1 .aa2 {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #666;
}
.head-sub .hs-ul1 .aa2:hover {
  color: #e60012;
}
.head-sub .hs-ul1 .aa2:hover .i1 {
  opacity: 0;
}
.head-sub .hs-ul1 .aa2:hover .i2 {
  opacity: 1;
}
.head-sub .hs-ul1 .ic2 {
  width: 1em;
  height: 1.4em;
  position: relative;
  margin-right: 0.14rem;
}
.head-sub .hs-ul1 .ic2 img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.head-sub .hs-ul1 .i2 {
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .head-sub {
    display: none !important;
  }
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(700 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-48%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  letter-spacing: 1px;
}
.com-banner .cb_mouse {
  position: absolute;
  bottom: 0.2rem;
  left: 50%;
  transform: translate(-50%);
  z-index: 30;
  cursor: pointer;
}
.com-banner .cb_mouse img {
  animation: jump 1s linear infinite;
  width: 0.22rem;
  min-width: 16px;
}
.com-banner .video video {
  width: 100%;
}
.com-banner .cb_nav {
  position: absolute;
  left: 0;
  bottom: 0.27rem;
  width: 100%;
}
.com-banner .cb_nav .home {
  display: inline-flex;
  align-items: center;
  margin-right: 0.1rem;
}
.com-banner .cb_nav .ii {
  height: 1em;
}
.com-banner .cb_nav a {
  transition: color 0.3s;
}
.com-banner .cb_nav a:hover {
  color: #e60012;
}
.com-banner .cb_nav .sp {
  margin: 0 3px;
}
@media screen and (max-width: 900px) {
  .com-banner .cb_text .cbp1 {
    font-size: 0.5rem;
  }
  .com-banner .cb_text .ii {
    height: 0.8rem;
  }
}

.news-list {
  margin-bottom: 0.1rem;
}
.news-list .li {
  width: calc(500 / 1600 * 100%);
  margin-right: calc(50 / 1600 * 100%);
  margin-bottom: 0.5rem;
}
.news-list .li:nth-child(3n) {
  margin-right: 0;
}
.news-list .dd {
  height: 100%;
  min-height: 5.2rem;
  position: relative;
  display: block;
  box-shadow: 0 0 0 1px #e5e5e5;
  border-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s;
}
.news-list .dd::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.news-list .dd:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
}
.news-list .dd:hover::before {
  transform: scaleX(1);
}
.news-list .dd:hover .img img {
  transform: scale(1.05);
}
.news-list .dd:hover .title {
  color: #e60012;
}
.news-list .img {
  position: relative;
  padding-top: 56%;
  overflow: hidden;
}
.news-list .text {
  padding: 0.34rem 0.4rem;
}
.news-list .title {
  margin-top: 0.06rem;
  line-height: calc(34 / 24 * 100%);
  height: calc(34em / 24 * 2);
  transition: color 0.3s;
}
.news-list .btn {
  color: #e60012;
  margin-top: 0.53rem;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  transition: all 0.3s;
}
.news-list .ar {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.2rem;
}
@media screen and (max-width: 900px) {
  .news-list {
    justify-content: space-between;
  }
  .news-list .li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 500px) {
  .news-list .li {
    width: 100%;
  }
}

.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.md-footer .ul1 .li1 {
  margin-right: 1rem;
}
.md-footer .ul1 .li1:last-child {
  margin-right: 0;
  width: auto;
}
.md-footer .ul1 .a1 {
  line-height: 1;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s;
}
.md-footer .ul1 .a1:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.md-footer .ul1 .ul2 {
  margin-top: 0.2rem;
  position: relative;
}
.md-footer .ul1 .li2:last-child {
  margin-bottom: 0;
}
.md-footer .ul1 .a2 {
  line-height: 2.25;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s;
}
.md-footer .ul1 .a2:hover {
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (max-width: 900px) {
  .md-footer .ul1 {
    display: none;
  }
}

.md-foot-1 {
  position: relative;
}
.md-foot-1 .box {
  padding-top: 1.03rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-foot-1 .logo .lo {
  display: inline-flex;
}
.md-foot-1 .logo .ii {
  height: 1em;
}
.md-foot-1 .shares {
  margin-top: 0.3rem;
}
.md-foot-1 .shares .si {
  position: relative;
  margin-right: 0.2rem;
}
.md-foot-1 .shares .si:hover .hd {
  background-color: #fff;
}
.md-foot-1 .shares .si:hover .hi {
  filter: none;
}
.md-foot-1 .shares .si:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.md-foot-1 .shares .si:last-child {
  margin-right: 0;
}
.md-foot-1 .shares .hd {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: all 0.3s;
}
.md-foot-1 .shares .hi {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
  transition: all 0.3s;
}
.md-foot-1 .shares .bd {
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translate(-50%);
  opacity: 0;
  pointer-events: none;
  padding-bottom: 0.18rem;
  z-index: 30;
  transition: all 0.3s;
}
.md-foot-1 .shares .bd .bbox {
  background-color: #fff;
  position: relative;
}
.md-foot-1 .shares .bd img {
  width: 1rem;
  min-width: 80px;
  max-width: none;
}
.md-foot-1 .te {
  margin-top: 0.42rem;
}
@media screen and (max-width: 900px) {
  .md-foot-1 .box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .md-foot-1 .le {
    width: 100%;
    text-align: center;
  }
  .md-foot-1 .ri {
    width: 100%;
  }
  .md-foot-1 .form {
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-top: 0.4rem;
  }
  .md-foot-1 .form .inp {
    flex-grow: 1;
  }
  .md-foot-1 .form .ip {
    width: 100%;
  }
  .md-foot-1 .shares {
    justify-content: center;
  }
  .md-foot-1 .shares .si {
    margin: 0.1rem;
  }
  .md-foot-1 .text {
    flex-wrap: wrap;
  }
  .md-foot-1 .text .ti {
    width: 100%;
    justify-content: center;
    margin: 0.1rem 0;
  }
}

.md-foot-2 {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.md-foot-2 .box {
  color: rgba(255, 255, 255, 0.7);
  padding-top: 0.4rem;
  padding-bottom: 0.36rem;
  position: relative;
}
.md-foot-2 .ri {
  text-align: right;
}
.md-foot-2 .href a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .md-foot-2 .box {
    flex-wrap: wrap;
    padding: 0.2rem 0;
  }
  .md-foot-2 .href {
    width: 100%;
    text-align: center;
  }
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0.56rem;
  transform: translateY(-50%);
  z-index: 60;
}
.md-sideNav .sn_i {
  position: relative;
  margin-top: 0.2rem;
}
.md-sideNav .sn_i:first-child {
  margin-top: 0;
}
.md-sideNav .sn_i:hover .hd {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.md-sideNav .sn_i:hover .hd .ic {
  filter: none;
}
.md-sideNav .sn_i:hover .ht {
  color: #fff;
}
.md-sideNav .sn_i:hover .bd {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s;
}
.md-sideNav .hd {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #e60012;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: brightness(0) invert(1);
}
.md-sideNav .hd .i2 {
  display: none;
}
.md-sideNav .hd .ht {
  margin-top: 0.07rem;
}
.md-sideNav .bd {
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 0.12rem;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.md-sideNav .b_box {
  background-color: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  border-radius: 0.06rem;
}
.md-sideNav .ph {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0.15rem;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: #e60012;
  font-weight: 600;
}
.md-sideNav .wx {
  padding: 0.1rem;
  text-align: center;
}
.md-sideNav .wx .d1 {
  line-height: 1.8;
}
.md-sideNav .wx .img {
  display: block;
  width: 1rem;
  min-width: 100px;
  max-width: none;
}
.md-sideNav #goTop {
  display: none;
}
.md-sideNav #goTop.show {
  display: block;
}
@media screen and (max-width: 1200px) {
  .md-sideNav .hd .ht {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .md-sideNav {
    display: none;
  }
  .md-sideNav .wx {
    width: 2rem;
  }
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 8rem;
  max-width: 80vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.form-dialog .off {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-image: url(/static/home/images/m_off1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.form-dialog .off:hover {
  background-color: #fff;
}
.form-dialog .form {
  padding: 0.4rem;
}
.form-dialog .fbox {
  margin-top: 0.2rem;
}
.form-dialog .fitem {
  width: 48%;
  margin-bottom: 0.2rem;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .ft {
  color: #333;
  margin-bottom: 0.1rem;
}
.form-dialog .ft span {
  color: #ff0000;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 0.48rem;
  min-height: 30px;
  padding: 0 0.2rem;
  background-color: #fff;
  border: solid 1px #e5e5e5;
}
.form-dialog .ta {
  width: 100%;
  height: 1.06rem;
  min-height: 100px;
  border: solid 1px #e5e5e5;
  padding: 0.2rem;
}
.form-dialog .code {
  height: 0.4rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  transform: translateY(-50%);
}
.form-dialog .tip {
  color: #999;
}
.form-dialog .btns {
  margin-top: 0.18rem;
}
.form-dialog .submit {
  height: 0.6rem;
  background-color: #e60012;
  color: #fff;
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  padding: 0 0.6rem;
  cursor: pointer;
  border: none;
}
.form-dialog .submit .bic {
  width: 0.5em;
  height: 1em;
  background-image: url(/static/home/images/a1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  filter: brightness(0) invert(1);
  margin-left: 0.2rem;
}
.form-dialog .lab {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: #444;
  cursor: pointer;
  margin-right: 0.12rem;
  margin-bottom: 0.16rem;
  font-weight: 300;
}
.form-dialog .lab.selected .ic {
  box-shadow: 0 0 0 1px #222;
}
.form-dialog .lab.selected .ic::before {
  content: "";
  width: 0.7142857143em;
  height: 0.7142857143em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #222;
  border-radius: 3px;
}
.form-dialog .ic {
  width: 1em;
  height: 1em;
  box-shadow: 0 0 0 1px #999;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 0.4em;
  position: relative;
}
.form-dialog .rdo {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
}
@media (max-width: 900px) {
  .form-dialog .form {
    padding: 0.3rem;
  }
  .form-dialog .fi {
    width: 100%;
  }
  .form-dialog .btns {
    text-align: center;
  }
}

.com-pag {
  display: flex;
  justify-content: center;
}
.com-pag.bgfff .cp_a {
  background-color: #fff;
}
.com-pag.bgfff .cp_a:hover {
  background-color: #222;
}
.com-pag.bgfff .prev:hover {
  background-image: url(../images/icon-p11.png);
}
.com-pag.bgfff .next:hover {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_a {
  width: 0.6rem;
  height: 0.6rem;
  min-width: 36px;
  min-height: 36px;
  margin: 0 0.1rem;
  line-height: 1;
  color: #333;
  border-radius: 50%;
}
.com-pag .cp_num {
  box-shadow: 0 0 0 2px inset #e5e5e5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.com-pag .cp_num:hover, .com-pag .cp_num.on {
  box-shadow: 0 0 0 2px inset #e60012;
  background-color: #e60012;
  color: #fff;
}
.com-pag .cp_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-size: auto 23.3333333333%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  box-shadow: 0 0 0 2px inset #e60012;
}
.com-pag .cp_btn span {
  display: block;
  text-align: center;
  width: 26%;
  height: 26%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
}
.com-pag .cp_btn:hover {
  background-color: #e60012;
}
.com-pag .cp_prev {
  background-image: url(../images/icon-p11.png);
}
.com-pag .cp_prev:hover {
  background-image: url(../images/icon-p12.png);
}
.com-pag .cp_next {
  background-image: url(../images/icon-p21.png);
}
.com-pag .cp_next:hover {
  background-image: url(../images/icon-p22.png);
}
.com-pag .te {
  width: auto;
  padding: 0 0.2rem;
  display: inline-flex;
  align-items: center;
}
.com-pag .ip {
  width: 0.44rem;
  height: 0.44rem;
  min-width: 30px;
  min-height: 30px;
  background-color: #fff;
  border: 1px solid #e9ecf2;
  text-align: center;
  margin: 0 0.5em;
  padding: 0 5px;
}
.com-pag input::-webkit-outer-spin-button,
.com-pag input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.com-pag input[type=number] {
  -moz-appearance: textfield;
}
