.after::after{
    content: '';
    display: block;
    clear: both;
}
#home_block{
    display: block;
    width: 100%;
    position: relative;
    /* max-height: 798px; */
    z-index: 8;opacity: 0;
}
#home_block .imgs{
    width: 100%;
    position: relative;
    /* max-height: 798px; */
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#home_block .imgs img{
    /* display: none; */
}
#home_block .imgs .word{
    display: block;
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding-top: 150px;
    max-width: 800px;opacity: 0;
    margin: 0 auto;
    top: 50px;
            -webkit-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#home_block li.active .imgs .word{
    opacity: 1;
    top: 0;
}
#home_block .imgs .word h2{
    font-size: 36px;
}
#home_block .imgs .word h2 b{
    font-weight: bold;
}
#home_block .imgs .word div{
    font-size: 17px;
    display: block;
    margin-top: 36px;
    position: relative;
}

#sp_block{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1002px;
    margin: -76px auto 0;
    z-index: 10;opacity: 0;
}
#sp_block .news{
    width: 239px;
    display: block;    margin-bottom: 50px;
    position: relative; border: 1px solid #d2d2d2;
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.0);
    -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#sp_block .news::after{
    content: '';
    display: block;
    clear: both;
}
#sp_block .news .imgs{
    float: left;
}
#sp_block .news .imgs img{
    float: left;
}
#sp_block .news .word{
        float: left;
    width: 100%;
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    padding: 30px 23px;
}
#sp_block .news .word b{
    font-weight: bold;    color: black;
}





#news_block{
    display: block;
    position: relative;
    width: 100%;
    max-width: 957px;
    margin: 76px auto;opacity: 0;
}
#news_block::after,
#news_block .main::after,
#news_block .main a::after,
#news_block a.news_link::after,
#home_product .info::after,
#home_product::after{
        content: '';
    display: block;
    clear: both;
}
#news_block::before{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
    width: 1px;
    height: 100%;
    left: 50%;
}
#news_block .main{
       float: left;
    width: 50%;
    position: relative;
    display: block;
}
#news_block .main .name{
    font-size: 22px;
    display: block;
    font-weight: 500;
/*    border-bottom: 3px solid black;*/
    float: left;position: relative;
    width: 164px;
    padding-bottom: 15px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.41);

}

#news_block .main .name::after{
    content: '';
    display: block;
    background-color:  black;
    width: 0;
    position: absolute;
    border-top: 0;
    bottom: 0;
    -webkit-transition:all .5s ease .5s;
    -moz-transition:all .5s ease .5s;
    -o-transition:all .5s ease .5s;
    -ms-transition:all .5s ease .5s;
    transition:all .5s ease .5s;
}


#news_block.active .main .name::after{
    width: 164px;
    height: 3px;
}
#news_block .main a{
        display: inline-block;
    width: 100%;
    margin-top: 40px;
    position: relative;
}
#news_block .main a .imgs{
        float: left;
    width: 36%;
    height: 118px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.0);
        -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#news_block .main a .right{
float: left;
    width: 45%;
    font-size: 14px;
    margin-left: 10%;
    height: 119px;
    position: relative;
}
#news_block .main a .right .title{
        display: block;
    font-weight: bold;
    line-height: 24px;
}
#news_block .main a .right .info,#news_block a.news_link .info{
    font-size: 12px;
    opacity: .8;
    position: absolute;
    bottom: 0;
    left: 0;
}
#news_block .main a .right .info span,#news_block a.news_link .info span{
        float: left;
    border-right: 1px solid #9c9c9c;
    padding-right: 14px;
    margin-right: 14px;
}
#news_block .main a .right .info b,#news_block a.news_link .info b{

}


#news_block .right_news{
    float: right;
    width: 50%;
    position: relative;
    padding-left: 42px;
    padding-top: 22px;
}
#news_block a.news_link{
    display: block;
    font-size: 13px;
    color: black;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    padding-left: 22px;
    padding-bottom: 16px;
    padding-top: 16px;
}
#news_block a.news_link:nth-child(4){
    border-bottom: 0;
}
#news_block .mobile_news{
    display: none;
}
#news_block a.news_link .title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 70%;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.0);
        -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
