* {
  box-sizing: border-box;
}

body {
  background: #F4F4F4;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.4;
}

h1.slogan{
  font-size: 60px;
}

h3.intro{
  font-size: 30px;
}

.intro .actions{
  margin: 64px 0;
}

.actions .btn{
  display: inline-block;
  width: 146px;
  height: 52px;
  text-align: center;
  background: #496FFB;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  line-height: 52px;
  text-decoration: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
}

.actions .link{
  display: inline-block;
  margin-left: 32px;
  color: #495FF6;
  text-decoration: none;
  font-size: 18px;
}

.divider{
  width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 40px;
  margin: 24px 0;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

.block-title{
  margin: 36px 0;
}

.feature .icon {
  margin: 12px 0 32px;
}

.feature .desc{
  line-height: 24px;
}

.project{
  color: #333;
  text-decoration: none;
}

.project::after{
  content: '';
  clear: both;
  display: block;
}

.project .icon{
  width: 100%;
  height: 220px;
  background: #FFFFFF;
  border-radius: 10px;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.project .icon img{
  max-width: 100%;
}

.product-info{
  float: left;
}

.product-price{
  float: right;
}

.product-price h3{
  margin: 16px 0 6px;
  text-align: right;
  font-weight: normal;
  color: #FA3E3E;
}
h3 .currency {
  font-size: 16px;
  margin-right: 3px;
}
.product-price .desc{
  margin: 6px 0;
  color: #999;
  text-decoration: line-through;
}

.product-info h3{
  margin: 16px 0 6px;
}
.product-info .desc{
  margin: 6px 0;
}

.project .icon:hover{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.12);
}

.header{
  padding: 24px 0;
  background: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.logo a{
      display: inline-block;
    height: 54px;
}

.logo h1{
  display: inline-block;
  margin: 0;
  margin-left: 18px;
  vertical-align: top;
  line-height: 54px;
  font-weight: normal;
  font-size: 22px;
  color: #333;
}

.footer{
  padding: 36px 0;
  text-align: center;
}

.duotai-badge .icon img {
  height: 16px;    
}

.modal-inner{
  width: 600px;
  border-radius: 12px;
  padding: 40px;
}

.modal-inner h3 {
  margin-top: 0;
  font-size: 24px;
}

.modal-inner form {
  margin: 24px 0;
  font-size: 24px;
}

.high5{
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .container{
		width: 100%;
    padding: 0 4%;
  }
  .header{
    padding: 16px 0;
  }
  h1.slogan {
    font-size: 32px;
  }
  h3.intro {
    font-size: 20px;
  }
  .intro .actions .link{
    font-size: 16px;
  }
  .intro .actions{
    margin: 32px 0;
  }
  .actions .btn{
    width: 126px;
    height: 42px;
    font-size: 18px;
    line-height: 42px;
  }
  .feature .icon{
    margin: 6px 0 12px;
  }
  .feature .icon img{
    height: 32px;
  }
  .feature h3 {
    margin: 6px 0;
    font-size: 16px;
  }
  .feature .desc{
    font-size: 14px;
  }
  .project .desc{
    font-size: 14px;
  }
  .projects .column{
    margin-bottom: 24px;
  }
  .footer{
    padding: 18px 0;
  }
  .footer .hello{
    float: none;
    font-size: 16px;
  }
  .block-title{
    font-size: 20px;
    margin: 18px 0;
  }
  .modal-inner{
    padding: 20px;
  }
}