/* CSS Document */
* 
{
 margin: 0;
 padding: 0;
 box-sizing: border-box;
}

html 
{
 line-height: 1.15;
 -webkit-text-size-adjust: 100%;
}

body 
{
 margin: 0;
 height: 100%;
}

nav 
{
 text-align: right;/* 让子元素右对齐 */
}

nav ul 
{
 list-style: none;
 padding: 0;
 margin: 0;
 display: inline-block;
}

nav li 
{
 display: inline-block;
 margin-left: 0px;
 margin-right: 0px;
}

ul 
{
 margin: 0;
 padding: 0;
 ist-style-type: none;
}

hr 
{
 border-color: #F2FBEA;
}

.tabh2 
{
 margin-bottom: 15px;
 color: #333;
}

.tabp 
{
 line-height: 1.6;
 color: #666;
}

.tabul 
{
 padding-left: 20px;
 margin-top: 15px;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
}

.tabli 
{
 margin-bottom: 8px;
 color: #666;
}

.tabform 
{
 max-width: 400px;
}

.tabinput, .tabtextarea 
{
 width: 100%;
 padding: 10px;
 margin-bottom: 15px;
 border-color: #ddd;
 border-width: 1px;
 border-style: solid;
 border-radius: 4px;
}

.tabbutton 
{
 background-color: #007bff;
 color: white;
 border-style: none;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-left: 20px;
 border-radius: 4px;
 cursor: pointer;
}

.tabbutton:hover 
{
 background-color: #0056b3;
}

.top 
{
 border-collapse: separate;
 width: 100%;
 font-size: 16px;
 background-color: #F4FDF2;
 color: #66C94E;
 margin-top: 2px;
 padding-left: 5px;
 padding-right: 5px;
 height: 35px;
 border-radius: 8px;
}

.table 
{
 display: table;
 border-collapse: separate;
 border-radius: 5px;
 border-color: #F2FBEA;/*F2FBEA*border-radius: 5px;*/

 border-width: 1px;
 border-style: solid;
 width: 100%;
}

.table-header-group 
{
 display: table-header-group;
 background-color: #76BC0E;
 font-weight: bold;
 font-size: 16px;
 text-align: center;
 color: white;
 line-height: 2em;
}

.table-footer-group 
{
 display: table-footer-group;
 line-height: 2em;
 text-align: center;
 font-weight: bold;
 background-color: #E2F4D0;
}

.table-caption 
{
 display: table-caption;
 margin: 0;
 padding: 0;
 font-size: 16px;
}

.table-column-group 
{
 display: table-column-group;
}

.table-column 
{
 display: table-column;
}

.table-row-group 
{
 display: table-row-group;
}

.table-row 
{
 display: table-row;
}

.table-row-group .table-row:hover,.table-footer-group .table-row:hover 
{
 background-color: #f6f6f6;
}

.table-cell 
{
 padding-top: 5px;
 padding-right: 5px;
 padding-bottom: 0;
 padding-left: 5px;
 border-color: #F2FBEA;
 border-width: 1px;
 border-style: solid;
 border-collapse: separate;
 border-radius: 5px;
 display: table-cell;
}

.pimg 
{
 padding: 0;
 margin: 0;
 width: 20px;
 height: 20px;
 cursor: pointer;
}

.button 
{
 background-image: url("../img/btn_gold.png");
 width: 60px;
 border-color: #F2F2F2;
 border-collapse: collapse;
 border-style: none;
 border-radius: 8px;
 color: white;
 cursor: pointer;
}

.right 
{
 margin-right: 2px;
 margin-top: 10px;
 line-height: 2em;
 font-size: 14px;
 font-weight: bold;
 width: auto;
 display: block;
 border-style: none;
 float: right;
 padding-right: 5px;
 height: 35px;
}

.left 
{
 margin-left: 2px;
 margin-top: 10px;
 font-size: 22px;
 font-weight: bold;
 width: auto;
 display: block;
 border-style: none;
 float: left;
 padding-left: 5px;
 height: 65px;
}

.file-input-wrapper 
{
 position: relative;
 display: inline-block;
}

.file-input-wrapper input[type="file"] 
{
 position: absolute;
 left: 0;
 top: 0;
 opacity: 0;
 width: 100%;
 height: 100%;
}

.file-button 
{
 display: inline-block;
 padding-top: 10px;
 padding-right: 20px;
 padding-bottom: 10px;
 padding-left: 20px;
 background-color: #007bff;
 color: white;
 cursor: pointer;
 border-radius: 4px;
}

.preview 
{
 padding-top: 5px;
}

.task-list 
{
 list-style: none;
 padding: 0;
 max-width: 400px;
 margin-top: 50px;
 margin-right: auto;
 margin-bottom: 50px;
 margin-left: auto;
}

.task-item 
{
 position: relative;/*background: #f5f5f5;
            padding: 5px 5px;*/

 padding: 0;
 margin-bottom: 1px;
 border-radius: 1px;
 box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bubble 
{
 position: absolute;
 top: 0;
 right: -1px;
 background-color: #ff4444;
 color: white;
 width: 22px;
 height: 22px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 12px;
 font-weight: bold;
 box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.bubble_g 
{
 position: absolute;
 top: 0;
 right: -1px;
 background-color: green;
 color: white;
 width: 22px;
 height: 22px;
 border-radius: 50%;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 12px;
 font-weight: bold;
 box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.task-text 
{
 margin: 0;
}

.flex-container 
{
 display: flex;
}

.ileft 
{
 width: 200px;
 background-color: #f0f0f0;
}

.iright 
{
 flex: 1;/* 占据剩余空间 */

 background-color: #e0e0e0;
}

.tabs-container 
{
 max-width: 100%;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 background-color: white;
 border-radius: 8px;
 box-shadow: 0 2px 5px rgba(0,0,0,0.1);
 overflow: hidden;
}

.tabs-header 
{
 display: flex;
 border-bottom-color: #eee;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 background-color: #fafafa;
}

.tab-button 
{
 flex: 1;
 padding-top: 15px;
 padding-right: 20px;
 padding-bottom: 15px;
 padding-left: 20px;
 border-style: none;
 background-color: transparent;
 cursor: pointer;
 font-size: 16px;
 text-align: center;
 transition: all 0.3s ease;
}

.tab-button:hover 
{
 background-color: #E9F8DE;
}

.tab-button.active 
{
 border-color: #6AA71A;
 background-color: #6CBE41;
 color: white;
}

.tab-content 
{
 display: none;
 padding: 10px;
}

.tab-content.active 
{
 display: block;
}