#banner {
	background: #4F5869 url("../images/server/banner.jpg") no-repeat center center;
	background-size: cover;
}
#banner h1>sup{
	position: relative;
    display: inline-block;box-sizing: border-box;
    width:56px;
    height:23px;top: -10px;
    color: #fff;background: url("../images/professional/bg1.png") 0 0 no-repeat;}
#banner p{
    padding:0 ;
	margin-bottom: 2%;
	color: rgba(255,255,255,0.7);
}
#banner p.price{
	display: inline-block;
	margin-bottom: 0.5%;
	margin-top: 1.5%;
}
#banner .sale p.price{
	margin-top: 0;
}
#banner .free-select{
	margin-bottom: 2%;
}
#banner .price>span{
	font-size: 34px;
	font-size: 3.4rem;
	color: #fffc03;
}
#banner .price>span.del {
    font-size: 16px;
    font-size: 1.6rem;
    color: #aaa;
}	
#banner a{
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    width:19.3%;}
#banner a.buy{
	width:16.8%;}
#banner a.download-green{margin-right: 3%}
#banner .link.arrow::after {
    background-image: url(../public/images/arrow-yellow.png);
}
.main-product {
	background: #fff;
}
.main-product h2 {
	width: 72%;
	margin: 0 auto;
}
.main-product .pic,
.main-product .txt {
	vertical-align: middle;
}
.main-product .pic h4 {
	text-align: center;
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 2%;
}
.main-product .pic p {
	text-align: center;
}
.main-product .txt ul {
	margin-top: 1%;
}
.main-product .txt ul li a {
	color: #4294E9;
}
.main-product .txt ul li a:hover {
	text-decoration: underline;
}
.reviews-show {
	background: url(../images/free-backup-software/bg2.png) no-repeat center center;
	background-size: cover;
	text-align: center;
}
.reviews-show ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 2%;
	background-color: rgba(255,255,255,.2);
	border-radius: 2px;
}
.reviews-show p {
	font-size: 24px;
	font-size: 2.4rem;
	color: #fff;
	text-align: center;
	margin-top: 4%;
	margin-bottom: 4%;
}
.reviews-show p span {
	font-size: 36px;
	font-size: 3.6rem;
}
.reviews-show .more-bg {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-right: 4%;
}
.special-offers h4 {
	height: 80px;
}
.special-offers .msg .font-size14 {
	height: 130px;
}
@media only screen and (min-width: 1190px) {
	#banner{
		height:600px;}
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
	#banner a.buy{
		width:60%;}
	.special-offers h4,
	.special-offers .msg .font-size14{
		height:auto;}
	.main-menu-content ol li {
		height: 360px;
	}
	.main-menu-content ul li {
		height: 150px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	#banner a.download-green {
		margin-right: 0;
	}
	.reviews-show ul li {
		margin-bottom: 10px;
	}
	.reviews-show .more-bg {
		margin-bottom: 10px;
		margin-right: 0;
	}
	.main-product h2 {
		width: 100%;
	}
	.special-offers h4,
	.special-offers .msg .font-size14 {
		height: auto;
	}
	#banner a.buy{margin-top: 3%;}

}



