body{margin:0;padding:0;font-size:14px;}
a{text-align: center; color:#333;text-decoration: none;}
a:hover{text-decoration: none;}
p{padding:0;}
[v-cloak]{display:none;}

.recprocontent{
    width:95%;
    max-width: 1200px;
    margin:auto;
    display: flex;
    flex-direction: column;
}
.recprotitlebg{
    font-size:48px;
    margin:0 auto;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    color:#eee;
}
.recprotitle{
    font-size:30px;
    margin:-34px auto 20px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
}
.recproline{
    position: relative;
    margin:auto;
}
.recproline::before{
    content: "";
    position: absolute;
    left: -15px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #FF3C00;
    transform: skewX(45deg);
}
.recproline::after{
    content: "";
    position: absolute;
    left: -10px;
    bottom: 0;
    width: 40px;
    height: 4px;
    background: #FF3C00;
    transform: skewX(-45deg);
}


/*******tippy 自定义样式******/
.tippy-box[data-theme~='tomato'] {
    background-color: tomato;
    color: yellow;
    margin:auto;
    width:95vw;
    transform: translateX(-0.5%);
  }