 * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    color: black;
    font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
    font-size: 15px;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

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

.is-right {
    text-align: right;
}

/*
 * -- HEADER --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    padding: 0.5em;
    background: none;
    z-index: 4;
    width: 100%;
    position:fixed;


}

.home-menu .pure-menu-heading {
    width: 140px;
    height: 100%;
    background: url(../img/logo-litalico.png) center center no-repeat;
    background-size: 140px;
    text-indent: -9999px;
}

.home-menu a {
    color: #09f;
}
.home-menu li a:hover,
.home-menu li a:focus {
    background: none;
    border: none;
    color: #6cf;
}

.home-menu .pure-menu-selected a {
    color: #ddd;
}

/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: url(../img/splash.jpg) center bottom no-repeat;
    background-size:100% auto;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
    line-height: 0.5em;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 100%;
    height: 5em;
    margin: auto;
    position: absolute;
    top: 20px; left: 0; bottom: 0; right: 0;
    text-align: center;
    color: black;
    }

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 3em;
    font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1em;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 87%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;
}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 2em 1em;
    background-color: #EEEEEE;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 1em;
    font-size: 1.2em;
    text-transform: uppercase;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    font-weight: 400;
    font-size: 1.4em;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.content-subhead i {
    font-size: 1.2em;
}
.pure-g{
    background-color: #EEEEEE;
    overflow: hidden;
    vertical-align: bottom;
    

}

}
.pure-g .content-subhead {
	font-size: 1.1em;
}

/* This is the class used for the dark-background areas. */
.ribbon {
    background: #76ABAE;
}

/* This is the class used for the footer */
.footer {
    background: #111;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 1em;
}

.order1 {
    text-align: left;
}

.pure-img {
    width: 100%;
}

/*
.pure-u-md-1-2 .pure-img {
    max-height: 400px;
}
*/
.badge {
    display: inline-block;
    background: url(../img/badge-appstore.png) center center no-repeat;
    width: 130px;
    height: 38px;
    text-indent: -9999px;
    line-height: 0;
    margin: 0 5px;
}
.badge.appstore {
    background: url(../img/badge-appstore.png) center center no-repeat;
    background-size: cover;
}
.badge.googleplay {
    background: url(../img/badge-googleplay.png) center center no-repeat;
    background-size: cover;
}

.video-wrapper {
    width: 90%;
    max-width: 853px;
    margin: 0 auto;
}

.video-container {
    position:relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.add-bottom-padding {
    padding-bottom: 6em;
}

.download {
    background-color: #31363F;
    line-height: 0.6em;
}
.download .l-box {
    padding: 0 0 1em 0;
}
.download .app-icon img {
    width: 160px;
    height: 120px;
    margin-top: -4em;
}
.download .content-subhead {
    font-size: 2.4em;
    line-height: 1em;
    letter-spacing: 0;
	font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
}

.fb_iframe_widget > span {
  vertical-align: baseline !important;
}

.img-padding {
    display: inline-block;
    padding: 0;
}
.img-padding img {
    max-width: 400px;
}

dt {
    display: inline-block;
    margin: 0 0.2em 0 0;
}
dd {
    display: inline-block;
    margin: 0 0.5em 0 0;
}

.pict1 {
    background: url(../img/pict1.png) no-repeat;
    background-size: 170px auto;
    background-position: right 5px bottom 0px;
    
}

.pict2 {
    background: url(../img/pict2.png) no-repeat;
    background-size: 170px auto;
    background-position: left 5px bottom 0px;
    padding-bottom: 5em;
}

.textbox {
    font-family: 'Arial', 'Microsoft YaHei', '黑体', '宋体', sans-serif;
}

a.pdf  {
    display: inline-block;
    color: white;
    background-color: #0af;
    border-radius: 15px;
    padding: 15px 30px;
    text-decoration: none;
}
a.pdf i {
    font-size: 1.2em;
}
a.pdf:hover {
    opacity: 0.7;
}
a.pdf:focus,
a.pdf:active,
a.pdf:visited,
a.pdf:hover {
    color: white;
}


.button1 {
  border: 0;
  margin: 5px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight:bold;
  padding: 10px 25px;
  border-radius: 50px;
  color: white;
  outline: none;
  position: relative;
}

.button1:before{
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  border-radius: 50px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.button1 {
   background-color: #31363F;
   box-shadow: 0 3px 10px 0 gray;
}
  
.button1:hover:before {
  background-position: left bottom;
}

.button2 {
  border: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight:bolder;
  text-align: center;
  border-radius: 50px;
  color: Black;
  outline: none;
  position: relative;
  width: 900px;
  height: 60px;
}

.button2:before{
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 50%, rgba(118, 171, 174, 0.5) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom:0;
  right:0;
  left: 0;
  border-radius: 50px;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}

.button2 {
   background-color: #EEEEEE;
   box-shadow: 0 3px 10px 0 gray;
}
  
.button2:hover:before {
  background-position: left bottom;
}
#nav1{
    background-color: #EEEEEE;
text-align: center;


}
  #nav1 h2{
    color: black;

  }    
 #nav1 li {
 display: inline-block;
 margin-inline: 2%;
