@CHARSET "UTF-8";


input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

/*fix in safari*/
input[type=password]::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
}

/*fix in sougou*/
input::-webkit-input-safebox-button {
    display: none;
}

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}

input[type="radio"].radio,
input[type="checkbox"].checkbox,
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.search_field {
    position:relative;
    display: inline-block;
    margin-top:2px;
}
input {
	background-color: white !important;
}
input.search{
    background: #FBFBFB;
    border: 1px solid #F2F2F2;
    border-radius: 100px;
    width:300px;
    height:36px;
    font-size: 14px;
    color: #333;
    line-height: 16px;
    padding-left: 20px;
    padding-right: 45px;/* ·ÀÖ¹ÎÄ×Ö¸²¸ÇËÑË÷Í¼±ê*/
}
.search_icon{
    height:24px;
    width:24px;
    border: none;
    position:absolute;
    background:none;
    top:8px;
    left:261px;
    background-image: url(/resources/default/images/search_n.png);
    background-repeat:no-repeat;
}
.search_icon:hover{
    background-image: url(/resources/default/images/search_h.png);
}

input.search.resource{
    margin-top:7px;
    margin-right: 27px;
    width:240px;
    height:32px;
}

.search_icon.resource{
    top:-26px;
    left:202px;
    position:relative;
}

input[type="radio"].radio,
input[type="checkbox"].checkbox,
input[type="checkbox"].switch {
    -webkit-appearance: none;
}

.qs-radio,
.qs-switch,
.qs-checkbox {
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.qs-radio :after,
.qs-checkbox :after {
    z-index: 3;
}

.qs-radio + label,
.qs-checkbox + label,
.qs-switch + label {
    display: inline;
    color: inherit;
    line-height: inherit;
    padding-left: 28px;
    cursor: pointer;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    vertical-align: top;
}

.qs-radio + label span.qs-radio-label-point,
.qs-switch + label span.qs-switch-label-symbol,
.qs-checkbox + label span.qs-checkbox-label-hook {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    display: inline-block;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    text-align: center;
    box-sizing: content-box;
}

.qs-radio + label span.qs-radio-label-point {
    border-radius: 20px;
}

.qs-radio:checked + label span.qs-radio-label-point:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #188EDB;
}

.qs-checkbox + label span.qs-checkbox-label-hook {
    border-radius: 4px;
}

.qs-checkbox:checked + label span.qs-checkbox-label-hook {
    background: #188EDB;
    border-radius: 4px;
}

.qs-checkbox:checked + label span.qs-checkbox-label-hook:after {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 1px;
    height: 7px;
    border: 2px solid #FFF;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
}

.qs-switch + label {
    padding-left: 38px;
}
.qs-switch + label span.qs-switch-label-symbol {
    border: none;
    background: inherit;
}

.qs-switch + label .qs-switch-label-symbol span.qs-switch-label-point {
    background-color: #E7E7E7;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    text-indent: -9999px;
    width: 30px;
}

.qs-switch + label span.qs-switch-label-point {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.qs-switch + label span.qs-switch-label-point:after {
    background-color: #FFFFFF;
    content: " ";
    position: absolute;
    left: 1px;
    top: 1px;
    width: 14px;
    height: 14px;
    box-shadow:0 1px 2px 0 #BDBDBD;
    border-radius: 7px;
}

.qs-switch + label span.qs-switch-label-point:after {
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
}

.qs-switch:checked + label span.qs-switch-label-point {
    background-color: #4CC443;
}

.qs-switch:checked + label span.qs-switch-label-point:after {
    left: 15px;
    box-shadow:0 1px 2px 0 rgba(0,135,112,0.5);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}