@charset "utf-8"; /********************************** 公用部分 start **********************************/
.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/kexin-banner.png) top center no-repeat #18191d;
}

.main-banner-cont {
    padding: 76px 0 0;
    color: #fff;
}

.main-banner-title {
    font-size: 44px;
    margin-bottom: 30px;
}

.main-banner-title-txt {
    font-size: 22px;
    color: #050f2e;
    background-color: #20B09F;
    border-radius: 20px;
    padding: 0 8px;
}

.main-banner-descrip {
    font-size: 18px;
    margin-bottom: 6px;
}

.main-banner-p {
    background: linear-gradient(to right, rgba(32, 176, 159, .4), rgba(32, 176, 159, .1));
    display: inline-block;
}

.main-banner-btns {
    padding: 34px 0 0;
}

.items {
    padding: 60px 0;
}

/********************************** 通用部分 end **********************************/
.items-title {
    font-size: 24px;
    margin-bottom: 50px;
}

.items-why .items-block {
    margin-top: 55px;
}

.items-why .item {
    flex: 1;
    box-sizing: border-box;
    border-right: 1px solid #F2F2F2;
}

.items-why .item:last-child {
    border: none;
}

.items-why .img-block {
    margin: 16px auto 24px;
}

.items-why .item-title {
    text-align: center;
    font-size: 16px;
}

.items-platform {
    background-color: #F9F9F9;
}

.items-platform .items-block {
    margin: 0 190px;
    justify-content: space-between;
}

.items-platform .item-p {
    text-align: center;
    margin: 8px 26px 0 0;
    font-size: 18px;
    color: #666;
}

.items-platform .item-s {
    margin-left: 56px;
}

.items-platform .item-s-p {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-top: 10px;
}

/**/
.items-search .items-tab {
    margin-bottom: 36px;
    border-bottom: 1px solid #e5e5e5;
}

.items-search .item-tab {
    margin: 0 10px;
    padding: 0 20px 15px;
    border-bottom: 3px solid transparent;
    font-size: 18px;
    cursor: pointer;
}

.items-search .item-tab.active {
    border-color: #20B09F;
}

.items-search .item-content {
    display: none;
}

.items-search .item.flex-row {
    justify-content: space-between;
    width: 332px;
    margin: 0 110px;
}

.items-search .item:first-child {
    margin-left: 66px;
}

.items-search .item-s {
    flex: 1;
}

.items-search .item-s-p {
    font-size: 16px;
    text-align: center;
    color: #666;
    margin-top: 20px;
}

.items-search .item-s .img-block {
    height: 68px;
}

.items-search .item-s .img-block img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/**/
.items-case {
    background-color: #F9F9F9;
}

.items-case .items-block {
    justify-content: space-between;
    margin-top: 23px;
}

/**/
.items-rule .item {
    margin-top: 30px;
}

.items-rule .item-title {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 12px;
}

.items-rule .item-title:before {
    content: "";
    position: absolute;
    height: 16px;
    border-left: 2px solid #20B09F;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.items-rule .item-p {
    color: #666;
    padding-left: 12px;
}

.items-rule .item-block {
    margin-top: 10px;
}

.items-rule .item-txt {
    color: #666;
    padding-left: 12px;
    margin-bottom: 5px;
}

/**/
.items-kexin-form {
    background-color: #F9F9F9;
}

.items-kexin-form .items-title {
    margin-bottom: 30px;
}

.items-kexin-form .item-block {
    width: 530px;
    margin: 0 auto;
}

.items-kexin-form .item {
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}

.items-kexin-form label {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 8px;
    color: #666;
    vertical-align: middle;
}

.items-kexin-form .required label:before {
    content: "*";
    vertical-align: middle;
    margin-right: 5px;
    color: red;
}

.items-kexin-form .item-input {
    border: 1px solid #ccc;
    box-sizing: border-box;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    width: 320px;
}

.items-kexin-form .verifyInput {
    vertical-align: middle;
    margin-right: 6px;
    width: 218px;
}

.items-kexin-form .item-btn {
    text-align: center;
}

.items-kexin-form button {
    width: 100px;
    height: 36px;
}

.product-bottom-qq {
    font-size: 14px;
    width: 100px;
    height: 36px;
    line-height: 34px;
    margin-left: 24px;
}

.product-bottom-qq:before {
    width: 20px;
    height: 22px;
    vertical-align: -6px;
    margin-right: 8px;
    background: url(../../../../home/images/product/zixun_icon.png) no-repeat center;
    background-size: 17px auto;
}