/*result*/
.wrap1{
	width: 100%;
	margin-top: 100px;
	padding-bottom: 60px;
}

.wrap1:before {
    content: '';
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflagawards/imgs/web/5.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.resultvideo {
    width: 45%;
    height: auto;
    margin: auto;
	margin-bottom: 50px;
}

.result {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.result>.logo {
    width: 300px;
    margin: 40px auto;
}

.result>h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-family: "å¾®è½¯é›…é»‘";
}

.result>h3 {
    padding: 10px 0;
    font-size: 27px;
    letter-spacing: -1px;
    color: #fff;
}

.result>h4 {
    padding: 6px 0;
    font-size: 30px;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 40px;
}

.result>h5 {
    padding: 6px 0;
    font-size: 17px;
    letter-spacing: -1px;
    color: #fff;
    font-weight: normal;
}

.result ul {
    overflow: hidden;
}

.result ul li {
    width: 50%;
    height: 110px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px #555;
    background: rgba(0, 0, 0, 0.4);
    margin: 20px auto;
}


/*.result ul li:nth-child(odd){
	float: left;
}*/


/*.result ul li:nth-child(even){
	float: right;
}*/

.result ul li>img {
    width: 180px;
    height: 73px;
    background-color: #ffffff;
}

.result ul li>div {
    padding-left: 20px;
    border-left: 2px solid #aaa;
    margin-left: 20px;
    text-align: left;
	color: #fff;
	letter-spacing: 1px;
}

.result ul li>div>h4 {
    font-size: 17px;
    font-weight: bold;
    color: #fff;
	letter-spacing: 1px;
    line-height: 26px;
}

.result ul li>div>h4.smail {
    font-size: 15px;
}

.result ul li>div>h4>span {
    font-size: 15px;
    color: #777;
    font-weight: normal;
}

.result ul li>div>p>span {
    font-size: 13px;
    color: #777;
}

.result ul li>div>p {
    word-break: break-all;
}
.result ul li>div>p.smail {
    font-size: 13px;
}

.result ul li>div>p>span.smail {
    font-size: 12px;
}
.resultvideo {
    width: 900px;
    height: auto;
    margin: auto;
    display: block;
	margin-bottom: 60px;
}

.pcshow {
	display: block;
}

.mshow {
	display: none;
}

@media screen and (max-width:768px) {
	
	.mshow {
		display: block;
	}
	
	.pcshow {
		display: none;
	}
	
	.resultvideo{
		width: 100%;
		margin: auto;
	}
	.wrap1{
		margin-top: 50px;
		padding-bottom: 40px;
	}
	.wrap1:before {
	    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aiflagawards/imgs/phone/5.png) no-repeat center;
	    background-size: cover;
	}
	.result{
		width: 100%;
		padding: 30px 15px 0;
	}
	.result h2{
		margin-top: 30px;
		font-size: 20px;
	}
	.result h3{
		padding: 6px 0;
		font-size: 17px;
	}
	.result .logo_block{
		margin-top: 20px;
		padding-left: 0px;
	}
	.result .logo_block img{
		width: 50%;
		height: 60px;
	}
	.result .logo_block img:nth-child(even){
		border-right: 1px solid #ddd;;
	}
	img.lastTwo{
		border-bottom: 1px solid #ddd;
	}
	img.lastOne{
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
	}
	.result ul{
		width: 100%;
		margin-top: 20px;
		padding: 1px;
	}
	.result ul li{
		width: 100%;
	}
	.result ul li:nth-child(odd){
		float: none;
	}
	.result ul li:nth-child(even){
		float: none;
	}
	.result ul li>img{
		width: 160px;
		height: 60px;
		flex-shrink: 0;
	}
	.result ul li>div{
		padding-left: 10px;
	}
	.result ul li>div>h4{
		line-height: 26px;
	}
	.result ul li>div>p{
		font-size: 13px;
	}
	.pcHeight{
		height: auto;
	}
}