.wrapper {
		position: relative;
		max-width:1280px;
		<!--width: 100%;-->
		height: 60px;
		margin: 0 auto;	
		
        }
		
		.wrapper .search-bar img{
            width : 55px;
			height : 55px;	
			border-radius: 30px;		
        }
		.wrapper .nav-bar-wrapper {
		<!--background-color: #1E4E7A;-->
		position: flex;
		margin: 2px 3% 2px 0;
		padding: 0 auto ;
		font-size:18px
		}
		
        .wrapper .search-bar {
            float: left;
            display: flex;
            white-space: nowrap;
            align-items: center;
        }
        .search-container {
            position: relative;
            vertical-align: middle;
            line-height: normal;
            display: table;
            border-collapse: separate;
            margin-left: 10px;
        }
        .search-container input{
            width: 100%;
            float: left;
            display: table-cell;
            margin-bottom: 0;
            position: relative;
            z-index: 2;
            border-radius: 4px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            height: 32px;
            line-height: 1.5;
            padding: 4px 7px;
            font-size: 14px;
            border: 1px solid #dcdee2;
            color: #515a6e;
            background-color: #fff;
            background-image: none;
            cursor: text;
            transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
        }
        .search-container .search-btn {
            display: table-cell;
            cursor: pointer;
            padding: 0 16px!important;
            background: #2d8cf0!important;
            color: #fff!important;
            border-color: #2d8cf0!important;
            transition: all .2s ease-in-out;
            position: relative;
            z-index: 2;
            width: 1px;
            white-space: nowrap;
            vertical-align: middle;
            border-radius: 0 4px 4px 0;
        }
		.result .checkbox-wrapper .checkbox input{
		margin-top: 10px!important;
        
		line-height: normal;
		}

            
        nav+h1 {
            padding:  60px 2.5%;
        }
		
		.result {
		    display: relative;
			position: relative;
            max-width:1600px;
		
			height: 80%; 
			margin:0 auto 20px;
			
            clear: both;
            overflow: auto;
			
        }
        
        .result .left {
		position:fixed;
		width:150px;
		top:50px; <!--原来是70px-->
		left:100px;
		float:left;
        }

		.result .left .leftlabel{
		margin-bottom:10px;
		background-color:#0F4C81;
		color: #f5f0eb;
		font-size: 20px; 
		border-radius: 10px;
		padding-top:15px;
		padding-bottom:15px;
		padding-left:10px;
		cursor:pointer;
        }
		.result .table {
            max-width: 1260px;
            margin: auto;
            display: flex;
            padding-bottom: 10%;
        }
        .result .table .right {
            padding: 0 40px;
            flex-grow: 1;
			
        }
        .result .table .right div>h2 {
            color: #d47511;
            border-bottom: 2px solid #d47511;
            font-weight: normal;
            margin-bottom: 20px;
			max-width:100%;
        }
        .result .table .right .module-container {
            display: flex;
            margin-bottom: 20px;
        }
        .result .table .right .module-container .title {
            min-width: 20em;
        }
        .result .table .right .module-container.view-module .des{
            width: 20em;
            text-align: justify;
			position: right;
        }
		.result .table .right .scrna{
			position: flex;
			align-items: center;	
			
			padding: 0 0 0 0;
			<!--margin: 40px 0 20px 0;
			margin-left:210px;-->
			margin-top:30px;
			
        }
		.result .table .right .scrna img{
			max-width:50%;
			 float: left;
			 padding-bottom:5px;
			
		
        }
        .module-item {
            width: 100%;
        }
        .module-item li {
            list-style: none;
            display: flex;
        }
        .module-item li span{
            word-break: break-word;
        }
        .module-item li span:first-of-type {
            width: 15em;
            min-width: 15em;
            display: inline-block;
        }
		
        #Description,#Properties,#BiologicalProperties,#View,#ExternalLinks{
            /*display: none;默认为不显示，注释掉默认就全显示了*/
        }
		.sequencebox {
			position: relative;
			line-height: 1.5em;
			text-align: justify;
			word-wrap:break-word; 
			word-break:break-all; 
			
		  }

		  .sequencebutton {
			background-color: #EEEEEE;//设置背景颜色
			color: #FFFFFF;//设置按钮上面的字体颜色
			border: 1px solid #1AAD19;//设置边框的颜色
			cursor: pointer;//设置鼠标移动到button的样式
			border-radius: 3px;//设置倒角的大小，这个属性可以使得四个角有一定的角度更美观一点
			
		  }
		
		  .review {
			position: relative;
			line-height: 1.5em;
			text-align: justify;
			word-wrap:break-word; 
			word-break:break-all; 
			
		  }
		  .ellipsis {
			overflow : hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		  }
		  .collapse {
			width:50px;
			padding-right:0;
			
			position: absolute;
			right:0;
			bottom: 0;
			line-height: 1.5em;
			cursor: pointer;
			text-align:right;
			color: #d47511;
            font-weight: bold;
		  }
		  .bigbox{
		  width:1050px;
		  }
		.imgSCPreview {
            display: none;
            top: 0;
            width: 100%;
            height: 100%;
            position: fixed;
            background: rgba(0, 0, 0, 0.5);
			left:0%;
        }
        .imgSCPreview img {
            z-index: 5;
            width: 55%;
            position: fixed;
            top: 9%;
			left: 25%;
			
        }
