.product-summarize {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 60px auto 0;
    font-family: "Microsoft YaHei"
}

.product-summarize .tr0_3 {
    -webkit-transition: .3s;
    transition: .3s
}

.product-summarize .tr0_6 {
    -webkit-transition: .6s;
    transition: .6s
}

.product-summarize .card {
    width: 280px !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0, 0, 0, .06);
    cursor: pointer
}

.product-summarize .card .header {
    position: relative;
    height: 96px;
    padding: 16px 0 0 24px;
    border-radius: 8px 8px 0 0;
    background-size: 100% 100%;
    box-sizing: border-box
}

.product-summarize .card .header-1 {
    line-height: 35px;
    font-size: 26px;
    font-weight: 700
}

.product-summarize .card .header-2 {
    margin-top: 6px;
    line-height: 21px;
    color: #222
}

.product-summarize .card .mainBody {
    padding: 20px 24px 22px;
    box-sizing: border-box;
    height: calc(100% - 96px)
}

.product-summarize .card .flexMainBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*height: 100%*/
}

.product-summarize .card .mainBody .ul .li {
    position: relative;
    padding-left: 12px;
    margin-top: 12px;
    font-size: 15px;
    line-height: 20px;
    color: #535353
}

.product-summarize .card .mainBody .ul .li:nth-of-type(1) {
    margin: 0
}

.product-summarize .card .mainBody .ul .li::before {
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
    content: ''
}

.product-summarize .card .mainBody .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 48px
}

.product-summarize .card .mainBody .footer.noPromo {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.product-summarize .card .mainBody .footer-1 {
    width: 125px;
    height: 100%
}

.product-summarize .card .mainBody .footer-1 span {
    font-size: 32px
}

.product-summarize .card .mainBody .footer-1-1, .product-summarize .card .mainBody .footer-1-2 {
    font-family: Arial
}

.product-summarize .card .mainBody .footer-1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute
}

.product-summarize .card .mainBody .footer-1-1-2 {
    width: 0;
    height: 17px;
    border-radius: 8px 8px 8px 0;
    background: #f94252;
    margin-left: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    opacity: 0
}

.product-summarize .card .mainBody .footer-1-3 {
    height: 18px;
    font-size: 16px;
    font-weight: 700
}

.product-summarize .card .mainBody .footer-1.hasHover .footer-1-2 {
    opacity: 0;
    position: absolute
}

.product-summarize .card .mainBody .footer-2 {
    width: 98px;
    height: 38px;
    /* border: 1px solid; */
    border-radius: 20px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s
}

.product-summarize .card .mainBody .footerTips {
    color: #b2b2b2
}

.product-summarize .card .footerHead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 212px;
    margin-bottom: 10px
}

.product-summarize .card .footerHead .footerHead-1, .product-summarize .card .footerHead .footerHead-2 {
    opacity: 0;
    height: 17px
}

.product-summarize .card .footerHead .footerHead-2 {
    border-radius: 8px 8px 8px 0;
    background: #f94252;
    margin-left: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    text-align: center;
    padding: 0 7px
}

.product-summarize .card:hover {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    height: auto !important
}

.product-summarize .card:hover .footerHead {
    margin-top: 25px
}

.product-summarize .card:hover .footerHead.hasHover .footerHead-1, .product-summarize .card:hover .footerHead.hasHover .footerHead-2 {
    opacity: 1
}

.product-summarize .card:hover .footerHead .footerHead-1 {
    text-decoration: line-through;
    color: #b2b2b2
}

.product-summarize .card:hover .footer-1-1 {
    display: none
}

.product-summarize .card:hover .footer-1-1-2 {
    height: 0
}

.product-summarize .card:hover .footer-1.hasHover .footer-1-2 {
    opacity: 1
}

.product-summarize .card:hover .footer-2 {
    color: #fff
}

.product-summarize .card-bj .header-1 {
    color: #ff6346
}

.product-summarize .card-bj .mainBody .ul .li::before {
    background-color: rgba(255, 99, 70, .3)
}

.product-summarize .card-bj .footer {
    color: #ff6346;
    border-color: #ff6346
}

.product-summarize .card-bj:hover {
    box-shadow: 0 12px 16px rgba(255, 99, 70, .1)
}

.product-summarize .card-bj:hover .footer-2 {
    /* border-color: #ff6346;
    background-color: #ff6346 */
    color: #ff6346;
}

.product-summarize .card-zs .header-1 {
    color: #4399fe
}

.product-summarize .card-zs .mainBody .ul .li::before {
    background-color: rgba(67, 153, 254, .3)
}

.product-summarize .card-zs .footer {
    color: #4399fe;
    border-color: #4399fe
}

.product-summarize .card-zs:hover {
    box-shadow: 0 12px 16px rgba(67, 153, 254, .1)
}

.product-summarize .card-zs:hover .footer-2 {
    /* border-color: #4399fe;
    background-color: #4399fe */
    color: #4399fe;
}

.product-summarize .card-md .header-1, .product-summarize .card-md .header-2 {
    color: #fff
}

.product-summarize .card-md .header-3 {
    position: absolute;
    width: 95px;
    top: 0;
    right: 0
}

.product-summarize .card-md .mainBody .ul .li::before {
    background-color: rgba(145, 113, 255, .3)
}

.product-summarize .card-md .footer {
    color: #9171ff;
    border-color: #9171ff
}

.product-summarize .card-md:hover {
    box-shadow: 0 12px 16px rgba(145, 113, 255, .1)
}

.product-summarize .card-md:hover .footer-2 {
    /* border-color: #9171ff;
    background-color: #9171ff */
    color: #9171ff;
}

