.fcm_ts_box{
    color: #000;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.3);
    display: none;
}
.fcm_ts_box .fcm_ts_con{
    position: relative;
    width: 500px;
    height: auto;
    /*background: #fff;*/
    margin: 200px auto auto auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 3px solid #ca5809;
}
.fcm_ts_box .fcm_ts_con .fcm_tit{
    position: relative;
    width: 500px;
    height: 32px;
    line-height: 32px;
    padding-bottom: 4px;
    text-align: center;
    background: #ca5809;
}
.fcm_ts_box .fcm_ts_con .fcm_tit .tit_con{
    font-size: 18px;
    color: #F4F4F4;
    font-weight: bold;
}
.fcm_ts_box .fcm_ts_con .fcm_tit .ts_close_btn{
    position: absolute;
    right: 2px;
    top: 1px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #d4cac3;
    border-radius: 50%;
    color: #bd0303;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.fcm_ts_box .fcm_ts_con .fcm_ts{
    width: 460px;
    height: auto;
    padding: 20px;
    background: #F4F4F4;
    border-top: solid 1px #8e0808;
}
.fcm_ts_box .fcm_ts_con .fcm_ts p{
    line-height: 24px;
    font-size: 16px;
    text-indent: 2rem;
}
.fcm_ts_box .fcm_ts_con .fcm_ts .ts_text1{
    color: #EF0000;
}
.fcm_ts_box .fcm_ts_con .fcm_ts .ts_text2{
    color: #f75606;
    font-weight: bold;
}
.fcm_ts_box .fcm_ts_con .fcm_ts .fcm_url{
    float: right;
    margin: 10px 25px 0 0;
    padding: 2px 10px;
    font-size: 16px;
    background: #eadde9;
}