@charset "utf-8";

.items-meaning .items-block {
    margin-top: 20px;
}

.items-meaning .item {
    box-sizing: border-box;
    width: 493px;
    height: 161px;
    border: 2px solid #F2F2F2;
    margin: 0 10px;
    justify-content: flex-start;
}

.items-meaning .img-block {
    margin: 0;
    width: 120px;
}

.items-meaning .item .item-block {
    align-self: flex-start;
    margin-top: 40px;
}

.items-meaning .item-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.items-meaning .item-p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.items-title {
    font-size: 24px;
    margin-bottom: 50px;
}

/**/
.items-comparison {
    background-color: #F9F9F9;
    overflow: hidden;
}

.comparison_left {
    width: 480px;
    float: left;
    background: #fff;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
}

.comparison_c {
    width: 196px;
    float: left;
}

.comparison_vs {
    width: 196px;
    height: 100px;
}

.comparison_vs img {
    margin: 32px 0px 0px 36px;
}

.comparison_distinction li {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #999;
    line-height: 100px;
    cursor: pointer;
}

.comparison_right {
    width: 480px;
    float: right;
    background: #fff;
    margin-right: 20px;
    border: 1px solid #e5e5e5;
}

.comparison_title_left {
    background: #999;
    height: 100px;
}

.comparison_title_right {
    background: #20b09f;
    height: 100px;
}

.comparison_title {
    font-size: 22px;
    color: #fff;
    line-height: 100px;
    text-align: center;
}

.comparison_ul {
    width: 420px;
    margin: auto;
}

.comparison_ul li {
    width: 100%;
    height: 99px;
    border-bottom: 1px dashed #e5e5e5;
}

.comparison_ul li p {
    white-space: normal;
    font-size: 16px;
    margin-top: 40px;
    color: #666;
    float: left;
}

.comparison_ul li:nth-child(3) p {
    margin-top: 30px;
}

.comparison_ul li:nth-child(5) p {
    margin-top: 30px;
}

.comparison_ul li:nth-child(7) {
    border: none;
}

.comparison_ul li img {
    margin: 38px 20px 0px 0px;
    float: left;
}

/* .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: 130px;
    height: 36px;
}

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

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

/*HTTPS*/

.main-ssl .main-banner {
    background-image: url(../images/ssl/https-banner.png);
}

.items-https .item-p,
.items-explorer .item-p,
.items-important .item-p,
.items-effect .item-p {
    text-align: center;
    color: #666;
    margin: 12px 0 30px;
    line-height: 24px;
}

.items-https .items-title,
.items-explorer .items-title,
.items-important .items-title,
.items-value .items-title,
.items-effect .items-title {
    margin-bottom: 0;
}

.items-explorer,
.items-important {
    background-color: #f9f9f9;
}

.items-meaning .items-subtitle {
    font-size: 18px;
    color: #666;
    position: relative;
    text-align: center;
    margin: 10px 0 30px;
}

.items-meaning .items-subtitle:before {
    content: "";
    display: inline-block;
    width: 53px;
    vertical-align: 6px;
    border-bottom: 1px solid #666;
    margin-right: 5px;
}

.items-important .items-title {
    margin-bottom: 38px;
}