﻿.focus {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .focus .hd {
        width: 100%;
        height: 11px;
        position: absolute;
        z-index: 1;
        bottom: 9px;
        text-align: center;
    }

        .focus .hd ul {
            display: inline-block;
            height: 6px;
            padding: 2px 6px 10px 6px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            font-size: 0;
            vertical-align: top;
        }

            .focus .hd ul li {
                display: inline-block;
                width: 8px;
                height: 8px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                border: 2px solid #e3e3e3;
                margin: 0 4px;
                vertical-align: top;
                overflow: hidden;
            }

            .focus .hd ul .on {
                background: #f8f8f8;
                width:8px;
            }

    .focus .bd {
        position: relative;
        z-index: 0;
    }

        .focus .bd li img {
            width: 100%;
            min-width: 320px;
            max-width: 640px;
            height: auto !important;
            max-height: 250px;
            display: block;
        }

        .focus .bd li a {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 取消链接高亮 */
        }
.liuyan_input_button {
    margin: 10px 0;
}

    .liuyan_input_button input {
        background-image: linear-gradient(360deg, #ff4e0e, #ffc535);
        width: 90%;
        height: 50px;
        line-height: 50px;
        color: #fffff;
        border-radius: 5px;
        color: #ffffff;
        font-size: 17px;
        margin: 0 auto;
        display: block;
    }