.cpys{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpys>div{
    width: 596px;
    height: 108px;
    box-sizing: border-box;
    display: flex;
    padding-top:15px;
    padding-left: 28px;
    padding-right: 28px;
    border:1px solid #f9f9f9;
    margin-bottom:10px;
    transition: 0.3s;
    background:white;
    /*align-items: center;*/
}
.cpys>div:hover{
    box-shadow: 0px 5px 12px 0px rgba(213, 213, 213, 0.25);
}
.cpys>div>div{
    margin-left: 25px;
}
.cpys>div>div>div:first-child{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
}
.cpys>div>div>div:last-child{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top:13px;
}
.pzBox{
    width: 1200px;
    height: 216px;
    box-sizing: border-box;
    border:1px solid #f9f9f9;
    transition: 0.3s;
    margin-bottom:20px;
}
.pzBox:hover{
    box-shadow: 0px 5px 10px 0px rgba(213, 213, 213, 0.15);
}
.pzTitle{
    background:url("../../images/gradedprotection/cbh_title.png") no-repeat center;
    background-size: cover;
    width: 1200px;
    height: 78px;
    box-sizing: border-box;
    padding-top:20px;
    padding-left:23px;
}
.pzTitle>div:first-child{
    font-size: 20px;

    font-weight: bold;
    color: #444444;
    display: flex;
    align-items: center;
}
.pzTitle>div:first-child span{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
    margin-left:20px;
}
.pzTitle>div:last-child{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.pzBody{
    box-sizing: border-box;
    padding:28px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jgSymbol{
    font-size: 12px;
    color:#C7000B;
}
.jgZs{
    color:#C7000B;
    font-size: 30px;
    margin-left:-8px;
}
.jgXs{
    font-size: 14px;
    color:#C7000B;
    margin-left:-6px;
}
.jgDw{
    font-size: 12px;
    color:#444444;
    margin-left:-4px;
}
.pzBody>div:first-child{
    display: flex;
}
.pzBody>div:first-child>div{
    margin-right: 40px;
}
.pzBody>div:first-child>div:last-child{
    margin-right: 0;
}
.pzType{
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    margin-bottom:20px;
}
.pzDesc{
    font-size: 14px;

    font-weight: bold;
    color: #444444;
    line-height: 24px;
    /*width: 150px;*/
}
.jgBox{
    display: flex;
    align-items: center;
}
.jgBox>div{
    margin-right: 26px;
}
.tjtc{
    display: flex;
}
.tjtc>div{
    width: 400px;
    height: 259px;
    background: white;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 0 5px #f3f3f3;
    padding-top:34px;
    padding-left:25px;
    padding-right:25px;
}
.tjtc>div:hover{
    background-image: url("../../images/gradedprotection/tjtc_hover.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 20px #acacac;
}
.tjtc>div:hover .yfwqBtn{
    background:#C7000B;
}
.yfwqBtn a{
    font-weight: bold;
}
.tjtc>div:hover .yfwqBtn>a{
    color:white;
}
a{
    text-decoration: none;
}
.viewDetail{
    font-size: 12px;

    font-weight: 400;
    color: #444444;
}
.yfwqBtn {
    bottom: 0;
    position: absolute;
    height: 54px;
    width: 100%;
    box-shadow: 0 0px 10px #efefef;
    left: 0;
}
.tjjgA{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gnmsTitle{
    display: flex;
    justify-content: space-between;
}
.gnmsTitle>div{
    box-sizing: border-box;
    padding-left:24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 395px;
    height: 102px;
    border:1px solid #F5F5F5;
    background:white;
    font-size: 18px;

    font-weight: bold;
    color: #444444;
    cursor: pointer;
}
.gnmsTitle>div>div:last-child{
    font-size: 12px;

    font-weight: 400;
    color: #444444;
    margin-top:10px;
}
.gnmsTitle>div.active{
    box-shadow: 0px 4px 10px 0px rgba(213, 213, 213, 0.15);
}
.gnmsTitle>div.active>div:first-child{
    color:#C7000B;
}
.gnmsBody{
    display: flex;
    justify-content: space-between;
    margin-top:26px;
}
.gnmsBody>div{
    box-sizing: border-box;
    padding:0 24px;
}
.gnmsBody>div>div:first-child{
    font-size: 14px;

    font-weight: bold;
    color: #444444;
}
.gnmsBody>div>div>span{
    font-weight: normal;
    color:#C7000B;
    margin-right:6px;
}
.gnmsBody>div>div:last-child{
    margin-top:16px;
    width: 355px;
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 18px;
}
.cjHead{
    display: flex;
    justify-content: space-around;
    padding:0 24px;
    position: relative;
}
.cjHead>div{
    font-size: 16px;

    font-weight: 400;
    color: #2D3241;
    cursor: pointer;
    padding-bottom:15px;
    z-index: 2333;
}
.cjHead>div:nth-child(2){
    margin-left:40px;
}
.cjHead>div.on{
    border-bottom:3px solid #C7000B;
}
.cjHead>div:hover{
    color:#C7000B;
}
.bottomLine{
    position: absolute;
    height: 1px;
    width: 100%;
    background: #D8DBE4;
    bottom:1px;
}

.cjTitle{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
}
.cjDesc{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    line-height: 22px;
}
.cjSubTitle{
    font-size: 14px;

    font-weight: bold;
    color: #444444;
}
.productList{
    margin-top:12px;
}
.productList>a{
    display: inline-block;
    width: 180px;
    height: 30px;
    background:#FEFEFE;
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border:1px solid white;
    transition: 0.3s;
    margin-bottom:5px;
}
.productList>a:hover{
    border:1px solid #c7000b;
    color:#C7000B;
}
.tableBox{
    display: table;
    width: 100%;
}
.table-row{
    display: table-row;
}
.table-cell{
    display: table-cell;
    width: 50%;
}
.table-row>div.table-cell:first-child{
    padding-right:45px;
}
.table-row>div.table-cell:last-child{
    padding-left:45px;
}
.table-cell>div:first-child{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    margin-bottom:16px;
}
.table-cell>div:last-child{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    line-height: 22px;
    padding-bottom:40px;
}
.lcjs{
    background: url("../../images/gradedprotection/lct.png") no-repeat center;
    background-size: 1200px 128px;
    width: 1200px;
    height: 128px;
    position: relative;
}
.lcjs>div{
    position: absolute;
    top:86px;
}
.lcjs>div>span:first-child{
    font-size: 16px;

    font-weight: bold;
    color: #2D3241;
}
.lcjs>div>span:last-child{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    line-height: 24px;
}
.lcjs>div:nth-child(1){
    left:24px;
}
.lcjs>div:nth-child(2){
    left:295px;}
.lcjs>div:nth-child(3){
    left:565px;
}
.lcjs>div:nth-child(4){
    left:832px;
}
.lcjs>div:nth-child(5){
    left:1100px;
}
.table-row1{
    display: table-row;
}
.table-row1>div:first-child{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
}
.table-row1>div:last-child{
    border-right:none;
}
.tableBox .table-row1:last-child>div{
    border-bottom:none;
}
.table-cell1{
    display: table-cell;
    box-sizing: border-box;
    width: 200px;
    height: 102px;
    padding:30px 28px 0 28px;
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 20px;
    border-right:1px solid #F3F3F3;
    border-bottom:1px solid #F3F3F3;
}
.table-row1.active{
    box-shadow: 0 0 10px #F3F3F3;
}
.table-row1.active>div:first-child{
    border-left:2px solid #C7000B;
    padding-left:26px;
}
.table-cellBox{
    box-sizing: border-box;
    display: table-cell;
    border-right:1px solid #ebebeb4d;
    padding-left:18px;
    height: 55px;
    vertical-align: middle;
    background: white;
    border-bottom:1px solid #EBEBEB;
    font-size: 14px;
}
.table-head>div{
    background: #D9E2F0;
    font-size: 16px;

    font-weight: bold;
    color: #2D3241;
    height: 58px;
    line-height: 58px;
}
.tabUl{
    padding:0;
    margin:0;
    display: flex;
}
.tabUl li{
    list-style: none;
    position: relative;
    transition:0.3s;
}
.tabUl li.hoverLi:hover{
    z-index: 22;
    box-shadow: 0px 4px 20px 0px rgba(213, 213, 213, 0.4);
}

.zsPrice{
    font-size: 24px;
    color:#c7000b;
    margin-left:-6px;
    font-weight: bold;
}
.unit{
    margin-left:-4px;
}
.zxBtn{
    width: 234px;
    height: 34px;
    background: #C7000B;
    font-size: 14px;

    font-weight: 400;
    color: #FFFFFF;
    line-height: 34px;
    text-align: center;
    display: inline-block;
}
.table-cellBox>div{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.tableBox>.table-row:nth-child(3)>.table-cellBox{
    height: 96px;
}
.tableBox>.table-row:nth-child(4)>.table-cellBox{
    height: 96px;
}
.tableBox>.table-row:nth-child(5)>.table-cellBox{
    height: 72px;
}
.tableBox>.table-row:nth-child(6)>.table-cellBox{
    height: 72px;
}
.tableBox>.table-row:nth-child(7)>.table-cellBox{
    height: 72px;
}
.table-cellBox>span{
    color:#526ECC;
}
.table-cellBox img{
    width: 16px;
    height: 11px;
}
.priceRow>div{
    height: 182px;
    padding-top:26px;
    vertical-align: top;
}
.ssl_price{
    margin-bottom:10px;
}
.ssl_price span:nth-child(1){
    font-size: 12px;
    color:#C7000B;
}
.ssl_price span:nth-child(2){
    font-size: 24px;
    color:#C7000B;
    margin:0 -4px;
}
.ssl_price span:nth-child(3){
    font-size: 12px;
    color:#444444;
}

.zkCss{
    display: flex;
    margin-bottom:12px;
    height: 24px;
    line-height: inherit!important;
    margin-top:10px;
}
.zkFont{
    color:white;
    background:#C7000B;
    font-size: 12px;
    padding:0 5px;
    margin-right: 5px;
    height: 18px;
}
.sFont{
    font-size: 12px;
    color:#444444;
    background:white;
    border:1px solid #444444;
    padding:0 5px;
    height: 18px;
    box-sizing: border-box;
}
.buyDesc{
    font-size: 14px!important;
}
.hssBuyBtn{
    display: inline-block;
    width: 123px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    background: #C7000B;
    color:white;
    font-size: 14px;
}
.tjcp{
    display: flex;
    justify-content: space-between;
}
.tjcp>div{
    display: flex;
}
.tjcp>div img{
    margin-right: 26px;
}
.tjcp .tjTitle{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    line-height: 22px;
}
.tjcp .tjDesc{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top:4px;
    margin-bottom:12px;
}
.ssl_link{
    font-size: 12px;

    font-weight: 400;
    color: #526ECC;
}
.ssl_link:hover{
    color:#C7000B;
}
.yycjBox{
    display: none;
    justify-content: center;
    align-items: center;
    margin-top:36px;

}
.yycjBox>img{
    width: 718px;
    height: 409px;
}
.yycjBox>div{
    width: 467px;
    /*height: 490px;*/
    box-sizing: border-box;
    padding:28px 32px;
    background:#F8F9FB;
    margin-left:30px;
}
.jydp{
    margin-top:10px;
}
.jydp a{
    display: flex;
    width: 160px;
    height: 30px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    box-sizing: border-box;
    transition: 0.3s;
}
.jydp a:hover{
    background: #efefef;
}
.jydp a img{
    width: 12px;
    height: 16px;
    margin-right:6px;
}

.dtBox{
    width:100%;
    position: relative;
}
.dtUl{
    padding:0;
    margin:0;
    display: flex;
    justify-content: space-between;
    transition: 0.3s;
}
.dtUl li{
    list-style: none;
    min-width: 300px;
    max-width: 300px;
}
.dtTime{
    font-size: 16px;

    font-weight: bold;
    color: #444444;
    padding-left:15px;
    box-sizing: border-box;
}
.dtDesc{
    font-size: 14px;

    font-weight: 400;
    color: #444444;
    margin-top:6px;
    padding-left:15px;
}
.dtCircle {
    width: 4px;
    height: 4px;
    border: 3px solid #999999;
    border-radius: 50%;
    background: white;
    margin-top:10px;
    z-index: 233;
    position: relative;
}
.dtDetail{
    margin-top:4px;
    box-sizing: border-box;
    padding:12px 15px;
    font-size: 14px;

    font-weight: 400;
    color: #666666;
    line-height: 20px;
    transition: 0.3s;
    display: inline-block;
}
.dtUl li:hover .dtDetail{
    background: #FFFFFF;
    box-shadow: 0px 4px 6px 0px rgba(213, 213, 213, 0.4);
    border-radius: 2px;
}
.dtUl li:hover .dtCircle{
    border: 3px solid #C7000B;
}
.line{
    width: 100%;
    height: 1px;
    background:#C8C8C8;
    position: absolute;
    z-index: 1;
    top:36px;
}
.btnGroup{
    text-align: center;
    margin-top:40px;
}
.btnGroup span{
    cursor: pointer;
}
.btnGroup>span:first-child{
    margin-right:84px;
}
.btnGroup .leftArrow{
    background: url("img/leftArrow.png") no-repeat center;
    background-size: 7px 14px;
    width: 7px;
    height: 14px;
    display: inline-block;
}
.btnGroup .rightArrow{
    background: url("img/rightArrow.png") no-repeat center;
    background-size: 7px 14px;
    width: 7px;
    height: 14px;
    display: inline-block;
}
.btnGroup .leftArrow.disable{
    background: url("img/leftArrowDisable.png") no-repeat center;
    background-size: 7px 14px;
    cursor: not-allowed;
}
.btnGroup .rightArrow.disable{
    background: url("img/rightArrowDisable.png") no-repeat center;
    background-size: 7px 14px;
    cursor: not-allowed;
}

.cpys2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cpys2>div{
    width: 596px;
    height: 108px;
    box-sizing: border-box;
    display: flex;
    padding-top:26px;
    padding-left: 28px;
    padding-right: 28px;
    border:1px solid #F5F5F5;
    margin-bottom:10px;
    transition: 0.3s;
    background:white;
    cursor: pointer;
    /*align-items: center;*/
}
.cpys2>div>div>div:first-child{
    font-size: 18px;

    font-weight: bold;
    color: #444444;
}
.cpys2>div>div>div:last-child{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top:13px;
}

.gnmsBox.on{
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(213, 213, 213, 0.5);
}
.gnmsBox.on>div>div:first-child{
    color:#C7000B;
}
.gnmsContent{
    display: flex;
    justify-content: space-between;
}
.gnmsContent>div{
    width: 596px;
    box-sizing: border-box;
    padding-left:28px;
}
.gnmsDesc{
    position: relative;
    margin-top:20px;
}
.gnmsDesc>div:first-child{
    font-size: 14px;

    font-weight: bold;
    color: #444444;
    position: relative;
    padding-left:10px;
}
.gnmsDesc>div:first-child:before{
    content: "-";
    position: absolute;
    color:#C7000B;
    left:0;
}
.gnmsDesc>div:last-child{
    font-size: 12px;

    font-weight: 400;
    color: #666666;
    line-height: 18px;
    margin-top:18px;
    margin-bottom:28px;
}

.waf-table{
    width: 100%;
    /*background: white;*/
    display: flex;
    align-items: flex-start;
}
.waf-table>div{
    text-align: left;
    width: 100%;
    transition: 0.2s;
    font-size: 14px;
    color:#000;
    position: relative;
}
.waf-table>div>div{
    height: 84px;
    box-sizing: border-box;
    transition: 0.2s;
    border-bottom:1px solid #dfe1e6;
    background: white;
    display: flex;
    align-items: center;
    padding-left: 32px;
}
.waf-table>div>div:last-child{
    height: 146px;
}
.waf-table>.waf-left-name{
    color:#191919;
    font-size: 16px;
    font-weight: 700;
}
.waf-table>div:first-child>div:first-child{
    border-radius: 15px 0 0 0 ;
}
.waf-table>div:first-child>div:last-child{
    border-radius: 0 0 0 15px ;
}
.waf-table>div:last-child>div:first-child{
    border-radius:  0 15px 0 0 ;
}
.waf-table>div:last-child>div:last-child{
    border-radius: 0 0 15px 0  ;
}
.waf-table>div>div.waf-head{
    height: 122px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 20px;
    color:#191919;
    font-weight: 700;
    box-sizing: border-box;
    border-top:6px solid #D70029;
    border-bottom:1px solid #D70029;
}
.waf-table>div:hover{
    filter:drop-shadow(0 0 15px rgba(0,0,0,.1));
    z-index: 2;
}
.waf-table>div:hover>div:first-child{
    height: 137px;
    margin-top:-15px;
    border-radius: 15px 15px 0 0;
}
.waf-table>div:hover>div:last-child{
    height: 161px;
    border-radius: 0 0 15px 15px;
}
.waf-table>div.waf-left-name{
    filter:none!important;
}
.waf-table>div.waf-left-name>div:first-child{
    height: 122px!important;
    margin-top:0!important;
    border-radius: 15px 0 0 0!important;
}
.waf-table>div.waf-left-name>div:last-child{
    height: 146px!important;
    border-radius: 0 0 0 15px!important;
}

.waf-table .iconBox{
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    background-size: cover;
    margin-bottom: 12px;
}
.waf-table .waf-icon-1{
    background-image: url("img/waf-icon-1.png");
}
.waf-table .waf-icon-2{
    background-image: url("img/waf-icon-2.png");
}
.waf-table .waf-icon-3{
    background-image: url("img/waf-icon-3.png");
}
.waf-exist{
    background: url("img/exist.svg") no-repeat right;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.waf-not-exist{
    display: inline-block;
}
.waf-not-exist:after{
    content:'-';
    color: #191919;
    font-size: 28px;
    font-weight: normal;
}
.waf-table-price-box{
    flex-direction: column;
    justify-content: center;
    align-items: flex-start!important;
}
.waf-buy-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color:#191919;
    font-weight: 400;
    font-size: 14px;
    border-radius: 40px;
    box-sizing: border-box;
    width: 94px;
    height: 40px;
    border:1px solid #191919;
}
.waf-buy-btn:hover{
    border-color:#D70029;
    background: #D70029;
    color:white;
    transition: 0.2s;
}
.waf-price{
    margin-bottom:8px;
    color:#D70029;
    font-size: 14px;
}
.waf-price>span{
    font-size: 28px;
    margin-right: 4px;
}
.waf-price>span:before{
    content:'\ffe5';
    margin-right: -2px;
    font-size: 22px;
}