﻿*{
   font-family:微软雅黑
}
body {
    margin:0px 0px 0px 0px;
   
}a:link { text-decoration:none}    /* 未被访问的链接 */

img{
    max-width:100%;
}
.dhwb{
 overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
ul{
    margin:0; padding:0;
}li{list-style:none} 
.usertx{
    max-width:50px;border:2px solid #f1f1f1;border-radius:5px;cursor:pointer
}
.usertxx{
  max-height:1080px;  max-width:100px; border:2px solid #f1f1f1;border-radius:5px;cursor:pointer
}

.btn{
    background-color:#ffa400;color:white; margin-right:10px;padding:5px;float:left; border-radius:5px;cursor:pointer; border:1px solid #ffd800
}
.btn:hover{
    background-color:#f16f01
}
.btn0{
    color:#000; margin-right:10px;padding:5px;float:left; border-radius:5px;cursor:pointer;  
}
 
.btn2{
    background-color:#c20303;color:white; margin-right:10px;padding:5px;float:left; border-radius:5px;cursor:pointer; border:1px solid #5c0255
}
.btn2:hover{
    background-color:#9a0000
}
.btn3{
   background-color:#019ca7;color:white; margin-right:10px;padding:5px; border-radius:5px;cursor:pointer; border:1px solid #00868f
}
.btn3:hover{
    background-color:#00868f
}
.row{
    float:left; padding:10px;width:90%;
}.row1{
    float:left; width:96%;margin-left:2%;
}
.icon-{
    padding:10px; font-size:1.1em;
}
.tools i{
    margin-right:5px;
}
i{
    font-style:normal
}.l10{
     margin-left:10px;
 }
     table{
            border-collapse:collapse; border: 1px solid #808080;
        }
        th {
            background-color: #ededed; border-collapse:collapse;
            border: 1px solid #808080;
            word-break: break-all;
            word-wrap: break-word;padding:5px;  font-size:0.95em;
        }
        td {
            background-color: white; border-collapse:collapse;
            word-break: break-all;
            word-wrap: break-word;
            border: 1px solid #808080;padding:5px; font-size:1em;
        }

        .td0{
            text-align:right;
        }
        .demotd{
            font-size:0.95em;
        }
        .demotds{
              font-size:0.9em; color:red; background-color:#eeeeee
        }
        .no_display{
            display:none
        }
        .djbg{
            background-color:#cce3e6
        }
        .jstd{
            text-align:right; color:red
        }
        .ckrd{
            font-size:1.2em; font-weight:bold; 
        }
        .sydjhtd{
            margin-left:20px; background-color:yellow
        }
        .mbfont{
            text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;

-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;

-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;

*filter: Glow(color=#000, strength=1);
        }

         .mbfont1{
            text-shadow:#f1f1f1 1px 0 0,#f1f1f1 0 1px 0,#f1f1f1 -1px 0 0,#f1f1f1 0 -1px 0;

-webkit-text-shadow:#f1f1f1 1px 0 0,#f1f1f1 0 1px 0,#f1f1f1 -1px 0 0,#f1f1f1 0 -1px 0;

-moz-text-shadow:#f1f1f1 1px 0 0,#f1f1f1 0 1px 0,#f1f1f1 -1px 0 0,#f1f1f1 0 -1px 0;

*filter: Glow(color=#f1f1f1, strength=1);
        }
         .mtop2{
            margin-top:2px;
        }

        .mtop10{
            margin-top:10px;
        }

        .select {
		display: inline-block;
		width: 100px;
		position: relative;
		vertical-align: middle;
		padding: 0;
		overflow: hidden;
		background-color: #fff;
		color: #555;
		border: 1px solid #aaa;
		text-shadow: none;
		border-radius: 4px;	
		transition: box-shadow 0.25s ease;
		z-index: 2;
	}
 
	.select:hover {
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
	}
 
	.select:before {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: 10px solid transparent;
		border-top-color: #ccc;
		top: 14px;
		right: 10px;
		cursor: pointer;
		z-index: -2;
	}
	.select select {
		cursor: pointer;
		padding: 10px;
		width: 100%;
		border: none;
		background: transparent;
		background-image: none;
		-webkit-appearance: none;
		-moz-appearance: none;
	}

        .select select:focus {
            outline: none;
        }
  .scrollbar-1::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  }
  .scrollbar-1::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #535353;
  }
  .scrollbar-1::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background   : #ededed;
  }

  input{
    outline-style: none ;
    border: 1px solid #ccc; 
    border-radius: 3px;
    padding:5px;
  
   
 
    font-family: "Microsoft soft";
}
  select{
      padding:5px;  border: 1px solid #ccc; 
    border-radius: 3px;
  }
input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}
.txtx{
    width:100px;
}

.txt,.txtx{
    width:100px;
}

.txt:focus
{ 
width:180px;
}
.txts{
    width:280px;
}

