[class*="crm_inquiry_form_boxcustom_inquiry_form"] .inqury-form .phone-wrap .phone_number {
  padding: 0 !important;
}



/*第三方侧边栏*/
.huake-side-bar {
    top: 80%;
    margin-top: -200px;
    position: fixed;
    right: 8px;
    z-index: 9999;
    /*background: #fff;*/
    /*border-radius: 3px;*/
    /*box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;*/
}


.huake-side-bar .custom-form-block {
    position: absolute;
    /*top: -115%;*/
    top: -650%;
    right: 80px;
    background: rgb(255, 255, 255);
}

.huake-side-bar .custom-form-block::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 30%;
    right: -20px;
    z-index: 99;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #fff;
}

.huake-side-bar .custom-form-block > div {
    padding: 30px;
    min-width: 510px;
}


.huake-side-bar .inqury_title_box .inqury_title_text {
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Open Sans" !important;
    text-align: start;
}

.huake-side-bar .inqury-form .one-line-input,
.huake-side-bar .inqury-form .phone-wrap .phone_number {
    height: 42px !important;
}

.huake-side-bar .inqury-form .phone-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder {
    height: 42px !important;
}

.huake-side-bar .inqury-form .text-wrap .char-count {
    top: 14px !important;
}

.huake-side-bar .inqury-form .phone-wrap .crmForm-error {
    top: 48px !important;
}

.huake-side-bar .inqury-form .input-wrap .input-label {
    display: none;
}

.huake-side-bar .inqury_submit {
    background-color: #ea5703 !important;
    border: 1px solid #fff;
    color: #fff;
    height: 44px;
    width: 156px;
}

.huake-side-bar .inqury_submit:hover {
    background-color: #fff !important;
    color: var(--color-primary);
    border-color: var(--color-primary);
}

.huake-side-bar .input-wrap.full > div {
    text-align: start !important;
}

.huake-side-bar a {
    display: block;
    cursor: pointer;
    background: #fff;
    position: relative;
    padding: 22px;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
    border-radius: 50%;
    box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
    margin-bottom: 10px;
}

.huake-side-bar a i {
    display: inline-block;
    width: 28px;
    height: 28px;
}

.huake-side-bar a span {
    font-size: 13px;
    color: var(--color-primary);
    display: block;
    margin: 8px 0 0;
}

.huake-side-bar a > img {
    max-width: 22px;
}

.huake-side-bar a.text .wx-box {

}

.huake-side-bar a.wx .wx-box {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}

.huake-side-bar a.wx .wx-box .box {
    width: 140px;
    padding: 5px;
    border: 1px solid #D6D7D7;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

.huake-side-bar a.text .wx-box .box {
    width: 280px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.huake-side-bar a.wx .wx-box .box img {
    width: 140px;
}

.huake-side-bar a.text .wx-box .box img {
    width: 20%;
    padding-left: 10px;
}

.huake-side-bar a.text .wx-box .box .desc {
    width: 80%;
    text-align: start;
    padding-left: 12px;
}

.huake-side-bar a.text .wx-box .box .desc p {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.huake-side-bar a.text .wx-box .box .desc h3 {
    color: #000;
    font-size: 17px;
}

.huake-side-bar a.wx .wx-box .box span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
}

.huake-side-bar a.wx .wx-box .arrowPanel {
    width: 12px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow01 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 2px;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #ddd;
}

.huake-side-bar a.wx .wx-box .arrowPanel .arrow02 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    border-top: 10px dashed transparent;
    border-right: 10px dashed transparent;
    border-bottom: 10px dashed transparent;
    border-left: 10px solid #fff;
}

.huake-side-bar a.wx:hover .wx-box {
    visibility: visible;
    opacity: 1;
}


@media (max-width: 768px) {
    .huake-side-bar {
        display: none;
    }
}

/*---footer---*/
.song-footer {
    background: #fff;
    padding: 60px 0;
}


.footer-from-song {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.footer-from-song .txt {
    -webkit-flex: 1;
    flex: 1;
    margin-right: 130px;
}

.footer-from-song .txt h3 {
    font-size: 44px;
    color: var(--title-text-color);
    font-weight: 600;
    line-height: 1.3;
}

.footer-from-song .txt p {
    font-size: 16px;
    color: #717171;
}

.footer-from-song .sendemail {
    width: 48%;
    position: relative;
}

.footer-from-song .sendemail form {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.footer-from-song .sendemail form .crmFormVali-error {
    top: calc(100% + 10px);
    left: 0;
    right: initial;
}

.footer-from-song .sendemail .post-text {
    -webkit-flex: 1;
    flex: 1;
    height: 65px;
    line-height: 65px;
    background: var(--bg-color);
    border-right: none;
    overflow: hidden;
    color: #333;
    padding: 0 15px;
    font-size: 18px;
    border-radius: 10px 0 0 10px;
}

.footer-from-song .sendemail .post-btn {
    background: var(--color-primary);
    font-size: 24px;
    color: #fff;
    width: 230px;
    text-align: center;
    height: 65px;
    display: block;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    font-weight: 600;
}

.footer-from-song .sendemail .post-btn:hover {
    background: var(--color-primary);
}

.foot-contact-song {
    /*border-top: 1px solid #dbdbdb;*/
    /*margin-top: 60px;*/
    /*padding-top: 60px;*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: column;
    width: 33%;
}

.foot-contact-song dl {
    flex: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.foot-contact-song dl dt {
    /*width: 100px;*/
    /*height: 100px;*/
    /*line-height: 100px;*/
    /*background: #eeefea;*/
    /*border-radius: 50%;*/
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.foot-contact-song dl dt i {
    /*font-size: 60px;*/
    color: var(--color-primary);
}

.foot-contact-song dl dd {
    -webkit-flex: 1;
    flex: 1;
    margin-left: 20px;
}

.foot-contact-song dl dd h5 {
    font-size: 18px;
    line-height: 1;
    color: #141414;
    font-weight: 600;
}

.foot-contact-song dl dd p {
    font-size: 17px;
    color: #b2b2b2;
    line-height: 24px;
    margin: 20px 0 0;
}

#footer-song {
    background: #212120;
    padding: 30px 0;
}

#footer-song .copyright {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    justify-content: space-between;
    width: 50%;
    font-size: 17px;
    /*margin-top: 40px;*/
    /*padding: 20px;*/
}

#footer-song .copyright .share a {
    padding: 0 7px;
}

#footer-song .copyright .share a i {
    font-size: 32px;
}

