.page-header {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 35px;
    background: url(/static/pc/index/images/searchBg.jpg?v=202003021754) no-repeat center;
    background-size: cover;
    border: 1px solid #eee;
}

.input-wrap {
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    width: 620px;
    height: 40px;
    border-radius: 45px;
    font-size: 0;
}

.input-wrap .search-input {
    box-sizing: border-box;
    width: 524px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    vertical-align: middle;
    padding: 0 0 0 20px;
    margin: 0;
    border: none;
    outline: 0;
    border-radius: 45px 0 0 45px;
}

.input-wrap .search-btn {
    position: absolute;
    display: inline-flex;
    align-items: center;
    width: 96px;
    padding-left: 16px;
    line-height: 36px;
    height: 100%;
    font-size: 14px;
    vertical-align: middle;
    color: #3164ff;
    background: #fff;
    border-radius: 0 100px 100px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.input-wrap .search-btn .search-icon {
    width: 24px;
    height: 24px;
    margin-right: 3px;
    stroke: #3164ff;
}

.hot-search-container {
    width: 620px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 8px auto 0;
}

.hot-search {
    display: flex;
    flex-direction: row;
    width: 480px;
    overflow: hidden;
    margin-left: 10px;
}

.hot-search .search-item {
    margin-left: 10px;
    color: rgba(255, 255, 255, .7);
    line-height: 16px;
    height: 16px;
}

.hot-search .search-item-box {
    width: 360px;
    display: flex;
    flex-wrap: wrap;
}

.no-search-feedback {
    padding-right: 20px;
    color: rgba(255, 255, 255, .7);
}


.bottomKeyword,
.content-wrap {
    width: 1204px;
    margin: 0 auto;
}

.sort-table {
    background: #fff;
    margin-top: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    border-radius: 4px;
}

.sort-table .sort-item-wrap {
    position: relative;
}

.sort-table .sort-item-title {
    position: absolute;
    left: 0;
    top: 0;
    color: #3b3b3b;
    font-size: 13px;
    font-weight: 700;
    height: 58px;
    width: 100px;
    line-height: 58px;
    text-align: center;
}

.sort-table .sort-item-wrap:not(:last-child) .sort-item-list {
    border-bottom: 1px solid #eee;
}

.sort-table .sort-item-list {
    margin-left: 100px;
    margin-right: 24px;
    padding: 14px 64px 6px 0;
    box-sizing: border-box;
    min-height: 50px;
    max-height: 90px;
    overflow: hidden;
}

.sort-table .selected-item {
    background: #e6ecff;
    border-radius: 100px;
    color: #3164ff;
    font-weight: 700;
}

.sort-table .sort-name {
    display: inline-block;
    padding: 5px 10px 6px;
    font-size: 13px;
    margin: 0 2px 8px;
    color: #666;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.search-result {
    margin-top: 32px;
}

.search-result .search-empty-icon {
    width: 152px;
    height: 143px;
    background: url(/static/pc/index/images/search_icon.png?v=202003021754) no-repeat center;
    margin: 0 auto 29px;
}

.search-result .search-empty-text {
    color: #6e6e6e;
    font-size: 14px;
    text-align: center;
}

.search-operate {
    width: 334px;
    margin: 0 auto;
    overflow: hidden;
}

.search-result .other-tips {
    position: relative;
    margin: 36px auto 0;
    width: 100px;
    height: 26px;
    color: #3b3b3b;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.search-result .feedback {
    float: left;
    width: 160px;
    background: 0 0;
    color: #3164ff;
    border-color: #3164ff;
}

.backToHome,
.moreTemplate,
.not-more .feedback,
.search-result .feedback {
    width: 180px;
    height: 40px;
    background: #3164ff;
    border: 1px solid rgba(204, 217, 255, 1);
    border-radius: 100px;
    margin: 30px auto 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.template-list-wrap {
    margin: 0px 0;
    border-top: 1px solid transparent;
}

.template-list-wrap .list.flex-wrap {
    flex-wrap: wrap;
}

.template-list-wrap .item {
    display: inline-block;
    width: 174px;
    margin-left: 32px;
    margin-top: 45px;
    flex-shrink: 0;
    position: relative;
}

.template-list-wrap .template {
    position: relative;
}

.template-list-wrap .item .cover {
    width: 174px;
    height: 281px;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    background-size: cover;
}

.template-list-wrap .item .decs {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1;
}

.template-list-wrap .decs .title {
    width: 122px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #3b3b3b;
}

.template-list-wrap .decs .price {
    font-size: 12px;
    color: #ff6338;
}

.template-list-wrap .item .copyright {
    height: 16px;
    margin-top: 6px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: rgba(187, 187, 187, 1);
}

.template-list-wrap .item .copyright-icon.can-use-self {
    width: 20px;
    height: 20px;
    background-position: -40px 0;
}

.template-list-wrap .item .copyright-icon {
    position: absolute;
    display: none;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    background-image: url(/static/pc/index/images/copyrightIcon.png?v=202003021754);
    cursor: pointer;
}

.template-list-wrap .item .right-modal {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 162px;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: max-height .3s ease;
    background: rgba(255, 255, 255, 1);
    border-radius: 4px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
}

.template-list-wrap .item .right-title {
    position: relative;
    margin: 0;
    padding-left: 10px;
    padding-right: 25px;
    height: 42px;
    line-height: 42px;
    color: #282828;
    font-size: 12px;
}

.template-list-wrap .item .right-content {
    margin: 0;
    padding: 13px 8px 18px 10px;
    color: #666;
    font-size: 12px;
}

.template-list-wrap .item .tips-content {
    position: absolute;
    right: 6px;
    top: 5px;
    display: flex;
    flex-direction: row;
}

.template-list-wrap .item .vip-tips {
    width: 69px;
    height: 25px;
    background: url(/static/pc/index/images/manage_2.png?v=202003021754) no-repeat;
    background-position: -370px -500px;
    cursor: pointer;
}

.template .qrcode-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.template .qrcode-preview .qrcode-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 174px;
    height: 281px;
    background-color: rgba(51, 51, 51, .7);
    border-radius: 4px;
}

.template .qrcode-preview .img-container {
    width: 120px;
    height: 120px;
    border-radius: 4px;
    background-color: #fff;
}

.qrcode-preview .img-container .qrcode-image {
    width: 110px;
    height: 110px;
    padding: 2px;
    box-sizing: border-box;
    margin: 5px;
}

.qrcode-preview .qrcode-container .qrcode-tips {
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.template .qrcode-icon {
    position: absolute;
    width: 40px;
    height: 30px;
    right: 0;
    bottom: -5px;
    display: none;
}

.template-list-wrap .template::after {
    content: "";
    position: absolute;
    top: -12px;
    bottom: -17px;
    right: -12px;
    left: -12px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    border-radius: 6px;
    z-index: -1;
    opacity: 0;
    transform: scale(.85, .85);
    transition: opacity 150ms linear 0s, transform 150ms linear 0s;
}

.sort-table .sort-btn:hover,
.sort-table .sort-name:hover {
    color: #3164ff;
}

.sort-table .selected-item {
    background: #e6ecff;
    border-radius: 100px;
    color: #3164ff;
    font-weight: 700;
}

.not-more {
    display: none;
    margin-top: 40px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/* Mobile Responsiveness for List */
@media (max-width: 1200px) {

    .bottomKeyword,
    .content-wrap,
    .page-header {
        width: 100% !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
        box-sizing: border-box !important;
    }

    .input-wrap {
        width: 90% !important;
        max-width: 620px;
    }

    .input-wrap .search-input {
        width: calc(100% - 96px) !important;
    }

    .sort-table .sort-item-list {
        margin-left: 60px !important;
        padding-left: 10px !important;
        height: auto !important;
        max-height: none !important;
    }

    .sort-table .sort-item-title {
        width: 60px !important;
        font-size: 12px !important;
    }
}

@media (max-width: 768px) {
    .sort-table .sort-item-title {
        position: static !important;
        width: 100% !important;
        height: 30px !important;
        line-height: 30px !important;
        text-align: left !important;
        padding-left: 10px;
    }

    .sort-table .sort-item-list {
        margin-left: 0 !important;
        padding: 5px 10px !important;
    }
}