* {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}
.container{
    color: #B2E18F;
}
.header{
    height: 35px;
    background: #F48784;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header_left .ti{
    width: 107px;
    height: 26px;
    font-weight: bold;
    font-size: 20px;
    color: #EDFCDA;
    line-height: 27px;
    -webkit-text-stroke: 1px #922224;
}
.header .header_right ul{
    width: 609px;
    display: flex;
    margin-left: 30px;
    justify-content: space-between;
}
.header .header_right ul li a{
    height: 17px;
    font-weight: normal;
    font-size: 17px;
    color: #000000;
    line-height: 17px;
}
.banner img{
    width: 100%;
    height: 100%;
}
.main{
    height: 2619px;
    background: url("../images/banbot.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
    display: flex;
    justify-content: center;
}
.main .content{
    width: 1043px;
    height: 2309px;
    background: #3C853C;
    border-radius: 19px 19px 19px 19px;
    border: 5px solid #62B063;
    margin: auto;
    position: absolute;
    top: 68px;
    display: flex;
}
.main .content .con_ul{
    width: 998px;
    height: 2253px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.main .content  .con_li{
    width: 328px;
    height: 444px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main .content  .con_li .tu{
    width: 318px;
    height: 278px;
    margin-bottom: 12px;
    margin-top: 5px;
}
.main .content  .con_li .wu{
    height: 26px;
    font-weight: normal;
    font-size: 26px;
    color: #D31C32;
    line-height: 26px;
    margin-top: 12PX;
}
.main .content  .con_li .kou{
    height: 16px;
    font-weight: normal;
    font-size: 16px;
    color: #D31C32;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 12PX;
}
.main .content  .con_li .jia{
    display: flex;
    width: 280px;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 22px;
}
.main .content  .con_li .jia .huo{
    height: 14px;
    font-weight: normal;
    font-size: 14px;
    color: #D31C32;
    line-height: 14px;
}
.main .content  .con_li .jia .yuan{
    height: 31px;
    font-weight: bold;
    font-size: 37px;
    color: #D31C32;
    line-height: 31px;
}
.main .fan{
    width: 575px;
    height: 147px;
    background: url("../images/listbo.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    margin: auto;
    position: absolute;
    bottom: 40px;
}
.main .fan .hui{
    height: 38px;
    font-weight: bold;
    font-size: 39px;
    color: #FFFFFF;
    line-height: 38px;
    margin-top: 24px;
}
