@charset "utf-8";

*{ font-family: "Microsoft YaHei";}
body{
    margin: 0;
    padding: 0;
    border: 0;
}

/*小尺寸菜单*/
.xs-menuBox{
    display: none;
    position: fixed;top:0;bottom: 0;left: 0;right: 0;
    z-index: 1000;
    /*filter: blur(10px);*/
}
.xs-menuBox .menu{
    position: relative;
    width: 100%;height: 0;
    opacity: 0.95;filter:alpha(opacity=95);-moz-opacity:0.95;-khtml-opacity:0.95;
    background: #404040;
    overflow: hidden;
}
.xs-menuBox .menu .list{
    position: absolute;top:50px;bottom: 66px;
    width: 100%;
    padding: 30px;
    overflow-y: auto;
}
.xs-menuBox .menu .list a{ color: #fff; }
.xs-menuBox .menu .list i{ margin-right: 10px;  }
.xs-menuBox .menu .list p{
    line-height: 30px;
    padding: 10px;
    text-align: left;
    font-size: 1.6rem;
    color: #fff;
    border-bottom: 1px dotted #666;
    overflow-x: hidden;
}



/*安全中心*/
.safe-box{
    margin: 0;
}
.safe-box div{
    width: 99%;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
}
.safe-box div p{
    width: 100%;
    padding: 10px;
    margin: 0;
}
.safe-box div p.tit{
    line-height: 25px;
    background: #42AB42;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
.safe-box div p.con{
    line-height: 25px;
    color: #666;
    font-size: 1.5rem;
    border-bottom: 1px dotted #ccc;
}
.safe-box div p.action-box{
    width: 100%;
    height:40px;
    padding: 0;
}
.safe-box div p.action-box span{
    float:left;width: 50%;
    line-height: 40px;
    color: #666;
    font-size: 1.5rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.safe-box div p.action-box span.status{
    border-right: 1px dotted #ccc;
}
.safe-box div p.action-box span.action{
    background: #e02420;
    color: #fff;
    cursor: pointer;
}
.safe-box div p.action-box span.ban{
    background: #ccc;
    color: #fff;
    cursor: not-allowed;
}
.safe-pop,.safe-pop-ban{
    display: none;
    width:100%;
    margin: 0 auto;
    padding: 0;
    background: #f0f0f0;
    z-index: 999;
}
.safe-pop-ban{display: block;}
.safe-pop .title{
    margin: 0;
    padding-left: 3%;
    line-height: 50px;
    background: #fff;
    color: #42AB42;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 1px solid #42AB42;
}
.safe-pop .desc{
    padding: 3%;
    line-height: 25px;
    font-size: 1.5rem;
    background: #eee;
}
.safe-pop form{
    border: 0;
    background: #fff;
    padding: 5%;
}
.safe-pop form .item{
    font-size: 1.6rem;
    line-height: 30px;
}
.safe-pop form .btn{
    width: 100%;
    border: 0;
    background: #ccc;
    color: #fff;
    padding: 3%;
    margin:20px 0;
    cursor: not-allowed;
}
.safe-pop form .btn.on{
    background: #42AB42;
    cursor: pointer;
}
.safe-alert {
    border: 2px solid #e02420;
    background: #f6dcdc;
    font-size: 1.5rem;
    color: #e02420;
    margin-bottom: 15px;
    padding: 5px;
    line-height: 25px;
}