/*#footer-song .container {*/
/*  display: -webkit-flex;*/
/*  display: flex;*/
/*  -webkit-justify-content: space-between;*/
/*  justify-content: space-between;*/
/*  flex-wrap: wrap;*/
/*}*/

#footer-song h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 0 0 20px;
}

#footer-song .block_song {
    display: flex;
    flex-wrap: wrap;
}

#footer-song .block_song .block_l {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer-song .block_song .block_r {
    width: 30%;
}


#footer-song .foot_block {
  margin-top: 40px;
}

#footer-song .foot_block {
  text-align: center;
  color: #fff;
}

.foot-contact {
    width: 50%;
}

.foot-contact ul li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 8px;
    color: #b2b2b2;
    font-weight: 300;
    display: flex;
}

.foot-contact ul li i {
    font-size: 22px;
}

.foot-contact ul li p {
    padding-left: 10px;
    word-break: break-word;
}

.foot-logo-song {
    width: 100%;
    background: #ea5703;
    text-align: start;
}

.foot-logo-song .inqury_title_box .inqury_title_text {
    color: #fff !important;
    font-size: 28px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
    font-family: "Open Sans" !important;
    text-align: start;
}

.foot-logo-song .inqury-form .one-line-input,
.foot-logo-song .inqury-form .phone-wrap .phone_number {
    height: 42px !important;
}

.foot-logo-song .inqury-form .phone-wrap .bootstrap-select > .dropdown-toggle.bs-placeholder {
    height: 42px !important;
}

.foot-logo-song .inqury-form .text-wrap .char-count {
    top: 14px !important;
}

.foot-logo-song .inqury-form .input-wrap .input-label {
    display: none;
}

.foot-logo-song .inqury_submit {
    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    height: 44px;
    width: 156px;
}

.foot-logo-song .inqury_submit:hover {
    background-color: #fff !important;
    color: var(--color-primary);
}

.foot-logo-song .input-wrap.full > div {
    text-align: start !important;
}

.foot-logo-song .crmForm-error {
    color: #fff !important;
}

.foot-nav-song,
.foot-list-song {
    width: 25%;
}

.foot-product-song {
    width: 25%;
}

.foot-logo-song img {
    height: 120px;
}

.foot-logo-song p {
    font-size: 17px;
    color: #e5e5e5;
    margin: 30px 0 0;
}

.foot-logo-song .share {
    font-size: 0;
    margin: 30px 0 0;
}

.foot-logo-song .share a {
    display: inline-block;
    color: #585858;
    background: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
}

.foot-logo-song .share a + a {
    margin-left: 25px;
}

.foot-logo-song .share a i {
    color: inherit;
    font-size: 20px;
    line-height: inherit;
}

.foot-logo-song .share a:hover {
    color: #fff;
    background: var(--color-primary);
}

.foot-nav-song ul li {
    font-size: 17px;
    line-height: 30px;
    color: #b2b2b2;
    font-weight: 300;
}

.foot-nav-song ul li + li {
    margin-top: 6px;
}

.foot-nav-song ul li a:hover {
    color: var(--color-primary);
}

.foot-list-song ul li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 6px;
    color: #b2b2b2;
    font-weight: 300;
}

.foot-list-song ul li + li {
    margin-top: 6px;
}

.foot-list-song ul li a:hover {
    color: var(--color-primary);
}

.foot-product-song ul li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 6px;
    color: #b2b2b2;
    font-weight: 300;
}

.foot-product-song ul li + li {
    margin-top: 6px;
}

.foot-product-song ul li a:hover {
    color: var(--color-primary);
}

