body{
    background: #f2f2f2;
}

#header {
    height: 60px;
    background: #333;
}

#footer {
    background: #000;
    overflow: hidden;
}

#content {

}



.header-content {
    margin: 0 auto;
    width: 960px;
    position: relative;
    height: 100%;
}

.header-content .menu {
    float: right;
    margin: 20px;
    margin-right: 0;
}

.header-content .menu > li {
    float: right;
    list-style: none;
    margin-left: 20px;
    color: white;
}

.header-content .menu > li > a {
    color: white;
    text-decoration: none;
}

.logo {
    width: 200px;
    height: 100px;
    float: left;
    margin-top: 20px;
    color: white;
}

.logo > h1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
}

.header-content .menu > li > a:link, .header-content .menu > li > a:visited {
    color: white;
}

.header-content .menu > li > a:hover, .header-content .menu > li > a:active {
    color: #ddd;
}

#main {
    width: 960px;
    margin: 0 auto;
    min-height: 500px;
    /*background: #f2f2f2;*/
    overflow: hidden;
    padding-bottom: 10px;
}

.main-container{
    width: 960px;
    background: #fff;
    padding: 20px;
    padding-bottom: 100px;
}

#steps {
    margin: 0 100px 50px 100px;
}

#steps .step {
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 5px solid #b5b5b5;
}

#steps .step > span {
    color: #666;
}

#steps .step.active {
    border-bottom: 5px solid #17a4f4;
}

#steps .step > span {
    color: #666;
}


#products-table .main-product {
}

#products-table .main-icon {
    display: inline;
    width: 85px;
    height: 85px;
}

#products-table .main-title {
    display: inline;
    font-size: 16px;
    margin-left: 35px;
}

#section-submit {
    margin-top: 50px;
}

#submit-btn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #17a4f4;
    text-align: center;
    float: right;
    font-size: 18px;
    color: #17a4f4;
    cursor: pointer;
	padding-left: 20px;
	background: url(../styles/images/lock-icon.png) center left #ffffff no-repeat;
}

#submit-btn:hover {
    color: #ffffff;
    background: url(../styles/images/lock-icon-h-a.png) center left #17a4f4 no-repeat;
}

#submit-btn:active {
    color: #ffffff;
    background: url(../styles/images/lock-icon-h-a.png) center left #31acf2 no-repeat;
}

h2 {
    color: #bbb;
    font-size: 28px;
    margin-bottom: 30px;
}

h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
}


.section {
    margin-top: 80px;
}

.box {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 25px;
    margin-left: 0;
    margin-right: 0;
}

.box.small{
    padding: 15px;
}

.gateway {
    width: 140px;
    height: 60px;
    background-size: 120px 50px;
    border: 1px solid #ddd;
}

.gateway.alipay {
    background: url(images/alipay_logo.gif) center no-repeat;
}

.gateway.wechat {
    background: url(images/wechat_logo.png) center no-repeat;
}

.gateway.unionpay {
    background: url(images/unionpay_logo.gif) center no-repeat;
    background-size: 120px 50px;
}

.gateway.paypal {
    background: url(images/paypal-logo.png) center no-repeat;
    background-size: 120px 50px;
}

.gateway.active {
    border: 2px solid #17a4f4;
}

.border-right {
    border-right: 1px solid #ddd;
}

.t7day {
    width: 150px;
}

thead > tr > th {
    font-size: 17px;
    color: #3c88a0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table.small thead > tr > th {
    font-size: 14px;
    color: #888;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.table tbody > tr > td {
    padding: 20px;
}

.table.small tbody > tr > td {
    padding: 5px 10px 5px 10px;
}

.table.small tbody{
    border: none;
}

.table.small tbody > tr {
    border: none;
}

.table.small tbody > tr > td {
   border: none;
}

.table.small tfoot{
    color: #999;
    font-size: 12px;
}

.table.small tfoot b{
    color: #666;
}

.form-control {
    border-radius: 0;
}

.table .title {
    font-weight: bold;
}

td.price {
    text-align: center;
    color: #ccc;
    font-size: 20px;
}

td.amt {
    text-align: center;
    color: #333;
    font-size: 20px;
}

.table > tfoot > tr > td.discount {
    padding: 30px;
}

.table > tfoot > tr > td.total-amt {
    text-align: right;
    font-size: 25px;
    padding: 30px;
}

.counter {
    position: relative;
    width: 70px;
    height: 36px;
    border: 1px solid #c5c9c8;
    margin: auto;
}

.counter > .count {
    display: block;
    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
}

.counter > .increase, .counter > .decrease {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 36px;
    background: #dadada;
    cursor: pointer;
    height: 18px;
    line-height: 16px;
    color: white;
    font-weight: bold;
}

