/*
Chengdu Xiaobo Software Co., Ltd.
*/
/* 
    Created on : 2018-8-29, 8:59:46
    Author     : Abel
*/

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

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

.TopBanner h1 {
    font-size: 42px;
    padding-bottom: 30px;
}

.TopBanner h3 {
    font-size: 16px;
    padding-bottom: 50px;
}

.icon-awe-win {
    font-size: 16px;
    text-decoration: underline;
    color: #eeeeee;
}

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

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

.FRow {
    display: table-row;
}

.FCol {
    display: table-cell;
}

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

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

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

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

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

.Editions {
    padding: 60px 0px 60px 0px;
}

.Editions h2 {
    padding: 0px 0px 20px 0px;
    text-align: center;
}

.Editions h3 {
    color: #888888;
    text-align: center;
    line-height: 48px;
}

.Editions h2::after {
    position: absolute;
    display: block;
    content: "";
    width: 80px;
    height: 3px;
    left: 50%;
    margin: 10px 0 0 -40px;
    background-color: #ff7e00;
}


.VarTab {
    margin-top: 20px;
    display: table;
    width: 100%;
}

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

.VarTab .Col {
    display: table-cell;
    vertical-align: middle;
}

.VarTab .Ver-1, .VarTab .Ver-2, .VarTab .Ver-3 {
    padding: 30px 20px 30px 20px;
    box-shadow: #d0d0d0 0 0 10px;
    text-align: center;
}

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

.VarTab .Ver-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.VarTab .Ver-3 {
    margin-left: 20px;
}

.VarTab img.ver {
    width: 128px;
    height: 128px;
}

.VarTab img.hot {
    display: inline-block;
}

.VarTab h4 {
    font-size: 24px;
    color: #555555;
}

.VarTab h5 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    color: #555555;
}

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

.DownBtn a {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 36px;
    color: #2887f5;
    padding: 0px 30px;
    border: 1px solid #2887f5;
    transition: all 0.3s;
}

.DownBtn a:hover {
    color: #FFF;
    background-color: #2887f5;
}

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

.FreeDownBtn a {
    margin-top: 20px;
    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;
}

.Editions .Content:first-child:after {
    content: "";
    display: block;
    height: 45px;
}

.DispHide {
    visibility: hidden;
}