input {
	background-color: transparent;
	border: none;
	outline: none;
}

button {
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	outline: none;
	background-color: transparent;
}

button:active {
	opacity: 0.6;
}

.fix_callPhone{
	position: fixed;
    top: 50rem;
    right: 5px;
    width: 13rem;
    height: 13rem;
    border: 1px solid #EEE;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 12%);
    border-radius: 50%;
    background: url(../image/phone.gif) no-repeat center;
    background-size: 8rem;
}

.flex-col {
	display: flex;
	flex-direction: column;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.justify-start {
	display: flex;
	justify-content: flex-start;
}

.justify-center {
	display: flex;
	justify-content: center;
}

.justify-end {
	display: flex;
	justify-content: flex-end;
}

.justify-evenly {
	display: flex;
	justify-content: space-evenly;
}

.justify-around {
	display: flex;
	justify-content: space-around;
}

.justify-between {
	display: flex;
	justify-content: space-between;
}

.align-start {
	display: flex;
	align-items: flex-start;
}

.align-center {
	display: flex;
	align-items: center;
}

.align-end {
	display: flex;
	align-items: flex-end;
}

.meet-header {
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding: 1vw 0; */
	width: 1180px;
	height: 70px;
	margin: 0 auto;
	z-index: 9;
}

.meet-header .meetConfLogo {
	width: 127px;
	height: 45px;
	cursor: pointer;
}

.meet-header .brief-wrap {
	margin: 0 40px 0 16px;
}

.meet-header .brief-wrap img{
    height:22px;
		width: 323px;
}

.nav-item {
	overflow-wrap: break-word;
	color: rgba(0, 82, 153, 1);
	font-size: 20px;
	font-family: Source Han Sans CN-Regular;
	white-space: nowrap;
	margin-right: 44px;
	cursor: pointer;
}

.nav-item-active {
	overflow-wrap: break-word;
	color: #f2a607e0;
	/* font-size: 1.04vw; */
	font-family: Source Han Sans CN-Regular;
	white-space: nowrap;
}

.nav-right {
	margin-left: 60px;
}

.nav-phone {
	overflow-wrap: break-word;
	color: rgba(77, 85, 97, 1);
	font-size: 14px;
	font-family: Source Han Sans CN-Regular;
	white-space: nowrap;
}

.nav-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    /* border: 1px solid rgba(153, 157, 162, 1); */
    width: 24px;
    border-radius: 50%;
    margin-right: 6px;
}

.nav-avatar img {
	width: 80%;
	height: 80%;
}



.justify-center {
    display: flex;
    justify-content: center;
}
.align-center {
    display: flex;
    align-items: center;
}
.meet-footer {
	background-color: #ffffff;
	background-size: 100% 100%;
	width: 100%;
	min-width: 1180px;
	margin: 1.3vw 0 0 0;
}

.meet-footer-wrap {
	background-color: #151d27;
	background-size: 100% 100%;
	width: 100%;
	min-width: 1180px;
}

.foot-main {
	width: 1180px;
	height: 280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding:45px 0;
	color: #ffffff ;
	box-sizing: border-box;
}
.foot-main .foot-logo {
	width: 380px;
	padding-right: 10px;
}
.foot-main .foot-logo >img{
	margin-top: -20px;
}
.foot-main .foot-logo >h4 {
	font-size: 16px;
	margin-top: 40px;
	color: #FFFFFF ;
}
.foot-main .foot-logo >span {
	font-size: 12px;
	font-weight: 300;
	color: #ffffff;
	line-height: 18px;
	margin-top: 10px;
	display: block;
}

.foot-main .foot-entrance {
	width: 403px;
	padding: 0 30px 0 30px;
	box-sizing: border-box;
	border-left: 1px solid #C1C1C1;
	border-right: 1px solid #C1C1C1;
}
.foot-main .foot-entrance >h4 {
	font-size: 16px;
	color: #FFFFFF ;
	margin: 3px 0 25px;
}
.foot-main .foot-entrance a {
	color: #ffffff;
	margin-bottom: 14px;

}
.foot-main .foot-entrance .address {
	font-size: 14px;
	color: #ffffff;
}
.foot-main .foot-entrance >a:nth-child(3) {
	font-weight: bold;
	color: #FFFFFF ;
	margin-bottom: 14px;
	font-size: 16px;
}
.foot-contact {
	padding-left: 40px;
	box-sizing: border-box;
	flex: auto;
}
.foot-contact >div:first-child {
	margin-top: -16px;
}
.foot-contact >div:last-child {
	margin-top: 20px;
}
.foot-contact img {
	width: 107px;
	height: 105px;
	border-radius: 4px;
}
.foot-contact p {
	line-height: 18px;
	margin-bottom: 12px;
	text-align: right;
}
.foot-contact .relation{
	line-height: 18px;
	margin-bottom: 12px;
	/* text-align: right; */
}
.foot-contact .relation .key{
	float: left;
}
.foot-contact .key {
	width: 60px;
    display: inline-block;
    margin-right: 10px;
    text-align: left;
}
.flex-start {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.flex-between-start {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.column-start {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}

:root {
  --padding-width:calc((100% - 1180px) / 2);
}

.meet-function-list {
	width: 100%;
	min-width: 1180px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #68788B;
	padding-left: var(--padding-width);
	padding-right: var(--padding-width);
	box-sizing: border-box;
}

.meet-function-list .function-item {
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: 16px;
	font-family: Source Han Sans CN-Regular;
	text-align: left;
	white-space: nowrap;
	cursor: pointer;
	line-height: 50px;
	padding:0 17px;
  position: relative;
}
.meet-function-list .function-item:hover{
  color: rgba(0, 82, 153, 1);
  background-color: rgba(255, 255, 255, 1);
}
.meet-function-list .function-item-active::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
} 

#name-input,
#phone-input {
	border: none;
	height: 100%;
	margin-left: 0.5vw;
	font-size: 0.69vw;
}

/* 留电咨询 */
.bottom_wtApp {
	/* position: fixed; */
	position: relative;
	z-index: 999;
    /* width: 100%; */
    bottom: 0;
    height: 212px;
    background: url(../image/bottom_wtApp.png) no-repeat center;
	margin: 0;
}

.bottom_wtApp input {
	background: #FFFFFF;
	border-radius: 2px 2px 2px 2px;
	width: 100%;
	height: 35px !important;
	border: 1px solid #E6E8EE !important;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-size: 14px !important;
	font-weight: 400;
	text-indent: 10px;
	margin: 0 !important;
}

.bottom_wtApp #submit {
	width: 100%;
	height: 40px;
	background: #228CF4;
	color: #FFF;
	border: none;
	border-radius: 2px 2px 2px 2px;
}

.bottom_wtApp .wtApp_form {
	position: absolute;
	right: var(--padding-width);
	height: 212px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	width: 309px;
}

/* 留电咨询----关闭按钮 */
.bottom_wtApp .close {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 15px;
	height: 15px;
	border: 1px solid #877D7D;
	border-radius: 50%;
	color: #FFF;
	padding: 2px;
}


/* 新添加 */

.buzhou {
	margin-left:50px;
}