body{
    font-family: "Helvetica Neue",Helvetica,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
    background-color: #ffffff;
}
.wrap{
    overflow: inherit;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.content-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 74px 0;
    padding-bottom: 53px;
}
.content-wrap *{
    box-sizing: border-box;
}
.wrapper *{
    box-sizing: border-box;
}

.wrap-title{
    font-size: 29px;
    text-align: center;
    color: #000000;
}

[v-cloak]{
    display: none
}

#product-banner{
    width:100%;
    background-image: linear-gradient(to right, #3e58cf , #3e6dff);
    height: 300px;
}

#product-banner .banner-content{
    padding-left: 18px;
    width: 1200px;
    margin: 0 auto;
} 

#product-banner .banner-title{
    font-size: 29px;
    color: #ffffff;
    margin: 90px 0 23px;
}

#product-banner .banner-info{
    font-size: 16px;
    color: #ffffff;
    line-height: 27px;
}
#product-banner .banner-detail{
    float: left;
}
#product-banner .banner-img{
    float: right;
}
#product-advantage{
    background-color: #f9faff;
}
#product-advantage .content-wrap{
    padding-bottom: 50px;
}
#product-advantage ul.advantage-detail{
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

#product-advantage ul.advantage-detail li.item{
    width: 50%;
    position: relative;
    padding-left: 60px;
    height: 87px;
    margin-bottom: 30px;
}
#product-advantage ul.advantage-detail li.item:nth-of-type(even){
    width: 45%;
}
#product-advantage ul.advantage-detail li.item .item-img{
    position: absolute;
    left: 0;
    height: 52px;
    line-height: 39px;
}
#product-advantage ul.advantage-detail li.item .item-img img{
    width: 40px;
    vertical-align: middle;
}
#product-advantage ul.advantage-detail li.item .item-title{
    color: #000000;
    font-size: 18px;
    margin-top: 10px;
}

#product-advantage ul.advantage-detail li.item .item-info{
    font-size: 15px;
    color: #888888;
    line-height: 26px;
    margin-top: 15px;
}
#product-type{
    padding-top: 74px;
}
#product-type .type-info{
    padding-bottom: 80px;
}
#product-type .type-nav{
    text-align: center;
    width: 100%;
    font-size: 0px;
    border-bottom: 1px solid #dbdbdb;
    margin-top: 45px;
}

#product-type .type-nav li.nav-item{
    width: 163px;
    display: inline-block;
    padding-bottom: 14px;
    color: #666666;
    font-size: 20px;
    text-align: center;
    margin-bottom: -1px;
    cursor: pointer;
}

#product-type .type-nav li.active{
    color:#5a7bff;
    border-bottom: 2px solid #5a7bff;
}
#product-type .type-info{
    width: 1200px;
    margin: 0 auto;
}
#product-type .type-info .info-title{
    text-align: center;
    color: #666666;
    text-align: center;
    font-size: 15px;
    margin: 25px 0 29px;
}
#product-type .type-info .product-category{
    font-size: 0px;
}

#product-type .type-info .product-category li.item{
    width: 280px;
    height: 380px;
    padding: 39px 30px 0;
    box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
    box-sizing: border-box;
    border: 1px solid transparent;
    display:inline-block;
    vertical-align: top;
    margin-right: 25px;
}
#product-type .type-info .product-category li.item:last-of-type{
    margin-right: 0px;
}
#product-type .type-info .product-category li.item:hover{
    border: 1px solid #0480e4;
    box-shadow: 0 0 30px 2px rgba(46, 92, 245, 0.1);
}
#product-type .type-info .product-category li.item .item-header{
    width: 100%;
    text-align: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #e6e6e6;
}
#product-type .type-info .product-category li.item .item-header .item-name{
    font-size: 19px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}
#product-type .type-info .product-category li.item .item-logo img{
    height: 40px;
}
#product-type .type-info .product-category li.item .item-info{
    margin: 20px 0;
    min-height: 100px;
    padding-left: 10px
}
#product-type .personal-area .product-category li.item  .item-info{
    padding-left: 20px;
}
#product-type .type-info .product-category li.item .item-info p{
    font-size: 13px;
    color: #666666;
    line-height: 25px;
    position: relative;
    padding-left: 13px;
}
#product-type .type-info .product-category li.item .item-info p::before{
    content: "·";
    display: inline-block;
    color: #666666;
    font-size: 23px;
    line-height: 25px;
    margin-right: 9px;
    position: absolute;
    left: 0;
}