.counter > .increase:active, .counter > .decrease:active {
    background: #aaa;
}

.counter > .decrease {
    bottom: 0;
    top: auto;
}

.yes-btn {
    margin: auto;
    width: 70px;
    height: 36px;
    line-height: 36px;
    color: white;
    background: #53b32e;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.trash-btn {
    margin: auto;
    width: 70px;
    height: 36px;
    line-height: 36px;
    background: url(images/trash.png) center no-repeat;
}

.discount-has {
    color: #aaa;
}

#discount-code {
    margin-top: 20px;
    width: 150px;
}

.discount-error {
    color: red;
    margin-top: 5px;
}

.kd-fee {
    font-size: 16px;
}

.discount-fee {
    font-size: 16px;
    color: green;
}

.total {
    margin-top: 20px;
}

.flat-btn {
    background: #53b32e;
    border-radius: 0;
    color: white;
    text-shadow: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.flat-btn:hover, .flat-btn:focus {
    background: #53b32e;
    color: white;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: white;
    padding: 23px;
}

.icon-info {
    position: relative;
    top: 2px;
    left: 4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/info-icon-iobit.png) center no-repeat;
    background-size: 15px;
}

.icon-info > .tip {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 370px;
    /*height: 90px;*/
    padding: 15px;
    padding-bottom: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #f7f7f7;
    color: #666;
    z-index: 999;
}

.icon-info:hover > .tip {
    display: block;
}

.cart-logo {
    margin: -15px;
}

.safety.ssl-lock {
    background: url(/wp-content/plugins/cart/styles/images/safety.png) no-repeat;
    background-size: 40px 44px;
    margin-top: -10px;
}

.safety {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

.safe-font {
    font-size: 22px;
    position: absolute;
    margin: -35px 0 0 50px;
    font-family: "Georgia";
    opacity: 0.6;
}

.hello {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 100px 0px 50px 0px;
}

.tablewb {
	height:20px;
	width:950px;
    text-align:left;
    margin:auto;
}
.footer-wp {
    background-color: #12181a;
    color: #8c8e8f;
}
.footer-66 {
     font-size: 13px; 
     color: #8c8e8f; 	 
}
.footer-68 {
     font-size: 15px;
	 font-family: SimSun;
	 color: #8c8e8f;
}

.last-footer {
    border-top: 1px solid #282b2c;
    margin: 0 auto;
    padding: 10px 0;
    width: 950px;
} 

.yantel {
       margin:-18px 0 0 750px;
}
.yantel1 {
       margin:0px 0 0 750px;
}

.page-title{
    font-size: 25px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.tn-tip{
    background: #e5e5e5;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    color: #999;
}

.tn-tip .tn{
    background: #fefefe;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}

.payment-tip{
    font-size: 16px;
    color: #999;
}

.series-tip{
    background: #f7f8ff;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}

.download-btn{
    text-align: center;
    display: block;
    font-size: 16px;
    color: white;
    background: #339933;
    width: 145px;
    height: 33px;
    line-height: 33px;
    margin: 10px auto;
    border-radius: 2px;
}

.download-btn:link, .download-btn:visited, .download-btn:active, .download-btn:hover{
    color: white;
    text-decoration: none;
}

.download-btn:active, .download-btn:hover{
    background: #226622;
}

.guide-tip{
    text-align: left;
}

.icon-pdf{
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/pdf19.png') center no-repeat;
}

.footer-ssl {
      height: 35px;
      opacity: 0.6;
}

.footer-ssl.ssl-thl {
    background: url(/wp-content/plugins/cart/styles/images/logoTlsSecuredMedium.png) center no-repeat;
    background-size: 90px 35px;
    margin-top: -12px;
    margin-left: 460px;
}

.footer-ssl.ssl-pcl {
    background: url(/wp-content/plugins/cart/styles/images/logoPciDssCertificateMedium.png) center no-repeat;
    background-size: 90px 35px;
    margin-top: -35px;
    margin-left: 660px;
}


.footer-ssl.ssl-rapid {
    background: url(/wp-content/plugins/cart/styles/images/rapidssl_ssl_certificate.gif) center no-repeat;
    background-size: 90px 35px;
    margin-top: -35px;
    margin-left: 860px;
}

@media (max-width: 62em) {
    
body{
    background: #f2f2f2;
}

#header {
    height: 60px;
    background: #333;
}

#footer {
    background: #000;
    overflow: hidden;
}

#content {

}



.header-content {
    margin: 0 auto;
    width: 960px;
    position: relative;
    height: 100%;
}

.header-content .menu {
    float: right;
    margin: 20px;
    margin-right: 0;
}

.header-content .menu > li {
    float: right;
    list-style: none;
    margin-left: 20px;
    color: white;
}

.header-content .menu > li > a {
    color: white;
    text-decoration: none;
}

.logo {
    width: 200px;
    height: 100px;
    float: left;
    margin-top: 20px;
    color: white;
}

.logo > h1 {
    margin: 0;
    padding: 0;
    font-size: 35px;
}

.header-content .menu > li > a:link, .header-content .menu > li > a:visited {
    color: white;
}

.header-content .menu > li > a:hover, .header-content .menu > li > a:active {
    color: #ddd;
}

#main {
    width: 960px;
    margin: 0 auto;
    min-height: 500px;
    /*background: #f2f2f2;*/
    overflow: hidden;
    padding-bottom: 10px;
}

.main-container{
    width: 960px;
    background: #fff;
    padding: 20px;
    padding-bottom: 100px;
}

#steps {
    margin: 0 100px 50px 100px;
}

