@font-face {
  font-family: 'Angelina';
  src: url("../font/Angelina.eot");
  src: url("../font/Angelina.eot?#iefix") format("embedded-opentype"), url("../font/Angelina.woff") format("woff"), url("../font/Angelina.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.mobile_frame {
  perspective: 1000px;
  width: 250px;
  height: 465px;
  left: 50%;
  margin-left: -300px;
  top: 50%;
  margin-top: -210px;
  position: absolute; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .mobile_frame {
      margin-left: -135px;
      margin-top: -400px;
      -ms-transform: scale(0.5);
      /* IE 9 */
      -webkit-transform: scale(0.5);
      /* Safari 3-8 */
      transform: scale(0.5); } }
  @media only screen and (max-width: 479px) {
    .mobile_frame {
      margin-left: -135px;
      margin-top: -395px;
      -ms-transform: scale(0.45);
      /* IE 9 */
      -webkit-transform: scale(0.45);
      /* Safari 3-8 */
      transform: scale(0.45); } }
  .mobile_frame .mob_mask_hover {
    width: 125%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999999;
    margin-left: 20px; }

.child_phone {
  width: 220px;
  height: 595px;
  margin-left: -110px;
  margin-top: -60px;
  transform: rotateY(50deg);
  -webkit-transform: rotateY(50deg);
  position: absolute;
  float: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .child_phone img {
    width: auto;
    height: 100%; }

.child {
  width: 250px;
  height: 465px;
  background-color: #ccc;
  transform: rotateY(50deg);
  -webkit-transform: rotateY(50deg);
  position: absolute;
  float: left;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+100 */
  background: #46a5f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3968fc 0%, #4ecef3 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3968fc 0%, #4ecef3 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3968fc 0%, #4ecef3 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3968fc', endColorstr='#4ecef3', GradientType=0);
  /* IE6-9 */ }
  .child .bg_mask_white {
    width: 100%;
    height: 203px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #E8EBEB; }

.child2 {
  width: 250px;
  height: 465px;
  transform: rotateY(50deg) translateX(40px);
  -webkit-transform: rotateY(50deg) translateX(40px);
  position: absolute;
  float: left;
  margin-left: 60px;
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  padding: 10px; }
  .child2 .areabox0 {
    width: 100%;
    height: 40px;
    border: 1px dashed #5C9DFC;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .child2 .areabox1 {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left; }
  .child2 .areabox2 {
    width: 100%;
    height: 145px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    padding: 15px; }
    .child2 .areabox2 .box {
      width: 50%;
      height: 80px;
      border: 1px dashed #5C9DFC;
      border-radius: 4px;
      position: relative;
      float: left;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
    .child2 .areabox2 .buttons {
      width: 100%;
      height: 30px;
      border: 1px dashed #5C9DFC;
      border-radius: 4px;
      margin-bottom: 5px;
      left: 0;
      margin-top: 10px;
      position: relative;
      float: left;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .child2 .areabox3-1 {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left; }
    .child2 .areabox3-1 .date {
      width: 40px;
      height: 40px;
      border-radius: 4px;
      position: absolute;
      border: 1px dashed #5C9DFC;
      left: 0;
      top: 0;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
  .child2 .areabox4 {
    width: 100%;
    height: 30px;
    border: 1px dashed #5C9DFC;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
  .child2 .opa {
    opacity: 0.75;
    filter: alpha(opacity=75);
    /* For IE8 and earlier */
    box-shadow: 1px 2px 6px #A9ABAB; }

.child3 {
  width: 250px;
  height: 465px;
  transform: rotateY(50deg) translateX(60px);
  -webkit-transform: rotateY(50deg) translateX(60px);
  position: absolute;
  float: left;
  margin-left: 120px;
  top: 0px;
  padding: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out; }
  .child3 .areabox0 {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    color: #fff;
    font-size: 11px;
    font-weight: 600; }
    .child3 .areabox0 span {
      top: 0;
      position: absolute;
      text-align: center;
      width: 100%; }
    .child3 .areabox0 .icon_chat {
      width: 30px;
      height: 20px; }
    .child3 .areabox0 .icon_menu {
      width: 30px;
      height: 20px;
      position: absolute;
      top: 0px;
      right: 0px; }
    .child3 .areabox0 .account_name {
      position: absolute;
      bottom: 0;
      left: 0; }
  .child3 .areabox1 {
    width: 100%;
    height: 80px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    padding: 15px;
    font-size: 10px;
    line-height: 18px; }
    .child3 .areabox1 .balance {
      font-size: 18px;
      font-weight: 600; }
    .child3 .areabox1 .txt_deposit {
      position: absolute;
      width: auto;
      top: 16px;
      right: 16px;
      font-size: 10px;
      line-height: 18px; }
    .child3 .areabox1 .plus {
      width: 30px;
      height: 30px;
      border-radius: 15px;
      position: absolute;
      top: 33px;
      right: 35px;
      color: #fff;
      padding-top: 7px;
      text-align: center;
      font-size: 25px;
      font-weight: 700;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+99 */
      background: #1c7dff;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1c7dff 0%, #42b7fd 99%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1c7dff 0%, #42b7fd 99%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1c7dff 0%, #42b7fd 99%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7dff', endColorstr='#42b7fd', GradientType=1); }
  .child3 .areabox2 {
    width: 100%;
    height: 145px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    padding: 15px; }
    .child3 .areabox2 .box {
      width: 100%;
      height: 80px;
      border-radius: 4px;
      margin-bottom: 0px;
      position: relative;
      float: left; }
    .child3 .areabox2 .buttons {
      width: 100%;
      height: 30px;
      border-radius: 4px;
      margin-bottom: 5px;
      left: 0;
      color: #fff;
      font-size: 11px;
      text-align: center;
      padding-top: 5px;
      margin-top: 10px;
      position: relative;
      float: left;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+99 */
      background: #1c7dff;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1c7dff 0%, #42b7fd 99%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1c7dff 0%, #42b7fd 99%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1c7dff 0%, #42b7fd 99%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7dff', endColorstr='#42b7fd', GradientType=1);
      /* IE6-9 */ }
      .child3 .areabox2 .buttons:hover {
        background: #1977F7;
        /* Old browsers */
        background: -moz-linear-gradient(left, #1977F7 0%, #42b7fd 70%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #1977F7 0%, #42b7fd 70%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #1977F7 0%, #42b7fd 70%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7dff', endColorstr='#42b7fd', GradientType=1);
        /* IE6-9 */ }
  .child3 .areabox3-1 {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    padding-right: 15px;
    padding-top: 8px;
    font-weight: 500;
    color: #89969E; }
    .child3 .areabox3-1 .date {
      width: 40px;
      height: 40px;
      border-radius: 4px 0 0 4px;
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-size: 11px;
      text-align: center !important;
      padding-top: 5px;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,7db9e8+99 */
      background: #1c7dff;
      /* Old browsers */
      background: -moz-linear-gradient(left, #1c7dff 0%, #42b7fd 99%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #1c7dff 0%, #42b7fd 99%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to right, #1c7dff 0%, #42b7fd 99%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c7dff', endColorstr='#42b7fd', GradientType=1);
      /* IE6-9 */ }
      .child3 .areabox3-1 .date p {
        font-size: 17px;
        font-weight: 600;
        margin-top: 2px; }
  .child3 .areabox4 {
    width: 100%;
    height: 30px;
    margin-bottom: 5px;
    position: relative;
    float: left;
    border-top: 1px solid #88B4D3; }
    .child3 .areabox4 .icon_bottom {
      width: 33.33%;
      position: relative;
      float: left; }
      .child3 .areabox4 .icon_bottom .ico {
        width: 30px;
        height: 30px;
        left: 50%;
        margin-left: -15px;
        position: relative;
        top: 3px;
        right: 0px; }
        .child3 .areabox4 .icon_bottom .ico img {
          width: 30px;
          height: 30px; }

.mobile_frame_on .child_phone {
  width: 220px;
  height: 595px;
  margin-left: -5px;
  margin-top: -60px;
  transform: rotateY(10deg) translateX(0px);
  -webkit-transform: rotateY(10deg) translateX(0px); }
.mobile_frame_on .child,
.mobile_frame_on .child2,
.mobile_frame_on .child3 {
  margin-left: 20px;
  transform: rotateY(10deg) translateX(0px);
  -webkit-transform: rotateY(10deg) translateX(0px); }
.mobile_frame_on .child2 .areabox0,
.mobile_frame_on .child2 .areabox4 {
  border: 0px dashed #5C9DFC; }
.mobile_frame_on .child2 .areabox2 .box {
  border: 0px dashed #5C9DFC; }
.mobile_frame_on .child2 .areabox2 .buttons {
  border: 0px dashed #5C9DFC; }
.mobile_frame_on .child2 .areabox3-1 .date {
  border: 0px dashed #5C9DFC; }
.mobile_frame_on .chart span {
  opacity: 1;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */ }

.areabox2 .year {
  width: 100%;
  font-size: 11px;
  text-align: center;
  position: absolute;
  margin-top: -15px; }
.areabox2 .yearline {
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  margin-top: 5px;
  background: #46a5f9;
  /* Old browsers */
  background: -moz-linear-gradient(top, #3968fc 0%, #4ecef3 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #3968fc 0%, #4ecef3 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #3968fc 0%, #4ecef3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3968fc', endColorstr='#4ecef3', GradientType=0); }
.areabox2 .chart {
  position: relative;
  display: inline-block;
  margin: 0px 16px;
  color: #484F54;
  font-size: 18px;
  font-weight: 700;
  text-align: center; }
  .areabox2 .chart span {
    -webkit-transition: 1.5s ease-in-out;
    -moz-transition: 1.5s ease-in-out;
    -o-transition: 1.5s ease-in-out;
    transition: 1.5s ease-in-out;
    opacity: 0;
    filter: alpha(opacity=0);
    /* For IE8 and earlier */ }
.areabox2 .chart canvas {
  position: absolute;
  top: 0;
  left: 0; }
.areabox2 .info_chart1 {
  width: 50%;
  color: #2F9E32;
  position: relative;
  float: left;
  text-align: center;
  font-weight: 500;
  font-size: 11px; }
.areabox2 .info_chart2 {
  width: 50%;
  color: #FC0020;
  position: relative;
  text-align: center;
  float: left;
  font-weight: 500;
  font-size: 11px; }

/*# sourceMappingURL=app.css.map */
