﻿
/** 站点通用样式表 **/

/* #region HTML 元素 */

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "PingFang SC", "微软雅黑";
    font-size: 14px;
    background-color: white;
}

a {
    color: black;
    text-decoration: none;
}

input, textarea, select {
    font-family: "PingFang SC";
    font-size: 14px;
}

/*header {
    position: relative;
    height: 50px;
    background-image: url('../../Content/images/header.jpg');
}*/

h2 {
    display: block;
    line-height: 30px;
    padding: 15px 10px 4px;
    font-size: 20px;
}

p {
    display: block;
    line-height: 24px;
    padding: 4px 10px;
    font-size: 14px;
}

/* #endregion */

/* #region 通用类 */

.cyan {
    color: #01aecb;
}

.Category {
    display: block;
    width: 352px;
    margin: 0.5em auto;
    background-color: white;
    padding: 5px;
}

    .Category a {
        display: block;
        float: left;
        width: 176px;
        text-align: center;
        line-height: 40px;
    }

        .Category a > div {
            width: 166px;
            height: 134px;
            background: url('/Content/images/category.jpg') no-repeat;
            margin: 5px;
        }

.button {
    display: block;
    text-align: center;
    line-height: 26px;
    background-color: #00afca;
    color: white;
    padding: 5px 8px;
    border: 1px solid #cccbd0;
    margin: 1px;
}

/* #endregion */