.page_title {
    text-align: center;
    padding: 1.4rem 0 .6rem;
}
.page_title h1 {
    font-size: .48rem;
    font-weight: 600;
    color: #0e0c36;
}
.page_title p {
    font-size: .3rem;
	line-height: .45rem;
	margin: 0 .8rem;
    font-weight: 100;
    color: #646c74;
}
.page_title .bg_gradient::after{
	background: linear-gradient(to right, #4091ff, #d94de2);
}


.title{
	text-align: center;
}
.title h1{
	font-size: .36rem;
    font-weight: 600;
    color: #0e0c36;
}
.title p{
	font-size: .2rem;
    font-weight: 300;
    color: #646c74;
}


.page_title .btn_box .btn_xs{
	margin-left: .2rem;
	
}
.page_title .btn_box .btn_xs > div span:first-child {
    color: #0e0c36;
}
.page_title .btn_box .btn_xs::after {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border: 4px solid #0e0c36;
    border-radius: 0.6rem;
	background: none;
}

.page_title .btn_box .btn_xs::before {
	background: #0e0c36;
}  
.page_title .btn_box .btn_xs:hover > div span {
    color: #fff;
}



.main{
	width: 60%;
	margin: 0 auto;
	background: #fffbf9;
    border-radius: .4rem;
}
.main ul{
	width: 100%;
    display: table;
	border-bottom: 1px solid #fff;
}
.main ul li{
	width: 20%;
    position: relative;
    display: table-cell;
    vertical-align: middle;
	border-right: 1px solid #eceff6;
	text-align: center;
	padding: .2rem .12rem;
	font-size: .2rem;/*功能列表里项目字大小*/
	font-weight: 300;
      color: #FF5F00;
}
.main ul li h2 {
    font-size: .2rem;/*好打印智能标签打印软件字体大小*/
	line-height: .24rem;
    font-weight: 400;
    color: #0e0c36;
    margin-bottom: .12rem;
    letter-spacing: -0.6px;
    position: relative;
}
.main ul li h2 span {
	display: block;
    font-size: .18rem;/*版本字大小*/
    font-weight: 400;
    letter-spacing: 0px;
}


.m_title {
    width: 100%;
    font-size: 0.16rem;
    display: table;
	background: #fff;
	border-radius: .4rem .4rem 0 0;
	box-shadow: 0 10px 20px rgba(14, 12, 54, 0.1);
	margin-bottom: 2px;
}
.m_fixed {
	width: 60%;
/* left: 510px;*/
    top: 70px; /*页眉到底部距离*/
    position: fixed;
    z-index: 2;
	box-shadow: 0 10px 15px rgba(14, 12, 54, 0.1);
}
.m_title ul li b{
	font-size: .24rem;/*功能列表四个字大小*/
	font-weight: 800;
	color: #0e0c36;
}
.m_title ul li .img_angle {
    position: absolute;
    right: 0;
    top: 0;
    width: .6rem;
}
.m_title ul li .img_icon {
    width: 1.3rem;
    margin-bottom: .12rem;
 } 
.m_title ul li .img_icon2 {
    width: .55rem;
    margin-bottom: .12rem;

}
.m_title ul li a {
	display: inline-block;
    border: 1px solid #D20000;
	background: #D20000;
    color: #fff;
    font-weight: 400;
    font-size: .14rem;
    padding: 4px .4rem;
    border-radius: .2rem;
    transition: all .3s;
    overflow: hidden;
	position: relative;
	margin-bottom: .06rem;
	cursor: pointer;
}
.m_title ul li a:hover {
	padding: 4px .5rem 4px .3rem;
	transition: all .3s;
}
.m_title ul li a:after {
	content: '';
    display: block;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -5px;
    background: url(../images/a_link.png) no-repeat 0px 0px;
    background-size: 15px 10px;
    opacity: 0;
	transition: all .3s;
}
.m_title ul li a:hover:after {
    right: 20px;
	display: block;
	opacity: 1;
	transition: all .3s;
}
.m_title ul li .a_xs {
    border: 1px solid #e5e7eb;
	background: #fff;
    color: #646c74;
}

.m_title ul li .a_xs:hover {
	color: #D20000;

    
    border: 1px solid #D20000;
}
.m_title ul li .a_xs:after {
    background: url(../images/a_link2.png) no-repeat 0px 0px;
    background-size: 15px 10px;
}


.m_content {
    width: 100%;
    font-size: .16rem;
    display: table;
	box-shadow: 0 10px 20px rgba(14, 12, 54, 0.1);
	overflow: hidden;
}
.m_content dl dt{
	padding: .2rem .4rem;
	font-size: .2rem;
	font-weight: 500;
	background: #fffbf9;
	border-bottom: 1px solid #eceff6;
	cursor: pointer;
}
.m_content dl dt i{
	display: block;
    float: right;
	font-style: normal;
	border: 1px solid #e5e7eb;
    color: #90979e;
    font-weight: 400;
    font-size: .16rem;/*展开详情大小*/
	padding: 4px 40px 4px 20px;
    border-radius: .2rem;
    transition: all .3s;
    overflow: hidden;
    background: #fff;
    position: relative;
}
.m_content dl dt:hover i,
.m_content dl dt i.show {
	color: #ff5f00;
	padding: 4px 55px 4px 30px;
	transition: all .3s;
	border: 1px solid #ff5f00;
}
.m_content dl dt i:after {
	content: '';
    display: block;
    width: 12px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3.5px;
    background: url(../images/ico_down3.png) no-repeat 0px 0px;
    background-size: 12px 7px;
	transition: all .3s;
}
.m_content dl dt:hover i:after,
.m_content dl dt i.show:after{
    right: 16px;
	display: block;
    background: url(../images/ico_down2.png) no-repeat 0px 0px;
    background-size: 12px 7px;
	transition: all .3s;
}
.m_content dl dt i.show:after{
	transform: rotate(180deg);
}
.m_content dl dd {
	background: #fff;
}
.m_content ul li {
	border-right: none;
}
.m_content ul li:nth-child(2n) {
	background: #fff7f2;
}
.m_content ul li:nth-child(2n+1) {
	background: #fff0e7;
}
.m_content ul li:first-child {
	background: none;
	position: relative;
}
.m_content ul li:first-child:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #eceff6;
}
.m_content ul li img {
    width: .16rem;
}
.m_content ul .app_item{
	display: none;
}
/*------------comparison.html  end----------------*/	