.product-summarize .card-jt .header-1 {
    color: #2767fb
}

.product-summarize .card-jt .mainBody .ul .li::before {
    background-color: rgba(39, 103, 251, .3)
}

.product-summarize .card-jt .footer {
    color: #2767fb;
    border-color: #2767fb
}

.product-summarize .card-jt:hover {
    box-shadow: 0 12px 16px rgba(39, 103, 251, .1)
}

.product-summarize .card-jt:hover .footer-2 {
    /* border-color: #2767fb;
    background-color: #2767fb */
    color: #2767fb;
}
.app-list{
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    color: #B2B6BF;
}
.app-item{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin: 10px 0;
}
.app-item .app-item-content{
    color: #293340;
    display: flex;
    align-items: center;
}
.app-item .app-item-content img{
    width: 12px;
    height: 12px;
    margin-right: 6px;
}
.app-item-end{
    color:#7E8491;
    font-size: 14px;
}
.cont-item-foot{
    line-height: 40px;
    font-size: 14px;
    color: #3185FE;
    cursor: pointer;
}

.nytit {
    text-align: center;
}

.nytit h3 {
    line-height: 48px;
    font-size: 36px;
    color: #14212F;
    font-weight: 600;
}

.nytit p {
    line-height: 30px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #2A2D2F;
}
.wrap {
    width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}
/* 全面售后服务  解决后顾之忧 */
.servers {
    width: 100%;
    padding: 70px 0;
    background: #F2F7FC;
}

.servers .cons {
    margin-top: 40px;
    padding: 0 40px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 30px;
}

.servers .cons dl {
    width: 380px;
    padding: 30px;
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s;
    display: flex;
    align-items: center;
}
.servers .cons dl:hover{
    transform: translateY(-10px);
    box-shadow: 2px 2px 20px rgba(155, 159, 171, 0.08);
}

.servers .cons dl dt {
    /*width: 380px;*/
    /*height: 207px;*/
    /*position: relative;*/
}

.servers .cons dl dt img {
    width: 50px;
    height: 50px;
    margin-right: 26px;
    display: block;
}

.servers .cons dl dd:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: #293340;
}
.servers .cons dl dd:nth-child(2){
    margin-top: 14px;
    line-height: 28px;
    color: #566473;
    font-size: 16px;
}

.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-align-center {
    display: flex;
    align-items: center;
}
.flex-just-center {
    display: flex;
    justify-content: center;
}
.func-compare {
    padding-bottom: 200px;
    position: fixed;
    top: 2000px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top: 1px solid #efefef;
    text-align: center;
    z-index: 1000;
    overflow-y: scroll;
    transition: all 0.5s;
}

.func-compare .compare-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 46px;
    padding: 80px 0 60px;
    text-align: center;
}

.compare-thead {
    font-size: 22px;
    /*line-height: 80px;*/
    text-align: center;
    line-height: 22px;
    color: #293340;
    background: #F7F7F7;

}

.compare-thead .compare-th {
    height: 80px!important;
    border-top: 1px solid #EBECF0;
    border-right: 1px solid #EBECF0;
    box-sizing: border-box;
    /*width: 154px!important;*/
    line-height: 30px;
    flex: 1;

}

.compare-thead .compare-th:nth-of-type(1) {
    /*width: 434px!important;*/
    flex: 2;
    border-left: 1px solid #EBECF0;
}

.func-compare .compare-table {
    cursor: default;
    margin-bottom: 225px;
    border-collapse: separate;
    border-spacing: 0;
    /*width: 1200px;*/
    color: #293340;
    border-left: 1px solid #EBECF0;
    /*border-top: 1px solid #EBECF0;*/
    border-bottom: 1px solid #EBECF0;
}

.func-compare .compare-table td {
    font-size: 14px;
    box-sizing: border-box;
    border-right: 1px solid #EBECF0;
    border-bottom: 1px solid #d9d9d9;
    height: 40px;
    /*width: 154px!important;*/
}
.func-compare .compare-table  td:nth-child(1){
    /*width: 217px!important;*/
}
.borderTop {
    /*border-top: 1px solid #EBECF0;*/
}
/*.func-compare .compare-table td:nth-child(2)*/
/*{*/
/*    width: 255px!important;*/
/*}*/

.func-compare .compare-table td.compare-tr-title {
    font-size: 20px;
    /*width: 178px;*/
}

.func-compare .compare-table td.tb_red {
    color: #FF1F2C;
}

.func-compare .compare-table td.tb_blue {
    color: #0B7BF0;
}

.func-compare .compare-table td:nth-child(3),
.func-compare .compare-table td:nth-child(4),
.func-compare .compare-table td:nth-child(5),
.func-compare .compare-table td:nth-child(6),
.func-compare .compare-table td:nth-child(7) {
    /*width: 154px;*/
}

.func-compare .compare-table td img {
    width: 20px;
    height: 20px;
}

.func-compare .close {
    display: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 60px;
    height: 60px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 16%);
    border-radius: 2px;
    background: url(../images/ic_close.png) no-repeat center;
    background-color: #222222;
    cursor: pointer;
}

.func-compare .loadMore {
    display: none;
    position: fixed;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 180px;
    height: 60px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 16%);
    border-radius: 2px;
    line-height: 60px;
    background: url(../images/ic_scroll.png) no-repeat;
    background-position: 25px 16px;
    background-color: black;
    color: #ffffff;
    transition: all 0.5s linear;
    cursor: default;
}

.func-compare .loadMore span {
    padding-left: 35px;
}