	* {
		padding: 0px;
		margin: 0px;
		font-size: 16px;
		font-family: "Roboto", Sans-serif;

	}

	a {
		text-decoration: none;
	}

	[v-cloak] {
		display: none !important;
	}
	.contactBtn{
		width: 100%;
		background-color: #D01F27;
	}
	
	.bw_maxsection {
		max-width: 1140px;
		margin: auto;
	}

	.bw_head {
		/* position: fixed;
		height: 100px;
		display: flex;
		align-items: center;
		width: 100%; */
		/* background: white; */
		/* border-bottom: solid 1px #00000014; */
		/* z-index: 100; */
		padding: 0 10%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.bw_icon {
	
		/* margin-left: 15%;
		cursor: pointer; */
	}

	.bw_nav {
		/* margin-left: auto;
		margin-right: 15%; */
		display: flex;

	}

	.bw_nav .item {
		margin-left: 45px;
	}
	.bw_nav .item.this a{
		color: #D01F27;
		font-weight: bold;
	}
	.bw_nav .item.this:after{
		background: #D01F27; 
	}
	.bw_nav .item:after{
		content: "";
		width: 8px;
		height: 8px;
		/* background: #D01F27; */
		border: 2px solid #D01F27;
		border-radius: 50%;
		display: block;
		position: relative;
		left: 41%;
		top: 20px;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-ms-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		opacity:0;
	}

	.bw_nav .hover:after, .bw_nav .this:after{
		top: 6px;
		opacity:1;
	}
	.bw_nav a {
		font-size: 0.88rem;
		color: #000;
	}

	.bw_nav .el-button--warning {
		background-color: rgb(255, 134, 44);
		border-color: rgb(255, 134, 44);
		box-shadow: 0px 0px 5px rgb(255, 134, 44);
	}

	.bw_banner {
		width: 100%;

	}

	.bw_banner_pc {}

	.bw_banner_phone {
		display: none;
	}

	.bw_head_phone {
		display: none;
	}


	/*elementui*/
	.el-menu.el-menu--horizontal {
		border: 0px;
	}

	.el-menu-item {
		padding: 0 10px;
	}

	.el-submenu__title {
		font-size: 16px;
	}

	/*bw_section1*/
	.bw_section1 {
		width: 100%;
	}

	.bw_section1>.bw_banner {
		width: 100%;
	}

	/*bw_section2*/
	.bw_section2 {
		display: flex;
		justify-content: center;
		padding: 100px 0px;
	}

	.bw_section2_item {
		width: 50%;
	}

	.bw_section2_item>img {
		width: 100%;
	}

	.bw_section2_item_title {
		font-weight: bold;
		font-size: 32px;

	}

	.bw_section2_item_title>br {
		line-height: 40px;
	}

	.bw_section2_item_info {
		margin-right: 30px;
	}

	.bw_section2_item_info p {
		color: #0c0c0c;
		font-size: 15px;
		font-weight: 300;
		line-height: 1.7em;
		margin-bottom: 20px;
	}


	.bw_driver {
		border-radius: 10px;
		width: 50px;
		border: 3.5px solid rgba(3, 157, 209, 1);
		margin: 10px 0px 30px 0px;
	}

	.bw_driver_white {
		border-color: white;
	}

	.bw_part_title {
		color: #0c0c0c;
		font-size: 32px;
		font-weight: bold;
	}




	/*bw_section3*/
	.bw_section3_title,
	.bw_section5_title {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}

	.bw_section3_body {
		display: flex;

	}

	.bw_section3_body_item {
		display: flex;
		/*justify-content: center;*/
		align-items: center;
		flex-direction: column;
		margin: 0px 15px;
		width: 33.3%;
	}

	.bw_section3_body_item_title {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;

	}

	.bw_section3_body_item_title_height {
		height: 80px;
	}

	.bw_section3_body_item_title>img {
		/*height: 175px;*/
	}

	.bw_section3_body_item_title_tip {
		color: #333333;
		font-size: 20px;
		font-weight: bold;
		margin: 30px 0px;
	}

	.bw_section3_body_item_title_tip1 {
		color: #039dd1;
		font-size: 32px;
		font-weight: bold;
	}



	/*bw_section4*/
	.bw_section4 {
		background-image: linear-gradient(180deg, rgba(37, 153, 237, 0.6) 0%, #02aed6 100%);
		width: 100%;
		/*height: 100px;*/
		margin: 30px 0px;
		margin-bottom: 50px;
		padding-top: 70px;
		padding-bottom: 20px;
	}


	.bw_section4_title {}

	.bw_section4_title_word {
		color: #ffffff;
		font-size: 32px;
		font-weight: bold;
	}

	.bw_section4_body {
		display: flex;
	}

	.bw_section4_body_left {
		width: 65%;
	}

	.bw_section4_body_right {
		width: 320px;
		border-radius: 44px;
	}

	.bw_section4_body_left_item {
		display: flex;
	}

	.bw_section4_title_line {
		width: 65%;
		color: white;
		font-size: 16px;
		line-height: 30px;
	}

	.bw_section4_body_left_item_unit {
		width: 33%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 20px;
	}

	.bw_section4_body_left_item_unit_part1 {
		margin-bottom: 30px;
		height: 50px;
	}

	.bw_section4_body_left_item_unit_part2 {
		color: #ffffff;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.bw_section4_body_left_item_unit_part3 {
		color: #ffffff;
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
	}


	/*bw_section5*/
	.bw_section5 {}

	.bw_section5_body {
		display: flex;
	}

	.bw_section5_body_leftpart {
		width: 50%;
		padding-right: 10px;
		/*height: fit-content;*/
	}

	.bw_section5_body_rightpart {
		display: flex;
		width: 50%;
		padding-left: 10px;
		flex-direction: column;
	}

	.bw_section5_body_rightpart_list {
		padding-left: 20px;
	}

	.bw_section5_body_rightpart_point {
		margin: 10px 0px;
		font-size: 14px;
		line-height: 22px;
	}

	.bw_section5_body_rightpart_title {
		font-weight: bold;
		font-size: 32px;
	}



	/*bw_section6*/

	.bw_section6 {
		display: flex;
		align-items: center;
		justify-content: space-around;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
		padding: 15px 0px;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.bw_section6_btn {
		display: flex;
		padding: 10px 40px;
		border-radius: 30px;
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
		box-shadow: 0px 6px 24px 0px rgba(2, 174, 214, 0.2);

	}

	.bw_section6_btn>a {
		font-size: 14px;
		color: white;
	}


	/*aboutus*/
	/*bw_section7	*/
	.bw_section7 {
		margin-top: 50px;
	}

	.bw_section7_body {
		display: flex;
	}

	.bw_section7_title {}

	.bw_section7_title_word {
		font-size: 32px;
		line-height: 48px;
		font-weight: bold;
		color: #333333;
	}

	.bw_section7_body_item {
		width: 50%;
		color: #333333;
		font-size: 16px;
		line-height: 30px;
		padding-right: 20px;
	}

	/*bw_section8*/
	.bw_section8 {
		display: flex;
		margin-top: 50px;
	}

	.bw_section8_left {
		width: 66%;
	}

	.bw_section8_left_line {
		display: flex;
		/*margin:20px 0px;*/
		margin: 40px 0px;
	}

	.bw_section8_left_item {
		display: flex;
		width: 50%;
		padding: 0px 30px;
	}

	.bw_section8_left_item_point {
		color: white;
		font-size: 18px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 58px;
		height: 58px;
		border-radius: 6px;
		margin: 0px 10px;
		font-weight: bold;
	}

	.bw_section8_left_item_point_red {
		background-color: #ff7885;
	}

	.bw_section8_left_item_point_green {
		background-color: #6fe5b3;
	}

	.bw_section8_left_item_point_blue {
		background-color: #7896ff;
	}

	.bw_section8_left_item_info {
		display: flex;
		flex-direction: column;
		width: calc(100% - 78px);
		/*padding: 0px 10px;*/
	}

	.bw_section8_left_item_info_title {
		color: #333333;
		font-size: 19px;
		line-height: 27px;
		font-weight: bold;
		margin: 0px 12px;
	}

	.bw_section8_left_item_info_content {
		color: #666666;
		margin: 0px 12px;
		font-weight: 400;
		line-height: 21px;
	}

	.bw_section8_left_item_info_content>div {
		font-size: 14px;
	}

	.bw_section8_right {
		width: 34%;
	}

	/*bw_section9*/
	.bw_section9 {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.bw_section9_info {
		color: #333333;
		font-size: 16px;
		line-height: 30px;
		width: 60%;
		font-weight: 400;
	}

	.bw_section9_photos {
		display: flex;
	}

	.bw_section9_photo_unit {
		padding: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bw_section9_photo_img {
		width: 100%;
	}

	.bw_section9_photo_name {
		color: #333333;
		font-size: 20px;
		font-weight: 600;
		margin: 20px 0px;
	}

	.bw_section9_photo_info {
		color: #666666;
		font-size: 14px;
		font-weight: 600;
	}

	/*bw_section10*/
	.bw_section10 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 30px 0px;
		margin-bottom: 150px;
	}

	.bw_section10_btn {
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
		box-shadow: 0px 6px 24px 0px rgba(2, 174, 214, 0.2);
		border-radius: 42px;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 333px;
		height: 84px;
	}

	.bw_section10_btn>a {
		font-weight: 600;
		color: #ffffff;
		font-size: 28px;

	}


	/*wedo*/
	/*bw_section11*/
	.bw_section11 {
		display: flex;
		margin-top: 70px;
		margin-bottom: 70px;

	}

	.bw_section11_unit {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px;
		box-shadow: 0px 6px 70px 0px rgba(0, 53, 58, 0.06);
		border-radius: 12px;
		width: 33.333%;
		margin: 0px 20px;

	}

	.bw_section11_img {
		margin: 20px 0px;
		height: 150px;
	}

	.bw_section11_title {
		color: #039dd1;
		font-size: 28px;
		font-weight: bold;
		margin-top: 10px;
	}

	.bw_section11_info {
		color: #333333;
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
		margin-top: 30px;
		height: 72px;
	}

	.bw_section11_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
		box-shadow: 0px 6px 24px 0px rgba(2, 174, 214, 0.2);
		width: 160px;
		height: 54px;
		border-radius: 26px;
		margin-top: 20px;
	}

	.bw_section11_btn>a {
		background-color: transparent;
		color: #ffffff;
	}

	/*bw_section12*/
	.bw_section12 {
		display: flex;
	}

	.bw_section12_left {
		width: 60%;
	}

	.bw_section12_left_title {
		color: #333333;
		font-size: 32px;
		line-height: 48px;
		font-weight: bold;
		margin-bottom: 50px;
	}

	.bw_section12_left_info {
		line-height: 34px;
		font-size: 20px;
		margin-right: 60px;

	}

	.bw_section12_right {
		width: 40%;
	}

	/*bw_section13*/
	.bw_section13 {
		background-image: url(../img/wedo/bg.png);
		background-repeat: no-repeat;
		margin: 50px 0px;
		padding: 40px 0px;
	}

	.bw_section13_line {
		display: flex;
		justify-content: center;
		align-items: center;
		/*margin: 60px 0px;*/
		width: 70%;
		margin: auto;
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.bw_section13_unit {
		display: flex;
		width: 33.333%;
		padding: 20px;
	}

	.bw_section13_img {
		margin-right: 20px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bw_section13_img>img {
		width: 60px;
	}

	.bw_section13_info {}

	.bw_section13_info_title {
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
	}

	.bw_section13_info_content {
		color: #ffffff;
		font-size: 14px;
		line-height: 24px;
		margin-top: 10px;
	}




	/*solution*/
	/*bw_section14*/
	.bw_section14 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 90px 0px;
	}

	.bw_section14_title {
		color: #333333;
		font-size: 32px;
		font-weight: bold;
	}

	.bw_section14_body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 30px 0px;
	}

	.bw_section14_body>div {
		color: #333333;
		font-size: 16px;
		margin: 5px 0px;
	}

	/*bw_section15*/
	.bw_section15 {
		display: flex;
		margin-bottom: 100px;
	}

	.bw_section15_unit {
		width: 48%;
		margin: 0px 1%;
		display: flex;
		/*align-items: center;*/
		/*justify-content: center;*/
		flex-direction: column;
		box-shadow: 0px 10px 40px -10px rgba(8, 22, 48, 0.11);
		padding-top: 60px;
		/*padding-left: 60px;*/
		padding-bottom: 60px;

	}

	.bw_section15_title {
		display: flex;
		align-items: center;
		/*margin-left: 100px;*/
		justify-content: center;
	}

	.bw_section15_title_img {
		margin-top: 20px;
	}

	.bw_section15_title_word {
		font-size: 32px;
		font-weight: bold;
	}

	.bw_section15_content {
		margin-left: 60px;
	}

	.bw_section15_content>div {
		margin: 5px 0px;
	}

	/*bw_section16*/
	.bw_section16 {
		background-color: rgba(200, 200, 200, 0.2);
		padding-top: 100px;
		padding-bottom: 50px;
		margin-bottom: 100px;
	}

	.bw_section16_title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bw_section16_title_big {
		font-size: 32px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px;
	}

	.bw_section16_title_small {
		color: #333;
		font-size: 20px;
		text-align: center;
	}

	.bw_section16_body {}

	.bw_section16_body_line {
		display: flex;
	}

	.bw_section16_body_unit {
		display: flex;
		align-items: center;
		/*justify-content: center;*/
		flex-direction: column;
		width: 33.33%;
		padding: 40px 30px;
	}

	.bw_section16_body_unit_img {
		/*height: 110px;*/
	}

	.bw_section16_body_unit_title {
		font-size: 20px;
		color: #333;
		font-weight: bold;
		margin: 20px 0px;
	}

	.bw_section16_body_unit_info {
		padding: 0px 20px;
		line-height: 28px;
	}


	/*bw_section17*/
	.bw_section17 {
		background-color: #fff;
	}

	.bw_section17_img {
		width: 100%;
	}

	.bw_section17_unit {
		box-shadow: 0px 6px 70px 0px rgba(0, 53, 58, 0.06);
		border-radius: 12px;
		margin: 20px;
		padding: 0px;
		padding-bottom: 20px;
	}

	.bw_section17_info {
		color: #999999;
	}

	/*bw_section18*/
	.bw_section18 {
		position: relative;
		margin-bottom: 100px;
	}

	.bw_section18_img {
		width: 100%;
	}

	.bw_section18_content {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.bw_section18_content_1 {
		color: #fff;
		font-weight: bold;
		font-size: 32px;
		margin: 20px 0px;
	}

	.bw_section18_content_2 {
		color: #fff;
		font-weight: bold;
		margin: 20px 0px;
		text-align: center;
		line-height: 28px;
	}

	.bw_section18_content_3 {
		color: #fff;
		margin: 20px 0px;
		border-radius: 23.5px;
		border: solid 1px #ececec;
		width: 142px;
		display: flex;
		justify-content: center;
		height: 40px;
		align-items: center;
	}

	.bw_section18_content_3>a {
		color: white;
	}

	/*bw_section19*/
	.bw_section19 {
		display: flex;
		width: 60%;
		margin-top: 40px;
		margin-bottom: 80px;
	}

	.bw_section19_left {
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width: 20%;
	}

	.bw_section19_left_num {
		color: #039dd1;
		font-size: 100px;
		font-weight: 600;
	}

	.bw_section19_left_split {
		width: 8px;
		background-color: #039dd1;
		margin-right: 20px;
		margin-top: 45px;
		height: calc(100% - 177px);

	}

	.bw_section19_right {
		width: 80%;
		padding-left: 50px;
	}

	.bw_section19_right_item {
		margin-top: 20px;
	}

	.bw_section19_right_item_title {
		font-size: 32px;
		color: #039dd1;
		font-weight: 600;
	}

	.bw_section19_right_item_content {
		margin: 30px 0px;
	}

	.bw_section19_right_item_content>div {
		line-height: 24px;
		color: #666;
	}

	.bw_section19_right_item_content_last {
		margin-top: 30px;
	}

	.bw_section19_right_item_driver {
		border: 1px solid rgba(100, 100, 100, 0.15);
	}


	/*HubSpot.html*/
	/*bw_section20*/
	.bw_section20 {
		position: relative;
		margin-bottom: 100px;
		overflow: hidden;
	}

	.bw_section20>img {
		/*width: 100%;*/
	}

	.bw_section20_content {
		position: absolute;
		top: 0px;
		/*display: flex;*/
		/*flex-direction: column;*/
		/*width: 30%;*/
		width: 550px;
		padding-top: 100px;
		margin-left: 15%;
	}

	.bw_section20_content_title {
		color: white;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 40px;
	}

	.bw_section20_content_p {
		color: white;
		font-weight: 400;
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 10px;
	}

	.bw_section20_hubspotimg_phone {
		display: none;
	}



	/*bw_section21	*/
	.bw_section21 {}

	.bw_section21_title {
		font-size: 32px;
		color: #039dd1;
		font-weight: bold;
		padding-left: 40px;
		margin: 60px 0px;
	}

	.bw_section21_line {
		display: flex;
		margin-bottom: 80px;
	}

	.bw_section21_line_img {
		width: 50%;
		display: flex;
		justify-content: center;
	}

	.bw_section21_line_cp {
		width: 50%;
		padding-right: 40px;
		padding-left: 40px;
	}

	.bw_section21_line_cp_title {
		color: #000000;
		font-size: 32px;
		line-height: 36px;
		font-weight: 400;
		margin-bottom: 40px;
	}

	.bw_section21_line_cp_content {
		line-height: 30px;
	}

	.bw_section21_line_cp_content_p {
		margin-top: 20px;
	}

	.bw_section21_line_img>img {
		max-width: 100%;
	}

	.bw_section21_extra_font {
		font-weight: bold;
	}

	.bw_section21_line_cp_content_btn {
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
		box-shadow: 0px 6px 24px 0px rgba(2, 174, 214, 0.2);
		width: 140px;
		height: 40px;
		border-radius: 24px;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bw_section21_line_cp_content_btn>a {
		color: white;
	}


	/*bw_section22*/
	.bw_section22 {
		display: flex;
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.bw_section22_left {
		width: 33.33%;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bw_section22_right {
		width: 66.67%;
	}

	.bw_section22_title_big {
		color: #333333;
		font-size: 40px;
		line-height: 48px;
		font-weight: 600;
	}

	.bw_section22_title_sm {
		color: #333333;
		font-size: 20px;
		font-weight: 600;
	}

	.bw_section22_title_sub {
		color: #333333;
		font-size: 20px;
		line-height: 30px;
		font-weight: 400;
	}

	.bw_section22_right_items {}

	.bw_section22_right_item {
		display: flex;
		margin: 50px 0px;
	}

	.bw_section22_right_point {
		border-radius: 50%;
		width: 0px;
		height: 0px;
		border: 7px solid rgb(246, 142, 85);
		margin-top: 4px;
		margin-right: 30px;
	}

	.bw_section22_right_word {
		line-height: 28px;

	}

	/*MailChimp*/
	/*bw_section23*/
	.bw_section23 {
		position: relative;
		margin-bottom: 60px;
	}

	.bw_section23_content {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		/*margin-top: 100px;*/
		margin-top: 6%;
	}

	.bw_section23_img {
		width: 100%;
	}

	.bw_section23_content_1 {
		color: #fff;
		font-weight: bold;
		font-size: 64px;
		margin: 10px 0px;
		text-align: center;
	}

	.bw_section23_content_2 {
		color: #fff;
		/*font-weight: bold;*/
		margin: 10px 0px;
		font-size: 24px;
	}

	.bw_section23_content_3 {
		color: #fff;
		margin: 10px 0px;
		border-radius: 23.5px;
		border: solid 1px #ececec;
		width: 142px;
		display: flex;
		justify-content: center;
		height: 40px;
		align-items: center;
	}

	.bw_section23_content_3>a {
		color: white;
	}

	.bw_section23_content_4 {
		display: none;
	}

	/*chatbot*/
	/*bw_section24*/
	.bw_section24 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#bfbfbf, #bfbfbf);
	}

	.bw_section24_content {
		color: white;
		font-size: 32px;
		margin-top: 50px;
		font-weight: bold;
	}

	.bw_section24_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px white solid;
		border-radius: 25px;
		margin: 40px 0px;
		width: 140px;
		height: 49px;
	}

	.bw_section24_btn>a {
		color: white;
	}

	/*bw_section25*/
	.bw_section25 {
		background-color: rgba(200, 200, 200, 0.2);
		padding-top: 100px;
		padding-bottom: 50px;
		margin-bottom: 100px;
	}

	.bw_section25_title {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bw_section25_title_big {
		font-size: 32px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px;
	}

	.bw_section25_title_small {
		color: #333;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
	}

	.bw_section25_body {
		display: flex;
		margin-top: 100px;
	}

	.bw_section25_left {
		width: 50%;
		display: flex;
		justify-content: flex-end;
		padding-right: 80px;
	}

	.bw_section25_right {
		width: 50%;
	}

	.bw_section25_right_title {
		color: #333;
		font-size: 32px;
		font-weight: bold;
		margin: 20px 0px;
	}

	.bw_section25_right_info {
		font-size: 20px;
		line-height: 28px;
	}

	.bw_section25_right_items {
		margin: 30px;
	}

	.bw_section25_right_item {
		display: flex;
		align-items: center;
		line-height: 28px;
	}

	.bw_section25_right_item_point {
		border-radius: 50%;
		width: 0px;
		height: 0px;
		border: 7px solid rgb(31, 156, 233);
	}

	.bw_section25_right_item_content {}

	.bw_section25_right_btn {
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
		box-shadow: 0px 6px 24px 0px rgba(2, 174, 214, 0.2);
		width: 140px;
		height: 50px;
		border-radius: 24px;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.bw_section25_right_btn>a {
		color: white;
	}


	/*callme*/
	/*bw_section26*/
	.bw_section26 {
		display: flex;
		margin-top: 100px;
		margin-bottom: 100px;

	}

	.bw_section26_left {
		width: 50%;
		padding: 0px 50px;
	}

	.bw_section26_left_title {
		font-size: 50px;
		font-weight: bold;
		margin-bottom: 50px;
	}

	.bw_section26_left_p {
		margin-bottom: 40px;
		line-height: 34px;
	}

	.bw_section26_left_form {}

	.bw_section26_left_btn {}

	.bw_section26_right {
		width: 50%;
	}

	.bw_section26_right_item {
		display: flex;
		margin: 50px 0px;
	}

	.bw_section26_right_item_img {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 20%;
	}

	.bw_section26_right_item_info {
		width: 80%;
	}

	.bw_section26_right_item_key {
		font-weight: bold;
		font-size: 20px;

	}

	.bw_section26_right_item_value {
		font-size: 20px;
		margin-top: 10px;
	}

	/*blog*/
	/*bw_section27*/
	.bw_section27 {
		margin: 100px 0px;
	}

	.bw_section27_title {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.bw_section27_title_big {
		font-size: 32px;

	}

	.bw_section27_blogs {
		width: 50%;
		margin: 40px auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.bw_section27_blog {
		display: flex;
		padding: 10px 0px;
		align-items: center;
		width: 100%;
		cursor: pointer;
	}

	.bw_section27_blog:hover {
		background-color: rgba(3, 157, 209, .1);
		border-left: 4px solid #1bc3fb;
		padding: 15px 10px;
		border-radius: 4px;
	}

	.bw_section27_blog_title {
		font-size: 20px;
		color: #333;
		margin-left: 30px;
		width: calc(100% - 200px);
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bw_section27_blog_rq {
		margin-left: auto;
		margin-right: 30px;
		color: rgba(100, 100, 100, 0.5);
	}

	.bw_section27_blogs_pagination {
		margin-top: 40px;
	}

	/*bw_section28*/
	.bw_section28 {
		position: relative;

	}

	.bw_section28_img {
		width: 100%;
	}

	.bw_section28_content {
		position: absolute;
		width: 50%;
		top: 0px;
		left: 0px;
		display: flex;
		/*align-items: center;*/
		justify-content: center;
		flex-direction: column;
		height: 100%;

	}

	.bw_section28_content_p {
		line-height: 28px;
		margin-left: 33.33%;
		color: white;
		font-size: 18px;
	}

	.bw_section28_content_btn {
		border: 1px solid white;
		border-radius: 24px;
		height: 50px;
		width: 140px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-left: 33.33%;
		margin-top: 40px;

	}

	.bw_section28_content_btn>a {
		color: white;
	}


	/*service*/
	/*bw_section29*/
	.bw_section29 {
		margin-top: 100px;
		margin-bottom: 100px;
	}



	/*wedo else*/
	/*bw_section30*/
	.bw_section30 {
		display: flex;
		margin-top: 80px;
		margin-bottom: 40px;
	}

	.bw_section30_left {
		width: 50%;
	}

	.bw_section30_left>img {
		width: 100%;
	}

	.bw_section30_left_img_pc {
		display: block;
	}

	.bw_section30_left_img_phone {
		display: none;
	}

	.bw_section30_right {
		padding: 100px 0px;
		/*padding-left: 80px;*/
		/*padding-left: */
		width: 50%;
		background-image: linear-gradient(180deg, rgba(37, 153, 237, 0.6) 0%, #02aed6 100%);
	}

	.bw_section30_right_title {
		font-size: 32px;
		font-weight: bold;
		line-height: 50px;
		color: white;
		margin-left: 10%;
	}

	.bw_section30_right .el-form {
		margin-left: 10%;
	}

	.bw_section30_right_tip {
		margin: 40px 0px;
		color: white;
		font-size: 20px;
		margin-left: 10%;
	}

	.bw_section30_btn {
		color: #02aed6;
		width: 120px;
		margin-top: 20px;
		margin-left: 10%;
		/*margin-left: 80px;*/
	}

	.bw_section30_input {
		width: 300px;
		/*border-radius: 50px;*/
		margin: 10px 0px;
	}

	/*bw_section31	*/
	.bw_section31 {
		display: flex;

	}

	.bw_section31_left {
		border: 1px solid rgba(200, 200, 200, .3);
		width: calc(50% - 10px);
		padding: 20px;
		flex-shrink: 1;
		margin-right: 10px;
		box-sizing: border-box;
	}

	.bw_section31_left_title {
		font-weight: bold;
		font-size: 32px;
		margin-bottom: 60px;
		margin-top: 20px;
	}

	.bw_section31_left_content {}

	.bw_section31_left_article {
		padding: 30px 0px;
		border-top: 1px solid rgba(200, 200, 200, .3);
	}

	.bw_section31_left_article_title {
		margin-bottom: 15px;
		cursor: pointer;
	}

	.bw_section31_left_article_date {
		color: #aaa;
	}

	.bw_section31_right {
		border: 1px solid rgba(200, 200, 200, .3);
		width: calc(50% - 10px);
		flex-shrink: 1;
		margin-left: 10px;
		box-sizing: border-box;
	}

	.bw_section31_right_img>img {
		width: 100%;
	}

	.bw_section31_right_article {
		padding: 30px;
	}

	.bw_section31_right_article_title {
		font-weight: bold;
		font-size: 32px;
		margin-bottom: 20px;
	}

	.bw_section31_right_article_short {
		color: #aaa;
		line-height: 28px;
		cursor: pointer;
	}

	.bw_section31_right_article_date {
		color: #aaa;
		margin: 20px 0px;
	}

	.bw_section31_right_article_all {
		color: #aaa;
	}


	/*bw_section32*/
	.bw_section32 {}

	/*bw_foot*/
	.bw_foot {
		/*display: flex;*/
		/*background-color: rgb(50,50,50);*/
		background-color: rgb(200, 200, 200, 0.1);
		/*height: 70px;*/
		/*width: 100%;*/
		margin-top: 100px;
		/*padding: 0px 15%;*/
		/*align-items: center;*/
	}

	.bw_foot_up {
		display: flex;
		padding-top: 100px;
	}

	.bw_foot_up_item {
		width: 25%;
		padding: 0px 40px;
	}

	.bw_foot_up_item_title {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.bw_foot_up_item_p {
		font-size: 16px;
		color: #999;
		margin-bottom: 5px;
	}

	.bw_foot_driver {
		border: 1px solid rgba(200, 200, 200, 0.2);
		margin: 80px 15%;
		margin-bottom: 0px;
	}

	.bw_foot_down {
		padding: 60px 0px;
		padding-bottom: 20px;
		display: flex;
	}

	.bw_foot_down_one {
		width: 50%;
		padding: 0px 70px;
	}

	.bw_foot_down_one_title {
		font-size: 20px;
		margin: 20px 0px;
	}

	.bw_foot_down_one_p {
		color: #999;
		margin: 10px 0px;
	}

	.bw_foot_down_one_input {
		width: 80%;
	}

	.bw_foot_down_one_input .el-button {
		color: white !important;
		background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
	}

	.bw_foot_down_two {
		width: 50%;
		padding: 0px 50px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-around;
		align-items: center;
	}



	/*bw_bdmap*/
	.bw_bdmap {
		width: 100%;
		height: 500px;
	}


	/*bw_scrollbtn*/
	#bw_scrollbtn {
		display: none;
		position: fixed;
		right: 40px;
		bottom: 40px;
		background-color: #e9ecef;
		border: 1px solid #e9ecef;
		border-radius: .25rem;
		width: 40px;
		height: 40px;
		cursor: pointer;
	}

	.bw_scrollbtn_wrap {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}

	.bw_scrollbtn_wrap>i {
		color: rgb(173, 181, 189);
	}





	@media screen and (max-width: 1239px) {

		/* 手机端CSS代码 */
		/*导航栏*/
		.bw_banner_pc {
			display: none;
		}

		.bw_banner_phone {
			width: 100%;
			display: block;
		}

		.bw_banner_word_phone {
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
		}

		.bw_head {
			display: none;
		}

		.bw_head_phone {
			/* position: fixed; */
			height: 80px;
			display: flex;
			align-items: center;
			width: 100%;
			background: white;
			border-bottom: solid 1px #00000014;
			z-index: 100;
		}

		.bw_icon_phone {
			display: flex;
			justify-content: center;
			align-items: center;
			margin-left: 30px;
		}

		.bw_nav_phone {
			display: flex;
			margin-right: 20px;
			margin-left: auto;
			align-items: center;
		}

		.bw_nav_phone>.el-button {
			height: 40px;
		}

		.bw_nav_phone .el-menu {
			border: none;
			z-index: 999;
		}

		.bw_nav_menu_phone>.el-submenu__title>.fa-bars {
			font-size: 32px;
			color: rgba(3, 157, 209, 1)
		}

		.bw_nav_menu_phone>.el-submenu__title>.el-submenu__icon-arrow {
			display: none;
		}

		.bw_nav_menu_phone>ul {
			position: absolute;
			right: 0px;
		}


		/* .bw_body{
			padding-top: 80px;
		} */
		/*bw_section2	*/
		.bw_section2 {
			flex-direction: column;
			padding-top: 40px;
		}

		.bw_section2_item {
			width: 100%;
			display: flex;
			justify-content: center;
			flex-direction: column;
			align-items: center;
			padding: 0px 20px;
			box-sizing: border-box;
		}

		.bw_section2_item_title {
			text-align: center;
		}

		.bw_section2_item_info {
			margin-right: 0px;
		}

		/*bw_section3*/
		.bw_section3_body {
			flex-direction: column;
		}

		.bw_section3_body_item {
			width: 100%;
			padding: 0px 10%;
			padding-bottom: 40px;
			box-sizing: border-box;
			margin: 0px;
		}

		/*bw_section4*/
		.bw_section4_title {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.bw_section4_title_line {
			width: 80%;
		}

		.bw_section4_body_left {
			width: 100%;
			padding: 0px 5%;
		}

		.bw_section4_body_right {
			display: none;
		}

		.bw_section4_body_left_item_unit_part3 {
			display: none;
		}

		.bw_section4_phone {
			padding: 40px 0px !important;
		}

		.bw_section4_body_left_item_unit_part2 {
			padding: 0px 10px;
		}

		/*bw_section5*/
		.bw_section5_body {
			flex-direction: column-reverse;
		}

		.bw_section5_body_rightpart {
			width: 100%;
			padding: 0px 5%;
			box-sizing: border-box;
		}

		.bw_section5_body_rightpart_title {
			font-size: 20px;
		}

		.bw_section5_body_rightpart_point {
			margin: 5px 0px;
		}

		.bw_section5_body_leftpart {
			width: 100%;
			padding: 5%;
			box-sizing: border-box;
		}

		/*bw_section6*/
		.bw_section6 {
			display: none;
			margin: 30px;
		}

		.bw_section6_pageflow {
			display: flex;
			flex-direction: column;
		}

		.bw_section6_p {
			padding: 10px 30px;
			text-align: center;
		}

		.bw_section6_btn {
			margin: 20px 0px;
		}


		/*bw_section7*/
		.bw_section7_title {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.bw_section7_body {
			flex-direction: column;
		}

		.bw_section7_body_item {
			width: 100%;
			padding: 0px 20px;
			box-sizing: border-box;
		}

		/*bw_section8*/
		.bw_section8 {
			flex-direction: column;
		}

		.bw_section8_left {
			width: 100%;
		}

		.bw_section8_left_line {
			flex-direction: column;
			width: 100%;
		}

		.bw_section8_left_item {
			width: 100%;
			margin: 20px 0px;
		}

		.bw_section8_right {
			width: 100%;
		}

		/*bw_section9*/
		.bw_section9_info {
			width: 100%;
			box-sizing: border-box;
			padding: 0px 20px;
		}

		.bw_section9_photos {
			flex-direction: column;
		}

		/*bw_section11*/
		.bw_section11 {
			margin-top: 30px;
			flex-direction: column;
			align-items: center;
			margin-bottom: 30px;
		}

		.bw_section11_unit {
			width: inherit;
			padding: 20px;
			margin-bottom: 20px;
		}

		.bw_section11_info {
			margin-top: 20px;
		}

		/*bw_section12*/
		.bw_section12 {
			flex-direction: column;
		}

		.bw_section12_left {
			width: 100%;
		}

		.bw_section12_right {
			width: 100%;
			box-sizing: border-box;
			padding: 0px 20px;
		}

		.bw_section12_left_title {
			text-align: center;
			font-size: 26px;
			margin-bottom: 20px;
		}

		.bw_section12_left_title>br {
			display: none;
		}

		.bw_section12_left_info {
			width: initial;
			margin: 0px 20px;
			font-size: 16px;
			margin-bottom: 20px;
		}

		/*bw_section13*/
		.bw_section13 {
			background: url(../img/wedo/bg01.png) no-repeat center;
			background-size: cover;
		}

		.bw_section13_line {
			margin: 0px;
			width: initial;
			flex-direction: column;
		}

		.bw_section13_unit {
			width: 100%;
			box-sizing: border-box;
		}


		/*.bw_section14*/
		.bw_section14 {
			margin: 50px 0px;
		}

		.bw_section14_title {
			font-size: 26px;
			text-align: center;
			width: 85%;
		}

		.bw_section14_body {
			margin: 30px 20px;
		}

		/*.bw_section15*/
		.bw_section15 {
			flex-direction: column;
			margin-bottom: 50px;
		}

		.bw_section15_unit {
			width: initial;
			padding-top: 30px;
			margin: 0px 20px;
			box-sizing: border-box;
			padding: 20px;
			padding-left: 10px;
		}

		.bw_section15_title_word {
			font-size: 26px;
		}

		.bw_section15_content {
			margin-left: 20px;
		}

		/*bw_section16*/
		.bw_section16 {
			padding-top: 0px;
			margin-bottom: 0px !important;
		}

		.bw_section16_title_big {
			font-size: 24px;
			padding: 0px 40px;
			text-align: center;
		}

		.bw_section16_title_small {
			width: 80% !important;
		}

		.bw_section16_title_small>br {
			display: none;
		}

		.bw_section16_body_line {
			flex-direction: column;
		}

		.bw_section16_body_unit {
			width: 100%;
			box-sizing: border-box;
			padding: 10px 30px;
		}

		.bw_section16_body_unit_info {
			box-sizing: border-box;
			padding: 0px;
		}

		.bw_section16_body_unit_title {
			margin: 10px 0px;
		}

		.bw_section16_title {
			padding-top: 30px;
		}

		/*.bw_section17*/
		.bw_section17_unit {
			margin: 0px;
		}

		/*bw_section18*/
		.bw_section18 {
			display: none;
		}

		.bw_section18_page_hotjar {}

		/*.bw_section19*/
		.bw_section19 {
			width: 100%;
			flex-direction: column;
			margin-top: 20px;
			margin-bottom: 40px;
		}

		.bw_section19_left {
			width: 100%;
			justify-content: center;
			align-items: center;
		}

		.bw_section19_left_split {
			display: none;
		}

		.bw_section19_left_num {
			font-size: 80px;
		}

		.bw_section19_right_item_title {
			font-size: 26px;
		}

		.bw_section19_right_item_content {
			margin: 10px 0px;
		}

		/*bw_section20*/
		.bw_section20_hubspotimg_pc {
			display: none;
		}

		.bw_section20_content {
			display: none;
		}

		.bw_section20_hubspotimg_phone {
			display: block;
			width: 100%;
		}

		/*bw_section21*/
		.bw_section21_line {}

		.bw_section21_line_odd {
			flex-direction: column-reverse;
		}

		.bw_section21_line_even {
			flex-direction: column;
		}

		.bw_section21_line_img {
			width: 100%;
			padding: 0px 20px;
			box-sizing: border-box;
		}

		.bw_section21_line_cp {
			width: 100%;
			box-sizing: border-box;
			padding: 0px 20px;
		}

		.bw_section21_line_cp_content_p {
			margin-bottom: 20px;
		}

		.bw_section21_line_cp_content_btn {
			display: none;
		}

		.bw_section21_line_cp_title {
			font-size: 26px;
			font-weight: bold;
		}

		/*bw_section22*/
		.bw_section22 {
			margin-top: 50px;
			margin-bottom: 50px;
			flex-direction: column;
			padding: 0px 20px;
			box-sizing: border-box;
		}

		.bw_section22_left {
			display: none;
		}

		.bw_section22_right {
			width: 100%;
		}

		.bw_section22_title_big {
			font-size: 22px;
		}

		.bw_section22_title_sm {
			font-size: 16px;
		}

		.bw_section22_title_sub {
			font-size: 16px;
		}

		.bw_section22_right_item {
			margin: 20px 0px;
		}

		.bw_section22_right_word {
			font-size: 14px;
		}


		/*bw_section23*/
		.bw_section23_img {
			display: none;
		}

		.bw_section23_content {
			position: relative;
			background: url(../img/chatbot/banner.png) no-repeat center;
			background-size: cover;
			margin-top: 0px;
			height: 200px;
		}

		.bw_section23_content_1 {
			display: none;
		}

		.bw_section23_content_2 {
			display: none;
		}

		.bw_section23_content_3 {
			display: none;
		}

		.bw_section23_content_4 {
			display: block;
			/*font-size: 32px;*/
			font-size: 26px;
			text-align: center;
			color: white;
			font-weight: bold;
			margin-top: 25%;
		}

		.bw_section23_pageHotjar>.bw_section23_content {
			background: url(../img/hotjar/banner.png) no-repeat center;
			background-size: cover;
		}

		.bw_section23_pageHubSpot>.bw_section23_content {
			background: url(../img/hubspot/banner.png) no-repeat center;
			background-size: cover;
			/*height: 200px;*/
		}

		.bw_section23_pageMailChimp>.bw_section23_content {
			background: url(../img/mailchimp/banner.png) no-repeat center;
			background-size: cover;
		}

		/*bw_section24*/
		.bw_section24 {}

		.bw_section24_content {
			font-size: 18px;
		}

		/*bw_section25*/
		.bw_section25 {
			padding-top: 50px;
		}

		.bw_section25_title_small {
			font-size: 26px;
		}

		.bw_section25_title_big {
			font-size: 26px;
		}

		.bw_section25_body {
			margin-top: 50px;
			flex-direction: column-reverse;
		}

		.bw_section25_right_btn {
			display: none;
		}

		.bw_section25_left {
			width: 100%;
			padding: 0px 30px;
			justify-content: left;
			box-sizing: border-box
		}

		.bw_section25_right {
			width: 100%;
			padding: 0px 30px;
			box-sizing: border-box;
		}

		.bw_section25_right_title {
			font-size: 26px;
		}

		.bw_section25_right_items {
			margin: 30px 0px;
		}

		.bw_section25_left>img {
			width: 60%;
		}


		/*bw_section26*/
		.bw_section26 {
			flex-direction: column;
			margin-top: 40px;
		}

		.bw_section26_left_title {
			font-size: 32px;
			margin-bottom: 20px;
		}

		.bw_section26_left_p {
			margin-bottom: 20px;
		}

		.bw_section26_left {
			width: 100%;
			box-sizing: border-box;
		}

		.bw_section26_right {
			width: 100%;
			box-sizing: border-box;
		}

		.bw_section26_right_item {
			flex-direction: column;
			align-items: center;
		}

		.bw_section26_right_item_info {
			text-align: center;
			margin-top: 20px;
		}

		/*bw_section28*/
		.bw_section28_img {
			display: none;
		}

		.bw_section28_content {
			/*background-image: url(../img/blog/ima03.png);*/
			background: url(../img/blog/ima03.png) no-repeat center;
			background-size: cover;
			position: relative;
			width: 100%;
			align-items: center;
			/*background-color: currentColor;*/
		}

		.bw_section28_content_p {
			width: 100%;
			margin-left: 0px;
			padding: 0px 20px;
			font-size: 14px;
			box-sizing: border-box;
			height: 100%;
			margin-top: 80px;
		}

		.bw_section28_content_btn {
			margin-left: 0px;
			margin-bottom: 80px;
			background-image: linear-gradient(90deg, #2599ed 0%, #02aed6 100%), linear-gradient(#039dd1, #039dd1);
			box-shadow: 0px 6px 24px 0px rgba(2, 174, 214, 0.2);
			border: 0px;
		}

		/*bw_section29*/
		.bw_section29 {
			margin-top: 50px;
			margin-bottom: 50px;
		}

		.bw_section29>.el-tabs {
			/*display: flex;*/
			/*flex-direction: column;*/
		}

		.bw_section29_s3 {
			margin: 0px 20px !important;
		}

		.bw_section29_s3_title {
			text-align: center;
		}

		.bw_section29_s4 {
			display: none;
		}

		.bw_section29_s6>img {
			width: 100%;
		}

		.bw_section29_s7 {
			display: none !important;
		}

		.bw_section29_s8 {
			margin: 20px 0px !important;

		}

		.bw_section29_s8_left {
			width: 100% !important;
		}

		.bw_section29_s8_left_title {
			font-size: 24px !important;
		}

		.bw_section29_s8_left_p {
			padding: 0px !important;
		}

		.bw_section29_s8_right {
			display: none !important;
		}

		.bw_section29_s9 {
			margin: 30px 0px !important;
		}

		.bw_section29_s9_title {
			font-size: 24px !important;
			padding: 0px 40px;
		}

		.bw_section29_s9_items {
			flex-wrap: wrap;
		}

		.bw_section29_s9_item {
			width: 50% !important;
			margin-bottom: 20px;
		}

		.bw_section29_s10_items {
			margin: 50px 0px !important;
		}

		.bw_section29_s10_p {
			margin: 30px 30px !important;
		}

		.bw_section29_s10_title {
			text-align: center;
			font-size: 24px !important;
		}

		.bw_section29_s10_tip {
			margin: 50px !important;
		}

		.bw_section29_s10_item {
			margin: 0px 5px !important;
			padding: 10px 0px !important;
		}

		.bw_section29_s11_imgwrap>img {
			width: 100%;
		}

		.bw_section29_s11_imgs>div {
			margin-left: 10px !important;
		}

		.bw_section29_s11_width {
			width: 100% !important;
		}

		/*bw_section30*/
		.bw_section30 {
			flex-direction: column;
		}

		.bw_section30_left {
			width: 100%;
		}

		.bw_section30_right {
			width: 100%;
			padding: 50px 0px;
		}

		.bw_section30_left_img_pc {
			display: none;
		}

		.bw_section30_left_img_phone {
			display: block;
		}

		.bw_section30_right_title {
			text-align: center;
			font-size: 26px;
			margin: 0px;
		}

		.bw_section30_right_title>br {
			display: none;
		}

		.bw_section30_right_tip {
			font-size: 18px;
			margin: 20px 0px;
			text-align: center;
		}

		/*.bw_section31*/
		.bw_section31 {
			display: none;
		}


		/*bw_foot*/
		.bw_foot {
			/* display: none; */
		}
	}


	.bw_foot_down_one_input {
		display: none;
	}


	.el-menu--horizontal .el-menu-item>a {
		color: #FFF;
	}

	.el-menu--horizontal .el-menu-item>a:hover {
		color: #303133;
	}

	.dialogApp .el-form-item,
	.serviceApp .el-form-item {
		margin: 10px 20px;
	}

	.dialogApp textarea,
	.serviceApp textarea {
		min-height: 100px !important;
	}


	.bw_foot_a {
		color: #999;
	}

	@media screen and (max-width: 960px) {

		.dialogApp .el-dialog,
		.serviceApp .el-dialog {
			width: 90% !important;
		}

		.dialogApp .el-form-item,
		.serviceApp .el-form-item {
			width: 100%;
		}

		.dialogApp .el-select,
		.serviceApp .el-select {
			width: 100%;
		}

		
	}