.content1{
    width: 100%;
    height: 750px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.card{
    width: 250px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0px 1px 20px 0px rgba(0, 168, 255, 0.1);
    border-radius: 5px;
    padding: 45px 0;
    box-sizing: border-box;
    display: inline-block;
    margin: auto 5px;
}
.card .title{
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.card .text{
    width: 150px;
    font-size: 16px;
    font-weight: 500;
    color: #969FA9;
    line-height: 30px;
    margin: 0 auto 30px auto;
}
.card .btn{
    width: 172px;
    height: 40px;
    background: linear-gradient(45deg, #3E9CFC, #00A8FF);
    box-shadow: 0px 4px 8px 0px rgba(0, 168, 255, 0.3);
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    margin: auto;
    cursor: pointer;
}
.btn-bar{
    width: 1200px; 
    margin: auto;
}
button{
    width: 90px;
    height: 34px;
    border: 1px solid #1BAFFF;
    background: linear-gradient(90deg, #3E9CFC 0%, #10ADFF 100%);
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
}
.container{
    width: 1200px;
    height: 680px;
    display: flex;
    align-items: center;
    position: relative;
    top: 20px;
    bottom: 0;
    background: #F5FAFF;
    box-shadow: 0px 1px 20px 0px rgba(0, 168, 255, 0.1);
    border-radius: 10px;
    margin: auto;
    color: #333333;
}
.picture{
    width: 45%;
}
.picture .photo{
    text-align: center;
}
.info{
    position: relative;
    display: flex;
    align-items: center;
    width: 55%;
    height: 100%;
}
.info .wrap{
    position: absolute;
    right: 40px;
    left: 0;
}
.info .brief{
    font-size: 20px;
    font-weight: 300;
    color: #3E3A3A;
    line-height: 30px;
    margin-top: 30px;
    text-indent: 40px;
}
.info .blank{
    width: 100%;
    height: 400px;
    padding: 35px;
    box-sizing: border-box;
    background: rgb(226, 239, 255, 0.5);
    margin-top: 40px;
}
.area{
    width: 50%;
    height: 50%;
}
.area .icon{
    display: flex;
    float: left;
    width: 30%;
    height: 100%;
    align-items: center;
}
.area .icon-container{
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}
.area .icon-container img{
    margin-bottom: 15px;
}
.area .text{
    display: flex;
    float: right;
    height: 100%;
    width: 70%;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
}
.function{
    height: 50%;
    display: flex;
    justify-content: space-evenly;
}
.function .con{
    width: -webkit-fill-available;
    text-align: center;
    border-right: 2px #83BCFF solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% 0;
}
.function .con img{
    margin-bottom: 20px;
}
.function .con:last-child{
    border: none;
}