/* 2018/11/05  BY:yanyi*/
.free-select{
	margin-bottom: 2%;
}
[data-type="check"]{
	margin-bottom: 0 !important;
	color: #fff !important;
	font-size: 14px;
}
[data-type="check"]:before, [data-type="check"]:hover:before{
	background: url(/vendor/static/technology-icon2866deee7.png) no-repeat -5px -5px;
} 
.checked[data-type="check"]:before, .checked[data-type="check"]:hover:before{   
	background: url(/vendor/static/technology-icon2866deee7.png) no-repeat -51px -5px;
}
/* 2018/11/05  BY:yanyi END*/
/* 增加1 Server or Unlimited Servers */
.cc-server-wrap{
	max-width: 1190px;
	margin:  0 auto;
	min-height: 100px;
	padding: 5.4% 0;
}
.cc-server-wrap h2{
	margin-bottom: 3.5%;
}
.cc-server .server-prod::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
.cc-server .server-prod>li{
	width: 48%;
	min-height: 50px;
	float: left;
	box-sizing: border-box;
	padding: 30px 2% 0 2.3%;
}
.cc-server .prod1{
	border: 1px solid #ebf0f5;
	box-shadow: -1px 1px 14px 1px #c9c8c8;
	/* -webkit-box-shadow: -1px 1px 14px 1px #888;
	-ms-box-shadow: -1px 1px 14px 1px #888;
	-moz-box-shadow: -1px 1px 14px 1px #888; */
}
.cc-server .prod1{
	margin-right: 2.5%;
}
.cc-server .prod2{
	border: 1px solid #fd8a2e;
	box-shadow: -1px 1px 14px 1px #c9c8c8;
	/* -webkit-box-shadow: 1px 1px 15px 3px #ebf0f5;
	-ms-box-shadow: 1px 1px 15px 3px #ebf0f5;
	-moz-box-shadow: 1px 1px 15px 3px #ebf0f5; */
}
.guarantee{
	background-color: #eef1f3;
}
.guarantee ul li.line{
	background-color: #eef1f3;
}
.cc-server .prod-item{
	padding-bottom: 30px;
	border-bottom: 1px solid #ebf0f5;
}
.cc-server .prod-item img{
	display: inline-block;
	vertical-align: top;
	margin-right: 4%;

}
.cc-server .prod-item .info{
	display: inline-block;
	vertical-align: top;
	width: 62%;
}
.cc-server .prod-item .info h3{
	font-size: 2em;
	color: #333;
	margin-bottom: 15px;
}
.cc-server .prod-item .info p{
	color: #666;
	font-weight: bold;
}
.cc-server .price{
	padding: 20px 0;
}
.cc-server .price strong{
	font-weight: bold;
}
.cc-server .price strong{
	color: #fd8a2e;
	font-size: 2.4em;
	margin-right: 10px;
}
.cc-server .price del{
	color: #ccc;
	font-size: 1.4em;
}
.cc-server .buy-btn{
	display: block;
	width: 130px;
	height: 40px;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background-color: #fd8a2e;
	color: #fff;
	text-align: center;
	font-size: 1.6em;
	line-height: 40px;
}
.cc-server .des{
	padding:15px 0 20px 0;
	min-height: 160px;
}
.cc-server .des li{
	padding: 2px 0 2px 10px;
	color: #666;
	font-size: 1.4em;
	position: relative;
}
.cc-server .des li::before{
	content: "";
	display: inline-block;
	border: 2px solid #bfbfbf;
	border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 10px;
}
.cc-server .prod2{
	position: relative;
}
.cc-server .prod2 .icon{
	width: 90px;
	height: 90px;
	position: absolute;
	top: 0;
	right: 0;
	background: url('/images/server/tip.png') no-repeat center;
	background-size: cover;
}
.cc-server .prod2 .icon::after{
	content: "Best Value";
	display: block;
	color: #fff;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	text-align: center;
	position: absolute;
	width: 90px;
	height: 90px;
	line-height: 54px;
	font-size: 1.4em;
}
/*20190801*/
.cc-editions {
	background-color: #fff
}

.cc-editions .editions-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 50px 80px;
	box-sizing: border-box
}

.cc-editions h2 {
	color: #2f2f2f;
	margin-bottom: 60px
}

.cc-editions .items {
	min-height: 100px
}

.cc-editions .items>li {
	width: 32%;
	float: left;
	margin-right: 1.1%;
	box-sizing: border-box
}

.cc-editions .items>li .cc-top {
	color: #fff
}

.cc-editions .items>li:nth-child(1) {
	border: 1px solid #1388e4
}

.cc-editions .items>li .cc-cont {
	padding: 15px 10px 0 45px
}

.cc-editions .items>li:nth-child(2) {
	border: 1px solid #1976c0
}

.cc-editions .items>li:nth-child(3) {
	border: 1px solid #fd8a2e
}

.cc-editions .items .one .cc-top {
	background: url(/images/1973technician/comparison-block1.jpg) no-repeat center;
	background-size: cover;
	padding: 18px 45px 50px
}

.cc-editions .items>li .cc-top {
	min-height: 195px;
	box-sizing: border-box
}

