.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;
}

.website_right_config_div:hover {
    background: #2E66E6;
}


.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;
    opacity:1;
}

#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("../images/go_to_phone.png") no-repeat;
    background-size: 36px 36px;
} */

.go_to_phone_hover {
    background: url("../images/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("../images/go_to_message.png") no-repeat;
    background-size: 36px 36px;
} */

.go_to_message_hover {
    background: url("../images/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("../images/go_to_back.png") no-repeat;
    background-size: 36px 36px;
} */

.go_to_back_hover {
    background: url("../images/go_to_back_hover.png") no-repeat !important;
    background-size: 80px 80px !important;
}
#go_to_back{
    width: 60px;
    height: 60px;
}

.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("../images/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;
    }

    #phone_dialog .modal-dialog {
        height: 100%;
        margin: 0;
    }

    .website_right_config_phone {
        width: 100%;
        height: 560px;
        position: fixed;
        bottom: 0;
        left: 0;
        transform: none;
        margin: 0;
    }

    .website_right_config_phone_top {
        background: none;
        height: auto;
    }

    .website_right_config_phone_top_bg {
        display: none;
    }

    .website_right_config_phone .website_right_config_phone_card {
        width: calc(100% - 20px);
    }

    .website_right_config_close.need_transform_top10 {
        transform: translate(50%, -50%);
    }

    .website_right_config_phone_contact_others {
        color: #ffff !important;
    }
}
.demandSource_none{
    display: none;
}
