body {
    color: #888;
    font-size: 12px;
    line-height: 1.7em;
    font-family:"Microsoft YaHei","微软雅黑";
    background: #F6F7F9;
}
.clearfix:after{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear:both;
}
/*兼容ie浏览器*/
.clearfix{
    zoom:1;
}
.content{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px auto;
    width: 1200px;
}
/*面包屑导航*/
.tool-detail-nav{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    margin: 15px auto;
    font-size: 14px;
    color: #B2B2B2;
}
.tool-detail-nav a{
    display: inline-block;
    color: #B2B2B2;
    margin-right: 5px;
}
.tool-detail-nav a:hover{color: #ff7200;}
/*工具分享下载*/
.tool-detail-down{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 1200px;
    background: #ffffff;
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 0 10px 1px #EDEFF1;
    margin: 0 auto;
    position: relative;
}
.tool-detail-down .tool-detail-title{
    width: 1000px;
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    line-height: 22px;
    margin-bottom: 20px;
}
.tool-detail-down .tool-detail-title span{
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #ECEDEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #929292;
    border-radius: 25px;
    padding: 0 10px;
}
.tool-detail-down .tool-detail-title span i{
    display: inline-block;
    font-style: normal;
    color: #FE821B;
}
.tool-detail-down .tool-detail-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
.tool-detail-down .tool-detail-js .tool-detail-js-left{
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 800px;
    float: left;
}
.tool-detail-down .tool-detail-js .tool-detail-js-left .tool-detail-js-left-img{
    width: 72px;
    height: 72px;
    border-radius: 15px;
    margin-right: 20px;
}
.tool-detail-down .tool-detail-js .tool-detail-js-left .tool-detail-js-left-txt{transition: 0s;}
.tool-detail-down .tool-detail-js .tool-detail-js-left .tool-detail-js-left-txt p{
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
}
.tool-detail-down .tool-detail-js .tool-detail-js-left .tool-detail-js-left-txt p span{
    display: inline-block;
    margin-right: 20px;
}
.tool-detail-down .tool-detail-js .tool-detail-js-right{
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
    width: 285px;
    height: 45px;
    font-size: 14px;
    margin-top: 28px;
}
.tool-detail-down .tool-detail-js .tool-detail-js-right #copyNum{
    display: inline-block;
    width: 175px;
    text-align: center;
    color: #D84442;
    background: #F4F7FA;
    line-height: 45px;
    float: left;
    cursor: default;
}
.tool-detail-down .tool-detail-js .tool-detail-js-right a{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 110px;
    text-align: left;
    color: #ffffff;
    background: #D84442 url("../image/gj-xq-yun.png") no-repeat 16px center;
    line-height: 45px;
    padding-left: 38px;
    float: left;
}
/*分享*/
.tool-detail-down .share-action{
    position: absolute;
    right: 30px;
    top: 25px;
    box-sizing: border-box;
    display: inline-block;
    background: #F4F7FA;
    width: 113px;
    height: 36px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    color: #A6A6A6;
    padding: 0 10px;
    border-radius: 25px;
}
.tool-detail-down .share-action a{color: #A6A6A6;}
.tool-detail-down .share-action a:hover{color: #ff7200;}
/*微信分享弹框*/
.tool-detail-down .share-alert{
    position: fixed;
    left: 50%;
    margin-left: -140px;
    top: 50px;
    padding: 10px;
    width: 280px;
    height: 295px;
    background: #fff;
    border: solid 1px #d8d8d8;
    z-index: 9999;
    font-size: 12px;
    display: none;
}
.tool-detail-down.share-alert .share-alert-head{
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    height: 16px;
    color: #000;
}
.tool-detail-down .share-alert .share-alert-head .share-alert-close{
    color: #999;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}
.tool-detail-down .share-alert .share-alert-ewm{
    width: 190px;
    height: 190px;
    margin: 10px auto;
}
.tool-detail-down .share-alert .share-alert-ewm img{width: 100%;height: 100%;}

/*软件介绍*/
.tool-content-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 910px;
    float: left;
}
.tool-content-js .tool-content-left{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    width: 910px;
    min-height: 200px;
    padding: 25px;
}
.tool-content-left .tool-content-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    background: url("../image/gj-xq-title.png") no-repeat bottom left;
    border-bottom: 1px solid #ECEDEE;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
/*右侧*/
.tool-content-right{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    width: 270px;
    padding:20px 10px;
    float: right;
}
.tool-content-right .tool-right-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
}
.tool-content-right .tool-right-title a{
    font-size: 14px;
    color: #999999;
    float: right;
    display: inline-block;
}
.tool-content-right .tool-right-title a:hover{color: #ff7200;}
.tool-content-right .tool-right-img{
    margin: 20px auto;
    width: 248px;
    height: 116px;
}
.tool-content-right .tool-right-img img{
    width: 248px;
    height: 116px;
}
.tool-content-right .tool-right-list{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tool-content-right .tool-right-list>a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #EDEDED;
    padding: 15px 0;
}
.tool-content-right .tool-right-list .tool-right-list-img{
    display: inline-block;
    width: 95px;
    height: 60px;
    border-radius: 10px;
    float: left;
}
.tool-content-right .tool-right-list .tool-right-list-js{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 145px;
    float: right;
}
.tool-content-right .tool-right-list .tool-right-list-js h4{
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    color: #515151;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tool-content-right .tool-right-list .tool-right-list-js p{
    font-size: 12px;
    line-height: 20px;
    color: #A7A7A7;
}
.tool-content-right .tool-right-list .tool-right-list-js p span{
    display: inline-block;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url("../image/route-1-ren.png") no-repeat center left;
    padding-left: 20px;
}
.tool-content-right .tool-right-list>a:hover h4{color: #ff7200;}
/*相关工具推荐*/
.tool-tuijian{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 910px;
    margin-top: 55px;
}
.tool-tuijian .tool-tuijian-title{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    color: #000000;
    background: url("../image/gj-xq-title1.png") no-repeat bottom left;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 20px;
}
.tool-tuijian .tool-tuijian-list{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.tool-tuijian .tool-tuijian-list a{
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin: 10px 0;
}
.tool-tuijian .tool-tuijian-list a:hover{color: #ff7200;}




