@charset "utf-8";
/*通用样式*/
/*去除所有元素的内外边距*/

*{
    margin: 0;
    padding: 0;
}
/*去除所有ul里li的小圆点*/
ul{
    list-style-type: none;
}
/*去除所有a的下划线*/
a{
    text-decoration: none;
}
/*将图片转换成区块，将图片最大宽度设置成100%,使图片自适应*/
img{
    display: block;
    max-width: 100%;
}
/*通用样式结束*/

/*背景*/
.grey_bg { background: #fff;}

/***********************header begin*********************/
.header {
    width: 100%;
    height:auto;
    position: fixed;
    top: 0;
    background-color: #2882d8;
    z-index: 10;
}

.header_toolbar {
	position: fixed;
    top: 7.142rem;
    z-index: 11;
    width: 100%;
    background: #f5f5f5;
    height: 4rem;
    padding-top: 1rem;
}

.header_icon {
	position: absolute;
    left: 0.857rem;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_icon img{
	width: 12px;
	height: 20px;
}
.header_icon a{
	font-size: 1.429rem;
    color: #ffffff;
    
}

.header_title {
    flex-grow: 1;
    flex-shrink: 0;
    color: #ffffff;
	font-size: 20px;
	font-weight:bold;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.header .header_toolbar .header_title_button {
	flex-grow: 0;
    flex-shrink: 0;
    width: 43px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-top: 10px;
}

.header_title_button_right{
 
  position:fixed;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
  height: auto;
  width: 70px;
  font-size: 13px;
  line-height:25px;
  margin-left:81%;
  background-color:#2882d8;
  color: #ffffff;
  z-index:1;
 
}

.header_title_button_right a{
   flex-grow: 0;
   flex-shrink: 0;
   display: flex;
   justify-content:center;
   align-items:center;
   
}

.header_toolbar2{
	    position: fixed;
	    top:0;
    padding-top:0;
    z-index: 11;
    width: 100%;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#1e5cb3), to(#2882d8));
    height: 3.167rem;
    display: flex;
    align-items: center;
}
.header_title3{font-weight:normal;margin-right:0!important;}
.header_search {
	display: flex;
	    align-items: center;
	    width: 100%;
    margin: 0 0.857rem;
    height: 2.714rem;
    border-radius: 4px;
    background-color: #ffffff;
        border: 1px solid #ddd;
}

.header_title img{
       height: 1.286rem!important;
    position: absolute;
    right: 1.714rem;
    top: 1.75rem;
}

.header_input {
    width: 90%;
    height: 2.714rem;
    line-height: 2.714rem;
    border-radius: 4px;
    padding-left: 1rem;
    color: #333333;
}


  
.header_2nd_toolbar{
	height: 48px;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	font-size: 14px;	
	justify-content: space-around;
	align-items:center;
	text-align: center;
	background-color: #ffffff;	
	border:0.5px;
	border-bottom: solid;
	border-bottom-color: #f8f8f8;
    
}
.header_2nd_toolbar .tabs_single {
	line-height: 22px;
    color:#333333;
	flex-grow: 0;
	flex-shrink: 0;
}
.header_2nd_toolbar .tabs_underline {
	background-color: #1e5cb3;
	height: 3px;
	position: absolute;
	bottom: 0;
	width: 21%;

	
}

/***********************header end*********************/

/***********************footer begin*********************/
.footer{
     display: flex;
     justify-content: space-between;
     flex-wrap: nowrap;
     width: 100%; 
     height: 50px;
     position: fixed;
     bottom: 0px;
     background: #ffffff; 
     box-shadow: 0 -1px 0 0 #dddddd;
}
.footer_section {
     flex-grow: 1;
     color: #666666;
     display: flex;
     justify-content: flex-start;
     flex-direction: column;
     height: 38px;
     padding: 6px;
}

.footer_section.active {
    color: #1265cf;
}

.footer_icon {
    height: 28px;
    width: 28px;
    margin-left:37%;
    margin-top:-1px;
}
.footer_text {
    font-size: 12px;
    height: 8px;
    width: 100%;
    line-height: 8px;
    margin-top: 3px;
    margin-left:39.3%;
}
/*******course footer begin********/
.footer_course{
     display: flex;
     justify-content: space-between;
     flex-wrap: nowrap;
     width: 100%; 
     height: 50px;
     position: fixed;
     bottom: 0px;
     background: #ffffff; 
     box-shadow: 0 -1px 0 0 #dddddd;	
}
.footer_course .footer_course_left{
	 flex:1;
     color: #666666;
     display: flex;
     justify-content: center;
     align-items:center;
     text-align: center;
     font-size:14px;
}
.footer_course .footer_course_left img{
	width:20px;
	height: 20px;
	flex-grow: 0;
    flex-shrink: 0;
}
.footer_course .footer_course_right{
	 flex:1;
     display: flex;
     justify-content: center;
     align-items:center;
     text-align: center;
     background-color:#2882d8;
	 color:#ffffff;
	 font-size:14px;
	 height: 100%;
	 width: 100%;
}
/*******course footer end********/

/*******share footer begin********/
.footer_share{
     display: flex;
     justify-content: space-between;
     flex-wrap: nowrap;
     width: 100%; 
     height: 50px;
     position: fixed;
     bottom: 0px;
     background: #ffffff; 
     box-shadow: 0 -1px 0 0 #dddddd;	
}
.footer_share .footer_share_left{
	 flex:1;
     color: #666666;
     display: flex;
     justify-content: center;
     align-items:center;
     text-align: center;
     font-size:14px;
}
.footer_share .footer_share_left img{
	width:20px;
	height: 20px;
	flex-grow: 0;
    flex-shrink: 0;
}
.footer_share .footer_share_right{
	 flex:1;
     display: flex;
     justify-content: center;
     align-items:center;
     text-align: center;
     background-color:#2882d8;
	 color:#ffffff;
	 font-size:14px;
	 height: 100%;
	 width: 100%;
}
/*******share footer end********/
.footer_logout{
	 width: 100%;
	 display: flex;
     justify-content: center;
     align-items:center;
     background-color: #2882d8;   
     position: fixed;
     bottom: 0px;
     height: 50px;
     font-size: 14px;
}
.footer_logout a{
	color: #ffffff;
}
/***********************footer end*********************/

/***********************content begin*********************/
.content{
   width: 100%;
   background-color:#fff;	
}
.content_list1{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding-left: .85rem;
    box-sizing: border-box;
}

.content_list{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-sizing: border-box;
}
.my_listed_util{
	background-color:#ffffff; 
	margin-top: 180px;
}
/***********************content end*********************/

/***********************loadall begin*********************/
.load_all{
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin:3px 0;
}
/***********************loadall end*********************/

/***********************homepage begin*********************/
.homepage_discipline_container {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 0 auto;
  justify-content: space-around;
}

.homepage_discipline {
  width: 33%;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
}

.homepage_discipline_img {
  width: 100%;
}
/***********************homepage end*********************/

/************我发布的 我对接的 begin**************/
.my_listed {
    width: 100%;
    max-height:170px;
    display: flex;
    background-color: #f8f8f8;
    flex-direction: column;
    position: fixed;
    z-index: 10;
    height: 150px;
}
.my_listed .my_brief{
	height:70px;
    flex-grow: 0;
    flex-shrink: 0;  
    display: flex; 
    padding: 10px 16px;
    margin-top: 20px;
    background-color: #ffffff;
}
.my_listed .my_brief .my_head{
    flex-grow: 0;
    flex-shrink: 0;
    display:flex;
    justify-content:center;  
    align-items:center;
}
.my_listed .my_brief .my_head img{
    flex-grow: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius:100%;
}
.my_listed .my_brief .my_info{
    flex-grow: 1;
    flex-shrink: 0;
    display:flex;
    flex-direction: column;
    margin-left: 6px;
}
.my_listed .my_brief .my_info .my_info_name{
	flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.my_listed .my_brief .my_info .my_info_company{
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.my_listed .my_brief .my_icon{
	flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content:center;  
    align-items:center;
}
.my_listed .my_brief .my_icon img{
	width: 12px;
	height: 12px;
}
.my_listed .my_tab{
    height:40px;
    flex-grow: 0;
    flex-shrink: 0;  
    display: flex; 
    margin-top:10px;
    margin-bottom:10px;
    justify-content: center;
    align-items:center;
}
.my_listed .my_tab .my_publish{
	font-size: 15px;
	color: #2882d8;
	text-align: center;
	background-color: #ffffff;
	padding: 8px 20px;
}
.my_listed .my_tab .my_connect{
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	background-color: #2882d8;
	padding: 8px 20px;
}
/************我发布的 我对接的 end****************/

/******************course_focus begin********************/
.course_focus{
	display: flex;
	flex-wrap: wrap;
    height:auto;
    position: fixed;
    text-align: center;
    top: 100px;
    z-index: 1;   
    border-bottom:1px solid #dddddd;
    background-color: #ffffff;
    padding: 5px 10px;
    min-width: 100%;
}
.course_focus_span{
	display: flex;
    align-items:center;
    text-align:center;
	flex-grow: 0;
    flex-shrink: 0;
    width:auto;
    padding:8px 15px;
    height:auto;
    border-radius:2px;
	border: 1px solid #dddddd;
	margin: 5px;
	font-size: 12px;
}
/******************course_focus end**********************/

.warn{
	text-align:center;
	font-size: 12px;
	color: #999999;
	line-height: 35px;
}

/*美工头部样式*/
.header1 {
    width: 100%;
    height:auto;
    position: fixed;
    top: 0;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#1e5cb3), to(#2882d8));
    z-index: 10;
}
.header_toolbar1 {
	width: 100%;
	height: 3.571rem;
	display: flex;
	flex-direction: row;
	justify-content:flex-start; 
	align-items:center;
}

.header_icon1 {
	width: 3.571rem;
    height: 3.571rem;
    background: url("../../mobile/images/return.png") no-repeat;
    display: inline-block;
    float: left;
    background-size: 6.333rem 3.571rem;
    -o-background-size: 6.333rem 3.571rem;
    -webkit-background-size: 6.333rem 3.571rem;
    -moz-background-size: 6.333rem 3.571rem;
    cursor: pointer;
}

.header_title1 {
   width: calc(100% - 6.333rem);
    height: 3.571rem;
    font-size: 1.429rem;
    line-height: 3.571rem;
    color: #fff;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    float: left;
}

.header1 .header_toolbar1 .header_title_button1 {
	flex-grow: 0;
    flex-shrink: 0;
    width: 43px;
    font-size: 1.143rem;
    color: #ffffff;
}


/*我发布的页面头部样式*/
.header2 {
    width: 100%;
    height:auto;
    position: fixed;
    top: 0;
    background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#1e5cb3), to(#2882d8));
    z-index: 10;
}

.header_toolbar2 {
	width: 100%;
	height: 3.571rem; 
	display: flex;
	flex-direction: row;
	justify-content:flex-start; 
	align-items:center;
}

.header_icon2 {
	flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;   
    width: 30px;
}
.header_icon2 img{
	width: .756rem;
	height: 1.143rem;
}
.header_icon2 a{
	font-size: 20px;
    color: #ffffff;    
}

.header_title2 {
    flex-grow: 1;
    flex-shrink: 0;
    color: #ffffff;
	font-size: 1.429rem;
    line-height: 32px;
    margin-right:15px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.content_patent_person_about_list:last-child,
.content_patent_about_list:last-child,
.common-box1:last-child{
	border:0 !important;
}

@media screen and (min-width:320px) {
    html { font-size:75%;}
}
@media screen and (min-width:360px) {
    html { font-size:85%;}
}
@media screen and (min-width:375px) {
    html { font-size:87.5%;}
}
@media screen and (min-width:414px) {
    html { font-size:96%;}
}
@media screen and (min-width:480px) {
    html { font-size:110.5%;}
}
@media screen and (min-width:568px) {
    html { font-size:129%;}

}
@media screen and (min-width:639px) {
    html { font-size:150%;}
}
.header_icon {
    height: 3.667rem;
}