body {
    background: #F7F7F7;

}

* {
    padding: 0px;
    margin: 0px;
}

ul, li {
    list-style: none;
}

.wrapper {
    display: flex;
    width: 1200px;
    margin: 40px auto;
    font-size: 0px;
}

.wrapper-right {
    margin-left: 30px;
    display: inline-block;
    width: 970px;
}

.btn-group {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 970px;
    height: 74px;
    padding: 0px 20px;

    background: #FFFFFF;
}

.btn-group-left>span {
    font-size: 14px;
    font-weight: 400;
    color: #545C63;
}

.btn-group-left>img {}

.btn-group-left>a {
    margin-left: 23px;
    color: #FD9746;
    font-size: 14px;
    font-weight: 400;
    color: #FD9746;
}

.btn-group-right>input {
    width: 248px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #E7ECF0;
    border-radius: 4px;
    outline: none;
    padding-left: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #545C63;
}

.btn-group-right>input::-webkit-input-placeholder {
    /*WebKit browsers*/
    font-size: 14px;
    font-weight: 400;
    color: #C7C6C6;

}

.btn-group-right>button {
    cursor: pointer;
    width: 70px;
    height: 34px;
    background: #ED7100;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    outline: none;
    margin-left: 15px;
}

.content {
    width: 970px;
    padding-top: 11px;
}

.card {
    position: relative;
    padding: 20px 18px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 0;
    box-sizing: border-box;
    width: 235px;
    height: 384px;
    background: #FFFFFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #858585;
    text-align: center;
    overflow: hidden;
}

.card:nth-of-type(4n) {
    margin-right: 0px;

}

.template-img {
    position: relative;
    width: 200px;
    height: 200px;
}

.template-img>img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 200px;
    max-height: 200px;
    height: auto;
}

.card>span {
    display: block;
}

.template-name {
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #545C63;
}
/* 修改 */
.card .template-name {

    width: 200px;
    margin-top: 16px;
    font-size: 16px;
    font-weight: bold;
    color: #545C63;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.photo-number {
    margin-top: 18px;
}

.template-size {
    margin-top: 6px;
}
/* 修改 */
.card .template-size {
    width: 200px;
    margin-top: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 修改 */
.card-footer {
    position: absolute;
    width: 200px;
    bottom: 8px;
    /* margin-top: 30px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-view {
    cursor: pointer;
}

.paginating {
    margin: 50px auto;
    display: flex;
    width: 1200px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.paginating-inner {
    margin: 0px 56px 0px 35px;
}

.paginating-inner-item {
    margin-left: 4px;
    cursor: pointer;
    display: inline-block;
    width: 32px;
    height: 34px;
    background: #FFFFFF;
    line-height: 32px;
    text-align: center;
}

.pre-page>img {
    transform: rotate(180deg);
}

.acttive-page{
    
background: #ED7100;

color: #FFFFFF;
}

.jump-page>input{
    width: 66px;
height: 34px;
background: #FFFFFF;
border: 1px solid #F1F1F1;
outline: none;
text-align: center;

color: #999999;
margin: 0px 5px;
}

/** ---------------------- **/
.ranking-list{
    font-size: 14px;
    padding-left: 25px;
    display: inline-block;
    color: #ff9966;
    background: url("../../../front-resource/images/20230822/crow.png") no-repeat 0px 48%;
    position: relative;
    left: -20px;
}

.btn-temp {
    padding-top: 11px;
    overflow: hidden;
}
.nothing {
    height: 580px;
    line-height: 580px;
    font-size: 26px;
    background-color: #FFFFFF;
    color: #9d9d9d;
    text-align: center;
}

.current {
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}