/* * {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    -web-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */


/* ::selection {
    background: #f00;
    color: #fff;
} */

.wrapper {
    /* max-width: 800px; */
    height: 100%;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0 2px 2px #f2f2f2;
    width: 80%;
}

#tab {
    width: 200px;
    height: 400px;
}

#tab_left,
#tab_con {
    margin: 10px;
    background: #fff;
}

#tab,
#tab_con {
    float: left;
}

#tab_left {
    width: 180px;
    /* height: 380px; */
}

#tab_left li {
    list-style-type: none;
    /* font-size: 20px; */
    text-align: center;
    border: 1px solid #999999;
    border-bottom: none;
}

#tab_left li:last-child {
    border-bottom: 1px solid #999999;
}

#tab_left li a {
    color: #1b1919;
    font-size: 15px;
    text-decoration: none;
    line-height: 50px;
    height: 50px;
    display: block;
}

#tab_left li a:hover {
    background: #0263a9;
    color: white;
}

#tab_con {
    width: 580px;
    height: 380px;
    overflow: hidden;
}