#product-type .type-info .product-category li.item .item-price{
    font-size: 16px;
    color: #666666;
    text-align: center;
}

#product-type .type-info .product-category li.item .item-price em{
    font-size: 28px;
    color: #ea263e;
    font-weight: bold;
    margin-left: 14px;
}
#product-type .type-info .product-category li.item .item-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}
#product-type .type-info .product-category li.item .item-btn .buy-btn{
     width: 103px;
     border: 1px solid #5c7aff;
     border-radius: 3px;
     color: #ffffff;
     text-align: center;
     height: 33px;
     line-height: 33px;
     display: block;
     font-size: 14px;
}
#product-type .type-info .product-category li.item .item-btn .buy-btn:first-of-type{
    background-color: #5c7aff !important;
    color: #ffffff;
}
#product-type .type-info .product-category li.item .item-btn .buy-btn:last-of-type{
    background-color: #ffffff;
    color: #5c7aff;
}
#product-type .type-info .product-category li.item .item-btn .buy-btn:first-of-type:hover{
    background-color: #6a85fd !important;
}
#product-effect{
    background-color: #f9faff;
}
#product-effect .effect-detail{
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#product-effect .effect-detail li.item{
    width: 580px;
    align-self: start;
}

#product-effect .effect-detail li.item .item-info{
    margin-top: 33px;
}


#product-effect .effect-detail li.item .item-info .info-title::before{
    width: 24px;
    height: 22px;
    background: url(../images/right-label.png) center center no-repeat;
    display: inline-block;
    content: "";
    margin: 0 10px 0 2px; 
    vertical-align: middle;
}

#product-effect .effect-detail li.item .item-info .info-title{
    font-size: 16px;
    color: #000000;
    margin-bottom: 14px;
}

#product-effect .effect-detail li.item .item-info .info-detail{
    font-size: 16px;
    color: #888888;
    line-height: 31px;
}



#product-knowledge .product-detail{
    margin-top: 73px;
    position: relative;
    margin-bottom: 47px;
} 

#product-knowledge .product-detail .item-all{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}
#product-knowledge .product-detail .item-all li.item{
    width: 25%;
    display: block;
    text-align: left;
}
#product-knowledge .product-detail .item-all li.item .item-title{
    color: #000000;
    font-size: 17px;
    margin-bottom: 38px;
    font-weight: bold;
    position: relative;
    padding-left: 33px;
    line-height: 27px;
    height: 54px;
}
#product-knowledge .product-detail .item-all li.item .item-title::before{
    content: "";
    display: inline-block;
    background: url(../images/message.png) center center no-repeat;
    width: 21px;
    height: 18px;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 6px;
}

#product-knowledge .product-detail .item-all li.item .item-detial p{
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    width: 80%;
    text-align: justify;
}

#product-knowledge .product-detail .item-all li.item .item-detial::before{
    content:"";
    display: block;
    background: url(../images/quotes.png) center center no-repeat;
    width: 23px;
    height: 22px;
    margin-right: 14px;
    float: left;
}
#product-knowledge .product-detail .swiper-button-next, #product-knowledge .product-detail .swiper-button-prev{
    width: 37px;
    height: 24px;
}
#product-knowledge .product-detail .swiper-button-prev{
    left: -42px;
}
#product-knowledge .product-detail .swiper-button-next {
    right: -36px;
}
#more-service{
    background:url(../../domain/trademark/images/service-bg.jpg) center center no-repeat;
}
#more-service .service-detail{
    margin-top: 50px;
}
#more-service .service-detail ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
}

#more-service .service-detail ul li.item{
    width: 277px;
    height: 316px;
    cursor: pointer;
}

#more-service .service-detail ul li.item:nth-of-type(1){
    background: url(../../domain/trademark/images/pic1.jpg) center center no-repeat;
}
#more-service .service-detail ul li.item:nth-of-type(2){
    background: url(../../domain/trademark/images/pic2.jpg) center center no-repeat;
}
#more-service .service-detail ul li.item:nth-of-type(3){
    background: url(../images/pic3.jpg) center center no-repeat;
}
#more-service .service-detail ul li.item:nth-of-type(4){
    background: url(../../domain/trademark/images/pic4.jpg) center center no-repeat;
}

