/*主体内容*/
 .strategy-container {
     background: white;
     padding: 0.14rem 0.24rem 0;
}
 .strategy-container .strategy-btn {
     width: 100%;
     height: 0.56rem;
     line-height: 0.56rem;
     display: inline-table;
     justify-content: flex-start;
     align-items: flex-start;
}
.strategy-btn li {
    float: left;
    width: 23%;
    text-align: center;
    background: #F0F0F0;
    margin-right: 2%;
    margin-top: 2%;
    border-radius: 0.1rem;
}
 .strategy-container .strategy-btn a {
     font-size: 0.26rem;
     color: #9a9a9a;
     margin: 0 auto;
     cursor: pointer;
}
 .strategy-container .strategy-btn a.checked {
     font-weight: bold;
     color: #05bcc6;
}
 .strategy-content {
     width: 100%;
     display: none;
}
 .strategy-content:first-child {
     display: block;
}
 .strategy-content li {
     padding: 0.24rem 0;
     border-bottom: 0.01rem solid #dddddd;
     display: flex;
     justify-content: flex-start;
}
 .strategy-content li img {
     width: 2.4rem;
     height: 1.44rem;
     border-radius: 0.08rem;
     margin-right: 0.24rem;
}
 .strategy-content li div {
     height: 1.44rem;
     display: flex;
     flex-direction: column;
     justify-content: space-between;
     align-items: flex-start;
}
 .strategy-content li div a {
     font-size: 0.30rem;
     color: #333333;
     max-height: 1rem;
     overflow: hidden;
     line-height: 0.45rem;
}
 .strategy-content li div p {
     line-height: 0.34rem;
     color: #9a9a9a;
     font-size: 0.22rem;
}
