
.banner{
    height: 232px;
    padding-top: 88px;
    text-align: center;
    background: url("../../assets/imgs/templates/banner.png") no-repeat;
    background-size: cover;
}

.banner h3 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}

.search {
    width: 600px;
    margin: 24px auto 0;
    height: 48px;
    position: relative;
}

.select-block {
    display: flex;
    padding: 6px 6px 6px 12px;
    background: #F3F4F5;
    width: 104px;
    height: 32px;
    border-radius: 2px;
    box-sizing: border-box;
}
select {
    width: 100%;
    border: none;
    background: none;
    outline: none;
}

.search input {
    width: 600px;
    height: 48px;
    padding-left: 56px;
    padding-right: 12px;
    background-color: #fff;
    box-shadow: 0 8px 24px 0 rgba(49, 113, 187, 0.16);
    border-radius: 4px;
    border: 1px solid #EBEEF5;
    box-sizing: border-box;
}

.search .icon {
    position: absolute;
    left: 16px;
    top: 8px;
    width: 32px;
    height: 32px;
    background: url("../../assets/imgs/wiki/search.png");
    background-size: 100% 100%;
}

.search .clear {
    width: 12px;
    height: 12px;
}

.search .hots{
    display: flex;
    justify-content: space-between;
    padding-top: 13px;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 16px;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.search .hots .hot{
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
}

.search .hots .hot span{
    margin: 0 24px 8px 0;
}

.search .hots .hot-refresh{
    width: 100px;
    float: right;
    text-align: right;
}

.search .hots .hot-refresh img{
    margin-right: 2px;
    width: 14px;
    height: 14px;
    vertical-align: sub;
}

.content{
    min-height: 600px;
    padding-bottom: 60px;
}

.content .container{
    position: relative;
}

.fixed-sider{
    position: absolute;
    top: 0;
    left: -180px;
}

.fixed-sider.fixed{
    position: fixed;
    top: 110px;
    left: calc((100% - 1560px)/ 2);
}

.fixed-sider .btns{
    display: flex;
    background: #fff;
    flex-direction: column;
}

.fixed-sider .btns label{
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    margin-bottom: 3px;
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.fixed-sider .btns label input{
    opacity: 0;
}

.fixed-sider .btns label.active{
    background: rgba(26, 140, 255, 0.08);
}

.fixed-sider .btns label img{
    width: 16px;
    height: 16px;
}

.fixed-sider .btns label a{
    display: flex;
    align-items: center;
}

.fixed-sider .btns label span{
    display: inline-block;
    margin-left: 6px;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
}

.tabs-tags .btns{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EAEEF2;
    margin-bottom: 16px;
    padding-bottom: 4px;
}

.tabs-tags .btns label{
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
    margin: 0 12px 12px 0;
    background: #FFFFFF;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.tabs-tags .btns label input,
.list-radio .btns label input{
    opacity: 0;
    position: absolute;
}

.list-radio .btns label{
    cursor: pointer;
}

.tabs-tags .btns label.active{
    color: #1A8CFF;
    border-color: #1A8CFF;
}

.list-radio .btns label span,
.list-radio .radios label span{
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.list-radio .radios{
    display: flex;
}

.list-radio .btns label.active span{
    color: #1A8CFF;
}

.list-radio .btns label,
.list-radio .radios label{
    margin-right: 32px;
}

.list-radio .radios label{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.list-radio .radios label input{
    margin-right: 6px;
    cursor: pointer;
}

.tabs {
    margin-top: 32px;
}

.tabs .flex {
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.tabs .flex ul.tabs-nav {
    display: flex;
}

.tabs .flex ul li {
    height: 24px;
    line-height: 24px;
    margin-right: 16px;
    padding: 5px 16px;
}

.tabs .flex li a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}

.tabs .flex li.active {
    background: #1A8CFF;
    border-radius: 2px;
}

.tabs .flex li.active a {
    color: #FFFFFF;
}

.box {
    width: calc(100% / 4 - 42px);
    margin: 17px 12px;
    padding: 8px 8px 16px ;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #fff;
    cursor: pointer;
}

.box:hover {
    transition: transform 0.8s;
    transform: translateY(-10px);
    border-radius: 4px;
    box-shadow: 0 16px 32px 0 rgba(82,88,102,0.08);
    border: 1px solid #E6EBF0;
}

.box .border{
    height: 184px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    border: 1px solid #E6EBF0;
}

.box .tips{
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 1px 8px;
    border-radius: 2px;
    font-size: 12px;
    color: #1A8CFF;
    background: #fff;
    border: 1px solid #1A8CFF;
}

.box .tips.price{
    height: 18px;
    padding: 1px 4px;
    border: none;
    color: #885B18;
    background: linear-gradient(90deg, #FEF0CB 0%, #FCDC9C 100%);
}

.box img {
    width: 100%;
    height: 184px;
    object-fit: cover;
}

.box h6 {
    margin: 10px 0 16px 0;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    line-height: 20px;
}

.box p {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.box p img {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    border-radius: 50%;
    vertical-align: middle;
}

.box em{
    font-style: normal;
}

.box em:first-child{
    margin-right: 6px;
}

.box em img{
    width: 14px;
    height: 14px;
    margin-right: 2px;
    border-radius: 0;
    vertical-align: sub;
}

.tabs-content .tab-con {
    display: none;
}

.tabs-content .tab-con .con {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@keyframes box {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-10px)
    }
}

.container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}

/**select下拉美化**/
.combo-select {
    position: relative;
    z-index: 100;
    width: 104px;
    height: 32px;
    background: #F3F4F5;
    border-radius: 2px;
}

.combo-input {
    padding: 8px 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    width: 100%;
    box-sizing: border-box;
    background: transparent;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}

.combo-input:focus {
    outline: none;
}

.combo-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    font-size: 12px;
    color: #333;
    cursor: pointer;
    text-align: center;
}

.combo-arrow:before,
.combo-arrow:after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    top: 0;
    right: 15px;
    bottom: 0;
    position: absolute;
    margin: auto 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.combo-arrow:before {
    border-top: 5px solid #333;
}

.combo-arrow:after{
    top: -2px;
    border-top: 5px solid #F3F4F5;
}

.combo-open .combo-arrow:before {
    border-top: none;
    border-bottom: 5px solid #333;
}

.combo-open .combo-arrow:after{
    top: 3px;
    border-top: none;
    border-bottom: 5px solid #F3F4F5;
}

.combo-select select {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    opacity: 0;
}

@media only screen and (min-width: 960px) {
    .combo-select select {
        left: -1px;
        top: -1px;
        width: 0;
        height: 0;
        margin: 0;
    }
}

.combo-dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    top: 40px;
    left: 0;
    width: 120px;
    height: 114px;
    padding-top: 8px;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(37, 40, 52, 0.16);
    border-radius: 4px;
}

.combo-dropdown li {
    display: block;
    list-style: none;
    padding: 8px 1em;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

.combo-dropdown li:hover{
    color: #1A8CFF;
}

.combo-open .combo-dropdown {
    display: block;
}

div.divider{
    height: 1px;
    width: 100%;
    margin-top: 80px;
    background: #E6EBF0;
}

.ellipsis-name{
    display: flex;
    width: 44%;
}

.ellipsis-name span{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

