.crumbs-content {
    width: 100%;
    background: rgba(250,250,250,1);
}
.crumbs-nav {
    padding-left: 0px;
    width: 1220px;
    margin: 0 auto;

    height: 47px;
    line-height: 47px;
}

.w604 {
    width: 604px;
}

.patent {
    padding-bottom: 30px;
    width: 100%;
    background: rgba(250,250,250,1);
}

.patent-one {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.patent-one .patent-one-left {
    width: 580px;
    height: 580px;
    min-width: 580px;
    border: 1px solid #cfcfcf;
}
.patent-one .patent-one-left img{
    width: 100%;
    height: 100%;
}

.patent-one .patent-one-right {

}

.patent-one .patent-one-right .patent-one-one{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2F2F2F;
    margin-bottom: 12px;
}

.patent-one .patent-one-right .patent-one-two{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2F2F2F;
    opacity: 0.6;
    margin-bottom: 25px;
}

.patent-one .patent-one-right .patent-one-three{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #555555;;
    margin-bottom: 26px;
}

.patent-one .patent-one-right .patent-one-four{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 33px;
    display: flex;
}

.patent-one .patent-one-right .patent-one-five{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F75A6;
    margin-bottom: 17px;
}

.patent-one .patent-one-right .patent-one-six{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    opacity: 0.9;
    margin-bottom: 51px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.patent-one .patent-one-right .patent-one-eight{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
    margin-bottom: 20px;
}

.patent-one .patent-one-right .patent-one-nine{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    opacity: 0.9;
    overflow: hidden;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.patent-one-three td {
    width: 292px;
    height: 30px;
}

.patent-one-four {}
.patent-one-four .patent-one-four-add{
    cursor: pointer;
    width: 175px;
    height: 34px;
    background: #2F75A6;

    text-align: center;
    line-height: 34px;
    color: white;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.patent-one-four .patent-one-four-star{
    cursor: pointer;
    width: 34px;
    height: 34px;
    border: 1px solid #D5D5D5;
    margin: 0 20px 0 13px;
    text-align: center;
    line-height: 34px;
}
.patent-one-four .patent-one-four-search{
    cursor: pointer;
    width: 34px;
    height: 34px;
    border: 1px solid #D5D5D5;
    text-align: center;
    line-height: 34px;
}

.patent-one-four-star img{
    width: 14px;
    height: 12px;
}
.patent-one-four-search img{
    width: 14px;
    height: 12px;
}

.patent-title-tip {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2F2F2F;
    margin: 0 auto;
    padding: 36px 0 17px 0;
}

.patent-title-tip-img {
    margin: 0 auto;
}

.patent-title-img {
    width: 100%;
    height: 906px;
    background: white;
    text-align: center;
    line-height: 906px;
}

.patent-border {
    margin: 53px auto 38px auto;
    height: 1px;
    background: #E5E5E5;
}
.patent-tip {
    margin: 0 auto;
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #2F2F2F;
    text-align: center;
}
.patent-tabs {
    margin: 25px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.patent-tabs-item {
    width: 234px;
    height: 234px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

.patent-tabs-item img {
    width: 100%;
    height: 100%;
}
.tip-cover {
    display: none;
    width: 161px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 5px 35px 0px rgba(0,0,0,0.09);
    border-radius: 20px;

    position: absolute;
}
.patent-tabs-item .tip-cover .tip-cover-content{

    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;


}

.patent-tabs-item .tip-cover .tip-cover-content i {
    cursor: pointer;
}
.patent-tabs-item .tip-cover .tip-cover-content i:hover{
    color: rgb(0 150 255);
}

.patent-ont-border {
    margin-bottom: 8px;
    height: 1px;
    background: #E5E5E5;
}