body{
    font-family: Montserrat, 'Noto Sans TC', sans-serif !important;
}
.right_btns a{
    color: #ffffff;
}
.right_btns span{
    padding: 0px 4px;
}
.currLang{
    font-weight: bold;
}
.banner{
    background: #8473df;
}
header.nav-fixed{
    background-color: #705ecf;
}
.common_item{
    padding: 0px !important;
    overflow: hidden;
}
.common_item img{
display: block;
width: 100%;
max-width: 100%;
height: 262px;
}
.common_2{
    padding: 0px 22px 20px 22px;
    text-align:left;
}
.common_2 h4{
    padding-top: 22px;
    padding-bottom: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.common_2 p{
    line-height: 24px;
    height: 120px;
    overflow: hidden;
    color: #848484;
    text-align: left;
    font-size: 14px;
}

.ai_boxs{
    background: #ffffff !important;
}
 .box-wrap{
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05);
}
.ai_boxs .common_item,.ai_boxs .common_2{
    background: #ffffff;
}
.contact-textarea1{
    background: #fff;
    border: 2px solid #e2e1e1;
	min-height: 30px;
    box-sizing: border-box;
    padding: 1px 12px;
}

.logo_boxs img{
    height: 69px;
    position: relative;
    top: -5px;
}
.logo_boxs span{
    padding-left: 10px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 1.1rem;
}
.section-title{
    padding-bottom: 0px;
    margin-bottom: 0.8em;
}
.section-title::before{
    content: '';
    background-color: transparent;
}
@media(max-width: 991px) {
    #site-header{
        background-color: #705ecf;
    }
    .fixed-top{
        position: fixed !important;
    }
    .logo_boxs span{
	   font-size: 15px;
	   padding-left: 2px;
	}
	#site-header{
		padding-left: 12px;
		padding-right: 12px;
	}
	.logo_boxs img{
		height: 50px;
		top: 0px;
	}
}

.country-city-box{
    background: #fff;
    min-width: 265px;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px 0 rgba(0,41,99,.2);
    border-radius: 4px;
    box-sizing: border-box;
    max-height: 260px;
    overflow-x: hidden;
	overflow-y: auto;
	text-align: left !important;
    padding:0px !important;
    display: none;
}
.country-list .selected-list{
	width: 100%;
}
.country-list .list-item{
	padding-right: 30px;
	white-space: nowrap;
	height: 36px;
	color: #333;
	font-size: 14px;
	padding-left: 15px;
	line-height: 36px;
	cursor: pointer; 
	position: relative;
}

.country-list .list-title{
	padding-left: 12px;
}