.cc-editions .items .two .cc-top {
	background: url(/images/1973technician/comparison-block2.jpg) no-repeat center;
	background-size: cover;
	padding: 18px 45px 50px
}

.cc-editions .items .three .cc-top {
	background: url(/images/1973technician/comparison-block3.jpg) no-repeat center;
	background-size: cover;
	padding: 18px 10px 50px 18px;
	padding: 18px 10px 50px 45px
}

.cc-editions .items .cc-top h3 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin-bottom: 15px;
	font-weight: 400
}

.cc-editions .items .cc-top h3 span {
	display: block
}

.cc-editions .items .cc-top strong {
	font-size: 3rem
}

.cc-editions .items li:last-child {
	margin-right: 0
}

.cc-editions .items .cc-cont {
	min-height: 230px
}

.cc-editions .items .two .cc-cont {
	min-height: 255px
}

.cc-editions .items .cc-cont li {
	margin-bottom: 40px;
	font-size: 14px;
	color: #2f2f2f;
	padding-left: 25px;
	position: relative;
}
.cc-editions .items .cc-cont.min-h{
	min-height: 255px;
}
.cc-editions .items .cc-cont.mg15 li{
	margin-bottom: 15px;
}
.cc-editions .items .cc-cont.mh280{
	min-height: 280px;
}
.cc-editions .items .cc-cont.mh280 li{
	margin-bottom: 0;
	padding-bottom: 40px;
}
.cc-editions .items .cc-cont.pd15 li{
	padding-bottom: 15px;
}
.cc-editions .items .two strong {
	font-weight: 700
}

.cc-editions .items .two li {
	margin-bottom: 15px
}

.cc-editions .items .cc-cont li.no-icon {
	padding: 0
}

.cc-editions .items .cc-cont li.no-icon::before {
	display: none
}

.cc-editions .items .cc-cont li::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(/images/1973technician/comparison-point-icon1.png);
	position: absolute;
	top: 4px;
	left: 0
}

.cc-editions .items .two .cc-cont li::before {
	background: url(/images/1973technician/comparison-point-icon2.png)
}

.cc-editions .items .three .cc-cont li::before {
	background: url(/images/1973technician/comparison-point-icon3.png)
}

.cc-editions .items>li .buy-btn {
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	margin: 10px auto 20px;
	background-color: #1388e4;
	border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.cc-editions .items .one .buy-btn:hover {
	background-color: #1588fe
}

.cc-editions .items .two .buy-btn:hover {
	background-color: #105ccf
}

.cc-editions .items .three .buy-btn:hover {
	background-color: #ff510d
}

.cc-editions .items .two .buy-btn {
	background-color: #1976c0
}

.cc-editions .items .three .buy-btn {
	background-color: #fd8a2e
}
.cc-editions .items::after {
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
	overflow: hidden;
}
@media screen and (max-width:1055px) and (min-width:1024px){
	.cc-server .prod-item .info{
		width: 61%;
	}
}
@media screen and (max-width:1024px){
	.cc-server .server-prod{
		margin: 0 auto;
	}
	.cc-server .server-prod>li{
		float: none;
		margin: 0 auto;
		width: 80%;
		margin-bottom: 20px;
	}
	.cc-server .prod-item>img{
		margin-right: 8%;
	}
}
@media screen and (max-width:700px){
	.cc-server .server-prod>li{
		width: 90%;
	}
	.cc-server .prod-item .info{
		width: 53%;
	}
	.cc-server-wrap{
		width: 95%;
	}
}
@media screen and (max-width:480px){
	.cc-server .prod-item>img{
		display: block;
		margin: 0 auto;
	}
	.cc-server .prod-item .info{
		display: block;
		width: 100%;
		text-align: center;
	}
	.cc-server .buy-btn{
		margin: 0 auto;
	}
}

/* 增加1 Server or Unlimited Servers */
@media screen and (max-width:768px){
	#banner a.link{
		width: 90%;
	}
	.mobile-btn-block{
		margin-left: 0!important;
	}
	#banner ul.rights li{
		width: 28%;
	}
	#banner ul.rights img{
		display: block;
		margin: 0 auto;
	}
	#banner ul.rights h6{
		display: inline-block;
	}
}