#news_block a.news_link .date{
        float: right;
    font-size: 12px;
}
#news_block a.news_link::before{
content: '';
    background-color: #6b6b6b;
    display: block;
    position: absolute;
    left: 0;
    width: 3px;
    height: 3px;
    top: 23px;
    border-radius: 50%;
}
#news_block .right_news li:nth-child(4) a{
    border-bottom: 0;
}

.pic_box{
    position: relative;
    display: block;
    width: 100%;
    height: 623px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
.pic_box img{
width: 193px;
    display: block;
    position: relative;
    margin: 0 auto;
    top: 191px;
}
.pic_box .word{
    font-size: 16px;
    color: white;
    text-align: center;
    margin-top: 222px;
    text-shadow: 1px 1px 4px black;
}

#home_product{
    display: block;
    position: relative;
    width: 100%;
    max-width: 1002px;
    margin: 55px auto;
    z-index: 10;
    border: 1px solid #d2d2d2;
    padding: 50px 33px;opacity: 0;
}
#home_product .info{
    float: left;
    width: 23.5%;
    display: block;
    padding-right: 50px;
}
#home_product .info .memo{
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 25px;
    margin: 77px 0;
    opacity: .9;float: left;
}
#home_product .info .name{
        font-size: 22px;
    display: block;
    font-weight: 500;
    position: relative;
    float: left;
    width: 160px;
    padding-top: 25px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.41);
}
#home_product .info .name::before{
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
    height: 3px;
    background-color: black;
        -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}
#home_product.active .info .name::before{
  width: 100%;
}
#home_product .product_box{
    float: right;
    border-left: 1px solid #bbbbbb;
    width: 76.5%;
    padding-left: 50px;
}
#home_product .product_box .food{
        float: left;
    width: 208px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    margin-bottom: 95px;
    height: 326px;
}
#home_product .product_box .food:nth-child(2),
#home_product .product_box .food:nth-child(5){
    margin-left:19px;
    margin-right: 19px;
}
#home_product .product_box .food:nth-child(4),
#home_product .product_box .food:nth-child(5),
#home_product .product_box .food:nth-child(6){
    margin-bottom: 0;
}



#home_product .product_box .food .imgs{
        display: block;
    width: 100%;
    float: left;
}
#home_product .product_box .food .imgs img{
    float: left;width: 100%;
}
#home_product .product_box .food._new::before{
    content: 'new';
    background-color: #fabe0d;
    color: white;
    padding: 8px 5px;
    font-size: 13px;
    position: absolute;
    right: 13px;
    top: -16px;
}
#home_product .product_box .food._new .imgs img{
        border: 4px solid #fabe0d;
}
#home_product .product_box .food .memo{
    font-size: 13px;
    color: black;
    font-weight: bold;
    width: 86%;
    padding: 0;
    float: left;
    padding-left: 15px;
    opacity: .7;
    position: relative;
    overflow : hidden; text-overflow: ellipsis; display:
    -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;
    -moz-line-clamp: 3;    min-height: 30px;

}
#home_product .product_box .food .memo::before{
    content: '';
    background-color: #2f2f2f;
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 4px;
    top: 10px;
    border-radius: 50%;
}
#home_product .product_box .food .name{
    font-size: 14px;
    color: black;
    font-weight: bold;
    width: 100%;
    padding: 11px 0;
    float: left;
        -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}
#home_product .product_box .food .sell{
        display: inline-block;
    width: 100%;
    border-top: 1px solid #ababab;
    margin-top: 15px;
    padding-top: 20px;
    font-size: 13px;
}
#home_product .product_box .food .sell .line{
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 8px;
}
#home_product .product_box .food .sell .line span{
        float: left;
}
#home_product .product_box .food .sell .line .dollor{
        float: left;
    width: 32%;
    text-align: right;
    padding-left: 8px;
    margin-right: 18px;
}
#home_product .product_box .food .sell .line .input_box{
        border: 1px solid #cecece;
    padding-left: 6px;
    float: left;
    width: 42%;
    margin-left: 10px;
    height: 27px;
    background-color: #efefef;
    outline: 0;
}
#home_product .product_box .food .sell .line .buy{
    float: left;
    background-image: url(../images/car.png);
    width: 27px;
    height: 27px;
    display: block;
    background-color: black;
    border-radius: 50%;
    background-position: center;background-size: 18px;
    background-position: 4px 7px;   margin-left: 11px;
    background-repeat: no-repeat;
    cursor: pointer;
            -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}




