.my{
    width:100%;
    -webkit-box-shadow: 0 2px 4px #dfe1e5, 0 -1px 1px #dfe1e5;
    -moz-box-shadow:0 2px 4px #dfe1e5, 0 -1px 1px #dfe1e5;
    box-shadow:0 2px 4px #dfe1e5, 0 -1px 1px #dfe1e5;
    box-shadow:0 2px 4px #dfe1e5, 0 -1px 1px #dfe1e5;
    position: relative;
    margin-bottom: 50px;
}
.my_top{
    border-bottom:none;
    height:auto;
}
/*提交按钮*/
.submit_div{
    width:370px;
    margin:100px auto;
}
.new_Pv,.new_a{
    display: inline-block;
    width:150px;
    height:35px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: #f8fbff;
    margin:40px 30px 40px 0;
    outline: none;
    float: left;
}
a.new_a{
    width:148px;
    height:33px;
    float: left;
    text-align: center;
    line-height: 33px;
}
.new_Pv:hover,.new_a:hover{
    background:#587ed1;
    color:#f8fbff;
}
.add{
    text-align: center;
    line-height: 25px;
    display: inline-block;
    color: #666;
    padding: 0 10px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    margin-right: 20px;
}
.add:hover{
    color: #fff;
}
#add{
    border:1px solid #587ed1;
}
#del{
    border:1px solid #fe6c6c;
}
#add:hover{
    background: #587ed1;
}
#add:hover span{
    background-position: -15px 0;
}
#del:hover{
    background: #fe6c6c;
}
#del:hover span{
    background-position: -15px -15px;
}
#add span,#del span{
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("../images/adddel_icon.png");
    background-repeat: no-repeat;
    position: relative;
    bottom: 2px;
    vertical-align: middle;
    margin-right:5px;
}
#add span{
    background-position: 0 0;
}
#del span{
    background-position: 0 -15px;
}
a.new_a{
    width:148px;
    height:33px;
    float: left;
    text-align: center;
    line-height: 33px;
}
.new_Pv:hover,.new_a:hover{
    background:#587ed1;
    color:#f8fbff;
}
.tian {
    height: auto;
    margin-top: 18px;
    padding-left: 31px;
    width: 500px;
    color:#666;
}
.tian_L {
    cursor: pointer;
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 100px;
}
.tian_R {
    float: left;
    height: 25px;
    line-height: 25px;
}
div.heng.tian{
    width:700px;
}

/*--hyper--*/
.main_table_title_span{
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
    width: 100px;
}
.adapter{
    float: left;
    height: 25px;
    line-height: 25px;
}

div.sige{
    float: left;
    width: 260px;
    line-height: 25px;
}
div.sige .tian_R{
    width:120px;
}
.enable, .disable {
    border: 1px solid #cfcfcf;
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 2px;
    position: relative;
    width: 20px;
}
.enable input, .disable input {
    height: 20px;
    line-height: 20px;
    opacity: 0;
    width: 20px;
}
.tian_R label, .biao_right label {
    float: left;
    margin-left: 15px;
    margin-right: 30px;
}
input[name="type"]:checked + span {
    display: block;
}
input[name="type"] + span {
    display: none;
}
.enable span, .disable span {
    background: #587ed1 none repeat scroll 0 0;
    height: 8px;
    left: 6px;
    position: absolute;
    top: 6px;
    width: 8px;
    z-index: 100;
}
