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: 80px 0;
    padding-bottom: 0px; 
}
.content-wrap *{
    box-sizing: border-box;
}
.wrapper *{
    box-sizing: border-box;
}

.wrap-title{
    font-size: 29px;
    text-align: center;
    color: #000000;
}
.wrap-subDetail{
    font-size: 17px;
    text-align: center;
    margin-top: 13px;
    color: #000000;
}
[v-cloak]{
    display: none
}
#indexBanner{
    height: 300px;
    width: 100%;
    display: block;
}
#indexBanner .bannerImg {
    height: 300px;
}

.swiper-trademark{
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}
#trademark-detail .item-left{
    float: left;
}
#trademark-detail .item-right{
    float: right;
    width: 542px;
}
#trademark-detail .detail-item{
    width: 1200px;
    margin: 0 auto;
}
#trademark-detail .detail-item:first-of-type{
    padding: 53px 0 40px;
}
#trademark-detail .detail-item:last-of-type .item-right{
    padding-left: 71px;
}
#trademark-detail .item .item-title{
    font-size: 30px;
    font-weight: bold;
    color: #2b303d;
    margin-bottom: 33px;
    margin-top: 90px;
}
#trademark-detail .item-right .item-title{
    margin-top: 148px;
}
#trademark-detail .item .item-content li::before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/detail-label1.png) center center no-repeat;
    background-size: 100%;
    margin-right: 14px;
    vertical-align: middle;
    margin-bottom: 4px
}
#trademark-detail .item .item-content li{
    font-size: 18px;
    color: #666666;
    line-height: 38px;
}
#trademark-detail .swift-deal{
    width: 100;
}
#trademark-detail .item .go-buy{
    display: block;
    width: 130px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #387ee8;
    color: #ffffff;
    font-size: 16px;
    margin-top: 37px;
    border-radius: 30px;
    box-shadow: 0 0 20px rgba(143,143,143,.3);
}

#trademark-detail .item .go-buy:hover{
    background-color: #1f60c0;
}
#trademark-detail .swift-deal{
    width: 100%;
    background: url(../images/swiftdealBg.png) center center no-repeat;
    height: 391px;
}
#trademark-detail .swift-deal .content{
    width: 1200px;
    margin: 0 auto;
}
#trademark-detail .swift-deal .swift-price{
    font-size: 19px;
    color: #ff0000;
    margin-top: 10px;
}
#trademark-detail .swift-deal .swift-price em{
    font-size: 30px;
}

#trademark-detail .swift-deal .go-buy{
    margin-top: 20px;
}
#trademark-advantage .wrap-title{
    color: #ffffff;
}
#trademark-advantage .wrap-subDetail{
    color: #ffffff;
}

#trademark-advantage{
    height: 580px;
    background: url(../images/advantage-bg.png) center center no-repeat;
}

#trademark-advantage .advantage-detail{
    width: 100%;
    margin-top: 46px;
}
#trademark-advantage .advantage-detail ul{
    width: 100%;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#trademark-advantage .advantage-detail ul li.item{
    height: 356px;
    text-align: center;
    padding-top: 25px;
    border-right: 1px solid #eaeaea;
    width: 33.333%;
}
#trademark-advantage .advantage-detail ul li.item:last-of-type{
    border-right: 0px;
}
#trademark-advantage .advantage-detail ul li.item .item-title{
    font-size: 20px;
    color: #000000;
    margin: 50px 0 23px;
}

#trademark-advantage .advantage-detail ul li.item .item-info::before{
    content: "";
    width: 24px;
    height: 1px;
    display: block;
    background-color: #000000;
    margin: 0 auto;
    margin-bottom: 19px;
}

#trademark-advantage .advantage-detail ul li.item .item-info p{
    font-size: 14px;
    color: #888888;
}
#trademark-knowledge{
    background-color: #ffffff;
    padding-bottom: 60px;
}

#trademark-knowledge .knowledge-detail{
    margin-top: 73px;
    position: relative;
    margin-bottom: 47px;
} 

#trademark-knowledge .knowledge-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;
}
#trademark-knowledge .knowledge-detail .item-all li.item{
    width: 25%;
    display: block;
    text-align: left;
}
#trademark-knowledge .knowledge-detail .item-all li.item .item-title{
    color: #000000;
    font-size: 17px;
    margin-bottom: 38px;
    font-weight: bold;
}
#trademark-knowledge .knowledge-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;
    margin-right: 14px;
    vertical-align: middle;
}

#trademark-knowledge .knowledge-detail .item-all li.item .item-detial p{
    float: left;
    font-size: 16px;
    color: #666666;
    line-height: 27px;
    width: 80%;
    text-align: justify;
}

#trademark-knowledge .knowledge-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;
}
#trademark-knowledge .knowledge-detail .swiper-button-next, #trademark-knowledge .knowledge-detail .swiper-button-prev{
    width: 37px;
    height: 24px;
}
#trademark-knowledge .knowledge-detail .swiper-button-prev{
    left: -42px;
}
#trademark-knowledge .knowledge-detail .swiper-button-next {
    right: -36px;
}

