﻿.select_conti {position:relative;width:100%;}
    .select_conti select { width: 100%; opacity: 0; cursor: pointer;height:42px;width:100%; line-height:42px;}
.like_select { position: absolute; top: 0; right: 0; box-sizing: border-box; z-index: 1; pointer-events: none; width: 100%; box-sizing: border-box; background-color: #fff; height: 42px; line-height: 42px; border-radius: 20px; border: 1px solid #D6D6D6 ;}
    .like_select span { padding-right: 10px; box-sizing: border-box; color: #D6D6D6; }
    .like_select i { position: absolute; left: 20px; top: 6px; font-size: 30px; color: #00AEEF ;}

