/* CSS Document */
/* CSS Document */
/*定义会从指样式和公用样式*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0
}
strong {display: block}
body {
	font-family: "Microsoft YaHei","微软雅黑",Arial, Helvetica, Arial;
	font-size: 12px;
	color: #333;
	background: #fff;
	position: relative;
	min-height: 100vh;
}
ul, li {
	list-style: none;
}
img {
	border: 0;
	vertical-align: top;
}
a:link {
	color: #727171;
	text-decoration: none;
}
a:visited {
	color: #727171;
	text-decoration: none;
}
a:hover {
	color: #003b70;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 14px;
}
i, em {
	font-style: normal;
}
.cR {
	color: red;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.fr {
	float: right;
}
.fl {
	float: left;
}
.frm_sty {
	margin: 2% auto;
}
.frm_sty,
.nav .navTop,
.aboutUs,
.w12 {
	width: 24rem;
}
/*导航样式*/
.nav {
	width: 100%;
	padding: 0.3rem 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
	box-sizing: border-box;
}
.nav .navTop {
	margin: 0 auto;
	overflow: hidden
}
.nav .navTop h1 {
	float: left;
}
.nav .navTop ul {
	float: right;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.nav .navTop ul li {
	line-height: 0.8rem;
	padding: 0.1rem 0.3rem;
	float: left;
	text-align: right;
	box-sizing: border-box;
}
.navTop .setW span {
	color: #999;
	margin: 0.6rem 0 0 -1.55rem;
	display: inline-block;
}
.navUl li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
.navUl li a img {
	width: 0.38rem;
	margin-right: 0.1rem;
	vertical-align: middle;
}
.navUl li:first-child img {
	width: 0.42rem;
}
.navUl li:nth-child(2) img {
	width: 0.35rem;
}
.navUl li a:hover {
	color: #00dfcd;
}

.navUl li.acv a {
	color: #00dfcd;
	border-bottom: 2px solid #00dfcd;
}

.mt80 {
	margin-top: 1.6rem;
}
.hide {
	/*display: none;*/
}
/*侧边栏*/
/*在线服务样式*/
.service {
	position: fixed;
	top: 40%;
	right: 0;
	z-index: 2
}
.QR {
	padding: 0.8rem 0.2rem;
	/*box-shadow: 0px 2px 10px #ddd;*/
	text-align: center;
	background: url("../images/ask.png") no-repeat center center;
	background-size: 100%;
}
.QR img {
	width: 2.8rem;
	margin-top: 1.1rem;
}
.QR .cO {
	margin-top: 0.1rem;
}
.wxD {
	padding: 0.2rem 0.1rem;
	background: #fff;
	border: 1px solid #f5f5f5;
	text-align: center;
	color: #333333;
	display:none;
}
.wxD img {
	display: inline-block;
	width: 80%;
	margin: 0 auto 0.1rem;
}
.service {

}
.service a {
	display: block;
	margin-bottom: 20px;
}

.service .close {
	margin-bottom: 40px;
	position: absolute;
	top: 140px;
	right: 150px;
}

.wealth {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	width: 400px;
	border: 1px solid #ADAC9A;
	background: #fff;
	display: none;
}
.wealth p {
	font-size: 18px;
}
.wealth p a {
	float: right;
}
/*返回顶部*/
.toTop {
	width: 1.15rem;
	height: 0.8rem;
	background: rgba(0,0,0,0.1);
	position: fixed;
	right: 0px;
	bottom: 4.4rem;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.32rem;
	transition: all 0.5s;
	border-radius: 0.1rem;
	color: #00dfcd;
	cursor: pointer;
	display: none;
	padding: 0.2rem;
	z-index: 3;
}
.toTop:hover {
	background: #00b0a2;
	color: #fff;
}
/*底部*/
.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	padding: 0.7rem 0;
	color: #f6f8f9;
	box-sizing: border-box;
}

.aboutUs {
	margin: 0 auto;
	overflow: hidden;
	color: #FFFFFF;
}
.aboutUs li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.aboutUs li:first-child {
	width: 20%;
}
.aboutUs li:nth-child(2) {
	width: 40%;
}