#trademark-knowledge .check-more{
    width: 155px;
    height: 46px;
    border: 1px solid #026bff;
    line-height: 44px;
    color: #026bff;
    text-align: center;
    font-size: 16px;
    display: block;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
#trademark-knowledge .check-more:hover{
    color: #ffffff;
}

#trademark-knowledge .check-more::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
    width: 46px;
    height: 46px;
    background-color: #026bff;
    opacity: 0;
    border-radius: 50px;
}

#trademark-knowledge .check-more:hover::after{
    -webkit-animation: button-scale .1s both,button-width .2s .1s both;
    animation: button-scale .1s both,button-width .2s .1s both;
    -webkit-animation-timing-function: cubic-bezier(0.25,0,.3,1);
    animation-timing-function: cubic-bezier(0.25,0,.3,1);  
}
@-webkit-keyframes button-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes button-scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-webkit-keyframes button-width {
	100% {
		width: 100%
	}
}

@keyframes button-width {
	100% {
		width: 100%
	}
}


#more-service{
    padding-bottom: 52px;
    background:url(../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(../images/pic1.jpg) center center no-repeat;
}
#more-service .service-detail ul li.item:nth-of-type(2){
    background: url(../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(../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;
}

#trademark-detail .various-service{
    width: 100%;
    background-color: #f5f6fb;
    position: relative;
    padding: 45px 0 70px;
}

#trademark-detail .various-service::before{
    content: "";
    display: block;
    width: 116px;
    height: 25px;
    background: url(../images/trapezoid-lable.png) center center no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:-25px
}
#trademark-detail .various-service h2.various-title{
    font-size: 25px;
    text-align: center;
    color: #000000;
}
#trademark-detail .various-service ul.various-item{
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 53px;
    box-sizing: border-box;
}

#trademark-detail .various-service ul.various-item li.item{
    width: 293px;
    height: 360px;
    background-color: #ffffff;
    padding-top: 45px;
    box-sizing: border-box;
}

#trademark-detail .various-service ul.various-item li.item .item-img{
    display: block;
    text-align: center;
}
#trademark-detail .various-service ul.various-item li.item .item-img img{
    height: 56px;
    vertical-align: middle;
}
#trademark-detail .various-service ul.various-item li.item .img-hover{
    display: none;
} 

#trademark-detail .various-service ul.various-item li.item .item-title{
    font-size: 21px;
    color: #000000;
    text-align: center;
    margin: 20px 0 17px;
}

#trademark-detail .various-service ul.various-item li.item .item-info{
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    text-align: center;
    margin-bottom: 14px;
}
#trademark-detail .various-service ul.various-item li.item p{
    text-align: center;
}
#trademark-detail .various-service ul.various-item li.item  .item-label{
    display: inline-block;
    margin: 0 auto;
    height: 22px;
    line-height: 22px;
    padding: 0 10px 0 15px;
    color: #ff6700;
    border: 1px solid #ffaf79;
    border-radius: 15px;
    position: relative;
    margin-bottom: 12px;
}

#trademark-detail .various-service ul.various-item li.item  .item-label::before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #ff6700;
    border-radius: 100%;
    position: absolute;
    left: 7px;
    top: 9px;
}

#trademark-detail .various-service ul.various-item li.item .item-price{
    font-size: 16px;
    color: #6f798e;
    text-align: center;
    margin-top: 10px;
}

#trademark-detail .various-service ul.various-item li.item .item-price label{
    color:#ff3145;
}
#trademark-detail .various-service ul.various-item li.item .item-price em{
    font-size: 32px;
    color: #ff3145;
}
#trademark-detail .various-service ul.various-item li.item:hover{
    box-shadow: 0 0 30px 2px rgba(0,0,0,.1);
}

#trademark-detail .various-service ul.various-item li.item:hover .item-label{
    display: none;
}
#trademark-detail .various-service ul.various-item li.item .img-nohover{
    display: block;
}
#trademark-detail .various-service ul.various-item li.item:hover .img-nohover{
    display: none;
}
#trademark-detail .various-service ul.various-item li.item:hover  .img-hover{
    display: block;
}
#trademark-detail .various-service ul.various-item li.item:hover .item-price{
    margin-top: 27px;
}
#trademark-detail .various-service ul.various-item li.item .go-buy{
    background-color: #ff6700;
    color: #fff;
    width: 120px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 20px;
    display: none;
    border-radius: 4px;
}
#trademark-detail .various-service ul.various-item li.item:hover .go-buy{
    display: block;
}
#trademark-detail .various-service ul.various-item li.item .go-buy:hover{
    background-color: #fd6e0f;
}

.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(../../../huodong/shuang11main/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;
}
#trademark-process{
    background: url(../images/process-bg.png) center center no-repeat;
    height: 434px;
}
#trademark-process .process-detail {
    width: 100%;
    margin-top: 57px;
}

.process-detail ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.process-detail ul li.item {
    width: 160px;
    height: 196px;
    background-color: #fff;
    text-align: center;
    border: 1px solid #dadeeb;
    padding-top: 36px;
}

.process-detail ul li.item .item-info {
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    margin-top: 21px;
}
.process-detail ul li.item-label {
    width: 72px;
    text-align: center;
    padding-top: 80px;
}