#customer_service {
	position: fixed;
	bottom: 230px;
	right: 15px;
	margin-top: 16px;
    width: 44px;

	box-shadow: 0px 4px 8px 0px rgba(203, 203, 203, 0.25);
	border-radius: 68px 68px 68px 68px;
	background: #FFFFFF;
	text-align: center;
}
.customer_service{
    width: 44px;
	height: 74px;
    border: 1px solid transparent;
    cursor: pointer;
}
.customer_service img {
	width: 16.49px;
	height: 16.49px;
	margin-top: 13px;
}

.customer_service div {
	font-size: 12px;
	color: #333333;
}
.customer_service:hover .service_name {
	color: red;
}

.service_text {
	position: fixed;
	bottom: 120px;
	right: 10px;
}

.service_text:hover {
	color: #195090;
	cursor: pointer;
}

.back_to_top {
	position: fixed;
	bottom: 110px;
	right: 15px;
	width: 48px;
	height: 48px;
	margin-top: 16px;
}
.showIcon {
    position: absolute;
    right: 60px;
    font-size: 14px;
    padding: 7px;
    width: 113px;
    background: red;
    display: none;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.08);
  }
  .trangle{
    /* width: 0px;
    height: 0px; */
    border: 10px solid transparent;
    border-left-color: white;
    position: absolute;
    right: -20px;
    top: calc(50% - 10px);
    z-index: 99999;
  }
  .check_group .active{
      border: 1px solid #FE6300!important;
      font-weight: bold!important;
      background: rgba(254, 99, 0, 0.08)!important;
      color: #FE6300 !important;
  }
  .closeBtn{
      font-style: normal;
      display: inline-block;
      width: 30px;
      height: 30px;
      position: absolute;
      font-size: 22px;
      top:-2px;
      left:10px;
      cursor: pointer;
  }
  .cooperate input {
      border: 1px solid #dcdee2;
      border-radius: 4px;
      color: #515a6e;
      line-height: 1.5;
      padding: 4px 7px;
      flex:1;
  }
  .cooperate input:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(45,140,240,.2);
      box-shadow: 0 0 0 2px rgba(45,140,240,.2)
  }
  .cooperate textarea {
      border: 1px solid #dcdee2;
      border-radius: 4px;
      color: #515a6e;
      line-height: 1.5;
      padding: 4px 7px;
      flex:1;
  }
  .cooperate textarea:focus {
      outline: 0;
      -webkit-box-shadow: 0 0 0 2px rgba(45,140,240,.2);
      box-shadow: 0 0 0 2px rgba(45,140,240,.2)
  }
  .cooperate label {
    width: 50px;
      color: #333;;
      line-height: 1;
  }
  .cooperate span{
      width: 48px;
      display: inline-block;
      background: #f4f5f6;
      border: 1px solid #f4f5f6;
      border-radius: 4px;
      line-height: 1.5;
      padding: 2px 10px;
      color: #333;;
      text-align: center;
      cursor: pointer;
  }
  .cooperate span.active{
      background: rgba(254, 99, 0, 0.08);
      border: 1px solid #FE6300;
      color: #FE6300!important;
  }
  #submitBtn{
      transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear, -webkit-box-shadow .2s linear;
      border: 1px solid transparent;
      color: #fff;
      background-color: #2d8cf0;
      border-color: #2d8cf0;
      border-radius: 4px;
      cursor: pointer;
  }
  .cooperateItem{
      box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
  }
  .form-group{
    width: 100%;
      align-items: center;
  }