
.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;
  top: 0;
}
.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.8rem;
}
@media screen and (max-width: 900px) {
  .md-head {
    height: 0.9rem !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.2rem;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}
.head-pc .layout {
  width: 17.2rem;
  max-width: 96%;
}
@media screen and (max-width: 900px) {
  .head-pc {
    top: 0 !important;
    height: 0.9rem;
    background-color: #fff;
  }
}

.head-box {
  z-index: 5;
  background-color: #fff;
  border-radius: 0.4rem;
  padding: 0 0.4rem;
}
.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.45rem;
}
.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: 0.5rem;
}
.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.8rem;
  color: #222;
  font-weight: bold;
  transition: all 0.3s;
}
.head-box .ul1 .a1:hover {
  color: #004ab5;
}
.head-box .ul1 .a1.on::before {
  content: "";
  width: 1em;
  height: 4px;
  background-color: #004ab5;
  border-radius: 1rem;
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%);
}
.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: #004ab5;
}
.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: #004ab5;
}
.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 {
  margin-right: 0.4rem;
  position: relative;
}
.head-box .h-login:hover .bd {
  opacity: 1;
  pointer-events: auto;
}
.head-box .h-login .h-lo {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.5em 0;
}
.head-box .h-login svg {
  width: 1em;
  height: 1em;
  margin-right: 0.1rem;
}
.head-box .h-login .hic {
  width: 0.9em;
  height: 1em;
  background-image: url(../images/h-lo-w.png);
  margin-right: 0.1rem;
}
.head-box .h-login .bd {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
}
.head-box .h-login .ba {
  display: block;
  text-align: center;
  padding: 0.25em;
}
.head-box .h-login .ba:hover {
  color: #004ab5;
}
.head-box .h-lang {
  position: relative;
  margin-right: 0.2rem;
}
.head-box .h-lang .hd {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #efefef;
  border-radius: 1rem;
  padding: 0.5em;
}
.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;
}
.head-box .h-lang .on {
  color: #004ab5;
}
.head-box .h-lang .sp {
  width: 2.7777777778em;
  text-align: center;
  color: #888;
  line-height: 1.8888888889;
  border-radius: 1rem;
}
.head-box .h-lang .on {
  background-color: #004ab5;
  color: #fff;
}
.head-box .h-lang .ar {
  width: 0.5em;
  height: 0.5em;
  background-image: url(/static/home/images/a9.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: #004ab5;
  color: #fff;
  min-width: 4em;
}
.head-box .h-lang .b_a:hover {
  color: #004ab5;
  background-color: #fff;
}
.head-box .h-search {
  width: 1em;
  height: 1em;
  position: relative;
  cursor: pointer;
  background-color: #004ab5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.head-box .h-search .hic {
  display: block;
  width: 34.7826086957%;
  height: 34.7826086957%;
  background-image: url(/static/home/images/h-mag-w.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.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: 0.9rem;
    padding: 0;
  }
  .head-box .logo .pi {
    display: none;
  }
  .head-box .logo .mi {
    display: block;
  }
  .head-box .ul1 {
    display: none;
  }
  .head-box .h-lang .hd {
    color: #333;
    padding: 0.1rem;
  }
  .head-box .h-lang .sp {
    line-height: 1.6;
  }
  .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;
  }
}

.md-com-breadnav {
  position: relative;
  box-shadow: 0px 0px 0.35rem 0px rgba(0, 0, 0, 0.13);
  z-index: 30;
}
.md-com-breadnav.has_bn {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.8rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}



.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(830 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 41%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  font-weight: bold;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.24rem;
  height: 0.5em;
  background-image: url(/static/home/images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.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: #004ab5;
}
.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;
  }
}

.com-banner {
  position: relative;
  z-index: 30;
}
.com-banner .cb_ban {
  position: relative;
}
.com-banner .cb_bg {
  position: relative;
  padding-top: calc(830 / 1920 * 100%);
  overflow: hidden;
  background-color: #999;
}
.com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 41%;
  transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  line-height: 1.2;
}
.com-banner .cb_text .cbp1 {
  position: relative;
  font-weight: bold;
}
.com-banner .cb_text .cbp2 {
  margin-top: 0.24rem;
  height: 0.5em;
  background-image: url(/static/home/images/a2.png);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.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: #004ab5;
}
.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;
  }
}

