/*
Chengdu Xiaobo Software Co., Ltd.
*/
/* 
    Created on : 2018-8-29, 21:31:19
    Author     : Abel
*/

.TopBanner {
    color: #fff;
    background: url(../images/upgrade/banner-bj1.jpg);
    background-size: cover;
}

.TopBanner .Content {
    padding: 80px 0px 80px 0px;
    text-align: center;
}

.TopBanner h1 {
    font-size: 50px;
    padding-bottom: 30px;
    letter-spacing: 3px;
}

.TopBanner h3 {
    font-size: 22px;
    padding-bottom: 40px;
    color: #12BC00;
}

.icon-awe-trans::before {
    content: "\f2a4";
    margin-right: 15px;
}

.FTable {
    margin-top: 30px;
    display: table;
    width: 100%;
    font-size: 14px;
    color: #fff;
}

.FRow {
    display: table-row;
}

.FCol {
    display: table-cell;
}

.FTable .FRow span::before {
    display: inline-block;
    content: "";
    width: 28px;
    height: 28px;
    background-image: url(../images/upgrade/iconarr-1.png);
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.FRow span#support::before {
    background-position: 0px 0px;
}

.FRow span#safe::before {
    background-position: 0px -28px;
}

.FRow span#days::before {
    background-position: 0px -56px;
}

.FRow span#trusted::before {
    background-position: 0px -84px;
}

.BuyBlock {
    padding: 60px 0px 10px 0px;
}

.BuyBlock h2 {
    text-align: center;
}

.icon-awe-win::before {
    content: "\f17a";
    margin-right: 15px;
}

.BuyTab {
    display: table;
    width: 100%;
    font-size: 0px;
    margin-top: 30px;
}

.BuyTab .Row {
    display: table-row;
}

.BuyTab .Col {
    display: table-cell;
    width: 50%;
}

.BuyTab h3 {
    font-size: 24px;
}

.BuyBlock ul {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin: 24px 0px 20px 60px;
    min-height: 120px;
}

.Oringe {
    color: #ff6f00;
}

.Price {
    font-size: 30px;
    letter-spacing: 1px;
    color: #FF8604;
    padding-bottom: 20px;
}

 a.BuyBtn {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #FFF;
    padding: 0px 30px;
    border: 1px solid #FAA345;
    background-color: #FAA345;
    transition: all 0.3s;
}

 a.BuyBtn:hover {
    color: #FFF;
    background-color: #FF8604;
}

.icon-awe-buy::before {
    content: "\f07a";
    margin-right: 15px;
}

.BuyTab .Ver-1, .BuyTab .Ver-2{
    padding: 45px 20px 45px 20px;
    box-shadow: #d0d0d0 0 0 10px;
    text-align: center;
    margin-bottom: 40px;
}

.BuyTab .Ver-1 {
    margin-right: 20px;
}

.BuyTab .Ver-2 {
    margin-left: 20px;
}

.Comparison {
    padding: 0px 0px 60px 0px;
    background-color: #fff;
}

.Comparison table {
    width: 100%;
}

.Comparison h2 {
    text-align: center;
    padding-bottom: 20px;
}

.Comparison th {
    font-size: 24px;
    line-height: 48px;
    font-weight: normal;
    color: #FFF;
    background-color: #faa345;
}

.Comparison th:nth-child(1) {
    background-color: #e1f0fb;
    color: #333333;
}

.Comparison th:nth-child(2) {
    color: #fff;
    background-color: #28A05B;
}

.Comparison tr {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}

.Comparison tr:nth-child(odd) {
    background-color: #e1f0fb;
}

.Comparison tr:nth-child(even) {
    background-color: #eaf4fc;
}

.Comparison tr:nth-child(3) {
    font-size: 13px;
}

.Comparison td.Feature {
    font-size: 16px;
    font-weight: bold;
    
}

.icon-awe-down::before {
    content: "\f019";
}

.FreeDownBtn a {
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #FFF;
    padding: 0px 30px;
    border: 1px solid #28A05B;
    background-color: #28A05B;
    transition: all 0.3s;
}

.FreeDownBtn a:hover {
    color: #FFF;
    background-color: #1D7D46;
}

.FreeDownBtn a::before {
    margin-right: 14px;
}

.Comparison .Choose {
    padding-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

.green {
    color: #12BC00;
}

.red {
    color: #ff0033;
}

.Comparison .BuyBtn {
    width: 70px;
}