.website_right_cofig {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 200;
}

.website_right_handle {
  width: 80px;
  background: #245fe1;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.website_right_config_div {
  text-align: center;
  cursor: pointer;
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.website_right_config_div.middle_div_message {
  position: relative;
}

.website_right_config_div.middle_div_message::before {
  content: "";
  display: block;
  clear: both;
  width: 60px;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.85;
  transform: translateX(-50%);
}

.website_right_config_div.middle_div_message::after {
  content: "";
  display: block;
  clear: both;
  width: 60px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0.85;
  transform: translateX(-50%);
}

.website_right_config_div .online_consultation {
  display: inline-block;
  width: 100%;
}

.website_right_config_div.back_to_top {
  background: #245fe1;
  margin-top: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

/* AI 管家按钮样式 */
.website_right_config_div#website_right_ai {
  background: conic-gradient(
    from 357.96668428993803deg at 50.00000034148495% 50.000000715425074%,
    #b0d0ff 10.64%,
    #f0f2f2 29.43%,
    #e1dcff 57.5%,
    #d0d6fe 82.33%
  );
  position: relative;
  margin-top: 10px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

/* AI 管家按钮边框图片 */
.website_right_config_div#website_right_ai::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: url("../image/index_new/Border_Gradient.gif") no-repeat;
  background-size: 98% 98%;
  border-radius: 8px;
  z-index: 1;
}

.website_right_config_div:hover {
  background: #2e66e6;
}
.website_right_config_div#website_right_ai:hover {
  background: conic-gradient(
    from 357.96668428993803deg at 50.00000034148495% 50.000000715425074%,
    #b0d0ff 10.64%,
    #f0f2f2 29.43%,
    #e1dcff 57.5%,
    #d0d6fe 82.33%
  );
}
.website_right_config_div img {
  width: 28px;
  height: 28px;
  /* vertical-align: middle; */
  /* margin-top: 10px; */
}

.website_right_bottom_config_title {
  width: 100%;
  font-size: 12px;
  color: #ffff;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}

.website_right_config_not_top {
  margin-top: 0px;
}

#phone_dialog {
  z-index: 99999;
}

#phone_dialog .modal-dialog {
  margin: 12vh auto 50px;
  border-radius: 10px;
  overflow: hidden;
  max-width: 930px;
}
#phone_dialog .modal-dialog .modal-content {
  border: none;
}
.website_right_config_phone {
  width: 930px;
  height: 682px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  /* margin: 15vh auto 50px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.website_right_config_phone_top {
  width: 100%;
  height: 100px;
  padding: 20px 25px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: linear-gradient(180deg, #d4e7fc 0%, #ffffff 100%);
  position: relative;
}

.website_right_config_phone_top .website_right_config_phone_top_bg {
  position: absolute;
  top: 0;
  right: 81px;
  height: 100px;
  pointer-events: none;
}

.website_right_config_message_top {
  width: 100%;
  height: 160px;
  padding: 20px 25px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-image: linear-gradient(180deg, #d4e7fc 0%, #ffffff 100%);
  position: relative;
}

.website_right_config_message_top .website_right_config_message_top_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 293.33px;
  height: 160px;
  pointer-events: none;
}

.website_right_config_phone_card {
  background: #f5f7fa;
  border-radius: 8px;
  margin-top: 10px;
}

.website_right_config_phone_card.technical_support {
  width: 460px;
  height: 108px;
  box-sizing: border-box;
  padding: 10px 20px 15px;
}

.website_right_config_phone_card .technical_support_title {
  /* font-family: PingFangSC-Semibold; */
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 20px;
  height: 20px;
}

.website_right_config_phone_card .technical_support_phone {
  display: flex;
  align-items: center;
  margin-top: 15px;
  height: 48px;
}

