ul ,ul li{ list-style: none}
a,a:active,a:hover{
    text-decoration: none;
}
.n-icon{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display:inline-block;
    cursor: pointer;
}
.n-left{
    float:left;
}
.n-right{
    float:right;
}


/*弹出框样式*/
.dialog-box{
    padding: 65px 50px;
    overflow: hidden;
    width: 400px;
    height: 300px;
    background: #fff;
    opacity: 0.94;
    box-shadow: 0 4px 8px 0 rgba(110,110,110,0.50);
    border-radius: 8px;
    box-sizing: border-box;
}
.dialog-box .con .tipImg{
    float: left;
    vertical-align: top;
    background: url("../../common/easyDialog/dialogIcons.png");
    height: 62px;
    width: 43px;
}
.dialog-box .con.blue .tipImg{
    background-position: -97px -22px;
}
.dialog-box .con.red .tipImg{
    background-position: -18px -14px;
}
.dialog-box .con.green .tipImg{
    background-position: -174px -22px;
}

.dialog-box .con .tipBody{
    width: 220px;
    font-size: 16px;
    float: right;
}
.dialog-box .con .tipBody .p_con{
    height: 135px;
    width: 100%;
}
.dialog-box .con .tipBody p{
    color: #666666;
    letter-spacing: 0;
    word-wrap: break-word;
    height: auto;
}
.dialog-box .con .btn-footer{
    text-align: right;
}
.dialog-box .con .btn-footer button{
    border-radius: 3px;
    width: 94px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    outline: none;
}
.dialog-box .con .btn-footer .sure{
    color: #fff;
    margin-right: 24px;
    border:none;
}
.dialog-box .con.blue .btn-footer .sure{
    background: #46A7FF;
}
.dialog-box .con.red .btn-footer .sure{
    background: #F6623F;
}
.dialog-box .con.green .btn-footer .sure{
    background: #3FC095;
}
.dialog-box .con .btn-footer .cancel{
    background: #fff;
}
.dialog-box .con.blue .btn-footer .cancel{
    color: #46A7FF;
    border: 1px solid #46A7FF;
}
.dialog-box .con.red .btn-footer .cancel{
    border: 1px solid #F6623F;
    color: #F6623F;
}
.dialog-box .con.green .btn-footer .cancel{
    border: 1px solid #3FC095;
    color: #3FC095;
}
/*小提示框样式*/
.dialog-tip{
    opacity: 0.96;
    background: #FFFFFF;
    box-shadow: 0 4px 8px 0 #ACD7FF;
    border-radius: 4px;
    height: auto;
    width: 300px;
    padding: 15px;
}

.dialog-tip .tipImg{
    float: left;
    width: 20px;
    height:30px;
    vertical-align: top;
    background: url("../../common/easyDialog/dialogIcons.png");
    margin-top: 4px;
}
.dialog-tip p{
    float: left;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 18px;
    margin-left:10px;
    width: 230px;
    margin-top: 10px;
}
.dialog-tip.blue .tipImg{
    background-position: -97px -125px;
}
.dialog-tip.red .tipImg{
    background-position: -18px -125px;
}
.dialog-tip.green .tipImg{
    background-position: -174px -125px;
}
.dialog-tip.blue a{
    color: #46A7FF;
}
.dialog-tip.green a{
    color: #3FC095;
}
.dialog-tip.red a{
    color: #F6623F;
}
.tip-box-alert{
    position: fixed;
    display: none;
    top: 45%;
    left: 45%;
    z-index: 1055;
}
.tip-box-alert .close{
    float: none;
    position: absolute;
    left: 276px;
    top: 3px;
    z-index: 88;
}
@media (min-width: 768px){
    .modal-dialog.dialog-box-modal {
        width: 403px;
    }
}