/* ========== 基础重置与布局 ========== */
*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;list-style:none;}
body{font-family:"Microsoft Yahei","PingFang SC",-webkit-font-smoothing:antialiased;min-width:1200px;}
a{outline:none;text-decoration:none;}
img{border:0px;max-width:100%;}
.clearfix{*zoom:1;}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}
.clearfix:after{clear:both;}
.auto{margin:0 auto;min-width:1200px;max-width:1200px;_width:1200px;}
.tac{text-align:center;}
/* ========== Flex布局 ========== */
[layout-align]{display:-webkit-box;display:-ms-flexbox;display:flex;}
[layout-flex="1"]{-webkit-box-flex:1;-ms-flex:1;flex:1;}
[layout-wrap="wrap"]{-ms-flex-wrap:wrap;flex-wrap:wrap;}
[layout-align="start start"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;}
[layout-align="start center"]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
[layout-align="space-between center"]{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}
/* ========== 轮播图 ========== */
.fullSlidevps .bd ul{list-style:none;}
.fullSlidevps .hd li{display:inline-block;}
/* ========== 模块通用样式 ========== */
.module{padding-bottom:70px;}
.module-title{font-size:28px;height:initial;line-height:initial;padding:60px 0 45px;color:#333;text-align:center;}
.bg-gray{background:#f7f8fa;}
/* ========== 推荐套餐 ========== */
.server-pkg-list{margin-left:-20px;}
.server-pkg-list .server-pkg-item{width:590px;height:auto;margin-bottom:20px;margin-left:20px;-webkit-box-shadow:0px 0px 6px 0px #d4d5d9;box-shadow:0px 0px 6px 0px #d4d5d9;border-radius:2px;overflow:auto;}
.server-pkg-list .server-pkg-item .pkg-inner{width:100%;border:none;border-radius:2px;height:auto;}
.server-pkg-list .server-pkg-item .server-pkg-top{padding:25px 0 0 30px;height:116px;}
.server-pkg-list .server-pkg-item .server-pkg-top1{background:#f0f0f2 url("/images/ssl/server-pkg1.png") right top no-repeat;}
.server-pkg-list .server-pkg-item .server-pkg-title{text-align:left;line-height:initial;font-size:22px;margin-bottom:13px;height:initial;background:none;}
.server-pkg-list .server-pkg-brief{height:initial;color:#333;}
.server-pkg-list .server-pkg-box{padding:30px 30px 22px 30px;}
.server-pkg-list .pkg-config-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;background:none;margin-top:0;width:auto;height:auto;margin-right:15px;}
.server-pkg-list .server-pkg-config{white-space:nowrap;}
.server-pkg-list .pkg-price-row{margin-top:0;color:#999;font-size:12px;margin-right:0;}
.server-pkg-list .pkg-price{color:#ff2626;font-weight:bold;font-size:28px;}
.server-pkg-list .market-price{text-decoration:line-through;margin:10px 0 18px;}
.server-pkg-list .pkg-buy-button{margin-top:0;}
.server-pkg-list .pkg-buy-button a{display:inline-block;text-align:center;color:#fff;background-color:#ff2626;width:190px;height:36px;line-height:36px;border-radius:2px;}
.server-pkg-list .pkg-buy-button a:hover{background-color:#f20000;}
/* ========== 套餐信息项 ========== */
.package-info{padding:0;}
.item-info{line-height:26px;}
.item-info .item-name{width:93px;text-align:left;}
.item-info .item-value{color:#333;}
.item-info .config-tip{margin-top:-3px;margin-left:0px;background:url(/images/ssl/icon_question.png) no-repeat center;display:inline-block;width:16px;height:16px;position:relative;}
.item-info .config-tip-content{display:none;position:absolute;border-color:#ff2626;}
.item-info .domain-num{color:#ff2626;}
/* ========== 证书类型表格 ========== */
.param-block{position:relative;}
.param-shadow-list{position:absolute;width:100%;height:100%;top:0;}
.param-shadow-list li{height:100%;-webkit-box-shadow:0px 0px 6px 0px #d4d5d9;box-shadow:0px 0px 6px 0px #d4d5d9;border-radius:2px;}
.param-shadow-list li:first-child{width:180px;}
.param-shadow-list li:not(:first-child){-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:20px;}
table.table-info{border:none;background-color:rgba(0,0,0,0);position:relative;z-index:1;}
table.table-info.table-tr-first-50px tr:first-child td{height:50px;}
table.table-info tr:first-child{background:rgba(0,0,0,0);}
table.table-info tr:first-child td{border-top-left-radius:2px;border-top-right-radius:2px;}
table.table-info tr:first-child td:first-child{color:#333;}
table.table-info tr:last-child td{border-bottom-left-radius:2px;border-bottom-right-radius:2px;}
table.table-info tr:not(:last-child) td:nth-child(odd){position:relative;}
table.table-info tr:not(:last-child) td:nth-child(odd)::after{position:absolute;bottom:0;display:block;content:"";width:94%;height:1px;background-color:#e6ebf2;left:0;right:0;margin:auto;}
table.table-info tr td{border:none;padding-left:0;text-align:center;height:70px;font-size:14px;color:#333;}
table.table-info tr td:first-child{width:180px;padding-left:0;text-align:center;font-size:14px;}
table.table-info tr td:not(:first-child):nth-child(odd){width:320px;background-color:#fff;}
table.table-info tr td:not(:first-child):nth-child(even){width:20px;}
.domain-input,.domain-input-green{width:250px;height:36px;background:url(/images/ssl/domain_bg.png) no-repeat center;}
.domain-input-info{display:block;}
/* ========== SSL表格按钮 ========== */
.ssl-table tr:first-child td{border:none;}
.pkg-buy-button a{display:inline-block;text-align:center;color:#fff;background-color:#ff2626;width:116px;height:36px;line-height:36px;border-radius:2px;}
.pkg-buy-button a:hover{background-color:#f20000;}
 
.margin-left-20{margin-left:20px;}
.margin-top-20{margin-top:20px;}
/* ========== 辅助样式 ========== */
.color-333{color:#333;}
.color-999{color:#999;}
.text-center{text-align:center;}
.pull-left{float:left;}
.pull-right{float:right;}
/* ========== 特点优势 - 卡片式布局 ========== */
.advantage-module{padding-bottom:70px;background:#fff;}
.advantage-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;}
.advantage-item{width:calc(50% - 20px);margin-left:20px;margin-bottom:20px;background:#fff;border-radius:8px;-webkit-box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);box-shadow:0px 4px 20px 0px rgba(0,0,0,0.08);display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 28px;-webkit-transition:all 0.3s ease;transition:all 0.3s ease;background: #fff url("/images/ssl/virtue_bg.png") no-repeat right bottom;}
.advantage-item:hover{-webkit-transform:translateY(-4px);-ms-transform:translateY(-4px);transform:translateY(-4px);-webkit-box-shadow:0px 8px 30px 0px rgba(0,0,0,0.12);box-shadow:0px 8px 30px 0px rgba(0,0,0,0.12);}
/* 图标样式 */
.advantage-icon{width:72px;height:72px;-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:24px;background-size:contain;background-repeat:no-repeat;background-position:center;}
/* 内容区域 */
.advantage-content{-webkit-box-flex:1;-ms-flex:1;flex:1;}
.advantage-title{font-size:20px;font-weight:600;color:#1a1a2e;margin:0 0 8px 0;line-height:1.4;}
.advantage-subtitle{font-size:14px;color:#ff2626;margin:0 0 16px 0;line-height:1.5;font-weight:500;}
.advantage-desc{font-size:13px;color:#666;line-height:1.8;text-align:justify;}
/* 响应式适配 */
@media screen and (max-width:1200px){.advantage-item{width:calc(50% - 20px);}
}
@media screen and (max-width:768px){.advantage-item{width:calc(100% - 20px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;}
.advantage-icon{margin:0 auto 20px auto;}
}

