h3 {
    text-align: center;
    font-size: 32px;
}

.underline {
    width: 60%;
    height: 2px;
    background: #000;
    margin-top: 10px;
}

.skill {
    width: 600px;
    margin: 20px auto
}

header {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.text {
    font-size: 24px;
    margin-top: 10px;
}

.zxbtn {
    text-align: center;
    margin-top: 30px;
    overflow: auto;
}

.zxbtn a {
    color: white;
    font-size: 24px;
    background-color: tomato;
    width: 49%;
    float: left;
    height: 60px;
    line-height: 60px;
}

.zxbtn a:last-child {
    margin-left: 2%;
}

.feny {
    background-color: tomato;
    position: relative;
    margin-top: 80px;
    /* padding: 40px 0; */
    height: 575px;
}

.feny header {
    color: #fff;
}

.feny .underline {
    /* border-bottom-color: #fff; */
    background: #fff;
}

.feny .text {
    background-color: brown;
    color: #fff;
    padding: 20px;
    position: relative;
    width: 560px;
    left: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.feny .bottom {
    position: absolute;
    width: 0;
    height: 0;
    border-color: tomato transparent transparent transparent;
    border-width: 30px 0 0 640px;
    border-style: solid;
    margin-bottom: -30px;
    bottom: 0;
}

.feny .top {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent tomato;
    border-width: 30px 0 0 640px;
    border-style: solid;
    margin-top: -30px;
}

.feny p {
    color: #fff;
    font-size: 16px;
    /* font-weight: bold; */
    margin-top: 0px;
    margin-left: 5%;
}

.feny .zxbtn {
    width: 600px;
    margin: auto;
}

.feny .zxbtn a {
    background-color: #fff;
    color: tomato;
}

.feny .img1 {
    width: 600px;
    margin: auto;
}

.huah {
    width: 600px;
    margin: auto;
    margin-top: 60px;
}

.huah .img1 {
    margin-top: 10px;
}