#step{
background-color: #920783;
    color: white;
    display: block;
    position: relative;
    padding: 85px 0 60px;
}
#step .top_info{
        width: 100%;
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    display: block;opacity: 0;
}
#step .top_info .info{
        float: left;
    width: 292px;
    display: block;
    position: relative;
}
#step .top_info .info .name{
    font-size: 22px;
    display: block;
    font-weight: 500;
/*    border-top: 3px solid white;*/
    float: left;
    width: 160px;position: relative;
    padding-top: 25px;
    text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.8);
}
#step .top_info .info .name::before{
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
    height: 3px;
    background-color: white;
            -webkit-transition: all .5s ease .5s;
    -moz-transition: all .5s ease .5s;
    -o-transition: all .5s ease .5s;
    -ms-transition: all .5s ease .5s;
    transition: all .5s ease .5s;
}
#step .top_info.active .info .name::before{
    width: 100%;
}
#step .top_info .info .memo{
        font-size: 13px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 80px;
    line-height: 28px;    opacity: .85;
}


#step .top_info .step_block{
    float: right;
    width: 56%;
    position: relative;
    display: block;
}
#step .top_info .step_block h4{
font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 33px;
    padding-left: 22px;
    position: relative;
}
#step .top_info .step_block .step_area{
display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 65px;

}
#step .top_info .step_block .step_area li{
    float: left;    margin-bottom: 32px;
    width: 53%;
}
#step .top_info .step_block .step_area .step_box{
     width: 100%;
    display: block;
    height: 100%;
    position: relative;top: 10px;
    float: left;opacity: 0;
}

#step .top_info.active .step_block .step_area .step_box{
    opacity: 1;top: 0;
}

#step .top_info .step_block .step_area li:nth-child(1) .step_box{
    -webkit-transition:all 1s ease .5s;
    -moz-transition:all 1s ease .5s;
    -o-transition:all 1s ease .5s;
    -ms-transition:all 1s ease .5s;
    transition:all 1s ease .5s;
}
#step .top_info .step_block .step_area li:nth-child(2) .step_box{
    -webkit-transition:all 1s ease .8s;
    -moz-transition:all 1s ease .8s;
    -o-transition:all 1s ease .8s;
    -ms-transition:all 1s ease .8s;
    transition:all 1s ease .8s;
}
#step .top_info .step_block .step_area li:nth-child(3) .step_box{
    -webkit-transition:all 1s ease 1.1s;
    -moz-transition:all 1s ease 1.1s;
    -o-transition:all 1s ease 1.1s;
    -ms-transition:all 1s ease 1.1s;
    transition:all 1s ease 1.1s;
}
#step .top_info .step_block .step_area li:nth-child(4) .step_box{
    -webkit-transition:all 1s ease 1.4s;
    -moz-transition:all 1s ease 1.4s;
    -o-transition:all 1s ease 1.4s;
    -ms-transition:all 1s ease 1.4s;
    transition:all 1s ease 1.4s;
}
#step .top_info .step_block .step_area li:nth-child(5) .step_box{
    -webkit-transition:all 1s ease 1.7s;
    -moz-transition:all 1s ease 1.7s;
    -o-transition:all 1s ease 1.7s;
    -ms-transition:all 1s ease 1.7s;
    transition:all 1s ease 1.7s;
}
#step .top_info .step_block .step_area li:nth-child(6) .step_box{
    -webkit-transition:all 1s ease 2s;
    -moz-transition:all 1s ease 2s;
    -o-transition:all 1s ease 2s;
    -ms-transition:all 1s ease 2s;
    transition:all 1s ease 2s;
}







#step .top_info .step_block .step_area .step_box .icon{
    float: left;
    width: 116px;
    height: 116px;
    border: 1px solid rgba(255, 255, 255, 0.68);
    border-radius: 50%;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
}
#step .top_info .step_block .step_area .step_box._important .icon{
    border: 3px solid rgba(255, 255, 255, 1);
}

#step .top_info .step_block .step_area .step_box .word{
        float: left;
    margin-left: 30px;
    margin-top: 33px;
}
#step .top_info .step_block .step_area .step_box .word span{
        color: white;
    display: block;
}
#step .top_info .step_block .step_area .step_box .word div{
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    position: relative;
}

#step .top_info .step_block .step_area li:nth-child(even){
    width: 47%;
}

