.pdt-mall-banner{
    height: 530px;
    position: relative;
    background: url("../images/pdt-mall-banner.jpg") center no-repeat;
}
.pdt-mall-banner .fix-box{
    width: 250px;
    position: absolute;
    left: 50%;
    top: 310px;
    margin-left: 92px;
}
.pdt-mall-banner .fix-box .price{
    color: #00c1f8;
    font-size: 30px;
    font-family: Arial, Microsoft YaHei;
}
.pdt-mall-banner .fix-box .price b{
    padding: 0 3px;
    font-size: 48px;
}
.pdt-mall-banner .fix-box .label{
    color: #00c1f8;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    margin-top: 20px;
    vertical-align: top;
    border: 1px solid #00c1f8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pdt-mall-banner .fix-box .buy-btn{
    display: block;
    color: #fff;
    width: 155px;
    height: 47px;
    line-height: 47px;
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    -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;
    background: #00c1f8;
}
.pdt-mall-banner .fix-box .buy-btn:hover{
    background: #00b1ff;
}
.mall-list-block{
    padding: 32px 0;
}
.mall-list-block > ul > li{
    float: left;
    width: 297px;
    height: 470px;
    margin-right: 4px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.mall-list-block > ul > li .hd-img{
    display: inline-block;
    margin-top: 70px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.mall-list-block > ul > li:hover .hd-img{
    -webkit-transform: translate(0, 15px) scale(1.1);
    -moz-transform: translate(0, 15px) scale(1.1);
    -ms-transform: translate(0, 15px) scale(1.1);
    -o-transform: translate(0, 15px) scale(1.1);
    transform: translate(0, 15px) scale(1.1);
}
.mall-list-block > ul > li .txt{
    color: #fff;
    line-height: 24px;
    margin-top: 50px;
    font-size: 14px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.mall-list-block > ul > li:hover .txt{
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
}
.mall-list-block > ul > li .link-btn{
    display: inline-block;
    width: 112px;
    height: 34px;
    line-height: 34px;
    margin-top: 40px;
    font-size: 14px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: #fff;
}
.mall-list-block > ul > li:hover .link-btn{
    -webkit-transform: translate(0, -15px);
    -moz-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    -o-transform: translate(0, -15px);
    transform: translate(0, -15px);
    -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 3px rgba(0, 0, 0, .1);
}
.mall-list-block > ul > li.templets{
    background: -moz-linear-gradient(top, #99e69d, #00d7c4);
    background: -webkit-gradient(linear,top,from(#99e69d),to(#00d7c4));
    background: -webkit-linear-gradient(top, #99e69d, #00d7c4);
    background: -ms-linear-gradient(top, #99e69d, #00d7c4);
    background: -o-linear-gradient(top, #99e69d, #00d7c4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #99e69d, endColorstr = #00d7c4);
}
.mall-list-block > ul > li.templets .link-btn{
    color: #01d7c4;
}
.mall-list-block > ul > li.apply{
    background: -moz-linear-gradient(top, #00bcff, #0086ff);
    background: -webkit-gradient(linear,top,from(#00bcff),to(#0086ff));
    background: -webkit-linear-gradient(top, #00bcff, #0086ff);
    background: -ms-linear-gradient(top, #00bcff, #0086ff);
    background: -o-linear-gradient(top, #00bcff, #0086ff);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #00bcff, endColorstr = #0086ff);
}
.mall-list-block > ul > li.apply .link-btn{
    color: #0087ff;
}
.mall-list-block > ul > li.server{
    background: -moz-linear-gradient(top, #ffd028, #ff9d18);
    background: -webkit-gradient(linear,top,from(#ffd028),to(#ff9d18));
    background: -webkit-linear-gradient(top, #ffd028, #ff9d18);
    background: -ms-linear-gradient(top, #ffd028, #ff9d18);
    background: -o-linear-gradient(top, #ffd028, #ff9d18);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #ffd028, endColorstr = #ff9d18);
}
.mall-list-block > ul > li.server .link-btn{
    color: #fc6000;
}
.mall-list-block > ul > li.server .txt,
.mall-list-block > ul > li.realm-name .txt{
    padding: 24px 0;
}
.mall-list-block > ul > li.realm-name{
    margin-right: 0;
    background: -moz-linear-gradient(top, #e06bc3, #c558a7);
    background: -webkit-gradient(linear,top,from(#e06bc3),to(#c558a7));
    background: -webkit-linear-gradient(top, #e06bc3, #c558a7);
    background: -ms-linear-gradient(top, #e06bc3, #c558a7);
    background: -o-linear-gradient(top, #e06bc3, #c558a7);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #e06bc3, endColorstr = #c558a7);
}
.mall-list-block > ul > li.realm-name .link-btn{
    color: #c85aa8;
}
/* 官方定制 */
.custom-made-block{
    height: 230px;
    -webkit-transition: all ease-out 2s;
    -moz-transition: all ease-out 2s;
    -ms-transition: all ease-out 2s;
    -o-transition: all ease-out 2s;
    transition: all ease-out 2s;
    position: relative;
    background: url("../images/pdt-bottom-bg.jpg") center no-repeat;
    background-size: 100% 100%;
}
.custom-made-block:hover{
    background-size: 120% 120%;
}
.custom-made-block .txt{
    width: 600px;
    position: absolute;
    left: 50%;
    top: 70px;
    z-index: 9;
    text-align: center;
    margin-left: -300px;
}
.custom-made-block .txt h3{
    font-size: 30px;
}
.custom-made-block .txt h3,
.custom-made-block .txt a{
    color: #fff;
}
.custom-made-block .txt a{
    display: inline-block;
    font-size: 20px;
    margin-top: 25px;
}
.custom-made-block .black-layer{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    filter: Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transition: all ease-out 2s;
    -moz-transition: all ease-out 2s;
    -ms-transition: all ease-out 2s;
    -o-transition: all ease-out 2s;
    transition: all ease-out 2s;
}
.custom-made-block:hover .black-layer{
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}
/* 应用商城首页 */
.apply-search-top{
    height: 350px;
    position: relative;
    /*background: url("../images/apply-mall-banner.jpg") center no-repeat;*/
    background: url("../images/apply_mall_top_bg.jpg") center no-repeat;
}
.apply-content-box {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.apply-content-box .tit-bar {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}
.apply-content-box .tit-bar a,
.apply-content-box .txt-box .txt a {
    color: #fff;
    text-decoration: underline;
}
.apply-content-box .txt-box {

    font-size: 16px;
}
.apply-content-box .txt-box .txt {
    color: #fff;
    margin-bottom: 10px;
}
.apply-content-box .txt-box .txt:last-child {
    margin-bottom: 0;
}

.apply-temp-box {
    position: absolute;
    top: 270px;
    left: 50%;
    z-index: 10;
    margin-left: -260px;
    text-align: center;
}
.apply-temp-box a {
    color: #fff;
    margin: 0 5px;
    font-size: 16px;
}

.apply-search-top > .banners {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
}
.apply-search-top > .banners > ul {
    width: 1920px;
    height: 350px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}
.apply-search-top>.banners>ul>li{
    width: 1920px;
    height: 350px;
}
.apply-search-top>.banners>ul>li>a{
    display: table-cell;
    width: 1920px;
    height: 350px;
    vertical-align: middle;
    text-align: center;
}
.apply-search-top>.banners>ul>li>img{
    vertical-align: middle;
}
.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: 18px;
    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-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;
    font-weight:bold;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    background: #fff;
}
.sort-block > a: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;
}
.sort-block > a.on:after{
    background: url("../images/templets-ico.png") no-repeat 0 -6px;
}
#all-sort:after{
    display: none;
}
.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;
}
/* 应用列表 */
.apply-block{
    margin-top: 26px;
}
.apply-list > ul > li{
    float: left;
    width: 282px;
    height: 288px;
    margin: 0 24px 24px 0;
    background: #f6f6f6;
}
.apply-list > ul > li.mr_0{
    margin-right: 0;
}
.apply-list li .pic{
    display: table-cell;
    width: 282px;
    height: 172px;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.apply-list li .pic .hot-icon{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 14px;
    right: 7px;
    z-index: 999;

}
.apply-list li .pic a img{
    max-width: 282px;
    max-height: 172px;
    vertical-align: middle;
    transition: all 1s;
}
.apply-list li:hover .pic a img{
    transform: scale(1.1);
}
.apply-list li .msg{
    padding: 10px 15px;
}
.apply-list li .tit{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 16px;
}
.apply-list li .data{
    padding-bottom: 10px;
}
.apply-list li .data > span{
    float: left;
    color: #8f8f8f;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    width: 33.333333%;
}
.apply-list li .data > span > em{
    color: #3caef6;
}
.apply-list li .msg .jg{
    float: left;
    color: #f35959;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.apply-list li .msg .yj{
    float: left;
    color: #999;
    height: 25px;
    line-height: 28px;
    margin-left: 20px;
    text-decoration: line-through;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.apply-list li .msg .add-btn,
.apply-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;
}
.apply-list li .msg .add-btn{
    background: #49cc86;
}
.apply-list li .msg .add-btn:hover{
    background: #35c176;
}
.apply-list li .msg .buy-btn{
    margin-left: 8px;
    background: #ff6d5e;
}
.apply-list li .msg .buy-btn:hover{
    background: #fd5948;
}
/* 应用商城详情页 */
.bg-grey{
    background: #f5f5f5;
}
.apply-show-content{
    padding: 0 30px 20px;
}
.apply-main-box{
    margin-right: 420px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px #eaeaea;
    -moz-box-shadow: 1px 1px 8px #eaeaea;
    box-shadow: 1px 1px 8px #eaeaea;
}
.apply-focus{
    padding: 100px 100px 0;
    text-align: center;
    position: relative;
}
.apply-focus .hot-icon{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 60px;
    right: 120px;
    background: url("../images/festival-icon.png") center no-repeat;
}
.apply-focus img,
.apply-show-pic img{
    max-width: 100%;
}
.apply-show-block{
    padding: 60px 100px;
}
.apply-show-item{
    padding: 40px 0;
    border-bottom: 1px solid #d7d7d7;
}
.item-last{
    border-bottom: 0;
}
.apply-show-item .item-bt{
    float: left;
    width: 200px;
    font-size: 18px;
}
.apply-show-item .item-nr{
    color: #666;
    padding-left: 200px;
    line-height: 24px;
    font-size: 13px;
}
.apply-show-pic{
    padding: 0 100px 100px;
    text-align: center;
}

.apply-side-box{
    float: right;
    width: 340px;
    padding: 20px 30px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 8px #eaeaea;
    -moz-box-shadow: 1px 1px 8px #eaeaea;
    box-shadow: 1px 1px 8px #eaeaea;
}
.apply-side-msg{
    border-bottom: 1px dashed #e5e5e5;
}
.apply-side-msg .title h1{
    color:#666;
    line-height: 24px;
    padding: 5px 0;
    font-size: 16px;
}
.apply-side-msg .data span{
    float: left;
    color: #999;
    height: 20px;
    line-height: 20px;
    margin-right: 30px;
}
.apply-side-msg .data span.gz:before,
.apply-side-msg .data span.gm:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.apply-side-msg .data span.gz:before{
    width: 18px;
    height: 12px;
    background: url("../images/templets-ico.png") no-repeat 0 -51px;
}
.apply-side-msg .data span.gm:before{
    width: 16px;
    height: 14px;
    background: url("../images/templets-ico.png") no-repeat -28px -49px;
}
.apply-side-msg .price{
    padding: 30px 0 20px;
}
.apply-side-msg .price strong {
    color: #ff7105;
    display: inline-block;
    font-size: 30px;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.apply-side-msg .price em {
    color: #b7b7b7;
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    text-decoration: line-through;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.apply-side-msg .txt p{
    color: #666;
    line-height: 30px;
    font-size: 14px;
}
.apply-side-msg .txt p strong{
    float: left;
    max-width: 100px;
}
.apply-side-msg .txt p span{
    float: left;
    width: 240px;
}
.apply-side-msg .txt p span em{
    display: block;
}
.apply-side-msg .link-us{
    height: 30px;
    margin-top: 20px;
    font-size: 0;
}
.apply-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;
}
.apply-side-msg .link-us a:hover{
    color: #009cff;
}
.apply-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;
}
.apply-side-msg .link-us .use-help:before{
    background-position: 0 0;
}
.apply-side-msg .link-us .kf-zixun:before{
    background-position: 0 -44px;
}
.apply-side-msg .link-us .dz-txt:before{
    background-position: 0 -86px;
}
.apply-side-msg .link-us .use-help:hover:before{
    background-position: 0 -22px;
}
.apply-side-msg .link-us .kf-zixun:hover:before{
    background-position: 0 -65px;
}
.apply-side-msg .link-us .dz-txt:hover:before{
    background-position: 0 -108px;
}
.apply-side-msg .hd{
    padding: 20px 0;
    font-size: 0;
}
.apply-side-msg .hd .gwc-btn,
.apply-side-msg .hd .buy-btn{
    display: inline-block;
    color: #fff;
    width: 48%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.apply-side-msg .hd .gwc-btn{
    background: #4bca85;
}
.apply-side-msg .hd .buy-btn{
    background: #ff6d5e;
}
.apply-side-block{
    margin-top: 50px;
}
.apply-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;
}
.apply-side-block .js-txt{
    color: #999;
    line-height: 24px;
}
.apply-side-block .js-txt .plan{
    margin-top: 20px;
}
.apply-side-block .js-txt .plan h4{
    color: #009cff;
    font-size: 14px;
}
.about-case{
    margin-top: 20px;
}
.apply-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;
}
.apply-side-block .about-case li:hover{
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    transform: translate(0,-5px);
}
.apply-side-block .about-case li.mr_0{
    margin-right: 0;
}
.apply-side-block .about-case li .pic{
    width: 155px;
    height: 60px;
    overflow: hidden;
}
.apply-side-block .about-case li .tit{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
}
/* 滚动购买条 */
.apply-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: 700px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    margin-left: 25px;
    font-size: 16px;
}
.buy-bar-block .gm-btn{
    float: right;
    color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    margin: 13px 0 0 13px;
    text-align: center;
    font-size: 16px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #009cff;
}
.buy-bar-block .gm-btn:hover{
    background: #0186db;
}
.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;
}

/*åŒæƒ æ´»åŠ¨*/
.apply-list > ul > 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;
}
.apply-focus .sh-icon{
    top: 60px;
    right: 120px;
}
