	/*html,
	body,
	#app,
	.ivu-layout {
		height: 100%;
	}*/
	
	html {
		font-family: '微软雅黑', sans-serif;
		height: 100%;
		font-size: 10px;
	}
	
	a {
		text-decoration: none;
		color: #343434;
		cursor: pointer;
	}
	
	p {
		padding: 0px;
		margin: 0px;
		line-height: 20px;
	}
	
	ol,
	ul {
		list-style: none outside none;
		margin: 0;
		padding: 0;
	}
	
	* {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	/*允许复制*/
	/** {
	-webkit-touch-callout: all;
	-webkit-user-select: all;
	-moz-user-select: all;
	-ms-user-select: all;
	user-select: all;
}*/
	
	input,
	textarea {
		-webkit-touch-callout: text;
		-webkit-user-select: text;
	}
	
	.r {
		float: right;
	}
	
	.l {
		float: left;
	}
	
	.ivu-layout {
		/*	max-width: 1440px;*/
		margin: 0 auto;
	}
	/*头部*/
	
	.ivu-layout-header {
		background: white;
		padding: 0 120px;
		height: 100px;
		position: relative;
	}
	
	.ivu-layout-header .layout-logo {
		padding-top: 17px;
	}
	
	.ivu-layout-header .ivu-menu {
		bottom: 10px;
		position: absolute;
		right: 120px;
	}
	
	.ivu-layout-header .ivu-menu .ivu-menu-item {
		padding: 0;
		margin: 0 18px;
		font-size: 16px;
		color: #2a2a2a;
		font-family: "黑体";
	}
	
	.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item-active a,
	.ivu-menu-light.ivu-menu-horizontal .ivu-menu-item:hover a,
	.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu-active a,
	.ivu-menu-light.ivu-menu-horizontal .ivu-menu-submenu:hover a {
		color: #2d8cf0
	}
	
	.ivu-layout-header .ivu-menu-horizontal.ivu-menu-light:after {
		display: none;
	}
	/*图片切换-------------Start--------------------------------------------------------*/
	
	.pic_slide .ivu-carousel-item {
		height: 390px!important;
		width: 100%;
		position: relative;
	}
	
	.pic_slide .ivu-carousel-item>div {
		max-width: 1400px;
		margin: 0 auto;
	}
	
	.pic_slide .ivu-carousel .ivu-carousel-dots li button {
		background: white;
	}
	
	.pic_slide .ivu-carousel .ivu-carousel-arrow {
		width: 72px;
		height: 72px;
		background-color: rgba(31, 45, 61, 0.67);
	}
	
	.pic_slide .ivu-carousel .ivu-carousel-arrow>* {
		font-size: 48px;
	}
	
	.pic_slide .pic_1 .ivu-row-flex {
		padding: 30px 110px 0 110px;
		background: url(../pcimages/slide_bg_1_1.png) no-repeat 80%;
		height: 100%;
	}
	
	.pic_slide .pic_1 .ivu-row-flex>.ivu-col-span-12 {
		display: inline-flex;
		flex-flow: column;
	}
	
	.pic_slide .pic_1 .ivu-row-flex p {
		font-size: 30px;
		font-weight: 400;
		color: rgba(252, 252, 252, 1);
		line-height: 35px;
		max-width: 265px;
		letter-spacing: 2px;
	}
	
	.pic_slide .pic_1 .ivu-row-flex span {
		font-size: 15px;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		padding: 30px 0 20px 0;
		max-width: 265px;
	}
	
	.pic_slide .pic_1 {
		background: url(../pcimages/slide_bg_1.png)no-repeat top;
	}
	
	.pic_slide .pic_3 {
		background: url(../pcimages/slide_bg_3.png)no-repeat top;
	}
	
	.pic_slide .pic_4 {
		background: url(../pcimages/slide_bg_4.png)no-repeat top;
	}
	/*输入法图片新增*/
	
	.pic_slide .pic_4 .ivu-row-flex {
		padding: 30px 60px 0 60px;
		height: 100%;
	}
	
	.pic_slide .pic_4 .ivu-row-flex>.ivu-col-span-12 {
		display: inline-flex;
		flex-flow: column;
		align-self: flex-start;
		position: relative;
		height: 100%;
	}
	
	.pic_slide .pic_4 .ivu-row-flex>.ivu-col-span-12>span {
		text-align: center;
	}
	
	.pic_slide .pic_4 .ivu-row-flex>.ivu-col-span-12>img {
		position: absolute;
		bottom: 0;
	}
	
	.pic_slide .pic_4 .ivu-row-flex p {
		padding-top: 20px;
		font-size: 32px;
		font-weight: 700;
		color: rgba(252, 252, 252, 1);
		line-height: 1.5;
		letter-spacing: 2px;
		text-align: center;
	}
	
	.pic_slide .pic_4 .ivu-row-flex span ul {
		padding: 10px 0;
		display: inline-block;
	}
	
	.pic_slide .pic_4 .ivu-row-flex span ul li {
		font-size: 20px;
		font-weight: 400;
		width: 33%;
		float: left;
		color: rgba(255, 255, 255, 1);
		line-height: 2;
		letter-spacing: 0;
		list-style-type: disc;
		list-style-position: inside;
	}
	
	.pic_slide .pic_4 .ivu-row-flex a {
		margin: 0 auto;
		text-align: center;
	}
	/*输入法图片新增*/
	
	.pic_slide .pic_1 .ivu-row-flex a {
		background: rgba(255, 220, 31, 1);
		border-radius: 4px;
		padding: 6px 30px;
		color: #666666;
		width: -webkit-fit-content;
		width: fit-content;
		font-size: 2rem;
	}
	
	.pic_slide .pic_1 .ivu-row-flex a:hover {
		background: #FFEB3B;
	}
	
	.pic_slide .pic_1 .ivu-row-flex div:nth-child(2) {
		position: relative;
		height: 200px;
	}
	
	.pic_slide .pic_1 .ivu-row-flex .ivu-col-span-12 img:first-child {
		position: absolute;
		right: 110px;
	}
	
	.pic_slide .pic_1 .ivu-row-flex .ivu-col-span-12 img:nth-child(2) {
		position: absolute;
		right: 110px;
		z-index: 1;
		right: 140px;
		top: 40px;
	}
	
	.pic_slide .pic_2>div {
		padding-top: 112px;
	}
	
	.pic_slide .pic_2 {
		background: url(../pcimages/slide_bg_2.png)no-repeat top;
	}
	
	.pic_slide .pic_2 img {
		margin: auto;
		display: block;
	}
	
	.pic_slide .pic_2 .ivu-divider {
		width: 600px!important;
		min-width: 600px;
		margin: 30px auto;
		color: white;
	}
	
	.pic_slide .pic_3 div {
		padding-top: 84px;
		padding-left: 84px;
	}
	
	.pic_slide .pic_3 div p {
		width: 635px;
		height: 220px;
		background-color: rgba(255, 255, 255, 0.18);
		border-radius: 8px;
		padding: 48px 46px;
		color: white;
		text-indent: 2em;
		line-height: 2;
		font-size: 16px;
	}
	/*图片切换-----------End----------------------------------------------------------*/
	/*分割线样式*/
	
	.ivu-divider-new {
		width: 400px;
		/*display: -webkit-box!important;*/
		display: inline-flex!important;
		align-items: center;
	}
	
	.ivu-divider-new.ivu-divider-horizontal.ivu-divider-with-text-center:before,
	.ivu-divider-new.ivu-divider-horizontal.ivu-divider-with-text-left:before,
	.ivu-divider-new.ivu-divider-horizontal.ivu-divider-with-text-right:before {
		/*top: 8px;*/
		height: 1px;
		width: 120px;
		border-top: none!important;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		background: -webkit-linear-gradient(left, #ffffff, #666);
		background: -o-linear-gradient(right, #ffffff, #666);
		background: -moz-linear-gradient(right, #ffffff, #666);
		background: linear-gradient(to right, #ffffff, #666);
	}
	
	.ivu-divider-new.ivu-divider-horizontal.ivu-divider-with-text-center:after,
	.ivu-divider-new.ivu-divider-horizontal.ivu-divider-with-text-left:after,
	.ivu-divider-new.ivu-divider-horizontal.ivu-divider-with-text-right:after {
		/*top: 8px;*/
		height: 1px;
		width: 120px;
		border-top: none!important;
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		background: -webkit-linear-gradient(right, #ffffff, #666);
		background: -o-linear-gradient(left, #ffffff, #666);
		background: -moz-linear-gradient(left, #ffffff, #666);
		background: linear-gradient(to left, #ffffff, #666);
	}
	
	.ivu-divider-new {
		font-weight: 400;
		color: rgba(51, 51, 51, 1);
		line-height: 18px;
		font-size: 24px!important;
		padding-bottom: 40px;
	}
	
	.ivu-divider-inner-text {
		letter-spacing: 2px;
	}
	/*公司简介-----------Start---------------------------------------------------------*/
	
	.profile {
		height: 415px;
		background: rgba(244, 244, 244, 1);
	}
	
	.profile .content {
		padding: 70px 100px;
		margin: 0 auto;
		display: inline-flex;
	}
	
	.profile .content>div {
		padding-left: 50px;
	}
	
	.profile .content>div p {
		text-indent: 2em;
		font-weight: 400;
		color: rgba(102, 102, 102, 1);
		line-height: 36px;
		font-size: 16px;
	}
	/*公司简介-----------End---------------------------------------------------------*/
	/*奥云产品-----------Start---------------------------------------------------------*/
	
	.product {
		background: url(../pcimages/product_bg1.png) no-repeat left top #FFFFFF;
	}
	
	.product .content {
		padding: 0 100px 45px 100px;
		margin: 0 auto;
	}
	
	.Divider_center {
		padding-top: 45px;
		width: 400px;
		margin: 0 auto;
	}
	
	.product .content .product_list .ivu-row-flex .ivu-col-span-8 {
		padding: 56px 40px 0 40px;
		max-width: 360px;
		position: relative;
	}
	
	.product .content .product_list img {
		display: block;
		margin: 0 auto;
	}
	
	.product .content .product_list h3 {
		padding: 40px 0 25px 0;
		text-align: center;
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	.seprate {
		margin: 0 auto;
		width: 50px;
		height: 4px;
		background: #00A0E9;
		border-radius: 2px;
	}
	
	.product .content .product_list p {
		font-weight: 400;
		color: rgba(102, 102, 102, 1);
		font-size: 16px;
		padding: 34px 0 20px 0;
		line-height: 2;
	}
	
	.product .content .product_list .hov_content {
		background-color: rgba(0, 0, 0, 0.62);
		padding: 30px;
		color: white;
		line-height: 30px;
		font-size: 16px;
		height: 100%;
		width: 100%;
		opacity: 0;
		position: absolute;
		top: 0;
		left: 0;
		-webkit-transition: all 0.45s ease-in-out;
		-moz-transition: all 0.45s ease-in-out;
		-o-transition: all 0.45s ease-in-out;
		-ms-transition: all 0.45s ease-in-out;
		transition: all 0.45s ease-in-out;
	}
	
	.product .content .product_list .hov_content li {
		list-style-type: disc;
	}
	
	.product .content .product_list .ivu-row-flex .ivu-col-span-8:hover .hov_content {
		opacity: 1;
	}
	
	.product .content .product_list .hov_content h3 {
		font-size: 18px;
		padding: 10px 0;
		letter-spacing: 2px;
	}
	/*产品列表第二行*/
	
	.product .content.bg1 {
		background: rgba(247, 251, 253, 1);
		padding-top: 45px;
	}
	/*产品列表第三行*/
	
	.product .content.bg2 {
		background: url(../pcimages/product_bg2.png) no-repeat right bottom #FFFFFF;
		padding-top: 45px;
	}
	/*奥云产品-----------End---------------------------------------------------------*/
	/*行业应用-----------Start---------------------------------------------------------*/
	
	.application {
		background: f2f6ff;
	}
	
	.application .content {
		padding: 0 100px 45px 100px;
		margin: 0 auto;
	}
	
	.application .content .app_list {
		width: 160px;
		min-height: 245px;
		display: block;
		margin: 0 auto;
		padding: 30px 0;
	}
	
	.application .content .app_list div {
		width: 110px;
		height: 110px;
		display: block;
		margin: 0 auto;
		border-radius: 50%;
		padding-top: 20px;
		border: 1px solid #00A0E9;
	}
	
	.application .content .app_list div img {
		display: block;
		margin: 0 auto;
	}
	
	.application .content .app_list div img:first-child {}
	
	.application .content .app_list div img:nth-child(2) {
		height: 0;
		-webkit-transition: all 0.45s ease-in-out;
		-moz-transition: all 0.45s ease-in-out;
		-o-transition: all 0.45s ease-in-out;
		-ms-transition: all 0.45s ease-in-out;
		transition: all 0.45s ease-in-out;
	}
	
	.application .content .app_list h3 {
		padding: 30px 6px 10px 6px;
		text-align: center;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 2px;
	}
	
	.application .content .ivu-row-flex .ivu-col-span-6:hover .app_list {
		border: 1px solid rgba(0, 160, 233, 1);
		border-radius: 5px;
	}
	
	.application .content .ivu-row-flex .ivu-col-span-6:hover .app_list div {
		background: #00A0E9;
	}
	
	.application .content .ivu-row-flex .ivu-col-span-6:hover .app_list div img:first-child {
		opacity: 0;
		height: 0;
	}
	
	.application .content .ivu-row-flex .ivu-col-span-6:hover .app_list div img:nth-child(2) {
		opacity: 1;
		height: auto;
	}
	/*行业应用-----------End---------------------------------------------------------*/
	/*技术服务-----------Start---------------------------------------------------------*/
	
	.service {
		padding-bottom: 100px;
		background: url(../pcimages/service_bg.png) no-repeat left #ffffff;
	}
	
	.service .content {
		margin: 0 auto;
		height: 320px;
		background: url(../pcimages/service_bg2.png) no-repeat top;
		color: white;
	}
	
	.service .content>p {
		padding: 100px 0 40px 0;
		text-align: center;
		font-size: 60px;
		font-family: MicrosoftYaHei;
		font-weight: 400;
		line-height: 1;
	}
	
	.service .content>p+p {
		text-align: center;
		font-size: 30px;
		font-family: MicrosoftYaHei;
		margin: 0 auto;
		padding: 0;
	}
	/*技术服务-----------End---------------------------------------------------------*/
	/*联系方式-----------Start---------------------------------------------------------*/
	
	.contact {
		background: url(../pcimages/contact_bg.png) no-repeat left #00a0e9;
		border-bottom: 8px solid #E7B10E;
	}
	
	.contact .content {
		padding: 75px 100px 65px 100px;
		margin: 0 auto;
	}
	
	.am-map {
		width: 100%;
		height: 250px
	}
	
	.am-map-default #bd-map {
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0;
		font-size: 14px;
		line-height: 1.4!important
	}
	
	.am-map-default .BMap_bubble_title {
		font-weight: 700
	}
	
	.am-map-default #BMap_mask {
		width: 100%
	}
	
	.contact .content .ivu-row-flex .ivu-col-span-8 p {
		color: white;
		font-size: 16px;
		line-height: 36px;
		display: inline-flex;
		width: 100%;
	}
	
	.contact .content .ivu-row-flex .ivu-col-span-8 p label {
		padding-right:10px;
		display: inline-block;
		min-width: 90px;
		text-align: right;
	}
	
	.contact .content .ivu-row-flex .ivu-col-span-8 p span {
		flex: 1;
	}
	
	.contact .content .ivu-row-flex .ivu-col-span-5 {
		padding-top: 10px;
	}
	
	.contact .content .ivu-row-flex .ivu-col-span-5 img {
		display: block;
		margin: 0 auto;
	}
	
	.contact .content .ivu-row-flex .ivu-col-span-5 p {
		color: white;
		text-align: center;
		font-size: 14px;
		padding-top: 10px;
	}
	/*联系方式-----------End---------------------------------------------------------*/
	/*底部信息-----------Start---------------------------------------------------------*/
	
	.ivu-layout-footer {
		height: 230px;
		background: #2E3948;
		padding-top: 40px;
	}
	
	.ivu-layout-footer p {
		text-align: center;
		line-height: 3;
		color: #DBDBDB;
		font-size: 14px;
		letter-spacing: 2px;
	}
	.ivu-layout-footer a{
		color: #DBDBDB;
	}
	/*底部信息-----------End---------------------------------------------------------*/
	/*成功案例页面---CSS -----Start------------------------------------------------------------------------*/
	
	.b_title {
		text-align: center;
		font-size: 24px;
		font-family: SourceHanSansCN-Regular;
		font-weight: 400;
		color: rgba(0, 160, 233, 1);
		line-height: 36px;
		padding-bottom: 10px;
	}
	/*成功案例*/
	
	.cgal .content {
		padding-top: 15px;
	}
	
	.cgal .ivu-row-flex {
		padding: 25px 0;
	}
	
	.cgal .ivu-card {
		max-width: 300px;
		margin: 0 auto;
	}
	
	.cgal .ivu-card-body {
		padding: 0;
		padding-bottom: 10px;
	}
	
	.cgal .ivu-card-body img {
		width: 100%;
		padding-bottom: 10px;
	}
	
	.cgal .ivu-card-body p {
		font-size: 16px;
		font-weight: 400;
		color: #666666;
		line-height: 24px;
		text-align: center;
		min-height: 48px;
		padding-top: 10px;
	}
	/*服务客户*/
	
	.fwkh {
		background: #F2F6FF;
	}
	
	.fwkh .content {
		padding-top: 15px;
	}
	
	.fwkh .ivu-row-flex {
		padding: 25px 0;
	}
	
	.fwkh .ivu-card-body {
		display: inline-flex;
		padding: 36px 22px;
	}
	
	.fwkh .ivu-card-body img {
		max-width: 90px;
	}
	
	.fwkh .ivu-card-body p {
		font-size: 18px;
		font-weight: 400;
		color: #666666;
		line-height: 24px;
		text-align: center;
		align-self: center;
		padding-left: 20px;
	}
	/*成功案例页面---CSS -----End------------------------------------------------------------------------*/
	/*技术服务页面---CSS -----Start------------------------------------------------------------------------*/
	
	.jsfw {
		background: #F2F8FA;
	}
	
	.jsfw .content {
		position: relative;
		padding-top: 75px;
	}
	
	.jsfw .content * {
		background: transparent;
	}
	
	.jsfw .content .circle_border {
		width: 525px;
		height: 525px;
		position: absolute;
		border-radius: 50%;
		margin: 0 auto;
		left: 190px;
		top: 65px;
	}
	
	.jsfw .content .circle_border img {
		width: auto;
		height: auto;
	}
	
	.jsfw img {
		width: 58px;
		height: 58px;
		border-radius: 50%;
	}
	
	.jsfw .ivu-row-flex {
		margin-bottom: 86px;
	}
	
	.jsfw .ivu-card {
		background: none;
	}
	
	.jsfw .ivu-card-body {
		padding: 0;
		display: inline-flex;
		width: 100%;
	}
	
	.jsfw .ivu-card-body p {
		width: 70px;
		font-size: 16px;
	}
	
	.jsfw .ivu-card-body a:hover img {
		transform: scale(1.2);
	}
	
	.jsfw .c8 .ivu-card-body {
		flex-flow: column;
		padding-top: 45px;
	}
	
	.jsfw .c8 .ivu-card-body a,
	.jsfw .c8 .ivu-card-body p {
		margin: auto;
	}
	
	.jsfw .c4 .ivu-card-body {
		justify-content: flex-end;
	}
	/*定制开发*/
	
	.dzkf {
		background: white;
		padding-bottom: 64px;
	}
	
	.dzkf .seprate {
		margin-bottom: 40px;
	}
	
	.dzkf .content {
		background: url(../pcimages/dzkf_bg.png)no-repeat top;
		height: 320px;
	}
	
	.dzkf .content p {
		width: 60%;
		padding-top: 50px;
		font-size: 18px;
		font-weight: 400;
		color: rgba(255, 255, 255, 1);
		line-height: 48px;
		margin: auto;
		text-indent: 2em;
	}
	/*技术服务页面---CSS -----End------------------------------------------------------------------------*/
	/*关于我们页面---CSS -----Start------------------------------------------------------------------------*/
	
	.gsjj {
		background: white;
	}
	
	.gsjj .content {
		padding-top: 40px;
	}
	
	.gsjj .content p {
		font-size: 16px;
		font-weight: 300;
		color: #666;
		line-height: 2.2;
		text-indent: 2em;
	}
	
	.qytd {
		background: #F3FAFD;
	}
	
	.qytd .content {
		padding: 40px 100px 100px 100px;
	}
	
	.qytd .content .ivu-card {
		height: 100%;
		border-radius: 8px;
	}
	
	.qytd .content .ivu-card .ivu-card-body img {
		width: 130px;
		height: 130px;
		border-radius: 10%;
		margin: auto;
	}
	
	.qytd .content .ivu-card .ivu-card-body img {
		margin: auto;
		display: block;
		border: 2px solid #e6e6e6;
	}
	
	.qytd .content .ivu-card .ivu-card-body h3 {
		text-align: center;
		color: #00A0E9;
		font-weight: 800;
		padding: 10px 0;
		font-size: 18px;
	}
	
	.qytd .content .ivu-card .ivu-card-body h4 {
		text-align: center;
		color: #00A0E9;
		font-weight: 600;
		padding: 5px 0;
		font-size: 16px;
	}
	
	.qytd .content .ivu-card .ivu-card-body p {
		font-size: 16px;
		font-family: "微软雅黑";
		font-weight: 400;
		color: #666;
		line-height: 1.5;
		padding: 10px 0;
	}
	/*关于我们页面---CSS -----End------------------------------------------------------------------------*/
	/*加入我们页面---CSS -----Start------------------------------------------------------------------------*/
	
	.joinUs {
		background: white;
	}
	
	.joinUs .content {
		padding-top: 30px;
	}
	
	ul.joinUs_list {
		padding: 40px 0;
	}
	
	ul.joinUs_list:nth-of-type(even) {
		background: url(../pcimages/product_bg1.png) no-repeat left top #FFFFFF;
	}
	
	ul.joinUs_list:nth-of-type(odd) {
		background: rgba(247, 251, 253, 1);
	}
	
	ul.joinUs_list>li {
		max-width: 1000px;
		margin: 0 auto;
	}
	
	ul.joinUs_list li h3 p {
		color: rgb(81, 90, 110);
		line-height: 36px;
		font-size: 20px;
	}
	
	ul.joinUs_list li h3 span {
		padding: 10px 40px 10px 0;
		display: inline-block;
	}
	
	ul.joinUs_list li h3 span .ivu-icon {
		color: rgba(0, 160, 233, 1);
		padding-right: 10px;
		font-size: 18px;
	}
	
	ul.joinUs_list li ol {
		list-style: decimal inside;
	}
	
	ul.joinUs_list li h4 {
		font-size: 16px;
		padding-top: 10px;
	}
	
	ul.joinUs_list li ol li {
		line-height: 28px;
		text-indent: 2em;
		font-size: 14px;
	}
	
	ul.joinUs_list.email {
		background: white;
	}
	
	ul.joinUs_list.email li h3 p {
		color: rgba(0, 160, 233, 1);
	}
	
	ul.joinUs_list.email li h3 .ivu-icon {
		font-size: 30px;
	}
	/*加入我们页面---CSS -----End------------------------------------------------------------------------*/
	/*奥云输入法下载-----------Start---------------------------------------------------------*/
	
	.Inputting {
		background: #FFFFFF;
	}
	
	.Inputting .content {
		max-width: 1300px;
		padding: 90px 0 120px 0;
		margin: 0 auto;
		font-family: "微软雅黑";
	}
	
	.Inputting .content .ivu-col-span-8 {
		text-align: center;
	}
	
	.input_qrcode .content .ivu-col-span-5 h3,
	.input_qrcode .content .ivu-col-span-9 h3,
	.Inputting .content .ivu-col-span-8 h3 {
		padding-top: 10px;
		font-size: 22px;
		font-weight: normal;
		line-height: 2;
		color: #515666;
	}
	
	.input_qrcode .content .ivu-col-span-9 p,
	.Inputting .content .ivu-col-span-8 p {
		font-size: 18px;
		letter-spacing: 2px;
		color: #92959D;
		line-height: 3;
		height: 40px;
	}
	
	.input_qrcode .content .ivu-col-span-9 a,
	.Inputting .content .ivu-col-span-8 a {
		width: 280px;
		display: inline-block;
		background: #00a0e9;
		border: 0;
		border-radius: 4px;
		color: white;
		line-height: 2;
		font-size: 18px;
	}
	/*二维码*/
	
	.input_qrcode {
		background: #F8F8F8;
	}
	
	.input_qrcode .content {
		padding: 50px 0 20px 0;
		max-width: 1300px;
		margin: 0 auto;
	}
	
	.input_qrcode .content .ivu-col-span-10,
	.input_qrcode .content .ivu-col-span-9 {
		text-align: center;
	}
	
	.input_qrcode .content .ivu-col-span-9 {
		padding-top: 60px;
	}
	
	.input_qrcode .content .ivu-col-span-5 {
		padding-top: 100px;
	}
	
	.input_qrcode .content .ivu-col-span-5 h3 {
		width: 136px;
		text-align: center;
		padding: 0;
	}
	/*字体下载*/
	
	.font_download {
		background: #F8F8F8;
	}
	
	.font_download .content {
		padding: 70px 0 60px 0;
		max-width: 1300px;
		margin: 0 auto;
	}
	
	.font_download .content .ivu-row-flex {
		padding-bottom: 50px;
	}
	
	.font_download .content .ivu-card {
		width: 31%;
	}
	
	.font_download .content .ivu-card-bordered {
		border: 1px solid #D9E9FE;
		border-color: #D9E9FE;
	}
	
	.font_download .content .ivu-card.more .ivu-card-body {
		flex-flow: column;
		text-align: center;
	}
	
	.font_download .content .ivu-card.more .ivu-card-body div {
		padding: 0;
	}
	
	.font_download .content .ivu-card.more .ivu-card-body div p {
		color: #92959D;
		font-size: 16px;
		padding-top: 20px;
	}
	
	.font_download .content .ivu-card:hover .ivu-card-body div h3 {
		color: #00A0E9;
	}
	
	.font_download .content .ivu-card .ivu-card-body {
		display: inline-flex;
		padding: 30px;
		width: 100%;
	}
	
	.font_download .content .ivu-card .ivu-card-body img {
		align-self: center;
	}
	
	.font_download .content .ivu-card .ivu-card-body div {
		padding-left: 30px;
	}
	
	.font_download .content .ivu-card .ivu-card-body div h3 {
		color: #515666;
		font-size: 22px;
		line-height: 1.5;
		font-weight: normal;
	}
	
	.font_download .content .ivu-card .ivu-card-body div p {
		color: #92959D;
		font-size: 18px;
		line-height: 2;
	}
	
	.font_download .content .ivu-card .ivu-card-body div a {
		color: white;
		font-size: 18px;
		line-height: 2;
		background: #00A0E9;
		border-radius: 4px;
		display: inline-block;
		padding: 0 27px;
	}
	
	.Inputting .content a:hover,
	.font_download .content a:hover,
	.input_qrcode .content a:hover {
		background: #3bbbf9;
	}
	/*奥云输入法下载-----------Start---------------------------------------------------------*/
	
@media screen and (max-width: 1024px){
	/** 头部 **/
		.ivu-layout-header{
			padding: 0;
		}
		.ivu-layout-header .ivu-menu{
			    right: 20px;
		}
}