.color357{
    background-color: #F3F5F7;
   }
   .fontcolorDA{
       color:#DADADA ;
   }
   .fontColor666{
       color: #666;
   }
   .fontColor999{
       color: #999999;
   }
   .mouseMoveIn{
       cursor: pointer;
   }
   .container{
    width: 100%;
    position: relative;
    top: 20px;
    height:auto;
    display: flex;
    justify-content: center;
}
.card{
    width: 800px;
    /* height: 1000px; */
    height:auto;
    background-color: white;
    margin-top: 20px;
    padding: 20px 50px 50px 50px;
    border-radius: 18px;
    
}


.title{
    /* display: block; */
}
p{
    /* display: block; */
    color: #333330;
    font-size: 16px;
    line-height: 25px;
    /* text-indent:2em;  */
    margin-bottom: 25px;
}
.indent{
    padding-left:2em;
}
@media screen and (max-width:890px){
    .card{
        width:600px ;
    }
    .card .header{
        height: 150px;
    }
}