@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  /* tap-highlight-color: transparent; */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  background: #fff;
  color: #444444; }

html {
  -webkit-text-size-adjust: 100%;
  /*页面缩放 字体至最小值时 还能继续*/ }

ol, li, ul {
  list-style: none; }

input, textarea {
  outline: 0;
  resize: none; }

a {
  text-decoration: none;
  color: #444444; }

img {
  outline: none;
  border: 0; }

.container {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  position: relative; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clear {
  clear: both; }

.clearFloat {
  zoom: 1; }
  .clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden; }

.allW {
  width: 100%;
  overflow: hidden; }
  .allW > img {
    display: block;
    width: 100%; }

.img img {
  display: block;
  width: 100%;
  height: 100%; }

.margin {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.g-line {
  height: 0.5rem;
  background-color: #f0f0f0;
  margin: 0.75rem 0; }

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
  display: block;
  width: 100%; }

.pagination-line .swiper-container {
  padding-bottom: 1.2rem; }
.pagination-line .swiper-pagination-bullet {
  width: 1.375rem;
  height: 0.2125rem;
  border-radius: 0.1rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.pagination-circle .swiper-container {
  padding-bottom: 1.35rem; }
.pagination-circle .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px #000 solid;
  background-color: rgba(0, 0, 0, 0); }
.pagination-circle .swiper-pagination-bullet-active {
  border: 1px #007aff solid; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
  bottom: 0rem; }
.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

.coverflow {
  margin-bottom: 1.2rem; }
  .coverflow .swiper-slide {
    width: 60%; }
    .coverflow .swiper-slide span {
      display: block;
      width: 100%;
      font-size: 0rem;
      text-align: center; }
  .coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem; }

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.zt106-nav {
  margin-bottom: 0.75rem; }
  .zt106-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt106-nav ul li {
      width: 19.4%;
      background-color: #0871c4;
      font-size: 0.9rem; }
      .zt106-nav ul li a {
        display: block;
        width: 100%;
        color: #fff;
        line-height: 2.25rem;
        text-align: center; }

