/* 整体页面*/

.warp {
    /* height: 100vh; */
    /* min-width: 1920px; */
    min-width: 1366px;
    background-color: #fff;
    /* 设置弹性布局 */
    display: -webkit-box;
    /* 设置子元素垂直布局 */
    -webkit-box-orient: vertical;
    /* height: 100%; */
    /* overflow: hidden; */
}

/* 选项卡区域 start*/

.header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 1;
}

.header-logo {
    width: 50%;
    text-align: center;
}

.header-tabs {
    width: 50%;
    display: flex;
    align-items: center;
}

.active {
    color: #266AD0 !important;
    border-bottom: 10px solid #266AD0;
}

.header-tabs-item {
    height: 70px;
    width: 90px;
    text-align: center;
    line-height: 80px;
    margin-right: 60px;
    cursor: pointer;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
}

.header-tabs-item:hover {
    color: #266AD0 !important;
}

/* 选项卡区域 end */

/* 浮动图标  start*/
@media screen and (min-width: 1366px) and (max-width: 1800px){
    .contact{
        width: 120px !important;
    }
    .contact-qq {
        width: 120px;
        height: 120px !important;
    } 
    .contact-qq img {
        margin-top: 10% !important;
    }
    .text{
        font-size: 14px !important;
    }
    
    .contact-wechat {
        width: 120px;
        height: 120px !important;
    } 
    .contact-wechat img {
        margin-top: 10% !important;
    }
    .text{
        font-size: 14px !important;
    }
    .contact-Qrcode {
        width: 120px !important;
        height: 120px !important;
        bottom: 0px !important;
    }
    .contact-Qrcode>img{
        width: 120px !important;
        height: 120px !important;
        margin-top: 0px !important;
    }
}
.contact {
    width: 150px;
    position: fixed;
    z-index: 1;
    bottom: 50px;
    right: 50px;
}

.contact-qq {
    text-align: center;
    height: 150px;
    background-color: #4770FF;
    box-shadow: 0px 5px 20px 0px rgba(10, 2, 4, 0.35);
    border-radius: 4px;
    cursor: pointer;
}


.contact-qq img {
    margin-top: 20%;
    margin-bottom: 5%;
}

.text {
    /* text-align: center; */
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
}

/* 浮动图标 end */

.contact-wechat {
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    height: 150px;
    background-color: #4A9B1E;
    box-shadow: 0px 5px 20px 0px rgba(10, 2, 4, 0.35);
    border-radius: 4px;
}

.contact-wechat img {
    margin-top: 20%;
    margin-bottom: 5%;
}

.contact-Qrcode {
    visibility: hidden;
    position: absolute;
    bottom: -8%;
    right: 110%;
    width: 180px;
    height: 180px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(10, 2, 4, 0.35);
    border-radius: 4px;
    text-align: center;
}

.contact-Qrcode img {
    margin-top: 20px;
}

/* 内容区域 */

.content {
    margin-top: 80px;
    /* -webkit-box-flex: 1; */
    /* overflow: auto; */
}

/* banner区域 start*/

.banner {
    width: 100%;
    height: 600px;
    position: relative;
}

/* banner 联系我们 */

.banner-contact {
    position: absolute;
    top: 60%;
    /* left: 42%; */
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
}

/* banner区域 end*/

/* 首页内容区域 start*/

/* 标题区域  start*/

.question {
    width: 100%;
    margin-bottom: 10px;
}

.question-title {
    margin-top: 79px;
    text-align: center;
    position: relative;
    margin-bottom: 54px;
}

.question-bg {
    font-size: 50px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    opacity: 0.3;
}

