@charset "utf-8";
@import "global.css";

.header {
    background: #008cd6;
    height: 80px;
    border-bottom: 1px solid #fff;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;

    }

.header .item {
    width: 1200px;
    margin: 18px auto;
    }

.header .item #logo,
.header .item .menu {
    float: left;
    }

.header .item #logo {
    width: 200px;
    }

.header .item .menu {
    width: 1000px;
    }

.header .item .menu a {
    float: left;
    display: block;
    color: #fff;
    font-size: 20px;
    padding: 10px 15px;
    margin: 0 20px;
    }

.active,
.header .item .menu a:hover {
    background: #f2f2f2;
    color: #333 !important;
    border-radius: 5px;
    }

.footer {
    background: #008cd6;
    height: 50px;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
    }

.footer .item {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 50px;
    }


.container {
    background: #f5f5f5;
    padding: 20px 0;
    width: 100%;
    min-width: 1200px;
    }

.container .item {
    width: 1160px;
    background: #fff;
    padding:20px;
    margin: 0 auto 40px auto;
    overflow: hidden;
    }

.container .item h2 {
    color: #414243;
    font-size: 32px;
    font-weight: 400;
    }

.container .item hr {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    }

.container .item .code {
    background: #eee;
    font-family: Consolas;
    overflow: hidden;
    }

.container .item .code p{
    margin: 20px;
    }


.container .item .desc {
    padding: 20px 0;
    overflow: hidden;
    }

.container .item .desc p{
    font-size: 16px;
    text-indent: 2rem;
    line-height: 26px;
    }

.container .item table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    font-size: 14px;
    }

.container .item th {
    text-align: left;
    background: #eee;
    height: 35px;
    line-height: 35px;
    text-indent: 1em;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    }

.container .item tr {
    border-bottom: 1px dashed #ccc;
    }

.container .item tr:hover {
    background: #F8F8F8;
    }

.container .item td {
    padding: 15px 0;
    text-indent: 1em;
    font-size: 14px;
    color: #5e5e5e;
    }

.import{
    color: #f00;
    }