@charset "UTF-8";

*{
    font-family:"Microsoft YaHei";
    padding: 0;
    margin: 0;
}

.container{
    margin: 0 auto;
    width: 1200px;
}

.clear{
    clear: both;
}

.container-banner{
    margin: 0 auto;
    width: 1000px;
}

.banner-content{
    width: 100%;
    background: url(../../images/testBanner/background-bug.png) no-repeat center;
    text-align: center;
    padding: 30px 0;
    box-sizing: border-box;
    background-size: cover;
}

.function-banner{
    height: auto;
    padding: 30px 0;
    background: url(../../images/testBanner/background-function.png) no-repeat center;
    background-size: cover;
}

.function-banner ul{
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content:space-between;
}

.function-banner ul li{
    display: inline-block;
    list-style: none;
    width: fit-content;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #831FEA;
}

.function-banner ul li:nth-child(-n+3){
    background-color: #1F5DEA;
}


.function-banner ul li:last-child{
    margin-right: 0;
}



.banner-content h1{
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    opacity:0.9;
}

.banner-content h2{
    font-size: 22px;
    color: #fff;
    margin-top: 24px;
}

.banner-content p{
    font-size: 16px;
    color: #fff;
    margin-top: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

.banner-foot{
    float: left;
    margin-top: 54px;
    width: 12.5%;
}

.banner-foot img{
    width: 46px;
    height: 46px;
}

section{
    text-align: center;
}

section h1{
    font-size: 30px;
    color: #1d2e41;
    margin-top: 30px;
    margin-bottom: 40px;
}

.function-top{
    margin-top: 80px;
}

.text-alignment{
    text-align: left;
    margin-bottom: 25px;
}

.service-mode p{
    font-size: 16px;
    color: #1d2e41;
    margin-top: 22px;
    margin-left: 120px;
    margin-right: 120px;
}

.service-mode h2{
    font-size: 18px;
    font-weight: bold;
    color: #3b4a5d;
    background: url(../../images/testBanner/background-h2.png) no-repeat center;
    padding: 10px 3px;
    margin-top: 44px;
}

.service-mode .extra{
    font-size: 14px;
    color: rgba(29,46,65,0.8);
    margin-top: 14px;
}

.service-mode img{
    margin-top: 60px;
}

.service-mode-process dl{
    float: left;
    width: 20%;
    color: #1a3b5e;
}

.service-mode-process dl dt{
    font-size: 18px;
    background: url(../../images/testBanner/service-mode-dt.png) no-repeat center;
    margin-top: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.service-mode-process dl dd{
    font-size: 14px;
    padding:20px 40px;
    line-height: 24px;
}

.service-mode-process dl:first-child{
    position: relative;
    top: -40px;
    left: -10px;
}

.service-mode-process dl:nth-child(2){
    position: relative;
    top: -5px;
    left: -5px;
}

.service-mode-process dl:nth-child(3){
    position: relative;
    top: -35px;
}

.service-mode-process dl:nth-child(4){
    position: relative;
    top: -5px;
    left: 5px;
}

.service-mode-process dl:nth-child(5){
    position: relative;
    top: -40px;
    left: 10px;
}

.application-scenario-item{
    float: left;
    width: 20%;
}

.application-scenario-item img{
    width: 60px;
    height: 60px;
}

.application-scenario-item p{
    font-size: 16px;
    color: #1a3b5e;
    padding: 30px;
}

.service-feature-item{
    float: left;
    margin-left: 20px;
}

.service-feature-item:first-child{
    margin-left: 10px;
}

.service-feature-item-card{
    width: 230px;
    height: 185px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 4px rgba(82,177,245,0.1);
    position: relative;
    top: 20px;
    left: 25px;
}

.service-feature-item-base{
    width: 280px;
    height: 90px;
    background: linear-gradient(#55c4f9, #4c7fee)
}

.service-feature-item-base p{
    font-size: 16px;
    color: #fff;
    padding: 30px;
}

.service-feature-item:first-child .service-feature-item-card{
    background: url(../../images/testBanner/card-01.png) no-repeat center;
}

.service-feature-item:nth-child(2) .service-feature-item-card{
    background: url(../../images/testBanner/card-02.png) no-repeat center;
}

.service-feature-item:nth-child(3) .service-feature-item-card{
    background: url(../../images/testBanner/card-03.png) no-repeat center;
}

.service-feature-item:last-child .service-feature-item-card{
    background: url(../../images/testBanner/card-04.png) no-repeat center;
}

.service-mode-list{
    height: 420px;
    background-color: #f2f4fa;
    box-sizing: border-box;
    padding-top: 40px;
}

.service-mode-list img{
    margin:0;
}

.service-mode-list p{
    font-size: 18px;
    color: #1d2e41;
    position: relative;
    top: -20px;
}

.service-mode-list-01{
    float: left;
    text-align: center;
}

.service-mode-list-02{
    float: right;
}


/* 第三方验收测试 */
.check-banner{
    height: 310px;
    width: 100%;
    background: url(../../images/testBanner/background-check.png) no-repeat center top;
    box-sizing: border-box;
    text-align: center;
    padding-top: 60px;
}

.check-top h1{
    margin-top: 40px;
    margin-bottom: 20px;
}

.check-top p{
    margin-left: 60px;
    margin-right: 60px;
}

.check-top ul{
    margin-top: 60px;
    font-size: 0;
}

.check-top ul li{
    display: inline-block;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    margin-right: 25px;
    background-color: #f7f7f8;
    border-radius: 5px;
}

.check-top ul li img{
    position: relative;
    top: -100px;
}

.check-top ul li p{
    position: relative;
    top: -110px;
    margin-left: 25px;
    margin-right: 25px;
}

.check-top ul li .tit{
    font-size: 18px;
    color: #434e5c;
    font-weight: bold;
}

.check-top ul li .text{
    font-size: 16px;
    color: #434e5c;
    text-align: left;
    padding-left: 5px;
}

.check-top ul li:first-child{
    border-top: 6px solid #faaf32;
}

.check-top ul li:nth-child(2){
    border-top: 6px solid #55acee;
}

.check-top ul li:nth-child(3){
    border-top: 6px solid #61d582;
}

.check-top ul li:nth-child(4){
    border-top: 6px solid #727676;
}

.check-top ul li:nth-child(5){
    border-top: 6px solid #df6262;
    margin-right: 0;
}

.check-space{
    margin-bottom: 50px;
    text-align: center;
}

.check-bottom {
    margin-left: 70px;
}

.check-bottom p:first-child{
    font-size: 58px;
    color: #dae0ed;
    border-bottom: 4px solid #dae0ed;
    padding-right: 90px;
}

.check-bottom p:not(first-child){
    font-size: 28px;
    color: #1d2e41;
}

.check-bottom p img{
    margin-right: 25px;
}

.check-bottom{
    margin-top:50px;
}

.check-bottom .yes{
    position: relative;
    left: -50px;
}

.check-bottom .no{
    position: relative;
    left: -50px;
}

/* 智能硬件测试 */
.hardware-banner{
    background: url(../../images/testBanner/background-hardware.png) no-repeat center;
    height: 360px;
    box-sizing: border-box;
}

.hardware-banner img{
    margin-top: 20px;
    margin-bottom: 10px;
}

.hardware-top p{
    margin-left: 50px;
    margin-right: 50px;
}

.hardware-top img{
    margin-top: 40px;
}

.hardware-top h3{
    font-size: 30px;
    color: #6b798e;
    margin-top: 12px;
}

.service-content{
    width: 100%;
    height: 280px;
    border-radius: 5px;
    margin-top: 46px;
    box-shadow:0px 12px 12px #d9e6ef;
    position:relative;
    border-bottom: 1px solid #d9e6ef;
}


.stack {
	position:relative;
	margin:0 auto;
	border-radius:0 0 5px 5px;
    background:#fff;
    border-bottom: 1px solid #d9e6ef;
}
.stack1 {
    z-index: 1;
	width: 98%;
	height: 10px;
}
.stack2 {
	width: 96%;
    height: 11px;
    box-shadow:0px 5px 5px #d9e6ef;
}

.service-content ul li{
    display: inline-block;
    width: 420px;
    vertical-align: top;
}

.service-content ul li:first-child{
    margin-right: 200px;
    width: 350px;
}

.service-content ul li .tit{
    font-size: 18px;
    font-weight: bold;
}

.service-content ul li .text{
    font-size: 16px;
}

.service-content ul li p{
    color:#6b798e;
    margin-left: 0;
    margin-right: 0;
}

.service-content ul li img{
    margin-top:0;
}

.hardware-scene ul li{
    display: inline-block;
    width: 33%;
    vertical-align: top;
}

.hardware-scene ul li img{
    margin-top: 0; 
}

.hardware-scene ul li p{
    margin-left: 30px;
    margin-right: 30px; 
    color:#6b798e;
}

.hardware-bottom{
    margin-top: 60px;
    margin-bottom: 80px;
}

.hardware-bottom ul{
    font-size: 0;
}

.hardware-bottom ul li{
    display: inline-block;
    width: 580px;
    height: 150px;
    vertical-align: top;
    background: url(../../images/testBanner/spcial-02.png) no-repeat center;
}

.hardware-bottom ul li:first-child{
    background: url(../../images/testBanner/spcial-01.png) no-repeat center;
    margin-right: 40px;
}

.hardware-bottom ul li p{
    color: #fff;
    margin-left: 40px;
    margin-right: 40px;
}

.hardware-bottom ul li p:first-child{
    font-size: 24px;
    font-weight: bold;
}

.hardware-bottom ul li p:last-child{
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}




/* 兼容性测试 */
.device-top{
    padding-top: 20px;
    margin-bottom: 22px;
}

.device-banner{
    width: 100%;
    height: 250px;
    background: url(../../images/testBanner/background-device.png) no-repeat center;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.device-banner h1{
    margin-top: 42px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    opacity:0.9; 
    margin-bottom: 23px;
    margin-left: 100px;
}

.device-banner p{
    font-size: 18px;
    color: #fff;
    margin-left: 100px;
    line-height: 30px;
}

#plan-tit{
    font-size: 26px;
    text-align: center;
}

#plan-tit *{
    vertical-align: middle;
}

#plan-tit span{
    font-size: 26px;
    text-align: center;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

#plan-tit span:first-child{
    margin-right: 150px;
}

#plan-tit span img{
    margin-right: 20px;
}