.aboutUs li:first-child p:last-child,
.aboutUs li:nth-child(2) p:last-child {
	color: #cccccc;
}
.aboutUs li:first-child p:first-child,
.aboutUs li:nth-child(2) p:first-child {
	margin-bottom: 0.4rem;
	margin-left: -0.15rem;
}
.aboutUs li:first-child p:nth-child(2),
.aboutUs li:first-child p:nth-child(3),
.aboutUs li:first-child p:nth-child(4) {
	color: #999;
}
.aboutUs li:first-child p:nth-child(2),
.aboutUs li:first-child p:nth-child(3) {
	margin-bottom: 0.15rem;
}
.aboutUs li:last-child {
	width: 20%;
	text-align: right;
}

.aboutUs li:last-child p:first-child {
	margin-bottom: 0.2rem;
}

.aboutUs li a {
	color: #f6f8f9;
}

.aboutUs li p a:hover {
	color: #FFFFFF;
	font-size: 0.3rem;
	/*transform: scale(1.5);*/
}

.QRImg img {
	width: 20%;
}
.QRImg img：hover {
	text-decoration:none;cursor:hand;
}
.footer .QRImg img {
	width: 50%;
}

/*1rem=50px*/
img {
	width: 100%
}

.f50 {
	font-size: 1rem;
}
.f40 {
	font-size: 0.8rem;
}
.f30 {
	font-size: 0.6rem;
}

.f28 {
	font-size: 0.56rem;
}

.f26 {
	font-size: 0.52rem;
}

.f24 {
	font-size: 0.48rem;
}

.f22 {
	font-size: 0.44rem;
}

.f20 {
	font-size: 0.4rem;
}

.f18 {
	font-size: 0.36rem;
}

.f16 {
	font-size: 0.32rem;
}

.f15 {
	font-size: 15px;
}

.f14 {
	font-size: 0.28rem;
}

.f13 {
	font-size: 0.26rem;
}

.f12 {
	font-size: 0.24rem;
}

/*swiper设置*/
.swiper-container .swiper-notification {
	opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0.8rem;
}

.swiper-pagination-bullet {
	width: 0.32rem;
	height: 0.32rem;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.16rem;
}

/*banner样式*/
.banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bannerImg {
	width: 100%;
	height: 9rem;
	margin-bottom: 0.4rem;
}
.bannerImg li {
	width: 100%;
	height: 100%;
}
.bannerImg img {
	width: 100%;
	height: 100%;
	margin: 0 auto;

}
.setW {
	width: 20%;
}
.setW img {
	width: 70%;
}
/*服务流程样式*/
.servse p {
	font-size: 16px;
	text-align: left;
	display: block;
	margin: 30px 0;
}
.servse .servseCont ul {
	margin: 0 auto;
	margin-bottom: 30px;
}
.servse .servseCont ul li {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	float: left;
	width: 300px;
	height: 60px;
	margin-right: 20px;
	text-align: center;
	line-height: 60px;
}
.servse .servseCont ul li.ser2 {
	background: url(../images/ser1.png) no-repeat;
}
/*平台核心模式*/
.fB {
	font-weight: bold;
}
.w12 {
	overflow: hidden;
	margin: 0.6rem auto 0;
}
.models_font {
	color: #00b0a2;
	text-align: center
}
.models .models_font img {
	width: 3.5%
}
.models_font span {
	font-weight: bold;
	margin-left: 0.2rem;
}
.models {
	margin: 1rem auto 2rem;
	padding: 1rem 0 2rem;
	background: #f5f5f5;
}
.models ul {
	margin-top: 1rem
}
.models ul li {

	height: 5.4rem;
	margin-right: 3%;
	margin-bottom: 0.5rem;
	text-align: center;
	float: left;
	padding: 0.4rem;
	border-radius: 20px;
	box-sizing: border-box;
}
.models ul li:nth-child(3n) {
	margin-right: 0%;
}
.models ul li.li4 {
	margin-right: 0.4rem;
}
.models ul li p {
	text-align: center
}
.models ul li p:first-child {
	height: 1.8rem;
	margin-bottom: 0.3rem;
}
.models ul li h2 {
	margin: 0.2rem 0 0.2rem;
	color: #333;
}
.models ul li p:nth-of-type(2) {
	color: #999;
	margin-top: 0.2rem;
}
.models ul li p.f16 {
}
.iImg img {
	/*width: 1.5rem;*/
	/*height: 1.5rem;*/
	width: auto;
	height: 100%;
	margin-bottom: 0.5rem;
}
.pdd .iImg img {
	height: 60%;
}
/*.models ul li:nth-child(1) img {*/
	/*width: 1.8rem;*/
	/*height: 1.8rem;*/