#step .other_link{
width: 100%;
    max-width: 950px;opacity: 0;
    margin: 0 auto;
    position: relative;
    display: block;
    border-top: 3px solid rgba(255, 255, 255, 0.31);
    padding-top: 60px;
}
#step .other_link a{
float: left;
    width: 47%;
    background-color: white;
    position: relative;
}
#step .other_link a:nth-child(2){
    float: right;
}
#step .other_link a .imgs{
    float: left;
    width: 172px;
    overflow: hidden;
    height: 253px;
}
#step .other_link a .imgs img{
    float: left;
    width: 100%;
    -webkit-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}
#step .other_link a .word{
        right: 0;
    width: 61%;
    height: 100%;
    position: absolute;
    padding: 40px 32px;
}
#step .other_link a .word h3{
font-size: 22px;
    display: block;
    font-weight: 500;
  /*  border-top: 3px solid #920783;*/
    float: left;
    width: 86%;position: relative;
    padding-top: 21px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.51);
    margin-bottom: 48px;
}
#step .other_link a .word h3::before{
        content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: #920783;
}
#step .other_link a .word div{
        font-size: 13px;
    color: #272727;
    display: block;
    line-height: 30px;
    position: relative;
    float: left;
}

#footer_info{
max-width: 950px;
    display: block;
    width: 100%;
    position: relative;opacity: 0;
    margin: 70px auto;

}
#footer_info .head{
    display: block;
    width: 100%;
    position: relative;
}
#footer_info h3{
       font-size: 22px;
    display: block;
    font-weight: 500;

    float: left;
    width: 160px;
    padding-top: 25px;position: relative;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.41);
}
#footer_info h3::before{
    content: '';
    position: absolute;
    top: 0;
    width: 0%;
    left: 0;
    height: 3px;
    background-color: black;
        -webkit-transition:all .5s ease .5s;
    -moz-transition:all .5s ease .5s;
    -o-transition:all .5s ease .5s;
    -ms-transition:all .5s ease .5s;
    transition:all .5s ease .5s;
}
#footer_info.active h3::before{
    width: 100%;

}
#footer_info .left{
    float: left;
    width: 58%;
    position: relative;
    margin-top: 110px;
}
#footer_info .left .box{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
#footer_info .left .box .imgs{
        float: left;
    width: 92px;
}
#footer_info .left .box .imgs img{
    width: 100%;
}
#footer_info .left .word{
        float: right;
    color: #545454;
    font-size: 13px;
    line-height: 28px;
    width: 73%;
}
#footer_info .left .word b{
        font-size: 14px;
    color: #0e0e0e;
}
#footer_info .left .word a{
    color: #0e0e0e;
}

#footer_info .left .box:last-child{
    border-bottom: 0;
}

#footer_info .fb_info{
    float: right;
    width: 320px;
}








#mobile_top,#mobile_bottom{
    display: none;
}


#tip{
    position: fixed;
    right: 0;opacity: 0;
    top: 20%;    z-index: 99;
}
#tip #light{
    width: 65px;
    height: 240px;
    display: block;    z-index: 10;
    background-color: #920783;
    position: relative;
    color: white;    cursor: pointer;
    padding-top: 25px;
}
#tip #light span{
        font-size: 16px;
    font-weight: bold;
    width: 27px;
    display: block;
    margin: 0 auto;
    line-height: 18px;
    padding-top: 68px;
    background-image: url(../images/light.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    text-align: center;
                -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}

#tip #light .close{
        background-image: url(../images/close.png);
    display: block;
    width: 35px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.37);
    margin-top: 23px;
    opacity: 0;
            -webkit-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -o-transition:all .5s ease;
    -ms-transition:all .5s ease;
    transition:all .5s ease;
}
#tip.active #light .close{
    opacity: 1;
}
#tip #our{
    position: absolute;
    right: 64px;
    top: 0;
    width: 247px;
    -webkit-transform: translateX(120%)rotateY(0);
    -moz-transform: translateX(120%)rotateY(0);
    -ms-transform: translateX(120%)rotateY(0);
    transform: translateX(120%)rotateY(0);
    z-index: 5;
    opacity: 0;
        -webkit-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#tip.active #our{
    opacity: 1;
    -webkit-transform: translateX(0%)rotateY(0);
    -moz-transform: translateX(0%)rotateY(0);
    -ms-transform: translateX(0%)rotateY(0);
    transform: translateX(0%)rotateY(0);
}
#tip #our .text{
    background-color: white;
    position: relative;
    display: block;
    padding: 40px 28px;
}
#tip #our .text .title{
    font-size: 22px;
    display: block;
    padding-top: 14px;
    position: relative;
    line-height: 27px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.38);
}
#tip #our .text .title::before{
    position: absolute;
    content: '';
    background-color: rgb(0, 0, 0);
    width: 170px;
    height: 3px;
    left: 0;
    top: 0;
}
#tip #our .text .title span{
    margin-bottom: 10px;
    display: block;
}
#tip #our .text .memo{
        font-size: 13px;
    line-height: 20px;
    display: block;
    position: relative;
    opacity: .8;
    margin-top: 36px;
    margin-bottom: 10px;
}
#tip #our a{
display: block;
    padding: 23px 28px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.73);
    color: white;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: 86% 50%;
    margin-bottom: 1px;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -o-transition:all .3s ease;
    -ms-transition:all .3s ease;
    transition:all .3s ease;
}


