/*banner*/
.banner{
    height: 320px;
    background: url(https://www.alldocube.com/en/wp-content/uploads/2018/12/kv_bg.jpg) no-repeat center center;
    background-size: cover;
}
.banner-container{
    width: 1200px;
    display: flex;
    margin: auto;
    height: 100%;
}
.banner-container::after{
    content: "";
    display: table;
    clear: both;
}
@media (max-width: 1217px){
    .banner-container{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
.banner-left{
    width: 40%;
    height: 100%;
    position: relative;
}
.banner-right{
    width: 60%;
    height: 100%;
    position: relative;
}
.banner-img{
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.banner-img img{
    width: 100%;
    height: auto;
}
.banner-text{
    width: 100%;
    font-size: 28px;
    color: #333;
    padding: 0 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media(max-width: 1440px){
    /*0.75*/
}
@media(max-width: 1080px){
    /*0.5625*/
    .banner{
        height: 300px;
    }
    .banner-text{
        font-size: 24px;
    }
    .banner-img{
        width: 80%;
    }
}
@media(max-width: 840px){
    /*0.375*/
    .banner{
        height: 260px;
    }
}
@media(max-width: 720px){
    .banner{
        height: 35vw;
    }
    .banner-text{
        font-size: 20px;
    }
    .banner-img{
        width: 100%;
    }
}
@media(max-width: 450px){
    .banner-text{
        font-size: 3.5vw;
    }
}
/*搜索框*/
.middle{
	padding-top: 20px;
}
.middle .custom_container{
    background: #fff;
    padding:60px 0 30px;
}
.form-box{
    padding:0 20%;
}
.form-box form{
    width: 100%;
    position: relative;
    display: flex;
}
.form-box form .search-text{
    font-size: 14px;
    width: 100%;
    border: 3px solid #00a5dd;
    border-right: none;
    padding: 5px 10px;
    line-height: 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
    color: #000;
    font-weight: 700;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.form-box form .search-btn{
    width: 50px;
    border: 1px solid #00a5dd;
    background: #00a5dd;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    padding:0;
}
.form-box form .search-btn i{
    font-weight: bold;
    font-size: 18px;
}
.bottom{
	padding-bottom: 20px
}
.bottom .custom_container{
    background: #fff;
    padding-bottom:40px;
}
.bottom .firm-wrap{
    max-width: 720px;
    width: 100%;
    margin:auto;
    min-height: 605px;
}
.bottom .firm-results{
    min-height: 490px;
}
.bottom .firm-wrap-title{
    text-align: center;
    margin:0;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}
.firm{
    display: flex;
    width: 100%;
    padding:20px 0;
}
.firm a{
    display: block;
    width: 100%;
}
.firm a h4{
    width: 100%;
    margin:0;
    -webkit-transition: all 0.4s;transition: all 0.4s;
    color: #444;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.firm a h4:hover{
    color: #00afec;
}
.firm .firm-information{
    width: 140px;
    text-align: right;
}
.firm .bdg{
    width:20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.firm .bdg-android{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/android-logo.png) no-repeat center;
    background-size: cover;
}
.firm .bdg-windows{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/windows-logo.png) no-repeat center;
    background-size: cover;
}
.firm .bdg-driver{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/driver-logo.png) no-repeat center;
    background-size: cover;
}
.firm .bdg-dualos{
    background: url(https://www.alldocube.com/en/wp-content/uploads/2019/12/dualos-logo.png) no-repeat center;
    background-size: cover;
}
.firm .firm-information .date{
    margin-left: 5px;
    font-weight: 500;
    color: #515151;
    font-size: 15px;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
    vertical-align: middle;
}
.bottom .paginations{
	margin-top: 20px;
}
.bottom .paginations .pagination{
    margin:0;
}
.noresults{
    padding:40px;
    font-family: Tahoma,Arial,"Hiragino Sans GB",simsun,sans-serif;
}
.noresults h4{
    font-weight: 500;
    color: #333;
    font-size: 24px;
}
.noresults h5{
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.noresults ol{
    color: #515151;
    font-size: 16px;
}
@media(max-width: 768px){
	.middle{
		padding-top: 0;
	}
	.bottom{
		padding-bottom: 0;
	}
	.bottom .paginations{
		margin-top: 6vw;
	}
    .middle .custom_container{
        padding:8vw 0 4vw;
    }
    .bottom .custom_container{
        padding-bottom: 8vw;
    }
    .bottom .firm-wrap{
        max-width: none;
    }
    .middle .custom_container,.bottom .custom_container{
        background: #f7f7f7;
    }
    .firm{
        background: #fff;
        display: block;
        padding:15px 10px 10px;
        margin-bottom: 5px;
    }
    .firm a{
        margin-bottom: 10px;
    }
    .firm a h4{
        font-size: 18px;
    }
    .firm .firm-information{
        width: 100%;
    }
    .firm .firm-information .date{
        font-size: 14px;
    }
}
@media(max-width: 480px){
    .form-box{
        padding:0 10%;
    }
    .form-box form .search-text{
        line-height: 5vw;
        padding:1.5vw;
    }
    .firm a h4{
        font-size: 4vw;
    }
    .firm .firm-information .date{
        font-size: 4vw;
    }
    .bottom .firm-wrap-title{
        font-size: 6vw;
    }
    .noresults{
        padding:4vw 10px;
    }
    .noresults h4{
        font-size: 5vw;
    }
    .noresults h5{
        font-size: 4vw;
    }
    .noresults ol{
        font-size: 3.5vw;
    }
}