<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    background: url(../images/banner-laptop-04.jpg) left top no-repeat;
    height:375px;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner h2 {
    padding-top: 50px;
    width: 500px;
}

.banner h4 {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 500px;
}

@media screen and (max-width:1200px) {
    .banner h2 {
        padding-left:20px;
    }
    
    .banner h4 {
        padding-left:20px;
        width:500px;
    }

}

@media screen and (max-width: 768px) {
    .banner h2 {
        padding-left:20px;
        padding-right:20px;
    }
    
    .banner h4 {
        padding-left:20px;
        padding-right:20px;
        width:auto;
    }
    
}




.wainautotest-pros {
    padding-top:60px;
    height: 450px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-background-size: cover;
    background-size: cover;
    background-color:white;
}

.wainautotest-pros .items {
    overflow: hidden;
    margin-top: 45px;
}

.wainautotest-pros .items li {
    float: left;
    position: relative;
    padding: 120px 35px 30px;
    margin-bottom: 40px;
    margin-left: 40px;
    width: 350px;
    height: 300px;
    background: #fff;
    border: 1px solid #e8e9eb;
    cursor: pointer;
}

.wainautotest-pros .items li .wainautotest-desktop {
    background-image: url(../images/icon-windows.png);
}
.wainautotest-pros .items li .wainautotest-ai {
    background-image: url(../images/icon-ai.png);
}
.wainautotest-pros .items li .wainautotest-report {
    background-image: url(../images/icon-report.png);
}


.wainautotest-pros .items li .wainautotest-pros-icon {
    position: absolute;
    left: 41px;
    top: 50px;
    height: 50px;
    width: 50px;
    background-size: 50px 50px;
    background-repeat: no-repeat;
    background-position: left top;
}


.wainautotest-pros .items li h3 {
    margin-bottom: 11px;
    color: #172b4d;
    font-size: 20px;
}

.wainautotest-pros .items li p {
    position: inherit;
    z-index: 2;
    line-height: 26px;
    color: #a8acb9;
    height: 104px;
}



@media screen and (max-width:1200px) {
    .wainautotest-pros {
        height:auto;
    }
    .wainautotest-pros .items li {
        width: 46%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 768px) {
    .wainautotest-pros {
        height:auto;
    }
    .wainautotest-pros .items li {
        margin-left:5%;
        margin-right:5%;
        margin-bottom: 20px;
        padding-top: 120px;
        height: auto;
        width: 90%;
    }
}



.section-title {
	padding-top: 50px;
}

.section-title h1 {
	font-size: 30px;
	text-align:left;
}

.section-title h1:after {
	background: #e10000;
    content: "";
    display: block;
    height: 1px;
    margin: 10px 0;
    width: 80px;
}

.section-content h2 {
	padding-top:20px;
	font-size: 16px;
	line-height: 32px;
}


.wainautotest-multiplatforms {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color:white;
	height:450px;
}

.wainautotest-multiplatforms div.part-pic {
	margin-top:60px;
	float:left;
    background-image: url(../images/research/wainautotest-screenshot.png);
    width:710px;
    height:365px;
}

.wainautotest-multiplatforms div.part-text {
	float:right;
	padding-top:20px;
	width:420px;
    height:365px;
}


@media screen and (max-width:1200px) {
    .wainautotest-multiplatforms {
        padding-bottom:60px;
        height:800px;
    }
    
    .wainautotest-multiplatforms div.part-pic {
        margin-top:30px;
        float:none;
        margin-left:auto;
        margin-right:auto;
        width:710px;
        height:365px;
    }
    
    .wainautotest-multiplatforms div.part-text {
        float:none;
        padding-top:30px;
        margin-left:auto;
        margin-right:auto;
        width:710px;
        height:350px;
    }
}

@media screen and (max-width: 768px) {
    .wainautotest-multiplatforms {
        padding-bottom:60px;
        height:820px;
    }
    
    .wainautotest-multiplatforms div.part-pic {
        margin-top:30px;
        float:none;
        margin-left:auto;
        margin-right:auto;
        width:710px;
        height:365px;;
    }
    
    .wainautotest-multiplatforms div.part-text {
        float:none;
        padding-top:30px;
        margin-left:10%;
        margin-right:10%;
        width:80%;
        height:400px;
    }
}


.wainautotest-ai {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	background-color:white;
	height:550px;
}

.wainautotest-ai div.part-pic {
	margin-top:60px;
    float:right;
    background:no-repeat;
    background-image: url(../images/research/wainautotest-ai.png);
    width:710px;
    height:231px;
}

.wainautotest-ai div.part-text {
	float:left;
	padding-top:20px;
	width:420px;
    height:231px;
}


@media screen and (max-width:1200px) {
    .wainautotest-ai {
        padding-bottom:60px;
        height:650px;
    }
    
    .wainautotest-ai div.part-pic {
        margin-top:30px;
        float:none;
        margin-left:auto;
        margin-right:auto;
        width:710px;
        height:231px;
    }
    
    .wainautotest-ai div.part-text {
        float:none;
        padding-top:30px;
        margin-left:auto;
        margin-right:auto;
        width:710px;
        height:350px;
    }
}

@media screen and (max-width: 768px) {
    .wainautotest-ai {
        padding-bottom:60px;
        height:700px;
    }
    
    .wainautotest-ai div.part-pic {
        margin-top:30px;
        float:none;
        margin-left:auto;
        margin-right:auto;
        width:710px;
        height:231px;
    }
    
    .wainautotest-ai div.part-text {
        float:none;
        padding-top:30px;
        margin-left:10%;
        margin-right:10%;
        width:80%;
        height:400px;
    }
}</pre></body></html>