.hr-center-container {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 50%;
    width: 100%;
    max-width: 1200px;
    min-width: 900px;
}
.hr-center-wrapper img{
	max-width: none;
}
.hr-center-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -50%;
    width: 100%;
}
.page-service{
	padding-bottom: 100px;
}
.page-service .banner {
    width: auto;
    max-width: none;
    min-width: 0;
}

.page-service .banner-pc {
    height: 550px;
}
.page-service .banner-wap {
    display: none;
}
.page-service .banner .hr-center-wrapper{
	position: relative;
}
.page-service .search {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.page-service .search-input {
    height: 48px;
    background: rgba(130,130,130,.001);
}
.page-service .search-input>input {

    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 48px;
}
.page-service .search-box{
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 20px;
    width: 590px;
    -webkit-border-radius: 25px / 50%;
    -moz-border-radius: 25px / 50%;
    border-radius: 25px / 50%;
    border: 1px solid #fff;
}
.page-service .search-icon {
    position: absolute;
    top: 14px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.page-service .search-icon>g {
    stroke: #ccc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.page-service .search-box .btn-sub{
	background: transparent;
	border: none;
	position: absolute;
	right: 5px;
	top: 0;
	width:48px;
	height: 48px;
	padding:0;
	outline:none;
}
.page-service .search-text {
    color: #fff;
    font-size: 44px;
    text-align: center;
    line-height: 1;
}
.page-service .search-prompt {
    padding: 18px 0 40px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1;
}
.page-service .firmware-list-content{
	background: #fff;
	padding:40px 0;
}
.firm-results .firm{
	width:46%;
	padding:10px 0;
	float:left;
}
.firm-results .firm:nth-child(odd) {
    margin-right: 8%!important;
}
.firm-information{
    margin: 0;
    line-height: 30px;
    font-size: 16px;
}
.firm-information .date{
	color: #777;
	margin-right: 10px;
	vertical-align: middle;
}
.firm-information .bdg {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
.firm-information .bdg-android{
    background: url(/wp-content/uploads/2019/12/android-logo.png) no-repeat center;
    background-size: cover;
}
.firm-information .bdg-windows{
    background: url(/wp-content/uploads/2019/12/windows-logo.png) no-repeat center;
    background-size: cover;
}
.firm-information .bdg-driver{
    background: url(/wp-content/uploads/2019/12/driver-logo.png) no-repeat center;
    background-size: cover;
}
.firm-information .bdg-dualos{
	background: url(/wp-content/uploads/2019/12/dualos-logo.png) no-repeat center;
    background-size: cover;
}
.firm a{
	color: inherit;
}
.firm-title{
	margin: 0;
    line-height: 30px;
    font-weight: 400;
    color: #565656;
    transition: color .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 30px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.firm-title a:hover{
	color:#008cd6;
}
.firm-wrap .paginations .pagination{
	margin:0;
}
.firm-results{
	padding: 0 0 40px;
}
.firm-results::after{
	content: "";
	display: table;
	clear: both;
}
.noresults {
    max-width: 600px;
    padding:40px;
    margin:auto;
}
.noresults h4 {
    font-weight: 500;
    color: #333;
    font-size: 24px;
    margin-bottom:30px;
}
.noresults ol {
    color: #515151;
    font-size: 16px;
}
.noresults h5 {
    font-weight: 400;
    font-size: 18px;
    color: #333;
}
.paginations{
	margin-top: 20px;
}
@media(max-width: 1217px){
	.page-service{
		padding-bottom: 80px;
	}
	.paginations{
		margin-top: 15px;
	}
}
@media(max-width: 767px){
	.padding-left-right-xs-0{
		padding-left: 0;
		padding-right: 0;
	}
	.paginations{
		margin-top: 10px;
	}
	.page-service{
		padding-bottom: 8vw;
	}
	.firm-results{
		padding: 4vw 0 4vw;
	}
	.firm-results .firm{
	    width: 100%;
	    padding: 2vw 6vw;
	}
	.firm-results .fir:nth-child(odd) {
	    margin-right: 0;
	}
	.firm-information{
	    line-height: 1;
	    font-size: 3vw;
	    margin-bottom: 2vw;
	}
	.firm-title{
	    font-size: 4vw;
	    line-height: 6vw;
	    max-height: none;
	}
	.hr-center-container:not(.unresponsive) {
	    display: block;
	    margin-left: 0;
	    min-width: 0;
	}
	:not(.unresponsive)>.hr-center-wrapper {
	    margin-left: 0;
	}
	.page-service .banner-pc{
		display: none;
	}
	.page-service .banner-wap{
		display: block;
		width: 100%;
	}
	.page-service .search-text{/*0.9818*/
		font-size: 6.2836vw;
	}
	.page-service .search-prompt{
		padding:3.6327vw 0 8vw;
		font-size: 3.1418vw;
		color: rgba(255,255,255,.5);
	}
	.page-service .search-box{
		z-index: 9;
	    padding: 0 9.818vw 0 4.909vw;
	    width: 77.3659vw;
	    -webkit-border-radius: 4.6145vw / 50%;
	    -moz-border-radius: 4.6145vw / 50%;
	    border-radius: 4.6145vw / 50%;
	}
	.page-service .search-input{
		height: 8.8362vw
	}
	.page-service .search-input>input{
		font-size: 3.9272vw;
		line-height: 8.8362vw;
	}
	.page-service .search-box .btn-sub{
		width: 8.8362vw;
		height: 8.8362vw;
		right: 0.8591vw
	}
	.page-service .search-icon{
		top: 1.9636vw;
	    right: 2.5773vw;
	    width: 4.909vw;
	    height: 4.909vw;
	}
	.page-service .firmware-list-content{
		padding:0 0 6vw;
	}
}
@media(max-width: 480px){
	.noresults {
	    padding: 4vw 10px;
	}
	.noresults h4 {
	    font-size: 5vw;
	    margin-bottom: 6vw;
	}
	.noresults ol {
	    font-size: 3.5vw;
	}
	.noresults h5 {
	    font-size: 4vw;
	}
}




.page-service .category-name {
    padding: 70px 0 40px;
    color: #333;
    font-size: 32px;
    text-align: center;
}
.page-service .function-list {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 12px;
}
.page-service .function-list img{
	width: 100%;
	height: auto;
}
.page-service .function {
    display: block;
    /*float: left;*/
    vertical-align: top;
    margin-bottom: 10px;
    width: 24.33%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer;
    /*margin-right: 0.8934%;*/
    border-radius: 12px;
    overflow: hidden;
}
@media(min-width: 768px){
	.page-service .function:hover {
	    -webkit-transform: translateY(-4px);
	    -moz-transform: translateY(-4px);
	    -ms-transform: translateY(-4px);
	    -o-transform: translateY(-4px);
	    transform: translateY(-4px);
	    -webkit-box-shadow: 0 10px 40px 1px rgba(0,0,0,.1);
	    -moz-box-shadow: 0 10px 40px 1px rgba(0,0,0,.1);
	    box-shadow: 0 10px 40px 1px rgba(0,0,0,.1);
	}
}

.page-service .function-list .function:nth-last-child(1){
	margin-right: 0;
}
@media screen and (max-width: 767px){
.page-service .category-name {
    padding: 6.2vw 0 5.6vw;
    font-size: 5vw;
    background: #fff;
}
.page-service .function-list {
    margin: 2.8vw 2.9vw 0.7vw;
    font-size: 0;
}
.page-service .function{
	width: 48.7%;
	/*margin-right: 2.6%;*/
	margin-bottom: 2.3vw;
}
.page-service .function:nth-child(even){
	margin-right: 0;
}
}

.page-service .contact-us{
	text-align: center;
}
.page-service .contact-us dt {
    padding: 75px 0 65px;
    color: #333;
    font-size: 32px;
    margin: 0;
    list-style-type: none;
    text-align: center;
    font-weight: 400;
}
.page-service .contact-us dd {
    position: relative;
    display: inline-block;
    min-width: 100px;
}
.page-service .contact-us-icon {
    position: relative;
    line-height: 85px;
}
.page-service .contact-us-text {
    color: #333;
    font-size: 18px;
}
.page-service .contact-us-icon img {
    position: absolute;
    top: -80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100px;
    height: 100px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.page-service dd:hover .contact-us-icon img {
    visibility: visible;
    opacity: 1;
    top: -90px;
}
.page-service .contact-us-icon::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 47px;
    height: 36px;
    background: center no-repeat url(//www.51cube.com/wp-content/uploads/2019/05/customer-service-black-95x74.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.page-service dd:nth-of-type(2) .contact-us-icon::before {
    width: 29px;
    height: 40px;
    background-image: url(//www.51cube.com/wp-content/uploads/2019/05/phone-number-black-59x81.png);
}
.page-service dd:nth-of-type(3) .contact-us-icon::before {
    width: 55px;
    height: 43px;
    background-image: url(//www.51cube.com/wp-content/uploads/2019/05/weixin-black-110x87.png);
}

.page-service dd:nth-of-type(4) .contact-us-icon::before {
    width: 49px;
    height: 43px;
    background-image: url(//www.51cube.com/wp-content/uploads/2019/05/weibo-black-99x86.png);
}

@media(min-width: 768px){
	.page-service dd:not(:nth-of-type(2)):hover .contact-us-text {
	    color: #008ddd;
	}
	.page-service dd:nth-of-type(1):hover .contact-us-icon::before {
	   background-image: url(//www.51cube.com/wp-content/uploads/2019/05/customer-service-blue-95x74.png);
	}
	.page-service dd:nth-of-type(3):hover .contact-us-icon::before {
	    background-image: url(//www.51cube.com/wp-content/uploads/2019/05/weixin-blue-110x87.png);
	}
	.page-service dd:nth-of-type(4):hover .contact-us-icon::before {
	    background-image: url(//www.51cube.com/wp-content/uploads/2019/05/weibo-blue-99x86.png);
	}
}
@media(max-width: 767px){
	.page-service .contact-us {
		margin-bottom: 2vw;
	    padding: 0 5.5vw;
	    font-size: 12px;
	    text-align: justify;
	}
	.page-service .contact-us::after {
	    content: "";
	    display: inline-block;
	    width: 100%;
	}
	.page-service .contact-us dt {
	    padding: 7.2vw 0 5vw;
	    font-size: 5vw;
	    text-align: center;
	}
	.page-service .contact-us dd {
	    vertical-align: top;
	    margin: 0!important;
	    min-width: 0;
	    text-align: center;
	    line-height: 1;
	}
	.page-service .contact-us dd:nth-of-type(3) {
	    min-width: 12vw;
	}
	.page-service .contact-us-icon {
	    line-height: 14vw;
	}
	.page-service .contact-us-icon::before {
	    width: 6.9vw;
	    height: 5.4vw;
	}
	.page-service .contact-us-text {
	    font-size: 3vw;
	    line-height: 1;
	}
	.page-service dd:nth-of-type(2) .contact-us-icon::before {
	    width: 4.3vw;
	    height: 5.9vw;
	}
	.page-service dd:nth-of-type(3) .contact-us-icon::before {
	    width: 8.1vw;
	    height: 6.4vw;
	}
	.page-service .contact-us-icon img {
	    top: -16vw;
	    width: 20vw;
	    height: 20vw;
	    -webkit-box-shadow: 0 0 3vw rgba(0,0,0,.3);
	    -moz-box-shadow: 0 0 3vw rgba(0,0,0,.3);
	    box-shadow: 0 0 3vw rgba(0,0,0,.3);
	}
	.page-service dd:hover .contact-us-icon img {
	    top: -18vw;
	}
	.page-service dd:nth-of-type(4) .contact-us-icon::before {
	    width: 7.2vw;
	    height: 6.3vw;
	}

}