.country-list   .country-name{
	display: inline-block;
	margin-right: 10px;
}
.country-list  .country-number{
	color: #999;
	font-weight: bold;
}
.country-list  .select_imgs{
	position: absolute;
	right: 0px;
	width: 19px;
	height: 19px;
	background: url(../images/common/select.png) no-repeat;
	background-size:100% 100% ;
	right: 20px;
	top: 8px;
}
.country-list .list-title{
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	background: #f5f5f9;
	color: #666;
	cursor: default;

} 
.section-list  li{
	padding-left: 0px !important;

}
.section-list ul li{
	padding-left: 15px !important;
}	
/* 留言的样式 */
.leav_css_wrap{
	position: fixed;
	right: 64px;
	bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-image: -webkit-linear-gradient(134deg,#705ecf 7%,#4328ce 99%);
    background-image: linear-gradient(134deg,#705ecf 7%,#4328ce 99%);
	box-shadow: 0 3px 13px 0 rgba(67,40,206,.4);
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transform: translateY(0%);
	z-index: 2;

}
.leavFilesImgs{
	position: relative;
    top: 2px;
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/leav/file.png) no-repeat;
    background-size: 100% 100%;
}
.leav_css_wrap.leav_css_wrapActive{
	transform: translateY(200%) !important;

}
.leav_css_wrap img{
	display: inline-block;
	position: relative;
    top: 15px;
}
.leavingWrap{
	position: fixed;
	right: 64px;
	bottom: 15px;
	height: 615px;
	max-height: 80%;
	width: 390px;
	max-width: 90%;
    background: #f9fafa;
    overflow: hidden;
    z-index: 10;
	border-radius: 11px;
	-webkit-border-radius:11px;
	-moz-broder-radius:11px;
    transform: translateY(200%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	box-shadow: 0 0 8px grey;
}
@media(max-width: 991px) {
    .form-input{
        margin-bottom: 0px !important;
    }
    h1.title span{
        font-size: 20px !important;
	}
	.btn-outline-style{
		padding-left: 10px;
		padding-right: 10px;
	}
	.btn-style{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.common_item img{
		height: 247px !important;
	}
}
@media(max-width: 700px) {
    
	.common_item img{
		height: auto;
	}
}
.lev_projectIdWrap{
	padding-bottom: 6px !important;
}
.lev_projectId span{
	display: inline-block;
	background: #fff;
	padding: 5px 12px;
	margin-right: 12px;
	box-sizing: border-box;
	border: 1px solid #c1cbd4;
	cursor: pointer;
	margin-bottom: 6px;
	min-width: 83px;
	text-align: center;
	
}
.lev_cm_btn_radius{
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
}
.lev_projectId span.levActive{
	background: #705ecf;
	color: #ffffff;
	border: 1px solid #705ecf;
}
 input::-webkit-input-placeholder,
 textarea::-webkit-input-placeholder {
	color: #bdc8d0 !important;
}

 input::-moz-placeholder,
 textarea::-moz-placeholder {
	color: #bdc8d0 !important;
}

 input:-ms-input-placeholder,
 textarea:-ms-input-placeholder {
	color: #bdc8d0 !important;
}
.showLeav{
	animation: leav-bounce-in 0.3s;
    -webkit-animation: leav-bounce-in 0.3s;
	animation-fill-mode: forwards;
}
.hideLeav{
	animation:leav-bounce-out 0.3s ;
    -webkit-animation:leav-bounce-out 0.3s ; /* Safari 和 Chrome */
	transform: translateY(200%);
}
.leavHeader{
	background: #705ecf;
	position: relative;
    overflow: hidden;
    padding: 18px 16px;
	min-height: 80px;
	box-sizing: border-box;
	color: #fff;
}
.leavHeader p{
	color: #fff;
	line-height: initial;
}
.leavTitle{
	font-size: 16px;
}
.leavExplain{
	margin-top: 4px;
	font-size: 14px;
}
.leav_btn_box{
	position: absolute;
	right: 16px;
	top: 15px;
}
.leav_close_icon{
	width: 21px;
	height: 21px;
	background: url(../images/leav/close.png) no-repeat;
	background-size:100% 100% ;
	cursor: pointer;
}
.leavCont{
	position: absolute;
	top: 80px;
	bottom: 89px;
	right: 0px;
	left: 0px;
	overflow-y: auto;
	background: #f9fafa;
}
.leavFooter{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;	
	padding: 15px 25px;
	padding-bottom: 10px;
	box-sizing: border-box;
}
.leavFcont{
	background: #705ecf;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.levTotasLoading{
	top: 38% !important;
}
.leavFcont.disabled{
	filter:alpha(opacity=50); /* IE */
-moz-opacity:0.5; /* 老版Mozilla */
-khtml-opacity:0.5; /* 老版Safari */
opacity: 0.5; /* 支持opacity的浏览器*/
}
.leavFormsBox{
	padding: 25px;
	padding-bottom: 0px;
}
.leav_label{
	font-size: 14px;
	color: #333;
	padding-bottom: 5px;
	display: none;
}
.leavInputWrap{
	position: relative;
	padding-bottom: 12px;
}
.leavFilesWrap{
	padding-bottom: 0px !important;
}
.leavImp{
	color: #ff0000;
	padding-left: 2px;
}
.leav_input{
	width: 100%;
	height: 44px;
	background: #fff;
	
	box-sizing: border-box;
	position: relative;
}
.leav_input input{
    
    padding: 0px 12px !important;
}
.leav_mobiles input{
	padding-left: 78px !important;
}
.leav_area_box{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
}
.leav_area{
	width: 70px;
	border-right: 1px solid #c1cbd4;
    text-align: center;
    line-height: 43px;
	font-size: 15px;
	box-sizing: border-box;
	cursor: pointer;
}
.leav_cm_radius{
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.leav_input input,.leav_input select{
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
	box-sizing: border-box;
	border:none !important;
	outline:none;
}
.form-control{
    padding: 0px !important;
    border:none !important;
}
.leav_textarea{
	height: auto;
}
.leav_textarea textarea{
	height: 105px;
	padding: 10px !important;
	width: 100%;
	resize: none;
	font-size: 16px;
	border:none;
	outline:none;
}
.leavFiles,.replyFilesBtnBox{
	position: relative;
	width: 100px;
	height: 32px;
	background: #fff;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	border:  1px solid #c1cbd4;
	margin-top: 1px;
	cursor: pointer;
	border-radius: 25px;
	-webkit-border-radius:25px;
	-moz-border-radius:25px;
}
.leavFiles p,.replyFilesBtnBox p{
	color: #705ecf;
}
.leavFiles input,.replyFilesBtnBox input{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.leavFiles span,.replyFilesBtnBox span{
	position: relative;
    top: -2px;
	padding-left: 2px;
	font-size: 12px;
}
.lev_tip{
	position: absolute;
    left: 0px;
    bottom: 1px;
	color: #f00;
	font-size: 12px;
}
.leav_area_box:hover {
	z-index: 2;
}
.leav_area_box:hover .country-city-box{
	display: block;
}
.leav_files_item{
	margin-bottom: 15px;
	background: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0px 10px;
	box-sizing: border-box;
	position: relative;
	padding-right: 70px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.leav_files_del,.reply_files_del{
	position: absolute;
	width: 60px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	color: #E34B51;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
}
.leav_files_name{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
font-size: 12px;
}
.levTotas{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
}
.levTotasC{
	display: inline-block;
	text-align: center;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	padding: 15px;
	border-radius: 4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.leavSuccessBox{
	text-align: center;
	margin-top: 64px;
}
.leavSuccessBox p{
	font-weight: bold;
    padding-bottom: 3px;
    color: #333333;
}
.leavSuccessBox .leavSuccImg{
  display: inline-block;
  width: 68px;
  height: 51px;
  background: url(../images/leav/submitok.png) no-repeat;
  background-size:100% 100%;
  margin-bottom: 6px;
}
.leav_input{
    height: 56px;
    box-sizing: border-box;
    border: 2px solid #e2e1e1 !important;
    
}
ul{
    list-style: none;
    margin: 0px !important;
    margin-left: 0px !important;
}
.leav_area{
    line-height: 53px;
}
@keyframes leav-bounce-in {
    0% {
      transform: translateY(200%);
    }
    20% {
        transform: translateY(80%);
      }
    40% {
      transform: translateY(60%);
    }
    60% {
        transform: translateY(40%);
      }
      80% {
        transform: translateY(20%);
      }
    100% {
      transform: translateY(0);
    }
  }
  @-webkit-keyframes leav-bounce-in {
    0% {
      transform: translateY(200%);
    }
    20% {
        transform: translateY(80%);
      }
    40% {
      transform: translateY(60%);
    }
    60% {
        transform: translateY(40%);
      }
      80% {
        transform: translateY(20%);
      }
    100% {
      transform: translateY(0);
    }
  }

  @keyframes leav-bounce-out {
    0% {
      transform: translateY(0%);
    }
    20% {
        transform: translateY(20%);
      }
    40% {
      transform: translateY(40%);
    }
    60% {
        transform: translateY(60%);
      }
      80% {
        transform: translateY(80%);
      }
    100% {
      transform: translateY(200%);
    }
  }
  @-webkit-keyframes leav-bounce-out {
    0% {
      transform: translateY(0%);
    }
    20% {
        transform: translateY(20%);
      }
    40% {
      transform: translateY(40%);
    }
    60% {
        transform: translateY(60%);
      }
      80% {
        transform: translateY(80%);
      }
    100% {
      transform: translateY(200%);
    }
  }
  .cm-position-relative {
	position: relative;
}
.clear_box{
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -10px;
    cursor: pointer;
    display: none;
}
.clear_box img{
    display: block;
    width: 20px;
}
.fl {
	float: left
}

.fr {
	float: right
}

.clear {
	clear: both
}

.clearfix:before,
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}
.contact-input, .contact-textarea{
	margin-bottom: 0px !important;
}