body {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
}

button,
input {
    outline:none;
    border: none;
}

.cursor-p {
    cursor:pointer;
}

.mybody {
    width: 100%;
    background-color: #fff;
}

.banner {
    width: 100%;
}


.summary {
    width: 96%;
    margin: 0 auto;
    margin-top: 1rem;
}

.public-title h1 {
    text-align: center;
    font-size: 2.5rem;
    margin: 1rem 0;
}

.public-title > h1 > span {
    color: #C82226;
}

.public-title > div {
    width: 40%;
    height: 10px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.public-title > div > div {
    width: 33.33%;
    height: 2px;
    background-color: #030303;
}

.public-title > div > div:nth-child(2) {
    height: 8px;
    background-color: #C82226;
}

.summary-content {
    margin-top: 1rem;
    width: 100%;
}

.summary-content-text {
    width: 100%;
    box-sizing: border-box;
}

.summary-content-text h1 {
    font-size: 2rem;
    text-align: center;
    margin: 1rem 0;
}

.summary-content-text p {
    font-size: 1.6rem;
    line-height: 3rem;
    text-indent:2em;
}

.summary-content-text p button {
    background-color: #D1423C;
    color: #fff;
    border: 1px solid #F2948B;
    border-radius: 3px;
    font-size: 1.6rem;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
}

.summary-content-text p button img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.summary-content-image {
    width: 100%;
}

.public-btn {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    text-align: center;
}

.public-btn button {
    padding: 0.5rem 3rem;
    color: #fff;
    background-color: #C82226;
    font-size: 2rem;
    border-radius: 50px;
    margin: 0 auto;
    
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #C82226;
    color: #C82226;
}

.public-btn button:nth-child(2) {
    background-color: #fff;
    box-sizing: border-box;
    border: 2px solid #C82226;
    color: #C82226;
}



.why {
    width: 96%;
    margin: 0 auto;
    margin-top: 2rem;
}

.why-content {
    margin-top: 1rem;
}

.why-content-line {
    margin-top: 16px;
}

.why-content-image {
    width: 100%;
    box-sizing: border-box;
}

.why-content-card {
    width: 100%;
    background-color: #C82226;
    border: 5px solid #FAD282;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.why-content-card h1 {
    color: #F5C67B;
    font-size: 2.4rem;
}

.why-content-card h1 span {
    color: #fff;
}

.why-content-card p {
    font-size: 1.6rem;
    color: #fff;
    text-indent:2em;
    line-height: 2.5rem;
}

.why-content-card p > span {
    color: #F5C67B;
    font-weight: 1000;
}

.why-content-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.why-content-images img {
    width: 49.5%;
    height: 49%;
    margin-bottom: 0.4rem;
}

.why-images {
    width: 100%;
    margin-top: 10px;
}

.why-images-1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.why-images-1-left {
    width: 63%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.why-images-1-left-line {
    width: 100%;
    height: 49%;
    display: flex;
    justify-content: space-between;
}

.why-images-1-left-line > img {
    width: 36%;
}

.why-images-1-left-line:nth-child(1) > img:nth-child(3),
.why-images-1-left-line:nth-child(2) > img:nth-child(1) {
    width: 26%;
}

.why-images-1-right {
    width: 36%;
    display: flex;
    flex-wrap: wrap;                
    align-content: space-between;
}

.why-images-1-right-img {
    display: flex;
    justify-content: space-between;
}

.why-images-1-right-img-l {
    width: 49%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.why-images-1-right-img-l > img {
    width: 100%;
    height: 49%;
}

.why-images-1-right-img-r {
    width: 49%;
}

.why-images-1-right-img-r > img {
    width: 100%;
    height: 100%;
}

.why-images-1-right-text {
    width: 100%;
    color: #fff;
    padding: 0.8rem 0;
    background-color: #C82226;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 0.2rem;
}

.why-images-2 {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why-images-2 > img {
    width: 24.5%;
    margin-bottom: 0.2rem;
}

.why-btn {
    margin-top: 1rem;
}


.choose {
    width: 100%;
    background-color: #C82226;
    padding-top: 10px;
    padding-bottom: 2rem;
    margin-top: 2rem;
}

.choose-box {
    width: 96%;
    margin: 0 auto;
}

.choose-title > h1{
    color: #fff;
}

.choose-title > h1 > span {
    color: #FCFF00;
}

.choose-title > div > div {
    background-color: #fff;
}

.choose-title > div > div:nth-child(2) {
    background-color: #FCFF00;
}

.choose-content {
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.choose-content-card {
    width: 49%;
    margin-bottom: 1rem;
}

.choose-content-card img {
    vertical-align: bottom;
}

.choose-content-card h1 {
    background-color: #fff;
    color: #C70005;
    font-size: 2rem;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.choose-content-card p {
    background-color: #FFE1A6;
    padding: 1rem;
    font-size: 1.4rem;
    text-indent:2em;
    margin: 0;
    min-height: 16rem;
}

.choose-content-card:nth-child(1) p,
.choose-content-card:nth-child(2) p {
    min-height: 13rem;
}

.choose-btn {
    margin-top: 1rem;
}

.choose-btn button:nth-child(1) {
    background-color: #fff;
    color: #C82226;
}

.choose-btn button:nth-child(2) {
    color: #fff;
    background-color: #C82226;
    border-color: #fff;
}


.teacher {
    width: 96%;
    margin: 0 auto;
    margin-top: 2rem;
}

.teacher-p {
    font-size: 1.4rem;
    text-align: center;
    margin:  1rem 0;
}

.teachers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.teachers-card {
    width: 32.5%;
    margin-bottom: 15px ;
    position: relative;
}

.teachers-card img {
    vertical-align: bottom;
}

.teachers-card-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.2rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
}

.teacher-btn {
    margin-top: 0.5rem;
}


.job {
    width: 96%;
    margin: 0 auto;
    margin-top: 2rem;
}

.job-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.8rem;
}

.job-content-card {
    width: 49%;
    margin-bottom: 1rem;
    background-color: #F2F2F2;
    padding-bottom: 1rem;
}

.job-content-card h1 {
    font-size: 1.4rem;
    text-align: center;
    color: #DF6400;
    margin: 0.2rem 0;
}

.job-content-card > div {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    margin: 0 auto;
    background-color: #DF6400;
}

.job-content-card > p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 2rem;
}

.job-content-card > p > span {
    color: #DF6400;
}


.vibe {
    width: 96%;
    margin: 0 auto;
    margin-top: 2rem;
}

.vibe-content {
    margin-top: 1.8rem;
}

.vibe-content img {
    vertical-align: bottom;
}

.vibe-content-line {
    margin-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
}

.vibe-content-1 {
    width: 32.5%;
}

.vibe-content-2 {
    width: 32.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}


.from {
    width: 100%;
    background-color: #C82226;
    padding: 30px 0;
    margin-top: 60px;
}

.from-box {
    width: 96%;
    margin: 0 auto;
    box-sizing: border-box;
    background-color: #fff;
    padding: 1rem 0;
}

.from-box > div {
    width: calc(100% - 2rem);
    border: 2px solid #E1E1E1;
    /* min-height: 600px; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: 0 1rem;
    padding: 1rem;
}

.from-box > div:nth-child(1) {
    margin-bottom: 1rem;
}

.from-box > div > h1 {
    font-size: 2rem;
    text-align: center;
}

.from-f-number {
    width: 100%;
    background-color: #FFEBEB;
    padding: 0.5rem 0.5rem;
    border-radius: 15px;
    font-size: 1.6rem;
    color: #EC0006;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 1rem;
}

.from-f-number span {
    background-color: #EC0006;
    color: #FFEBEB;
    border-radius: 10px;
    display: inline-block;
    padding: 3px;
}

.from-input {
    width: 100%;
    margin: 0 auto;
    margin-top: 2rem;
}

.from-input input {
    width: 100%;
    font-size: 24px;
    padding: 0.8rem;
    border: 2px solid #E1E1E1;
    margin-bottom: 1rem;
    border-radius: 10px;
    box-sizing: border-box;
}

.from-btn {
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
}

.from-btn button {
    color: #fff;
    font-size: 26px;
    background-color: #F37610;
    padding: 10px 0;
    width: 100%;
    font-weight: 1000;
}

.from-Q-item {
    width: 100%;
    box-sizing: border-box;
    padding: 0.6rem 0;
    font-size: 1.4rem;
}
.from-Q-item span {
    display: inline-block;
    background-color: #EC0006;
    color: #fff;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
}