#steps .step {
    text-align: center;
    color: #333333;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 5px solid #b5b5b5;
}

#steps .step > span {
    color: #666;
}

#steps .step.active {
    border-bottom: 5px solid #17a4f4;
}

#steps .step > span {
    color: #666;
}


#products-table .main-product {
}

#products-table .main-icon {
    display: inline;
    width: 85px;
    height: 85px;
}

#products-table .main-title {
    display: inline;
    font-size: 16px;
    margin-left: 35px;
}

#section-submit {
    margin-top: 50px;
}

#submit-btn {
    width: 160px;
    height: 45px;
    line-height: 45px;
    border: 2px solid #17a4f4;
    text-align: center;
    float: right;
    font-size: 18px;
    color: #17a4f4;
    cursor: pointer;
	padding-left: 20px;
	background: url(../styles/images/lock-icon.png) center left #ffffff no-repeat;
}

#submit-btn:hover {
    color: #ffffff;
    background: url(../styles/images/lock-icon-h-a.png) center left #17a4f4 no-repeat;
}

#submit-btn:active {
    color: #ffffff;
    background: url(../styles/images/lock-icon-h-a.png) center left #31acf2 no-repeat;
}

h2 {
    color: #bbb;
    font-size: 28px;
    margin-bottom: 30px;
}

h3 {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
}


.section {
    margin-top: 80px;
}

.box {
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 25px;
    margin-left: 0;
    margin-right: 0;
}

.box.small{
    padding: 15px;
}

.gateway {
    width: 140px;
    height: 60px;
    background-size: 120px 50px;
    border: 1px solid #ddd;
}

.gateway.alipay {
    background: url(images/alipay_logo.gif) center no-repeat;
}

.gateway.wechat {
    background: url(images/wechat_logo.png) center no-repeat;
}

.gateway.unionpay {
    background: url(images/unionpay_logo.gif) center no-repeat;
    background-size: 120px 50px;
}

.gateway.paypal {
    background: url(images/paypal-logo.png) center no-repeat;
    background-size: 120px 50px;
}

.gateway.active {
    border: 2px solid #17a4f4;
}

.border-right {
    border-right: 1px solid #ddd;
}

.t7day {
    width: 150px;
}

thead > tr > th {
    font-size: 17px;
    color: #3c88a0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table.small thead > tr > th {
    font-size: 14px;
    color: #888;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
}

.table tbody > tr > td {
    padding: 20px;
}

.table.small tbody > tr > td {
    padding: 5px 10px 5px 10px;
}

.table.small tbody{
    border: none;
}

.table.small tbody > tr {
    border: none;
}

.table.small tbody > tr > td {
   border: none;
}

.table.small tfoot{
    color: #999;
    font-size: 12px;
}

.table.small tfoot b{
    color: #666;
}

.form-control {
    border-radius: 0;
}

.table .title {
    font-weight: bold;
}

td.price {
    text-align: center;
    color: #ccc;
    font-size: 20px;
}

td.amt {
    text-align: center;
    color: #333;
    font-size: 20px;
}

.table > tfoot > tr > td.discount {
    padding: 30px;
}

.table > tfoot > tr > td.total-amt {
    text-align: right;
    font-size: 25px;
    padding: 30px;
}

.counter {
    position: relative;
    width: 70px;
    height: 36px;
    border: 1px solid #c5c9c8;
    margin: auto;
}

.counter > .count {
    display: block;
    position: absolute;
    top: 0;
    right: 36px;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 35px;
}

.counter > .increase, .counter > .decrease {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 36px;
    background: #dadada;
    cursor: pointer;
    height: 18px;
    line-height: 16px;
    color: white;
    font-weight: bold;
}