#gotop-song {
    position: fixed;
    bottom: 100px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--color-primary);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 1000;
    cursor: pointer;
    display: none;
    border-radius: 5px;
}

#gotop-song i {
    color: #fff;
    font-size: 18px;
}

#gotop-song:hover {
    background: #353535;
}

@media screen and (max-width: 1440px) {
    .footer-from-song .txt {
        margin-right: 50px;
    }

    .footer-from-song .txt h3 {
        font-size: 40px;
    }

    .foot-contact-song dl dt {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .foot-contact-song dl dt i {
        font-size: 40px;
    }

    .foot-contact-song dl dd {
        margin-left: 15px;
    }

    .foot-logo-song img {
        height: 100px;
    }
}

@media screen and (max-width: 1280px) {
    /*-----foot-----*/
    .footer-from-song .txt h3 {
        font-size: 32px;
    }

    .footer-from-song .txt p {
        font-size: 14px;
    }

    .footer-from-song .sendemail .post-text {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .footer-from-song .sendemail .post-btn {
        font-size: 20px;
        width: 180px;
        height: 50px;
    }

    .foot-contact-song {
        margin-top: 30px;
        padding-top: 30px;
    }

    .foot-contact-song dl dt {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .foot-contact-song dl dt i {
        font-size: 30px;
    }

    .foot-contact-song dl dd h5 {
        font-size: 16px;
    }

    .foot-contact-song dl dd p {
        margin: 15px 0 0;
        font-size: 14px;
        line-height: 20px;
    }

    /* .foot-logo-song {
      width: 350px;
    } */
    .foot-logo-song img {
        height: 90px;
    }

    .foot-logo-song .share {
        margin: 20px 0 0;
    }

    .foot-logo-song .share a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .foot-logo-song .share a + a {
        margin-left: 15px;
    }

    .foot-logo-song p {
        font-size: 15px;
        margin: 20px 0 0;
    }

    #footer-song h5 {
        font-size: 24px;
    }

    .foot-nav-song ul li,
    .foot-list-song ul li,
    .foot-product-song ul li {
        font-size: 15px;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .foot-nav-song,
    .foot-product-song,
    .foot-list-song,
    .foot-contact {
        width: 50%;
        /*text-align: center;*/
    }

    .foot-product-song,
    .foot-list-song {
        /*margin-top: 30px;*/
    }

    .foot-contact ul li p {
        word-break: unset;
    }
}

@media screen and (max-width: 768px) {
    #footBar {
        display: block;
        background: #333;
    }

    #gotop-song {
        display: none !important;
    }

    /*-----foot-----*/
    #footer-song .block_song .block_l {
        width: 100%;
    }

    #footer-song .block_song .block_r {
        width: 100%;
    }

    .foot-logo-song .inqury_title_box .inqury_title_text {
        font-size: 20px;
        line-height: 28px;
    }

    .foot-logo-song .inqury_title_box {
        padding: 20px 0 !important;
    }

    .foot-logo-song .inqury-form .input-wrap {
        padding: 12px 0 !important;
    }

    .foot-logo-song .row .col-lg-12 {
        padding-right: 0;
        padding-left: 0;
    }

    .foot-logo-song .inqury_submit {
        border-color: var(--color-primary);
        background-color: #ea5703 !important;
    }

    .song-footer {
        padding: 30px 0;
    }

    .footer-from-song {
        display: block;
        text-align: center;
    }

    .footer-from-song .txt {
        margin-right: 0;
    }

    .footer-from-song .txt h3 {
        font-size: 26px;
    }

    .footer-from-song .sendemail {
        width: 90%;
        margin: 30px auto 0;
    }

    .foot-contact-song {
        display: block;
    }

    .foot-contact-song dl {
        display: block;
        text-align: center;
    }

    .foot-contact-song dl dt {
        margin: 0 auto;
    }

    .foot-contact-song dl dd {
        margin: 20px 0;
    }

    #footer-song {
        padding: 30px 0;
    }

    /*#footer-song .container {*/
    /*  display: block;*/
    /*}*/
    .foot-logo-song img {
        height: 70px;
    }

    /*.foot-nav-song,*/
    /*.foot-product-song,*/
    /*.foot-list-song {*/
    /*  width: 100%;*/
    /*  margin-top: 30px;*/
    /*  text-align: center;*/
    /*}*/
    .foot-logo-song {
        margin-top: 0;
        background: none;
    }
    
    .okki-chat--bubble-holder .okki-chat-widget-bubble, .okki-chat--bubble-holder .okki-chat-widget-bubble:hover, .okki-chat--bubble-holder .okki-chat-widget-bubble:focus {
      bottom: 10% !important;
    }
}

@media screen and (max-width: 576px) {
  #footer-song .copyright,
  .foot-contact {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
    /*-----foot-----*/
    .footer-from-song .txt h3 {
        font-size: 22px;
    }

    .footer-from-song .sendemail .post-text {
        height: 40px;
        line-height: 40px;
        font-size: 15px;
    }

    .footer-from-song .sendemail .post-btn {
        font-size: 16px;
        width: 120px;
        height: 40px;
    }
}