#more-service .service-detail ul li.item{
    text-align: center;
    position: relative;
}

#more-service .service-detail ul li.item .mask{
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 90px;
    box-sizing: border-box;

    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
#more-service .service-detail ul li.item:hover .mask{
    background: rgba(0,0,0,.5);
    padding-top: 77px;
}
#more-service .service-detail ul li.item .mask .item-title{
    color:#ffffff;
    font-size: 26px;
    font-weight: bold;
}

#more-service .service-detail ul li.item .mask p{
    font-size: 16px;
    color: #ffffff;
    margin: 28px 0 53px;
}

#more-service .service-detail ul li.item .mask a.check-detail{
    display: block;
    margin: 0 auto;
    border: 1px solid #ffffff;
    font-size: 16px;
    color: #ffffff;
    width: 135px;
    height: 40px;
    line-height: 38px;
    text-align: center; 
    border-radius: 50px;
    position: absolute;
    bottom: -40px;
    left: 0px;
    right: 0px;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    opacity: 0;
}

#more-service .service-detail ul li.item:hover .mask a.check-detail{
    bottom: 72px;
    opacity: 1;
}


.takeWay .el-dialog{
    height: 533px;
}
.serviceDialog .el-dialog{
    height: 380px;
}
.takeWay .el-dialog .dialog-cor{
    width: 100%;
}
.takeWay .el-dialog .dialog-cor p{
    text-align: center;
}
.takeWay .el-dialog .dialog-cor i{
    display: block;
    text-align: center;
    margin-top: 25px;
}
.takeWay .el-dialog .dialog-cor i img{
    width: 190px;
    border: 1px solid #dddddd;
}
.takeWay .el-dialog .dialog-foot{
    height: 170px;
    box-sizing: border-box;
    padding: 18px 0 0 60px;
    background-color: #f3f3f3;
}
.takeWay .el-dialog__body{
    padding: 0px;
}
.takeWay .el-dialog .dialog-foot p{
    line-height: 25px !important;
    font-size: 13px;
    color: #666666;
}
.takeWay .el-dialog .dialog-header{
    padding: 25px 25px 0 0px;
}
.takeWay .el-dialog .dialog-cor ul{
    width: 335px;
    margin: 0 auto;
    margin-top: 48px;
}
.takeWay .el-dialog .dialog-cor ul li{
    float: left;
    margin-right: 32px; 
    margin-bottom: 21px;
}
.takeWay .el-dialog .dialog-cor ul li:nth-of-type(even){
    margin-right: 0px;
}
.takeWay .el-dialog .dialog-cor ul li a{
    background: url(../images/qqBg.png) no-repeat;
    background-size: 100%;
    display: block;
    width: 151px;
    height: 44px;
    font-size: 14px;
    color: #5a8fff;
    box-sizing: border-box;
    padding: 10px 0 0 69px;
}

.activityRule .el-dialog{
    width: 568px;
}

.getRuleDialog .el-dialog__header{
    padding: 0;
}

.getRuleDialog  .el-dialog{
    width: 929px;
}

.getRuleDialog .dialog-cor .title{
    text-align: center;
    font-size: 18px;
    color: #000000;
    margin-bottom: 26px;
}
.getRuleDialog .dialog-cor .rule-detail table{
    width: 784px;
    margin: 0 auto;
}
.getRuleDialog .dialog-cor .rule-detail table th{
    width: 180px;
    text-align: center;
    color: #000000;
    background-color: #f6f6f6;
    font-size: 15px;
}
.getRuleDialog .dialog-cor .rule-detail table td{
    padding-left: 30px;
    color: #666666;
    font-size: 14px;
}

.getRuleDialog .dialog-cor .rule-detail table th,.getRuleDialog .dialog-cor .rule-detail table td{
    border: 1px solid #e8eaed;
}
.getRuleDialog .dialog-cor .rule-detail table tr{
    height: 42px;
    line-height: 42px;
}
.getRuleDialog .dialog-cor .rule-detail table tr:last-of-type{
    height: 68px;
    line-height: 68px;
}
.getRuleDialog .dialog-cor .rule-detail table tr img{
    max-width: 120px;
    vertical-align: middle;
}
.getRuleDialog .dialog-cor .rule-detail table tr:last-of-type td img{
    width: 90px;
}
.getRuleDialog .dialog-cor .rule-detail table tr .width170{
    max-width: 170px;
}