*{
    margin: 0;
    padding: 0;
}
body,html{
    background-color: #F9F9F9;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color:inherit;
}
.clear{
    clear: both;
}
#App{
    width: 1200px;
    margin: 0 auto;
}
#bg{
    width: 100%;
    height: 226px;
}
.content1{
    background-color: #ffffff;
    padding: 45px 40px 26px 40px;
}
.search-box,
.advance{
    margin-top: 40px;
}
.search-box .el-input__inner{
    padding-left: 75px !important;
    padding-right: 166px !important;
    height: 60px;
}
.search-box .el-input__prefix{
    font-size: 24px;
    left: 23px;
}
.search-box .el-input__icon{
    line-height: 60px;
}
.search-box .el-button{
    height: 60px;
    width: 160px;
}
.search-box .el-input__suffix{
    right: 0;
}
.condition{
    width: 50%;
    float: left;
    margin-bottom: 24px;
    display: flex;
    align-items: center;    
}
.condition-name{
    width: 130px;
    text-align: right;
}
.condition .el-input{
    flex: 1;
}
.advance-btn-box{
    padding-left: 130px;
}
.list-title{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list{
    padding: 20px;
    margin-bottom: 16px;
    background-color: #ffffff;
    display: flex;
}
.patent-img{
    width: 200px;
    height: 200px;
    border: 1px solid #EAEAEA;
    display: flex;
    align-content: center;
    justify-content: center;
}
.patent-img img{
    margin: auto;
    max-width: 100%;
    max-height: 100%;   
}
.patent-info{
    flex: 1;
    margin-left: 44px;
}
.patent-info-number{
    margin-right: 10px;
}
.patent-info-title{
    max-width: 700px;
    margin-left: 10px;
}
.patent-info-title .el-link--inner{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.patent-info-content{
    margin-top: 20px;
}
.patent-info-content-details{
    width: 30%;
    float: left;
    height: 26px;
    margin-bottom: 10px;
    line-height: 26px;
    display: flex;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
}
.patent-info-content-details-name{
    color: #666666;
}
.patent-info-content-details-value{
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.patent-info-content-abs{
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 14px;
    line-height: 26px;
}
.pagination{
    padding: 15px 0;
    text-align: right;
    background-color: #ffffff;
}
.charts-box{
    width: 540px;
    height: 345px;
    float: left;
    margin-left: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
}
.charts-box:nth-child(2n){
    margin-right: 40px;
}
.charts-box-title{
    height: 30px;
    line-height: 30px;
    padding: 0 16px;
    font-size: 14px;
    background-color: #D9D9D9;
}
.charts-box-echarts{
    height: calc(100% - 30px);
}
.breadcrumb{
    padding: 20px 0;
}
.content2{
    padding: 8px 0;
    display: flex;
    background-color: #ffffff;
    margin-bottom: 20px;
}
.content3{
    background-color: #ffffff;
}
.content2-left{
    flex: 1;
    padding: 18px 20px;
    border-right: 1px solid #EDEDED;
}
.left-title{
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    display: flex;
}
.left-title-number{
    width: 160px;
}
.left-title-text{
    width: 649px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.left-tags{
    margin: 15px 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
.left-content{
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 20px;
}
.left-content-text{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 50%;
}
.left-content-text:nth-child(odd):last-child{
    width: 100%;
}
.left-button{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.content2-right{
    width: 230px;
    padding: 18px 60px 0px 60px;
}
.content2-right .el-carousel{
    width: 230px;
    height: 260px;
}
.content2-right .el-carousel__container{
    border: 1px solid #EAEAEA;
    height: 228px;
}
.content2-right .el-carousel__item{
    display: flex;
}
.figures{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.content3-nav{
    margin-bottom: 40px;
}
.patent-details{
    padding: 0 30px;
}
.patent-details-title{
    height: 20px;
    line-height: 20px;
    border-left: 5px solid #05A1FA;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000000;
    padding-left: 10px;
}
.patent-details-content{
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 15px;
}
.tipsBox{
    margin: 10px 0;
    background-color: #ffffff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}