@media only screen and (min-width: 1025px) {
#news_block a.news_link:hover .title{
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.37);
}
#tip #light:hover span{
      /*  padding-top: 50px;*/
          background-position: 50% 10px;
}
#home_product .product_box .food .sell .line .buy:hover{
    background-color: #920783;
}

#sp_block .news:hover{
        box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.48);
}

#news_block .main a:hover .imgs{
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.59);
}
#step .other_link a:hover .imgs img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
#tip #our a:hover{
    background-color: rgba(0, 0, 0, 0.9);
}
#home_product .product_box .food:hover .name{
    color: #920783;
}

}

@media only screen and (max-width: 1024px) {
#content,#mobile_top,#mobile_bottom{
    opacity: 0;
}
#tip{
    display: none;
}
#home_block,#sp_block,#news_block,#home_product,#step .other_link,#footer_info,#step .top_info,#step .top_info .step_block .step_area .step_box{
    opacity: 1;
}
#step .top_info .info .name::before,#home_product .info .name::before ,#footer_info h3::before{
    width: 100%;
}
#mobile_top,#mobile_bottom{
    display: block;
}
#home_block .imgs,#home_block{
    /* height: 60vw; */
}
#sp_block .news{
    width: 100%;
}
#sp_block .news .word{
    font-size: 12px;
    padding: 10px;
    height: 106px;
    letter-spacing: 0;
    line-height: 20px;
}
#sp_block{
        margin-top: -35px;
}

#news_block{
    width: 85%;
    margin-top: 105px;
}
#news_block .main .name{
        position: absolute;
    top: -82px;
}

#news_block .main{
    width: 31%;
}
#news_block .main a{
    margin-top: 0;
}
#news_block .main a .imgs{
    width: 100%;
    height: 18vw;
    max-height: 124px;
}
#news_block .main a .right{
        margin-left: 0;
    margin-top: 13px;
    width: 100%;
    height: 95px;
}
#news_block .right_news{
    float: right;
    width: 62%;
    position: relative;
    padding-left: 42px;
  padding-top: 0;
}
#news_block::before{
    left: 38%;
}
#news_block a.news_link .title{
        white-space: inherit;
    overflow: visible;
    line-height: 22px;    position: relative;
}
#news_block a.news_link .date {
    float: right;
    font-size: 12px;
    top: 5px;
    position: relative;
}
#news_block .right_news li:first-child a{
    padding-top: 0;
}
#news_block a.news_link::before{
  display: none;
}

#news_block a.news_link .title::before{
    content: '';
    background-color: #6b6b6b;
    display: block;
    position: absolute;
    left: -22px;
    width: 3px;
    height: 3px;
    top: 11px;
    border-radius: 50%;
}


.pic_box{
    height: 50vw;
}

.pic_box img {
    width: 155px;
    top: 22%;
}

.pic_box .word{
        margin: 0 auto;
    display: block;
    top: 22%;
    position: absolute;
    margin-top: 150px;
    width: 400px;
    line-height: 26px;
    left: 50%;
    margin-left: -200px;
}

#home_product .info{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-right: 0;
    margin-bottom: 70px;
    padding-bottom: 45px;
}
#home_product .product_box{
    width: 100%;
    padding-left: 0;
    border-left: 0;
}
#home_product{
    width: 85%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 50px 0;margin-top: 15px;
}

