/*视屏播放*/
.play_btn {
    position: absolute;
    top: 78px;
    left: 125px;
}

    .play_btn:hover {
        cursor: pointer;
    }

.doMore_play_btn {
    width: 186px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    background: #2dbe60;
    color: #fff;
    font-size: 22px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 25px;
    letter-spacing: 2px;
    padding-left: 21px;
    text-decoration: none;
}

    .doMore_play_btn:hover {
        background: #58d082;
    }

    .doMore_play_btn:link {
        text-decoration: none;
        color: #fff;
    }

    .doMore_play_btn img {
        vertical-align: -8px;
        margin-left: 12px;
    }

.new_btn {
    color: #47a6ea !important;
    background: #ededed;
    border: 1px solid #a9a9a9;
    box-shadow: 2px 2px 4px #ccc;
    font-size: 20px;
    display: block;
    width: 150px;
    margin: auto;
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none;
    height: 40px;
    line-height: 36px;
    border-radius: 3px;
    text-align: center;
    position: static !important;
}

    .new_btn img {
        margin-left: 10px;
    }

    .new_btn:hover, .new_btn:link {
        color: #1156d1 !important;
    }


@media screen and (max-width:1366px) {
    .ing {
        width: 50%;
        left: 25%;
    }
}




.food_video, .food_video1 {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 9999;
}

.close_btn, .close_btn1 {
    position: absolute;
    right: 24px;
    top: 9px;
    font-size: 21px;
    color: #d0caca;
    border-radius: 50%;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

.vido-box {
    width: 800px;
    height: 510px;
    padding: 0 20px 20px 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -400px;
    margin-top: -240px;
    background-color: #fff;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls {
    width: 750px;
}

video::-webkit-media-controls-fullscreen-button {
    margin-right: 30px;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

.foot-video-title span {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 25px;
    color: #dedede;
    top: 5px;
}

.foot-video-title {
    width: 100%;
    height: 25px;
}


@keyframes carAnimation {
    0% {
        /*left: calc(100% - (60px + 49px) * 2);*/
        right:0;
        opacity: 1;
    }

    50% {
        left: 0;
        opacity: 1;
    }
}

.floatingwindow {
    position: fixed;
    top: 80px;
    left: calc(100% - (50px + 50px) * 2);
    width: 195px;
    height: 132px;
    z-index: 9999;
    padding: 22px 20px;
    box-shadow: 0px 3px 20px #3f3e3e;
}
@media screen and (max-width:1366px){
    .floatingwindow {
        left:85%;
    }
}
@media screen and (max-width:1024px){
    .floatingwindow {
        left:80%;
    }
}
    .floatingwindow a {
        background: #2dbe60;
        color: #fff;
        font-size: 18px;
        display: block;
        width: 154px;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        cursor: pointer;
        margin-bottom: 8px;
        text-decoration: none;
    }

        .floatingwindow a:visited, .floatingwindow a:active {
            color: #fff;
        }

        .floatingwindow a img {
            width: 22px;
            margin-right: 10px;
        }


.floatclose {
    position: absolute;
    right: 4px;
    top: -2px;
    width: 18px;
    display: block;
}

    .floatclose img {
        width: 8px;
    }
