@charset "utf-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, table, tbody, p, th, td {
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 16px;
  font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
  color: #4c4948;
}

html, body {
  height: 100%;
}

img, input, button, a, select, textarea {
  margin: 0;
  padding: 0;
  resize: none;
  border: none;
  outline: none;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p, em {
  font-size: 100%;
  word-wrap: break-word;
  font-weight: normal;
  font-style: normal;
}

.gradient{
 background:-webkit-linear-gradient(#00aaee,#fff);/*for safari5.1-6.0*/
 background:-o-linear-gradient(#00aaee,#fff);/*Opera 11.1-12.0*/
 background:-moz-linear-gradient(#00aaee,#fff);/*firefox 3.6-15*/
 background:linear-gradient(#00aaee,#fff);/*标准语法，必须放在最后*/
}
a:active, a:focus {
  outline: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.clearfix {
  zoom: 1;
}

a {
  color: #4c4948;
  text-decoration: none;
}

body {
  background: #fff;
  overflow-x: hidden;
}

#wxTips {
  display: none;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
}

#wxTips img {
  width: 100%;
}

.header {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  border-bottom: 1px solid #00aaee;
  background: #00aaee;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}

.header.fixed {
  position: static;
  height: 60px;
  overflow: hidden;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  _position: absolute;
  _margin-top: 0;
  _top: expression(eval(document.documentElement.scrollTop));
}

.nav.scrollb, .nav-link.scrollc {
  height: 60px;
  overflow: hidden;
}

.header h1 {
  display: none;
}

.nav {
  width: 1000px;
  height: 80px;
  position: relative;
  margin: 0 auto;
}

.nav-link {
  display: block;
  height: 80px;
  line-height: 80px;
  margin-left: 1px;
  padding: 0 40px;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  float: right;
}

.nav-link:hover, .nav-link.cur {
  background: #e75e0f;
}

.nav-link.scrollc {
  height: 60px;
  line-height: 60px;
}

.logo, .max-icon, .pro-info {
  position: absolute;
  z-index: 11;
}

.logo {
  display: block;
  width: 276px;
  height: 50px;
  margin-top: 15px;
  background: url(../images/logo.png) no-repeat left top;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}

.logo.scrolld {
  margin-top: 5px;
}

.banner {
  height: 798px;
  position: relative;
}

.max-icon {
  width: 398px;
  height: 307px;
  left: 50%;
  top: 130px;
  margin-left: -199px;
}

.max-icon img {
  width: 100%;
}

.pro-info {
  width: 582px;
  position: relative;
  top: 450px;
  left: 50%;
  margin-left: -291px;
}

.pro-info h4 {
  padding-top: 20px;
  text-align: right;
  font-size: 26px;
  color: #fff;
}

.pro-info h2 {
  width: 100%;
  margin-top: 25px;
  font-size: 55px;
  color: #fff;
  overflow: hidden;
}

.fonta {
  animation-name: fonta;
  animation: fonta 0.5s linear 0s normal none;
  -moz-animation: fonta 0.5s linear 0s normal none;
  -webkit-animation: fonta 0.5s linear 0s normal none;
}

@keyframes fonta {
  from {
    opacity: 0;
    text-indent: -20px;
  }

  to {
    opacity: 1;
    text-indent: 0;
  }
}

@-webkit-keyframes fonta {
  from {
    opacity: 0;
    text-indent: -20px;
  }

  to {
    opacity: 1;
    text-indent: 0;
  }
}

@-moz-keyframes fonta {
  from {
    opacity: 0;
    text-indent: -20px;
  }

  to {
    opacity: 1;
    text-indent: 0;
  }
}

.iphone-btn, .android-btn {
  display: block;
  position: absolute;
  z-index: 11;
  top: 190px;
  background: url(../images/btn.png) no-repeat left top;
  text-indent: -999px;
  overflow: hidden;
}

.iphone-btn {
  width: 212px;
  height: 74px;
}

.android-btn {
  left: 160px;
  width: 280px;
  height: 85px;

}

.iphone-btn:hover, .android-btn:hover {
  opacity: 0.9;
  -moz-opacity: 0.9;
  filter: alpha(opacity=90);
}

.bate-i, .bate-a, .code {
  position: absolute;
  z-index: 22;
}

.bate-a:hover {
  text-decoration: underline;
}

.code {
  display: block;
  top: 182px;
  right: 0;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 2px solid #fff;
}

.code img {
  vertical-align: top;
  width: 100px;
  height: 100px;
}

.bate-i, .bate-a {
  top: 272px;
  font-size: 12px;
  color: #fff;
}

.bate-a {
  left: 230px;
}

.function-a, .function-b, .function-c, .function-d, .function-e {
  position: relative;
  overflow: hidden;
  clear: both;
}

.function-a {
  height: 680px;
  background: #f7f7f7;
}

.function-a h2, .function-c h2, .function-d h2, .function-e h2 {
  padding: 70px 0 15px 0;
  font-size:55px;
  text-align: center;
  color: #ff6911;
}

.function-d h2 {
  color: #fff;
  text-align: left;
}

.fa-text {
  text-align: center;
}

.fa-text strong, .fbb-text strong, .fdb-text strong {
  padding: 0 5px;
  font-size: 28px;
  font-weight: normal;
  color: #ff6911;
}

.faa-img, .fab-img, .fba-text, .fbb-text, .fca-img, .fcb-img, .fea-img, .feb-img, .fda-text, .fdb-text, .bottom-code, .ph-a, .ph-i, .fce-img {
  display: block;
  position: absolute;
  z-index: 22;
}

.faa-img, .fab-img, .fea-img, .feb-img {
  left: 50%;
  top: 450px;
  z-index: 20;
}

.faa-img {
  width: 477px;
  height: 134px;
  margin-left: -209px;
  top: 420px;
}

.fab-img {
  display: none;
  width: 650px;
  height: 200px;
  margin-left: -325px;
  top: 450px;
}

.fea-img {
  display: none;
  width: 592px;
  height: 593px;
  margin-left: -296px;
  top: 320px;
}

.feb-img {
  display: none;
  width: 220px;
  height: 228px;
  margin-left: -110px;
  top: 430px;
}

.fce-img {
  display: none;
  width: 80px;
  height: 80px;
  left: 50%;
  bottom: 60px;
  margin-left: -40px;
}

.video-icon {
  animation-name: videoAni;
  animation: videoAni 0.8s alternate;
  -moz-animation: videoAni 0.8s alternate;
  -webkit-animation: videoAni 0.8s alternate;
}

@keyframes videoAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes videoAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes videoAni {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.scalea {
  animation-name: scalea;
  animation: scalea 0.5s linear 0s normal none;
  -moz-animation: scalea 0.5s linear 0s normal none;
  -webkit-animation: scalea 0.5s linear 0s normal none;
}

@keyframes scalea {
  from {
    opacity: 0;
    transform: scale(2, 2);
  }

  to {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes scalea {
  from {
    opacity: 0;
    -webkit-transform: scale(2, 2);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1, 1);
  }
}

@-moz-keyframes scalea {
  from {
    opacity: 0;
    -moz-transform: scale(2, 2);
  }

  to {
    opacity: 1;
    -moz-transform: scale(1, 1);
  }
}

.fea-animation {
  animation-name: spinnerRotate;
  animation: spinnerRotate 60s linear 0s normal none infinite;
  -moz-animation: spinnerRotate 60s linear 0s normal none infinite;
  -webkit-animation: spinnerRotate 60s linear 0s normal none infinite;
}

@keyframes spinnerRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinnerRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spinnerRotate {
  from {
    -moz-transform: rotate(0deg);
  }

  to {
    -moz-transform: rotate(360deg);
  }
}

.function-b {
  height: 620px;
}

.rock {
  width: 72%;
  height: 620px;
  position: absolute;
  z-index: 6;
  top: 0;
  left: 0;
}

.rock img {
  width: 100%;
  vertical-align: top;
}

.fba-rock {
  animation-name: fba-rock;
  animation: fba-rock 0.1s alternate infinite;
  -moz-animation: fba-rock 0.1s alternate infinite;
  -webkit-animation: fba-rock 0.1s alternate infinite;
}

@keyframes fba-rock {
  from {
    top: -6px;
    left: -2px;
  }

  to {
    top: 0;
    left: 0;
  }
}

@-webkit-keyframes fba-rock {
  from {
    top: -6px;
    left: -2px;
  }

  to {
    top: 0;
    left: 0;
  }
}

@-moz-keyframes fba-rock {
  from {
    top: -6px;
    left: -2px;
  }

  to {
    top: 0;
    left: 0;
  }
}

.yun {
  width: 100%;
  height: 620px;
  position: absolute;
  z-index: 2;
  top: -620px;
  left: 0;
}

.yun img {
  width: 140%;
  vertical-align: top;
}

.fbb-yun {
  animation-name: fbb-yun;
  animation: fbb-yun 0.8s linear 0s normal none infinite;
  -moz-animation: fbb-yun 0.8s linear 0s normal none infinite;
  -webkit-animation: fbb-yun 0.8s linear 0s normal none infinite;
}

@keyframes fbb-yun {
  from {
    top: -620px;
    left: 50%;
  }

  to {
    top: 620px;
    left: -40%;
  }
}

@-webkit-keyframes fbb-yun {
  from {
    top: -620px;
    left: 50%;
  }

  to {
    top: 620px;
    left: -40%;
  }
}

@-moz-keyframes fbb-yun {
  from {
    top: -620px;
    left: 50%;
  }

  to {
    top: 620px;
    left: -40%;
  }
}

.max-imga {
  width: 100%;
  height: 680px;
  vertical-align: top;
}

.fba-text, .fbb-text, .fda-text, .fdb-text {
  width: 456px;
  left: 50%;
  color: #fff;
}

.fba-text, .fda-text {
  top: 260px;
  font-size: 72px;
}

.fbb-text, .fdb-text {
  top: 370px;
  line-height: 36px;
  font-size: 18px;
}

.fbb-text strong, .fdb-text strong {
  color: #fff;
}

.function-c, .function-e {
  height: 680px;
  background: #f7f7f7;
}

.fca-img {
  display: block;
  z-index: 44;
  width: 220px;
  height: 228px;
  left: 50%;
  bottom: 34px;
  margin-left: -110px;
  overflow: hidden;
}

.fcb-img {
  width: 642px;
  height: 248px;
  left: 50%;
  margin-left: -321px;
  bottom: 0;
}

.fcb-img img {
  width: 642px;
  height: 248px;
  vertical-align: top;
}

.function-d {
  height: 678px;
}

.max-imgb {
  width: 100%;
  height: 678px;
  vertical-align: top;
}

.fda-text, .fdb-text {
  width: 410px;
  margin-left: 70px;
}

.fda-text {
  top: 185px;
}

.fdb-text {
  top: 390px;
}

.bottom-code {
  top: 410px;
  left: 50%;
  width: 140px;
  height: 140px;
  margin-left: 70px;
  padding: 4px;
  border: 2px solid #292744;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}

.ph-a, .ph-i {
  display: none;
  left: 50%;
  bottom: 0;
  overflow: hidden;
  cursor: pointer;
}

.ph-a {
  width: 320px;
  height: 440px;
  margin-left: -330px;
  padding: 62px 14px 0 15px;
  z-index: 100;
  background: url(../images/ph-1.png) no-repeat left top;
}

.ph-i {
  width: 225px;
  height: 360px;
  margin-left: -420px;
  padding: 77px 17px 0 22px;
  background: url(../images/ph-2.png) no-repeat left top;
}

.zind {
  z-index: 999;
}

.videoa {
  animation-name: videoa;
  animation: videoa 0.5s linear;
  -moz-animation: videoa 0.5s linear;
  -webkit-animation: videoa 0.5s linear;
}

@keyframes videoa {
  from {
    left: 45%;
    opacity: 0;
  }

  to {
    left: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes videoa {
  from {
    left: 45%;
    opacity: 0;
  }

  to {
    left: 50%;
    opacity: 1;
  }
}

@-moz-keyframes videoa {
  from {
    left: 45%;
    opacity: 0;
  }

  to {
    left: 50%;
    opacity: 1;
  }
}

.ripple-box {
  display: none;
  width: 770px;
  height: 200px;
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 50%;
  margin-left: -385px;
}

.ripple {
  opacity: 0;
  width: 100%;
  border: 4px solid rgba(255, 105, 17, .5);
  border-radius: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

@keyframes rippleAni {
  from {
    opacity: 1;
    transform: scale(0.1, .01);
  }

  to {
    opacity: 0;
    transform: scale(0.8, 0.8);
  }
}

@-webkit-keyframes rippleAni {
  from {
    opacity: 1;
    -webkit-transform: scale(0.1, .01);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
  }
}

@-moz-keyframes rippleAni {
  from {
    opacity: 1;
    -moz-transform: scale(0.1, .01);
  }

  to {
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
  }
}

.footer, .log-footer {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #ccc;
}

.layout {
  position: relative;
  min-height: 100%;
  _height: 100%;
}

.log-footer {
  position: absolute;
  left: 0;
  bottom: 0;
}

.log-main {
  width: 1000px;
  margin: 0 auto;
  padding: 120px 0 140px 0;
}

.a-log, .i-log {
  width: 480px;
}

.i-log {
  float: right;
}

.a-log {
  float: left;
}

.log-title {
  width: 464px;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding-left: 16px;
  border-bottom: 1px solid #ccc;
  background: url(../images/logt-list.jpg) no-repeat left center;
  font-size: 16px;
}

.log-title a {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: absolute;
  z-index: 22;
  top: 0;
  right: 0;
}

.log-title a:hover {
  text-decoration: underline;
}

.log-content {
  width: 480px;
  padding: 24px 0;
  border-bottom: 1px dashed #ccc;
}

.log-content h4 {
  height: 48px;
  font-size: 24px;
}

.log-content h4 em {
  padding-left: 10px;
  font-size: 12px;
  color: #999;
}

.log-content p {
  line-height: 28px;
  font-size: 14px;
  color: #666;
}

#jys {
  display: none;
}

.max-logo {
  animation-name: logoAnimation;
  animation: logoAnimation 1s alternate;
  -moz-animation: logoAnimation 1s alternate;
  -webkit-animation: logoAnimation 1s alternate;
}

@keyframes logoAnimation {
  0% {
    left: 55%;
    opacity: 0;
  }

  100% {
    left: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes logoAnimation {
  0% {
    left: 55%;
    opacity: 0;
  }

  100% {
    left: 50%;
    opacity: 1;
  }
}

@-moz-keyframes logoAnimation {
  0% {
    left: 55%;
    opacity: 0;
  }

  100% {
    left: 50%;
    opacity: 1;
  }
}

.ym-animate {
  animation-name: yumao;
  animation: yumao 1s alternate;
  -moz-animation: yumao 1s alternate;
  -webkit-animation: yumao 1s alternate;
}

@keyframes yumao {
  0% {
    left: 60%;
    top: 200px;
    opacity: 0;
  }

  100% {
    left: 50%;
    top: 420px;
    opacity: 1;
  }
}

@-webkit-keyframes yumao {
  0% {
    left: 60%;
    top: 200px;
    opacity: 0;
  }

  100% {
    left: 50%;
    top: 420px;
    opacity: 1;
  }
}

@-moz-keyframes yumao {
  0% {
    left: 60%;
    top: 200px;
    opacity: 0;
  }

  100% {
    left: 50%;
    top: 420px;
    opacity: 1;
  }
}

.lq-animate {
  animation-name: lianqi;
  animation: lianqi 1s alternate;
  -moz-animation: lianqi 1s alternate;
  -webkit-animation: lianqi 1s alternate;
}

@keyframes lianqi {
  0% {
    top: 300px;
    opacity: 0;
  }

  100% {
    top: 450px;
    opacity: 1;
  }
}

@-webkit-keyframes lianqi {
  0% {
    top: 300px;
    opacity: 0;
  }

  100% {
    top: 450px;
    opacity: 1;
  }
}

@-moz-keyframes lianqi {
  0% {
    top: 300px;
    opacity: 0;
  }

  100% {
    top: 450px;
    opacity: 1;
  }
}

.ks-animate {
  animation-name: kuaisu;
  animation: kuaisu 1s alternate;
  -moz-animation: kuaisu 1s alternate;
  -webkit-animation: kuaisu 1s alternate;
}

@keyframes kuaisu {
  0% {
    left: 80%;
    opacity: 0;
  }

  100% {
    left: 50%;
    opacity: 1;
  }
}

@-webkit-keyframes kuaisu {
  0% {
    left: 80%;
    opacity: 0;
  }

  100% {
    left: 50%;
    opacity: 1;
  }
}

@-moz-keyframes kuaisu {
  0% {
    left: 80%;
    opacity: 0;
  }

  100% {
    left: 50%;
    opacity: 1;
  }
}

.revolve {
  animation-name: revolve;
  animation: revolve 0.5s alternate;
  -moz-animation: revolve 0.5s alternate;
  -webkit-animation: revolve 0.5s alternate;
}

@keyframes revolve {
  0% {
    opacity: 0;
    bottom: -260px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-webkit-keyframes revolve {
  0% {
    opacity: 0;
    bottom: -260px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@-moz-keyframes revolve {
  0% {
    opacity: 0;
    bottom: -260px;
  }

  100% {
    opacity: 1;
    bottom: 0;
  }
}

@media (max-width:1366px) {
  .banner {
    height: 640px;
  }

  .max-icon {
    width: 260px;
    height: 201px;
    top: 100px;
    margin-left: -130px;
  }

  .pro-info {
    top: 360px;
  }

  .pro-info h2 {
    font-size: 38px;
    padding: 8px;
    text-align: center;
  }

  .pro-info h4 {
    font-size: 22px;
  }

  .android-btn, .iphone-btn {
    top: 150px;
  }

  .code {
    top: 130px;
  }

  .bate-i, .bate-a {
    top: 232px;
  }
}

@media (max-width:760px) {
  .bate-i {
    width: 240px;
  }

  #jys {
    display: inline-block;
  }

  #iostext, .ph-a, .ph-i, #log {
    display: none;
  }

  .header, .header.fixed {
    height: 54px;
  }

  .logo {
    width: 160px;
    left: 10px;
    background-size: 100% auto;
  }

  .logo, .logo.scrolld {
    margin-top: 12px;
  }

  .nav {
    width: 100%;
  }

  .nav-link {
    display: none;
    width: 56px;
    height: 54px;
    line-height: 54px;
    padding: 0;
    text-align: center;
    font-size: 14px;
  }

  .banner {
    height: 510px;
  }

  .max-icon {
    width: 200px;
    height: 154px;
    top: 74px;
    margin-left: -100px;
  }

  .pro-info {
    width: 280px;
    top: 234px;
    left: 50%;
    margin-left: -140px;
  }

  .pro-info h4 {
    font-size: 1em;
  }

  .pro-info h2 {
    font-size: 2.2em;
    text-align: right;
  }

  .code {
    display: none;
  }

  .iphone-btn, .android-btn {
    width: 211px;
    height: 76px;
    left: 36px;
  }

  .iphone-btn {
    display: none;
    top: 232px;
    background: url(../images/btn-i.png) no-repeat left top;
  }

  .android-btn {
    top: 110px;
    background: url(../images/btn-a.png) no-repeat left top;
    background-size: 211px 76px;
  }

  .bate-i {
    left: 38px;
    top: 200px;
  }

  .bate-a {
    left: 38px;
    top: 192px;
  }

  .function-a, .function-b, .function-c, .function-d, .function-e {
    width: 100%;
    height: 258px;
    background-size: 700px 258px;
  }

  .function-a, .function-c {
    height: 320px;
  }

  .bottom-code {
    display: none;
  }

  .function-a h2, .function-c h2, .function-d h2, .function-e h2 {
    padding: 20px 0 5px 0;
    font-size: 2em;
  }

  .function-d {
    height: 180px;
  }

  .fa-text {
    padding: 0 20px;
    line-height: 150%;
    font-size: 14px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .fa-text strong, .fdb-text strong, .fbb-text strong {
    font-size: 14px;
    color: #444;
    padding: 0;
  }

  .faa-img, .faa-img img {
    width: 200px;
    height: 56px;
  }

  .faa-img {
    top: 190px;
    margin-left: -100px;
  }

  .fab-img, .fab-img img {
    width: 200px;
    height: 50px;
  }

  .fab-img {
    top: 220px;
    margin-left: -120px;
  }

  .fba-text, .fbb-text, .fda-text, .fdb-text {
    width: 100%;
    left: 0;
    margin-left: 0;
    color: #444;
  }

  .fba-text {
    top: 96px;
    font-size: 2em;
    text-align: center;
    color: #FF6911;
  }

  .function-d h2 {
    top: 0;
    font-size: 2em;
    text-align: center;
    color: #FF6911;
  }

  .fbb-text, .fdb-text {
    top: 146px;
    line-height: 150%;
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .fdb-text {
    top: 80px;
  }

  .fca-img, .fca-img img {
    width: 80px;
    height: 83px;
  }

  .fca-img {
    bottom: 24px;
    margin-left: -40px;
  }

  .fcb-img, .fcb-img img {
    width: 280px;
    height: 108px;
  }

  .fcb-img {
    margin-left: -140px;
    bottom: 0px;
  }

  .fea-img, .feb-img {
    display: block;
    width: 260px;
    top: 150px;
  }

  .fea-img {
    margin-left: -130px;
  }

  .feb-img {
    width: 50px;
    top: 190px;
    margin-left: -25px;
  }

  .fea-img img, .feb-img img {
    width: 100%;
  }

  .fce-img, .fce-img img {
    width: 40px;
    height: 40px;
  }

  .fce-img {
    display: block;
    margin-left: -20px;
    bottom: 20px;
  }
}
