@charset "utf-8";
.tab-wrapper{
   margin: 60px auto;
    width: 100%;
    max-width: 1000px;
}
.tab-menu LI{
   z-index: 0;
    position: relative;
    padding-bottom: 0px;
    line-height: 50px !important;
    background-color: #fff;
    margin: 0px 70px 30px;
    padding-left: 80px;
    padding-right: 80px;
    display: inline-block;
    height: 50px;
    color: #686868;
    border:3px solid #ccc;
    font-size: 25px;
    cursor: pointer;
    padding-top: 0px;
    border-radius: 25px;
    opacity: 1;
}
.tab-menu LI:hover{
   color: #0066cc;
}
.tab-menu LI.active{
   background: #1a75d1;
    color: #fff;
    border:3px solid #1a75d1;
    opacity: 1;
    border-radius: 25px;
}
.tab-menu LI.active:hover{
   color: #fff;
}
.tab-content > DIV{
   box-sizing: border-box;
    padding-bottom: 0px;
    background-color: #fff;
    min-height: 200px;
    padding-left: 0px;
    width: 100%;
    padding-right: 0px;
    padding-top: 0px;
}
.line{
   position: absolute;
    background-color: aqua;
    width: 0px;
    height: 0px;
    top: 0px;
    left: 0px;
}