.website_right_config_phone_card .technical_support_phone_item {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.technical_support_phone_item:first-of-type {
  border-right: 1px solid #d8d8d8;
}

.website_right_config_phone_card .technical_support_phone_type {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333;
  letter-spacing: 0;
  font-weight: 400;
  margin: 0;
  margin-bottom: 9px;
}

.website_right_config_phone_card .technical_support_phone_number {
  /* font-family: PingFangSC-Semibold; */
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
  margin: 0;
}

.website_right_config_phone_card.person_card {
  width: 460px;
  height: 123px;
  padding: 10px 10px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.person_card .person_card_left {
  height: 100%;
}

.person_card .contact_information {
  margin-top: 20px;
  display: flex;
  align-items: center;
  height: 17px;
}

.person_card .person_card_icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
}

.person_card .person_concat_num {
  /* font-family: PingFangSC-Semibold; */
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 600;
}

.person_card .person_card_right {
  width: 80px;
  height: 80px;
}

.website_right_config_phone_contact_others {
  margin-top: 18px;
  /* background: linear-gradient(90deg, #2392FD 0%, #2264FC 100%); */
  background: #0f39a8;
  border-radius: 4px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #ffffff !important;
  letter-spacing: 0;
  font-weight: 400;
  width: 330px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #0f39a8;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

.website_right_config_phone_contact_others:hover {
  color: #717171 !important;
  text-decoration: none;
  border: 1px solid #717171;
  background: #ffffff;
}

.website_right_config_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.website_right_config_name,
.website_right_config_name_contact {
  /* font-family: PingFangSC-Semibold; */
  font-size: 30px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 600;
  line-height: 42px;
}

.website_right_config_brief {
  font-size: 18px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  font-weight: 400;
  margin-top: 20px;
}

.website_right_config_close {
  height: 20px;
  font-family: PingFang-SC-Bold;
  line-height: 20px;
  font-size: 28px;
  /* font-weight: normal; */
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  cursor: pointer;
}

.website_right_config_close .need_transform_top10 {
  transform: translateY(-50%);
}

#message_dialog .modal-dialog {
  margin: 15vh auto 50px;
  max-width: 700px;
}

#message_dialog .modal-content {
  overflow: hidden;
  border: none;
  background: unset;
}

.website_right_config_massage {
  width: 700px;
  background-color: #ffffff;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  /* margin: 15vh auto 50px; */
  z-index: 99999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.website_right_config_ok_bottom {
  /*width: 100%;*/
  padding-left: 28px;
  padding-right: 28px;
  margin-top: 60px;
}

.website_right_config_bottom {
  width: 100%;
  padding-bottom: 25px;
}

.website_right_config_bottom_node_div {
  padding: 0 28px;
}

.website_right_config_bottom_node_div::-webkit-scrollbar {
  width: 6px !important;
  /*height: 4px;*/
}

.website_right_config_bottom_node_div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 5px rgba(204, 204, 204, 0.2);
  background: #cccccc;
}

.website_right_config_bottom_node_div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 0;
  background: #ffffff;
}

.website_form_item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.website_form_item:last-of-type {
  margin-bottom: 0px;
}

.industry_details_block {
  display: none;
}

.industry_details_block .website_right_config_massage_name {
  height: 0;
}

.enterprise_nature_detail_block {
  display: none;
}

.enterprise_nature_detail_block .website_right_config_massage_name {
  height: 0;
}

.reqirements_block {
  align-items: flex-start;
}

.reqirements_block .website_right_config_massage_name {
  height: 44px;
  line-height: 44px;
}

.website_right_config_massage_name {
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  /*display: inline-block;*/
  /*vertical-align: middle;*/
  width: 75px;
  text-align: right;
  margin-right: 20px;
  flex-shrink: 0;
}

.website_right_config_massage_name .star_icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  text-align: left;
}

.star_icon {
  color: red;
}

.website_right_config_input {
  width: 500px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #eeeeee;
  font-size: 14px;
  padding: 0 15px;
  box-sizing: border-box;
}

.website_right_config_input.requirements_textarea_item {
  height: 100px;
  box-sizing: border-box;
  padding: 12px 10px;
}

.website_right_config_top_have_bottom {
  margin-bottom: 24px;
}

.website_right_config_massage_help {
  height: 18px;
  line-height: 18px;
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ff0000;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
}

.website_right_config_input::-webkit-input-placeholder {
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cccccc;
}

.website_right_config_massage_input {
  position: relative;
}