.md-com-breadnav {
  position: relative;
  box-shadow: 0px 0px 0.35rem 0px rgba(0, 0, 0, 0.13);
  z-index: 30;
}
.md-com-breadnav.has_bn {
  box-shadow: 0px 0px 0.1rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav.fixed .bn_box {
  position: fixed;
  left: 0;
  top: 0.8rem;
  background-color: #fff;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
}
.md-com-breadnav .bn_box {
  width: 100%;
  z-index: 50;
}

.md-footer {
  position: relative;
  overflow: hidden;
  background-color: #ecf1f7;
}
.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: 0.75rem;
  padding-bottom: 1rem;
  position: relative;
}
.md-foot-1 .logo .lo {
  display: inline-flex;
}
.md-foot-1 .logo .ii {
  height: 1em;
}
.md-foot-1 .te1 {
  margin-top: 0.4rem;
  color: #333;
}
.md-foot-1 .te {
  margin-top: 0.36rem;
  color: #333;
}
.md-foot-1 .ul .li {
  padding: 0 0.48rem;
  position: relative;
}
.md-foot-1 .ul .li:first-child::before {
  display: none;
}
.md-foot-1 .ul .li:last-child {
  padding-right: 0;
}
.md-foot-1 .ul .li::before {
  content: "";
  width: 1px;
  height: 0.14rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #aee0ff;
  opacity: 0.25;
}
.md-foot-1 .ul .a1 {
  color: #fff;
}
.md-foot-1 .href {
  opacity: 0.4;
  color: #fbfbfb;
}
.md-foot-1 .href a:hover {
  text-decoration: underline;
}
.md-foot-1 .text {
  opacity: 0.8;
  margin-top: 0.45rem;
  margin-bottom: 0.25rem;
}
.md-foot-1 .text .ti {
  display: inline-flex;
  align-items: center;
  margin-right: 0.4rem;
}
.md-foot-1 .text .ti:last-child {
  margin-right: 0;
}
.md-foot-1 .text img {
  width: 1em;
  margin-right: 0.5em;
}
.md-foot-1 .item {
  margin-right: 1.2rem;
}
.md-foot-1 .item:last-child {
  margin-right: 0;
}
.md-foot-1 .dt {
  color: #b9c7db;
}
.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: #185bbb;
}
.md-foot-1 .shares .si:hover .hi {
  opacity: 1;
  filter: brightness(0) invert(1);
}
.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;
  border-radius: 50%;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #dfeaf8;
  transition: all 0.3s;
}
.md-foot-1 .shares .hi {
  height: 36%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: all 0.3s;
  opacity: 0.3;
}
.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;
}
@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%;
    flex-wrap: wrap;
    text-align: center;
  }
  .md-foot-1 .item {
    width: 100%;
    margin: 0.2rem 0;
  }
  .md-foot-1 .shares {
    justify-content: center;
  }
}

.md-sideNav {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 60;
}
.md-sideNav .sn_i {
  position: relative;
}
.md-sideNav .sn_i:first-child {
  margin-top: 0;
}
.md-sideNav .sn_i:first-child .hd {
  border-radius: 0.2rem 0 0 0;
}
.md-sideNav .sn_i:last-child {
  margin-top: 0;
}
.md-sideNav .sn_i:last-child .hd {
  border-radius: 0 0 0 0.2rem;
}
.md-sideNav .sn_i:hover .hd {
  background-color: #1a5cbd;
}
.md-sideNav .sn_i:hover .hd .i1 {
  display: none;
}
.md-sideNav .sn_i:hover .hd .i2 {
  display: block;
}
.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.8rem;
  cursor: pointer;
  background-color: #004ab5;
  transition: all 0.3s;
}
.md-sideNav .hd .ic {
  width: 1em;
  height: 1em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.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.25rem;
  line-height: 1.5;
}
.md-sideNav .ph .d2 {
  color: #004ab5;
  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: 900px) {
  .md-sideNav .wx {
    width: 2rem;
  }
}

.form-dialog {
  display: none;
}
.form-dialog.show {
  display: block;
}
.form-dialog .dlg-cont {
  width: 10rem;
  max-width: 90vw;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
  background-color: #fff;
  background-image: url(/static/home/images/ctc2_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.4rem;
  overflow: hidden;
}
.form-dialog .off {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  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 .form {
  padding: 0.4rem;
  overflow-y: auto;
  max-height: 90vh;
}
.form-dialog .fbox {
  margin-top: 0.3rem;
}
.form-dialog .fitem {
  width: calc(705 / 1440 * 100%);
  margin-bottom: 0.2rem;
}
.form-dialog .fitem:last-child {
  margin-bottom: 0;
}
.form-dialog .w100 {
  width: 100%;
}
.form-dialog .inp {
  position: relative;
}
.form-dialog .ip {
  width: 100%;
  height: 3.125em;
  background-color: #fff;
  border: none;
  padding: 0 0.3rem;
  font-family: inherit;
  border-radius: 0.3rem;
  color: #333;
  border: solid 1px #d6e3f2;
}
.form-dialog .ip::-moz-placeholder {
  color: #bbcce5;
}
.form-dialog .ip::placeholder {
  color: #bbcce5;
}
.form-dialog .ip:focus {
  border: solid 1px #004ab5;
}
.form-dialog .ta {
  width: 100%;
  height: 1.4rem;
  min-height: 100px;
  padding: 0.2rem 0.3rem;
  background-color: #fff;
  font-family: inherit;
  color: #333;
  border: solid 1px #d6e3f2;
  border-radius: 0.3rem;
}
.form-dialog .ta::-moz-placeholder {
  color: #bbcce5;
}
.form-dialog .ta::placeholder {
  color: #bbcce5;
}
.form-dialog .ta:focus {
  border: solid 1px #004ab5;
}
.form-dialog .fbtns {
  margin-top: 0.3rem;
}
.form-dialog .submit {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2rem;
  height: 3.125em;
  background-color: #004ab5;
  color: #fff;
  border-radius: 1rem;
  padding: 0 2.5em;
  cursor: pointer;
  border: none;
  font-family: inherit;
}
.form-dialog .submit .sic {
  width: 1em;
  height: 1em;
  background-image: url(/static/home/images/a4.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 0.66rem;
}
.form-dialog .select {
  width: 100%;
  position: relative;
  padding: 0 0.3rem;
  color: #bbcce5;
  background-color: #fff;
  box-shadow: 0 0 0 1px inset #d6e3f2;
  border-radius: 0.3rem;
}
.form-dialog .select.focus {
  box-shadow: 0 0 0 1px inset #004ab5;
}
.form-dialog .select.is-text {
  color: #333;
}
.form-dialog .select::before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.35rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/static/home/images/a8.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
.form-dialog .select .cs_cur {
  line-height: 3.125em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.form-dialog .select select {
  font-family: inherit;
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 0.15rem;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.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;
}
@media screen and (max-width: 900px) {
  .form-dialog .fitem {
    width: 100%;
  }
}
