
    /**{*/
        /*margin: 0;*/
        /*padding:0;*/
        /*list-style: none;*/
        /*font-size: 12px;*/
        /*color: rgba(0,0,0,.8);*/
    /*}*/
    a{
        text-decoration: none;
    }

    /*jq-alert弹出层封装样式*/
    .jq-alert{
        position: fixed;
        top:0;
        left:0;
        width:100%;
        height:100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,.3);
        z-index: 99;
    }
    .jq-alert .alert{
        background-color: #FFF;
        width:409px;
        height:auto;
        border-radius: 4px;
        overflow: hidden;
    }
    .jq-alert .alert .title{
        position: relative;
        margin: 0;
        font-size: .12rem;
        height: .25rem;
        line-height: .35rem;
        text-align: center;
        font-weight: normal;
        color: rgba(0,0,0,.8);
    }
    /*.jq-alert .alert .title:after{*/
        /*position: absolute;*/
        /*content: "";*/
        /*bottom: 0;*/
        /*left:0;*/
        /*width: 100%;*/
        /*height: 1px;*/
        /*background-color: #ededed;*/
        /*transform: scaley(.5);*/
        /*-webkit-transform: scaley(.5);*/
    /*}*/
    .jq-alert .alert .content{
        padding: .1rem;margin-top:  .1rem;
        font-size: .1rem;
        color: rgba(0,0,0,.6);
    }
    .jq-alert .alert .content .prompt{
        width:100%;
    }
    .jq-alert .alert .content .prompt .prompt-content{
        /*font-size: .12rem;
        color: rgba(0,0,0,.54);
        margin-top:20px;
        text-indent: 5px;
        background: none rgb(255, 255, 255);
        outline: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(220, 220, 220);*/

        margin: 0 auto;
display: block;
width: 354px;
height: 30px;
padding: 10px;
border: 1px solid #e2e2e2;
background-color: #fff;
outline: 0;
    }
    .jq-alert .alert .content .prompt .prompt-text{
        background:none;
        border:none;
        outline: none;
        width: 100%;
        height: .2rem;
        box-sizing: border-box;
        margin-top: .1rem;
        background-color: #FFF;
        border:1px solid #dcdcdc;
        text-indent:5px;
    }
    .jq-alert .alert .content .prompt .prompt-text:focus{
        border: 1px solid #2196F3;
        background-color: rgba(33,150,243,.08);
    }

     .jq-alert .alert .content .promptt{
        width:100%;
    }
    .jq-alert .alert .content .promptt .promptt-content{
        font-size: .15rem;
        color: rgba(0,0,0,.54);
    }
    .jq-alert .alert .content .promptt .promptt-text{
        background:none;
        border:none;
        outline: none;
        width: 100%;
        height: .2rem;
        box-sizing: border-box;
        margin-top: 0rem;
        background-color: #FFF;
        border:1px solid #dcdcdc;
        text-indent:5px;
    }
    .jq-alert .alert .content .promptt .promptt-text:focus{
        border: 1px solid #2196F3;
        background-color: rgba(33,150,243,.08);
    }

    .jq-alert .alert .fd-btn{
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -webkit-align-items: center;
        justify-content: center;
        align-items: center;
    }
    .jq-alert .alert .fd-btn:after{
        position: absolute;
        content: "";
        top:0;
        left:0;
        width:100%;
     
        background-color: #F3F3F3;
    }
    .jq-alert .alert .fd-btn a{
        width:100%;
        height: 38px;
        padding: 10px;
        font-size: .1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;background-color:#fcfbf9;
        color: rgba(0,0,0,.8);
    }
    .jq-alert .alert .fd-btn a.cancel{
        position: relative;
        color: rgba(0,0,0,.5);
    }
    .jq-alert .alert .fd-btn a.cancel:after{
        content: "";
        position: absolute;
       
        right:0;
        width: 1px;
        height:38px;
        background-color: #F3F3F3;
    }
    .jq-alert .alert .fd-btn a.confirm{
        color: #2196F3;
    }
    .jq-alert .alert .fd-btn a.confirm:active{
        background-color: #2196F3;
        color: #FFF;
    }

    /*toast弹出层*/
    .jq-toast{
        z-index: 999;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
        -webkit-align-items: center;
    }
    .jq-toast .toast{
        max-width: 80%;
        padding: .05rem .1rem;
        background-color: rgba(0,0,0,.48);
        color: #FFF;
        border-radius: 4px;
        font-size: .1rem;
    }













































