
  
    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:80%;
        height:auto;
        border-radius: 3.4vmin;
        overflow: hidden;
    }
    .jq-alert .alert .title{
        position: relative;
        margin: 4.4vmin;    
        text-align: center;
        font-weight: normal;        
    }
    /*.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{
         
        margin: 0px 3.6vmin; 
    }
    .jq-alert .alert .content .prompt{
        width:100%;
        margin-bottom: 2.77vmin;
        display: flex;
        align-items: center; /*¶¨ÒåbodyµÄÔªËØ´¹Ö±¾ÓÖÐ*/
        height: 10vmin;
    }
    .jq-alert .alert .content .prompt .prompt-content100{ 
        width: 100%;
        float: left;
    }
    .jq-alert .alert .content .prompt .prompt-content{ 
        width: 35%;
        float: left;
    }
    .jq-alert .alert .content .prompt .prompt-text{        
        width: 65%;
        height: 10vmin;
        box-sizing: border-box;        
        background-color: #FFF;
        border:0px 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 .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%;
        height: 1px;
        background-color: #F3F3F3;
    }
    .jq-alert .alert .fd-btn a{
        width:100%;
        height: 13.6vmin;       
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;        
    }
    .jq-alert .alert .fd-btn a.cancel{
        position: relative; 
        color: #FF3E3E;       
    }
    .jq-alert .alert .fd-btn a.cancel:after{
        content: "";
        position: absolute;
        top:.1rem;
        right:0;
        width: 1px;
        height: .6rem;
        background-color: #F3F3F3;
    }
    .jq-alert .alert .fd-btn a.confirm{
        color: #000000;
    }
    .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: .1rem .2rem;
        background-color: rgba(0,0,0,.48);
        color: #FFF;
        border-radius: 4px;        
    }

.show-list{
            width:80%;
            margin: 0 auto;
        }
        .show-list li{
            height: 1rem;           
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            border-bottom: 1px solid #dcdcdc;
        }

.button-holder{
    width: 65%;
}
.regular-radio {
    display: none;
}

.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 9px;
    border-radius:4.62vmin;
    display: inline-block;
    position: relative;
    width: 4.62vmin;
    height: 4.62vmin;
}

.regular-radio:checked + label:after {
    content: ' ';
    width: 4.62vmin;
    height: 4.62vmin;
    border-radius: 4.62vmin;
    position: absolute;
    top: 0px;
    background:#47d9bf;
    box-shadow:0px 0px 5px 0px #47d9bf;
    left: 0px;
}


.circle {
    width:4.62vmin;
    height:4.62vmin;
    background-color:#fff;
    border-radius:50%;    
    left:0px;
    transition:0.3s;
    box-shadow:0px 1px 5px rgba(0,0,0,.5);
}

.euserInfo_msg{
    margin-left: 1vmin;
}





