.banner-img {
    height: 240px;
    background: url("../../uploads/linkcrm/banner.png") no-repeat center center;
}
.make-cover {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 245px;
}
.maker-title {
    width: 1200px;
    margin: 0 auto;
}
.maker-nav {
    margin-top: 46px;
    width: 140px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    border-bottom: solid 1px #fff;
}
.maker-nav a {
    color: #FFFFFF;
}

.maker-nav > span {
    padding: 0 4px;
}
.marker-bg{
    margin-top: 30px;
    padding-left: 84px;
    font-size: 36px; 
    color: #FFFFFF;
    line-height: 52px;
    background: url("../../uploads/linkcrm/icon.svg") no-repeat left center;
    background-size: 62px 52px;
}
.marker-line{
    color: #fff;
    margin-top: 10px;
    padding-left: 84px;
    font-size: 22px;
}

.linkcrm{
    background: #fff;
}
.linkcrm-content{
    width: 1100px;
    margin: 0 auto;
}
.linkcrm-content-div p{
    text-align: center;
    font-size: 24px;
    color: #333;
    padding: 40px 0 28px 0;
}
.linkcrm-content-div ul{
    width: 300px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 30px;
}
.linkcrm-content-div ul li{
    font-size: 14px;
    line-height: 43px;
    background: #68c5d7;
    width: 128px;
    text-align: center;
    color: #fff;
}
.linkcrm-content-div ul li:first-child{
    margin-right: 48px;
}
.linkcrm-head{
    padding-left: 20px;
    color: #322e30;
    font-size: 24px;
    line-height: 30px;
    border-left: solid 2px #EC2629;
}
.product-description ul{
    display: flex;
    padding: 35px 0;
}
.product-description ul li{
    width: 312px;
    height: 114px;
    line-height: 114px;
    box-shadow: 0 0 2px #ccc;
    padding-left: 10px;
    border-radius: 1%;
    font-size: 16px;
    color: #333;
}
.product-description ul li:nth-of-type(1){
    background: url(../../uploads/linkcrm/product-description1.png) no-repeat right bottom;
    margin-right: 70px;
}
.product-description ul li:nth-of-type(2){
    background: url(../../uploads/linkcrm/product-description2.png) no-repeat right bottom;
    margin-right: 70px;
}
.product-description ul li:nth-of-type(3){
    background: url(../../uploads/linkcrm/product-description3.png) no-repeat right bottom;
}
.linkcrm img{
    margin-bottom: 35px;
}
.features{
    background: #f8f8f8;
    padding-top: 45px;
}
.features-div{
    margin-top: 60px;
}
.features-div p:nth-of-type(1){
    text-align: center;
    font-size: 22px;
    margin-bottom: 35px;
    color: #333;
    font-weight: bold;
}
.features-div p:nth-of-type(2){
    text-align: justify;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}
.features-div p:nth-of-type(3){
    text-align: center;
}
.functional-characteristics{
    background: #fff;
    padding: 50px 0; 
}
.functional-characteristics-div-p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.functional-characteristics-div-p span{
    width: 40px;
    display: inline-block;
    border-top: 2px solid #68c5d8;
    margin: 0 30px;
}
.functional-characteristics-div ul{
    display: flex;
    margin-top: 40px;
}
.functional-characteristics-div ul li:nth-of-type(1),.functional-characteristics-div ul li:nth-of-type(2){
    margin-right: 100px;
}
.functional-characteristics-div ul li div{
    text-align: center;
}
.functional-characteristics-div ul li p:nth-of-type(1){
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 36px 0 20px 0;
}
.functional-characteristics-div ul li p:nth-of-type(2){
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify;
}