vertical-align: text-top;

  }           
 #nav1 img {
 color: #fff;
height: 80px;
transition: transform 0.3s ease;
  }           
 #nav1 img:hover+h2{
    

 color: #76ABAE;

 }
 #nav1 img:hover{
     transform: scale(1.4);
 }
 #nav2{
    background-color: #76ABAE;
text-align: center;


}
  #nav2 h2{
    color: #222831;
    font-size: 20px;

  }    
 #nav2 li {
 display: inline-block;
 margin-inline: 2%;
vertical-align: text-top;

  }           
 #nav2 img {
 color: #fff;
height: 120px;
transition: transform 0.3s ease;
  }           
 #nav2 img:hover+h2{
    

 color: #EEEEEE;

 }
 #nav2 img:hover{
     transform: scale(1.4);
 }
.flextg{
    right:20px;
    bottom: 20px;
    position: fixed;  
    z-index: 4;  
}
.flextg img{
    transition: transform 0.3s ease;
}
.flextg img:hover{
    transform: scale(1.4);
}
#a12 {
 transition: transform 0.3s ease;

}
#a12:hover {
    transform: scale(1.3);

}
.l-box li{
    font-size: 22px;
    font-weight: bolder;
}
.box1{
    display: flex;
    flex-flow: nowrap;
    overflow: hidden;
   margin: 0 0;
    width: 70%;

}
.item1{
    display: flex;
    flex-flow: nowrap;
    animation: rolling 15s linear infinite;
    margin-left: 4px;
}
.item1 img{
    margin: auto 15px;
    width: 180px;
    height: 180px;
    border-radius: 20%;
    box-shadow: 0 10px 20px 0 rgba(60,64,67,.3),0 10px 30px 10px rgba(60,64,67,.15);
       
    
}

.box1:hover .item1{
    animation-play-state: paused;
}
.order2{
    float: right;
    width: 30%;
    order:2;
    margin-bottom: 0px;
}
.pure-u-md-1-4{
    border-style: solid ;
    border-color: #31363F;
    width: 23%;
    height:250px;
    border-width:2px;
    border-radius: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-inline: 10px;
    background-color: #EEEEEE;

}
.pure-u-md-1-4 img{
    float: left;
    width: 20%;
    border-radius: 55px;
    

}

.name{
    text-align: left;
    color: #31363F;
    font-weight: bolder;
    font-size: 16px;
     float: right;
    width: 75%;

}
.commoent{
    color: #31363F;
    font-size: 13px;
    text-indent: 26px;
    text-align: left;
    
}
.nonevis {
    visibility: hidden;
    height: 0px;
    margin: 0 0;
}
@keyframes rolling{
    from{
        transform:translateX(0);
    }
    to{
        transform: translateX(-100%);
    }
}
/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */


}