.left-box {
	background: #FFF;
	border: 1px solid #ebebeb;
   	box-shadow: 4px 4px 4px #efeeee;
}
.default-range {
	padding: 15px 15px 0 15px;
}
#defaultSelect {
    width: 100%;
	height: 30px;
    border: 1px solid #e4e7ed;
    cursor: pointer;
    padding: 0px 10px;
    border-radius: 2px;
	font-size: 13px;
    font-family: "PingFang SC","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    color: #333;
}
.type-title-box {
	display: flex;
	border-bottom: 1px dashed #e1e1e1;
	padding: 10px 15px 0 15px;
}
.type-box {
	border-bottom: 1px dashed #e1e1e1;
	padding: 10px 15px;
}
.type-checkbox {
	margin-right: 6px!important;
}
.box-inline {
	display: flex;
}
.type-box-detail {
	display: flex;
	width: 30%;
}
.country-title-box {
	display: flex;
	padding: 10px 15px 0 15px;
	border-bottom: 1px solid rgba(238,238,238,1);
    margin-bottom: 10px;
}
.country-title-box p {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
}
.country-detail {
	padding: 5px 0 5px 25px;
}
.country-box-detail {
	display: flex;
	margin-bottom: 10px;
	position: relative;
}
.country-img {
	height: 15px;
   	margin: 3px 5px 0 0;
}
.right-box {
	
}
.right-top-box {
	background: #FFF;
	margin-bottom: 12px;
	border: 1px solid #ebebeb;
   	box-shadow: 4px 4px 4px #efeeee;
   	padding: 19px 15px 10px;
}
.right-top-title {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.right_input select, .right_input input, .right_input textarea, .right_input pre {
	height: 21px;
	width: 180px;
    font-family: "PingFang SC","微软雅黑","宋体",Arial,Helvetica,sans-serif;
    color: #626262;
    outline: none;
    resize: none;
    font-size: 12px;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
}
.right-list {
	min-height: 24px;
   	margin: 18px 0px 0px 10px;
}
.right-list h2 {
	width: 85px;
    font-size: 12px;
    font-weight: normal;
    margin-top: 3px;
    float: left;
    line-height: 21px;
}
.right_input {
    float: left;
    position: relative;
}
.right-input-width {
	width: 60%;
}
.right_input input {
	margin-left: 10px;
	width: 100%;
}
.right-input-add {
	float: left;
    cursor: pointer;
    margin-left: 2.5%;
    margin-top: -1px;
}
.right-input-add img {
	object-fit: none;
}
.right-input-add:hover {
	color: #249CF2;
}
.button input {
    height: 30px;
    padding: 0px 20px;
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    float: left;
    margin-right: 6px;
    border-radius: 2px;
    font-size: 12px;
}
.button {
    height: 30px;
    margin: 15px 0px;
}
.citation_btn {
    margin: 15px 0px 15px 95px;
}
.button input.retrieval {
    background: #249CF2;
    color: #fff;
    border: 1px solid #249CF2;
    margin-left: 33px;
}
.right-bottom-box {
	background: #FFF;
	border: 1px solid #ebebeb;
   	box-shadow: 4px 4px 4px #efeeee;
   	padding: 3px 0px 10px 25px;
}
.right-bottom-textarea {
	width: 670px;
    min-height: 150px;
    max-height: 400px;
    height: 150px;
    overflow: auto;
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    padding: 4px;
    font-size: 12px;
    outline: none;
    margin-left: -10px;
}
.right-bottom-box .citation_btn {
    margin: 15px 0px 15px 85px;
}
.explain-detail {
	width: 670px;
	margin-left: 75px;
	border-bottom: 1px dashed #ccc;
	display: flex;
	padding-top: 10px;
}
.explain-detail span {
	font-size: 12px;
	width: 120px;
	margin-top: 3px;
}
.explain-detail p {
	width: 550px;
}
.explain-detail p a {
	float: left;
	width: 160px;
	font-size: 12px;
}

/* 简单搜索部分样式 */
.simple_search {
	margin: 200px 0;
	overflow: auto;
}
.simple_search .img_search {
    width: 80%;
    height: 100px;
    float: left;
    border: 1px solid #e1e1e1;
    background: #fff;
    margin-left: 14%;
    position: relative;
    border-radius: 20px 20px 20px 20px; 
    box-shadow: 2px 2px 10px #dfe2e4;
}
.simple_search .img_search img {
    position: absolute;
    left: 20px;
    top: 38px;
    width: 25px;
}
.simple_search .img_search input[type="text"] {
    width: 80%;
    height: 100%;
    border: none;
    padding-left: 7px;
    color: #777;
    background: #fff;
    font-size: 22px;
    position: absolute;
    left: 55px;
    outline: none;
}
.simple_search .btn {
    width: 136px;
    height: 74px;
    line-height: 63px;
    border: 1px solid #3E8EE2;
    float: left;
    text-align: center;
    background: #3E8EE2;
    color: #fff;
    border-radius: 0;
    z-index: 1;
    font-size: 24px;
    border-radius: 12px 12px 12px 12px;
    margin-left: -160px;
    margin-top: 15px;
}
.bottom-checkbox {
    margin-left: 17%;
    margin-top: 25px;
    display: flex;
}
.bottom-checkbox input[type="checkbox"] {
    margin-right: 5px;
}
.bottom-checkbox p {
    margin-right: 20px;
    font-size: 22px;
}
.right-list-add .fieldCondition {
	width: 55px;
}
.right-list-add .fieldSelect {
	width: 125px;
}

/* 引用搜索部分样式 */
.quote-content {
    padding: 20px 10px;
}
.quote-title {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
    margin-bottom: 10px;
}
.quote-detail {
	line-height: 25px;
	font-size: 12px;
}
.right-list .right_checkbox {
	display: flex;
	float: left;
}
.right-list .right_checkbox input {
	margin-right: 5px;
}
.right-list .right_checkbox p {
	margin-right: 20px;
}

/* 法律搜索部分样式 */
.right-list .right_checkbox_legal {
	padding-top: 3px;
}
.right-list-legal {
	margin-top: 10px;
}

/* 搜索列表部分样式 */
.top-search {
	width: 100%;
	background: #FFF;
	padding: 10px;
	overflow: auto;
}
.left-return {
	width: 93px;
	height: 40px;
	border-radius: 4px 4px 4px 4px;
	background: rgba(255,255,255,1);
    cursor: pointer;
    border: 1px solid #3E8EE2;
    display: -webkit-box;
    line-height: 40px;
    float: left;
    margin-right: 10px;
}
.left-return img {
	margin: -2px 3px 0 17px;
}
.left-return div {
	font-weight: 400;
	font-size: 14px;
	color: #3E8EE2;
}
.right-search-box {
	width: 883px;
    float: left;
    height: 40px;
}
.right-box-top {
	height: 40px;
	margin-bottom: 6px;
    display: flex;
}
.search-box {
    height: 40px;
    vertical-align: top;
    background: #f9f9f9;
    position: relative;
    z-index: 1000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    border: 1px solid #e1e1e1;
    padding: 0px 10px;
    outline: none;
    width: 95%;
}
.right-box-top .button {
    float: right;
    margin: 0px;
}
.right-box-top .button input {
    background: #249CF2;
    color: #FFF;
    border: 1px solid #249CF2;
    height: 40px;
    width: 58px;
    padding: 0;
    font-size: 14px;
}
.right-box-bottom {
	height: 24px;
}
.checked-field {
	font-size: 12px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #e1e1e1;
    padding: 0px 6px;
    background: #f9f9f9;
    float: left;
    cursor: pointer;
    margin-right: 10px;
}
.list-box {
	width: 100%;
	padding: 5px 16px;
	background: #FFF;
	overflow: auto;
}
.list-detail {
	border-bottom: 1px solid #dadada;
	overflow: auto;
	padding: 20px 0;
}
.serial-num-box {
	width: 5%;
	float: left;
}
.patent-detail {
	float: left;
	width: 95%;
}
.public-number {
    font-size: 14px;
    font-family: Arial;
    color: #333333;
    cursor: pointer;
    margin-bottom: 5px;
}
.public-number:hover {
	color: #249CF2;
}
.patent-title {
    cursor: pointer;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.patent-title:hover {
	color: #249CF2;
}
.patent-detail-box {
	padding: 10px 0;
	overflow: auto;
}
.line-box {
	font-size: 12px;
	padding: 5px 0;
	overflow: auto;
}
.line-box .line-box-title {
	width: 15%;
    font-weight: normal;
    float: left;
    color: #999;
    word-break: keep-all;
}
.line-box .line-box-content {
	width: 85%;
	color: #333;
}
.line-box .content-css {
	line-height: 21px;
	width: 100%;
}
.lable-sign {
	background: rgb(255, 206, 75);
}
.search-ipnut-text {
	padding: 0 5px;
}
.list-search-box {
	padding: 10px 15px 0 15px;
}
.list-search-box .list-search-box-border {
	border-bottom: 1px solid #eee;
	padding-bottom: 13px;
}
.list-search-box .search-title-box {
	display: flex;
    position: relative;
    cursor: pointer;
}
.list-search-box .search-title-box .title-line {
    width: 4px;
    height: 14px;
    background: #249CF2;
    margin-top: 3px;
    margin-right: 6px;
}
.list-search-box .search-title-box p {
	font-size: 14px;
    color: black;
}
.list-search-box .search-title-box img {
	object-fit: none;
	position: absolute;
    right: 15px;
    top: 2px;
    cursor: pointer;
}
.list-search-box .search-title-box .close, .list-search-box .search-title-box .open {
    top: 7px;
}
.list-search-box .list-search-detail {
	display: none;
	overflow: auto;
}
.list-search-box .list-search-detail .search-detail-css {
	display: -webkit-box;
	position: relative;
}
.list-search-box .list-search-detail .search-detail-css .count {
	position: absolute;
    right: 20px;
}
.all-field-box {
	padding: 10px 0;
	overflow: auto;
}
.all-field-box .field-list .field-top-name {
	width: 70%;
	float: left;
    width: 100%;
    line-height: 35px;
	padding: 0 15px;
	background: #F6F6F6;
}
.all-field-box .field-list .field-top-name span {
	width: 85%;
}
.all-field-box .field-list .field-top-name:hover {
	background: #F2F2F2;
	cursor: pointer;
}
.all-field-box .field-list .field-top-name img {
	float: right;
	margin-top: 12px;
}
.all-field-box .field-list .field-second-box {
	float: left;
    width: 100%;
    line-height: 35px;
}
.all-field-box .field-list .field-second-name {
	padding: 0 15px;
	background: #F9F9F9;
}
.all-field-box .field-list .field-second-name span {
	width: 85%;
}
.all-field-box .field-list .field-second-name img {
	float: right;
	margin-top: 12px;
}
.all-field-box .field-list .field-second-name:hover {
	background: #F2F2F2;
	cursor: pointer;
}
.all-field-box .field-list .field-third-name {
	padding: 0 15px;
	width: 100%;
}
.all-field-box .field-list .field-third-name span {
	width: 85%;
}
.all-field-box .field-list .field-third-name:hover {
	background: #F2F2F2;
	cursor: pointer;
}
.field-active {
	background: #7ac5fb!important;
    color: white;
}
.see-all {
	padding: 10px 15px 10px 0;
	color: #249CF2;
	cursor: pointer;
	float: right;
}
.see-loading {
	padding: 10px 15px 10px 0;
	float: right;
}
.patent-label {
	width: 81px;
	height: 25px;
	border-radius: 12.5px 12.5px 12.5px 12.5px;
	background: rgba(240,243,255,1);
	text-align: center;
	line-height: 26px;
	margin-left: 10px;
	border: 1px solid #4D78FF;
    margin-bottom: 5px;
    margin-top: -3px;
}
.patent-label-title {
	font-weight: 400;
	font-size: 12px;
	color: #4D78FF;
}

/* 详情页面部分样式 */
.tabClass{
	cursor:pointer;
	font-size: 16px;
	padding: 10px;
	padding-left: 20%;
	border-radius: 5px;
	overflow: auto;
}
.patent-active {
    color: #249CF2;
}
.middle-type {
	height: 750px;
	background-color: #FFF;
	width: 72%;
	border-top:3px solid #F9F9F9;
}
.right-list-box .public-number {
    font-size: 14px;
}
.right-list-box .patent-title {
    font-weight: 500;
    color: #777777;
    font-size: 12px;
}
.right-list-box .public-number:hover {
	color: #333333;
}
.right-list-box .patent-title:hover {
	color: #777777;
}
.right-list-box .list-detail-info {
	background: #FFF;
	cursor:pointer;
	border-radius: 20px;
	margin-bottom: 15px;
    box-shadow: 2px 2px 10px #dfe2e4;
    height: 139px;
}
.right-list-box .list-detail-info-active {
	background: #3E8EE2;
}
.right-list-box .list-detail-info:hover {
	background: #e8f4ff;
}
.right-list-box .list-detail-info .public-number {
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	font-face: PingFang SC;
	font-size: 16px;
	line-height: 44px;
}
.right-list-box .list-detail-info .patent-title {
	color: rgba(0, 0, 0, 1);
	font-weight: 500;
	font-face: PingFang SC;
	font-size: 16px;
}
.right-list-box .list-detail-info-active .public-number, .right-list-box .list-detail-info-active .patent-title {
	color: #FFF;
}
.right-list-box .list-detail:hover {
	background: #f1f1f1;
	cursor:pointer;
}
.patent-info-left {
	height: 750px;
	padding-left: 0;
	padding-right: 0;
	width: 14%;
	background: #f5f7f9;
}
.info-right-box {
	padding-left: 0;
	padding-right: 0;
}