.question-text {
    font-size: 32px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    /* position: relative; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* 标题区域  end*/

/* 传统CRM的问题  start*/

.pointer {
    width: 1200px;
    /* height: 200px; */
    margin: 0 auto;
}

.pointer-item {
    height: 200px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(10, 2, 4, 0.2);
    border-radius: 10px;
    margin-bottom: 60px;
}

.pointer-note {
    padding: 50px;
    width: 50%;
}

.pointer-key {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #266AD0;
    margin-bottom: 30px;
}

.pointer-img {
    width: 40%;
    text-align: center;
}

.pointer-text {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
}

/* 传统CRM的问题  end*/

/* 产品特点 start*/

.produce-spec {
    padding-top: 47px;
    width: 100%;
}

.title-top-area {
    text-align: center;
    width: 100%;
    height: 200px;
    /* margin-top: 47px; */
    background-image: url('../image/content/product/tabsBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    padding-top: 40px;
}

.title-tabs {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 22px;
}

.title-info {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #D7D7D7;
    margin-bottom: 29px;
}

/* 线索池 */

.clue-pool {
    width: 100%;
    margin-top: 59px;
}

.clue-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clue-titlenum {
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E3E3E3;
}

.clue-info {
    margin-left: 30px;
    font-size: 32px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
}

.clue-info-items {
    margin-top: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clue-info-left {}

.c-i-item {
    border-right: 4px solid #E8EDF5;
    height: 120px;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-i-title {
    text-align: right;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #266AD0;
    padding: 20px;
}

.c-i-info {
    /* text-align: right; */
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
    padding-right: 20px;
}

.clue-info-right {}

.c-r-item {
    border-left: 4px solid #E8EDF5;
    height: 120px;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-r-item .c-i-title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #266AD0;
    text-align: left;
}

.c-r-item .c-i-info {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
    padding-left: 20px;
}

/* 客户管理 */

.customer-manage {
    margin-top: 80px;
}

.c-m-content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 98px;
}

.customer-title {
    margin-top: 29px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #266AD0;
}

.customer-info {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
    margin-top: 14px;
}

/* 组织架构 */

.organization {
    text-align: center;
    margin-top: 129px;
}

.organization-info {
    margin-top: 57px;
}

.org-info-tile {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #266AD0;
}

.org-info-info {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
    margin-top: 19px;
    margin-bottom: 30px;
}

/* 个性化设置 */

.style-content {
    margin-top: 75px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* justify-content: center; */
}

.setting-items {
    display: flex;
    align-items: center;
    margin-top: 75px;
    margin-bottom: 92px;
}

.style-setting {
    margin-top: 159px;
    margin-bottom: 110px;
}

.style-setting-font {
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    margin-left: 19px;
}

/* 产品特点 end */

/* 产品价格 start */

.price-item {
    height: 648px;
    display: flex;
    justify-content: center;
}

.price-item .produce-price-item:nth-child(2) {
    margin-left: 60px;
    margin-right: 60px;
}

.produce-price {
    width: 100%;
}

.produce-price-item {
    margin-top: 100px;
    width: 360px;
    height: 473px;
    background: #FFFFFF;
    border: 2px solid #1C509F;
}

.title-version {
    /* margin-top: 38px; */
    margin-right: 69px;
    margin-left: 69px;
    margin-bottom: 48px;
    height: 62px;
    background: #F6FAFF;
    border: 1px solid #1C509F;
    border-radius: 30px;
    line-height: 62px;
    text-align: center;
}

.price-text {
    text-align: center;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
}

.price-text:not(:last-child) {
    margin-bottom: 34px;
}

.price-item-bottom {
    /* margin-top: 17px; */
    height: 100%;
    height: 120px;
    background: #1C509F;
    text-align: center;
    /* margin-bottom: 25px; */
}

.none-bottom {
    position: relative;
    bottom: -43%;
}

.free {
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    padding-top: 25px;
}

.price {
    /* margin-top: 15px; */
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
}

/* 产品价格 end */

/* 联系我们 start */

.contact-us {
    text-align: center;
    width: 100%;
    height: 920px;
    background-image: url('../image/content/contact/contactUsBg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}

.contact-us-tip {
    text-align: center;
    width: 100%;
    /* background-image: url('../image/content/product/tabsBg.png'); */
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    padding-top: 40px;
}

.contact-us-chat {
    width: 100%;
    justify-content: center;
    margin-top: 104px;
}

.qq-icon {
    width: 240px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(10, 2, 4, 0.35);
    border-radius: 10px;
    margin-right: 100px;
    text-align: center;
}

.qq-img {
    margin-top: 32px;
    margin-bottom: 14px;
}

.qq-info {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #555555;
    margin-bottom: 13px;
}

.qq-btn {
    margin-left: 35px;
    margin-right: 35px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #266AD0;
    border-radius: 24px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    color: #266AD0;
    font-size: 16px;
}

.wechat-icon {
    width: 240px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(10, 2, 4, 0.35);
    border-radius: 10px;
    text-align: center;
}

.webchat-qrimg {
    margin-top: 37px;
    margin-bottom: 10px;
}

.webchat-info {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #333333;
}

.contact-info {
    margin-bottom: 59px;
    margin-top: 100px;
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
}

.contact-number {
    margin: 0 auto;
    text-align: center;
    width: 360px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px rgba(10, 2, 4, 0.35);
    border-radius: 40px;
    line-height: 80px;
}


.footer{
    height: 250px;
    background-color:#252525; 
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-around;
}
.address{
   
    text-align: center;
   
    height: 125px;
    margin: 0 auto;
    color:#FFFFFF; 
}
.address-one{font-size: 20px; line-height: 40px;}
.address-two{line-height: 40px;}
.address-three{color: #FFFFFF;font-size: 25px;text-decoration: none;}
/* 联系我们 end */