body {
    background-color: #EFEFEF;
    padding: 0px;
}

h2, h3 {
    letter-spacing: 0.25em;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    line-height: 1.6em;
}


/*
 * -- Layout Styles --
 */
.l-content {
    margin: 0 auto;
    margin-bottom: 0px;
    height: auto;
    padding: 0px;
}

.l-box {
    padding: 0px;
    bottom: 0px;
    width:100%;
    font-family:'Microsoft YaHei';
}

.footer {
    /* background-color: #FFFFFF; */
    /* margin-bottom: 0px; */
    position: fixed;
    bottom: 0;
    vertical-align: bottom;
    color: #6B6D6B;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0px;
}

.footer a {
    font-size: 12px;
    color: #6B6D6B;
}



/*
 * -- MENU STYLES --
 * Make the menu have a very faint box-shadow.
 */
.pure-menu {
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
}

.pure-menu-link {
    padding: .5em .7em;
}



/*
 * -- PRICING TABLE WRAPPER --
 * This element wraps up all the pricing table elements
 */
 /* .pricing-tables,
 .information {
    max-width: 94%;
    margin: 0 auto;
 } */
.pricing-tables {
    /* margin-bottom: 3.125em; */
    text-align: center;
}

/*
 * -- PRICING TABLE  --
 * Every pricing table has the .pricing-table class
 */
.pricing-table {
    border: 0px solid #ddd;
    /* margin: 0 0.3em 2em;
    padding: 0 0 3em; */

    margin: 0 0.1em;
    padding: 0 0.1em;
}

/*
 * -- PRICING TABLE HEADER COLORS --
 * Choose a different color based on the type of pricing table.
 */
.pricing-table-free .pricing-table-header {
    background: #00bcd4;
}
.pricing-table-design .pricing-table-header {
    background: #5254A1;
}
.pricing-table-biz .pricing-table-header {
    background: #00AA8D;
}
.pricing-table-res .pricing-table-header {
    background: #5176A9;
}
.pricing-table-enterprise .pricing-table-header {
    background: #0085DD;
}


/*
 * -- PRICING TABLE HEADER --
 * By default, a header is black/white, and has some styles for its <h2> name.
 */
.pricing-table-header {
    height: 60px;
    background: #111;
    color: #fff;
    margin-bottom: 2px;
}
.pricing-table-header h2 {
    /* margin: 0; */
    /* padding-top: 2em; */
    font-size: 14px;/**0.5em;**/
    /* font-weight: normal; */

}


/*
 * -- PRICING TABLE PRICE --
 * Styles for the price and the corresponding <span>per month</span>
 */
.pricing-table-price {
    font-family: "Microsoft YaHei Light";
    line-height: 60px;
    font-size:2.5em;
    margin: 0.2em 0 0;
    font-weight: 1000;
}
/* .pricing-table-price span {
    display: block;
    text-transform: uppercase;
    font-size: 0.5em;
    /* padding-bottom: 2em; */
    /* font-weight: 300; */
    /* color: rgba(255, 255, 255, 0.5); */
    /* *color: #fff; */
/* } */



/*
 * -- PRICING TABLE LIST --
 * Each pricing table has a <ul> which is denoted by the .pricing-table-list class
 */
.pricing-table-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


/*
 * -- PRICING TABLE LIST ELEMENTS --
 * Styles for the individual list elements within each pricing table
 */
.pricing-table-list li {
    padding: 0.8em 0;
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
}


/*
 * -- PRICING TABLE BUTTON --
 * Styles for the "Choose" button at the bottom of a pricing table.
 * This inherits from Pure Button.
 */
.button-choose {
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    border-radius: 2em;
    font-weight: bold;
    position: relative;
    bottom: -1.5em;
}

.information-head {
    color: black;
    font-weight: 500;
}




/*
 * -- TABLET MEDIA QUERIES --
 * On tablets, we want to slightly adjust the size of the banner
 * text and add some vertical space between the various pricing tables
 */
@media(min-width: 767px) {

    .banner-head {
        font-size: 4em;
    }
    .pricing-table {
        margin-bottom: 0;
    }

}

/*
 * -- PHONE MEDIA QUERIES --
 * On phones, we want to reduce the height and font-size of the banner further
 */
@media (min-width: 480px) {
    .banner {
        height: 400px;
    }
    .banner-head {
        font-size: 3em;
    }
}
