.video{
    margin: 1rem auto!important;
    width: 51.2rem;
}
.video-js{
    width: 64rem!important;
    height: 36rem!important;  
}
.max960 .video-js{
    width: 100vw!important;
    height: 56.25vw!important;  
}
.video_cover{
    position: relative;
}
.video_cover img{
    display: block!important;
}
.video_cover::after{
    position: absolute;
    content:' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0002;
}
.video_cover::before{
    position: absolute;
    content:' ';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: url(/static/index/images/play_icon.png);
    background-size: 3.85rem 3.85rem;
    background-position: center;
    background-repeat: no-repeat;
}

.wait_play video::-webkit-progress-value {
    display: none;
}
.wait_play video::-moz-progress-bar {
    display: none;
}
.wait_play video::-ms-fill {
    display: none;
}
.wait_play video::-webkit-play-progress {
    display: none;
}
.vjs-playing.vjs-control, .vjs-paused.vjs-control{
    top: -36rem;
    left: 0;
    transform: translateY(100%);
    font-size: 0;
}
.max960 .vjs-playing.vjs-control, .max960 .vjs-paused.vjs-control{
    top: -49vw;
    left: 50vw;
    transform: translateX(-50%);
    font-size: 0;
}
.vjs-playing.vjs-control span, .vjs-paused.vjs-control span{
    transform: translateX(0);
    font-size: 5rem;
    width: 64rem;
    height: 36rem;  
	background-color: #0001
}
.max960 .vjs-playing.vjs-control span, .max960 .vjs-paused.vjs-control span{
    transform: translateX(-50%);
    font-size: 5rem;
    width: 100vw;
    height: 56.25vw;  
	background-color: #0001
}
.vjs-playing.vjs-control span::before, .vjs-paused.vjs-control span::before{
    top: 14rem!important;
}
.max960 .vjs-playing.vjs-control span::before, .max960 .vjs-paused.vjs-control span::before{
    top: 6.25rem!important;
}
.video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: "\f101";
    font-size: 5rem;
}
.video-js .vjs-big-play-button, .video-js .vjs-big-play-button {
    border: none!important;
    background-color: #0001!important;
    transition: all 0s;
    font-size: 5rem!important;
    width: 64rem!important;
    height: 36rem!important;
	border-radius:0!important;
    top: 0!important;
    left: 0!important;
    margin-top: 0!important;
    margin-left: 0!important;
	transition: all 0s!important;
}
.max960 .video-js .vjs-big-play-button, .max960 .video-js .vjs-big-play-button {
    border: none!important;
    background-color: #0001!important;
    transition: all 0s;
    font-size: 5rem!important;
    width: 100vw!important;
    height: 56.25vw!important;
	border-radius:0!important;
    top: 19%!important;
    left: 20%!important;
    margin-top: -0.81666em!important;
    margin-left: -1.5em!important;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder::before, .video-js .vjs-big-play-button .vjs-icon-placeholder::before {    
    top: 14.25rem!important;
}
.max960 .video-js .vjs-big-play-button .vjs-icon-placeholder::before, .max960 .video-js .vjs-big-play-button .vjs-icon-placeholder::before {    
    top: 7.25rem!important;
}
.video-js .vjs-picture-in-picture-control{
	display:none;
}
.materialDetails .banner {
	width:100%;    
	height: 37.5vw;
    margin: 5.5rem auto -.4rem;
    position: relative;
}
.materialDetails .banner {
	width:100%;
}
.materialDetails .banner > img {
	width:100%;
}
.mainContent {
	position:relative;
	overflow:hidden;
	width:100%;
	font-size:1rem;
	font-family:"Source Han Sans CN Normal";
}
.richtext p {
	overflow:hidden;
}
.richtext table {
	background-color:transparent !important;
	margin:0 auto;
	min-width:70%;
}
.richtext table tr td {
	width:9.2rem;
	max-width:9.2rem;
	padding:0.2rem;
	padding-left:0.5rem;
}
.partContent .richtext table tr td,.partContent .richtext table tr td pre {
	font-size:0.7rem !important;
	border-right:unset !important;
}
.richtext table tr {
	background-color:#e9eaea !important;
	height:unset;
}
.richtext table tbody tr:nth-child(2n) {
	background:#fff;
}
.richtext table tr td:first-child {
	width:8.8rem;
	max-width:8.8rem;
	position:relative;
	padding-left:1.5rem;
}
.richtext table tr td:first-child:after {
	height:1.2rem;
	width:0.2rem;
	display:block;
	content:'';
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
	background-color:#c0c1c1;
}
/* .richtext table tr {
	background-color:#e9eaea;
}
*/

.partBox {
	width:100%;
	padding:5.2rem 0;
	background:#fff;
	box-sizing:border-box;
}
.partBox:nth-child(2n+1) {
	background:#f9fafa;
}
.partBox .richtext table tr {
	border-bottom:0.3rem solid #fff;
}
.partBox:nth-child(2n+1) .richtext table tr {
	border-bottom:0.3rem solid #f9fafa;
}
.partContent {
	width:64rem;
	margin:0 auto;
}
.partContent .colorsImg {
	margin-top:2rem;
	height:6.8rem;
}
.typeImg {
	height:3.7rem;
}
.cases {
	display:flex;
	justify-content:space-between;
}
/*.buttonDemand {
	*/
/*    display:inline-block;
	!* 或者 flex *!*/
/*    padding:0.5rem 1rem;
	*/
/*    border:solid 1px #ccc;
	*/
/*    background-color:#f5f5f5;
	*/
/*    color:#333;
	*/
/*    text-decoration:none;
	*/
/*    cursor:pointer;
	*/
/*
}
*/

@media screen and (max-width:48rem) {
	.cases {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.cases .partHalf {
	width:100%;
	max-width:100%
}
.introtuction {
	display:flex;
	align-items:center;
	justify-content:space-around;
}
.cases .partHalf .contentMain >p {
	display:flex;
	align-items:center;
	justify-content:center;
}
}.caseImg {
	width:18rem;
	height:10.15rem;
}
.system_item {
	width:10rem;
	height:11rem;
	padding-top:1rem;
	box-sizing:border-box;
	text-align:center;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
.system_item_img {
	width:9rem;
	height:8rem;
	display:flex;
	justify-content:center;
	flex-direction:column;
	align-items:center;
}
.system_item:nth-child(1) .systemImg {
	width:5.7rem;
	height:5.7rem;
}
.system_item:nth-child(2) .systemImg {
	width:5.55rem;
	height:5.5rem;
}
.system_item:nth-child(3) .systemImg {
	width:5.55rem;
	height:4.6rem;
}
.system_item:nth-child(4) .systemImg {
	width:6.1rem;
	height:2.55rem;
}
.system_item:nth-child(5) .systemImg {
	width:6.45rem;
	height:1.85rem;
}
.mainImg {
	width:60rem;
}
.tooth_type {
	margin-top:2rem;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.tooth_item {
	text-align:center;
}
.system_type {
	width:30rem;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}
.partContent pre {
	font-size:1rem;
	font-family:"Source Han Sans CN Normal";
	text-align:center;
}
.buttonDemand {
	background-color:#0052a2;
	border:none;
	border-radius:0.6rem;
	/*box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.2);
	*/
    color:white;
	cursor:pointer;
	padding:0.5rem 2.9rem;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:0.7rem;
	font-weight:bold;
	/*width:11rem;
	*/
    /*height:2.8rem;
	*/
}
.buttonDemand:hover {
	background-color:#558bc0;
	border:none;
	border-radius:0.6rem;
	/*box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.2);
	*/
    color:white;
	cursor:pointer;
	padding:0.5rem 2.9rem;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:0.7rem;
	font-weight:bold;
	/*width:11rem;
	*/
    /*height:2.8rem;
	*/
}
/*.buttonDemand:visited {
	*/
/*    background-color:#558bc0;
	*/
/*    border:none;
	*/
/*    border-radius:0.6rem;
	*/
/*    !*box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.2);
	*!*/
/*    color:white;
	*/
/*    cursor:pointer;
	*/
/*    padding:0.5rem 2.9rem;
	*/
/*    text-align:center;
	*/
/*    text-decoration:none;
	*/
/*    display:inline-block;
	*/
/*    font-size:0.7rem;
	*/
/*    font-weight:bold;
	*/
/*    !*width:11rem;
	*!*/
/*    !*height:2.8rem;
	*!*/
/*
}
*/
.buttonDemand2 {
	background-color:#fff;
	/*border:none;
	*/
    border:solid;
	/* 定义边框样式为实线 */
    border-width:0.05rem;
	/* 定义边框宽度为2像素 */
    border-color:#0052a2;
	/* 定义边框颜色为红色 */
    border-radius:0.6rem;
	/*box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.2);
	*/
    color:#0052a2;
	cursor:pointer;
	padding:0.5rem 0.65rem;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:0.7rem;
	font-weight:bold;
	width:7rem;
	
    /*height:2.8rem;
	*/
}
.buttonDemand2:hover {
	background-color:#558bc0;
	/*border:none;
	*/
    border:solid;
	/* 定义边框样式为实线 */
    border-width:0.05rem;
	/* 定义边框宽度为2像素 */
    border-color:#fff;
	/* 定义边框颜色为红色 */
    border-radius:0.6rem;
	/*box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.2);
	*/
    color:#fff;
	cursor:pointer;
	padding:0.5rem 0.65rem;
	text-align:center;
	text-decoration:none;
	display:inline-block;
	font-size:0.7rem;
	font-weight:bold;
	/*width:11rem;
	*/
    /*height:2.8rem;
	*/
}
/*.buttonDemand2:visited {
	*/
/*    background-color:#558bc0;
	*/
/*    !*border:none;
	*!*/
/*    border:solid;
	!* 定义边框样式为实线 *!*/
/*    border-width:0.05rem;
	!* 定义边框宽度为2像素 *!*/
/*    border-color:#0052a2;
	!* 定义边框颜色为红色 *!*/
/*    border-radius:0.6rem;
	*/
/*    !*box-shadow:0 0.1rem 0.2rem rgba(0,0,0,0.2);
	*!*/
/*    color:#0052a2;
	*/
/*    cursor:pointer;
	*/
/*    padding:0.5rem 0.65rem;
	*/
/*    text-align:center;
	*/
/*    text-decoration:none;
	*/
/*    display:inline-block;
	*/
/*    font-size:0.7rem;
	*/
/*    font-weight:bold;
	*/
/*    !*width:11rem;
	*!*/
/*    !*height:2.8rem;
	*!*/
/*
}
*/

.partContent .content_text pre {
	font-size:1rem !important;
	font-family:"Source Han Sans CN Normal" !important;
	text-align:left;
	background-color:transparent !important;
	color:inherit !important;
}
.contentMain {
	margin-top:3.1rem;
	line-height:2rem;
}
.contentMain.flex-start {
	justify-content:flex-start;
}
.contentMain.flex-start .tooth_item {
	margin-right:1.5rem;
}
.banner h1 {
	font-size:2.2rem;
	font-family:"Source Han Sans CN Medium";
	font-weight:normal;
	font-style:italic;
	position:absolute;
	width:100%;
	text-align:center;
	top:4rem;
}
.banner p {
	font-size:1rem;
	font-family:"Source Han Sans CN Normal";
	font-weight:normal;
	position:absolute;
	width:100%;
	text-align:center;
	top:7rem;
}
h4 {
	font-size:1.6rem;
	font-family:"Source Han Sans CN Medium";
	font-weight:normal;
	white-space:nowrap;
}
table {
	background:#e9eaea;
	font-weight:normal;
	border-collapse:collapse;
}
.partContent table td pre {
	white-space:normal;
	text-align:left;
}
thead tr {
	min-height:2.8rem;
	height:2.8rem;
}
tbody tr {
	min-height:2.8rem;
	height:2.8rem;
}
tbody tr:nth-child(2n) {
	/*min-height:4.1rem;
	*/
    /*height:4.1rem;
	*/
    background:#fff;
}
table th,table td {
	border:none;
	box-sizing:border-box;
	padding:0 0.9rem;
	width:13.75rem;
}
table td sup {
	font-size:0.6rem;
	position:relative;
	top:0.09rem;
}
table td:first-child {
	border-right:0.2rem solid #e0e1e1;
}
tbody tr:nth-child(2n) td:first-child {
	border-right:0.2rem solid #e9eaea;
}
.partTable {
	width:27.5rem;
}
.partHalf {
	min-width:30rem;
	max-width:30rem;
}
/*.partHalf:first-child {
	*/
/*    max-width:30rem;
	*/
/*
}
*/

.partSystem {
	width:30rem
}
.materialDetails-mainbox5Inner {
	display:flex;
}
.materialDetails-mainbox5 {
	padding-bottom:4.6rem;
}
.mainbox1-top a {
	color:#7f7f7f;
	font-size:0.9rem;
	text-decoration:none;
	font-family:"Source Han Sans CN Regular";
}
.mainbox1-top a.current {
	color:#0052a2;
}
.mainbox1-topTitle {
	text-align:center;
}
.mainbox1-topTitle h2 {
	font-size:2.5rem;
	font-family:Source Han Sans CN Medium;
	font-weight:500;
	color:#000000;
	line-height:2.5rem;
	cursor:pointer;
	margin-bottom:0.5rem;
	margin-top:3rem;
	margin-bottom:1rem;
}
.mainbox1-topTitle p {
	width:24.1rem;
	margin:0 auto;
}
.mainbox1-topContent {
	width:65rem;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	margin-top:3.5rem;
	padding-bottom:2rem;
}
.mainbox1-topContentItem {
	width:15.75rem;
	border:2px solid #9e9e9e;
	border-radius:0.5rem;
	padding:0.6rem 1rem;
	margin-bottom:2.5rem;
	margin-right:5.5rem;
}
.mainbox1-topContentItem:nth-child(3n) {
	margin-right:0;
}
.mainbox1-topContentItem h2 {
	text-align:center;
}
/**

浮窗

**/


/**手机**/


.topMenu .menuBottom button {
	text-align:center;
}
.topMenu .menuBottom span {
	font-size:1.8rem;
	font-family:"Source Han Sans CN Medium";
	font-weight:600;
}
.topMenu .menuBottom img {
	display:inline-block;
	position:relative;
	top:0.25rem;
	height:2rem;
	width:2rem;
}
.menuBottom a {
	display:block;
	width:8.75rem;
	height:3.45rem;
	border-radius:2rem;
	line-height:3.45rem;
	text-align:center;
	color:#f5f5f5;
	background-color:#0052a2;
	font-size:1.5rem;
	font-family:Source Han Sans CN Medium;
}
.topMenu {
	width:100vw;
	background-color:rgba(16,23,41,0.88);
	height:5.5rem;
	display:flex;
	justify-content:space-between;
	padding:1.55rem;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	box-sizing:border-box;
}
.topMenu img {
	display:block;
    width: 10.8rem;
    height: 2.7rem;
}
.imgTop {
	background-image:url("/static/index/images/logoEn.png");
	background-size:6.75rem 2rem;
	background-repeat:no-repeat;
	background-position:center;
}
.topMenu .caidan {
	font-size:2.3rem;
	color:#fff;
}
.menuListInner {
	overflow:auto;
	height:calc(100vh - 15.5rem);
}
.menuList {
	padding:0 2.5rem;
}
.ToHomePage {
	height:7rem;
	line-height:7rem;
}
.menuList .van-collapse {
	display:flex;
	flex-direction:column;
	/* padding:2.7rem 2.6rem;
	*/
}
.menuList > a h3 {
	font-size:1.8rem;
	color:#0052a2;
	border-bottom:0.1rem solid #f5f5f5;
}
.menuList .van-cell {
	padding:0;
}
.menuList .van-collapse-item__content {
	position:relative;
	top:-0.5rem;
	padding:0;
}
.menuList .van-collapse > div > a {
	display:block;
	font-size:1.5rem;
	color:#020202;
	font-family:"Source Han Sans CN Medium";
	height:5.4rem;
	line-height:5.4rem;
}
.menuList .van-cell::after {
	border-bottom:0rem solid #ebedf0 !important;
}
.menuList .van-collapse-item--border::after {
	border-top:0 solid #ebedf0 !important;
}
.menuItem .menuBox {
	padding-left:1.5rem;
}
.menuItem .menuBox li {
	font-size:1.2rem;
	color:#000000;
	font-family:"Source Han Sans CN Light";
	/* font-weight:600;
	*/
    height:3rem;
	line-height:3rem;
	white-space:nowrap;
}
.menuBox1 {
	display:flex;
}
.menuItem .menuBox1 .menuBox1Lfet {
	margin-right:4rem;
}
.menuBottom {
	width:100%;
	box-shadow:0rem 0rem 0.5rem #888888;
	padding:2.5rem 2.65rem;
	position:absolute;
	bottom:0;
	display:flex;
	justify-content:space-between;
	z-index:999;
	background-color:#fff;
	box-sizing:border-box;
}
.menuBottom span {
	font-size:1.8rem;
	color:#020202;
	font-family:"Source Han Sans CN Medium";
	line-height:4rem;
}
.menuBottom button {
	display:block;
	width:8.75rem;
	height:3.45rem;
	border-radius:2rem;
	color:#f5f5f5;
	background-color:#0052a2;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Medium";
}
.menuListInner .van-cell .van-cell__title {
	height:5.4rem;
	line-height:5.4rem;
}
.menuListInner .van-cell .van-cell__title span {
	font-size:1.5rem;
	color:#020202;
	font-family:"Source Han Sans CN Medium";
}
.menuListInner .van-cell > i {
	color:#020202;
	font-weight:600;
}
.menuListInner .van-cell__left-icon,.menuListInner .van-cell__right-icon {
	line-height:5.4rem;
}
/*}*/

.selectLanguage {
	padding:0 6.25rem;
	box-sizing:border-box;
	background-color:#f7f7f7;
	overflow:hidden;
}
.languageTitle {
	padding-top:2rem;
	font-size:1.5rem;
	line-height:5rem;
	font-family:"Source Han Sans CN Bold";
}
.languageBox {
	display:flex;
	flex-wrap:wrap;
	padding-bottom:3rem;
}
.languageItem {
	font-family:"Source Han Sans CN Light";
	font-size:1rem;
	line-height:3rem;
	color:#808080;
	width:16.5rem;
}
.languageItem a {
	color:inherit;
	text-decoration:none;
}
.languageItem a:hover {
	color:#333333;
	text-decoration:underline;
}
.languageItem.current {
	color:#333333;
	text-decoration:none;
	font-family:"Source Han Sans CN Normal";
}
.languageItem.current::before {
	content:"> ";
	font-family:"Source Han Sans CN Normal";
	color:#c7000b;
}
.contactInformation .el-drawer {
	background-color:transparent;
}
.contactInformation .menuListInner1 {
	margin-bottom:6.5rem;
}
.contactInformation .contactInformation-top .el-input__inner {
	height:4.3rem;
	line-height:4.3rem;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Normal";
	border:1px solid #E4E4E4;
}
.contactInformation .el-input__inner::placeholder {
	color:#999999;
}
.contactInformation .el-icon-search:before {
	content:' ';
	background-image:url("/static/index/images/search.png");
	background-repeat:no-repeat;
	width:1.4rem;
	height:1.35rem;
	background-size:contain;
	display:block;
	position:absolute;
	top:1.3rem;
	right:0.75rem;
}
.contactInformation .van-collapse {
	border-top:0.1rem solid #e4e4e4;
}
.contactInformation .van-cell {
	padding:2.25rem 0 0;
	height:6.25rem;
	line-height:4rem;
	background:transparent;
}
.contactInformation .van-collapse-item--border::after,.contactInformation .van-cell::after {
	left:0;
	right:0;
	border-bottom:0.1rem solid #e4e4e4;
}
.contactInformation .van-cell__title span {
	font-size:1.5rem;
	font-family:"Source Han Sans CN Medium";
}
.contactInformation .van-icon.van-icon-arrow.van-cell__right-icon {
	line-height:4rem;
}
.contactInformation .van-collapse-item__content {
	background:transparent;
}
.contactInformation .van-collapse-item__content p {
	font-size:1.5rem;
	font-family:"Source Han Sans CN Light";
}
.contactInformation {
	padding:2.6rem 2.1rem 3.5rem;
	background-color:#f9fcfd;
}
.contactInformation-top {
	margin-bottom:3rem;
}
.mainBox {
	display:flex;
	flex-direction:column;
	margin-bottom:2.85rem;
}
.mainBox .mainBox-title {
	font-size:1.5rem;
	font-family:"Source Han Sans CN Medium";
	color:#000000;
	margin-bottom:1rem;
}
.mainBox .mainBox-test {
	font-size:1.5rem;
	font-family:"Source Han Sans CN Regular";
	color:#5d5d5f;
}
.mainBoxList {
	display:flex;
	justify-content:space-between;
}
.erweimaList {
	display:flex;
	justify-content:center;
}
.erweimaBox {
	padding:0.9rem 0.7rem;
	text-align:center;
	display:flex;
	flex-direction:column;
	margin-right:1rem;
}
.erweimaBox:last-child {
	margin-right:0;
}
.erweimaBox img {
	display:block;
	width:10rem;
	height:10rem;
	margin-bottom:1rem;
}
.erweimaBox span {
	font-size:1.1rem;
	font-family:"Source Han Sans CN Regular";
	color:#5d5d5f;
}
.imgBox {
	margin-top:3.5rem;
	padding:0 4rem;
	display:flex;
	justify-content:space-between;
}
.imgBox img {
	display:block;
	width:3.7rem;
	height:3.75rem;
}
.contactUS-form {
	}.contactUS-form .van-cell-group {
	background-color:transparent;
	position:relative;
	border-radius:0;
	margin-bottom:7rem;
}
.contactUS-form .van-cell {
	background-color:transparent;
	color:#1f1e1e;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Medium";
	padding:1rem 0;
}
.contactUS-form .van-hairline--top-bottom::after {
	border-top:0;
}
.contactUS-form .van-button--primary {
	display:block;
	height:4.4rem;
	background-color:#077aff;
	border:0;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Normal";
	color:#ffffff;
}
.bottomBtn {
	display:flex;
	justify-content:space-between;
}
.bottomBtn button.demand {
	flex:1;
	display:block;
	width:15.75rem;
	height:4.3rem;
	background-color:transparent;
	border:1px solid #000;
	border-radius:0.25rem;
	color:#aeafb5;
	font-size:1.5rem;
	margin-right:1rem;
	font-family:"Source Han Sans CN Normal";
}
.bottomBtn button.online {
	flex:1;
	display:block;
	width:15.75rem;
	height:4.3rem;
	background-color:#00418f;
	border-radius:0.25rem;
	color:#fff;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Normal";
}
.homeFooterMobile {
	padding:2.45rem 0 2.95rem;
	background-color:#101729;
	text-align:center;
}
.homeFooterMobile .homeFooter-top {
	width:33.5rem;
	margin:0 auto;
	display:flex;
	flex-direction:column;
	padding:0;
}
.homeFooterMobile p {
	font-size:1.1rem;
	font-family:"Source Han Sans CN Regular";
	color:#bcbcc9;
}
.emailUsBoxMobile {
	cursor:default;
	position:absolute;
	top:0;
	right:0;
	width:100vw;
	height:100vh;
	background:#f7fbfe;
	box-sizing:border-box;
}
.emailUsBoxMobile .emailUsBox-form {
	padding:3.5rem 2rem 2rem;
	box-sizing:border-box;
}
.emailUsBoxMobile .emailUsBox-form .required {
	position:relative;
	background-color:#ffffff;
	height:5.5rem;
	width:33.5rem;
	border-radius:0.2rem;
	overflow:hidden;
	margin-bottom:1.5rem;
}
.emailUsBoxMobile .emailUsBox-form .required .placeholder {
	position:absolute;
	color:#9c9c9c;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Normal";
	height:5.5rem;
	line-height:5.5rem;
	padding-left:1.25rem;
}
.emailUsBoxMobile .emailUsBox-form .required .placeholder span {
	content:'*';
	color:red;
}
.emailUsBoxMobile .emailUsBox-form .required .el-input {
	z-index:1;
	background-color:transparent;
}
.emailUsBoxMobile .emailUsBox-form .required .el-input .el-input__inner {
	background-color:transparent;
	box-sizing:border-box;
	height:5.5rem;
	line-height:5.5rem;
	font-size:1.5rem;
	padding-left:1.25rem;
	font-family:"Source Han Sans CN Normal";
	width:33.5rem;
}
.emailUsBoxMobile .emailUsBox-form .el-textarea {
	margin-bottom:2rem;
}
.emailUsBoxMobile .emailUsBox-form .el-textarea .el-textarea__inner {
	padding:1.25rem;
	box-sizing:border-box;
	height:15rem;
	line-height:3rem;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Normal";
	width:33.5rem;
	/*color:#9c9c9c;
	*/
}
.emailUsBoxMobile .emailUsBox-form .el-textarea .el-textarea__inner::placeholder {
	color:#9c9c9c;
}
.emailUsBoxMobile .emailUsBox-bottom {
	text-align:center;
	height:4.25rem;
	width:33.5rem;
}
.emailUsBoxMobile .emailUsBox-bottom span {
	margin:0 auto;
	display:block;
	width:33.5rem;
	height:4.25rem;
	background:#0052a2;
	border-radius:0.4rem;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Regular";
	font-weight:400;
	color:#ffffff;
	line-height:4.25rem;
}
.onlineBox-form {
	height:calc(100vh - 20.25rem);
}
.msgContent img {
	max-width:calc(100% - 1rem);
}
.onlineBoxMobile,.emailUsBoxMobile .emailUsBox {
	cursor:default;
	position:absolute;
	top:0;
	right:0;
	width:100vw;
	height:100vh;
	background:#f7fbfe;
	box-sizing:border-box;
}
.onlineBoxMobile {
	}.onlineBoxMobile .onlineBox-top,.emailUsBoxMobile  .emailUsBox-top {
	width:100vw;
	height:9rem;
	background:#000000;
	text-align:left;
	padding:0 1.2rem;
	box-sizing:border-box;
	position:relative;
}
.onlineBoxMobile .onlineBox-top .close-btn,.emailUsBoxMobile  .emailUsBox-top .close-btn {
	position:absolute;
	cursor:pointer;
	top:3rem;
	right:3rem;
	width:2.5rem;
	height:2.5rem;
	font-size:2.5rem;
	text-align:center;
	line-height:2.5rem;
	font-family:"Source Han Sans CN ExtraLight";
	color:#ffffff;
}
.onlineBoxMobile .emailUsBox-top span {
	font-size:1.5rem;
	font-family:"Source Han Sans CN Medium";
	font-weight:500;
	color:#ffffff;
	line-height:4.6rem;
	text-align:left;
}
.onlineBoxMobile .onlineBox-top div {
	font-size:2.5rem;
	font-family:"Source Han Sans CN Bold";
	font-weight:600;
	color:#ffffff;
	line-height:5rem;
	padding-left:1rem;
	text-align:left;
}
.onlineBoxMobile .onlineBox-top .onlineStatus {
	font-size:1.8rem;
	line-height:3.5rem;
	font-family:"Source Han Sans CN Light";
	padding-left:3.5rem;
}
.onlineBoxMobile .onlineBox-top .onlineStatus::before {
	margin-top:0.8rem;
	font-size:1.4rem;
	display:inline-block;
	line-height:5rem;
	content:" ";
	width:1.4rem;
	height:1.4rem;
	border-radius:1.4rem;
	background:#4ed531;
	left:2.25rem;
	top:5.3rem;
	position:absolute;
	margin-right:0.5rem;
}
.onlineBoxMobile .emailUsBox-form,.onlineBox-form {
	padding:0.6rem 0.95rem 1.8rem;
	box-sizing:border-box;
}
.onlineBoxMobile .onlineBox-form {
	padding:0.6rem 0 1.8rem;
	box-sizing:border-box;
	background:#e5e5e5;
}
.onlineBoxMobile .onlineBox-form .el-input__inner {
	font-size:1.5rem;
	height:5rem;
	border:none;
}
.onlineBoxMobile .emailUsBox-form .el-input {
	margin-bottom:1rem;
}
.onlineBoxMobile .onlineBox-form .el-input {
	margin-bottom:0.5rem;
}
.onlineBoxMobile .onlineBox-bottom {
	position:absolute;
	bottom:0;
	width:33.5rem;
	margin:0 auto;
	background:#ffffff;
	height:11.25rem;
}
.emailUsBoxMobile  .emailUsBox-bottom,.onlineBoxMobile onlineBox-bottom {
	margin-top:1.1rem;
	text-align:center;
}
.emailUsBoxMobile .emailUsBox-bottom span,.onlineBoxMobile onlineBox-bottom span {
	margin:0 auto;
	display:block;
	width:15rem;
	height:2.8rem;
	background:#0052a2;
	border-radius:0.4rem 0.4rem 0.4rem 0.4rem;
	font-size:1.5rem;
	font-family:"Source Han Sans CN Regular";
	font-weight:400;
	color:#ffffff;
	line-height:2.8rem;
}
.onlineBoxMobile .online-btn {
	display:flex;
	padding:0.5rem 0.75rem;
	width:6rem;
	justify-content:space-between;
}
.onlineBoxMobile .online-btn .face {
	background-image:url("/static/index/images/face.png");
	background-size:contain;
	width:2rem;
	height:2rem;
	cursor:pointer;
}
.onlineBoxMobile .online-btn .file {
	background-image:url("/static/index/images/file.png");
	background-size:contain;
	width:1.8rem;
	height:2rem;
	cursor:pointer;
}
.onlineBoxMobile .emoji {
	width:100%;
	height:20rem;
	position:absolute;
	bottom:11.25rem;
	background:#ffffff;
	font-size:2.7rem;
	border-bottom:0.05rem solid #7d7f8b44;
	box-sizing:border-box;
}
.onlineBoxMobile .emojiType {
	height:4rem;
	width:100%;
	display:flex;
	justify-content:space-around;
}
.onlineBoxMobile .emojiBox {
	height:16rem;
	overflow-y:auto;
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.onlineBoxMobile .emojiBox div {
	width:5rem;
}
.onlineBoxMobile .msgBox {
	box-sizing:border-box;
	padding:0.5rem;
	height:100%;
	overflow-y:auto;
}
.onlineBoxMobile .msgTime {
	font-family:"Source Han Sans CN Normal";
	font-size:1.4rem;
	width:100%;
	text-align:center;
}
.onlineBoxMobile .msgContent {
	margin-top:0.5rem;
	margin-bottom:1.5rem;
	padding:1rem;
	max-width:60%;
	width:fit-content;
	background-color:#1e1d1d24;
	font-family:"Source Han Sans CN Normal";
	border-radius:0.5rem;
	font-size:1.4rem;
	line-break:anywhere;
}
.onlineBoxMobile .left {
	display:flex;
	width:100%;
	justify-content:left;
}
.onlineBoxMobile .right {
	display:flex;
	width:100%;
	justify-content:right;
}
.onlineBoxMobile .left .msgContent {
	text-align:left;
}
.onlineBoxMobile .right .msgContent {
	text-align:right;
}
.onlineBoxMobile .msgContent .el-image {
	display:block;
}
#demandMobile {
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#0b0f1bE2;
	padding:1.5rem 0;
}
#demandMobile .demand_top {
	width:100vw;
	color:#44495d;
	font-size:2.2rem;
	text-align:right;
	font-family:"Source Han Sans CN Medium";
}
#demandMobile .demand_main {
	width:100vw;
}
#demandMobile .demand_main   h1 {
	line-height:2.75rem;
	font-size:1.65rem;
}
#demandMobile .demand_main   i {
	line-height:2.75rem;
	font-size:1.2rem;
}
#demandMobile   .el-textarea__inner {
	background-color:transparent;
	height:10.75rem;
	font-size:1rem;
}
#demandMobile   .el-textarea__inner {
	color:#d2d7de;
}
#demandMobile   .el-textarea__inner::placeholder {
	color:#d2d7deaa;
}
#demandMobile   .el-textarea__inner:focus {
	outline:0;
	border-color:#d2d7de;
}
#demandMobile   .bottom_button {
	width:100%;
	display:flex;
	padding:3.5rem 0;
}
#demandMobile   .bottom_button .el-button {
	font-size:1.5rem;
	background-color:#4186c9;
	border:none;
	padding:0.75rem 2rem;
	margin:0 auto;
}
#demandMobile   .bottom_button .el-button:hover {
	background-color:#0052a2;
}
#demandMobile #demand_product {
	padding:2.5rem 0;
	color:#d2d7de;
	width:33.5rem;
	margin:0 auto;
}
#demandMobile #demand_product * {
	color:#d2d7de;
}
#demandMobile #demand_product h1 {
	font-family:"Source Han Sans CN Medium";
	font-size:1.65rem;
	font-weight:normal;
}
#demandMobile #demand_product i {
	font-family:"Source Han Sans CN Medium";
	font-size:1.5rem;
	font-weight:normal;
	font-style:italic;
}
#demandMobile .product_list {
	width:34.5rem;
	display:flex;
	flex-wrap:wrap;
}
#demandMobile .flexBox {
	flex:1;
}
#demandMobile .product_item {
	flex:1;
	box-sizing:border-box;
	height:3rem;
	line-height:3rem;
	font-size:1.2rem;
	text-align:center;
	white-space:nowrap;
	padding:0 1rem;
	border-radius:0.5rem;
	border:1px solid #d2d7de;
	margin-right:1rem;
	margin-bottom:1rem;
	font-family:"Source Han Sans CN Regular";
}
#demandMobile .product_item:hover {
	background-color:#e5f1ff51;
}
#demandMobile .product_item.active {
	background-color:#e5f1ff;
	border:1px solid #0052a2 !important;
	color:#0052a2 !important;
}
#demandMobile .bottom_button .el-button {
	width:15.6rem;
	height:4.25rem;
	line-height:2.75rem;
	border-radius:0.75rem;
	font-family:"Source Han Sans CN Regular";
}
#demandMobile #suggestion {
	color:#d2d7de;
	width:33.5rem;
	margin:0 auto;
	padding-top:8rem;
}
#demandMobile #suggestion .el-form {
	padding-top:0.5rem;
}
#demandMobile #suggestion .el-textarea {
	height:19rem;
}
#demandMobile #suggestion .el-textarea__inner {
	font-family:"Source Han Sans CN Regular";
	font-size:1.2rem;
	height:19rem;
	padding:1.25rem;
	box-sizing:border-box;
}
#demandMobile #suggestion * {
	color:#d2d7de;
}
#demandMobile #suggestion h1 {
	font-family:"Source Han Sans CN Medium";
	font-size:1.7rem;
	font-weight:normal;
	margin:1rem 0 0;
}
#demandMobile #suggestion h1 span {
	color:red;
}
#demandMobile #suggestion i {
	font-family:"Source Han Sans CN Regular";
	font-size:1.2rem;
}
#demandMobile #suggestion .bottom_button * {
	font-family:"Source Han Sans CN Regular";
	font-size:1.5rem;
}
#demandMobile #suggestion .bottom_button .el-button {
	width:15.6rem;
	height:4.25rem;
	line-height:2.75rem;
	border-radius:0.75rem;
	font-family:"Source Han Sans CN Regular";
}
#demandMobile #suggestionOthers {
	color:#d2d7de;
	width:33.5rem;
	margin:0 auto;
	padding-top:8rem;
}
#demandMobile #suggestionOthers .el-form {
	padding-top:0.5rem;
}
#demandMobile #suggestionOthers .el-textarea {
	height:10.75rem;
}
#demandMobile #suggestionOthers .el-textarea__inner {
	font-family:"Source Han Sans CN Regular";
	font-size:1.2rem;
	height:10.75rem;
	padding:1.25rem;
	box-sizing:border-box;
}
#demandMobile #suggestionOthers * {
	color:#d2d7de;
}
#demandMobile #suggestionOthers h1 {
	font-family:"Source Han Sans CN Medium";
	font-size:1.7rem;
	font-weight:normal;
	margin:1rem 0 1rem;
}
#demandMobile #suggestionOthers h1 span {
	color:red;
}
#demandMobile #suggestionOthers i {
	font-family:"Source Han Sans CN Regular";
	font-size:1.2rem;
}
#demandMobile #suggestionOthers .bottom_button * {
	font-family:"Source Han Sans CN Regular";
	font-size:1.5rem;
}
#demandMobile #suggestionOthers .bottom_button .el-button {
	width:15.6rem;
	height:4.25rem;
	line-height:2.75rem;
	border-radius:0.75rem;
	font-family:"Source Han Sans CN Regular";
}
.calculator {
	position:absolute;
	top:80%;
	left:56%;
	-webkit-transform:translateY(-45%);
	transform:translateY(-45%);
	padding-left:0.25rem;
	z-index:10;
}
.calculator::after {
	content:attr(data-text);
	/* 从自定义属性 data-text 获取文本内容 */
    position:absolute;
	/* 绝对定位 */
    top:7rem;
	/* 上移距离 */
    left:110%;
	/* 水平居中 */
    width:8rem;
	text-align:center;
	font-size:0.7rem;
	transform:translateX(-50%);
	/* 水平居中 */
    padding:0.2rem;
	/* 边距 */
    background-color:#fff;
	/* 背景色 */
    color:#000;
	/* 前景色 */
    border:1px solid #929292;
	opacity:0;
	/* 初始不可见 */
    transition:all 0.3s ease;
	/* 动画过渡效果 */
}
.calculator:hover::after {
	opacity:1;
	/* 鼠标悬停时显示 */
}
.calculator_from {
	position:fixed;
	width:40%;
	height:36.5rem;
	/*top:0.5rem;
	*/
    top:6.75rem;
	/* 上移距离 */
    left:30%;
	/* 水平居中 */
    background-color:#fff;
	box-shadow:0.05rem 0.05rem 1rem 0.5rem #dce6f0;
	/* 设置阴影效果 */
    border-radius:1.5rem;
	z-index:1000;
}
.calculator_from h4 {
	text-align:center;
	padding-top:0.75rem;
	font-size:0.8rem;
	font-weight:600;
}
.divCloseFrom {
	float:right;
	padding-top:0.75rem
}
.divCloseFrom img {
	width:60%;
}
.countDivCss {
	font-family:"Source Han Sans CN Medium";
	font-size:0.7rem;
	width:48%;
	padding-left:28%;
	padding-top:0.4rem;
	font-weight:100;
}
.countDivCss p {
	padding-top:0.25rem;
	padding-bottom:0.25rem;
}
.countDivCss input {
	border:1px solid #999999;
	/* 设置右侧边框 */
    border-radius:0.25rem;
	width:83%;
	height:1.4rem;
	padding-left:0.75rem;
}
.btnCss {
	padding-top:1rem;
}
.btnReset {
	border:1px solid #0052a2;
	/* 设置右侧边框 */
    border-radius:0.25rem;
	color:#000;
	width:42%;
	height:1.4rem;
	background-color:#fff;
}
.btnCalculate {
	margin-left:0.5rem;
	/*border:1px solid #fff;
	!* 设置右侧边框 *!*/
    border-radius:0.25rem;
	background-color:#0052a2;
	color:#fff;
	width:42%;
	height:1.4rem;
}
.divCalculateResult {
	text-align:center;
	margin-top:0.5rem;
	width:88%;
	height:4.15rem;
	border-radius:0.25rem;
	border:1px solid #999999;
	border-bottom-color:#0052a2;
	border-bottom-width:0.5rem;
}
.divCalculateResult h4 {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.divCalculateResult label {
	padding-top:0.25rem;
	font-size:0.8rem;
	color:#0052a2;
	font-weight:600;
}
@media screen and (max-width:48rem) {
	.calculator {
	position:absolute;
	top:80%;
	left:56%;
	-webkit-transform:translateY(-45%);
	transform:translateY(-45%);
	padding-left:0.25rem;
	z-index:10;
}
.calculator::after {
	content:attr(data-text);
	/* 从自定义属性 data-text 获取文本内容 */
        position:absolute;
	/* 绝对定位 */
        top:7rem;
	/* 上移距离 */
        left:110%;
	/* 水平居中 */
        width:8rem;
	text-align:center;
	font-size:0.7rem;
	transform:translateX(-50%);
	/* 水平居中 */
        padding:0.2rem;
	/* 边距 */
        background-color:#fff;
	/* 背景色 */
        color:#000;
	/* 前景色 */
        border:1px solid #929292;
	opacity:0;
	/* 初始不可见 */
        transition:all 0.3s ease;
	/* 动画过渡效果 */
}
.calculator:hover::after {
	opacity:1;
	/* 鼠标悬停时显示 */
}
.calculator_from {
	position:fixed;
	width:80%;
	height:30rem;
	/*top:0.5rem;
	*/
        top:4.5rem;
	/* 上移距离 */
        left:10%;
	/* 水平居中 */
        background-color:#fff;
	box-shadow:0.05rem 0.05rem 1rem 0.5rem #dce6f0;
	/* 设置阴影效果 */
        border-radius:1.5rem;
	overflow-y:auto;
	z-index:1000;
}
.calculator_from h4 {
	text-align:center;
	padding-top:0.75rem;
	font-size:0.8rem;
	font-weight:600;
}
.divCloseFrom {
	float:right;
	padding-top:0.75rem
}
.divCloseFrom img {
	width:60%;
}
.countDivCss {
	font-family:"Source Han Sans CN Medium";
	font-size:0.7rem;
	width:90%;
	padding-left:10%;
	padding-top:0.1rem;
	font-weight:100;
}
.countDivCss p {
	padding-top:0.05rem;
	padding-bottom:0.1rem;
}
.countDivCss input {
	border:1px solid #999999;
	/* 设置右侧边框 */
        border-radius:0.25rem;
	width:83%;
	height:1.2rem;
	padding-left:0.75rem;
}
.btnCss {
	padding-top:0.5rem;
}
.btnReset {
	border:1px solid #0052a2;
	/* 设置右侧边框 */
        border-radius:0.25rem;
	color:#000;
	width:42%;
	height:1.4rem;
	background-color:#fff;
}
.btnCalculate {
	margin-left:0.5rem;
	/*border:1px solid #fff;
	!* 设置右侧边框 *!*/
        border-radius:0.25rem;
	background-color:#0052a2;
	color:#fff;
	width:42%;
	height:1.4rem;
}
.divCalculateResult {
	text-align:center;
	margin-top:0.5rem;
	width:88%;
	height:3.95rem;
	border-radius:0.25rem;
	border:1px solid #999999;
	border-bottom-color:#0052a2;
	border-bottom-width:0.5rem;
}
.divCalculateResult h4 {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.divCalculateResult label {
	padding-top:0.25rem;
	font-size:0.8rem;
	color:#0052a2;
	font-weight:600;
}
}@media screen and (max-width:48rem) {
	.cases {
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.cases .partHalf {
	width:100%;
	max-width:100%
}
.introtuction {
	display:flex;
	align-items:center;
	justify-content:space-around;
}

.cases .partHalf .contentMain >p {
	display:flex;
	align-items:center;
	justify-content:center;
}
.banner h1 {
	top:0;
	font-size:1.6rem;
}
.banner p {
	top:3rem;
}
.contentMain p img {
	width:10%;
}
.max960 .contentMain p img {
	width:100% !important;
	height: auto!important;
}
.contentMain td>p{
	white-space: pre;
}
h4 {
	font-size:1rem;
	font-family:"Source Han Sans CN Medium";
	font-weight:normal;
	white-space:nowrap;
}
}.max960 {
	transform:scale(0.9) !important;
	width:100vw !important;
	transform-origin:center top !important;
}
.max960.mobile *,.max960 h4,.max960 .richtext{
	font-size:1.666rem !important;
}
.max960 .richtext{
	text-align:justify;
}
.max960 a{
	line-height: 1.666rem !important;
}
#demand {
	overflow:auto;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#0b0f1bE2;
	padding:1.5rem 0;
}
.demand_top {
	margin:0 auto;
	width:96rem;
	color:#44495d;
	font-size:2.2rem;
	text-align:right;
	padding:0rem 2rem;
	font-family:Source Han Sans CN Medium;
	box-sizing:border-box;
}
#demand .demand_main {
	width:96rem;
	margin:0 auto;
}
#demand .demand_main h1 {
	line-height:2.75rem;
	font-size:1.65rem;
}
#demand .demand_main i {
	line-height:2.75rem;
	font-size:1.2rem;
}
#demand .el-textarea__inner {
	background-color:transparent;
	height:10.75rem;
	font-size:1rem;
}
#demand .el-textarea__inner {
	color:#d2d7de;
}
#demand .el-textarea__inner::placeholder {
	color:#d2d7deaa;
}
#demand .el-textarea__inner:focus {
	outline:0;
	border-color:#d2d7de;
}
#demand .bottom_button {
	width:100%;
	display:flex;
	padding:3.5rem 0;
}
#demand .bottom_button .el-button {
	font-size:1.5rem;
	background-color:#4186c9;
	border:none;
	padding:0 2rem;
	margin:0 auto;
}
#demand .bottom_button .el-button:hover {
	background-color:#0052a2;
}
#demand_product {
	padding:2.5rem 0;
	color:#d2d7de;
	width:64rem;
	margin:0 auto;
}
#demand_product * {
	color:#d2d7de;
}
#demand_product h1 {
	font-family:"Source Han Sans CN Medium";
	font-size:1.65rem;
	font-weight:normal;
}
#demand_product i {
	font-family:"Source Han Sans CN Medium";
	font-size:1.5rem;
	font-weight:normal;
	font-style:italic;
}
.product_list {
	display:flex;
}
.product_item {
	padding:0.75rem 2rem;
	font-size:1rem;
	border-radius:0.5rem;
	border:1px solid #d2d7de;
	margin-right:1rem;
	font-family:"Source Han Sans CN Regular";
}
.product_item:hover {
	background-color:#e5f1ff51;
}
.product_item.active {
	background-color:#e5f1ff;
	border:1px solid #0052a2 !important;
	color:#0052a2 !important;
}
.bottom_button .el-button {
	width:15rem;
	height:2.8rem;
	font-family:"Source Han Sans CN Regular";
}
#suggestion {
	color:#d2d7de;
	width:64rem;
	margin:0 auto;
	padding-top:8rem;
}
#suggestion * {
	color:#d2d7de;
}
#suggestion h1 {
	font-family:"Source Han Sans CN Medium";
	font-size:1.65rem;
	font-weight:normal;
	margin:1rem 0 1.25rem;
}
#suggestion h1 span {
	color:red;
}
#suggestion .el-textarea__inner {
	font-family:"Source Han Sans CN Regular";
	font-size:1rem;
}
#suggestion .sub {
	font-style:italic;
	font-family:"Source Han Sans CN Regular";
	font-size:1.2rem;
}
.bottom_button * {
	font-family:"Source Han Sans CN Regular";
	font-size:1.5rem;
}
.bottom_button .el-button {
	width:15rem;
	height:2.8rem;
}
#suggestionOthers {
	padding:2.5rem 0;
	color:#d2d7de;
	width:64rem;
	margin:0 auto;
}
#suggestionOthers * {
	color:#d2d7de;
}
#suggestionOthers h1 {
	font-family:"Source Han Sans CN Medium";
	font-size:1.65rem;
	font-weight:normal;
	margin:1rem 0 1.25rem;
}
#suggestionOthers h1 span {
	color:red;
}
#suggestionOthers .el-textarea__inner {
	font-family:"Source Han Sans CN Regular";
	font-size:1rem;
}
.bottom_button * {
	font-family:"Source Han Sans CN Regular";
	font-size:1.5rem;
}
.bottom_button .el-button {
	width:15rem;
	height:2.8rem;
}
.introtuction {
	padding-top:1.25rem;
}
.introtuction>a:nth-child(2){
	padding-left: 1rem;
}
/*.introtuction a img {
	*/
/*    width:5.5rem;
	*/
/*    height:1.4rem;
	*/
/*
}
*/

