#banner {
    background: #4F5869 url("../images/professional/banner.png") no-repeat center center;
    background-size: cover;
}

#banner h1 > sup {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 56px;
    height: 23px;
    line-height: 1.4125;
    top: -20px;
    color: #fff;
    text-indent: 5px;
    background: url("../images/professional/bg1.png") 0 1px no-repeat;
}

#banner .link.arrow::after {
    background-image: url("../public/images/arrow-yellow.png")
}

#banner p {
    padding: 0;
    margin-bottom: 2%;
    color: rgba(255, 255, 255, 0.7);
}

#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%
}

.main-product {
    background: #fff;
}

.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;
}

.product-feature .main-menu-content > h4 {
    color: #fff;
    margin-bottom: 1.5%;
}

.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%;
}

.media-reviews .btngroup {
    text-align: center;
}

.media-reviews .more-bg {
    display: inline-block;
    margin-right: 2%;
}

.media-reviews .more-bg:last-child {
    margin-left: 2%;
}

@media only screen and (min-width: 1190px) {
    #banner {
        height: 600px;
    }
}

@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;
    }

    #banner h1.pro {
        font-size: 4.6rem;
    }

    #banner h1 > sup {
        font-size: 2.2rem;
    }
    #banner h1.pro,#banner p,#banner a.link,#banner .sale{text-align: center;}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .media-reviews .more-bg {
        width: 30%;
    }

    .main-menu-content ol li.lastli {
        margin-bottom: 20px;
    }

    #banner a.link {
        width: 40%;
    }
}

#banner .cc-buy-btn{
    position: relative;
}
#banner .cc-buy-btn::after{
    content: "$5 OFF";
    display: inline-block;
    width: 50px;
    height: 29px;
    background: url('/images/professional/tip.png') no-repeat center;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}
