/* 在线工具 */
#tool-list .content {
    background: #fff;
}
.tool-box a {
    display: block;
    color: #444;
    overflow: hidden;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.tool-item {
    position: relative;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    background: #263238;
    overflow: hidden;
    margin: .5rem;
}
.tool-item.tool-show {
    outline: 1px solid #ddd;
}
.tool-item .right-arrow:after {
    content: '';
    position: absolute;
    top: .75rem;
    right: .5rem;
    width: .5rem;
    height: .5rem;
    background: url(../images/right-arrow.png) no-repeat;
    background-position: center;
    transform-origin: center;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
}
.tool-item.tool-show .right-arrow:after {
    transform: rotate(90deg );
    -webkit-transform: rotate(90deg );
    -moz-transform: rotate(90deg );
    -ms-transform: rotate(90deg );
    -o-transform: rotate(90deg );
}
.tool-item ul {
    padding: 0;
}
.tool-item > a {
    line-height: 2rem;
    color: #2a2a2a;
    font-size: .75rem;
    text-indent: .5rem;
    background: #eee;
}
.tool-item.tool-show > a {
    color: #FA738E;
    outline: 1px solid #ddd;
}
.tool-item ul {
    display: none;
    background: #eee;
    padding-top: .3rem;
    margin: 0;
}
.tool-item ul a {
    line-height: 1.5rem;
    font-size: .7rem;
    border-bottom: 1px solid #ddd;
    margin: 0 .5rem;
}
.tool-item ul li:last-child a {
    border-bottom: 0;
}

.title {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 3rem;
}
.tools .content {
    background: #F5F5F7;
}
.tools_row {
    padding-bottom: 4rem;
}
.tools_row .img {
    background: #fff;
    padding: .65rem;
}
.tools_row .img img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
}
.tool_Box {
    color: #333333;
    font-size: .64rem;
    background: #fff;
    margin-top: .4rem;
    padding: 0 .65rem;
}
.tool_Box p {
    line-height: 1rem;
    color: #939393;
    word-break: break-all;
    padding: .2rem 0;
    margin: 0;
}
.tool_title {
    line-height: 2rem;
}
.tool_item {
    position: relative;
}
.tool_item .lt {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 2rem;
    color: #939393;
}
.tool_item .unit {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.4rem;
    line-height: 2rem;
    text-align: left;
}
.tool_item input {
    width: 100%;
    height: 2rem;
    border: none;
    outline: none;
    text-align: right;
    border-bottom: 1px solid #eee;
    background: transparent;
    padding: 0 1.7rem 0 3.5rem;
}

.btn_result {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #eee;
    padding: 1rem .65rem;
}
.btn_result span {
    display: block;
    line-height: 2rem;
    color: #fff;
    font-size: .64rem;
    text-align: center;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    background: #F54B58;
}