﻿.contrast {
    padding-top: 30px;
}

    .contrast ul {
        padding-bottom: 40px;
        float: left;
    }

        .contrast ul.ul_content {
            /*width: calc((1180px - 200px - 250px) / 4);*/
            width: calc((1180px - 100px - 200px) / 4);
            margin-left: 50px;
        }

        .contrast ul.ul_more {
            margin-left: 50px;
        }

        .contrast ul li {
            font-size: 18px;
            height: 50px;
            line-height: 50px;
        }

            .contrast ul li.li1 {
                line-height: inherit;
                margin: 10px 0;
            }

        .contrast ul.ul_content li.li1 i {
            width: 25px;
            height: 25px;
            border-radius: 5em;
            background: url(../../img/bi_remove.png);
            position: relative;
            /*left: 150px;*/
            /*top: -131px;*/
            left: 196px;
            top: -166.5px;
        }

        .contrast ul.ul_content li.li1 img {
            /*width: 182.5px;*/
            width: 232.5px;
            width: 230px;
            /*height: 136.5px;*/
            height: 172px;
        }

        .contrast ul.ul_content li.select p {
            background-image: url(../../img/bi_win@2x.png);
            background-size: contain;
            background-position: left center;
            background-repeat: no-repeat;
            color: #D51B20;
            position: relative;
            left: -15px;
            padding-left: 30px;
        }

        .contrast ul.ul_title li {
            color: #999;
        }

        .contrast ul.ul_title .li1, .contrast ul.ul_title .li2, .contrast ul.ul_title .li3 {
            color: #333;
        }

        .contrast ul li.li1 {
            /*padding-bottom: 136.5px;*/
            padding-bottom: 172px;
        }

        .contrast ul li.li_line {
            height: 45px;
            width: 100%;
            padding-top: 15px;
        }

            .contrast ul li.li_line p {
                background-color: #FAFAFA;
                height: 15px;
                position: absolute;
                width: 100%;
                left: 0;
            }

.bi_win {
    background: url(../../img/bi_win@2x.png) no-repeat 0px 0;
    background-size: 150px 100%;
    color: #D51B20;
    width:150px;
    text-align:center;
    position:relative;
    top:-3px;
    padding-left:15px;
    padding-top:3px;
}
