.content-pcAnswer .center{
    width: 1200px;
    margin: 0 auto;
}

.content-pcAnswer .main-content-box{
    width: 100%;
    background: #F8FBFC;
    padding: 25px 0 26px;
}

.content-pcAnswer .position{
    margin-bottom: 25px;
}

.content-pcAnswer .position,
.content-pcAnswer .position>a{
    font-size: 14px;
    color: #878787;
}

.content-pcAnswer .position>a:first-of-type{
    font-size: 14px;
    color: #4C4C4C;
}

.content-pcAnswer .position>i{
    position: relative;
    top: 1px;
    margin: 0 2px;
}

.content-pcAnswer .content1{
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-pcAnswer .content1>div:first-of-type{
    margin-right: 30px;
}

.content-pcAnswer .content1>div:first-of-type>img{
    width: 422px;
}

.content-pcAnswer .content1>div:last-of-type{
    width: 585px;
    height: 328px;
    background-image: url("../../images/onlineParentSchool/process_bg.png");
    background-size: 100% 100%;
    position: relative;
    top: -25px;
    padding: 130px 20px 0;
    position: relative;
}

.content-pcAnswer .content1>div:last-of-type>img{
    position: absolute;
    width: 72px;
    top: 90px;
    right: 70px;
}

.content-pcAnswer .content1>div:last-of-type>div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.content-pcAnswer .content1>div:last-of-type>div:last-of-type{
    margin-bottom: 0;
}

.content-pcAnswer .content1>div:last-of-type>div>span:first-of-type{
    width: 20px;
    height: 20px;
    background: #2EA0B5;
    border-radius: 10px;
    -moz-border-radius: 10px;
    margin-right: 15px;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-pcAnswer .content1>div:last-of-type>div>span:last-of-type{
    width: 500px;
    text-align: justify;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
}

.content-pcAnswer .content1>div:last-of-type>div>span:last-of-type>a{
    color: #2EA0B5;
}

.content-pcAnswer .content2{
    width: 1024px;
    height: 560px;
    background-image: url("../../images/onlineParentSchool/pc_message_bg.png");
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    left: 15px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 80px;
}

.content-pcAnswer .content2>img{
    width: 220px;
    margin-bottom: 30px;
}

.content-pcAnswer .content2>div{
    width: 712px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.content-pcAnswer .content2>div>input,
.content-pcAnswer .content2>div>div{
    width: 348px;
    height: 44px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 0 20px;
    font-size: 14px;
    color: #878787;
}

.content-pcAnswer .content2>div>input{
    outline: none;
}

.content-pcAnswer .content2>div>div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.content-pcAnswer .content2>div>div>input{
    width: 200px;
    border: none;
    outline: none;
}

.content-pcAnswer .content2>div>div>div{
    width: 1px;
    height: 24px;
    border-right: 1px solid #D4D4D4;
}

.content-pcAnswer .content2>div>div>a{
    color: #2EA0B5;
}

.content-pcAnswer .content2>div>div>ul{
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 4px 8px rgba(211, 211, 211, 0.25);
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 10px 0;
    display: none;
}

.content-pcAnswer .content2>div>div>ul>li{
    height: 40px;
    line-height: 40px;
}

.content-pcAnswer .content2>textarea{
    width: 710px;
    height: 122px;
    border: 1px solid #D5D5D5;
    border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px 20px;
    outline: none;
    margin-bottom: 13px;
}

.content-pcAnswer .content2>a{
    display: block;
    width: 288px;
    height: 44px;
    line-height: 44px;
    background: linear-gradient(180deg, #8CBF8A 0%, #9FDA5D 100%);
    border-radius: 22px;
    -moz-border-radius: 22px;
    margin: 0 auto;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: bold;
}