/* .dialog{width:360px;border:1px #666 solid;position:absolute;display:none;z-index:101;}
.dialog .title {background: #333;padding:10px; color: #fff; font-weight: bold; }
.dialog .title img {float: right;}
.dialog .content {background: #fff;padding:25px;height: 60px;}
.dialog .content img {float: left;}
.dialog .content span {float: left;padding:10px;}
.dialog .bottom {text-align: right;padding:10px 10px 10px 0px;background: #eee;}
.dialog .btn {border: #666 1px solid;width:65px;} */
/* #form{
     display: none;    
} */
.ly{
position: absolute;
bottom: 65px;
z-index: 9000;
width: 30%;
box-sizing: border-box;
-webkit-box-sizing: border-box;
display: none;
border-radius: 5px;
-webkit-border-radius: 5px;
padding: 10px;
border: 1px solid #c7c7c7;
background: #fafafa;
/*margin-left: 170px;*/
right:1px;
}
.ly li.pipel{
float: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
border-top: 1px solid #c7c7c7;
}
.ly li a{
display: block;
height: 40px;
line-height: 40px;
text-align: left;
color: #333;
border: none;
text-align: center;
font-size: 16px;
/*text-decoration: underline;*/
}
.hides {
    position: absolute;
    bottom: 65px;
    z-index: 9000;
    width: 30%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    border: 1px solid #c7c7c7;
    background: #fafafa;
    /*margin-left: 170px;*/
   
    right: 1px;
}
.hides li.pipel{
float: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
border-top: 1px solid #c7c7c7;
}
.hides li a{
display: block;
height: 40px;
line-height: 40px;
text-align: left;
color: #333;
border: none;
text-align: center;
font-size: 16px;
/*text-decoration: underline;*/
}