#home_product .product_box .food{
width: 30.5%;    margin-bottom: 70px;
}
#home_product .product_box .food:nth-child(2), #home_product .product_box .food:nth-child(5){
margin-left: 4%;
    margin-right: 4%;
}


#home_product .info .name{
width: 26%;
}
#home_product .info .memo{
        width: 65%;
    margin-top: 0;
    float: right;
    margin-bottom: 0;
    position: relative;
    top: -6px;
}

#step{
    border-top: 1px solid white;
    padding-bottom: 70px;
}

#step .top_info{
    width: 85%;
}
#step .top_info .info{
    width: 100%;
}

#step .top_info .info .name{
width: 26%;
}
#step .top_info .info .memo{
            width: 65%;
    margin-top: 0;
    float: right;
    margin-bottom: 0;
    position: relative;
    top: -6px;
}
#step .top_info .step_block{
    width: 100%;
    margin-top: 45px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    padding-top: 60px;
}

#step .top_info .step_block h4{
    padding-left: 0;
    float: left;
    width: 20%;
}
#step .top_info .step_block .step_area{
    float: right;    margin-bottom: 20px;
    width: 76%;
    position: relative;
}
#step .top_info .step_block .step_area .step_box .word {
    float: left;
    margin-left: 0;
    margin-top: 23px;
    width: 100%;
    font-size: 13px;
    text-align: center;
    line-height: 18px;
}
#step .top_info .step_block .step_area li ,#step .top_info .step_block .step_area li:nth-child(even){
    float: left;
    margin-bottom: 50px;
    width: 33.33%;
}

#step .top_info .step_block .step_area .step_box .icon{
width: 77px;
    height: 77px;
    background-size: 41px;
    float: none;
    display: block;
    margin: 0 auto;
}

#step .top_info .step_block .step_area .step_box .word div{
    font-size: 12px;
}
#step .top_info .step_block .step_area li:nth-child(3n - 1){
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

#step .other_link{
    width: 85%;    padding-top: 75px;
}

#step .other_link a{
    width: 100%;
    margin-bottom: 10px;
}
#step .other_link a .word{
    position: relative;
    float: right;
    width: 65%;
}
#step .other_link a .imgs{
height: 100%;
    width: 35%;
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#step .other_link a .imgs img{
    display: none;
}
#step .other_link a .word h3 {
    font-size: 18px;
    max-width: 171px;    margin-bottom: 30px;
}

#home_product .product_box .food .sell .line .dollor{
    width: 38%;
}
#footer_info{
    width: 85%;
}
#footer_info .left{
    width: 36%;    margin-top: 74px;
}
#footer_info .left .box .imgs{
        width: 82px;
}
#footer_info .left .word{
    width: 100%;
    margin-top: 8px;
}



#mobile_top{
position: fixed;
    width: 100%;
    top: 110px;
    z-index: 99;
    background-color: #f7f7f7;
    height: 60px;

}
#mobile_top a{
        float: left;
    font-size: 16px;
    color: #030303;
    text-align: center;
    width: 33.3333%;
    height: 100%;
    line-height: 60px;
    border-right: 1px solid #d2d2d2;
}
#mobile_top a:last-child{
    border-right: 0;
}
#mobile_bottom{
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-image: url(../images/home/bg.jpg);
    width: 100%;
    height: 94px;
    color: white;
    font-size: 16px;
}
#mobile_bottom a,#mobile_bottom div{
    float: left;
    width: 25%;
    height: 94px;
    color: white;position: relative;
    line-height: 94px;
    text-align: center;
    border-right: 1px solid #b649aa;
    border-left: 1px solid #831478;
    background-repeat: no-repeat;
    padding-left: 40px;
}
#mobile_bottom a:first-child{
    border-left: 0;
}
#mobile_bottom a:last-child{
    border-right: 0;
}
#mobile_bottom .b01::before{
    content: '';
    background-image: url(../images/b01.png);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;    left: 50%;
    margin-left: -69px;
    margin-top: -20px;background-repeat: no-repeat;background-position: center;
}
#mobile_bottom .b02::before{
    content: '';
    background-image: url(../images/b02.png);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;    left: 50%;
    margin-left: -69px;
    top: 50%;
    margin-top: -20px;background-repeat: no-repeat;background-position: center;

}
#mobile_bottom .b04::before{
    content: '';
    background-image: url(../images/b04.png);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;    left: 50%;
    margin-left: -69px;
    margin-top: -20px;background-repeat: no-repeat;background-position: center;
}
#mobile_bottom .b_car::before{
    content: '';
    background-image: url(../images/b03.png);
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;    left: 50%;
    margin-left: -69px;
    margin-top: -20px;    background-repeat: no-repeat;background-position: center;
}