.website_right_config_massage_input.website_right_config_radio_group {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.website_right_config_massage_input textarea {
  resize: none;
  font-size: 14px;
}

.website_right_config_radio_item {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.website_right_config_radio_item label {
  margin: 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  font-weight: 400;
  margin-left: 5px;
}

.website_right_config_massage_button {
  margin-top: 20px;
  text-align: center;
}

.website_right_config_massage_button input {
  width: 200px;
  height: 42px;
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: none;
  /* background-image: linear-gradient(90deg, #55ABFF 0%, #4980FF 100%); */
  border: 1px solid #0f39a8;
  background: #0f39a8;
  border-radius: 4px;
}
.website_right_config_massage_button input:hover {
  border: 1px solid #717171;
  background: #ffffff;
  color: #717171;
}
.website_right_button_disable {
  background-color: #3c78ff !important;
  color: #ffffff !important;
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.website_right_config_massage_select {
  width: 500px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #eeeeee;
  box-sizing: border-box;
}

.website_select_help {
  padding-left: 16px;
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.website_right_config_massage_select .option {
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
}

.website_right_config_ok {
  width: 600px;
  height: 397px;
  background-color: #ffffff;
  box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  display: none;
  margin: 0 auto;
}

.website_right_config_ok_close {
  height: 20px;
  font-family: PingFang-SC-Bold;
  line-height: 20px;
  font-size: 35px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}

.website_right_config_ok_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.website_right_config_ok_content .website_right_config_ok_img {
  width: 233px;
  height: 233px;
  margin-top: 20px;
}

.website_right_config_ok_content .website_right_config_ok_thank {
  margin-bottom: 20px;
  height: 60px;
  overflow: hidden;
}

.website_right_config_ok_content .website_right_config_ok_thank .thank-txt {
  /* font-family: PingFangSC-Semibold; */
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}

.website_right_config_ok_content .website_right_config_ok_confirm_btn input {
  width: 200px;
  height: 44px;
  font-family: PingFang-SC-Medium;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  cursor: pointer;
  border: none;
  background-image: linear-gradient(90deg, #2392fd 0%, #2264fc 100%);
  border-radius: 4px;
}

.website_right_config_ok_top {
  width: 100%;
  height: 42px;
}

.website_right_ok_div {
  margin-left: 114px;
  width: 96px;
  height: 96px;
}

.website_right_ok_div img {
  width: 96px;
  height: 96px;
}

.website_right_ok_title {
  font-family: PingFang-SC-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.website_right_ok_node {
  width: 270px;
  height: 52px;
  font-family: PingFang-SC-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin: 16px auto auto;
}

.website_right_ok_button {
  cursor: pointer;
  width: 124px;
  height: 40px;
  background-color: #3c78ff;
  border-radius: 2px;
  text-align: center;
  margin: 48px auto auto;
  font-family: PingFang-SC-Medium;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 40px;
}

.website_right_config_massage_help_node {
  display: none;
}

.website_top_navigation_li:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.4);
}

.website_top_navigation_title > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

/* #go_to_phone {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    background: url("../image/go_to_phone.png") no-repeat;
    background-size: 36px 36px;
} */

.go_to_phone_hover {
  background: url("../image/go_to_phone_hover.png") no-repeat !important;
  background-size: 28px 28px !important;
}

/* #go_to_message {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    background: url("../image/go_to_message.png") no-repeat;
    background-size: 36px 36px;
} */

.go_to_message_hover {
  background: url("../image/go_to_message_hover.png") no-repeat !important;
  background-size: 28px 28px !important;
}

/* #go_to_back {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    display: inline-block;
    background: url("../image/go_to_back.png") no-repeat;
    background-size: 36px 36px;
} */

.go_to_back_hover {
  background: url("../image/go_to_back_hover.png") no-repeat !important;
  background-size: 80px 80px !important;
}
#go_to_back {
  width: 60px;
  height: 60px;
}

#go_to_ai {
  width: 40px;
  height: 40px;
}

.form_radio_item {
  width: 12px;
  height: 12px;
  appearance: none;
  position: relative;
  cursor: pointer;
}

.form_radio_item:before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid rgba(220, 222, 230, 1);
  position: absolute;
}

.form_radio_item:checked:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 6px solid #3c78ff;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.form_radio_item:checked:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.website_right_config__topdiv {
  width: 100%;
  display: flex;
  height: 170px;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.website_right_config__topbox {
  width: 290px;
  height: 170px;
  background: #f5f6f8;
  position: relative;
}
.website_right_config__topbox--title {
  padding-top: 20px;
  padding-left: 20px;
  font-weight: 900;
  font-size: 14px;
  color: #2460e1;
  letter-spacing: 0;
  line-height: 20px;
}
.website_right_config__topbox--div {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
.website_right_config__topbox--left {
  width: 103px;
}
.website_right_config__topbox--left > img {
  width: 80px;
  height: 80px;
  margin-top: 4px;
  margin-left: 10px;
}
.website_right_config__topbox--rightTitle {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 5px;
}
.website_right_config__topbox--rightNode {
  font-weight: 900;
  font-size: 18px;
  color: #2460e1;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 2px;
}
.website_right_config__topbox--rightTitle:first {
  margin-top: 0px;
}
.website_right_config__topbox--user {
  background: url("../image/user-right-bg.svg") no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
}
.website_right_config__topbox--userleft {
  width: 100px;
  padding-top: 20px;
  padding-left: 20px;
}
.website_right_config__topbox--userleft > img {
  width: 80px;
  height: 80px;
}
.website_right_config__topbox--userright {
  margin-left: 10px;
}
.website_right_config__topbox--username {
  font-weight: 900;
  font-size: 12px;
  color: #333333;
  letter-spacing: 0;
  line-height: 20px;
  padding-top: 26px;
}
.website_right_config__topbox--usernum {
  margin-top: 4px;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
}
.website_right_config__topbox--usernum > img {
  width: 16px;
  height: 16px;
}
.website_right_config__bottomdiv {
  width: 890px;
  height: 310px;
  background: #f5f6f8;
  margin-top: 10px;
}
.website_right_config__bottomdiv--title {
  font-weight: 900;
  font-size: 14px;
  color: #2460e1;
  letter-spacing: 0;
  line-height: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
.website_right_config__bottomdiv--box {
  width: 100%;
  padding-top: 10px;
}
.website_right_config__bottomdiv--line {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}
.website_right_config__bottomdiv--line > .website_right_config__topbox {
  width: 290px;
  height: 120px !important;
}
/* 移动端 */
@media screen and (max-width: 960px) {
  .website_right_handle {
    width: 60px;
  }

  #message_dialog .modal-dialog {
    margin: 0;
    height: 100%;
  }

  .website_right_config_massage {
    width: 100%;
    height: calc(100% - 50px);
    max-height: 100%;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    border-radius: 10px 10px 0 0;
    margin: 0;
  }

  .website_right_config_message_top {
    background-image: none;
    height: auto;
    flex-shrink: 0;
  }

  .website_right_config_bottom {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
  }

  .website_right_config_message_top .website_right_config_close {
    transform: translate(50%, -50%);
  }

  .website_right_config_message_top_bg {
    display: none;
  }

  .website_right_config_bottom_node_div {
    padding: 0 15px;
    height: auto;
  }

  .website_right_config_bottom_node_div .website_form_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .website_right_config_bottom_node_div
    .website_form_item
    .website_right_config_massage_name {
    width: auto;
    margin: 0 0 10px 0;
  }

  .website_form_item .reqirements_block {
    align-items: center;
  }

  .website_form_item.reqirements_block .website_right_config_massage_name {
    height: unset;
    line-height: unset;
  }

  .website_right_config_input.requirements_textarea_item {
    height: 44px;
  }

  .industry_details_block .website_right_config_massage_name {
    display: none;
  }

  .enterprise_nature_detail_block .website_right_config_massage_name {
    display: none;
  }

  .website_form_item_right {
    width: 100%;
  }

  .website_right_config_input {
    width: 100%;
  }

  .website_right_config_massage_select {
    width: 100%;
  }

  .website_right_config_radio_item {
    margin-right: 20px;
  }

  .website_right_config_massage_input.website_right_config_radio_group {
    width: 100%;
    flex-wrap: wrap;
    justify-content: unset;
  }

  .website_right_config_ok {
    width: 100%;
    height: calc(100% - 50px);
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    margin: 0;
  }

  .website_right_config_ok .website_right_config_ok_close {
    transform: translate(50%, -50%);
  }

  .website_right_config_ok .website_right_config_ok_img {
    margin-top: 80px;
  }

  .website_right_config_ok .website_right_config_ok_thank {
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
  }
}
.demandSource_none {
  display: none;
}

/* -----------mobile */
.mobile_phone_dialog .website_right_config__topdiv {
  flex-direction: column;
  height: auto;
  padding-top: 10px;
}

.mobile_phone_dialog .website_right_config__topbox {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.mobile_phone_dialog .website_right_config_phone_scroll_box {
  width: 100%;
  height: calc(100% - 160px);
  overflow-y: scroll;
  overflow-x: hidden;
}

.mobile_phone_dialog .website_right_config__topbox--div {
  padding: 0 10px 10px;
}

.mobile_phone_dialog .website_right_config__topbox--title {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  padding: 10px 0 0 10px;
}

.mobile_phone_dialog .website_right_config__topbox--left {
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
}

.mobile_phone_dialog .website_right_config__topbox--left img {
  width: 46px;
  height: 46px;
  margin: 0;
}

.mobile_phone_dialog .website_right_config__topbox--right {
  display: flex;
  width: 100%;
}

.mobile_phone_dialog .website_right_config__topbox--user {
  position: relative;
  background-size: cover;
  background-position: bottom;
  margin-top: 10px;
}

.mobile_phone_dialog .website_right_config__topbox--item {
  flex: 1;
}

.mobile_phone_dialog .website_right_config__topbox--rightTitle {
  color: #666666;
}

.mobile_phone_dialog#phone_dialog .modal-dialog {
  height: 100%;
  margin: 0;
}

.mobile_phone_dialog .website_right_config_phone {
  width: 100%;
  height: 90%;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: none;
  margin: 0;
}

.mobile_phone_dialog .website_right_config__bottomdiv {
  width: auto;
  height: auto;
  padding: 0 20px;
  margin-top: unset;
  background-color: unset;
}

.mobile_phone_dialog .website_right_config__bottomdiv--title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  padding: 10px 10px 0;
  background: #f5f6f8;
}

.mobile_phone_dialog .website_right_config__bottomdiv--box {
  padding-top: unset;
}

.mobile_phone_dialog .website_right_config__bottomdiv--line {
  flex-direction: column;
  margin-bottom: unset;
}

.mobile_phone_dialog .website_right_config_phone_top {
  background: none;
  height: auto;
}

.mobile_phone_dialog .website_right_config_phone_top_bg {
  display: none;
}

.mobile_phone_dialog
  .website_right_config_phone
  .website_right_config_phone_card {
  width: calc(100% - 20px);
}

.mobile_phone_dialog .website_right_config_close.need_transform_top10 {
  transform: translate(50%, -50%);
}

.mobile_phone_dialog .website_right_config_phone_contact_others {
  border: unset;
  background-image: linear-gradient(90deg, #55abff 0%, #4980ff 100%);
}
.mobile_phone_dialog .website_right_config_phone_contact_others:hover {
  color: #fff !important;
  border: unset;
  background-image: linear-gradient(90deg, #55abff 0%, #4980ff 100%);
}

/* 引导气泡样式 */
.guide_bubble {
  position: fixed;
  right: 100px;
  bottom: 30px;
  z-index: 201;
  display: none;
  animation: guide_bubble_fade_in 0.3s ease-in-out,
    guide_bubble_float 2s ease-in-out infinite;
  animation-delay: 0s, 0.3s;
}

@keyframes guide_bubble_fade_in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes guide_bubble_float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.guide_bubble_content {
  width: 360px;
  height: 48px;
  padding-right: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
  line-height: 48px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 500;
  font-size: 16px;
  color: #2065ff;
  text-align: center;
  background: conic-gradient(
    from 357.96668428993803deg at 50.00000034148495% 50.000000715425074%,
    #b0d0ff 10.64%,
    #f0f2f2 29.43%,
    #e1dcff 57.5%,
    #d0d6fe 82.33%
  );

  border: 1px solid rgba(108, 105, 255, 0.1);
}

.guide_bubble_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  flex: 1;
}

.guide_bubble_close {
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  margin-left: 12px;
  opacity: 0.8;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.guide_bubble_close:hover {
  opacity: 1;
}

/* 引导侧滑弹窗 - 右侧展示 */
.guide_side_panel {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 420px;
  height: 50%;
  z-index: 9999;
  display: none;
  background: #ffffff;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 12px 0 0 0;
  transition: width 0.3s ease, height 0.3s ease, border-radius 0.3s ease;
  pointer-events: auto;
}

.guide_side_panel.show {
  display: block;
}

/* 展开状态 - 高度满屏，宽度不变 */
.guide_side_panel.expanded {
  width: 640px;
  height: 100%;
  border-radius: 0;
}

/* 展开状态下，弹窗内的内容区域需要支持滚动 */
.guide_side_panel_body {
  overflow-y: auto;
}

.guide_side_panel_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../image/index_new/ai-dialog-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
}

.guide_side_panel_header_actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guide_side_panel_expand {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.7;
}

.guide_side_panel_expand img {
  width: 100%;
  height: 100%;
  vertical-align: text-top;
}

.guide_side_panel_expand:hover {
  opacity: 1;
}

.guide_side_panel_collapse {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.7;
}

.guide_side_panel_collapse img {
  width: 100%;
  height: 100%;
}

.guide_side_panel_collapse:hover {
  opacity: 1;
}

.guide_side_panel_title {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}

.guide_side_panel_close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  opacity: 0.7;
}

.guide_side_panel_close:hover {
  opacity: 1;
}

.guide_side_panel_body {
  padding: 20px;
  /* height: calc(100% - 200px); */
  height: calc(100% - 126px);
  overflow-y: auto;
  position: relative;
}

/* 展开状态下的 body */
.guide_side_panel.expanded .guide_side_panel_body {
  height: calc(100% - 200px);
}

/* 展开状态下，选项网格改为 4 列 */
.guide_side_panel.expanded .guide_panel_options {
  grid-template-columns: repeat(4, 1fr);
}

/* 欢迎消息区域 */
.guide_panel_welcome_box {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* AI 头像 */
.guide_panel_ai_avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background: linear-gradient(135deg, #ff8a00 0%, #ffaa00 100%); */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  flex-shrink: 0;
  overflow: hidden;
}

.guide_panel_ai_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ai_avatar_img {
  width: 40px;
  height: 40px;
}

/* 对话气泡 */
.guide_panel_welcome_bubble {
  flex: 1;
  background: #f0f5ff;
  border-radius: 12px;
  padding: 16px;
}

.guide_panel_welcome_text {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 12px;
}

.guide_panel_options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.guide_panel_option_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: #ffffff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #5c9bff;
  color: #245fe1;
  font-size: 13px;
  font-weight: 500;
  height: 40px;
}

.guide_panel_option_item:hover {
  background: #ecf5ff;
  border-color: #1e52c7;
}

.guide_panel_input {
  width: 100%;
  min-height: 80px;
  padding: 12px 50px 12px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #f5f7fa;
  font-size: 14px;
  color: #333333;
  resize: none;
  outline: none;
  box-sizing: border-box;
}

.guide_panel_input::placeholder {
  color: #999999;
}

.guide_panel_input:focus {
  border-color: #245fe1;
  background: #ffffff;
}

.guide_panel_send_btn {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 32px;
  height: 32px;
  background: linear-gradient(90deg, #245fe1 0%, #4a7cf5 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.guide_panel_send_btn:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(36, 95, 225, 0.3);
}

.guide_panel_send_btn img {
  width: 16px;
  height: 16px;
}

.guide_panel_send_text {
  display: none;
}

/* 侧滑弹窗底部功能区 */
.guide_panel_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background: #ffffff;
  border-top: 1px solid #e8e8e8;
}
/* 输入框区域 */
.guide_panel_input_area {
  padding: 6px 0px 10px 0px;
  background: #ffffff;
  position: relative;
}
.guide_panel_footer_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.guide_panel_footer_link {
  margin-right: auto;
}

.guide_panel_footer_btn-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}
.guide_panel_footer_link {
  font-size: 13px;
  color: #245fe1 !important;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.guide_panel_footer_link:hover {
  color: #1e52c7;
  text-decoration: underline;
}

.guide_panel_footer_btn {
  flex: 1;
  max-width: 200px;
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  color: #666666;
  font-weight: 400;
  white-space: nowrap;
}

.guide_panel_footer_btn:hover {
  background: #f5f5f5;
  border-color: #b0b0b0;
}

/* 移动端引导气泡 */
@media screen and (max-width: 960px) {
  .guide_bubble {
    right: 80px;
    bottom: 70px;
  }

  .guide_bubble_content {
    max-width: 240px;
    padding: 10px 14px 10px 16px;
  }

  .guide_bubble_text {
    font-size: 12px;
    line-height: 18px;
  }

  .guide_side_panel {
    width: 85%;
  }

  .guide_side_panel.expanded {
    width: 100%;
    height: 100%;
  }
}