/*}*/
/*.models ul li:nth-child(2) img {*/
	/*width: 1.7rem;*/
	/*height: 100%;*/
/*}*/
.linkB {
	width: 100%;
	margin: 0.4rem auto 1rem;
}
.ilink {
	/*width: 15%;*/
	margin: 0 auto 0.3rem;
	padding: 0.3rem 0;
	display: inline-block;
	/*color: #0084ca;*/
	/*color: #00b0a2;*/
	color: #f3752c;
	text-align: center;
	box-sizing: border-box;
	/*background: rgba(255,255,255,1);*/
	border-radius: 10px;
}
.ilink a {
	width: 100%;
	height: 100%;
}
.linkD {
	margin-bottom: 0.8rem;
	padding: 1.5rem 0;
	text-align: center;
	/*color: #00b0a2;*/
	color: #f3752c;
	background: url(../images/linkBg.png) no-repeat center center;
	background-size: 100%;
}
.linkD >.f28 {
}
.cont .linkD {
	background: url(../images/contact.jpg) no-repeat center center;
	background-size: 100%;
}
.intro .linkD {
	height: 9rem;
	padding: 0;
	background: url(../images/infoB.jpg) no-repeat center top;
	background-size: 100%;
	box-sizing: border-box;
}
.contact,
.pb7 {
	padding-bottom: 7rem;
}

/*联系我们*/
.contact {
	color: #333;
	text-align: center;
}
.contact p.f16 {
	color: #f3752c;
	margin-bottom: 0.3rem;
}
.cp1 {
	font-weight: bold;
	margin-bottom: 0.4rem;
	color: #333;
}

.seC {
	font-weight: bold;
	color: red;
}

.mtb10 {
	margin: 0.2rem 0;
}

/*常见问题*/
.proTit {
	padding: 0.8rem 0;
}

.proUl li {
	margin-bottom: 0.4rem;
}

.proT {
	color: #333;
	font-weight: bold;
	margin-bottom: 0.4rem;
}

.proCont {
	line-height: 0.5rem;
}

.proP1 {
	margin: 0.5rem 0;
}

/*centerCont样式*/
.proTitle {
	padding: 1rem 0;
	text-align: center;
}

.proTitle img {
	width: 1rem;
	margin-right: 0.2rem;
}

.proTitle > span {
	vertical-align: middle;
}

.center {
	color: #333;
}

ul.proUl li {
	/*padding-top: 0.4rem;*/
	padding: 0.5rem 3%;
}

.proP1 span {
	display: inline-block;
	color: #fff;
	font-style: italic;
	background: #00589d;
	border-radius: 50%;
	width: 0.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	box-sizing: border-box;
	margin-right: 0.2rem
}

.center .proP2 {
	width: 9.5rem;
	line-height: 0.6rem;
	padding: 0.4rem 0.5rem;
	box-sizing: border-box;
	/*background: url(../images/zijin.png) no-repeat center center;*/
	/*background-size: 100% 100%;*/
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 1px 4px #ccc;
}

.proUl {
	overflow: hidden;
}

.proUl li {
	padding: 0 3% 0.5rem!important;
	overflow: hidden;
	box-sizing: border-box;
}

.proUl li:nth-child(odd) {
	background: #f4f7f9;
}
.proUl li .first.fr {
	width: 42%;
}
.proUl li .first.fr .proP2 {
	display: inline-block;

}
.proP2 {
	text-indent: 2em;
}
.proP2>p:first-child {
	margin-bottom: 0.2rem;
}
.proUl li .proP2:hover {
	transform: scale(1.05);
	transition: all 0.5s;
	color: #00589d;
}
.cb {
	color: #005bac;
}
.second>li {
	border-bottom: 0.02rem dotted #aaa;
}
.mb10 {
	margin-bottom: 0.2rem;
}
.chujie .second {
	padding: 0 0.8rem;
}
.second>li .cb {
	margin-bottom: 0.2rem;
}
.fw .cb {
	margin-bottom: 0.2rem;
}
/*下载页面*/

.mt10 {
	margin-top: 0.5rem;
}
.mt5 {
	margin-top: 0.3rem;
}

