.header {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../../../img/bg-pattern.png"), #7b4397;
    /* fallback for old browsers */
    background: url("../../../img/bg-pattern.png"), -webkit-linear-gradient(to left, #328944, #247cdc);
    /* Chrome 10-25, Safari 5.1-6 */
    background: url(../../../img/bg-pattern.png), linear-gradient(to left, #328944, #247cdc);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.search_button {
    padding: 0;
}

#search_button {
    height: 66px;
    margin-top: 0;
    width: 100%;
    font-size: 32px;
    color: #fff;
    border: 1px solid #267ece;
    background-color: #267ece;
    border: 0 8px 0 8px;
    /* box-shadow: 1px 0px 0px 1px #267ece; */
}

#search_button:hover {
    height: 64px;
    margin-top: 1px;
    width: 100%;
    /* margin-left: 0; */
    /* line-height: 52px; */
    /* text-align: center; */
    font-size: 32px;
    color: #267ece;
    border: 1px solid #267ece;
    background-color: #fff;
    /* border: 1px solid #fff; */
    border-top-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 8px;
    box-shadow: 1px 0px 0px 1px #267ece;
}

#search_button:focus,
#search_button:active {
    outline: none;
}

.form-control {
    height: 66px;
}

.selectpicker {
    padding: 0;
    font-size: 30PX;
    text-align: center;
}

.selectpicker select {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    padding: 10px 18px;
}



.inde_font {
    font-size: 22px;
    margin-top: 32px;
    margin-bottom: 30px;
}

.inde_font a {
    color: white;
}


.boots_input input {
    font-family: '宋体';
    font-size: 32px;
    border: none;
    letter-spacing: 0.08em;
    border: 2px solid;
    border-color: #fff;

}

.boots_input input:focus {
    border-color: #fff;
    border-image: -webkit-linear-gradient(#dba2ff, #d7cafb, #79c1ff) 20 20 20;
    border-image: -moz-linear-gradient(#dba2ff, #d7cafb, #79c1ff) 20 20 20;
    border-image: -o-linear-gradient(#dba2ff, #d7cafb, #79c1ff) 20 20 20;
    border-image: linear-gradient(#dba2ff, #d7cafb, #79c1ff) 20 20 20;
}

.header-skin1 {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../../../img/library_bg_01.jpg");
    /* fallback for old browsers */
    background: url("../../../img/library_bg_01.jpg");
    /* Chrome 10-25, Safari 5.1-6 */
    background: url(../../../img/library_bg_01.jpg);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: white;
}

.header-skin2 {
    position: relative;
    width: 100%;
    min-height: auto;
    overflow-y: hidden;
    background: url("../../../img/library_bg_03.jpg") no-repeat center center fixed;
    /* fallback for old browsers */
    background: url("../../../img/library_bg_03.jpg") no-repeat center center fixed;
    /* Chrome 10-25, Safari 5.1-6 */
    background: url(../../../img/library_bg_03.jpg) no-repeat center center fixed;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

.midbox {
    margin: 0px auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yichu_box>div {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.yichu {
    /* overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap; */
    overflow: inherit;
    text-overflow: initial;
    white-space: initial;
}

#search_hot span {
    /* cursor: pointer;
    margin: 0 8px; */
}

#search_hot .label-name {
    display: inline-block;
}

#search_hot .list-group {
    display: inline-block;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

#search_hot .list-item {
    position: relative;
    margin-right: 2%;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 12px 24px;
    cursor: pointer;
    /* line-height: 56px; */
    text-align: center;

}

#search_hot .list-item .corners {
    width: 0;
    height: 0;
}

/* #search_hot .list-item .corners.top{
	top: 0;
} */
#search_hot .list-item .corners::after,
#search_hot .list-item .corners::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-color: #ffd311;
    border-style: solid;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

#search_hot .list-item .corners.top::after,
#search_hot .list-item .corners.top::before {
    top: 0;
}

#search_hot .list-item .corners.bottom::before,
#search_hot .list-item .corners.bottom::after {
    bottom: 0;
}

#search_hot .list-item .corners::before {
    left: 0;
}

#search_hot .list-item .corners:after {
    right: 0;
}

#search_hot .list-item .corners.top::before {
    border-width: 2px 0 0 2px;
}

#search_hot .list-item .corners.top::after {
    border-width: 2px 2px 0 0;
}

#search_hot .list-item .corners.bottom::before {
    border-width: 0 0 2px 2px;
}

