﻿.zzgh .xlselect {
    margin-left: 6px
}

select::-ms-expand {
    display: none
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 14px
}

option::-ms-expand {
    display: none
}

option {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

option:hover {
    color: #fff;
    background-color: #1e90ff
}

select::-ms-expand {
    display: none
}

input,
textarea,
select,
a:focus {
    outline: 0
}

textarea {
    resize: none
}

select {
    border: 0;
    outline: 0
}

#sleBG {
    position: relative;
    height: 40px
}

#options {
    display: none;
    position: absolute;
    top: 0;
    left: 143px;
    width: 107px;
    height: 215px;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #d1d1d1;
}

#options dl {
    width: 26%;
    height: 90%;
    float: left;
    margin-top: 8px;
    overflow: hidden;
    background: url("../image/line.jpg") no-repeat right 50%
}

#options dl:last-child {
    width: 100%;
    margin-left: 8.5px;
    background: 0
}

#options dt,
#options dd {
    display: block;
    text-align: center
}

#options dt {
    display: block;
    font-size: 14px;
    color: #0fafb4;
    font-weight: 700;
    line-height: 20px
}

#options dd {
    cursor: pointer;
    display: block;
    font-size: 12px;
    color: #5c6466;
    line-height: 18px
}

#mySelect .default {
    display: none;
    line-height: 0;
    padding: 0;
    height: 0;
    width: 0
}

#options dd button {
    cursor: pointer;
    width: 91%;
    display: block;
    font-size: 12px;
    color: #5c6466;
    line-height: 17px;
    background: 0;
    border: 0;
    text-align: center;
    outline: 0
}

.xlselect option {
    outline: none !important;
    display: none;
    line-height: 0;
    padding: 0;
    height: 0;
    width: 0;
    min-height: 0 !important
}

textarea.placeholder {
    font-size: 16px;
    color: #ccc;
    padding-left: 5px;
}

::-webkit-input-placeholder {
    font-size: 16px;
    color: #ccc;
    padding-left: 5px;
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

#options dl:last-child dt {
    text-align: left !important;
    text-indent: 5px;
}

#options dl:last-child dd button {
    width: 100%;
    text-align: left !important
}



input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #5c6466 inset !important;
    background-image: none !important;
    color: rgb(204, 204, 204) !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    color: rgb(204, 204, 204) !important;
}