.zt110-nav-md {
  width: 100%;
  padding: 0 0.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
  line-height: 1.65;
  margin-bottom: 0.75rem; }
  .zt110-nav-md span {
    display: block;
    flex: 1;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    text-align: center;
    font-size: 0.825rem;
    background-color: #e1f2ff;
    border-left: 0.2rem #0b6fbd solid;
    color: #0b6fbd; }
  .zt110-nav-md a {
    flex: 1;
    border: 1px #ccc dashed;
    text-align: center;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    font-size: 0.7875rem; }

.fix-active {
  position: fixed;
  max-width: 640px;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 999;
  margin-top: 0;
  padding: 0.6rem;
  box-shadow: 0 0 5px #333; }

.zt110-lead {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f5f5f5;
  align-items: center; }
  .zt110-lead > img {
    display: block;
    width: 4.575rem;
    height: 6.3rem; }
  .zt110-lead p {
    font-size: 0.675rem;
    flex: 1;
    padding: 0 0.375rem 0 0.6rem;
    text-indent: 2em;
    line-height: 1.6; }

.zt110-pub-t {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  line-height: 1;
  padding-top: 1rem;
  text-align: center; }
  .zt110-pub-t h1 {
    font-size: 1.275rem;
    font-weight: bold;
    color: #0b6fbd; }
  .zt110-pub-t h5 {
    font-size: 0.45rem;
    text-transform: uppercase;
    color: #b4b4b4;
    line-height: 2; }
  .zt110-pub-t .em1 {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-top: 0.75rem; }
  .zt110-pub-t .em2 {
    width: 60%;
    height: 3px;
    background-color: #0b6fbd;
    display: block;
    margin: -2px auto 0; }
  .zt110-pub-t h3 {
    font-size: 0.825rem;
    margin-top: -0.7875rem; }
    .zt110-pub-t h3 span {
      display: inline-block;
      padding: 0 1rem;
      background-color: #0b6fbd;
      color: #fff;
      border-radius: 2rem;
      line-height: 1.35rem; }

.zt110-why {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 0.75rem 0.45rem 0.6rem; }
  .zt110-why .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 1rem; }
    .zt110-why .list img {
      display: block;
      width: 5.625rem;
      height: 5.625rem; }
    .zt110-why .list .txt {
      flex: 1;
      margin-left: 0.6rem; }
      .zt110-why .list .txt > span {
        background-color: #f08300;
        font-size: 0.675rem;
        color: #fff;
        display: inline-block;
        border-radius: 0.25rem 0.25rem 0 0;
        padding: 0 0.2rem 0; }
    .zt110-why .list h2 {
      font-size: 0.675rem;
      padding-top: 0.375rem;
      margin-bottom: 0.25rem; }
      .zt110-why .list h2 span {
        font-size: 0.9rem;
        font-weight: bold; }
    .zt110-why .list .btn {
      background-color: #f08300;
      font-size: 0.825rem;
      line-height: 1.3;
      padding: 0.25rem 0.6rem;
      text-align: center;
      border-radius: 0.3rem;
      color: #fff; }
    .zt110-why .list p {
      font-size: 0.675rem;
      line-height: 1.6; }
  .zt110-why .p {
    background-color: #fff;
    font-size: 0.675rem;
    line-height: 1.6;
    padding: 0.37rem 0.6rem;
    text-indent: 2em; }
    .zt110-why .p b {
      font-weight: bold; }

.zt110-panel {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem; }
  .zt110-panel .title {
    height: 1.425rem;
    background: transparent url(../images/zt1_12.jpg) left top no-repeat;
    background-size: 12.4875rem 1.425rem;
    font-size: 0.9rem;
    color: #0b6fbd;
    line-height: 1.425rem;
    font-weight: bold; }
    .zt110-panel .title span {
      display: inline-block;
      color: #fff;
      margin-right: 0.9rem;
      padding-left: 0.375rem; }
  .zt110-panel .txt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0.75rem 0; }
    .zt110-panel .txt img {
      display: block;
      width: 6.6375rem;
      height: 4.5rem; }
    .zt110-panel .txt p {
      flex: 1;
      margin-left: 0.6rem;
      font-size: 0.675rem;
      text-indent: 2em; }
  .zt110-panel .p {
    font-size: 0.675rem;
    line-height: 1.6;
    text-indent: 2em; }
  .zt110-panel .btn {
    margin-top: 0.75rem;
    text-align: center;
    font-size: 0.75rem; }
    .zt110-panel .btn a {
      color: #fff;
      background-color: #f08300;
      display: inline-block;
      padding: 0.2rem 0.5rem;
      border-radius: 2rem; }
  .zt110-panel .h2 {
    font-size: 0.9rem;
    color: #0b6fbd;
    text-align: center;
    line-height: 2rem; }
  .zt110-panel .color-panel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-top: 1rem;
    margin-bottom: 0.5rem; }
    .zt110-panel .color-panel li {
      height: 8.325rem;
      width: 7.35rem;
      padding-top: 0.6rem; }
      .zt110-panel .color-panel li b {
        font-size: 0.9rem;
        font-weight: bold;
        background-color: #fff;
        padding: 0.2rem 0rem;
        width: 5rem;
        text-align: center;
        display: block;
        margin: 0 auto 0.375rem; }
      .zt110-panel .color-panel li p {
        font-size: 0.675rem;
        line-height: 1.6;
        color: #fff;
        padding-left: 0.8rem; }
    .zt110-panel .color-panel li:nth-of-type(1) {
      background: transparent url(../images/zt_22.jpg) left top no-repeat;
      background-size: 7.35rem 8.325rem; }
      .zt110-panel .color-panel li:nth-of-type(1) b {
        color: #70bdff; }
    .zt110-panel .color-panel li:nth-of-type(2) {
      background: transparent url(../images/zt_24.jpg) left top no-repeat;
      background-size: 7.35rem 8.325rem; }
      .zt110-panel .color-panel li:nth-of-type(2) b {
        color: #ffad4a; }
    .zt110-panel .color-panel li:nth-of-type(3) {
      background: transparent url(../images/zt_26.jpg) left top no-repeat;
      background-size: 7.35rem 8.325rem; }
      .zt110-panel .color-panel li:nth-of-type(3) b {
        color: #59d688; }

.zt110-tips {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem;
  padding: 0.375rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f4f4f4;
  align-items: center; }
  .zt110-tips > img {
    display: block;
    width: 4.6875rem;
    height: 5.4rem; }
  .zt110-tips p {
    font-size: 0.675rem;
    flex: 1;
    padding: 0 0.375rem 0 0.6rem;
    text-indent: 2em;
    line-height: 1.6; }

.zt110-jd .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  align-items: center;
  font-size: 0.975rem;
  color: #0b6fbd;
  font-weight: bold; }
  .zt110-jd .title span {
    color: #fff;
    background-color: #f08300;
    display: inline-block;
    border-radius: 0.3rem;
    line-height: 1.6;
    padding: 0 0.3rem; }
  .zt110-jd .title em {
    width: 0;
    height: 0;
    overflow: hidden;
    display: block;
    border-width: 0.25rem;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #f08300; }
.zt110-jd .p {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  font-size: 0.675rem;
  line-height: 1.6;
  text-indent: 2em; }
.zt110-jd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: multiple;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap; }
  .zt110-jd ul li {
    width: 7.3875rem;
    margin-left: 0.2rem;
    margin-right: 0.2rem;
    margin-top: 0.75rem; }
    .zt110-jd ul li a, .zt110-jd ul li img {
      display: block;
      width: 100%; }
    .zt110-jd ul li span {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1.6rem;
      border: 1px #ccc solid;
      border-radius: 0 0 0.5rem 0.5rem; }
.zt110-jd .main {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .zt110-jd .main .l {
    width: 7.6875rem;
    background: url(../images/bj_59.jpg);
    padding-top: 0.6rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center; }
    .zt110-jd .main .l span {
      display: block;
      width: 5rem;
      border: 1px #fff solid;
      font-size: 0.9rem;
      font-weight: bold;
      color: #fff;
      text-align: center;
      line-height: 1.5rem;
      margin: 0 auto;
      height: 1.75rem; }
    .zt110-jd .main .l p {
      width: 100%;
      font-size: 0.675rem;
      padding-left: 0.75rem;
      padding-right: 0.6rem;
      color: #fff;
      padding-top: 0.375rem;
      line-height: 1.65; }
  .zt110-jd .main .r {
    flex: 1;
    margin-left: 1rem; }
    .zt110-jd .main .r img {
      display: block;
      width: 3.975rem;
      height: 1.2rem; }
    .zt110-jd .main .r p {
      font-size: 0.675rem;
      line-height: 1.65;
      padding-top: 0.25rem; }
      .zt110-jd .main .r p b {
        color: #0b6fbd; }
.zt110-jd .zbtn {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .zt110-jd .zbtn a {
    color: #fff;
    background-color: #f08300;
    font-size: 0.75rem;
    line-height: 1.5rem;
    padding: 0 0.6rem;
    display: inline-block;
    border-radius: 2rem; }
.zt110-jd .video {
  width: 19.425rem;
  margin: 1rem auto; }
  .zt110-jd .video video {
    display: block;
    width: 100%;
    height: 10.5rem; }
  .zt110-jd .video dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.5rem; }
    .zt110-jd .video dl dd {
      width: 50%;
      font-size: 0.675rem;
      line-height: 1.5; }

.w610 {
  width: 95.3125%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .w610 img {
    display: block;
    width: 100%; }

.zt110-info {
  margin-top: 1rem; }
  .zt110-info .p {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    font-size: 0.675rem;
    line-height: 1.6;
    text-indent: 2em; }
  .zt110-info .pics {
    width: 95.3125%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between; }
    .zt110-info .pics img {
      width: 7.35rem;
      height: 5.0625rem;
      display: block; }

.zt106-gh-form {
  margin-bottom: 1.5rem;
  padding: 1.2rem 0 1.5rem;
  border: 1px #d2e0e9 solid;
  border-radius: 0.75rem;
  background-color: #f2f4f6; }

.zt106-gh-form h2 {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  align-items: center; }

.zt106-gh-form h2 img {
  display: block;
  width: 8.4375rem;
  height: 2.325rem;
  margin-left: 0.6rem; }

.zt106-gh-form h2 b {
  font-size: 1.575rem;
  font-weight: bold;
  color: #3393dd;
  line-height: 1; }

.zt106-gh-form h4 {
  font-size: 0.9375rem;
  text-align: center;
  color: #5e829e;
  line-height: 1.8rem; }

.zt106-gh-form .list {
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative; }

.zt106-gh-form .list label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 19.5rem;
  margin: 0 auto; }

.zt106-gh-form .list label span {
  width: 5.775rem;
  font-size: 0.9375rem;
  background-color: #5e829e;
  line-height: 2.55rem;
  color: #fff;
  text-align: center;
  border-radius: 0.3rem 0 0 0.3rem; }

.zt106-gh-form .list label input {
  flex: 1;
  border-radius: 0 0.3rem 0.3rem 0;
  border: 1px #ccc solid;
  border-left: none;
  font-size: 0.9375rem;
  color: #9bb6ca;
  line-height: 2.475rem;
  text-indent: 0.375rem; }

.zt106-gh-form .list em {
  margin-left: 0.25rem;
  color: red;
  position: absolute;
  right: 1.375rem;
  top: 0.6rem; }

.zt106-gh-form .main {
  position: relative; }

.zt106-gh-form .main em {
  margin-left: 0.25rem;
  color: red;
  position: absolute;
  right: 1.375rem;
  top: 0.6rem; }

.zt106-gh-form .l2 {
  width: 19.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow: hidden;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between; }

.zt106-gh-form .l2 label {
  width: 58%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.zt106-gh-form .l2 label span {
  width: 5.775rem;
  text-align: center;
  font-size: 0.9375rem;
  background-color: #5e829e;
  line-height: 2.55rem;
  color: #fff;
  border-radius: 0.3rem 0 0 0.3rem; }

.zt106-gh-form .l2 label input {
  flex: 1;
  min-width: 1px;
  font-size: 0.9375rem;
  color: #9bb6ca;
  line-height: 2.475rem;
  text-indent: 0.375rem;
  border: 1px #ccc solid;
  border-radius: 0 0.3rem 0.3rem 0; }

.zt106-gh-form .l2 label select {
  flex: 1;
  min-width: 1px;
  font-size: 0.9375rem;
  color: #9bb6ca;
  line-height: 2.475rem;
  text-indent: 0.375rem;
  border: 1px #ccc solid;
  border-radius: 0 0.3rem 0.3rem 0; }

.zt106-gh-form .l2 label select option {
  display: block;
  width: 100%;
  line-height: 2.475rem; }

.zt106-gh-form .l2 .lab2 {
  width: 38%; }

.zt106-gh-form .l2 .lab2 .age {
  width: 2.8125rem; }

.zt106-gh-form input[type="submit"] {
  display: block;
  width: 19.5rem;
  font-size: 0.9375rem;
  color: #fff;
  background-color: #fea200;
  border-radius: 0.3rem;
  line-height: 2.55rem;
  border: none;
  margin: 0 auto; }

.zt106-footer .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit-moz-box-pack: space-between;
  box-pack: space-between;
  background: transparent url(../images/bj_85.png) left top no-repeat;
  background-size: 100% 1.95rem;
  background-color: #0871c4;
  margin-bottom: 1rem; }

.zt106-footer .nav li {
  flex: 1; }

.zt106-footer .nav li a {
  display: block;
  width: 100%;
  line-height: 1.95rem;
  color: #fff;
  text-align: center; }

.zt106-footer p {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin-top: 0.375rem; }

.zt106-footer .btn {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center; }

.zt106-footer .btn a {
  display: block;
  margin-left: 1rem;
  margin-right: 1rem;
  width: 7.5rem;
  height: 2.025rem; }

.zt106-footer .btn a img {
  display: block;
  width: 100%; }

.zt106-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  margin: 1rem 0; }

.zt106-btn a {
  width: 7.375rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-moz-box-pack: center;
  box-pack: center;
  border-radius: 2rem;
  align-items: center;
  background-color: #0871c4;
  color: #fff;
  height: 2.25rem; }

.zt106-btn a img {
  display: block;
  width: 1.35rem;
  height: 1.3125rem;
  margin-right: 0.2rem; }

.zt106-btn a img span {
  display: block;
  font-size: 0.825rem; }

.zt106-btn a:last-child {
  background-color: #ff7b05; }

/*# sourceMappingURL=main.css.map */
