/* 模板滚动广告 */
.templets-slide{
    width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.templets-slide .container-bd{
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.templets-slide .container-bd > ul > li > a{
    display: table-cell;
    width: 1920px;
    height: 500px;
    vertical-align: middle;
    text-align: center;
}
.templets-slide .container-bd > ul > li > a img{
    max-width: 1920px;
    max-height: 500px;
    vertical-align: middle;
}
.templets-slide .container-hd{
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 20px;
    z-index:99;
    text-align: center;
}
.templets-slide .container-hd > ul{
    height: 3px;
}
.templets-slide .container-hd > ul > li{
    display: inline-block;
    width: 55px;
    height: 3px;
    margin: 0 10px;
    cursor: pointer;
    vertical-align: top;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    background: #fff;
}
.templets-slide .container-hd > ul > li.on{
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background: #fff;
}

/* 模板属性分类 */
.templets-attr-block{
    border-bottom: 1px solid #e5e5e5;
}
.templets-attr{
    padding: 16px 0;
    text-align: center;
    font-size: 0;
}
.templets-attr .attr-child{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #333;
    width: 123px;
    height: 30px;
    line-height: 30px;
    margin: 0 20px;
    text-align: center;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dadada;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
.templets-attr .attr-child:hover{
    color: #fff;
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    border: 1px solid #50b269;
    background: #50b269
}

/* 我们的优势 */
.ours-superiority{
    background: #fbfbfb;
}
.superiority-tit{
    color: #333;
    float: left;
    width: 140px;
    height: 50px;
    margin: 75px 0 95px;
    text-align: center;
    font-size: 22px;
    background: url("../images/strengths.png") center bottom no-repeat;
}
.superiority-item{
    float: left;
    width: 800px;
    padding: 50px 0 70px;
    margin-left: 100px;
    position: relative;
}
.superiority-item .item-bd{
    display: block;
}
.superiority-item .item-bd li:before{
    content: "";
    float: left;
    display: block;
    width: 70px;
    height: 84px;
    margin: 15px 50px 0 0;
    background: url("../images/templets-ico.png") no-repeat;
}
.superiority-item .item-bd li.first:before{
    background-position: 0 -83px;
}
.superiority-item .item-bd li.second:before{
    background-position: -185px -83px;
}
.superiority-item .item-bd li.third:before{
    background-position: -94px -83px;
}
.superiority-item .item-bd li.fourth:before{
    background-position: -287px -83px;
}
.superiority-item .item-bd p{
    color: #666;
    display: inline-block;
    line-height: 24px;
    padding: 26px 0;
    font-size: 14px;
}
.superiority-item .item-hd{
    position: absolute;
    bottom: 46px;
    width: 100%;
    height: 12px;
    text-align: center;
}
.superiority-item .item-hd li{
    display: inline-block;
    width: 4px;
    height: 4px;
    cursor: pointer;
    margin: -7px 10px 0 0;
    vertical-align: middle;
    background: #535353;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.superiority-item .item-hd li.on{
    width: 12px;
    height: 12px;
    border:1px solid #19e084;
    background: #fff;
}
.superiority-item .item-next{
    position: absolute;
    top: 50%;
    right: -100px;
    z-index:99;
    display: block;
    width: 78px;
    height: 24px;
    margin-top: -13px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all .3s;
    background: url("../images/templets-ico.png") no-repeat -127px 6px #fff;
}
.superiority-item .item-next:hover{
    border: 1px solid #13df81;
    background: url("../images/templets-ico.png") no-repeat -46px 6px #13df81;
}

/* 模版列表 */
.templets-block{
    margin-bottom: 50px;
}
.templets-tit{
    text-align: center;
}
.templets-tit h3{
    color: #333;
    padding: 10px 0;
    font-size: 26px;
}
.templets-tit p{
    color: #666;
    line-height: 24px;
    font-size: 14px;
}
.templets-list{
    display: block;
}
.templets-list li{
    float: left;
    width: 384px;
    margin: 24px 24px 0 0;
    background: #f6f6f6;
}
.templets-list li.mr_0{
    margin-right: 0;
}
.templets-list li .pic{
    display: table-cell;
    width: 384px;
    height: 320px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.templets-list li .pic .hot-icon{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    right: 7px;
    z-index: 999;
    background: url("../images/festival-icon.png") center no-repeat;
}
.templets-list li .pic img{
    max-width: 384px;
    max-height: 320px;
    vertical-align: middle;
    transition: all 1s;
}
.templets-list li:hover .pic img{
    transform: scale(1.1);
}
.templets-list li .msg{
    padding: 5px 18px 10px;
}
.templets-list li .msg .tit{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.templets-list li .msg .data{
    height: 30px;
    padding-bottom: 10px;
    overflow: hidden;
}
.templets-list li .msg .data .num{
    float: left;
    color: #666;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
}
.templets-list li .msg .data .num em {
    color: #3caef6;
}
.templets-list li .msg .data .gz,
.templets-list li .msg .data .gm{
    float: left;
    color: #999;
    height: 30px;
    line-height: 30px;
    margin-right: 40px;
}
.templets-list li .msg .data .gz:before,
.templets-list li .msg .data .gm:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.templets-list li .msg .data .gz:before{
    width: 18px;
    height: 12px;
    background: url("../images/templets-ico.png") no-repeat 0 -51px;
}
.templets-list li .msg .data .gm:before{
    width: 16px;
    height: 14px;
    background: url("../images/templets-ico.png") no-repeat -28px -49px;
}
.templets-list li .msg  .jg{
    float: left;
    color: #f35959;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.templets-list li .msg .yj{
    float: left;
    color: #999;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    text-decoration: line-through;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.templets-list li .msg .add-btn,
.templets-list li .msg .buy-btn{
    float: right;
    color: #fff;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.templets-list li .msg .add-btn{
    background: #49cc86;
}
.templets-list li .msg .add-btn:hover{
    background: #35c176;
}
.templets-list li .msg .buy-btn{
    margin-left: 8px;
    background: #ff6d5e;
}
.templets-list li .msg .buy-btn:hover{
    background: #fd5948;
}

.look-more-link{
    display: block;
    color: #999;
    width: 270px;
    height: 60px;
    line-height: 60px;
    margin: 24px auto 0;
    text-align: center;
    font-size: 18px;
    transition: all .5s;
    -ms-border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #f1f1f1;
}
.look-more-link:hover{
    color: #fff;
    background: #13df81;
}
.more-rig-arrow{
    display: inline-block;
    width: 8px;
    height: 14px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    background: url("../images/templets-ico.png") no-repeat -20px 0;
}
.look-more-link:hover .more-rig-arrow{
    opacity: 1;
    margin-left: 20px;
    -webkit-transform: translate(10px,0);
    -moz-transform: translate(10px,0);
    -ms-transform: translate(10px,0);
    transform: translate(10px,0);
}

/* 模板帮助 */
.templets-help-content{
    height: 450px;
    margin-top: 20px;
    background: url("../images/templets-help-bg.jpg") center no-repeat;
}
.templets-help-block{
    display: block;
}
.templets-help-tit{
    margin-top: 60px;
    text-align: center;
}
.templets-help-tit h3{
    color: #333;
    font-size: 26px;
}
.templets-help-tit p{
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
}
.templets-help-item{
    display: block;
    margin-top: 50px;
    text-align: center;
}
.templets-help-item li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 300px;
}
.templets-help-item li a{
    display: block;
    width: 300px;
}
.templets-help-item li a:before{
    content: "";
    display: block;
    width: 138px;
    height: 138px;
    margin: 0 auto;
    background: url("../images/templets-ico.png") no-repeat;
}
.templets-help-item li a.dz:before{
    background-position: 0 -168px;
}
.templets-help-item li a.pz:before{
    background-position: -148px -168px;
}
.templets-help-item li a.kf:before{
    background-position: -296px -168px;
}
.templets-help-item li a.dz:hover:before{
    background-position: 0 -326px;
}
.templets-help-item li a.pz:hover:before{
    background-position: -148px -326px;
}
.templets-help-item li a:hover:before{
    background-position: -296px -326px;
}
.templets-help-item li strong{
    color: #333;
    display: block;
    margin-top: 15px;
    font-size: 20px;
}
.templets-help-item li span{
    color: #666;
    display: block;
    padding-top: 10px;
    font-size: 14px;
}

/* 搜索列表顶部搜索 */
.templets-search-top{
    height: 350px;
    position: relative;
    background: url("../images/templets-search-list-bg.jpg") center no-repeat;
}
/* 20250319 */
.templets-content-box {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.templets-content-box .tit-bar {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.templets-content-box .tit-bar a,
.templets-content-box .txt-box .txt a {
    color: #fff;
    text-decoration: underline;
}
.templets-content-box .txt-box {
    color: #fff;
    font-size: 16px;
}
.templets-content-box .txt-box .txt {
    margin-bottom: 10px;
}
.templets-content-box .txt-box .txt:last-child {
    margin-bottom: 0;
}

.templets-temp-box {
    position: absolute;
    top: 270px;
    left: 50%;
    z-index: 10;
    margin-left: -260px;
    text-align: center;
}
.templets-temp-box a {
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
}

.search-top-box {
    width: 552px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 200px;
    z-index: 10;
    margin-left: -276px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.4);
}
.search-top-box .search-text {
    width: 390px;
    height: 50px;
    line-height: 50px;
    padding: 0 19px;
    color: #fff;
    font-size: 16px;
    background: transparent;
}
.search-top-box .search-text:-moz-placeholder {
    color: #fff;
}
.search-top-box .search-text:-ms-input-placeholder {
    color: #fff;
}
.search-top-box .search-text::-webkit-input-placeholder {
    color: #fff;
}
.search-top-box .search-btn {
    float: right;
    width: 120px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
    background: linear-gradient(180deg, #3d50ff 0%, #0776ff 100%);
    cursor: pointer;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.search-top-tit {
    color: #06d9cd;
    line-height: 56px;
    margin-top: 60px;
    text-align: center;
    font-size: 42px;
    font-family: "方正兰亭超细黑简体", "微软雅黑";
}



/* 搜索条件 */
.search-item-content{
    display: block;
}
.search-item-cur{
    min-height: 42px;
    padding: 0 19px;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background: #fafafa;
}
.search-item-cur .all-type{
    float: left;
    color: #666;
    width: 75px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
}
.search-item-cur .type-item{
    float: left;
    width: 1085px;
    padding: 5px 0;
}
.search-item-cur .type-item .cur-child{
    float: left;
    color: #666;
    height: 22px;
    line-height: 22px;
    padding: 0 5px;
    margin: 4px 10px 4px 0;
    font-size: 13px;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.search-item-cur .type-item .cur-child:hover{
    color: #52b268;
    border: 1px solid #52b268;
}
.search-item-cur .type-item .cur-child .close-cur{
    display: inline-block;
    width: 9px;
    height: 9px;
    vertical-align: middle;
    margin: -3px 0 0 7px;
    background: url("../images/templets-ico.png") no-repeat 0 -32px;
}
.search-item-cur .type-item .cur-child:hover .close-cur{
    background: url("../images/templets-ico.png") no-repeat -19px -32px;
}
.search-item-box{
    padding: 0 19px;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.search-type{
    position: relative;
    border-bottom: 1px dashed #e6e6e6;
}
.search-type .type-bt{
    float: left;
    color: #999;
    width: 100px;
    height: 24px;
    line-height:24px;
    padding: 10px 0;
    font-size: 13px
}
.search-type .type-list{
    float: left;
    width: 1060px;
    min-height: 44px;
    overflow: hidden;
}
.search-type .type-list a{
    float: left;
    color: #333;
    height:24px;
    line-height: 24px;
    padding:0 14px;
    margin: 10px 25px 10px 0;
    font-size: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;;
}
.search-type .type-list a:hover,
.search-type .type-list a.on{
    color: #52b268;
}

/* 搜索排序 */
.sort-content{
    height: 42px;
    margin-top: 24px;
    border: 1px solid #e6e6e6;
    background: #f5f5f5;
}
.sort-block{
    float: left;
    height: 42px;
}
.sort-block > a{
    float: left;
    color: #666;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    margin-left: -1px;
    font-size: 13px;
}
.sort-block > a.on{
    color: #52b268;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
}
#price-sort:after,
#people-love:after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    margin: -2px 0 0 6px;
    vertical-align: middle;
    background: url("../images/templets-ico.png") no-repeat 0 0;
}
#price-sort.on:after,
#people-love.on:after{
    background: url("../images/templets-ico.png") no-repeat 0 -6px;
}
.turn-page{
    float: right;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 13px;
    border-left: 1px solid #e6e6e6;
    font-family: Arial, "微软雅黑";
}
.turn-page .num{
    display: inline-block;
    padding:0 10px;
}
.turn-page .num em{
    color: #52b268;
}
.turn-page .prev-btn,
.turn-page .next-btn{
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url("../images/templets-ico.png") no-repeat
}
.turn-page .prev-btn{
    background-position: -412px -19px;
}
.turn-page .prev-btn.none{
    cursor: default;
    background-position: -412px 0;
}
.turn-page .next-btn{
    background-position: -428px 0;
}
.turn-page .next-btn.none{
    cursor: default;
    background-position: -428px -19px;
}
/* 详情页 */
.bg-grey{
    background: #f5f5f5;
}
.templets-show-content{
    padding: 0 30px 20px;
}
.templets-main-box{
    margin-right: 420px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px #eaeaea;
    -moz-box-shadow: 1px 1px 8px #eaeaea;
    box-shadow: 1px 1px 8px #eaeaea;
}
.templets-focus{
    padding: 100px 100px 0;
    position: relative;
}
.templets-focus .hot-icon{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60px;
    right: 120px;
    background: url("../images/festival-icon.png") center no-repeat;
}
.templets-show-pic{
    padding: 100px 50px;
}
.templets-focus img,
.templets-show-pic img{
    max-width: 100%;
}

.templets-side-box{
    float: right;
    width: 340px;
    padding: 30px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px #eaeaea;
    -moz-box-shadow: 1px 1px 8px #eaeaea;
    box-shadow: 1px 1px 8px #eaeaea;
}
.templets-side-msg{
    border-bottom: 1px dashed #e5e5e5;
}
.templets-side-msg .title strong{
    color: #666;
    font-size: 24px;
    font-family: Arial, "微软雅黑";
}
.templets-side-msg .title h1{
    color:#666;
    line-height: 24px;
    padding: 5px 0;
    font-size: 16px;
}
.templets-side-msg .data span{
    float: left;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
}
.templets-side-msg .data span.gz:before,
.templets-side-msg .data span.gm:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.templets-side-msg .data span.gz:before{
    width: 18px;
    height: 12px;
    background: url("../images/templets-ico.png") no-repeat 0 -51px;
}
.templets-side-msg .data span.gm:before{
    width: 16px;
    height: 14px;
    background: url("../images/templets-ico.png") no-repeat -28px -49px;
}
.templets-side-msg .price{
    padding: 30px 0 20px;
}
.templets-side-msg .price strong {
    color: #ff7105;
    font-size: 30px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.templets-side-msg .price del{
    color: #b7b7b7;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
}
.templets-side-msg .txt p{
    color: #666;
    line-height: 30px;
    margin-bottom: 5px;
    font-size: 14px;
}
.templets-side-msg .txt p strong{
    float: left;
    width: 75px;
}
.templets-side-msg .txt p span{
    float: left;
    width: 265px;
}
.templets-side-msg .txt p span em{
    display: block;
}
.templets-side-msg .link-us{
    height: 30px;
    font-size: 0;
}
.templets-side-msg .link-us a{
    color: #999;
    display: inline-block;
    *display:inline;
    *zoom:1;
    height: 30px;
    line-height: 30px;
    margin-right: 30px;
    font-size: 14px;
}
.templets-side-msg .link-us a:hover{
    color: #009cff;
}
.templets-side-msg .link-us a:before{
    content: "";
    display: inline-block;
    *display:inline;
    *zoom:1;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/templets-link-us-ico.png") no-repeat;
}
.templets-side-msg .link-us .use-help:before{
    background-position: 0 0;
}
.templets-side-msg .link-us .kf-zixun:before{
    background-position: 0 -44px;
}
.templets-side-msg .link-us .dz-txt:before{
    background-position: 0 -86px;
}
.templets-side-msg .link-us .use-help:hover:before{
    background-position: 0 -22px;
}
.templets-side-msg .link-us .kf-zixun:hover:before{
    background-position: 0 -65px;
}
.templets-side-msg .link-us .dz-txt:hover:before{
    background-position: 0 -108px;
}
.templets-side-msg .hd{
    padding: 20px 0;
    font-size: 0;
}
.templets-side-msg .hd .online-yl-btn,
.templets-side-msg .hd .join-gwc-btn,
.templets-side-msg .hd .now-gm-btn{
    display: inline-block;
    width: 106px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.templets-side-msg .hd .online-yl-btn{
    color: #009cff;
    border: 1px solid #34b1ff;
    background: #fff;
}
.templets-side-msg .hd .join-gwc-btn{
    color: #fff;
    border: 1px solid #49cc86;
    background: #49cc86;
}
.templets-side-msg .hd .now-gm-btn{
    color: #fff;
    border: 1px solid #ff6d5e;
    background: #ff6d5e;
}
.templets-side-msg .hd .join-gwc-btn:hover{
    background: #35c176;
}
.templets-side-msg .hd .now-gm-btn:hover{
    background: #fd5948;
}
.templets-side-block{
    margin-top: 50px;
}
.templets-side-block > h3 > strong{
    color: #fff;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #adadad;
}
.templets-side-block .js-txt{
    color: #999;
    line-height: 24px;
}
.templets-side-block .js-txt .plan{
    margin-top: 20px;
}
.templets-side-block .js-txt .plan h4{
    color: #009cff;
    font-size: 14px;
}
.templets-side-block .hot-list{
    margin-top: 20px;
}
.templets-side-block .hot-list li{
    float: left;
    width: 160px;
    margin: 0 20px 20px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.templets-side-block .hot-list li:hover{
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.templets-side-block .hot-list li.mr_0{
    margin-right: 0;
}
.templets-side-block .hot-list li .pic{
    width: 160px;
    height: 100px;
    overflow: hidden;
}
.templets-side-block .hot-list li .txt{
    margin-top: 10px;
}
.templets-side-block .hot-list li .txt a{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.templets-side-block .hot-list li .txt span{
    color: #999;
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.about-case{
    margin-top: 20px;
}
.templets-side-block .about-case li{
    float: left;
    width: 155px;
    margin: 0 30px 20px 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.templets-side-block .about-case li:hover{
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.templets-side-block .about-case li.mr_0{
    margin-right: 0;
}
.templets-side-block .about-case li .pic{
    width: 155px;
    height: 60px;
    overflow: hidden;
}
.templets-side-block .about-case li .tit{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
/* 滚动购买条 */
.templets-buy-bar{
    display: none;
    width: 100%;
    min-width: 1200px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 7px rgba(128,128,128,.5);
    -moz-box-shadow: 0 3px 7px rgba(128,128,128,.5);
    box-shadow: 0 3px 7px rgba(128,128,128,.5);
    background: #fff;
}
.buy-bar-block{
    width: 1200px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto;
}
.buy-bar-block .bh{
    float: left;
    color: #666;
    font-size: 24px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.buy-bar-block .bt{
    float: left;
    color: #666;
    width: 600px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-left: 25px;
    font-size: 16px;
}
.buy-bar-block .gm-btn,
.buy-bar-block .gwc-btn{
    float: right;
    color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 13px 0 0 13px;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.buy-bar-block .gm-btn{
    background: #ff6d5e;
}
.buy-bar-block .gm-btn:hover{
    background: #fd5948;
}
.buy-bar-block .gwc-btn{
    background: #49cc86;
}
.buy-bar-block .gwc-btn:hover{
    background: #35c176;
}
.buy-bar-block .jg{
    float: right;
    padding: 0 20px;
    color: #ff7105;
    font-size: 24px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.buy-bar-block .yj{
    float: right;
    color: #b7b7b7;
    font-size: 14px;
    text-decoration: line-through;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}

/*åŒæƒ æ´»åŠ¨*/
.templets-list li{
    position: relative;
}
.sh-icon{
    position: absolute;
    z-index: 9;
    top:-12px;
    right: -12px;
    width: 98px;
    height: 98px;
    background: url(../images/sh-icon.png) no-repeat;
    overflow: hidden;
}
.sh-icon p{
    text-align: center;
    line-height: 98px;
    color: #ffd400;
    font-size: 14px;
}
.sh-icon p b{
    font-size: 28px;
    font-weight: bold;
}
.templets-focus .sh-icon{
    top: 60px;
    right: 120px;
}