@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

html {
  font-size: (100/375)*100vw;
}

/*不要重置鼠标样式*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,
legend,
button,
input,
textarea,
figure,
figcaption,
nav,
footer,
menu,
blockquote {
  margin: 0;
  padding: 0;
  /*cursor:default;*/
}

/*改变所有元素的盒模型*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/*这些标签的font-style不要重置，会影响编辑器中的样式*/
/*address,em,i,b{font-style:normal;}*/
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  border: 0;
  font-size: 0;
  -webkit-user-select: none;
  vertical-align: middle;
}

:focus,
button,
input,
select,
textarea {
  outline: none;
}

textarea,
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea,
input {
  background: none;
  border-radius: 0;
  resize: none;
  cursor: text;
}

table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

a,
img {
  -webkit-user-drag: none;
}

button {
  background: none;
  border: 0;
  cursor: pointer;
}

body {
  word-wrap: break-word;
}

body,
button,
input,
textarea,
select {
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Roboto", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/*IE下拆开写否则整条声明失败*/
::-webkit-input-placeholder {
  font-size: 12px;
  line-height: 1.5;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 6px !important;
  background-color: #ccc;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

@font-face {
  font-family: "mh";
  src: url(../font/mh.ttf);
}

.tz-frame-wrap {
  width: 100%;
  background-color: #110d04;
  min-width: 1180px;
  overflow: hidden;
}

.tz-frame-row {
  position: relative;
}

.tz-frame-main {
  width: 100%;
  min-height: 3788px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: 50%;
}

.tz-frame-container {
  width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tzbanner {
  height: 1170px;

}

.button-join {
  height: 68px;
  width: 239px;
  overflow: hidden;
  background: url(../images/sprite-button.png) -239px -0px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2A1200;
  font-size: 22px;
  font-weight: bold;
}

.button-join>a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 68px;
  color: #2A1200;
  margin-top: -5px;
}

.button-join:hover {
  background-position: -0px -0px;

}

.btnbox {
  position: absolute;
  top: 730px;
  left: 50%;
  z-index: 3;
  text-align: center;
  margin-left: -118px;
  cursor: pointer;
}

.btnbox-dec {
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 10px;
  padding-top: 20px;
  padding-left: 2px;
}

.tzbox-hd {
  font-family: "mh";
  color: #29292A;
  font-size: 64px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 82px;
}

.tzlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advantage {
  padding: 0 8px;
}

.advantage-asider {
  width: 208px;
  height: 208px;
  background-image: url(../images/bg-select.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.advantage-cont {
  padding-top: 40px;
}

.advantage-text {
  font-size: 17px;
  line-height: 28px;
  color: #3C3C3C;
  text-align: center;
}

.tzbox--advantage {
  padding-bottom: 353px;
}

.tzbox--process {
  padding-bottom: 200px;
}

.tzbox--process .tzlist {
  padding: 0 10px;
}

.tzbox--process .tzbox-hd {
  color: #FFFFFF;
}

.tzbox--process .tzbox-fd {
  padding-top: 70px;
}

.tzbox--process .tzlist-item:nth-child(1) .process {
  background-image: url(../images/stop01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tzbox--process .tzlist-item:nth-child(2) .process {
  background-image: url(../images/stop02.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tzbox--process .tzlist-item:nth-child(3) .process {
  background-image: url(../images/stop03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tzlist-item {
  position: relative;
}

.tzbox--process .tzlist-item:nth-child(1)::before,
.tzbox--process .tzlist-item:nth-child(2)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -74px;
  margin-top: -7px;
  width: 24px;
  height: 13px;
  background-image: url(../images/icon-arrow.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 3;
}

.process {
  width: 305px;
  height: 402px;
  position: relative;
  padding-top: 266px;
}

.process-title {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}

.process-dec {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  text-align: center;
  line-height: 24px;
  padding-top: 13px;
}

.button-process {
  width: 236px;
  height: 62px;
  cursor: pointer;
  overflow: hidden;
  background: url(../images/sprite-button.png) -0px -68px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #2A1200;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
}
.button-process>a{
  display: block;
  width: 100%;
  height: 100%;
  color: #2A1200;
  text-align: center;
  line-height: 62px;
}
.button-process:hover {
  background-position: -236px -68px;
}

.problem {
  width: 590px;
  height: 320px;
  background-image: url(../images/bg-problem.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 70px 70px 35px 90px;
}

.problem-title {
  font-size: 20px;
  font-weight: bold;
  color: #212121;
  padding-bottom: 35px;
}

.problem-dec {
  font-size: 16px;
  color: #757575;
  line-height: 26px;
}

.tzbox--problem .tzlist {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* 头部样式 s */
.fr-head {
  height: 60px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.logo {
  width: 91px;
  height: 32px;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  margin-left: 20px;
}

.h-right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 60px;
}

.h-right-box .operate {
  padding-right: 40px;
  position: relative;
}

.h-right-box .operate a {
  color: #ffffff;
  font-size: 14px;
}

.h-right-box .blocked-out>span {
  color: #ffffff;
  font-size: 14px;
}

.h-right-box .blocked-out>span.active {
  color: #7e828b;
}

.h-right-box .blocked-out {
  position: relative;
}

.h-right-box .blocked-out .font-cn {
  padding-right: 26px;
}

.h-right-box .blocked-out .font-cn:before {
  content: '';
  width: 1px;
  height: 25px;
  position: absolute;
  right: 60px;
  top: 0px;
  background-color: #4d4d4d;
}

.wt-icon:before {
  content: '';
  width: 24px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAA70lEQVQ4ja2SPW4CMRCF30KEEDSptkTUVFAj7kCRFOlS5Q7paDnAltRwjtwhLT0lQinDl2ZWWix7sn9Pelp5PH6f7bUA9egh8FatiX5Uhh9tvA8BXXa9C8JL7fsCxMIBzsBzV4AXPoudoI6q4ScvPAZo4sN/4V0BG+DmhbcFLCOQaHgbwBi4Ah+V2joVHgOkVM5vbXwPIEk/6VGZfL3a9yxpLmkk6dccV4MryoBPYBXUC29dBlBj557c9YNKU+iLpNzmJ5K+E32uBkaP+UtSYX2F1aaJXud86fvLgYv9ox9g0eA5PzxTzy8GeG8TDugPIztbAbaeV2YAAAAASUVORK5CYII=");
  vertical-align: -4px;
  margin-right: 2px;
}

/* 头部样式 e */
/* 底部样式 s */
.foot {
  height: 159px;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  float: left;
  text-align: center;
  width: 100%;
  z-index: 3;
  background-color: #F2F2F2;
}

.trans-ad,
.trans-f-tips {
  display: inline-block;
  vertical-align: top;
}

.trans-ad {
  position: relative;
  padding-right: 50px;
  z-index: 1;
}

.trans-ad:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.1);
  right: 0;
  top: 13px;
  z-index: 1;
}

.trans-ad-img {
  float: left;
}

.trans-ad-text {
  float: left;
  padding-top: 24px;
}

.trans-ad-h3 {
  color: #3c3c33;
  text-align: left;
  line-height: 26px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 16px;
}

.trans-f-tips {
  padding-left: 54px;
  padding-top: 26px;
}

.trans-ad+.trans-f-tips .f-notes {
  text-align: left;
}

.foot .f-notes {
  font-size: 14px;
  color: #757575;
  text-align: center;
  line-height: 16px;
  padding-bottom: 14px;
}

p:first-child {
  margin-top: 0;
}

/* 底部样式 E */
.tzbanner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 1170px;
  transition: 0.2s ease-in;
}

.tzbanner-warp {
  width: 1920px;
  height: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}

.banner-logo>img {
  position: absolute;
  width: 558px;
  height: 290px;
  top: 274px;
  left: 50%;
  margin-left: -285px;
  z-index: 5;
  transition: 0.2s ease-in;
  animation: zoomIn 0.6s 0s both ease;
}

@keyframes zoomIn {

  /*0%{ transform: scale(0);}
60%{ transform: scale(1.6);}
100% { transform: scale(1);}*/
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }

  50% {

    opacity: 0.6;
  }

  80% {
    transform: scale(1.2);
    opacity: 0.6;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.banner-seledan>img {
  position: absolute;
  width: 631px;
  height: 652px;
  top: 90px;
  left: 50%;
  margin-left: -315px;
  z-index: 3;
}

.banner-selegx>img {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 2;
}

.banner-selegq>img {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}

.banner-select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.banner-logo {
  z-index: 5;
}

.banner-seledan {
  z-index: 3;
}

.bg-cover {
  width: 1920px;
  height: 1150px;
  background-image: url(../images/bg-mb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -310px;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
}
.banner-line{
  z-index: 2;
}
/* 光线动画 */
.line {
  width: 294px;
  height: 7px;
  background-image: url(../images/icon-line1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;

}
.linebig{
  width: 643px;
  height: 45px;
  background-image: url(../images/icon-line2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.line-a{
  position: absolute;
  top: 64px;
  left: 808px;
  /* transform: rotate(269deg); */
  animation: line-a  3.5s  infinite linear forwards;
}
@keyframes line-a{
  0%{transform: translateY(-200px) rotate(269deg); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(0px) rotate(269deg); opacity: 0;}
}
.line-b{
  position: absolute;
  top: 104px;
  left: 952px;
  /* transform: rotate(308deg); */
  animation: line-b  3s  infinite linear forwards;
}
@keyframes line-b{
  0% {
    -webkit-transform: translateY(-100px) translateX(100px) rotate(308deg);
            transform: translateY(-100px) translateX(100px) rotate(308deg);
    opacity: 0;
  }
  80%{opacity: 0.7;}
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(308deg);
            transform: translateY(0) translateX(0) rotate(308deg);
    opacity: 0;
  }
}
.line-c{
  position: absolute;
  top: 114px;
  left: 652px;
  transform: rotate(-133deg);
   animation: line-c  4s  infinite linear forwards;
}
@keyframes line-c{
  0% {
    -webkit-transform: translateY(-100px) translateX(-100px) rotate(-133deg);
            transform: translateY(-100px) translateX(-100px) rotate(-133deg);
    opacity: 0;
  }
  80%{opacity: 0.7;}
  100% {
    -webkit-transform: translateY(0) translateX(0) rotate(-133deg);
            transform: translateY(0) translateX(0) rotate(-133deg);
    opacity: 0;
  }
}
.line-d{
  position: absolute;
  bottom: 588px;
    /* transform: rotate(-710deg); */
    right: -44px;
    opacity: 0;
    animation: line-d 1.8s 0.9s infinite linear forwards;
}
@keyframes line-d{
  0%{transform:  translateY(10px) translateX(100px)  rotate(-710deg); opacity: 0;}
  50%{opacity: 0.7;}
  100%{transform:translateY(-10px) translateX(-100px)  rotate(-710deg); opacity: 0;}
}
.line-e{
  position: absolute;
  top: 238px;
  left: -43px;
  opacity: 0;
  /* transform: rotate(-170deg); */
  animation: line-e 1.8s infinite linear forwards;
}
@keyframes line-e{
  0%{transform: translateY(0px) translateX(-100px) rotate(-170deg); opacity: 0;}
  50%{opacity: 0.7;}
  100%{transform: translateY(32px) translateX(100px) rotate(-170deg); opacity: 0;}
}
.tiny-1{
  position: absolute;
  top: 46px;
  right: 93px;
  /* transform: rotate(-23deg); */
  animation: tiny1 3.6s  infinite  linear forwards;
}
@keyframes tiny1{
  0%{transform: translateY(-93px) translateX(200px) rotate(-20deg); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(93px) translateX(-400px) rotate(-20deg); opacity: 0;}
}
.tiny-2{
  position: absolute;
      top: 190px;
    right: 309px;
  /* transform: rotate(-20deg); */
  animation: tiny2 4.2s infinite linear forwards;
}
@keyframes tiny2{
  0%{transform: translateY(-113px) translateX(200px) rotate(-20deg) scale(0.75); opacity: 0; }
  80%{opacity: 0.7;}
  100%{transform: translateY(113px) translateX(-400px)  rotate(-20deg) scale(1.5); opacity: 0; }
}
.tiny-3{
  position: absolute;
      top: 85px;
    right: 9px;
  /* transform: rotate(-20deg); */
  animation: tiny3 4s infinite linear forwards;
}
@keyframes tiny3{
  0%{transform: translateY(-123px) translateX(200px) rotate(-20deg) scale(0.75); opacity: 0; }
  80%{opacity: 0.7;}
  100%{transform: translateY(123px) translateX(-500px) rotate(-20deg) scale(0.75); opacity: 0; }
}
.tiny-4{
  position: absolute;
       top: 270px;
    right: -157px;
    /* transform: rotate(-11deg); */
  animation: tiny4 3.8s infinite linear forwards;
}
@keyframes tiny4{
  0%{transform: translateY(-63px) translateX(200px) rotate(-11deg) scale(1); opacity: 0; }
  80%{opacity: 0.7;}
  100%{transform: translateY(60px) translateX(-520px) rotate(-11deg) scale(1.5); opacity: 0; }
}
.tiny-5{
  position: absolute;
       top: 370px;
    right: -12px;
    /* transform: rotate(0deg); */
    animation: tiny5 2.9s infinite linear forwards;
}
@keyframes tiny5{
  0%{transform: translateY(-0px) translateX(200px) rotate(-1deg) scale(0.75); opacity: 0; }
  80%{opacity: 0.7;}
  100%{transform: translateY(20px) translateX(-400px) rotate(-1deg) scale(0.75); opacity: 0; }
}
.tiny-6{
  position: absolute;
       top: 420px;
    right: 112px;
    /* transform: rotate(0deg); */
    animation: tiny6 3.9s infinite  linear forwards;
}
@keyframes tiny6{
  0%{transform: translateY(23px) translateX(200px) rotate(5deg) scale(0.55); opacity: 0; }
  80%{opacity: 0.7;}
  100%{transform: translateY(-23px) translateX(-600px) rotate(5deg) scale(0.55); opacity: 0; }
}
.tiny-7{
  position: absolute;
       top: 508px;
    right: 216px;
    /* transform: rotate(8deg); */
    animation: tiny7 3.5s infinite linear forwards;
}
@keyframes tiny7{
  0%{transform: translateY(10px) translateX(0px) rotate(8deg); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(-10px) translateX(-200px) rotate(8deg); opacity: 0;}
}
.tiny-8{
  position: absolute;
      top: 580px;
    right: 297px;
    /* transform: rotate(8deg); */
    animation: tiny8 3s infinite linear forwards;
}
@keyframes tiny8{
  0%{transform:translateY(10px) translateX(100px) rotate(10deg) scale(0.65); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform:translateY(-10px) translateX(-100px) rotate(10deg) scale(0.65); opacity: 0;}
}
.tiny-9{
  position: absolute;
      bottom: 400px;
    right: 585px;
    /* transform: rotate(8deg); */
    animation: tiny9 3s infinite linear forwards;
}
@keyframes tiny9{
  0%{transform:translateY(10px) translateX(200px) rotate(12deg) scale(1); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform:translateY(-30px) translateX(0) rotate(12deg) scale(1); opacity: 0;}
}

.in-1{
  position: absolute;
        top: 119px;
    left: 231px;
    transform: rotate(-160deg);
    animation: in-1 4s infinite linear forwards;
}
@keyframes in-1{
  0%{transform: translateY(-63px) translateX(-100px) rotate(-160deg); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(10px) translateX(200px) rotate(-160deg); opacity: 0;}
}
.in-2{
  position: absolute;
        top: 149px;
    left: 299px;
    /* transform: rotate(-160deg); */
    animation: in-2 2.8s infinite linear forwards;
}
@keyframes in-2{
  0%{transform: translateY(-63px) translateX(-100px)  rotate(-160deg) scale(0.5); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(10px) translateX(200px) rotate(-160deg) scale(0.5); opacity: 0;}
}
.in-3{
  position: absolute;
        top: 239px;
    left: 370px;
    /* transform: rotate(-165deg); */
    animation: in-3 3.5s infinite linear forwards;
}
@keyframes in-3{
  0%{transform: translateY(0px) translateX(-100px) rotate(-170deg) scale(0.5); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(32px) translateX(100px) rotate(-170deg) scale(0.6); opacity: 0;}
}
.in-4{
  position: absolute;
        top: 190px;
    left: 275px;
    /* transform: rotate(-170deg); */
    animation: in-4 2.6s infinite linear forwards;
}
@keyframes in-4{
  0%{transform:translateY(0px) translateX(-100px) rotate(-170deg) scale(0.8); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform:translateY(32px) translateX(100px) rotate(-170deg) scale(0.8); opacity: 0;}
}
.in-5{
  position: absolute;
        top: 312px;
    left: 218px;
    /* transform: rotate(-170deg); */
    animation: in-5 2s infinite linear forwards;
}
@keyframes in-5{
  0%{transform:translateY(0px) translateX(-200px) rotate(-170deg) scale(1); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform:translateY(32px) translateX(200px) rotate(-170deg) scale(1); opacity: 0;}
}
.in-6{
  position: absolute;
    top: 360px;
    left: 160px;
    /* transform: rotate(-170deg); */
    animation: in-6 2.9s infinite linear forwards;
}
@keyframes in-6{
  0%{transform: translateY(23px) translateX(-400px) rotate(-175deg) scale(1); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(93px) translateX(200px) rotate(-175deg) scale(1); opacity: 0;}
}
.in-7{
  position: absolute;
   top: 596px;
    left: 190px;
    animation: in-7 3.5s infinite linear forwards;
}
@keyframes in-7{
  0%{transform: translateY(53px) translateX(-200px) rotate(-190deg) scale(1); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(0px) translateX(200px) rotate(-190deg) scale(1); opacity: 0;}
}
.in-8{
  position: absolute;
      bottom: 412px;
    left: 305px;
    animation: in-8 3s infinite linear forwards;
}
@keyframes in-8{
  0%{transform:translateY(53px) translateX(-200px) rotate(-195deg) scale(0.6); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform:translateY(-53px) translateX(230px) rotate(-195deg) scale(0.6); opacity: 0;}
}
.in-9{
  position: absolute;
      bottom: 372px;
    left: 350px;
    animation: in-9 2.9s infinite linear forwards;
}
@keyframes in-9{
  0%{transform: translateY(53px) translateX(-200px) rotate(-195deg) scale(0.9); opacity: 0;}
  80%{opacity: 0.7;}
  100%{transform: translateY(-53px) translateX(180px) rotate(-195deg) scale(0.9); opacity: 0;}
}
.row--problem {
  max-width: 1920px;
  margin: 0 auto;
      padding-bottom: 20px;
}
.tz-frame-container{
 width: 1180px;
  margin: 0 auto;

}
.row--problem::before{
  content: "";
  display: block;
  width: 100%;
      height: 150px;
    background-color: #e1e1e1;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.row--problem .tzbox-hd{
  padding-top: 100px;
}