/*404*/
.error {
	text-align: center;
	padding: 2rem 0;
}
.eTit {
	display: inline-block;
	margin-right: 0.5rem;
	font-size: 3.5rem;
	color: #999999;
	margin-bottom: 1rem;
	background-image:-webkit-linear-gradient(bottom, #4069b9, #00dfcd, #3cb5f2);
	-webkit-background-clip:text;
	-webkit-text-fill-color:transparent;
}
.error .cb {
	color: #00dfcd;
}

/*出评2*/
/*软件介绍*/
.introD {
	width: 24rem;
	margin: 0 auto;
}
.iTit {
	text-align: center;
	margin: 0.8rem 0 1.2rem;
}
.iTit1 {
	margin-bottom: 0.1rem;
}
.iTit2{
	color: #999;
}
.proT2 .iTit2 {
	margin: 0.2rem 0 0.3rem;
}
.iUl {
	overflow: hidden;
}
.iUl li {
	float: left;
	width: 44%;
	height: 100%;
	min-height: 4.4rem;
	border-radius: 10px;
	margin-bottom: 0.5rem;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 0.3rem 0.2rem;
	box-sizing: border-box;
}
.iUl li:hover {
	box-shadow: 0 0px 15px #ddd;
}
.iUl li:hover .iTxt2 {
	color: #333;
}
.iTxt2 span {
	line-height: normal;
}
.iUl li:nth-child(odd) {
	margin-right: 10%;
}
.iUl li a {
	width: 100%;
	height: 100%;
}
.iNum {
	width: 0.04rem;
	height: 0.76rem;
	text-align: center;
	background: #ff0000;
	margin-right: 0.3rem;
}
.iTxt1 {
	color: #00b0a2;
	margin-bottom: 0.2rem;
}
.iTxt2 {
	color: #666;
	line-height: 0.5rem;
}
/*文章详情*/
.aTit {
	margin-bottom: 1rem;
	border-bottom: 1px solid #f5f5f5;
}
.aTit2 {
	margin: 0.3rem 0;
}
.aCont p {
	color: #666666;
	line-height: 0.8rem;
	margin-bottom: 0.8rem;
}
/*首页*/
.iProCont {
	width: 100%;
	background: #f5f5f5;
	padding: 1rem 0.5rem;
}
.iUl {
	width: 24rem;
	margin: 0 auto;
}
.c6 {
	color: #666;
}
.c9 {
	color: #999;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #00b0a2;
}
.iCont {
}
.iCTxt {
	width: 24rem;
	background: #f5f5f5;
	margin: 1rem auto 1rem;
	padding: 1.2rem 0 1.2rem 0;
}
.iTit2 {
	text-align: center;
}
.iCTxt p {
	margin-bottom: 0.4rem;
}
.iCTit {
	text-align: center;
}
.iCBox {
	width: 24rem;
	margin: 1rem auto;
}
.iCBImg {
	width: 0.8rem;
}
.iCUl {
	overflow: hidden;
}
.iCUl li {
	width: 45%;
	float: left;
	margin-right: 10%;
	padding: 0.45rem;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 2px 10px #ccc;
	margin-bottom: 0.8rem;
}
.iCUl li:nth-child(2n) {
	margin-right: 0;
}
.iCUl li h2 {
	font-weight: bold;
	margin: 0.3rem 0 0.3rem;
}
.iCUl li p:nth-of-type(1) {
}
.proT2 {
	padding: 0.8rem 0;
}
.proT2Ul {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
}
.proT2Ul li {
	margin-bottom: 0.5rem;
	float: left;
	padding: 0.5rem 0.5rem;
	box-sizing: border-box;
	line-height: 0.66rem;
	flex: 1;
}
.proT2Ul li:nth-of-type(4n) {
	margin-right: 0;
}
.pro2Img {
	text-align: center;
}
.proT2Ul li img {
	width: 2.72rem;
	margin: 0 auto 0.8rem;
}
.proT2Ul li p {
	margin-bottom: 0.3rem;
	border-bottom: 1px dashed #8ec5c0;
}
.proT2Ul li p:hover {
	color: #00b0a2;
}
.models ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.models ul li {
	flex: 1;
	width: auto;
	background: #FFFFFF;
	box-shadow: 0 0 4px #ccc;
}
.models ul li:nth-child(3) {
	margin-right: 3%;
}
.models ul li:nth-child(4) {
	margin-right: 0;
}
.models ul li:hover {
	background: #ffffff;
}
.models ul li:hover h3 {
	color: #00b0a2;
}
.models ul li:hover p {
	color: #333;
}
.iC2 {
	position: relative;
	padding: 1rem 0;
	background: url("../images/iBg.jpg") no-repeat center center;
	background-size: 100%;
}
.iC2_img1 {
	opacity: 0.4;
}
.iC2_cont {
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.6rem auto;
}
.iC2_l {
	width: 66%;
	float: left;
}
.iC2_r {
	float: right;
	width: 50%;
}
.iC2_r>img {

}
.iC2_l1,
.iC2_l1 ul,
.iC2_l1 li {
	overflow: hidden;
}
.iC2_l1 li {
	width: 47%;
	float: left;
}
.iC2_l1 li:nth-of-type(1),
.iC2_l1 li:nth-of-type(2) {
	margin-bottom: 0.8rem;
}
.iC2_l1 li:nth-child(odd) {
	margin-right: 3%;
}
.iUl li:hover .iTxt1,
.iC2_l1 li:hover .iTxt1 {
	color: #f3752c;
}
.iC2_l1 li:hover .iTxt2 {
	color: #555;
}
.iC2_l1 .iTxt img {
	width: 0.45rem;
	vertical-align: middle;
}
.IC2Tit {
	text-align: center;
	color: #484848;
}
.IC2Tit p:nth-child(2) {
	color: #999;
	margin: 0.2rem 0 0.8rem;
}
.IC2Tit img {
	width: 0.8rem;
	margin-right: 0.1rem;
}
.cO {
	color: #f3752c;
}
.bgG {
	color: #EFF3F5;
}
.w12 {
}
.pdd {
	margin: 1.2rem auto;
}
.pdd ul {
	display: flex;
	margin: 0.7rem 0 1rem;
	overflow: hidden;
}

.pdd li {
	flex: 1;
	width:auto;
	padding: 0.3rem 0.4rem;
	border-right: 1px solid #f5f5f5;
	color: #333;
	box-sizing: border-box;
	margin: 0 0 0.5rem;
	text-align: center;
	border-height: 50%;
}
.pdd li p:first-child {
	width: 100%;
	height: 2rem;
}
.pdd li p:nth-of-type(2) {
	text-align: left;
}
.pdd li>h2 {
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.pdd li:last-child {
	border-right: none;
}
.pCont2 {
	position: relative;
}
.pRight {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background: rgba(255,255,255,1);
	width: 50%;
	padding: 0.5rem 0.5rem;
	box-sizing: border-box;
}
.pRight li {
	padding: 0.2rem 0rem;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
}
.pRight .iTxt {
	width: 80%;
}

.pRight .iTxt1 {
	color: #00b0a2;
	margin-bottom: 0.1rem;
}
.iCTxt ul {
	margin: 0 auto;
	text-align: center;
}
.icTp1 {

}
.icTp2 {
	width: 60%;
	margin: 0 auto;
	padding: 0.5rem 0.5rem;
	background: linear-gradient( -90deg, #008bcf, #12b3a2);
	border-radius: 0.4rem;
	color: #FFFFFF;
	font-size: 0.68rem;
}
.icTp3,
.icTp4 {
	font-size: 0.48rem;
	color: #12b3a2;
}
.c_g {
	font-weight: bold;
	color: #12b3a2!important;
}
.c3 {
	color: #333;
}
.disFB {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.disFC {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*出评技巧*/
.downTxt {
	font-size: 16px;
	margin-bottom: 0.8rem;
	border: 1px solid #ccc;
	padding: 0.5rem;
	box-sizing: border-box;
}
.downList li {
	list-style-type: disc;
	overflow: hidden;
	display: flex;
	align-items: center;
	position: relative;
}
.downList li a{
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	text-decoration: underline;
	color: #333!important;
}
.articleTit {
}
.atricleTxt {
	font-size: 15px;
	color: #666;
}
.atricleTxt .contTit {
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.5rem;
	text-align: center;
	font-size: 0.48rem;
}
.atricleTxt h2 a {
	width: 100%;
	height: 100%;
	display: inline-block;
	font-size: 17px;
	color: #333;
	margin-bottom: 0.2rem;
}
.atricleTxt p {
	margin-bottom: 0.5rem;
}









@media only screen and (max-width: 414px) {
	.f28 {
		/*font-size: 36px;*/
		font-size: 0.72rem;
	}
	.f26 {
		/*font-size: 34px;*/
		font-size: 0.68rem;
	}
	.f24 {
		/*font-size: 32px;*/
		font-size: 0.64rem;
	}
	.f22 {
		/*font-size: 30px;*/
		font-size: 0.6rem;
	}
	.f20 {
		/*font-size: 32px;*/
		font-size: 0.64rem;
	}
	.f18 {
		/*font-size: 30px;*/
		font-size: 0.6rem;
	}
	.f16 {
		/*font-size: 28px;*/
		font-size: 0.56rem;
	}
	.f15 {
		/*font-size: 24px;*/
		font-size: 0.48rem;
	}
	.f14 {
		/*font-size: 22px;*/
		font-size: 0.44rem;
	}
	.frm_sty,
	.nav .navTop,
	.aboutUs,
	.w12,
	.center p.f14,
	.dBox .dImg,
	.dBox .priceUl,
	.nav .navTop ul {
		width: 100%;
		padding: 0.3rem;
		box-sizing: border-box;
	}
	.contact, .pb7 {
		padding-bottom: 11rem;
	}
	.nav,
	.footer {
		left: 0;
	}
	.nav .navTop {
		width: 100%;

	}
	.zijin .first {
		width: 100%;
		padding: 0 0.3rem;
		box-sizing: border-box;
	}
	.mt80 {
		margin-top: 5.6rem;
	}

	/*首页*/
	.bannerImg {
		height: 17rem;
	}
	.bannerImg img {
		width: 100%;
		height: 100%;
	}
	.nav .navTop ul li {
		padding: 0.1rem 0;
	}
	.navUl li {
		font-size: 18px;
	}
	.nav {
		padding: 0;
	}
	.nav .navTop {
		font-size: 0.8rem;
	}
	.nav .navTop ul {
		padding: 0.8rem 0.3rem;
	}
	.setW {
		width: 48%;
		margin-left: 0.5rem;
	}
	.navTop .setW span {
		margin: 1.3rem 0 0 -3.7rem;
	}
	.models ul li {
		float: inherit;
		width: 80%;
		height: 14rem;
		margin: 0 auto;
		padding: 0.7rem 0rem;
		background: none;
		box-shadow: none;
	}
	.models ul li:nth-child(odd) {
		margin-right: auto;
	}
	.models ul li:nth-child(even) {
		margin-right: auto;
	}
	.models ul li:nth-child(3) {
		margin-right: auto;
	}
	.models ul li p:first-child {
		height: auto;
	}
	/*.iImg img {
		width: 4.5rem;
		height: 4.5rem;
		margin-bottom: 0.5rem;
	}
	.models ul li:nth-child(1) img {
		 width: 4.8rem;
		 height: 4.8rem;
	 }
	.models ul li:nth-child(2) img {
		!*width: 4.7rem;*!
		height: 100%;
	}*/
	.models .models_font img {
		width: 9%;
	}
	.models_font span {
	}
	.models ul li h2 {
		font-size: 18px;
		color: #000;
		margin: 0.2rem 0 0.8rem;
	}
	.f20 {
		font-size: 17px;
	}
	.f18 {
		font-size: 15px;
	}
	.f16 {
		font-size: 14px;
	}
	.models ul li p.f16,
	.f14 {
		font-size: 13px;
	}
	.models ul li p:nth-of-type(2) {
		color: #666;
		text-align: left;
	}
	.first p.f14 {
		font-size: 13px;
	}
	.QRImg img {
		width: 38%;
	}
	.proTitle img {
		width: 2rem;
	}
	/*底部*/
	.aboutUs {
		padding: 0 0.8rem;
	}
	.aboutUs li:first-child {
		width: 20%;
	}
	.aboutUs p.f16 {
		font-size: 12px;
	}
	.aboutUs li:first-child p:first-child {
		margin-bottom: 0.8rem;
	}
	.aboutUs li:first-child p:last-child {
		line-height: 1rem;
	}
	.aboutUs li:last-child {
		width: 40%;
	}
	.footer .QRImg img {
		width: 65%;
	}
	.toTop {
		display: none!important;
	}
	.QR img {
		width: 7rem;
		margin-bottom: 0.2rem;
	}

	/*常见问题*/
	.proP1 {
		margin: 0.8rem 0;
	}
	.center .proP2 {
		width: 100%;
		line-height: 1.6rem;
		padding: 1.5rem;
		box-sizing: border-box;
	}
	ul.proUl li {
		padding: 0.5rem 3% 0 0;
	}
	.proUl li {
		padding: 0 0.3rem !important;
	}
	.second>li {
		padding: 0.5rem 0.3rem !important;
	}
	.zijin .first {
		margin-bottom: 0.5rem;
		float: none;
	}

	.proP1 span {
		width: 1.9rem;
		height: 1.9rem;
		line-height: 1.9rem;
	}
	.proUl li .first.fr {
		width: 100%;
		text-align: left;
	}
	.dXz {
		padding: 0.2rem 0.5rem;
	}
	.pRight {
		display: none;
	}
	/*联系我们*/
	.linkD {
		padding: 5rem;
	}

	.iCBox {
		width: 100%;
	}
	/*出评2*/
	/*字体*/
	.f30 {
		font-size: 24px;
	}
	.f30.iCTit,
	.f28 {
		font-size: 22px;
	}
	.f18 {
		font-size: 17px;
	}
	.f15 {
		font-size: 15px;
	}
	.QR {
		padding: 4rem 1rem 1.3rem;
	}
	.QR .c0 {
		margin-top:1rem;
	}
	/*首页*/
	.iC2 {
		background-size: 100% 100%;
	}
	.iC2_l {
		width: 100%;
	}
	.iC2_r {
		display: none;
	}
	.iC2_l1 li {
		width: 100%;
		padding: 0.8rem 0.3rem;
	}
	.iC2_l1 li:nth-child(odd) {
		margin-right: 0;
	}
	.iTxt1 {
	}
	.IC2Tit img {
		width: 1.8rem;
	}
	.iC2_l1 .iTxt img {
		width: 1.4rem;
	}
	.models {
		padding: 1rem 0 2rem;
	}
	.pdd ul,
	.models ul {
		display: block;
	}
	.pdd li {
		width: 70%;
		margin: 0 auto 2rem;
		border: none;
	}
	.pdd li p:first-child {
		height: 4rem;
	}
	.pdd li p:first-child img {
		height: 90%;
	}
	.pdd li>h2 {
		margin: 0.7rem 0;
	}
	/*软件介绍*/
	.proT2Ul {
		display:block;
		padding-top: 0.5rem;
	}
	.pro2Img {
		text-align: center;
	}
	.proT2Ul li {
		width: 100%;
		padding: 1.5rem 0.5rem;
		margin-bottom: 1.5rem;
		line-height: normal;
		border: 1px solid #f3f3f3;
		box-shadow: 0 0px 6px #e2e2e2;
	}
	.proT2Ul li img {
		width: 42%;
	}
	.proT2Ul.f15 {
		font-size: 14px;
	}
	.proT2Ul li p {
		margin-bottom: 1rem;
		padding-bottom: 0.3rem;
	}
	.iCUl li {
		width: 90%;
		float: none;
		padding: 1rem 0.7rem;
		margin: 0 auto 1rem;
		box-sizing: border-box;
	}
	.iCUl li:nth-child(2n) {
		margin: 0 auto 1rem;
	}
	.iCBImg {
		width: 1.8rem;
	}
	.iTxt2 {
		line-height: 1.5rem;
	}
	.iCUl li p:nth-of-type(1) {
		line-height: 1.4rem;
	}
	.iCUl li h2 {
		margin: 0.3rem 0 1rem;
	}
	.iCTxt p {
		margin-bottom: 1rem;
	}
	.proT2 .iTit2 {
		margin: 0rem 0 0.3rem;
	}
	.iCImg img {
		height: 10rem;
	}
	.icTp2 {
		width: 90%;
		padding: 0.8rem 0.5rem;
		font-size: 1rem;
	}
	.icTp3, .icTp4 {
		font-size: 1rem;
	}
	/*注意事项*/
	.iUl li {
		width: 96%;
		padding: 1.3rem 0.5rem;
	}
	.proImg img {
		height: 4rem;
	}
	.iTit1 {
		margin-bottom: 0;
	}
	/*联系我们*/
	.cont .linkD {
		background: url(../images/contact.jpg) no-repeat left center;
		background-size: 100% 100;
	}
	.ilink {
		color: #ffffff;
	}
	.linkD >.f28 {
		display: none;
	}
	.service {
		top: 51%;
	}
	.aboutUs li:last-child p:first-child {
		font-size: 16px;
		color: #f5f5f5;
	}
	.QR .cO {
		font-size: 16px;
	}
	.iUl p.f15 {
		color: #666;
	}
	.cp1.f20 {
		margin: 1.5rem 0 1rem;
	}

}