*,
html,
body {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #303030;
    font: 16px/1.6 "AlimamaFangYuan";
    font-weight: 400;
    /* line-height: 1.6; */
    letter-spacing: 0.5px;
}

@font-face {
    font-family: "AlimamaFangYuan";
    src: url(../font/AlimamaFangYuanTiVF-Thin.ttf);
}

ul,
ol,
dl,
li,
dt,
dd {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: 0;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
}

a {
    cursor: pointer;
}

a,
img,
select,
button,
input,
input[type=password],
input[type=text],
textarea {
    outline: none;
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

:root {
    --blue: #0172be;
    --white: #ffffff;
}

/*清除浮动*/
.clearfix::after,
.clearfix::before {
    content: ".";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

input {
    cursor: pointer;
    -webkit-appearance: none;
}

select {
    -webkit-appearance: button;
}

.padd {
    padding: 98px 0;
}

.inner {
    width: 90%;
    /* width: 1530px; */
    margin: 0 auto;
}


@media (max-width: 1600px) {
    /* .inner {
        width: 1170px;
    } */
}

@media (max-width: 1200px) {
    /* .inner{
        width: 970px;
    } */
}

@media (max-width: 900px) {
    /* .inner{
        width: 90%;
    } */
}

@media(max-width:1440px) {
    .padd {
        padding: 78px 0;
    }
}

@media(max-width:900px) {
    .padd {
        padding: 68px 0;
    }
}

@media(max-width:680px) {
    .padd {
        padding: 58px 0;
    }
}

/* swiper.js 控制器样式 */
.pos.swiper-pagination {
    width: 100%;
    bottom: 0 !important;
    position: relative;
    margin-top: 20px;
}

@media(max-width:500px) {

    .pos.swiper-pagination {
        margin-top: 10px;
    }
}


.swiper-pagination-bullet,
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 28px;
}

.swiper-pagination-bullet {
    cursor: pointer;
    opacity: 1;
    position: relative;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.58);
    transition: all 0.48s;
}

.swiper-pagination-bullet.my-bullet-active {
    width: 52px;
    background: rgba(255, 255, 255, 1);
}



/* 动画效果 */
.wgt-fade-animate {
    opacity: .1;
    transform: translateY(80px);
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
}

