.comm_header_huatai_bx,
.comm_footer_huatai_bx {
  width: 1200px;
  margin: auto;
}
.comm_header_huatai_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;

}
.comm_header_huatai_title {
  font-size: 26px;
  color: #4B84F7;
  font-weight: bold;
  display: inline-block;
}
.comm_header_huatai_photon {
  padding-top: 4px;
  width: 39px;
  height: 39px;
}

.comm_header_huatai_photon img{
  width: 100%;
  height: 110%;
}
.comm_header_huatai_userinfo {
  display: flex;
  align-items: center;
}
.comm_header_huatai_username {
  padding-right: 25px;
  color: #4B84F7;
  font-size: 14px;
}
.comm_header_huatai_btnhome {
font-size: 14px;
color: #fff;
}

.comm_header_huatai_homecontinar {
  display: flex;
  align-items: center;
  width: 94px;
  height: 36px;
  background: #4B84F7;
  box-shadow: 0px 3px 6px rgba(75,132,247,0.31);
  cursor: pointer;
  border-radius: 18px;
}
.comm_header_huatai_homebg {
  padding: 0 4px 3px 11px;
}

.comm_header_huatai_homebg img{
  width: 100%;
  height: 100%;
}
.comm_header_huatai_tab_continar {
  height: 60px;
  line-height: 60px;
  display: flex;
}
.comm_header_huatai_tab {
  font-size: 16px;
  margin-right: 70px;
  color: #2C324C;
  font-weight: 400;
  position: relative;
}

.comm_header_huatai_tab_title{
  width: 124px;
  height: 100%;
  background: #4b84f7;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-right: 70px;
}

.comm_header_huatai_active {
  color: #4B84F7;
  font-weight: bold;
}
.comm_header_huatai_active:after,
.comm_header_huatai_tab:hover:after {
  content: '';
  position: absolute;
  left: calc((100% - 40px) / 2);
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #4B84F7;
}
.comm_header_huatai_tab:hover {
  cursor: pointer;
  color: #4B84F7;
}
.comm_header_scrolled_bgc{
background-color: #fff;
box-shadow: 0 4px 4px -1px rgba(216, 216, 216, 0.62); /* 给盒子下边添加阴影效果 */
}
.comm_header_continar {
  border-bottom: 1px solid #E7E7E7;
  background-color: #fff;
}
.comm_header_huatai_tab_bgf {
  /* position: relative;
  top: 0vh;
  z-index: 1; */
}


/* 尾部 */
.comm_footer {
  height: 250px;
  line-height: 25px;
  background-color: #18294D;
}
.comm_footer_top {
  padding: 25px 0;
  border-bottom: 1px solid #20426E;
}
.comm_footer_box+.comm_footer_box {
  margin-left: 110px;
}
.comm_footer_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.comm_footer_txt {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
.comm_footer_top a.comm_footer_txt+a {
  margin-left: 90px;
}
.comm_footer_qrcode {
  width: 100px;
  height: 122px;
  background-color: #fff;
}
.comm_footer_qrcode img {
  width: 89px;
  height: 89px;
}
.comm_footer_qrcode p {
  color: #18294D;
  font-size: 14px;
  font-weight: bold;
}
.comm_footer_bottom p {
  color: #fff;
  font-size: 16px;
  padding: 16px 0;
}

/* 二级头部 */
.comm_header .comm_header_continar {
  border-bottom: 1px solid #E7E7E7;
}
.current {
  width: 124px;
  height: 70px;
  margin-right: 60px;
  background-color: #4B84F7;
}
.current h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.comm_header .comm_header_huatai_tab {
  margin-right: 66px;
}

.comm_header_huatai_tab:hover ul{
  display: block;
}

.comm_header_huatai_tab ul{
  position: absolute;
  left: -25%;
  z-index: 1000;
  background: #fff;
  width: 150%;
  display: none;
}

.comm_header_huatai_tab ul li{
  text-align: center;
  font-size: 16px;
  font-weight: normal !important;
}

.comm_header_huatai_tab ul li:hover{
  background: #4b84f710;
}

.comm_search_box {
  height: 36px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 22px;
  border: solid 1px #e0e0e0;
}
.comm_select {
  padding: 0 10px;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  border-right: 1px solid #ccc;
}
.comm_select > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.comm_select span {
  font-size: 14px;
}
.comm_icons {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.comm_select .comm_icons {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.comm_select .icon_down {
  background-image: url(../../ffcsmodule/default/images/sanjiaobottom.png);
}
.comm_select .icon_up {
  background-image: url(../../ffcsmodule/default/images/sanjiaotop.png);
}
.comm_select .comm_ul {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(216, 216, 216, 0.62);
}
.comm_select .comm_ul li {
  font-size: 14px;
  padding: 7px 10px;
}
.comm_select .comm_ul li:hover,
.comm_select .comm_ul li.active {
  color: #fff;
  background-color: #4B84F7;
}
.comm_select+div {
  display: flex;
  align-items: center;
}
.comm_search_box form {
  position: relative;
}
.comm_search_box input {
  font-size: 14px;
  height: 36px;
}
.search_clear {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 16px;
  height: 16px;
  display: none;
  z-index: 10;
  cursor: pointer;
  background-image: url(../../ffcsmodule/default/images/icon-clear.png);
}
.comm_search_btn {
  width: 60px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #4B84F7;
  border: solid 1px #4B84F7;
  border-radius: 0 22px 22px 0;
}