#search_hot .list-item .corners.bottom::after {
    border-width: 0 2px 2px 0;
}

#search_hot .list-item:hover .corners.top::before {
    border-top-width: 50%;
    top: 8px;
    left: 12px;
}

#search_hot .list-item:hover .corners.top::after {
    top: 8px;
    right: 12px;

}

#search_hot .list-item:hover .corners.bottom::before {
    bottom: 8px;
    left: 12px;
}

#search_hot .list-item:hover .corners.bottom::after {
    bottom: 8px;
    right: 12px;
}

.selectpicker .select-type {
    position: relative;
    background: transparent
}

.selectpicker .select-type::before {
    content: '';
    /* background: #d9eaff; */
    background: -webkit-linear-gradient(23deg, #dba2ff 20%, #d7cafb 33%, #89beff 0%);
    background: -moz-linear-gradient(23deg, #dba2ff 20%, #d7cafb 33%, #89beff 0%);
    background: -o-linear-gradient(23deg, #dba2ff 20%, #d7cafb 33%, #89beff 0%);
    background: linear-gradient(23deg, #dba2ff 20%, #d7cafb 33%, #89beff 0%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.selectpicker .select-type.open::before {
    -webkit-transform: scale3d(1, 5.8, 1);
    transform: scale3d(1, 5.8, 1);
}

.selectpicker .select-type button {
    color: #3b3958;
    padding: 0;
    height: 100%;
    background-color: transparent;
    font-size: 24px;
    border: none;
    outline: none !important;
}


.selectpicker .select-type button span {
    font-size: 28px;
    padding: 6px 12px;
    /* -webkit-transition: text-indent 0.3s, opacity 0.3s; */
    /* transition: text-indent 300ms ease 0ms, opacity 0s ease; */
    transition: text-indent 300ms ease 0ms, opacity 0s ease;
    transition-duration: 300ms;
    transition-delay: 0ms;
    text-align: center !important;
}

.selectpicker .bootstrap-select .dropdown-toggle:focus {
    border: none;
    outline: none !important;
    /* background-color: #d9eaff; */
    background-color: transparent;
}

.selectpicker .select-type.open .dropdown-toggle.btn-default {
    background-color: transparent;
    box-shadow: none;
}

.selectpicker .select-type.open button span {
    text-indent: -290px;
    opacity: 0;
}


.selectpicker .select-type .caret {
    border: none;
}

.selectpicker .select-type .dropdown-menu {
    position: absolute;
    top: -200%;
    background-color: transparent;
    border: none;
    margin-top: -38px;
    overflow: initial !important;
    min-height: auto !important;
    max-height: none !important;
    overflow-y: visible !important;
    height: auto;
}

.selectpicker .select-type .dropdown-menu li a {
    color: #29284e;
    padding: 16px 14px;
    font-size: 24px;
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
    transform: translate3d(30%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.selectpicker .select-type.open .dropdown-menu li a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    background-color: transparent;
}

.selectpicker .select-type.open .dropdown-menu>li>a:hover,
.selectpicker .select-type.open .dropdown-menu>li.selected a {
    background-color: transparent;
    /* color: #328945; */
    color: #5a05ff;
}

.selectpicker .select-type.open .dropdown-menu li:nth-child(1) a {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.1s;
}

.selectpicker .select-type.open .dropdown-menu li:nth-child(2) a {
    -webkit-transition-delay: 0.08s;
    transition-delay: 0.15s;
}

.selectpicker .select-type.open .dropdown-menu li:nth-child(3) a {
    -webkit-transition-delay: 0.11s;
    transition-delay: 0.20s;
}

.selectpicker .select-type.open .dropdown-menu li:nth-child(4) a {
    -webkit-transition-delay: 0.13s;
    transition-delay: 0.25s;
}

.selectpicker .select-type.open .dropdown-menu li:nth-child(5) a {
    -webkit-transition-delay: 0.16s;
    transition-delay: 0.30s;
}

.selectpicker .select-type.open .dropdown-menu li:nth-child(6) a {
    -webkit-transition-delay: 0.19s;
    transition-delay: 0.35s;
}

.inp_box{
    width: 100%;
    position: absolute;
    left: 0;top: 66px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
}

.inp_box .item{
    line-height: 45px;
    border-bottom: 1px solid #eee;
    color: #666;
    padding: 0 20px;
    font-size: 16px;
    cursor: pointer;
}