/*
Copyright © 2018 Chengdu Xiaobo Software Co., Ltd., All Rights Reserved.
*/

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

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

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

.TopBanner h3 {
    font-size: 24px;
    line-height: 36px;
}

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

.Tab {
    width: 100%;
    font-size: 0px;
    display: table;
}

.Row {
    display: table-row;
}

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

.Tab h3 {
    font-size: 20px;
    padding: 20px 0px 20px 0px;
}

.Tab p {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 20px;
}

.Tab p.Desc {
    min-height: 80px;
}

.Tab ul {
    font-size: 14px;
}

.Mod {
    border: #ebf0f5 1px solid;
    text-align: center;
    padding: 30px 30px;
}

#mod1 {
    margin: 0px 20px 0px 0px ;
}

#mod2 {
    margin: 0px 0px 0px 20px;
}

.Mod:before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 81px;
    height: 81px;
    background: url("../images/support/icons.png") no-repeat left top;
}

#mod2:before {
    background-position-y: -82px;
}

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

.Link {
    padding: 10px 10px 10px 50px;
}

.Link a {
    display: inline-block;
    font-size: 14px;
    color: #2280e1;
    line-height: 28px;
    text-align: left;
}

.Link a:hover {
    text-decoration: underline;
}

.Link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border: 2px solid #4294E9;
	border-radius: 50%;
	margin-right: 5px;
	margin-top: -2px;
}
