.f-fr{
	position: relative;
	top:15px;
}
.f-fr2{
	float:right !important;
}
.footBar .color_bom_foot .foot_bom[data-v-40b47f14] {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    width: 1200px;
    padding: 10px 0;
}
.fixed-message{
    position: fixed;
    top: 320px;
    right: 20px;
    /* outline: solid 1px; */
    border: 1px solid #e3e3e3;
    padding: 1em;
    border-radius: 1em;
    cursor: pointer;
    color:#333;
    text-align:center;
    display:none;
}
.close-message{
    position: absolute;
    top: 1px;
    right: 1px;
    /* outline: solid 1px; */
    background-color:#d1d1d1;
    color:#786767;
    border-radius:0.6em;
    width:1.2em;
    
}
.fixed-message-cprams{
    position: fixed;
    top: 430px;
    right: 20px;
    /* outline: solid 1px; */
    border: 1px solid #e3e3e3;
    padding: 1em;
    border-radius: 1em;
    cursor: pointer;
    color:#333;
    text-align:center;
    /*display:none;*/
}
.close-message-cprams{
    position: absolute;
    top: 1px;
    right: 1px;
    /* outline: solid 1px; */
    background-color:#d1d1d1;
    color:#786767;
    border-radius:0.6em;
    width:1.2em;

}
.icon-message{
	width:48px;
	margin-bottom:4px;
}
.icon-message:hover{
    scale:1.1;
    transition:scale 0.2s,margin-bottom 0.2s ;
    margin-bottom:6px;
}
.icon-message:hover~div{
    font-size:1.1em;
    transition:font-size 0.2s ;
}
.watermark{
    position: fixed;
    top: 50%;
    left: 0px;
    pointer-events: none;
    transform: translateY(-50%);
    font-size: 180px;
    opacity: 0.1;
    color: red;
    display: none;
}