.red {
    color: #e90506;
}
.Breadcrumb {
    background: transparent !important;
    padding-left: 0 !important;
}
.chapter-title {
    display: flex;
    align-content: center;
    justify-content: center;
}
.chapter-title span {
    font-size: 22px;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.chapter-title span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    background-color: #e50000;
    width: 60%;
}

.ellipsisText {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.detail-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.detail-content .detail-lf {
    width: calc(100% - 260px);
    padding-right: 28px;
    padding-bottom: 42px;
}
.detail-content .detail-rl {
    padding-top: 38px;
}
.btn-group .buy-btn {
    background: linear-gradient(to right, #0ed4ad, #05c4f1) !important;
}
/* 过户资料 */
.transfers {
    margin-top: 40px;
}
.transfers-content {
    display: flex;
    flex-direction: row;
    margin-bottom: 60px;
}
.transfers-content table {
    width: 100%;
}
.transfers-content tr {
    height: 52px;
    line-height: 23px;
    text-align: center;
}
.transfers-content th {
    background-color: #a6dafe;
    color: #636261;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    border: 1px solid #d7e5ef;
}
.transfers-content td {
    font-size: 14px;
    background-color: #f2faff;
    color: #636261;
    border: 1px solid #ece9e9;
}
.transfers-content td.blue{
    background-color: #a6dafe;
}

/*专利详情*/
.product-info {
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.product-info .product-lf {
    width: 60%;
}
.product-info .product-lf .product-title {
    font-size: 25px;
}
.product-info .product-lf .product-type {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.product-info .product-lf .product-type li {
    width: 50%;
    font-size: 13px;
    margin-top: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-content: center;
}
.product-info .product-lf .product-type li .label {
    display: inline-block;
    width: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}
.product-info .product-rl {
    width: 40%;
}
.product-info .product-rl .product-price {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
.product-info .product-rl .product-price .price {
    font-size: 26px;
    color: #e90506;
    font-weight: bold;
}
.product-info .product-rl .product-edit-btn {
    display: flex;
    align-content: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 20px;
}
.product-info .product-rl .product-edit-btn .btn {
    width: 46%;
    background: #e90506;
    color: #fff;
    text-align: center;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-left: 15px;
    border-radius: 6px;
    cursor: pointer;
    box-sizing: border-box;
}
.product-info .product-rl .product-edit-btn .btn:last-child {
    border: 2px solid #e90506;
    color: #e90506;
    background: transparent;
    line-height: 37px;

}
.product-info .product-rl .product-buy-tips {
    display: flex;
    align-content: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 12px;
}
.product-info .product-rl .product-buy-tips .tips-item {
    width: 50%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    background: transparent !important;
}
.product-info .product-rl .product-buy-tips .tips-item span {
    /*transform: scale(0.8);*/
    zoom: 0.9;
    display: inline-block;
    height: 20px;
}
.product-details .product-details-title {
    background-color: #f9f9f9;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    margin-top: 40px;
    font-size: 16px;
}
.product-details .product-details-title span {
    color: #326aad;
    position: relative;
    display: inline-block;
}
.product-details .product-details-title span::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #326aad;
    height: 2px;
    width: 85px;
}
.product-details .product-details-content {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    text-indent: 2em;
}
.product-details .content-edit {
    display: flex;
    justify-content: flex-end;
    color: #e90506;
    font-size: 14px;
    margin-top: 20px;
    cursor: pointer;
}
.service-info {
    margin-top: 40px;
}
.service-info .service-content {
    overflow: hidden;
}
.service-info .service-content .service-item  {
    width: 18%;
    margin-bottom: 30px;
    position: relative;
    float: left;
}

.service-info .service-content .service-item .service-item-top {
    display: flex;
    align-items: center;
}
.service-info .service-content .service-item .service-item-top .image-box {
    width: 86px;
    height: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/patent/service-bg.png") no-repeat center center / cover;
}
.service-info .service-content .service-item .service-item-top .image-box img {
    width: 38px;
    height: 34px;
}
.service-info .service-content .service-item .service-item-top .arrow-box {
    width: calc(100% - 86px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-info .service-content .service-item .service-item-top .arrow-box .arrow {
    width: 20px;
}
.service-info .service-content .service-item .service-item-bottom .text {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
    min-height: 40px;
}
.service-info .service-content .service-item .service-item-bottom {
    position: relative;
    width: 86px;
}


.service-info .service-content .service-item:nth-child(6),
.service-info .service-content .service-item:nth-child(7) {
    display: inline-block;
    width: 86px;
    text-align: center;
    position: relative;
}
.service-info .service-content .service-item:nth-child(7) .arrow-box {
    display: none;
}
.service-info .service-content .service-item:nth-child(6) .service-item-top .arrow-box {
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}
.service-info .service-content .service-item:nth-child(n+6) {
    float: right;
}
.guarantee-info .guarantee-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.guarantee-info .guarantee-content li {
    width: 19.4%;
    border: 1px solid #e9e9e9;
    text-align: center;
}
.guarantee-info .guarantee-content li .guarantee-top .cover {
    width: 100%;
    height: 100px;
}
.guarantee-info .guarantee-content li .guarantee-bottom {
    padding: 10px 20px 26px;
}
.guarantee-info .guarantee-content li .guarantee-bottom .title {
    font-size: 15px;
    line-height: 30px;
    height: 30px;
    position: relative;
}
.guarantee-info .guarantee-content li .guarantee-bottom .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    width: 28px;
    background: #e90506;
}
.guarantee-info .guarantee-content li .guarantee-bottom .text {
    font-size: 13px;
    margin-top: 12px;
}

/* 弹窗*/
.application-black {
    display: none;
}
.application-apply-alert .close {
    right: 22px;
    top: 20px;
    width: 13px;
    height: 13px;
}
.application-apply-alert {
    width: 800px;
    border: 1px solid #dfe1e0;
    border-radius: 0;
    padding: 0;
}
.decide-from {
    display: flex;
    align-items: center;
    height: 100%;
}
.decide-from .decide-form-lf {
    width: 70%;
    border-right: 2px solid #dfe1e0;
}
.decide-from .decide-form-lf .form {
    padding: 30px 35px;
}
.decide-from .decide-form-lf .title {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.decide-from .decide-form-lf .title h3 {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
}
.decide-from .decide-form-lf .title p {
    color: #b0afb5;
}
.decide-from .decide-form-lf .title p img {
    width: 20px;
}
.decide-from .decide-form-lf .input-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 14px;
}
.decide-from .decide-form-lf .input-box input {
    border: 1px solid #cfd1d0;
    height: 36px;
    width: calc(100% - 90px);
    background: transparent;
    padding: 0 20px;
    font-size: 14px;
}
.decide-from .decide-form-lf .submit {
    text-align: center;
    overflow: hidden;
    margin-top: 40px;
}
.decide-from .decide-form-lf .submit button {
    width: calc(100% - 90px);
    float: right;
    line-height: 38px;
    height: 38px;
    border: none;
    background: #2c84fc;
    color: #fff;
    font-size: 17px;
}
.decide-from .decide-form-lf .secure-tips {
    color: #2c84fc;
    font-size: 13px;
    padding-left: 90px;
    margin-top: 3px;
}
.decide-from .decide-form-lf .secure-tips img {
    width: 15px;
}
.decide-from .decide-form-lf .tips-text {
    color: #cfd1d0;
    padding-left: 90px;
    text-align: center;
    margin-top: 5px;
}
.decide-from .decide-form-lf .tips-box {
    background: #f2f6f9;
    padding: 10px 35px;
}
.decide-from .decide-form-lf .tips-box h4 {
    font-weight: bold;
    font-size: 14px;
}
.decide-from .decide-form-lf .tips-box p {
    color: #c1c3c5;
    font-size: 13px;
    margin-top: 5px;
}
.decide-from .decide-form-lf .tips-box p span {
    color: #f6984a;
}
.decide-from .decide-form-rl {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 30%;
}
.decide-from .decide-form-rl .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}
.decide-from .decide-form-rl ul li  img {
    width: 15px;
}
.decide-from .decide-form-rl ul li {
    font-size: 14px;
    margin-top: 6px;
    color: #b2b2b2;
}
.qr-code {
    margin-top: 20px;
    font-size: 13px;
    color: #b2b2b2;
    text-align: center;
}
.qr-code img {
    width: 50%;
    margin: 0 auto 5px;
}