body{
    width: 100%;
    height: 100%;
    margin: 0;
}

p{
    margin: 0;
}

div{
    box-sizing: border-box;
}

.container{
    width: 100%;
    /* height: 100%; */
    padding-bottom: 306px;
    flex-grow: 1;
    max-width: none;
    background:#f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
}

.content-wrap{
    width: fit-content;
    margin: 212px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main-top-logo{
    width: 104px;
    height: 52px;
    margin-bottom: 50px;
}

.main-title{
    margin-bottom: 35px;
    text-align: center;
    font-size: 24px;
    color:#000;
}

.main-content-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box{
    width: 280px;
    height: 320px;    
    max-height: 320px;    
    background: #fff;
    box-shadow: 0 3px 8px 0px rgba(0,0,0,0.16);
    border-radius: 20px;
    display: flex;
    flex-direction: column;    
    align-items: center;
    cursor: pointer;
}

.content-box.left{
    border: 1px solid #5dc1ff;
    margin-right: 10px;
}

.content-box.right{
    border: 1px solid #8b4bff;
}

.left .top-object{
    width: 42px;
    height: 10px;
    margin-top: 12px;
    background-color: #ace4ff;
    border-radius: 11px;
}

.right .top-object{
    width: 42px;
    height: 10px;
    margin-top: 12px;
    margin-bottom: 3px;
    background-color: #d2acff;
    border-radius: 11px;
}

.content-img1{
    width: 230px;
    height: 169px;    
}

.content-img2{
    width: 190px;
    height: 160px;    
}

.logo1{
    width: 85px;
    height: 40px;
    margin-top: 3px;
    margin-bottom: 25px;
}

.logo2{
    width: 150px;
    height: 48px;
    margin-bottom: 10px;
}

.sub-title{
    text-align: center;
    font-size: 18px;
    color: #000;
}