
/* 样本资料 */

/* common */
.button{
	background: #0e69ab;
    color: #fff;
    line-height: 1.2142em;
    padding: .67861em 2em;
    font-size: 1em;
    border: none;
}
.mat-select{
	margin-bottom: 2em;
}
.ui.form select.material-select{
	display: inline-block;
}

.material.material-wrap{
	border-top: 1px solid #bbb;
}
.material.material-wrap .mat-list:last-child{
	margin: 0 0 1em 0;
}
.mat-list{
	position: relative;
	margin: 0;
	padding: 1em 0;
	border-bottom: 1px solid #eee;
	width: 48em; 	/* 固定右侧宽度 */
}
.mat{
	/*display: table-cell;*/
	padding-right: 1em;
	color: #999;
}
.mat p{
    max-width: 570px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mat-1{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.mat-1 p:first-child{
	font-size: 16px;
	color: #0e69ab;
	margin-bottom: 12px;
}
.mat-2 p:first-child{
	font-size: 12px;
	color: #999;
}
.mat-2 .button{
	background: #0e69ab;
    color: #fff;
    line-height: 1.2142em;
    padding: .5em 1em;
    font-size: 1em;
    border: none;
    margin-left: 2em;
}
.mat-3{
    position: absolute;
    right: 10px;
    top: 20px;
}
.mat-3 .button{
    background: none;
    color: #0e69ab;
    border: 1px solid #0e69ab;
    line-height: 1.2142em;
    padding: .5em 1em;
    font-size: 1em;
}

.suggest-box{
    margin: auto;
    text-align: center;
    border: 1px solid;
    padding: 2em;
    background: #eee;
}


/* modal 模态框 */
.modal .form-group{
	display: block;
	margin-bottom: 0;
}

/* detail */
.mat-top{
	padding: 2em 1em;
	border-bottom: 1px solid #ddd;
}
.docu-top{
    width: 750px;
    display: inline;
}
.mat-button{
	float: right;
	position: relative;
	right: 20em;
	top: -1em;
}
.mat-button a{
	color: #fff;
}
.mat-button a:hover{
	color: #fff;
	text-decoration: none;
}
.mat-top p{
	display: inline-block;
	margin: 0;
}
.mat-top p:first-child span{
	margin-left: 0.5em;
	font-weight: 600;
	font-size: 16px;
}
.mat-top .mark{
	margin-left: 1em;
	background: #fff;
}

.mat-wrap{
	/*display: table;*/
	position: relative;  
	/* update by luoshu in 2018-11-25 12:53:51 材料部分改用绝对定位模式*/
}
.mat-body{
	/*width: 79%;*/
	width: 82%;
    /*display: table-cell;*/
    padding: 1em;
    border-right: 1px solid #eee;
    margin-right: 210px;
}
.mat-body .content{
	padding-bottom: 2em;
	border-bottom: 1px solid #eee;
}
.mat-right{
	/*display: table-cell;*/
	/*width: 185px;*/
	width: 210px;
	position: absolute;
	top: 0;
	right: 0;
}
.mat-right .right{
	padding: 1em;
	/*margin-bottom: 1em;*/
	border-bottom: 1px solid #eee;
}
.mat-right .right p:first-child{
	font-weight: 600;
}
.mat-right .intro p:nth-child(2) span,.mat-right .intro p:nth-child(3) span,.mat-right .contact p:nth-child(4) span,.mat-right .image p:nth-child(2) span{
	margin-left: 0.5em;
}
.mat-right a:not(:first-child){
	margin-left: 0.5em;
}
/*.mat-right p:last-child span{*/
.mat-right .message p span{
	margin-left: 0.5em;
}

.mat-right .image a{
	/*float: right;*/
}

.contact-list{
	padding: 10px;
}
.contact-list:not(:last-child){
	border-bottom: 1px solid #eee;
}
.contact-list p{
	margin-bottom: 0.5em;
}

.right.contact p{
	line-height: 2;
	color: #999;
}
.share{
	margin-top: 1em;
	position: relative;
}
.share a{
	margin-right: 1em;
}
.share .wechat:hover + .wechat-qrcode{
	display: block;
}
.share .wechat-qrcode{
	display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
/*    left: -84px;*/
    width: 200px;
    /*height: 192px;*/
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-transition: all 350ms;
    -moz-transition: all 350ms;
}
.share .wechat-qrcode:after{
	content: '';
	position: absolute;
	left: 50%;
	z-index: 10;
	border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.share .wechat-qrcode h4{
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.share .wechat-qrcode img{
	width: 60%;
}
.share .button{
	float: right;
}

/* standard */
.fa.fa-chevron-right{
	float: right;
}
.search-left{
	width: 300px;
    margin: 0;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    line-height: 1.2142em;
    padding: .67861em 1em;
    font-size: 1em;
    background: #fff;
    border: 1px solid rgba(39,41,43,.15);
    color: rgba(0,0,0,.8);
    border-radius: .2857rem;
    box-shadow: 0 0 0 0 transparent inset;
    -webkit-transition: background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease;
    transition: background-color .2s ease,color .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.own-search.search-lefts{
	margin: 1em;
	padding: 0 1.2em;
}
.button.button-mat.button-left{
	padding: .67861em 1em;
}
.button-left .fa{
	color: #fff;
}
.message ul li{ margin-bottom: 0.5em; }