/* 背景 */
.sec2 {
    background: linear-gradient(to right top, rgb(255, 214, 224), rgb(255, 162, 184));
    min-height: 100vh;
    background-size: 100%;
}
/* 主体部分 */
#section2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec2_main {
    width: 1200px;
    height: 600px;
    border-radius: 25px;
    background-color: rgba(255, 255, 255, 0.3);
    overflow: hidden;
    backdrop-filter: blur(0.2rem);
}

.sec2_main_head ul {
    width: 1200px;
}

.sec2_main_head ul li {
    float: left;
    width: 200px;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transition: all 1s;
}
.sec2_main_head ul li a {
    display: block;
    width: 200px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #426696;
    transition: all 1s;
    background-color: rgba(255, 255, 255, 0.3);
}
.sec2_main_head ul li a:hover {
    background-color: rgb(255, 211, 221);
    color: rgb(255, 111, 145);
}
.current1 {
    background-color: rgb(255, 111, 145);
}
/*  */
.sec2_main_body_content {
    float: left;
    width: 1200px;
    height: 500px;
}
/* sec2_main_body */
.sec2_main_body_content_left {
    float: left;
    width: 20%;
    height: 500px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 650px) {
    .sec2_main_body_content_right{
        display: none !important;
    }
    .qfl{
        display: none !important;
    }
    .jnimg{
        display: none !important;
    }
    .qqa{
        display: none !important;
    }
    .wxa{
         display: none !important;
    }
    .tzl{
        display: none !important;
    }
}
.sec2_main_body_content_left p {
    flex: 1;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    text-align: left;
    font-size: 16px;
    color: #426696;
    padding-left: 30px;
}
.sec2_main_body_content_right {
    float: right;
    width: 80%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec2_main_body_content_right img {
    width: 90%;
    height: 90%;
    border-radius: 25px;
    transition: all 1s;
}
/* 个人图片 */