﻿/* -------------------------------- 

Primary style
www.sucaijiayuan.com
-------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}


a {
  color: #19b5ca;
  text-decoration: none;}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 768px;
  height:3000px;
  margin: 2em auto;
  display:block
;}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;}