@media (max-width: 639px){
	/*------------comparison.html  start----------------*/
    .page_title {
		margin: 5%;
		border: 2px solid #fff;
		border-radius: 30px;
        padding: .4rem;
        text-align: center;
        transition: all .3s;
		background: rgba(255, 255, 255, .2);
		backdrop-filter: blur(8px);
    }
    .page_title h1 {
        font-size: .46rem;
    }
    .page_title h1 span {
		display: block;
    }
	
    .page_title p {
        font-size: .28rem;
        margin: 0;
        line-height: .36rem;
    }
	
	
    .main ul{
    }
    .main ul li{
        width: 100%;
    }
    .main ul li h2 {
        font-size: .36rem;
		line-height: .4rem;
        margin-bottom: .2rem;
    }
    .main ul li h2 span {
        font-size: .28rem;
    }


    .m_title {
        padding: .6rem;
    }
    .m_title ul li:first-child{
		display: none;
    }
    .m_title ul li{
        display: block;
        border: 1px solid #eceff6;
        padding: .4rem;
        margin-bottom: .4rem;
        border-radius: .4rem;
		overflow: hidden;
    }
    .m_title ul li .img_angle {
        width: 60px;
    }
    .m_title ul li .img_icon {
        width: 48px;
        margin-bottom: .12rem;
    }
    .m_title ul li a {
        font-size: .24rem;
        padding: .1rem .6rem;
        border-radius: .6rem;
    }
    .m_title ul li a:hover {
        padding: .1rem .8rem .1rem .4rem;
    }
    .m_title ul li .a_xs {
		margin-left: .12rem;
    }


    .m_content {
        width: 100%;
        font-size: .26rem;
        display: table;
        overflow: hidden;
    }
    .m_content ul {
		border-bottom: 1px solid #eceff6;
    }
    .m_content ul li {
		display: none;
    }
    .m_content ul li:first-child {
		display: block;
		text-align: center;
        width: 100%;
		font-size: .3rem;
		padding: .4rem .4rem .2rem;
    }
	.m_content ul li:first-child:after{
		display: none;
	}
    .m_content ul .app_item{
        display: block;
        padding: 0 .4rem .4rem;
        text-align: center;
    }
    .m_content ul .app_item span {
		margin: 0 5px;
		color: #D20000;
		font-size: .26rem;
    }
    .m_content ul .app_item span img{
		width: 16px;
		height: 16px;
		margin-top: -3px;
		margin-right: 5px;
    }
	
    .m_content dl dt{
        padding: .3rem .4rem;
        font-size: .3rem;
		font-weight: 600;
		position: relative;
    }
    .m_content dl dt em{
		display: block;
		position: absolute;
		font-size: .26rem;
		font-weight: 400;
    }
    .m_content dl dt i{
        font-size: .24rem;
        padding: .1rem .6rem .1rem .4rem;
        border-radius: .6rem;
		margin-top: -6px;
    }
    .m_content dl dt:hover i,
    .m_content dl dt i.show {
        padding: .1rem .8rem .1rem .2rem;
    }
    .m_content ul li img {
        width: .16rem;
    }


}

