/*
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 40px 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;
}

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

.ProductDoc .Content:nth-child(even) {
    padding: 40px 0 40px 0;
}

.ProductDoc h2 {
    padding: 0px 0px 20px 0px;
    text-align: left;
}

.ProductDoc h3 {
    color: #333333;
}

.ProductDoc h4 {
    color: #666666;
    padding: 12px 0 20px 0;
    line-height: 26px;
}

.ProductDoc h2::after {
    position: relative;
    display: block;
    content: "";
    width: 200px;
    height: 1px;
    transform: translateY(10px);
    background-color: #ff7e00;
}

.ProductDoc .Tab {
    display: table;
    width: 66%;
}

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

.ProductDoc .Col {
    display: table-cell;
}

.ProductDoc .Col:nth-child(1) {
    padding-right: 30px;
}

.ProductDoc .Col:nth-child(2) {
    padding-left: 30px;
}

.ProductDoc .Tab h3 {
    padding-bottom: 15px;
}

.ProductDoc ol {
    list-style: decimal;
    padding-left: 15px;
    color: #666666;
    line-height: 26px;
}

.MailTab {
    display: table;
    width: 90%;
}

.MailTabRow {
    display: table-row;
}

.MailTabCol {
    display: table-cell;
    padding-top: 30px;
    width: 50%;
}

.MailTabCol:nth-child(1) {
    padding-right: 15px;
}

.MailTabCol:nth-child(2) {
    padding-left: 15px;
}

.MailCap {
    font-size: 18px;
    color: #333333;
}

.MailBod {
    font-size: 13px;
    padding: 15px 0 15px 0;
    line-height: 20px;
    height: 60px;
}