.counter > .increase:active, .counter > .decrease:active {
    background: #aaa;
}

.counter > .decrease {
    bottom: 0;
    top: auto;
}

.yes-btn {
    margin: auto;
    width: 70px;
    height: 36px;
    line-height: 36px;
    color: white;
    background: #53b32e;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.trash-btn {
    margin: auto;
    width: 70px;
    height: 36px;
    line-height: 36px;
    background: url(images/trash.png) center no-repeat;
}

.discount-has {
    color: #aaa;
}

#discount-code {
    margin-top: 20px;
    width: 150px;
}

.discount-error {
    color: red;
    margin-top: 5px;
}

.kd-fee {
    font-size: 16px;
}

.discount-fee {
    font-size: 16px;
    color: green;
}

.total {
    margin-top: 20px;
}

.flat-btn {
    background: #53b32e;
    border-radius: 0;
    color: white;
    text-shadow: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.flat-btn:hover, .flat-btn:focus {
    background: #53b32e;
    color: white;
}

.copyright {
    text-align: center;
    font-size: 13px;
    color: white;
    padding: 23px;
}

.icon-info {
    position: relative;
    top: 2px;
    left: 4px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(images/info-icon-iobit.png) center no-repeat;
    background-size: 15px;
}

.icon-info > .tip {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 370px;
    /*height: 90px;*/
    padding: 15px;
    padding-bottom: 5px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    background: #f7f7f7;
    color: #666;
    z-index: 999;
}

.icon-info:hover > .tip {
    display: block;
}

.cart-logo {
    margin: -15px;
}

.safety.ssl-lock {
    background: url(/wp-content/plugins/cart/styles/images/safety.png) no-repeat;
    background-size: 40px 44px;
    margin-top: -10px;
}

.safety {
    width: 40px;
    height: 40px;
    opacity: 0.6;
}

.safe-font {
    font-size: 22px;
    position: absolute;
    margin: -35px 0 0 50px;
    font-family: "Georgia";
    opacity: 0.6;
}

.hello {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 100px 0px 50px 0px;
}

.tablewb {
	height:20px;
	width:950px;
    text-align:left;
    margin:auto;
}
.footer-wp {
    background-color: #12181a;
    color: #8c8e8f;
}
.footer-66 {
     font-size: 13px; 
     color: #8c8e8f; 	 
}
.footer-68 {
     font-size: 15px;
	 font-family: SimSun;
	 color: #8c8e8f;
}

.last-footer {
    border-top: 1px solid #282b2c;
    margin: 0 auto;
    padding: 10px 0;
    width: 950px;
} 

.yantel {
       margin:-18px 0 0 750px;
}
.yantel1 {
       margin:0px 0 0 750px;
}

.page-title{
    font-size: 25px;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
}

.tn-tip{
    background: #e5e5e5;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    color: #999;
}

.tn-tip .tn{
    background: #fefefe;
    display: inline-block;
    padding: 4px 10px 4px 10px;
    margin-top: 10px;
    font-size: 15px;
    color: #666;
}

.payment-tip{
    font-size: 16px;
    color: #999;
}

.series-tip{
    background: #f7f8ff;
    border-radius: 2px;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #333;
}

.download-btn{
    text-align: center;
    display: block;
    font-size: 16px;
    color: white;
    background: #339933;
    width: 145px;
    height: 33px;
    line-height: 33px;
    margin: 10px auto;
    border-radius: 2px;
}

.download-btn:link, .download-btn:visited, .download-btn:active, .download-btn:hover{
    color: white;
    text-decoration: none;
}

.download-btn:active, .download-btn:hover{
    background: #226622;
}

.guide-tip{
    text-align: left;
}

.icon-pdf{
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('images/pdf19.png') center no-repeat;
}

.footer-ssl {
      height: 35px;
      opacity: 0.6;
}

.footer-ssl.ssl-thl {
    background: url(/wp-content/plugins/cart/styles/images/logoTlsSecuredMedium.png) center no-repeat;
    background-size: 90px 35px;
    margin-top: -12px;
    margin-left: 460px;
}

.footer-ssl.ssl-pcl {
    background: url(/wp-content/plugins/cart/styles/images/logoPciDssCertificateMedium.png) center no-repeat;
    background-size: 90px 35px;
    margin-top: -35px;
    margin-left: 660px;
}


.footer-ssl.ssl-rapid {
    background: url(/wp-content/plugins/cart/styles/images/rapidssl_ssl_certificate.gif) center no-repeat;
    background-size: 90px 35px;
    margin-top: -35px;
    margin-left: 860px;
}  
}  