.appear {
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_show {
    0% {
        transform: translateY(80px);
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        -o-transform: translateY(80px);
        opacity: 1;
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes opacity_show {
    0% {
        opacity: .1;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}



.app_left {
    transform: translateX(-150px);
    opacity: 0;
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}

.app_h {
    -webkit-animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_left 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-webkit-keyframes opacity_left {
    0% {
        -webkit-transform: translateX(-150px);
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes opacity_left {
    0% {
        transform: translateX(-150px);
        opacity: 0;
        -moz-transform: translateX(-150px);
        -ms-transform: translateX(-150px);
        -o-transform: translateX(-150px);
        -webkit-transform: translateX(-150px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.app_right {
    transform: translate(150px);
    -webkit-transform: translate(150px);
    -moz-transform: translate(150px);
    -ms-transform: translate(150px);
    -o-transform: translate(150px);
    opacity: 0;
}

.app_r {
    animation: opacity_right 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_right 0.8s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}

@-webkit-keyframes opacity_right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(150px);
        transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

@keyframes opacity_right {
    0% {
        opacity: 0;
        transform: translate(150px);
        -webkit-transform: translate(150px);
        -moz-transform: translate(150px);
        -ms-transform: translate(150px);
        -o-transform: translate(150px);
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
    }
}

.appArf::after {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: #15a78a;
    transition: all 0.8s ease-in;
    -webkit-transition: all 0.8s ease-in;
    -moz-transition: all 0.8s ease-in;
    -ms-transition: all 0.8s ease-in;
    -o-transition: all 0.8s ease-in;
}

.appArf.appArter::after {
    width: 0%;
}




/*滚动条宽高及背景*/
::-webkit-scrollbar {
    width: 0px;
    height: 6px;
}

/*轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/*滑块*/
::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #666;
}

/*两端按钮*/
::-webkit-scrollbar-button {
    background-color: none;
    height: 0;
}

/*右下角汇合处样式*/
::-webkit-scrollbar-corner {
    background: #fff;
}










.inBtn {
    position: relative;
}

.inBtn a {
    width: 180px;
    height: 55px;
    position: relative;
    background-image: url('../images/inBBg.png');
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.inBtn a:hover {
    padding: 0 25px;
}

.inBtn a p {
    font-size: 14px;
    color: #fff;
}

.inBtn a img {
    width: 18px;
    margin-left: 8px;
}

.inTit {
    position: relative;
}

.inTit p {
    font-size: 60px;
    line-height: 1;
    color: #187371;
    font-weight: 600;
}

.inTit.center p {
    text-align: center;
}

.inTit.white p {
    color: white;
}



  @media(max-width:1680px) {
     .inTit p {
                font-size: 52px;
            }
  }
  @media(max-width:1368px){
     .inTit p {
                font-size: 48px;
            }

}
  @media(max-width:1280px){
     .inTit p {
                font-size: 42px;
            }
}
@media(max-width:768px){
     .inTit p {
                font-size: 36px;
            }
}
 @media(max-width:680px){
    .inTit p {
                font-size: 32px;
            }
             .inBtn a {
                width: 150px;
                height: 50px;
            }
}
    @media(max-width:500px) {

            .inTit p {
                font-size: 28px;
            }
        }









header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: 15px 0;
    z-index: 999;
}

header::before {
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #fff;
    transition: height 0.8s;
}


header .inner {
    width: 90%;
    max-width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.headLogo {
    width: 160px;
    display: block;
}

.headLogo img {
    width: 100%;
}

.headUl {
    position: relative;
}

.headUl ul {
    display: flex;
    align-items: center;
}

.headUl ul li>a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    position: relative;
    transition: all 0.48s;
}

.headUl ul li:last-child>a::after {
    width: 0;
}

.headUl ul li>a svg {
    width: 12px;
    height: 12px;
    margin-left: 10px;
}

.headUl ul li>a svg path {
    fill: #fff;
}

.headRig {
    display: flex;
    align-items: center;
}

.headYy {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 50px;
    height: 50px;
}

.headYy svg {
    width: 20px;
    height: 20px;
}

.headYy svg path {
    fill: #fff;
    transition: all 0.48s;
}

.headYy p {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-left: 8px;
}

.headFl {
    margin-left: 10px;
    position: relative;
    width: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.headFl.active span:nth-child(2) {
    display: none;
}

.headFl.active span {
    margin: 0;
}

.headFl.active span:nth-child(1) {
    transform: rotate(-45deg) translateX(-1px);
    -webkit-transform: rotate(-45deg) translateX(-1px);
    -moz-transform: rotate(-45deg) translateX(-1px);
    -ms-transform: rotate(-45deg) translateX(-1px);
    -o-transform: rotate(-45deg) translateX(-1px);
}

.headFl.active span:nth-child(3) {
    transform: rotate(45deg) translateX(-1px);
    -webkit-transform: rotate(45deg) translateX(-1px);
    -moz-transform: rotate(45deg) translateX(-1px);
    -ms-transform: rotate(45deg) translateX(-1px);
    -o-transform: rotate(45deg) translateX(-1px);
}

.headFl span {
    display: block;
    width: 100%;
    margin: 3px 0;
    background: #fff;
    height: 2px;
    border-radius: 0px;
    transition: all 0.48s;
}

.headFl span:nth-child(2) {
    width: 20px;
    margin: 0 auto;
}

.headLogo .img2 {
    display: block;
}

.headLogo .img1 {
    display: none;
}

.headerBg {
    border-bottom: none;
}

.headerBg::before {
    height: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.headerBg .headLogo .img2 {
    display: none;
}

.headerBg .headLogo .img1 {
    display: block;
}

.headerBg .headUl ul li>a {
    color: #303030;
}


.headerBg .headYy svg path {
    fill: #303030;
}

.headerBg .headFl span {
    background: #303030;
}

.headerBg .headYy p {
    color: #303030;
}





.header_By {
    background: rgba(255, 255, 255);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.header_By .headLogo .img2 {
    display: none;
}

.header_By .headLogo .img1 {
    display: block;
}

.header_By .headUl ul li>a {
    color: #656F79;
}

.header_By .headUl ul li>a::after {
    background: rgb(0, 0, 0, .3);
}

.header_By .headYy svg path {
    fill: #656F79;
}

.header_By .headFl span {
    background: #656F79;
}

.header_By .headYy p {
    color: #656F79;
}


.headFix .headLogo .img1 {
    display: block;
}

.headFix .headLogo .img2 {
    display: none;
}


.headFix .headUl {
    display: none;
}

.headFix .headFl span {
    background: #187371;
}

.headFix::before {
    height: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
}

.headFix .headYy svg path {
    fill: #303030;
}









.headCon {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    display: none;
}

.headConAct {
    display: block;
}

.headCon .inner {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.headFUl {
    display: flex;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 70px;
}

.headFli {
    position: relative;
    flex: 1;
    padding: 0 30px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.8s;
    border-left: 1px solid rgba(0, 0, 0, .1);
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.headFli:nth-child(2) {
    transition: all 0.8s .2s;
    -webkit-transition: all 0.8s .2s;
    -moz-transition: all 0.8s .2s;
    -ms-transition: all 0.8s .2s;
    -o-transition: all 0.8s .2s;
}

.headFli:nth-child(3) {
    transition: all 0.8s .3s;
    -webkit-transition: all 0.8s .3s;
    -moz-transition: all 0.8s .3s;
    -ms-transition: all 0.8s .3s;
    -o-transition: all 0.8s .3s;
}

.headFli:nth-child(4) {
    transition: all 0.8s .4s;
    -webkit-transition: all 0.8s .4s;
    -moz-transition: all 0.8s .4s;
    -ms-transition: all 0.8s .4s;
    -o-transition: all 0.8s .4s;
}

.headFli:nth-child(5) {
    transition: all 0.8s .5s;
    -webkit-transition: all 0.8s .5s;
    -moz-transition: all 0.8s .5s;
    -ms-transition: all 0.8s .5s;
    -o-transition: all 0.8s .5s;
}

.headConAct .headFli {
    transform: translateY(0);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.headFli:first-child {
    border-left: none
}

.headFli a {
    display: block;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    opacity: .8;
}

.headFli a:hover {
    color: #187371;
}

.headFli a:first-child {
    font-size: 28px;
    padding: 10px 0;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 50px;
    position: relative;
    /* color: #187371; */
}

.headFli a:first-child::after {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    bottom: -20px;
    content: '';
    border-radius: 50%;
    background: #aaa;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.headYyXl {
    border-radius: 8px;
    width: 80px;
    position: absolute;
    left: 50%;
    top: calc(100% - 2px);
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 0 10px rgb(0, 0, 0, .1);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    display: none;
}

.headYy:hover .headYyXl {
    display: block;
}

.headYyXl a {
    font-size: 14px;
    text-align: center;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgb(0, 0, 0, .1);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}

.headYyXl a:last-child {
    border-bottom: none;
}

.headYyXl a:hover {
    color: #187371;
}


.headFBon {
    position: absolute;
    bottom: 8%;

    width: 100%;
}

.headFBon .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headFList {
    display: flex;
}

.headFItem {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(24, 115, 113, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 10px;
}

.headFItem img {
    width: 50%;
}

.headFBq,
.headFBq a {
    font-size: 16px;
    color: #666;
    text-transform: uppercase;
}



.moHead_Top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.moHead_Top a{
    font-size: 16px;
}
.moHead_Tbox{
    width: 100%;
    padding-left: 10px;
    display: none;
}
.moHead_TItem{
    position: relative;
    margin-top: 15px;
}
.moHead_Tit{
    position: relative;
}
.moHead_Tit a{
    font-size: 16px;
}
.moHead_TList a{
    font-size: 15px;
    display: block;
    padding: 5px 0;
        color: #666;
}
.moHead_Ul{
    display: none;
    width: 100%;
}
.moHead_Ul li {
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0,.07);
    position: relative;
    padding: 15px 0;
}
.moHead_Ul li svg{
    width: 15px;
    height: 15px;
    transition: all 0.48s;
}
.moHead_Ul li svg path{
    fill: #999;
}
.moHead_Top p {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.moHead_Top a:hover{
    color: #15a78a;
}
.moHead_Top:hover svg path{
    fill: #15a78a;
}
.moHead_TList a:hover{
     color: #15a78a;
}




@media(max-width:1680px) {
    .headFli a:first-child {
    font-size: 24px;
    }
}

@media(max-width:1480px) {
    .headFli a:first-child {
    font-size: 20px;
    }
    .headUl ul li>a {
        padding: 0 20px;
    }
}
@media(max-width:1368px) {
    .headFli a {
    font-size: 16px;
        margin-bottom: 15px;
}
.headFBq, .headFBq a {
    font-size: 14px;}
}
@media(max-width:1280px) {
        .headUl ul li>a {
        padding: 2px 14px;
    }
}
@media(max-width:1280px){
    .headFli{
        padding: 0 20px;
    }
    .headFli a:first-child {
    margin-bottom: 30px;}
    .headFli a:first-child::after {
    bottom: -10px;}
        .headFli a {
        font-size: 14px;
        margin-bottom: 10px;
    }
        .headFli a:first-child {
        font-size: 18px;
    }
}
@media(max-width:1024px){
    .headFl {
        width: 20px;
    }
    .headUl{
        display: none;
    }
    .headLogo {
    width: 130px;
}
.headFUl,.headFBon{
    display: none;
}
.moHead_Ul{
    display: block;
    padding-top: 150px;
}
.headCon .inner{
    align-items: flex-start;
}
.headYyXl {
    width: 70px;
}
}

@media(max-width:680px){
        .moHead_Ul {
        display: block;
        padding-top: 120px;
    }
}









/* 底部 */
.fooder {
    position: relative;
    padding-bottom: 30px;
    background: #000;
    overflow: hidden;
}

.foodTtext {
    font-size: 18px;
    color: #fff;
    opacity: .8;
    margin: 20px 0 50px;
}

.foodFrom {
    display: flex;
    flex-wrap: wrap;
}

.foodItem {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 20px;
}

.foodItem:nth-child(4) {
    margin-right: 0;
}

.foodItem:nth-child(6) {
    width: calc(75% - 240px);
}

.foodItem input {
    width: 100%;
    height: 65px;
    background: rgba(255, 255, 255, .2);
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
}

.foodItem input::placeholder {
    color: #fff;
}

.foodFrom .inBtn a {
    width: 210px;
    height: 65px;
}

.foodList {
    margin: 70px 0 20px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    border-top: 1px solid rgba(255, 255, 255, .2);
    display: flex;
}

.foodDItem {
    width: 20%;
    padding: 50px;
    height: 200px;
    border-right: 1px solid rgba(255, 255, 255, .2);
}

.foodDItem:nth-child(2),
.foodDItem:nth-child(4) {
    width: 17%;
}

.foodDItem:nth-child(5) {
    width: 26%;
    border-right: none;
}

.foodDTit {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
}

.foodDText {
    font-size: 16px;
    color: #fff;
    opacity: .8;
}

.foodLogo {
    width: 180px;
    display: block;
}

.foodLogo img {
    width: 100%;
}

.foodBon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foodBon p,
.foodBon a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.foodBon p {
    opacity: .8;
}

@media(max-width:1680px) {

    .foodDItem {
        padding: 30px;
    }

    .foodLogo {
        width: 160px;
    }
}

@media(max-width:1368px) {
    .foodTtext {
        font-size: 16px;
    }

    .foodBon p,
    .foodBon a {
        font-size: 14px;
    }

    .foodDText {
        font-size: 14px;
    }

    .foodItem {
        width: calc(25% - 10px);
        margin-right: 13px;
    }

    .foodDTit {
        font-size: 18px;
    }
        .foodDItem {
            height: 180px;
        padding: 30px 20px 20px;
    }
    .foodItem input {
    font-size: 14px;
    color: #fff;
}
}
@media(max-width:1280px) {
    .foodLogo {
        width: 140px;
    }
}
@media(max-width:1200px){
    .foodTop{
        display: none;
    }
    .foodList{
        margin: 0;
         border-top: none;
         flex-wrap: wrap;
         margin-bottom: 20px;
    }
    .foodDItem{
        /* border-right: none; */
        width: 50% !important;
        height: auto;
        padding: 30px;
            border-top: 1px solid rgba(255, 255, 255, .2);
    }
    .foodDItem:nth-child(1){
        width: 100% !important;
         border-top:none;
         border-right: none;
         padding: 30px;
    }
    .foodDItem:nth-child(3){
border-right: none;
    }
    .foodBon{
        flex-wrap: wrap;
    }
}
@media(max-width:768px){
        .foodDTit {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .foodDItem{
        width: 100% !important;
         border-right: none;
                 padding: 8px 0;
        border-top: none;
    }
      .foodDItem:nth-child(2){
        padding-top: 40px;
      }
         .foodDItem:nth-child(5){
        padding-bottom: 40px;
      }
        .foodDItem:nth-child(1){
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
        .foodDItem:nth-child(1) {
        padding: 0 0 20px;
    }
}