#banner .addscroll .cc-buy-btn::after{
    display: none;
}
@media screen and (max-width:767px){
    #banner a.link{
        width: 100%;
    }
}
@media screen and (max-width:1100px){
    #banner ul.rights li{width: 19%}
}
@media screen and (max-width:768px){
    #banner ul.rights li{width: 32%}
}
@media screen and (max-width:480px){
    #banner ul.rights li{width: 32%}
    #banner ul.rights img, #banner ul.rights .txt{
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
/* 20190801版本 */
/* edition */
.cc-editions .edition::after,.cc-special .special-cnt::after{
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}
.cc-editions .editions-wrap{
    max-width: 1200px;
    margin: 0 auto;
    padding:70px 0;
}
.cc-editions h2{
    margin-bottom: 70px;
    color: #1a1919;
}

.cc-editions .edition li{
    float: left;
    text-align: center;
    font-size: 14px;
    color: #666;
    background-color: #f5faff;
}
.cc-editions .edition .item,.cc-editions .edition .last{
    width: 33%;
}
.cc-editions .edition dt{
    font-size: 20px;
    color: #fff;
    padding: 24px 0;
}
.cc-editions .edition dd{
    padding: 0 0 40px 0;
}
.cc-editions .edition .license {
    color: #4d4d4d;
    background-color: #deebfb;
    padding: 20px 30px;
    text-align: left;
}
.cc-editions .edition .license p {
    position: relative;
    padding-left: 15px;
}
.cc-editions .edition .license p::before {
    content: "";
    display: block;
    border: 2px solid #939393;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}
.cc-editions .edition dd .txt{
    min-height: 300px;
    padding-top: 25px;
    box-sizing: border-box;
}

.cc-editions .edition dd .txt p{
    text-align: left;
    padding: 0 0 15px 20px;
    margin: 0 30px;
    position: relative;
}
.cc-editions dd .txt p::before{
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 11px;
    background: url("/images/workstation/choose.png") no-repeat center;
    top: 5px;
    left: 0;
}
.cc-editions .item dd .txt p::before{
    background: url("/images/icon/icon_hook_blue.png") no-repeat center;
}
.cc-editions .price-box>p{
    font-size: 3.6rem;
    color: #fd8a2e;
    padding-bottom: 20px;
    font-weight: bold;
}
.cc-editions .price-box .buy-btn{
    display: block;
    margin: 0 auto;
    width: 70%;
    border: 1px solid #359eff;
    color: #3299dc;
    text-align: center;
    padding: 8px 0 12px;
    font-size: 2.4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.cc-editions .price-box .buy-btn:hover{
    background-color: #3299dc;
    color: #fff;
}
.cc-editions li.last .price-box p{
    height: 48px;
}
.cc-editions .edition .item dt{
    background-color: #1e82e8;
}

.cc-editions .edition .item{
    margin-right: 5px;
}
.cc-editions .edition .last{
    margin: 0;
}
.cc-editions .cc-more {
    color: #359eff;
    font-size: 14px;
    border-bottom: 1px solid #359eff;
    padding-top: 10px;
    display: inline-block;
}

@media all and (max-width:1199.98px){
    .cc-editions .edition dt{font-size: 19px;}
    .cc-editions .edition .item{width: 29%}
    .cc-editions .edition dd .txt p{margin: 0}
    .cc-editions .edition dd{padding: 40px 25px 80px;}
}
@media all and (max-width:991px){
    .cc-editions .scroll-wrap{
        width: 90%;
        margin: 0 auto;
    }
}
@media all and (max-width:767px){
    .cc-editions .edition li{
        float: none;
        width: 100%!important;
        margin-bottom: 20px;
        text-align: center!important;
    }
    .cc-editions .edition li dl{
        width: 100%;
    }
    .cc-editions .edition .item .txt{
        width: 260px;
        margin: 0 auto;
    }
}
/* edition */
/* Special Offers */
.cc-special{
	background: url(/images/1973technician/special-offer-bg.jpg) no-repeat center;
	background-size: cover;
}
.cc-special .special-wrap{
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 0;
}
.cc-special .special-cnt{
	margin: 20px 6.6%;
	background-color: #fff;
	padding: 40px 5%;
	box-shadow: 1px 1px 29px #808080;
}
.cc-special .special-cnt .img{
	float: left;
	margin-right: 3.3%;
}
.cc-special .special-cnt .txt{
	float: left;
	width: 61%;
	color: #2f2f2f;
}
.cc-special .special-cnt .txt h5{
	font-size: 2.0rem;
	line-height: 1.5;
	font-weight: normal;
	margin-bottom: 10px;
}
.cc-special .special-cnt .txt .des{
	font-size: 14px;
	line-height: 1.5;
}
.cc-special .special-cnt .txt .price{
margin: 20px 0;
}
.cc-special .special-cnt .txt .price strong{
	font-size: 24px;
	color: #fd8a2e;
	font-weight: bold;
	padding-right: 10px;
}
.cc-special .special-cnt .txt .price del{
	color:#808080;
	font-size: 14px;
}
.cc-special .txt .buy-btn{
	width: 200px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
    margin-right: 20px;
}
@media all and (max-width:1199.8px){
    .cc-special .special-cnt{padding: 40px 1%;}
}
@media all and (max-width:991px){
    .cc-special .special-cnt .img{
		display: block;
		margin: 0 auto 20px auto;
		float: none;
	}
	.cc-special .special-cnt .txt{
		float: none;
		width: 90%;
		margin: 0 auto;
	}
	.cc-special .special-cnt .txt .price{text-align: center;}
    .cc-special .txt .buy-btn-box{display: block;margin: 0 auto;
        width: 364px;}
    .cc-special .special-cnt-box{
        width: 90%;
    }
    .cc-features .des{
        margin-top: 50px;
    }
}
@media all and (max-width:767px){
    .cc-special .txt .buy-btn{
        display: block;
        margin: 0 auto;
    }
    .cc-special .txt .buy-btn-box a:last-child{
        display: block;
        text-align: center;
        padding-top: 10px;
    }
@media all and (max-width:479px){
    .cc-special .special-cnt{
		margin: 20px 3%;
	}
}
}
/* Special Offers */

/* 20190801版本 */