﻿.big {
    clear: both;
}

    .big a {
        color: #333;
    }

        .big a:hover {
            text-decoration: none;
            /*color: #666;*/
        }

.location ul {
    margin-bottom: 0px;
}

    .location ul li {
        line-height: 40px;
        display: inline-block;
    }

.icon-hot {
    font-size: 12px;
}

.left {
    width: 75%;
    float: left;
    padding-right: 30px;
}

.search_found {
    font-size: 18px;
    margin-top: 20px;
    /*display: none;*/
}

    .search_found a {
        font-weight: 400;
        color: red;
    }

.layui-tab-content {
    padding-top: 0px;
}

/*Most Hyped*/
.left .l_top > h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    clear: both;
}

.l_top .l_list {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .l_top .l_list ul {
        clear: both;
        display: flex;
        align-items: center;
    }

        .l_top .l_list ul li {
            float: left;
        }

            .l_top .l_list ul li.l_img {
                width: 22%;
            }

                .l_top .l_list ul li.l_img img {
                    width: 100%;
                    cursor: pointer;
                }

            .l_top .l_list ul li.ranking {
                width: 10%;
                height: 54px;
                text-align: center;
            }

                .l_top .l_list ul li.ranking img {
                    width: 100%;
                }

    .l_top .l_list:nth-child(1) li.flag {
        background: url(../imgs/number/1.png) no-repeat center;
    }

    .l_top .l_list:nth-child(2) li.flag {
        background: url(../imgs/number/2.png) no-repeat center;
    }

    .l_top .l_list:nth-child(3) li.flag {
        background: url(../imgs/number/3.png) no-repeat center;
    }

    .l_top .l_list:nth-child(4) li.flag {
        background: url(../imgs/number/4.png) no-repeat center;
    }

    .l_top .l_list:nth-child(5) li.flag {
        background: url(../imgs/number/5.png) no-repeat center;
    }


    .l_top .l_list ul li.ranking span {
        font-size: 60px;
        color: #ccc;
    }

    .l_top .l_list ul li.info {
        width: 68%;
        padding-left: 2%;
        /*padding: 10px 20px;*/
    }


        .l_top .l_list ul li.info h2 {
            font-size: 20px;
            line-height: 25px;
            margin: 0 0 60px;
            /*max-height: 2.8em;*/
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .l_top .l_list ul li.info h2 a {
                cursor: pointer;
            }

        .l_top .l_list ul li.info .tips {
            color: #888;
            font-size: 12px;
            line-height: 15px;
        }

            .l_top .l_list ul li.info .tips .time {
                margin-right: 10px;
            }

            .l_top .l_list ul li.info .tips .count i.iconfont {
                color: red;
                font-size: 12px;
            }

.searchlist .nolist {
    /*display: none;*/
}

    .searchlist .nolist p {
        text-align: center;
        margin-top: 20px;
    }

#layuipage {
    float: right;
    display: none;
}

#page {
    float: right;
    padding-right: 10px;
}

.layui-laypage a:hover {
    color: #333;
}
/*文章*/
.l_mid .layui-tab-title li {
    /*width: 33.3%;*/
    font-size: 18px;
}

