
.ConsultsFrame_box_big{
    position: relative;
    position: fixed;
    width: 532px;
    height: 381px;
    top: 25%;
    left: 50%;
    margin-left: -266px;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 2px 4px 8px rgb(0 0 0 / 6%);
    -moz-box-shadow: 0 2px 4px 8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 2px 4px 8px rgb(0 0 0 / 6%);
    border-radius: 4px;
}
.ConsultsFrame_top_box{
    overflow: hidden;
    height: 181px;
}
.ConsultsFrame_Wechat_box,
.ConsultsFrame_Telephone_box,
.ConsultsFrame_Online_box{
    float: left;
}
.ConsultsFrame_Wechat_box,
.ConsultsFrame_Telephone_box{
    width:150px;
    height: 181px;
}

.ConsultsFrame_Online_box{
    width: 232px;
}
.ConsultsFrame_Wechat_box > h6,
.ConsultsFrame_Telephone_box > h6,
.ConsultsFrame_Online_box > h6{
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    height: 34px;
    text-align: center;
    background-color: #249cf9;
    line-height: 34px;
}
.ConsultsFrame_Telephone_box > h6{
    background-color: #49abf7;
}
.ConsultsFrame_Online_box > h6{
    background-color: #8dc7f4;
    border-radius: 0 4px 0 0;
}
.ConsultsFrame_Wechat_ctn{
    padding:10px 0 ;
    border-right: 1px solid #efefef;
}
.ConsultsFrame_Wechat_ctn > p{
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.ConsultsFrame_Customer_img{
    width: 80px;
    height: 80px;
    margin: 5px auto;
}
.ConsultsFrame_Customer_img > img{
    width: 100%;
    height: 100%;
}
.ConsultsFrame_Telephone_ctn > i{
    width: 41px;
    height: 56px;
    display: block;
    padding-top: 15px;
    margin: auto;
    margin-bottom: 15px;
    background-image: url(../img/icon.png);
    background-position: -13px -56px;
}
.ConsultsFrame_Telephone_ctn {
    height: 147px;
    border-right: 1px solid #efefef;
}
.ConsultsFrame_Telephone_ctn > h6{
    font-size: 12px;
    color: #666666;
    text-align: center;
}
.ConsultsFrame_Telephone_ctn > h5{
    font-size: 19px;
    color: #f48a30;
    text-align: center;
    font-weight: bold;
    margin-top: 8px;
}
.ConsultsFrame_input_box {
    width: 60%;
    float: left;
}
.ConsultsFrame_input_box > input{
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 5%;
    color: #666;
    border-radius: 4px 0 0 4px;
    background-color: #efefef;
}
.ConsultsFrame_Online_box > a{
    width: 90%;
    height: 30px;
    background-color: #8dc7f4;
    display: block;
    border-radius: 4px;
    margin-left: 5%;
    margin-top: 15px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}
.Advertising_img{
    width:300px;
    height: 200px;
    float: left;
}
.Advertising_img > img{
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 4px;
}
.ConsultsFrame_Public_box{
    float: left;
    width: 232px;
    height: 200px;
    padding-top: 15px;
    background-color: #f9f9f9;
}
.ConsultsFrame_Public_box > p{
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.ConsultsFrame_Public_img{
    width: 60%;
    margin: auto;
    padding: 10px;
}
.ConsultsFrame_Public_img > img{
    width: 100%;
}
.Forked_box_icon{
    width: 18px;
    height: 18px;
    background-image: url(../img/Forked.png);
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
}
@media (min-width:1200px) and (max-width:1440px ) { 
   
  }
  
  @media (min-width:992px) and (max-width:1200px ) { 
   
  }
  /* 平板电脑 */
  @media (min-width:768px) and (max-width:992px ) { 
   
  }
  
  @media only screen and (max-width: 770px) { 
    .ConsultsFrame_box_big{
        position: relative;
        position: fixed;
        width: 92%;
        height: auto;
        top: 10%;
        margin-left: -0;
        left: 4%;
        z-index: 9999;
        background-color: #fff;
    }
    .ConsultsFrame_Online_box{
        width: 100%;
    }
    .ConsultsFrame_Online_box > h6{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .ConsultsFrame_input_box > input{
        font-size: 16px;
        height: 45px;
        line-height: 45px;
    }
    .EnterNumber_btn{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .ConsultsFrame_Online_box > a{
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }
    .ConsultsFrame_top_box{
        height: auto;
        padding-bottom: 20px;
    }
    .ConsultsFrame_box_big{
        box-shadow: 0 2px 4px 6px rgb(0 0 0 / 6%);
        -moz-box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.06);
        -webkit-box-shadow: 0 2px 4px 6px rgb(0 0 0 / 6%);
    }
  }