@font-face {
    font-family: 'iconfont';  /* project id 863315 */
    src: url('//at.alicdn.com/t/font_863315_9plhn8yegr.eot');
    src: url('//at.alicdn.com/t/font_863315_9plhn8yegr.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_863315_9plhn8yegr.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_863315_9plhn8yegr.woff') format('woff'),
    url('//at.alicdn.com/t/font_863315_9plhn8yegr.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_863315_9plhn8yegr.svg#iconfont') format('svg');
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-tiaozhuanqianwangyoujiantouxiangyouxiayibuxianxing:before {
    content: "\e912";
}

.new_yasuotu_sheji_yemian{
    font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.new_title_fixed{
    display: inline-block;
}

/*.new_show_place a:hover{*/
    /*cursor: pointer;*/
/*}*/

#templetsBlockInner .group-title .more a:hover{
    color: #25AAD6;
}

.new_show_place{
    margin-top: 20px;
    border-radius: 4px;
    display: inline-block;
}
.new_show_place img{
    width: 52px;
}

.new_show_place a{
    display: flex;
    align-items: center;
    color: #666666;
    text-decoration: none;
}

.new_show_place a img {
    float: left;
}

.new_show_place .wenan {
    float: left;
    padding-left: 16px;
}

.new_show_place .wenan .big-wenan {
    font-size: 22px;
    color: #222;
    margin-bottom: 5px;
}

.new_show_place .wenan .small-wenan {
    font-size: 14px;
    color: #333;
}

a {
    border-bottom: 0 solid currentColor;
    text-decoration: none;
}

.templets-block-inner{
    position: relative;
    top: 10px;
    left: -2px;
}
.templets-group{
    padding-bottom: 15px;
}

.templets-group .group-title {
    position: relative;
}

.templets-group .group-title h2 {
    font-size: 24px;
    text-align: left;
    line-height: 2.25em;
}

.templets-group .group-title .more {
    position: absolute;
    right: 0;
    bottom: 11.5px;
}

.templets-group .group-title .more a {
    color: #333;
    font-size: 14px;
}

.templets-group .group-title .more a i{
    font-size: 12px;
    color: #929292;
}

.templets-box {
    text-align: center;
}
.templets-box-inner {
    margin-left: -20px;
}

.templets-box-line {
    display: inline-block;
    margin-left: 17px;
    vertical-align: top;
}
.templets-box-item {
    margin-bottom: 37.5px;
}
.templet-container {
    background-color: #eee;
    border-radius: 6px;
    position: relative;
    -webkit-transition: .3s ease;
    -o-transition: ease .3s;
    transition: .3s ease;
    overflow: hidden;
}
.templet-container.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.templet-preview {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.gd-lazy-image {
    display: inline-block;
}

.templet-preview-mask {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #000;
    -webkit-transition: background .3s ease;
    -o-transition: background .3s ease;
    transition: background .3s ease;
}
.templet-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.templet-container .templet-detail-link {
    display: none;
}

.templet-sizes-selector {
    background: rgba(0,0,0,.9);
    height: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
    -webkit-transition: height .2s linear;
    -o-transition: height .2s linear;
    transition: height .2s linear;
}

.templet-sizes-selector span {
    margin-right: 25px;
    font-size: 13px;
    line-height: 4.154em;
}

.templet-sizes-selector a {
    position: relative;
    display: inline-block;
    height: 2.833em;
    width: 5.833em;
    border: 1px solid hsla(0,0%,100%,.3);
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: .833em;
    font-size: 12px;
    line-height: 2.833em;
    vertical-align: middle;
    color: #fff;
}

.templet-description {
    margin-top: 10px;
    text-align: left;
}

.templet-description h3 {
    color: #333;
    font-size: 14px;
}

.templet-description h3, .templet-description h4 {
    margin: 0;
    font-weight: 400;
    line-height: 1.68em;
}

.templet-description h4 {
    color: #bbb;
    font-size: 12px;
}

.templet-description h3, .templet-description h4 {
    margin: 0;
    font-weight: 400;
    line-height: 1.68em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

