<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#shortcut{
    background: #fff;
}
.content{
    margin-top: 16px;
   margin-bottom: 30px;
   
    background: #fff;
    border-radius: 20px;
}
.conent_tilet{
    width: 1200px;
    height: 76px;
    background: linear-gradient( 91deg, #EF534F 0%, #FF6D24 100%);
    box-shadow: 0px 4px 10px 0px rgba(255,198,173,0.63);
    border-radius: 20px 20px 0px 0px;
    border-bottom: 6px solid #FFFFFF;
    text-align: center;
    line-height: 76px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #FCFAF0;
    text-shadow: 0px 3px 0px #D11400;
    }
    .main{
        width: 100%;
        box-sizing: border-box;
    padding: 20px;
    }
    .table{
        border-collapse:collapse;
        border: 1px solid #FFE6D9;
        text-align: center;
        color: #333333;
    }
    .cor33{
        color: #333333 !important;
    }
    
    .table th{
        font-size: 16px;
        font-weight: 400;
    }
    .table td{
        font-size: 14px;
      
    }
    .table td a{
        font-weight: 400;
        font-size: 14px;
        color: #EF534F;
    }
    .table th,td{
        height: 40px;
        
    }
    .table th:nth-child(1){
        width: 520px;
    }
    .table th:nth-child(2){
        width: 110px;
    }
    .table th:nth-child(3){
        width: 200px;
    }
    .table th:nth-child(4){
        width: 200px;
    }
    .table th:nth-child(5){
        width: 130px;
    }
    /* .table tr td:nth-child(1){
        text-align: left;
        box-sizing: border-box;
        padding-left: 30px;
    } */
    .lp30{
        text-align: left;
        box-sizing: border-box;
        padding:0 30px;
    }
    .table tr:nth-child(3),tr:nth-child(4) { 
        background: #FFFCFB;
      }
      .cfb{
        background: #FFFCFB;
      }
      .cur_phone{
        width: 100%;
        height: 60px;
        background: #FFEDEA;
        border-radius: 5px 5px 5px 5px;
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .cur_phone_tit{
        width: 122px;
        height: 32px;
        background: #FF6442;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        border-radius: 0 8px 0 8px;
        margin-right: 15px;
      }
      .cur_phone_tit img{
        margin-right: 7px;
      }</pre></body></html>