#alert{
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top:-210px ;
    margin-left:-235px;
    z-index:30;
}
.showLog{
    cursor: pointer;
}
#alert .close0108,#FRightImg .close0108{
    cursor: pointer;
    position: absolute;
    transition: all 0.5s;
    transform: rotate(0deg);
    top: -25px;
    right: -25px;
}
#alert .close0108:hover,#FRightImg .close0108:hover{
    transition: all 0.5s;
    transform: rotate(90deg);
}
#FRightImg{
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -130px;
    z-index:30;
}
#FBottomImg{
    width: 100%;
    bottom: -150px;
    z-index:30;
    position: fixed;
    left: 0;
    transition: all 0.5s;
}
#FBottomImg.on{
    bottom: 0px;
    transition: all 0.5s;
}
#alertLog{
    padding: 30px 17px;
    width:375px;
    background: #ffffff;
    border-radius: 5px;
    position: fixed;
    left:50%;
    margin-left: -187.5px;
    top: 30%;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px #ccc;
    display: none;
    z-index: 30;
}
#alertLog .close0108{
    position: absolute;
    right: 15px;
    top: 19px;
    cursor: pointer;
}
#alertLog .tit{
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 24px;
}
#alertLog .inputgroup{
    /*display: flex;*/
    border-radius: 8px;
    background-color: rgb(241, 242, 242);
    height: 40px;
    margin-bottom: 18px;

}
#alertLog .inputgroup input{
    background: none;
    outline: none;
    border: none;
    padding-left: 20px;
    font-size: 18px;
    line-height: 40px;
}
#alertLog .inputgroup span{
    float: right;
    color: #fc5021;
    border-left: 1px solid #fc5021;
    padding:0 10px;
    position: relative;
    top: 9px;
    cursor: pointer;
    width: 103px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
}
#alertLog  button{
    background-color: rgb(252, 80, 33);
    width: 318px;
    height: 40px;
    border-radius: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    margin: 6px auto 15px;
    display: block;

}
#alertLog  p{
    text-align: center;
    color: #666666;
    font-size: 12px;
}
#alertShadow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: block;
    z-index: 20;
}
