.ToIn{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    margin: 0;
    background: transparent;
}
.ToIn:hover{
    color: #FFFFFF!important;
}
.ToIn-close{
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
    background:  url(https://s0.ifengimg.com/2019/11/13/close_56e701a6.png)no-repeat center/100% 100%;
    cursor: pointer;
}
.buoy{
    width: 14px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: -5px;
    background: url(https://s0.ifengimg.com/2020/03/17/close_ef0df19d.png)no-repeat center/100% 100%;
    cursor: pointer;
    left: -10px;
}
.add_enter_button{
    position:fixed;
    right: 0;
    bottom: 300px;
    width: 100px;
    height: 80px;
    cursor: pointer;
    /*display: none;*/
    z-index: 9999;
}
.add_enter_wrap{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, .6);
    display: none;
}
.add_enter_wrap .dialog{
    width:440px;
    height:380px;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
