img {
    display: block;
}
#main {
    padding: 0;
    width: 100%;
    margin: 0;
    color: #121212
}
.web-banner {
    overflow: hidden;
    background: url("/en/images/platformm/compare/banner.png") no-repeat center;
    margin-top: 72px;
    position: relative;
    height: 420px;
}
.web-banner .web-font {
    overflow: hidden;
    margin-top: 142px;
}
.web-banner .web-font span,
.web-banner .web-font p {
    overflow: hidden;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #777777;
    text-align: center;
    text-transform: capitalize;
}
.web-banner .web-font span {
    font-size: 50px;
    line-height: 66px;
    color: #20222B;
    font-weight: bolder;
}
.web-banner .web-font p {
    width: 70%;
    margin: 10px auto 0;
}
.web-page {
    overflow: hidden;
    width: 100%;
    padding: 80px 0;
    background: #F7F9FB;
}
.web-page .web-title {
    overflow: hidden;
}
.web-page .web-title span,
.web-page .web-title em {
    overflow: hidden;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    color: #777777;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.web-page .web-title span {
    font-size: 42px;
    line-height: 50px;
    color: #121212;
    font-weight: bolder;
    width: 70%;
    margin: 0 auto;
}
.web-page .web-title em {
    background: #FB615B;
    width: 120px;
    height: 2px;
    margin: 12px auto 30px;
}
.main-article {
    overflow: hidden;
    margin-top: 30px;
}
.main-article table {
    overflow: hidden;
    width: 100%;
    display: table;
    background: #fff;
    border-radius: 20px;
}
.main-article table tbody td {
    font-size: 18px;
    line-height: 28px;
    width: 500px;
    padding: 30px 30px;
    border-bottom: solid 2px #D8D8D8;
    vertical-align: top;
}
.main-article table tbody td:first-child {
    background: #37AEB3;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    width: 400px;
    border-bottom: none;
    padding: 25px 30px;
}
.main-article table tbody td:nth-child(2) {
    border-right: solid 2px #D8D8D8;
}
.main-article table tbody tr:last-child td{
    border-bottom: none;
}
.main-article .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}
.main-article .item:last-child{
    margin-bottom: 0;
}
.main-article .item img {
    margin-right: 7px
}
.main-article .item p.height2{
    height: 56px;
}
.web-btn{
    margin-top: 30px;
}
.web-btn p{
    overflow: hidden;
    display: block;
    width: 100%;
    color: #37AEB3;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 50px;
}
.web-btn a{
    width: 270px;
    height: 60px;
    line-height: 60px;
    background: #FB615B;
    border: 2px solid #FB615B;
    border-radius: 4px;
    font-size: 22px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
}
.web-btn a:before {
    content: '';
    position: absolute;
    top: -14px;
    right: -14px;
    bottom: -14px;
    left: -14px;
    opacity: 0;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    border: 2px solid #FB615B
}
.web-btn a:hover:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in
}
.web-btn a em {
    background: url("/en/images/index/icon_button_arrow.png") no-repeat;
    background-size: 100% 100%;
    width: 28px;
    height: 28px;
    margin-left: 6px;
}