#plan-tit span:after{
    content: "";
    position: absolute;
    left: 90px;
    top: 50px;
    width: 70px;
    height: 5px;
    border-radius: 5px;
    background-color: #2d99eb;
}

.unselected{
    filter: grayscale(80%);
    opacity:0.5; 
}

.plan-content{
    border-bottom: 1px solid #E1E4E5;
    margin-top: 52px;
    text-align: center;
    padding-bottom: 30px;
}

.plan-content h2{
    font-size: 22px;
    color: #1d2e41;
    margin-top: 32px;
    margin-bottom: 28px;
}

.plan-content p{
    font-size: 16px;
    color: #454f5d;
    margin-left: 130px;
    margin-right: 130px;
}

.plan-content ul{
    font-size: 0;
}

.plan-content ul li{
    display: inline-block;
    vertical-align: top;
}

.plan-content .filter-content li{
    width: 33%;
}

.filter-content li p{
    margin-left: 50px;
    margin-right: 50px;

}

.filter-content li .tit{
    font-size: 18px;
    color: #1a3b5e;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 8px;
}

.filter-content li .textp{
    font-size: 16px;
    color: #454f5d;
    text-align: left;
}

.selling-point li{
    margin-top: 60px;
    width: 15.9%;
    height: 112px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-size: 16px;
    color: #5E6F84;
    text-align: center;
    padding-top: 35px;
    margin-right: 10px;
}

