*{
    margin: 0;
    padding: 0;
}
html,
body,
.container,
.head,
.head img,
.section{
    width: 100%;
}
.container{
    background-color: rgb(232, 72, 20);
}
.section .area-chart{
    width: 80%;
    margin: 0 auto;
    margin-top: -12px;
    text-align: center;
}
.section .area-chart img{
    width: 100%;
}
.section .show-title{
    width: 40%;
    height: 78px;
    line-height: 78px;
    margin:  0 auto;
    margin-top: 20px;
    background-color: #4b2e70;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    border: 4px solid #b59de0;
    font-size: 46px;
    box-shadow: 8px 12px 0px #dd7232;
}
.section .show-wrapper{
    width: 83%;
    /* height: 1000px; */
    display: flex;
    margin: 0 auto;
    margin-top: 54px;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: stretch;
}
.show-wrapper .show-img{
    width: 100%;
    text-align: center;
}
.show-wrapper .show-img ul{
    width: 1375px;
    height: 35px;
    margin: 0 auto;
    margin-top: -5px;
    list-style: none;
}
.show-wrapper .show-img ul .show-text{
    display: inline-block;
    width: 266px;
    text-align: center;
    color: #fff;
}
.pic-show-list1,
.pic-show-list2,
.pic-show-list3,
.pic-show-list4{
    width: 78%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
.pic-show-list1{
    margin-top: 54px;
    padding-left: 20px;
}
.pic-show-list4{
    padding-left: 8px;
}
.show-footer{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 78%;
    line-height: 55px;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 30px;
    color: #fff;
}
.show-footer .reverse{
    transform: rotateY(180deg);
}
.show-footer div{
    margin: 0 15px;
    letter-spacing: 2px;
    font-size: 35px;
}