#mobile_bottom .b_car span{
font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid white;
    border-radius: 50%;
    top: 30px;
    margin-left: -47px;
    background-color: #a31c95;
}
#home_block .imgs .word div{
    font-size: 14px;
}
#home_block .imgs .word{
        padding-top: 12vw;
}


#home_block .bx-wrapper .bx-pager{
    bottom: 65px;
}


#content{
    padding-top: 60px;
}

footer{
    margin-bottom: 124px;
}

#home_block .imgs img{
    /* display: none; */
}


}



@media only screen and (max-width: 700px) {

#home_block .imgs .word h2 {
    font-size: 29px;
}

#sp_block{
        padding: 0 35px;
}

#sp_block .bx-wrapper .bx-controls-direction a{
    width: 50px;
    height: 50px;
    margin-top: -25px;
}
#sp_block .bx-wrapper .bx-prev{
    background-image: url(../images/pleft.png);    left: -27px;
}
#sp_block .bx-wrapper .bx-next{
    background-image: url(../images/pright.png);    right: -27px;
}
#sp_block .news{
      margin-bottom: 5px;

}

#mobile_bottom .b01::before,
#mobile_bottom .b02::before,
#mobile_bottom .b04::before,#mobile_bottom .b_car::before{
    margin-left: -56px;    margin-top: -26px;
}
#mobile_bottom .b_car span{
        font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    top: 30px;
    margin-left: -34px;
    background-color: #a31c95;
}

#mobile_bottom{
    height: 80px;
}

#mobile_bottom a, #mobile_bottom div{
    line-height: 80px;
}
#news_block::before {
    left: 36%;
}
#news_block .right_news{
    width: 67%;
}




}




@media only screen and (max-width: 650px) {
.pic_box .word{
    display: none;
}
#home_product .product_box .food .memo{
    width: 100%;
}
#home_product .product_box .food .sell .line .buy{
    float: right;
}
#home_product .product_box .food .sell .line .input_box{
    width: 36%;
}

#home_product .product_box .food .sell .line .dollor {
    width: 41%;
    margin-right: 7px;
}
#home_product{
    margin-bottom: 20px;border: 1px solid #d2d2d2;
    padding-bottom: 0;    padding: 20px;
}

#news_block .mobile_news{
    display: block;
}
#news_block .right_news,#news_block .main a{
    display: none;
}
#news_block .mobile_news a.news_link{
border-bottom: 0;    padding-left: 0;    font-size: 14px;
}


#news_block .mobile_news{
        display: block;
}

#news_block .main .name{
    font-size: 18px;    width: 100%;
    padding-bottom: 17px;
}
#news_block .main{
    width: 100%;

}
#news_block a.news_link .title::before,#news_block::before{
    display: none;
}
#news_block a.news_link .title,#news_block a.news_link .info{
    width: 100%;
}
#news_block a.news_link .title{
    margin-bottom: 12px;
}
#news_block .main .name {
    position: absolute;
    top: -46px;
}

.mobile_news .bx-wrapper .bx-pager.bx-default-pager a{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.58) inset;
    background-color: #fee28f;
}
.mobile_news .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c4b894;
}
.mobile_news .bx-wrapper .bx-pager{
    width: auto;
    position: absolute;
    top: -43px;
    bottom: auto;
    right: -12px;
}
#news_block {
    width: 85%;
    margin-top: 105px;
    margin-bottom: 40px;
}

#home_product .info .name{
    width: 173px;
}

#home_product .product_box .food{
    padding-top: 17px;
    height: 400px;
}
#home_product .product_box .food._new::before{
    top: 0;
}
#home_product .info{
        margin-bottom: 35px;    margin-top: 15px;    padding-bottom: 30px;
}

#home_product .info .memo{
    width: 100%;    margin-top: 33px;
}

#home_product .bx-wrapper .bx-pager{
    bottom: 15px;
}

#home_product .bx-wrapper .bx-pager .bx-pager-item{
    width: 33px;
}