.pc-item li{
    margin-top: 40px;
    width: 18%;
    margin-right: 28px;
}

.selling-point li:first-child{
    border-top: 8px solid #fb9d00;
}

.selling-point li:nth-child(2){
    border-top: 8px solid #2d99eb;
}

.selling-point li:nth-child(3){
    border-top: 8px solid #3bcd64;
}

.selling-point li:nth-child(4){
    border-top: 8px solid #515656;
}

.selling-point li:nth-child(5){
    border-top: 8px solid #d93d3d;
}

.selling-point li:last-child{
    border-top: 8px solid #b667d3;
    margin-right: 0;
}

#pc-plan{
    display: none;
}

.device-content-2 table{
     width: 560px; 
     min-height: 36px; 
     line-height: 36px; 
     border-collapse: collapse;
     border: 1px solid #EEEFF0;
     font-size: 14px;
     color: #454f5d;
     margin: 40px auto;
     box-sizing: border-box;
}

.device-content-2 table tr td{
     height: 36px; 
     border-bottom: 1px solid #EEEFF0;
     padding-left: 30px;
}

.device-content-2 table th{
     background-color: #d7e5f5;
     padding-left: 30px;
     color:#1d2e41;
}

.device-bottom-img{
    padding:0;
}


.device-bottom-img img {
    width: 90%;
    margin-bottom: 20px;
}