.txts:focus
{ 
width:320px;
}

.qhbg{
    background-color:#f1f1f1
}

  .btn1x{
    background-color:red;border:1px solid red;color:white; padding:10px; border-radius:5px;cursor:pointer; 
    font-size:1.1em;
}
.btn1x:hover{
    background-color:#c80000;font-size:0.98em
}
   .btn2x{
    background-color:#ff9c00;border:1px solid red;color:white;padding:10px; border-radius:5px;cursor:pointer;  width:90%; margin-left:5%;float:left;
    font-size:1.1em;
}
.btn2x:hover{
    background-color:#c80000;font-size:0.98em
}
   .btn3x{
    background-color:yellow;border:1px solid red;color:#4f0000;padding:10px; border-radius:5px;cursor:pointer;  width:90%; margin-left:5%;float:left;
    font-size:1.1em;
}
.btn3x:hover{
    background-color:#c80000;font-size:0.98em; color:white;
}
.mbfont1:hover{
      text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;

-webkit-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;

-moz-text-shadow:#000 1px 0 0,#000 0 1px 0,#000 -1px 0 0,#000 0 -1px 0;

*filter: Glow(color=#000, strength=1);
}
 .btn4x{
    background-color:#00b41a;border:1px solid #217200;color:white;padding:10px; border-radius:5px;cursor:pointer; 
    font-size:1.1em;
}
.btn4x:hover{
    background-color:#217200;font-size:0.98em;  
} .btn5x{
    background-color:#ff003e;border:1px solid red;color:white;padding:10px; border-radius:5px;cursor:pointer;  width:90%; margin-left:5%;float:left;
    font-size:1.1em;
}
.btn5x:hover{
    background-color:#b50021;font-size:0.98em;  
}.btn6x{
    background-color:#585858;border:1px solid #000;color:white;padding:10px; border-radius:5px;cursor:pointer;  width:90%; margin-left:5%;float:left;
    font-size:1.1em;
}
.btn6x:hover{
    background-color:#000;font-size:0.98em;  
}   .btn7x{
    background-color:#e8e8e8;border:1px solid #8f8f8f;color:#000;padding:10px; border-radius:5px;cursor:pointer;  width:90%; margin-left:5%;float:left;
    font-size:1.1em;
}
.btn7x:hover{
    background-color:#8f8f8f;font-size:0.98em; color:white;
}.btnbluex{
    background-color:#01b6b6;border:1px solid #01b6a0;color:white;padding:3px; border-radius:5px;cursor:pointer; 
  
}
.btnbluex:hover{
    background-color:#01b6a0;font-size:0.98em;  
} .s_btnbluex{
    background-color:#01b6b6;border:1px solid #01b6a0;color:white;padding:3px; border-radius:5px;cursor:pointer; float:left; margin-right:10px;
  
}
.s_btnbluex:hover{
    background-color:#01b6a0;font-size:0.98em;  
} .sxsb{
      cursor:pointer;cursor:hand;
  }

    .t_r{
            text-align:right
        }  .t_l{
            text-align:left
        }


              p{
        padding:2px; margin:0;
    }
  
    .frmtab{
        border-radius:10px 10px 10px 10px;
    }
    .addrow{cursor:pointer;
        background-color:#c30066;color:white; font-size:13px;padding:8px;border-radius:5px 5px 5px 5px; float:left;min-width:60px;
    }
     .addrow:hover{
        background-color:#860277;
    }
      .addrow i{
     margin-right:5px;
    }
      .sfont{
          font-size:13px;
      }
      .r_5{
          margin-right:5px;
      }
      .t_c{
          text-align:center;
      }
      .s_btn{
          background:#c8eced; color:#000e62;padding:3px 5px 3px 5px;border-radius:3px 3px 3px 3px; cursor:pointer
      }

 
     .dax {
         min-width: 80px;
         padding: 1px;padding-right:23px;
         max-width: 160px;
         margin-right: 2px;
         height:25px; line-height:25px;
         border-bottom: 1px solid #d5d5d5;
         overflow: hidden;
         text-overflow: ellipsis;
         font-size:14px;
         white-space: nowrap;
         background: url("/img/skin/cx.png")no-repeat right 3px center;
     } .daxx {
         min-width: 90px;
         padding: 1px;
         max-width: 160px;
         margin-right: 2px;
         height:25px; line-height:25px;
         border-bottom: 1px solid #d5d5d5;
         overflow: hidden;
         text-overflow: ellipsis;
         font-size:14px;
         white-space: nowrap;
      
     }
.numtxt{
    width:40px;
}
.float_r{
    float:right;
}
     .float_l{
         float:left;
     }

     .hjrow{
         background-color:#fff8cf
     }

       .ck_msg{
         float:left; position:fixed; z-index:100;display:none; background:#fff6e0; max-width:400px;font-size:1.2em; color:red;font-weight:bold;border:1px solid #d59e62; padding:3px;
     }