@charset "utf-8";

:root {
    --main-color: #20B09F;
}

/********************************** 公用部分 start **********************************/
.main-banner {
    height: 314px;
    position: relative;
    background: url(../images/kexinwangzhan/kexin-banner.png) top center no-repeat, linear-gradient(to bottom, #103853, #1B223E);
}

.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 {
    background-color: #f9f9f9;
}

.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-blueV .item {
    margin: 0 30px;
    width: 470px;
}

.items-blueV .item-title {
    font-size: 24px;
    display: inline-block;
    vertical-align: bottom;
}

.items-blueV .item .img-block {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    bottom: 26px;
    left: -16px;
}

.items-blueV .item-p {
    color: #999;
    line-height: 1.7143em;
    margin-top: 30px;
}

.items-blueV .item-btn {
    margin-top: 30px;
}

.items-blueV .item-btn-a {
    width: 100px;
    height: 36px;
    line-height: 36px;
}

/**/
.items-search-show .img-block {
    margin-top: 20px;
}

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

.items-rule .item-header-p {
    font-size: 18px;
    color: #666;
    line-height: 32px;
}

.items-rule .item {
    margin-top: 20px;
    padding: 0 30px;
}

.items-rule .item-p {
    color: #666;
    line-height: 24px;
    text-align: justify;
}

/**/

.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(https://a.300.cn/style/v3.0/home/images/zixun_icon.png) no-repeat center;
    background-size: 17px auto;
}

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

.items-value .items-block {
    justify-content: space-around;
    padding: 0 60px;
}

.items-value .item {
    width: 425px;
    height: 146px;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .18);
}

.items-value .item:nth-child(1) {
    --item-color: #3385FF;
}

.items-value .item:nth-child(2) {
    --item-color: var(--main-color);
}

.items-value .item-title {
    align-self: stretch;
    line-height: 146px;
    width: 110px;
    text-align: center;
    background-color: var(--item-color);
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.items-value .item-info {
    width: 0;
    flex: 1 1 auto;
    margin-left: 28px;
    counter-reset: value-num;
}

.items-value .item-p {
    counter-increment: value-num;
    font-size: 16px;
    line-height: 1.875em;
    color: #666;
    position: relative;
    padding-left: 26px;
}

.items-value .item-p:before {
    content: counter(value-num);
    position: absolute;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #A4A4A4;
    text-align: center;
    line-height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

/***/

.items-agency .items-block {}

.items-agency .item-img {}

.items-agency .item {
    width: 440px;
}

.items-agency .item-p {
    color: #666;
    line-height: 1.875em;
    font-size: 16px;
}