.page-margin {
    margin-left: 40px;
    margin-top: 35px;
}

.recommend .title, .force .title {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-left: 15px;
    margin-top: 50px
}

.title .btn {
    margin-top: 11px;
    margin-right: 35px;
}

.title-txt {
    width: 300px;
}

.remove-api {
    width: 40px;
    height: 40px;
    background: rgba(180, 180, 180, 1);
    border-radius: 0px 4px 0px 0px;
    position: absolute;
    margin-bottom: 0px;
    margin-left: 920px;
    margin-top: -145px;
    -moz-border-radius-topright: 4px !important;
    line-height: 40px;
    position: relative;
}

.btn {
    width: 146px;
    height: 50px;
    color: #fff;
    background: #ce3939;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 50px;
    padding: 0px;
    border: none;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.right {
    float: right;

}

.left {
    float: left;
}

.equip-container {
    background: #F6F6F6 !important;
}

.equip-item {
    /*padding: 8px 35px;*/
    /*margin: 5px 0px;*/
    /*background: white;*/
    /*position: relative;*/
}

.equip-item input {
    /*width:660px;*/
    /*height:48px;*/
    /*background:rgba(247,247,247,1);*/
    /*border-radius:4px;*/
    /*border:1px solid rgba(238,238,238,1);*/
    /*padding-left: 10px;*/
    /*font-size: 20px;*/
}

.copy {
    display: none;
}

.del {
}

.equip-item:last-child::after {
    /*display: none;*/
    /*content: "";*/
}

.equip-item::after {
    /*content: "";*/
    /*width: 881px;*/
    /*height: 1px;*/
    /*background: #EEEEEE;*/
    /*position: absolute;*/
    /*left: 35px;*/
    /*bottom: -3px;*/
    /*z-index: 2;*/
}



