
.basic-info {
	width: 100%;
	height: 483px;
	padding: 0 40px;
	box-sizing: border-box;
	background-color: #3c3c3c;
	align-items: stretch;
	position: relative;
	overflow: hidden;
}

.basic-info .img-logo {
	height: 100px;
	background-repeat: no-repeat;
	width: 100px;
	background-position: center;
	background-color: #ffffff;
	background-image: url(../img/comlogo.png);
	vertical-align: top;
	margin: 0px auto;
	margin-top: 40px;
	border-radius: 50%;
	border: 2px solid rgba(183, 183, 183, 0.89);
	background-size: 100%;
}

.basic-info .profile {
	font-size: 18px;
	padding: 0 50px;
	text-align: left;
	color: #949494;
	//
	background-color: #b3e5fc;
	vertical-align: top;
	margin: 13px auto;
	line-height: 31px;
	text-align: center;
}

.basic-info .intro {
	overflow: hidden;
	text-overflow:ellipsis;
	//
	white-space: nowrap;
	height: 150px;
	/* background-color: rgba(255, 255, 255, 0.55); */
	display: inline-block;
	width: 641px;
	vertical-align: top;
	margin: 22px 92px;
	border: 1px solid #6b6b6b;
	color: #000000;
	border-radius: 4px;
	display: none;
}

.profile .team {
	font-size: 18px;
	font-weight: normal;
}

.profile a {
	text-decoration: none;
	color: #f4d292;
}

.profile a:hover, .profile a:focus, .profile a:active {
	color: #eeeeee;
}

.intro .intro-wording{
	padding: 30px 50px;
	line-height: 25px;
}


.works {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	padding: 50px 0;
}

.works .wrap {
}

.worksList li {
	/* border-radius: 2px; */
	padding: 12px 12px;
	transition: all ease-out 0.3s;
	background: #fff;
}

.work .pic {
	width: 250px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	/* background-color: #ffffff; */
	background-image: url(../img/website1.png);
	background-size: contain;
}

.work .name {
	font-size: 14px;
	text-align: left;
	line-height: 24px;
	padding: 5px 0;
	color: #333;
	margin-top: 0px;
	border: 1px solid #f3f3f3;
	border-top: none;
	padding-left: 10px;
	background: #fff;
	margin-bottom: 0;
}

.works .worksWrapper {
	display: block;
	text-decoration: none;
	color: #000000;
	background: #ccc;
	transition: all ease-out 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 250px;
	margin: 0 auto;
}

.works a:hover, .works a:focus, .works a:active  {
}


footer {
}



.vertical-center {
}


.z-index-1 {
    /* box-shadow: 0 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24); */
}
.z-index-2 {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.16), 0 3px 3px 0 rgba(0,0,0,0.23);
}
.z-index-3 {
    box-shadow: 0 10px 10px rgba(0,0,0,0.19), 0 6px 3px rgba(0,0,0,0.23);
}
.z-index-4 {
    box-shadow: 0 14px 14px rgba(0,0,0,0.25), 0 10px 5px rgba(0,0,0,0.22);
}
.z-index-5 {
    box-shadow: 0 19px 19px rgba(0,0,0,0.30), 0 15px 6px rgba(0,0,0,0.22);
}

.wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

p {
    font-size: 12px;
    color: #aaa;
    line-height: 21px;
}

.works h2 {
    font-weight: normal;
    font-size: 18px;
    margin-left: 14px;
    margin-bottom: 9px;
    text-align: center;
    font-size: 32px;
    color: #333;
}

h2 {}

.avatar {
    background: url(https://avatars3.githubusercontent.com/u/153778?v=3&s=460);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.members li {
    display: flex;
    text-align: center;
    margin-bottom: 97px;
    vertical-align: top;
    overflow: hidden;
    height: 122px;
}

ul.members {
    margin-bottom: 31px;
    margin-left: 18px;
    margin-top: 39px;
}

.members img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    float: left;
    margin-right: 24px;
}

span.icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    margin-right: 5px;
    background-size: 100%;
    margin-top: -5px;
    display: none;
}

span.icon.group {
    background-image: url(../img/group.png);
}

span.icon.draft {
    background-image: url(../img/draft.png);
}

p.vertical-center {
    margin-top: 21px;
}

.basic-info:before {
    content: '';
    background: url(../img/hero-2.jpg) bottom;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 102%;
    background-size: cover;
    /* filter: blur(6px); */
}

.basic-info > .wrap {
    margin-top: 120px;
}

.worksList li a:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub {
    text-align: center;
    color: #9a9a9a;
    font-size: 14px;
}

.members h3 {
    font-weight: normal;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 8px;
    color: #333;
    font-size: 18px;
}

.subintro {
    text-align: left;
    line-height: 21px;
    font-size: 14px;
    color: #b7b7b7;
}

.works.grey {
    background: #fafafa;
}

html,body {
    overflow-x: hidden;
    /* height: 100%; */
}

ul.worksList {
    margin-top: 31px;
    padding: 0;
}

span.time {
    float: right;
    font-size: 12px;
    color: #aaa;
    margin-right: 9px;
}

ul.concat {
    text-align: left;
    list-style: none;
    width: 293px;
    margin: 0 auto;
    margin-top: 21px;
}

ul.concat li {
    color: #333;
    line-height: 33px;
    font-size: 14px;
}

.concat span {
    margin-left: 17px;
}


i.icon.wb {
    background-image: url(http://cdn.alloyteam.com/assets/img/weibo-0a6bcc.png);
    vertical-align: top;
    margin-right: 6px;
}

.members li h3 > span {
    margin-left: 41px;
    font-size: 14px;
    color: #909090;
    margin-top: 21px;
}

a {}

.basic-info:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.34);
}

.members .subintro span {
    margin-top: 5px;
    display: inline-block;
    margin-right: -2px;
}

i.icon.wb.github {
    url(http: //cdn.alloyteam.com/assets/img/github-422e57.png);
    background-image: url(http://cdn.alloyteam.com/assets/img/github-422e57.png);
    width: 16px;
}

.major,.job {
    /* display: inline-block; */
}

i.icon.wb.homepage {
    background-image: url(../img/homepage.png);
}

.left {
    float: left;
}

.name h3 {
}

.name .nameContent {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 179px;
    display: inline-block;
}

span.lightgrey {
    color: #b7b7b7;
    font-family: Segoe UI Light,Microsoft YaHei,Arial,Helvetica,sans-serif;
    font-weight: 100;
}

@media (max-width: 768px){
    .works h2{
        font-size: 26px;
    }
}