.posts {
    /*display: flex;*/
    width: 50%;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    float: left;
    /*min-height: 210px;*/
    padding: 1%;
    color: #333;
}

    .posts:hover .title a {
        color: #000;
    }

    .posts img {
        width: 100%;
        /*height: 212px;*/
        cursor: pointer;
    }

    .posts p {
        margin-top: 10px;
    }

    .posts .tag {
        color: #00469b;
        line-height: 13px;
        margin-bottom: 13px;
    }

        .posts .tag a {
            color: #000;
            cursor: pointer;
        }

    .posts .title {
        margin-bottom: 10px;
    }

        .posts .title h2 {
            font-size: 20px;
            font-weight: 500;
            line-height: 1.25em;
            height: 52px;
            word-wrap: break-word;
            word-break: normal;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .posts .title a {
            color: #666;
            cursor: pointer;
        }

    .posts .des {
        color: #888;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.3em;
        margin-bottom: 20px;
    }

    .posts .meta {
        /*position: absolute;
        bottom: 0px;*/
        width: 100%;
    }

        .posts .meta .iconfont {
            font-size: 12px;
        }

        .posts .meta span:last-child {
            /*float: right;*/
            margin-left: 10px;
        }

    .posts p span.type {
        display: none;
    }
/*右側*/
.right {
    width: 25%;
    float: left;
}

.left .blogsearch {
    display: none;
}

.right .blogsearch {
    display: block;
}

.blogsearch {
    text-align: center;
    margin-top: 66px;
    margin-bottom: 20px;
}

    .blogsearch span:last-child {
        /*float: right;*/
    }

    .blogsearch span:first-child {
        font-size: 14px;
        font-weight: 500;
        line-height: 30px;
        position: relative;
        display: block;
        width: 100%;
        max-width:300px;
        margin: 0px auto;
    }

    .blogsearch span select, .blogsearch span input {
        height: 30px;
    }

    .blogsearch span input {
        width: 100%;
        max-width:300px;
        text-indent: 8px;
    }

    .blogsearch .iconfont {
        color: white;
    }

    .blogsearch span a {
        line-height: 27px;
        height: 30px;
        border: none;
        width: 30px;
        position: absolute;
        right: 0px;
        top: 0px;
    }

.r_top .hot .item {
    margin-top: 20px;
    color: #333;
}

    .r_top .hot .item:hover .title a {
        color: #000;
    }

    .r_top .hot .item img {
        width: 100%;
        /*height: 155px;*/
    }

    .r_top .hot .item .title {
        margin: 10px 0px;
    }

        .r_top .hot .item .title a {
            color: #666;
        }

        .r_top .hot .item .title h2 {
            line-height: 25px;
        }

    .r_top .hot .item .meta span {
        margin-left: 10px;
    }
/*熱銷推薦*/
.right .r_top h2 {
    font-size: 18px;
    font-weight: 500;
    /*line-height: 40px;*/
    clear: both;
}

.right .r_top .team {
    margin-top: 15px;
    color: #666;
}

    .right .r_top .team img {
        width: 100%;
    }

.r_top .team p {
    margin-top: 10px;
    font-size: 14px;
}

.r_top .team .price span {
    color: red;
    font-size: 20px;
}

.r_top .team .price del {
    color: #333;
}
/*Most Popular*/
.r_bottom {
    margin-top: 20px;
}

    .r_bottom h2 {
        line-height: 40px;
        font-size: 20px;
    }

    .r_bottom .show {
        position: relative;
    }

        .r_bottom .show img {
            width: 100%;
        }

        .r_bottom .show .text {
            color: white;
            position: absolute;
            bottom: 0;
            left: 0;
            z-index: 2;
            padding: 15px;
        }

            .r_bottom .show .text span {
                font-size: 17px;
            }

        .r_bottom .show .overlay {
            bottom: 0;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1;
            background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.4)));
            background: -o-linear-gradient(top,transparent,rgba(0,0,0,.4));
        }

    .r_bottom .team a {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .r_bottom .team .t_left {
        width: 45%;
        float: left;
    }

        .r_bottom .team .t_left img {
            width: 100%;
        }

    .r_bottom .team .t_right {
        width: 55%;
        float: left;
        font-weight: 500;
        font-size: 14px;
        padding-left: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

.bottom {
    clear: both;
}

    .bottom .list {
        width: 20%;
        padding: 1%;
        float: left;
    }

        .bottom .list img {
            width: 100%;
        }

        .bottom .list p {
            line-height: 20px;
            font-size: 14px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .bottom .list .name {
            height: 40px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .bottom .list .price {
            color: #e4393c;
            line-height: normal;
        }

        .bottom .list span {
            font-size: 20px;
        }

        .bottom .list del {
            font-size: 12px;
            color: #333;
            margin-left: 10px;
        }

.searchlist {
    clear: both;
    width: 100%;
    display: none;
}

@media only all and (max-width:1023px) {
    .location ul {
        padding: 0 15px;
    }

    .left {
        float: none;
        width: 100%;
        padding-right: 0;
    }

        .left .blogsearch {
            display: block;
        }

    .right .blogsearch {
        display: none;
    }

    .blogsearch {
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0px 12px;
    }

        .blogsearch span:first-child, .blogsearch span input {
            width: 100%;
        }

    .l_top {
        padding-left: 15px;
        padding-right: 15px;
    }

        .l_top .l_list {
            padding-top: 15px;
            padding-bottom: 15px;
        }

            .l_top .l_list ul li.l_img {
                width: 28%;
                padding-left: 2%;
            }

            .l_top .l_list ul li.ranking {
                width: 12%;
            }

            .l_top .l_list ul li.info {
                width: 60%;
            }

            .l_top .l_list ul li.ranking span {
                font-size: 35px;
            }

            .l_top .l_list ul li.info h2 {
                font-size: 14px;
                line-height: 20px;
                margin: 0 0 5px;
            }

    .posts {
        display: block;
        width: 100%;
    }

        .posts img {
            height: auto;
        }

        .posts .p_right .title {
            margin-top: 10px;
        }

            .posts .p_right .title h2 {
                font-size: 14px;
            }

        .posts .p_right p {
            color: #888;
        }

        .posts .p_right .tag {
            display: none;
        }

        .posts .p_right .des {
            font-size: 14px;
            margin-bottom: 0;
        }

        .posts .p_right .meta {
            position: static;
            right: 0;
            font-size: 12px;
        }

        .posts .p_right p span.type {
            display: inline-block;
            margin-right: 15px;
        }

        .posts .p_right p span.editor {
            display: none;
        }

    .right {
        width: 100%;
        float: none;
        padding: 10px;
        /*display: none;*/
    }

    .search_found {
        padding: 0px 10px;
    }

    .r_top .hot .item img {
        /*height: 177px;*/
    }

    .bottom .list {
        width: 50%;
    }

    .searchlist {
        padding: 0px 10px;
    }

    .l_mid .layui-tab-title li {
        font-size: 17px;
    }
}