#home_product .bx-wrapper .bx-pager.bx-default-pager a{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.58) inset;
    background-color: #fee28f;
}
#home_product .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #c4b894;
}
#home_product .product_box .food:nth-child(2), #home_product .product_box .food:nth-child(5){
    margin-left: 0;
    margin-right: 0;
}
#footer_info .left{
    width: 100%;
}
#footer_info{
    margin-bottom: 0;
}
#footer_info .fb_info{
    display: none;
}







}









@media only screen and (max-width: 550px) {


#step .top_info .step_block h4{
    display: none;
}

#step .top_info .step_block .step_area{
    width: 100%;
}

#step .top_info .step_block .step_area .step_box{
    width: 100%;    margin-bottom: 100px;
}
#step .top_info .step_block .step_area li:nth-child(3n - 1){
    border: 0;
}
#step{
    padding: 60px 0 0px;
}
#step .bx-wrapper .bx-pager{
bottom: -42px;
}
#step .bx-wrapper .bx-pager.bx-default-pager a{
    background-color: white;
    opacity: .5;
}
#step .bx-wrapper .bx-pager.bx-default-pager a.active{
    opacity: .7;
}
#step .top_info .info .name{
    width: 173px;
}
#step .top_info .info .memo{
    width: 100%;
    margin-top: 35px;
}
#step .top_info .step_block{
        border: 0;
    padding-top: 0;
}
#step .other_link{
    border-top: 0;
    width: 100%;
    margin-bottom: 0;
}
#step .other_link a{
    margin-bottom: 0;
    border-top:1px solid #c8c8c8;
}



.pic_box img {
    width: 120px;
    top: 25%;
}
#mobile_top {
    top: 78px;
    height: 45px;
}
#mobile_top a{
    line-height: 45px;
    font-size: 14px;
}
#mobile_bottom a, #mobile_bottom div{
    padding: 0;
    font-size: 13px;
    text-align: center;height: 100%;
    line-height: 20px;
    padding-top: 47px;
}

#mobile_bottom .b01::before, #mobile_bottom .b02::before, #mobile_bottom .b04::before, #mobile_bottom .b_car::before{
        margin-top: 0;
    top: 11px;
    left: 50%;
    margin-left: -22px;
    background-size: 32px;
}
#mobile_bottom .b_car span{
    margin: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: -14px;
    top: 8px;
}

#content {
    padding-top: 45px;
}
#home_block .imgs .word div{
    display: none;
}
#home_block .imgs, #home_block {
    /* height: 80vw; */
}

#home_block .imgs .word h2 {
    font-size: 22px;
    width: 63%;
    text-align: center;
    margin: 0 auto;
    line-height: 26px;
}

}



@media only screen and (max-width:450px) {
#sp_block {
    padding: 0 23px;
}
#news_block{
    width: 100%;
    padding: 0 33px;
}

.mobile_news .bx-wrapper .bx-pager .bx-pager-item{
    width: 32px;
}
.mobile_news .bx-wrapper .bx-pager.bx-default-pager a,#step .bx-wrapper .bx-pager.bx-default-pager a,
#home_block .bx-wrapper .bx-pager.bx-default-pager a{
        width: 10px;
    height: 10px;
}
#home_product .info .name ,#step .top_info .info .name{
    width: 173px;
    font-size: 18px;
    padding-top: 20px;
}

#step .top_info {
    width: 100%;
    padding: 0 33px;
}
#step{
    border-top: 0;    padding: 46px 0 0px;
}
#step .other_link{
    padding-top: 0;
}
#step .other_link a .word h3 {
    font-size: 14px;
    max-width: 171px;
    margin-bottom: 14px;
    padding-top: 20px;
}
#footer_info h3{
        font-size: 18px;
    max-width: 171px;
    margin-bottom: 14px;
    padding-top: 20px;
}
#step .other_link a .word div{
    line-height: 21px;
}
#step .other_link a .imgs{
    width: 40%;
}
#step .other_link a .word {
    position: relative;
    float: right;
    width: 60%;
    padding: 28px 27px;
}
#footer_info{
    width: 100%;
    padding: 0 33px;
    margin-top: 60px;
}

#footer_info .left {
    width: 100%;
    margin-top: 37px;
}
#home_block .bx-wrapper .bx-pager {
    bottom: 50px;
}
#home_block .bx-wrapper .bx-pager .bx-pager-item{
width: 32px;
}
#step .bx-wrapper .bx-pager {
    bottom: 0;
}






}
