@charset "UTF-8";

.tools-info{
    margin-top: 63px;
}
.tools-info .tools-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tools-info .tools-list .tools-item{
    display: block;
    position: relative;
    width: 49%;
    border-radius: 12px;
    margin-bottom: 36px;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.tools-info .tools-list .tools-item .tool-item-wrapper{
    padding-bottom: 56.89%;
    position: relative;
    display: block;
    overflow: hidden;
}
.tools-info .tools-list .tools-item .tool-item-wrapper .tool-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.tools-info .tools-list .tools-item .tools-item-title{
    font-size: var(--app-fs-22);
    color: #D92A1D;
    line-height: 40px;
}
.tools-info .tools-list .tools-item .tools-item-desc{
    font-size: var(--app-fs-16);
    color: #757575;
    margin-bottom: 20px;
}
.tools-info .tools-list .tools-item .tools-texts{
    padding: 14px 25px;
}
.tools-info .tools-list .tools-item .tools-item-price{
    font-size: var(--app-fs-16);
    color: #D92A1D;
    padding-top: 20px;
    border-top: 1px solid #D8D8D8;
}
.tools-info .tools-list .tools-item .tools-icon{
    position: absolute;
    top: 0;
    left: 35px;
    width: 40px;
    height: 43px;
    object-fit: cover;
}
.tools-info .tools-list .tools-item:hover .tool-img{
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
}
.tools-details{
    margin-bottom: 23px;
}
.tools-details .tools-details-info{
    width: 100%;
    height: 369px;
    border-radius: 12px;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.tools-details .tools-details-info .tools-top-swiper{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide{
    display: flex;
    justify-content: space-between;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tools-details-l{
    width: 46%;
    padding: 48px 100px 50px 66px;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-title{
    font-size: var(--app-fs-22);
    color: #3D3D3D;
    font-weight: bold;
    line-height: 40px;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-xian{
    width: 33px;
    height: 2px;
    background: #757575;
    margin: 24px 0;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-desc{
    font-size: var(--app-fs-16);
    color: #757575;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tools-details-r{
    flex: 1;
    height: 100%;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tools-details-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tools-details-content{
    margin-top: 23px;
    margin-bottom: 46px;
}
.tools-details-content .tdc-info{
    width: 100%;
    border-radius: 12px;
    padding: 38px 66px;
    background: #FFFFFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.tools-details-content .tdc-info .tdc-top{
    display: flex;
    align-items: center;
}
.tools-details-content .tdc-info .tdc-top .tdc-top-title{
    font-size: var(--app-fs-24);
    color: #979797;
}
.tools-details-content .tdc-info .tdc-top .tdc-top-xian{
    flex: 1;
    height: 1px;
    background: #d8d8d8;
    margin-left: 47px;
}
.tools-details-content .tdc-info .tdc-texts{
    margin-top: 20px;
}
.tools-details-content .tdc-info .tdc-texts img{
    max-width: 100%;
}
.tools-recommend{
    margin-bottom: 30px;
}
.tools-recommend .tools-reco-info{
    width: 100%;
    position: relative;
}
.tools-recommend .tools-reco-info .tr-title{
    text-align: center;
    font-size: var(--app-fs-36);
    color: #212121;
    margin-bottom: 35px;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper{
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper .swiper-slide{
    display: block;
    border-radius: 12px;
    background: #FFFFFF;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-img-box{
    width: 100%;
    height: 182px;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-texts{
    padding: 22px 36px;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-texts .trs-title{
    font-size: var(--app-fs-16);
    color: #D92A1D;
    font-weight: bold;
    line-height: 18px;
    padding-bottom: 20px;
}
.tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-texts .trs-desc{
    font-size: var(--app-fs-14);
    color: #757575;
    border-top: 1px solid #D8D8D8;
    padding-top: 20px;
}
.tools-recommend .swiper-button-prev{
    color: #222222;
    font-size: var(--app-fs-30);
    font-weight: 700;
    left: -7%;
}
.tools-recommend .swiper-button-next{
    color: #222222;
    font-size: var(--app-fs-30);
    font-weight: 700;
    right: -7%;
}
.tools-details .swiper-container-horizontal>.swiper-pagination-bullets{
    width: auto;
    left: 70%;
    bottom: 20px;
}
.tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-btn{
    width: 150px;
    height: 48px;
    border-radius: 5px;
    background: #D92A1D;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--app-fs-20);
    color: #fff;
    margin-top: 70px;
    cursor: pointer;
}
.tools-mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}
.tools-pop-box{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    background: #fff;
    z-index: 101;
    border-radius: 5px;
    display: none;
}
.tools-pop-box .feed-close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    cursor: pointer;
}
.tools-pop-box .tpb-title{
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #D8D8D8;
    font-size: var(--app-fs-22);
    color: #3d3d3d;
}
.tools-pop-box .tpb-form{
    padding: 49px 60px;
}
.tools-pop-box .tpb-form .tpb-form-item{
    width: 100%;
    height: 36px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.tools-pop-box .tpb-form .tpb-form-item.sel{
    justify-content: space-between;
}
.tools-pop-box .tpb-form .tpb-form-item .item{
    width: 48%;
    height: 100%;
    display: flex;
    align-items: center;
}
.tools-pop-box .tpb-form .tpb-form-item .item .el-select{
    height: 100%;
}
.tools-pop-box .tpb-form .tpb-form-item .item .el-select .el-input--suffix{
    height: 100%;
}
.tools-pop-box .tpb-form .tpb-form-item .item .el-select .el-input--suffix input{
    height: 100%;
    border: none;
}
.tools-pop-box .tpb-form .tpb-form-code{
    width: 100%;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}
.tools-pop-box .tpb-form .tpb-form-code .item{
    width: 47%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-left: 24px;
    position: relative;
}
.tools-pop-box .tpb-form .tpb-form-code .item .label{
    font-size: var(--app-fs-16);
    color: #757575;
    white-space: nowrap;
}
.tools-pop-box .tpb-form .tpb-form-code .item.code{
    padding-left: 0;
}
.tools-pop-box .tpb-form .tpb-form-code .item .code-input{
    width: 100%;
    height: 100%;
    padding-left: 10px;
    border: none;
}
.tools-pop-box .tpb-form .tpb-form-code .item .sendOut{
    width: 40%;
    color: #0082EF;
    border: none;
    cursor: pointer;
    font-size: var(--app-fs-12);
    background: transparent;
    position: absolute;
    top: 8px;
    right: 0;
}
.tools-pop-box .tpb-form .tpb-form-item .label{
    font-size: var(--app-fs-16);
    color: #757575;
    white-space: nowrap;
}
.tools-pop-box .tpb-form .tpb-form-item .too-input{
    margin-left: 5px;
    padding-left: 5px;
    border: none;
    height: 100%;
    flex: 1;
}
.tools-pop-box .tpb-btn{
    width: 150px;
    height: 48px;
    border-radius: 5px;
    background: #D92A1D;
    font-size: var(--app-fs-20);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
@media (max-width: 768px){
    .tools-info{
        margin-top: 30px;
    }
    .tools-info .tools-list .tools-item{
        width: 100%;
        margin-bottom: 15px;
    }
    .tools-info .tools-list .tools-item .tools-texts{
        padding: 15px;
    }
    .tools-info .tools-list .tools-item .tools-item-desc{
        margin-bottom: 10px;
    }
    .tools-info .tools-list .tools-item .tools-item-price{
        padding-top: 10px;
    }
    .tools-info .tools-list .tools-item .tools-item-title{
        line-height: 1.75;
    }
    .tools-info .tools-list .tools-item .tools-texts{
        padding-top: 8px;
    }
    .tools-info .tools-list .tools-item .tools-icon{
        left: 15px;
    }
    .tools-details .tools-details-info .tools-top-swiper .swiper-slide{
        flex-wrap: wrap;
    }
    .tools-details .tools-details-info{
        height: auto;
    }
    .tools-details .tools-details-info .tools-top-swiper .swiper-slide .tools-details-l{
        width: 100%;
        padding: 15px;
    }
    .tools-details .tools-details-info .tools-top-swiper .swiper-slide .tools-details-r{
        flex: auto;
        width: 100%;
    }
    .tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-title{
        line-height: 1.75;
    }
    .tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-xian{
        margin: 15px 0;
    }
    .tools-details-content .tdc-info{
        padding: 15px;
    }
    .tools-details-content{
        margin: 15px 0;
    }
    .tools-details-content .tdc-info .tdc-texts{
        margin-top: 15px;
    }
    .tools-details-content .tdc-info .tdc-top .tdc-top-xian{
        margin-left: 25px;
    }
    .tools-recommend .tools-reco-info .tr-title{
        margin-bottom: 15px;
    }
    .tools-recommend .swiper-button-prev,.tools-recommend .swiper-button-next{
        display: none;
    }
    .tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-texts{
        padding: 15px;
    }
    .tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-texts .trs-title{
        padding-bottom: 15px;
    }
    .tools-recommend .tools-reco-info .tools-recommend0-swiper .trs-texts .trs-desc{
        padding-top: 15px;
    }
    .tools-details .tools-details-info .tools-top-swiper .swiper-slide .tdl-btn{
        margin-top: 25px;
    }
    .tools-pop-box{
        width: 90%;
    }
    .tools-pop-box .tpb-form{
        padding: 15px;
    }
    .tools-pop-box .tpb-form .tpb-form-code .item .sendOut{
        width: 45%;
    }
}