.constrast{
    padding-top: 1rem;
}

.constrast-title{
    line-height: 18px;
    font-size: 18px;
	padding-top: .5rem;
}

.contrast-table {
    padding-top: 30px;
    font-size: 14px;
    overflow-x: scroll;
    width: 100%;
    margin-bottom: 50px;
}

.contrast-list{
    display: flex;
    width: 980px;
    overflow: auto;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    margin-bottom: 50px;
}


.export {
    float: right;
    font-size: 14px;
    background-color: #2659b3;
    transition: .3s all;
    color: #fff;
    padding: 0px 10px;
    margin-right: 10px;
    border-radius: 5px;
}

.export:hover {
    background-color: #f08519;
}

.contrast-list li{
    list-style: none;
    text-align: center;
}


.contrast-list li:first-child{
    width: 15%;
}

.contrast-list li>div:first-child{
    height: 230px;
}

.contrast-list li>div:first-child>div{
    width: 90%;
    margin: 0 auto;
}

.contrast-list li>div:first-child>div a{
    display: block;
    transition: .3s all;
}

.contrast-list li>div:first-child>div a:hover{
    transform: scale(1.2);
}

.contrast-list li{
    width: 35%;
}

.contrast-list li>div.bot_bor{
    box-sizing: border-box;
    border-bottom: 2px solid #eee;
}


.contrast-list li>div{
    min-height: 65px;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    background-color: #fff;
}

.contrast-list li>div img{
    height: 100px;
    margin-top: 40px;
}

.contrast-add a{
    font-size: 130px;
    color: #ddd;
    transition: .3s all;
}

.contrast-add a:hover{
    transform: scale(1.2);
}

.contrast-remove{
    position: absolute;
    top:5px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 23px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: .3s all;
}

.contrast-remove:hover{
    cursor: pointer;
    border-color: #2659b3;
}

.contrast-remove em{
    transform: scaleX(4);
    font-size: 16px;
    line-height: 16px;
    transition: all .3s;
    text-align: center;
    margin-top: -3px;
    font-style: normal;
    vertical-align: baseline;
}

.contrast-back{
    color: #2659b3;
    float: right;
    border-bottom: 1px solid #2659b3;
}

.contrast-back:last-child{
    margin-right: 20px;
}


.contrast-back:hover{
    color: #2659b3;
    opacity: .8;
}

@media (min-width:992px){
    .contrast-table{
        font-size: 16px;
        overflow: hidden;

    }
    .contrast-list{
       width: 100%;
    }

    .constrast-title{
        line-height: 24px;
        font-size: 24px;
        padding-top: .5rem;
    }
}