.industry-picker-input {
    opaindustry: 0 !important;
    top: -9999px;
    left: -9999px;
    position: absolute;
}

.industry-picker-span {
    position: relative;
    display: block;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
    cursor: pointer;
    padding:0 20px;
    border-radius:4px;
}

.industry-picker-span > .placeholder {
    color: #aaa;
}

.industry-picker-span > .arrow {
    position: absolute;
    top: 50%;
    right: 8px;
    width: 10px;
    margin-top: -3px;
    height: 5px;
    background: url(../images/drop-arrow.png) -10px -25px no-repeat;
}

.industry-picker-span.focus,
.industry-picker-span.open { border-bottom-color: #27AE60; }

.industry-picker-span.open > .arrow {
    background-position: -10px -10px;
}

.industry-picker-span > .title > span {
    color: #333;
    padding: 5px;
    border-radius: 3px;
}

.industry-picker-span > .title > span:hover {
    background-color: #f1f8ff;
}

.industry-picker-dropdown {
    position: absolute;
    width: 315px;
    left: -9999px;
    top: -9999px;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    display: none;
    min-width: 500px;
    margin-bottom: 20px;
    border-radius:4px;
}

.industry-select-wrap {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.industry-select-tab {
    border-bottom: 1px solid #27AE60;
    background: #eafff3;
    font-size: 17px;
}

.industry-select-tab > a {
    display: inline-block;
    padding: 8px 22px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid transparent;
    color: #4D4D4D;
    text-align: center;
    outline: 0;
    text-decoration: none;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: -1px;
}

.industry-select-tab > a.active {
    background: #fff;
    border-bottom: 1px solid #fff;
    color: #27AE60;
}

.industry-select-tab > a:first-child {
    border-left: none;
}

.industry-select-tab > a:last-child.active {
    border-right: 1px solid #ccc;
}

.industry-select-content {
    width: 100%;
    min-height: 10px;
    background-color: #fff;
    padding: 10px 15px;
}

.industry-select {
    font-size: 15px;
}

.industry-select dl {
    line-height: 2;
    clear: both;
    padding: 3px 0;
    margin: 0;
}

.industry-select dt {
    position: absolute;
    width: 3.5em;
    font-weight: 500;
    text-align: right;
    line-height: 2;
    color:#333;
}

.industry-select dd {
    margin-left: 4em;
    line-height: 2;
}

.industry-select.province dd {
    margin-left: 5em;
}

.industry-select a {
    display: inline-block;
    padding: 0 10px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 2px;
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

.industry-select a:hover,
.industry-select a:focus {
    background-color: #c8ffe2;
    border-radius: 2px;
    color: #333;
}

.industry-select a.active {
    background-color: #27AE60;
    color: #fff;
    border-radius: 2px;
}
.industry-select a.active:hover { color:#fff;}




.tipdown { 

    position: absolute;
    width: 100%;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 999999;
    min-width: 200px;
    margin-bottom: 20px;
    border-radius:4px;
    background:#fff;
}
.tipdown, .tipdown li { 
    list-style:none;
    margin:0; padding:0;
}
.tipdown li a { 
    display:inline-block;
    width:100%;
    padding:10px 20px;
    text-align:left;
    color:#333;
}